/*
Theme name: Armis
*/

/*
	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

.page-template-country .slides .col-left li .slides__icon {
    max-width: 40px;
	min-width: auto;
    flex: 1 0 40px;
}

.page-template-country .slides .col-right .download-form {
	max-width: 366px;
}

.page-template-country .download-form .mktoLabel[for=Unsubscribed] {
	color: #000 !important;
    font-size: 12px !important;
}

@media (max-width: 1024px) {
	.page-template-country .slides .col-right .download-form {
		max-width: 75vw;
	}
}

@media (max-width: 450px) {
	.page-template-country .slides .col-right .download-form {
		max-width: 100%;
	}

	.page-template-country .slides .col-right .download-form .form-download {
		padding-left: 5px;
		padding-right: 5px;
	}
}