.options-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	max-width: 1410px;
	margin: auto;
}

.option-container {
	width: 100%;
	max-width: 360px;
	min-width: 200px;
	transition-duration: 0.5s;
	margin: 30px 10px 10px 10px;
}

.option-container:hover {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 5px 14px 0 rgba(0, 0, 0, 0.1);
	transition-duration: 0.5s;
}

.option-container:hover>a>div>img {
	transform: scale(1.1);
	transition-duration: 1s;
}

.option-container>a>div>img {
	transform: scale(1);
	transition-duration: 1s;
}

.img-container {
	width: 100%;
	max-width: 360px;
	min-width: 200px;
	height: auto;
	overflow: hidden;
}

.img-stl {
	width: 100%;
	height: auto;
}

.text-container {
	padding: 10px;
}

.title-option-stl {
	font-size: 20px;
	font-weight: 600;
	font-family: "Arial Black", "Frutiger LT Std-Black", Helvetica, sans-serif;
}

.description-option-stl {
	font-size: 20px;
	font-weight: 200;
	text-align: left;
	color: rgba(0, 16, 24, 0.44);
	font-family: Arial, "Frutiger LT Std-Light", Helvetica, sans-serif;
}

.link-help-and-support {
	text-decoration: none;
	color: #000;
}

.link-help-and-support:hover {
	text-decoration: none;
	color: #000;
}

.hr-stl {
	display: none;
}

.divider {
	width: 0%;
	max-width: 0px;
	min-width: 0px;
}

@media only screen and (max-width: 900px) {
	.option-container,
	.img-container {
		max-width: 250px;
		height: auto;
	}
}

@media only screen and (max-width: 500px) {
	.hr-stl {
		display: block;
		border: 1px solid rgba(0, 16, 24, 0.44);
	}
	.img-container {
		width: 0%;
		height: 0%;
		display: none;
	}
	.option-container {
		margin: 10px;
	}
	.divider {
		width: 100%;
		max-width: 360px;
		min-width: 200px;
		transition-duration: 0.5s;
	}
}

html[lang=uk] body,
html[lang=uk] a,
html[lang=uk] p,
html[lang=uk] h1,
html[lang=uk] h2,
html[lang=uk] h3,
html[lang=uk] h4,
html[lang=uk] h5,
html[lang=uk] h6,
html[lang=uk] h7,
html[lang=uk] .pre_footer .newsletter-signup button,
html[lang=uk] button .button,
html[lang=uk] .sbd-ctaButton, 
html[lang=uk] .newsletter-signup-button,
html[lang=uk] label,
html[lang=uk] .breadcrumb, 
html[lang=uk] .breadcrumb .active,
html[lang=uk] input {
	font-family: 'Montserrat' !important;
	font-style: normal !important;
	font-weight: 600 !important;
}

html[lang=ru] body,
html[lang=ru] a,
html[lang=ru] p,
html[lang=ru] h1,
html[lang=ru] h2,
html[lang=ru] h3,
html[lang=ru] h4,
html[lang=ru] h5,
html[lang=ru] h6,
html[lang=ru] h7,
html[lang=ru] .pre_footer .newsletter-signup button,
html[lang=ru] button .button,
html[lang=ru] .sbd-ctaButton, 
html[lang=ru] .newsletter-signup-button,
html[lang=ru] label,
html[lang=ru] .breadcrumb, 
html[lang=ru] .sbd-stepTitle button,
html[lang=ru] .breadcrumb .active,
html[lang=ru] input {
	font-family: 'Montserrat' !important;
	font-style: normal !important;
	font-weight: 600 !important;
}

.fa, button.fa {
  	font-family: 'FontAwesome' !important;
}

#block-bootstrap-blackdecker-searchform {
 	width: 180px !important; 
}

#edit-open-modal-button-2 {
	padding: 10px !important;
  font-size: 16px !important;
}

.language-switcher-language-url .dropdown-menu li:first-child {
  display: none;
}

.path-product a[href="#"] {
	display: none; 
}