<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ios-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 32px;
    margin: 10px;
	margin-left: 4px;
}

.ios-switch input {
    opacity: 0;
	width: 1px;
    height: 1px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8C8C8C;
    transition: 0.4s;
    border-radius: 16px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #007aff;
}

input:checked + .slider:before {
    transform: translateX(28px);
}

#new_design .search {
	margin-top: 20px;
}

.search-label {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	margin-left: 12px;
	margin-bottom: 16px;
}

.search-block {
	display: flex;
}

.search-input {
	flex-grow: 10.9;
}

.search-input input {
	width: 100%;
	height: 35px;
	border: 1px solid #E8E7E6;
	border-radius: 3px 0px 0px 3px;	
	text-indent: 12px;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;	
	color: #8C8C8C;		
	border-right: none;
}

.search-button {
	flex-grow: 1;
}

.search-button button {
	width: 100%;
	height: 35px;
	background: #365EDC;
	color: #FFF;
	border: 1px solid #E8E7E6;
	border-radius: 3px 0px 0px 3px;	
	
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}

.mainBanners {
	display: flex;
	margin-top: 20px;
	justify-content: center;
}

.mainBanners img {
	width: 100%;
}

.popularCats {
	margin-top: 20px;
}

.popularCats-Block {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.popularCats-HeadLabel {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	color: #181717;
	margin-left: 10px;
}

.popularCats-HeadHref {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: #8C8C8C;
	margin-left: 20px;
	position: relative;
    top: -3px;
}

.popularCats-One {
	background: #FBFBFB;
	display: flex;
    align-items: center;
	border: 1px solid #E8E7E6;
	border-radius: 3px;	
	flex-basis: 597px;
	position: relative;
}

.popularCats-OneText {
	/* width: 316px; */
	flex-grow: 53;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #181717;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
	text-align: center;
}

.popularCats-OneImage {
	/* width: 281px; */
	flex-grow: 47;
	background: #F6F6F6;
}

.popularCats-OneImage img {
	width: 264px;
	height: 132px;
}

.popularCats-Head {
	margin-bottom: 16px;
}

.formMain {
	background: url('/images/nd/form-bg.png') no-repeat;
	height: 690px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.formMain-right {
	margin-left: 50%;
}

.formMain-container {
	width: 516px;
	margin-left: auto;
	margin-right: auto;
}

.formMain-header {
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	text-transform: uppercase;
	color: #181717;	
	padding-top: 61px;
	margin-bottom: 15px;
	font-family: 'Roboto Condensed';
}

.formMain-subHeader {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #181717;
}

.formMain-subHeader_2 {
	margin-top: 50px;
	margin-bottom: 20px;
}

.formMain-subHeader_3 {
	margin-bottom: 61px;
}

input[type="text"].form-input {
	height: 45px;
	box-sizing: border-box;
	background: #FBFBFB;
	border: 1px solid #E8E7E6;
	border-radius: 3px;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 60px;
	color: #8C8C8C;
	text-align: left;
	text-indent: 12px;
	margin-bottom: 30px;
}

.agree {
	display: flex;
    align-items: center;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: #8C8C8C;
}

.formMain-btn {
	width: 248px;
	height: 45px;
	background: #365EDC;
	border-radius: 3px;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
    justify-content: center;
    margin-top: 30px;	
}

.formMain .modal-body, .formMain .modal-footer {
	padding: 0;
	border-top: none;
}

input[type="text"].form-input {
	border-bottom: none;
}

.modal-footer {
	justify-content: flex-start;
}

.button-blue {
	background: #365EDC;
}

#float-filter, .category-title, .product-category-title, .product-title {
	background: url(../img/bg-category-title-blue.svg) no-repeat right center !important;
}

.menu ul.nav li.active&gt;a, .menu ul.nav li a:hover {
	color: #365EDC !important;
}

.menu ul.nav li:after {
	background: #365EDC !important;
}

.bottom-image-wrap .product-title {
	background: none !important;
}

.popularCats-OneLink {
	position: absolute;
	width: 100%;
	height: 100%;
}</pre></body></html>