<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* РЈРјРѕР»С‡Р°РЅРёСЏ РґР»СЏ СЃРїСЂР°РІРєРё */
/* h1 display: block; font-size: 2em; margin: 0.67em 0; font-weight: bold; */
/* h2 display: block; font-size: 1.5em; margin: 0.83em 0; font-weight: bold; */
/* h3  display: block;vfont-size: 1.17em; margin: 1em 0; font-weight: bold; */
/* p display: block; margin: 1em 0 1em 0; */
/* ul display: block; list-style-type: disc; margin: 1em 0px 1em 0px; padding-left: 40px; */
/* li display: list-item; */
/*РєРѕСЂРЅРµРІРѕР№ СЂР°Р·РјРµСЂ РґР»СЏ rem*/
html {
	font-size: 100%; /*Р’ Р±СЂР°СѓР·РµСЂР°С… РѕР±С‹С‡РЅРѕ 16px*/
	height: 100%; /*С‡С‚РѕР±С‹ С„СѓС‚РµСЂ Р±С‹Р» РІРЅРёР·Сѓ СЃС‚СЂР°РЅРёС†С‹ РµСЃР»Рё СЃС‚СЂР°РЅРёС†Р° РјР°Р»РµРЅСЊРєР°СЏ*/
}
body {  
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	display: flex; /*С‡С‚РѕР±С‹ С„СѓС‚РµСЂ Р±С‹Р» РІРЅРёР·Сѓ СЃС‚СЂР°РЅРёС†С‹ РµСЃР»Рё СЃС‚СЂР°РЅРёС†Р° РјР°Р»РµРЅСЊРєР°СЏ*/
	min-height: 100vh; /*С‡С‚РѕР±С‹ С„СѓС‚РµСЂ Р±С‹Р» РІРЅРёР·Сѓ СЃС‚СЂР°РЅРёС†С‹ РµСЃР»Рё СЃС‚СЂР°РЅРёС†Р° РјР°Р»РµРЅСЊРєР°СЏ*/
	flex-direction: column;	 /*С‡С‚РѕР±С‹ С„СѓС‚РµСЂ Р±С‹Р» РІРЅРёР·Сѓ СЃС‚СЂР°РЅРёС†С‹ РµСЃР»Рё СЃС‚СЂР°РЅРёС†Р° РјР°Р»РµРЅСЊРєР°СЏ*/
}
/*С‡С‚РѕР±С‹ С„СѓС‚РµСЂ Р±С‹Р» РІРЅРёР·Сѓ СЃС‚СЂР°РЅРёС†С‹ РµСЃР»Рё СЃС‚СЂР°РЅРёС†Р° РјР°Р»РµРЅСЊРєР°СЏ*/
main {
	flex: 1;
}
header {
	opacity: 1.0;
}
.footer {
}

/*РІРёРґ placeholder*/
textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder {
	color: #9999a6;
	opacity: 1.0;
	padding-left: 3px;
}
textarea::-moz-placeholder, input[type="text"]::-moz-placeholder {
	color: #9999a6;
	opacity: 1.0;
	padding-left: 3px;
}
textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder {
	color: #9999a6;
	opacity: 1.0;
	padding-left: 3px;
}
textarea::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder {
	color: #9999a6;
	opacity: 1.0;
	padding-left: 3px;
}
textarea::placeholder, input[type="text"]::placeholder {
	color: #9999a6;
	opacity: 1.0;
	padding-left: 3px;
}
/*Р’РёРґ РїРѕР»РѕСЃС‹ РїСЂРѕРєСЂСѓС‚РєРё*/
.news_text::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 6px;
	height:0px
}
/*РїРѕР»РѕСЃР°, РїРѕ РєРѕС‚РѕСЂРѕР№ Р±РµРіР°РµС‚ РїРѕР»Р·СѓРЅРѕРє*/
.news_text::-webkit-scrollbar-track {
	background-color:transparent;
}

.news_text::-webkit-scrollbar-thumb {
-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: transparent;
	box-shadow:0px 1px 1px #fff inset;
	background-image: url('https://specialist-ltd.ru/images/scroll-img.png');
	background-position: top;
	background-repeat: no-repeat;
	height: 20px;
}

.news_text::-webkit-resizer{
	background-repeat: no-repeat;
	width:7px;
	height:0px
}
/*РћСЃРЅРѕРІРЅР°СЏ С€РёСЂРёРЅР° РїРѕР»РѕСЃС‹ РїСЂРѕРєСЂСѓС‚РєРё*/
.news_text::-webkit-scrollbar{
	width: 11px;
}

input[type="text"], select{	
	color: black;
	padding: 0.5rem;
	border: 1px solid #dbdbdb; 	
}
textarea {
	color: gray;
	padding: 0.5rem;
    overflow: auto;
	border: 1px solid #dbdbdb; 	
}

body,
td,
p,
div,
input,
select,
textarea {
	color: #404044; 
	font-family: 'Montserrat', serif; 
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}
h1.chapter {
	margin: 0.2rem 0 2.0rem 0;
}
h1.chapter__h1-index {
	display: none;
}
h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
	color: #000000;
}
h3 {
	color: #404044;
	font-size: 1.2rem;
	margin: 0 0 1.1rem;
}
h4 {
	color: #404044;
	font-size: 1.1rem;
	margin: 20px 0 10px;

}
p {
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 140%;
	color: #000000;	
}
a {
	color: #000000;
}
ul {
	font-size: 17px;
}
li {
	line-height: 140%;
	color: #000000;	
}
select {
	font-size: 1.0rem;
}

video {
	width: 600px;
	height: 400px;
	max-width: 100%;
	max-height: 100%;
}

/*РїСЂРѕРІРµСЂРѕС‡РЅС‹Рµ СЃС‚РёР»Рё*/
.border-test {
	border: 1px red solid; 
}

/*РћР±С‰РёРµ СЃС‚РёР»Рё*/
/*Р—РЅР°С‡РєРё СЃРѕС†РёР°Р»СЊРЅС‹С… СЃРµС‚РµР№*/
.round-icons__a {
    margin: 0 4px 0 4px;
    border-radius: 20px;
    border: 1px solid #4d4d4d;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.round-icons__a:hover {
	background-color: #4d4d4d;
}
.round-icons__i {
	color: #989898;
	font-size: 20px;
}
.round-icons__a:hover i {
	color: #ffffff;
}


/*РўРµР»РµС„РѕРЅС‹*/
.phone__div {
	background-repeat: no-repeat;
}
.text__font-size-14 {
	font-size: 14px;
}
.text__font-blue {
	color: #008BD3;
	font-size: 12px;
}
.text__font-white {
	color: #FFFFFF;
}
.text__font-semi-bold {
	font-weight: 500;
}
.phone__div-number {
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
}
@media only screen and (max-width: 1380px){
	.phone__div-number {
		font-size: 10px;
		line-height: 14px;
		font-weight: 300;
	}
}
.phone__div-phone-close {
	display: none;
	position: absolute;
	top: 40px;
	z-index: 100;
	background-color: #F6F6F6; 
	padding-right: 30px;
}
.phone__div-collback {
	font-size: 14px; 
	line-height: 14px; 
	margin-top: 2px;
}
@media only screen and (max-width: 1380px){
	.phone__div-collback {
		font-size: 10px; 
		line-height: 12px; 
		margin-top: 2px;
	}
}
.phone__a-header {
	color: black;
}

/*РљРЅРѕРїРєРё Р·Р°СЏРІРѕРє Рё СЃСЃС‹Р»РѕРє РїРѕРґСЂРѕР±РЅРµРµ*/
.btn__a {
	text-decoration: none;
	display: inline-block; 
	text-align: center; 
	width: 200px; 
	height: 56px; 
	border-radius: 0px; 
	font-size: 1.0rem; 
	font-weight: bold;
	padding-top: 1.0rem;
	letter-spacing: 0.05em; /*РёРЅС‚РµСЂРІР°Р» РјРµР¶РґСѓ СЃРёРјРІРѕР»Р°РјРё РІ СЌР»РµРјРµРЅС‚Рµ*/
	text-transform: uppercase; /*Р’СЃРµ Р±СѓРєРІС‹ Р·Р°РіР»Р°РІРЅС‹Рµ*/ 
}
.btn__input {
	text-align: center; 
	width: 200px; 
	height: 56px; 
	font-size: 1.0rem; 
	font-weight: bold;
	letter-spacing: 0.05em; 
	text-transform: uppercase; 
}
.btn__a-blue, .btn__input-blue {
	color: white;
	background-color: #4363c0;
	border: 2px solid white; 
}
.btn__a-white {
	color: #4363c0;
	background-color: white;
	border: 2px solid #4363c0; 
}

.btn__a-block {
	margin: 1.5rem 0;
}

/*РљРѕСЂР·РёРЅР°*/
.basket__div-header {
	display: inline-block; 
	background-image: url("../images/basket/basket-black.png"); 
	background-repeat: no-repeat; 
	width: 41px; 
	height: 41px;
	position: relative;
}
.basket__div-count {
	background: #fac70c;
	border-radius: 50%;
	color: white;
	font-size: 0.9rem;
	text-align: center; 
	position: absolute; 
	bottom: 22px; 
	left: 18px;
}

/*Р¤РѕСЂРјР° РєРѕРЅС‚Р°РєС‚РЅС‹С… РґР°РЅРЅС‹С… РІ РєРѕСЂР·РёРЅРµ Р·Р°РєР°Р·Р°*/
.basket__form-contact input[type="submit"] {
    border-radius: 4px;
}
.basket__form-contact input[type="submit"] {
	box-shadow: 0px 4px 12px rgba(0, 139, 211, 0.1);
	background-color: #008BD3;
	padding: 9px 53px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	border: 0px solid #008BD3;
	color: white;
	text-align: center;
	cursor: pointer;
}
.basket__form-contact input[type="submit"]:hover {
	border: 1px solid #008BD3;
	background-color: #04A4F7;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3)
}
.basket__form-contact input[type="submit"]:active {
	background-color: #01689E;
}


/*Р›РѕРіРѕС‚РёРї*/
/* С‚РµРєСЃС‚ СЃРїСЂР°РІР° РѕС‚ Р»РѕРіРѕС‚РёРїР°*/
.logo__img {
	max-width: 100%;
	max-height: 100%;
}
.logo-txt__div {
	font-size: 1.0rem;
	font-weight: normal;
	text-align: left;
}


/*HEADER*/
/*РџРѕР»РѕСЃР° РІРІРµСЂС…Сѓ СЃС‚СЂР°РЅРёС†С‹*/
.header__div {
}
.header-contact__div-background {
	background-color: #F7F7F7;
}
/*РћР±Р»Р°СЃС‚СЊ РІРµСЂС…РЅРµРіРѕ Р»РѕРіРѕС‚РёРїР°*/
.header-logo__div-background {
	/*background-color: #F7F7F7;*/
}
/*С„РѕСЂРјР°С‚ С‚РµРєСЃС‚Р° РІ header*/
.header__div-text {
	font-size: 12px; 
	line-height: 16px;
}
@media only screen and (max-width: 1380px){
	.header__div-text {
		font-size: 12px; 
		line-height: 14px;
	}
}
/*РћР±Р»Р°СЃС‚СЊ С‚РµРєСЃС‚Р° РґР»СЏ РѕР±СЉСЏРІР»РµРЅРёР№*/
.header__div-attention {
	background: linear-gradient(180deg, #FDE967 0%, #EFCE4A 100%);
	box-shadow: 0px 12px 24px rgba(239, 206, 74, 0.25);
	border-radius: 4px;
	font-size: 14px;
	padding: 5px 9px;
	font-weight: 400;
}
/*Р›РѕРіРѕС‚РёРї РђР±Р±РµСЂР° РІРјРµСЃС‚Рѕ С‚РµРєСЃС‚Р° РґР»СЏ РѕР±СЉСЏРІР»РµРЅРёР№ РІ С€Р°РїРєРµ*/
.header__div-abber {
}
.header__img-abber {
	border-radius: 4px;
	max-width: 100%; 
	max-height: 100%
}


/*РљРѕСЂР·РёРЅР° РІ header*/
.header__basket img {
	width: 2.3rem;
	height: 2.3rem;
}
.header__basket a {
	color: #5f5f5f;
	text-decoration: none;
}
.header__basket div {
	line-height: 1.2;
	font-size: 0.8rem;
	font-family: tahoma;
	font-weight: 400;
}

/* Р“РћР&nbsp;РР—РћРќРўРђР›Р¬РќРћР• РњР•РќР® */
/*РєРѕРЅС‚РµР№РЅРµСЂ РїРѕР»РѕСЃС‹ СЃ РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅС‹Рј РјРµРЅСЋ*/
.navbar-gorizont__div-background {
	background-color: #F6F6F6;
}
/*Р—Р°РіРѕР»РѕРІРѕРє РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРіРѕ РјРµРЅСЋ, РІРёРґРёРјС‹Р№ С‚РѕР»СЊРєРѕ РЅР° С‚РµР»РµС„РѕРЅР°С…*/
.navbar-gorizont__div-title {
	color: white;
	font-size: 1rem; 
	height: 40px;
	background-color: #008BD3;
	border-radius: 4px;
}
/*nav-РєРѕРЅС‚РµР№РЅРµСЂ РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРіРѕ РјРµРЅСЋ*/
.navbar-gorizont__nav {
	width: 100%;
}
/*div РІ РєРѕС‚РѕСЂРѕРј СЂР°Р·РјРµС‰РµРЅС‹ РІСЃРµ СЌР»РµРјРµРЅС‚С‹ РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРіРѕ РјРµРЅСЋ*/
.navbar-gorizont__div-all {
}

/* РѕР±С‰РёРµ РєР»Р°СЃСЃС‹ РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРіРѕ РјРµРЅСЋ*/
.navbar-gorizont__div {
}
.navbar-gorizont__a {
	text-decoration: none;
	transition: all .5s ease;
}
/*СЃСЃС‹Р»РєР° РІ РјРµРЅСЋ c РІС‹РїР°РґР°СЋС‰РёРј РїРѕРґРјРµРЅСЋ*/
.navbar-gorizont__a-list {
	width: 85%;
}

/* Р’ РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРј РјРµРЅСЋ РІРµР·РґРµ СЂР°Р·РјРµСЂ, РїСЂРѕСЃС‚СЂР°РЅСЃС‚РІР° Р·РЅР°С‡РєР° С‚СЂРёРіРіРµСЂР° */
/* СЂР°Р·РґРµР»РёС‚РµР»СЊ */
.navbar-gorizont__div-separator {
	background-image: url(/images/gorizont-menu-vertical-line.png);
	background-repeat: no-repeat;
}
/*РЇС‡РµР№РєР° РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР°*/
.navbar-gorizont__div-list {
	display: none;
	text-align: left;
	z-index: 100;
}
/*РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё c РІС‹РїР°РґР°СЋС‰РёРј СЃРїРёСЃРєРѕРј*/
.navbar-gorizont__div-list-link {
	font-weight: 500;
}
/*РљРѕРЅС‚РµР№РЅРµСЂ РєР°СЂС‚РёРЅРєРё*/
.navbar-gorizont__div-img {
	padding: 0px 7px 0px 10px;
}
/*РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё Р±РµР· РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР°*/
.navbar-gorizont__div-link {
	font-weight: 500;
	font-style: normal;
}
/*СЃС‚СЂРµР»РєР° РґР»СЏ РІС‹РїР°РґР°СЋС‰РµРіРѕ РјРµРЅСЋ*/
.navbar-gorizont__div-trigger {
	color: #008BD3;
	cursor: pointer;
	width: 15%;
}

/* 1 РЈР&nbsp;РћР’Р•РќР¬ - Р’РР”РРњРћР• Р“РћР&nbsp;РР—РћРќРўРђР›Р¬РќРћР• РњР•РќР® */
/*РЇС‡РµР№РєР° РјРµРЅСЋ 1 СѓСЂРѕРІРЅСЏ*/
.navbar-gorizont__div-1 {
	position: relative;	
}
.navbar-gorizont__div-1:hover {
	background-color: #FFFFFF;	
}

/*РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё c РІС‹РїР°РґР°СЋС‰РёРј СЃРїРёСЃРєРѕРј*/
.navbar-gorizont__div-list-link-1 {
	font-size: 12px;
	line-height: 15px;
}
/*РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё Р±РµР· РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР°*/
.navbar-gorizont__div-link-1 {
	font-size: 12px;
	line-height: 15px;
}
@media only screen and (max-width: 560px){
	.navbar-gorizont__div-list-link-1,
	.navbar-gorizont__div-link-1 {
		font-size: 16px;
		line-height: 18px;
		padding: 12px 10px;
	}
}
/*СЃСЃС‹Р»РєР°*/
.navbar-gorizont__a-1 {
	color: #404044;
}

/* 2 РЈР&nbsp;РћР’Р•РќР¬ */
/*div РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР° РёР· РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРіРѕ РјРµРЅСЋ*/
.navbar-gorizont__div-list-2 {
	background: #F6F6F6;
	position: absolute;
	top: 100%;
	left: 20px;
	width: 207px;
	box-shadow: 0px 12px 24px rgba(130, 130, 130, 0.25);
	border-radius: 0px 0px 4px 4px;
}
/*РљРѕРЅС‚РµР№РЅРµСЂ РґР»СЏ СЃСЃС‹Р»РєРё Рё РµРµ СЃРїРёСЃРєР°*/
.navbar-gorizont__div-2 {
	/*text-transform: none;*/
}
.navbar-gorizont__div-2:hover {
	background-color: #008BD3;
}
.navbar-gorizont__div-2:hover svg {
	 fill: white;
}
.navbar-gorizont__div-2:hover .navbar-gorizont__div-list-link-2 {
	 color:  white;
}
/*РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё Р±РµР· РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР°*/
.navbar-gorizont__div-link-2 {
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	padding: 12px 30px;
}
@media only screen and (max-width: 480px){
	.navbar-gorizont__div-link-2 {
		font-size: 14px;
		line-height: 18px;
		width: 100%;
		padding: 10px 30px;
	}
}
/*СЃСЃС‹Р»РєР° РІ РјРµРЅСЋ*/
.navbar-gorizont__a-2 {
	color: #000000;
}
/*РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё c РІС‹РїР°РґР°СЋС‰РёРј СЃРїРёСЃРєРѕРј*/
.navbar-gorizont__div-list-link-2 {
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	padding: 12px 30px;
}
/*div С€РµРІСЂРѕРЅР° СЂР°СЃРєСЂС‹РІР°СЋС‰РµРіРѕСЃСЏ СЃРїРёСЃРєР°*/
.navbar-gorizont__div-trigger-2 {
	width: 15%;
	/*line-height: 32px;*/
	/*font-size: 0.9rem;*/
}

/* 3 РЈР&nbsp;РћР’Р•РќР¬ */
/*div РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР° */
.navbar-gorizont__div-list-3 {
	background-color: white;
	width: 100%;
}
/*div РѕС‚РґРµР»СЊРЅРѕР№ СЃСЃС‹Р»РєРё СЃ РІРѕР·РјРѕР¶РЅС‹Рј СЃРїРёСЃРєРѕРј*/
.navbar-gorizont__div-3 {
}
/*div СЃСЃС‹Р»РєРё Р±РµР· РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР°*/
.navbar-gorizont__div-link-3 {
	font-size: 12px;
	line-height: 15px;
	width: 100%;
	padding: 10px 10px;
}
/*РєР»Р°СЃСЃ СЃР°РјРѕР№ СЃСЃС‹Р»РєРё*/
.navbar-gorizont__a-3 {
	color: gray;
}
.navbar-gorizont__div-link-3:hover .navbar-gorizont__a-3 {
	color: #008BD3;
}
/*С„Р»РµРєСЃ СЌР»РµРјРµРЅС‚, РіРґРµ РІРјРµСЃС‚Рµ РєР°СЂС‚РёРЅРєР° Рё СЃСЃС‹Р»РєР°*/
.navbar-gorizont__div-all-list-link-3 {
}
/*С„Р»РµРєСЃ СЌР»РµРјРµРЅС‚, РіРґРµ РІРјРµСЃС‚Рµ РєР°СЂС‚РёРЅРєР° Рё СЃСЃС‹Р»РєР°*/
.navbar-gorizont__div-trigger-3 {
	width: 15%;
}

/* 4 СѓСЂРѕРІРµРЅСЊ */
.navbar-gorizont__div-4 {
	text-transform: none;
	line-height: 22px;
	font-size: 0.9rem;
}
.navbar-gorizont__div-trigger-4 {
	line-height: 22px;
	font-size: 0.9rem;
}
.navbar-gorizont__a-4 {
	color: black;
}

/* Р’Р•Р&nbsp;РўРРљРђР›Р¬РќРћР• РњР•РќР® */

/*РєРѕРЅС‚РµР№РЅРµСЂ РІРµСЂС‚РёРєР°Р»СЊРЅРѕРіРѕ РјРµРЅСЋ, СЃСЂР°Р·Сѓ РїРµСЂРµРґ nav*/
.navbar-vertical__div {
	background: #FFFFFF;
	box-shadow: 0px 12px 24px rgba(130, 130, 130, 0.25);
	border-radius: 4px;
}
/*СЃРєСЂС‹С‚РѕРµ РјРµРЅСЋ РїСЂРё РЅР°Р»РёС‡РёРё С„РёР»СЊС‚СЂРѕРІ*/
.navbar-vertical__nav-closed {
	display: none;
}
/* Р·Р°РіРѕР»РѕРІРѕРє РІРµСЂС‚РёРєР°Р»СЊРЅРѕРіРѕ РјРµРЅСЋ */
.navbar-vertical__div-title {
	color: white;
	font-size: 1rem; 
	height: 40px;
	background-color: #008BD3;
	border-radius: 4px;
}
/*РџРµСЂРІРѕРЅР°С‡Р°Р»СЊРЅРѕРµ Р·Р°РєСЂС‹С‚РёРµ СЂР°Р·РґРµР»Р° РґР»СЏ РЅРµРІС‹Р±СЂР°РЅРЅРѕРіРѕ РґРѕ С‰РµР»С‡РєР° РїРѕ СЃСЃС‹Р»РєРµ*/
.navbar-vertical__div-closed {
	display: none;
}


/* РћР‘Р©РР• РљР›РђРЎРЎР« Р’Р•Р&nbsp;РўРРљРђР›Р¬РќРћР“Рћ РњР•РќР®*/
.navbar-vertical__a {
	text-decoration: none;
	transition: all .5s ease;
}

/* Р’ РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРј РјРµРЅСЋ РІРµР·РґРµ СЂР°Р·РјРµСЂ, РїСЂРѕСЃС‚СЂР°РЅСЃС‚РІР° Р·РЅР°С‡РєР° С‚СЂРёРіРіРµСЂР° */
/*РЇС‡РµР№РєР° РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР°*/
.navbar-vertical__div-list {
	display: none;
	text-align: left;
	z-index: 100;
}
/*РќСѓР¶РЅРѕ РґР»СЏ СЂР°СЃРєСЂС‹С‚РёСЏ РІС‹Р±СЂР°РЅРЅРѕРіРѕ РїРѕРґРјРµРЅСЋ*/
.navbar-vertical__div-list-vis-0 {
	display: block;
}

/*РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё c РІС‹РїР°РґР°СЋС‰РёРј СЃРїРёСЃРєРѕРј*/
.navbar-vertical__div-list-link {
	font-weight: 500;
}
/*РљРѕРЅС‚РµР№РЅРµСЂ РєР°СЂС‚РёРЅРєРё*/
.navbar-vertical__div-img {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 16px;
	width: 36px;
}
/*РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё Р±РµР· РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР°*/
.navbar-vertical__div-link {
	font-weight: 500;
	font-style: normal;
}
/*СЃС‚СЂРµР»РєР° РґР»СЏ РІС‹РїР°РґР°СЋС‰РµРіРѕ РјРµРЅСЋ*/
.navbar-vertical__div-trigger {
	text-align: center;
	color: #008BD3;
	cursor: pointer;
}
.navbar-vertical__div-trigger img {
	width: 12px;
	height: 6px;
}


/* 1 РЈР&nbsp;РћР’Р•РќР¬ - Р’РР”РРњРћР• Р’Р•Р&nbsp;РўРРљРђР›Р¬РќРћР• РњР•РќР® */
/*РЇС‡РµР№РєР° РјРµРЅСЋ 1 СѓСЂРѕРІРЅСЏ*/
/*Р·Р°РєСЂСѓРіР»РµРЅРёРµ РІРІРµСЂС…Сѓ РІ РїРѕСЃР»РµРґРЅРµРј РїСѓРЅРєС‚Рµ РјРµРЅСЋ*/
.navbar-vertical__div-1:first-of-type {
	border-radius: 4px 4px 0px 0px;
}
/*Р·Р°РєСЂСѓРіР»РµРЅРёРµ СЃРЅРёР·Сѓ РІ РїРѕСЃР»РµРґРЅРµРј РїСѓРЅРєС‚Рµ РјРµРЅСЋ*/
.navbar-vertical__div-1:last-of-type {
	border-radius: 0px 0px 4px 4px;
}
/*РќРёР¶РЅСЏСЏ СЃРµСЂР°СЏ РїРѕР»РѕСЃР° РІ РїСѓРЅРєС‚Рµ РјРµРЅСЋ 1 СѓСЂРѕРІРЅСЏ*/
.navbar-vertical__div-1 {
	border-bottom: 1px solid rgba(19, 67, 131, 0.2);
}
/*РџСЂРё РЅР°РІРµРґРµРЅРёРё РЅР° РїСѓРЅРєС‚ РјРµРЅСЋ 1 СѓСЂРѕРІРЅСЏ РјРµРЅСЏРµРј Р±СЌРєРіСЂР°СѓРЅРґ*/
.navbar-vertical__div-1:hover,
.navbar-vertical__a-1:hover {
	background-color: #008BD3;
}
.navbar-vertical__div-list-link-1,
.navbar-vertical__div-link-1 {
	font-size: 18px;
	line-height: 22px;
}

/*РџСЂРё РЅР°РІРµРґРµРЅРёРё РЅР° РїСѓРЅРєС‚ РјРµРЅСЋ 1 СѓСЂРѕРІРЅСЏ*/
.navbar-vertical__div-1:hover .navbar-vertical__div-list-link-1, 
.navbar-vertical__div-1:hover .navbar-vertical__div-trigger-1 img {
	/*fill: white;*/
	color:  white;
	filter:  brightness(0) invert(1);
}

.navbar-vertical__div-1-active,
.navbar-vertical__div-2-active,
.navbar-vertical__div-1-active .navbar-vertical__a-1 {
	background-color: #008BD3;
}
.navbar-vertical__div-1-active .navbar-vertical__div-list-link-1, 
.navbar-vertical__div-2-active .navbar-vertical__div-link-2,
.navbar-vertical__div-1-active .navbar-vertical__div-trigger-1 svg {
	/*fill: white;*/
	color:  white;
	filter:  brightness(0) invert(1);
}

.navbar-vertical__a-1:hover .navbar-vertical__div-link-1 {
	color:  white;
}
.navbar-vertical__div-img-1 {
	padding-left: 30px;
}
.navbar-vertical__a-1, .navbar-vertical__a-single-1 {
	color: #404044;
}

/*РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё Р±РµР· РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР°*/
.navbar-vertical__div-link-1 {
	padding: 14px 30px 14px 30px;
}
.navbar-vertical__div-link-1:hover {
	background-color: #008BD3;
	color:  white;
	width: 100%;
}
.navbar-vertical__a-single-1 {
	border-bottom: 1px solid rgba(19, 67, 131, 0.2);
}

/*С„Р»РµРєСЃ СЌР»РµРјРЅРµРЅС‚, РіРґРµ РІРјРµСЃС‚Рµ РєР°СЂС‚РёРЅРєР° Рё СЃСЃС‹Р»РєР°*/
.navbar-vertical__div-all-list-link-1 {
	width: 85%;
	padding: 14px 30px;
}

/*РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё c РІС‹РїР°РґР°СЋС‰РёРј СЃРїРёСЃРєРѕРј*/
.navbar-vertical__div-list-link-2 {
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
}
@media only screen and (max-width: 560px){
	.navbar-vertical__div-list-link-2 {
		font-size: 16px;
	}
}

.navbar-vertical__div-trigger-1{
	width: 15%;
}

/* 2 РЈР&nbsp;РћР’Р•РќР¬ */
/*div РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР° РёР· РІРµСЂС‚РёРєР°Р»СЊРЅРѕРіРѕ РјРµРЅСЋ*/
.navbar-vertical__div-list-2 {
	background: #FFF;
}
/*РљРѕРЅС‚РµР№РЅРµСЂ РґР»СЏ СЃСЃС‹Р»РєРё Рё РµРµ СЃРїРёСЃРєР°*/
.navbar-vertical__div-2 {
}
.navbar-vertical__a-single-2 {
	padding-left: 20px;
}
/*РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё Р±РµР· РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР°*/
.navbar-vertical__div-link-2 {
	font-size: 14px;
	line-height: 16px;
	width: 100%;
	padding: 12px 0px;
}
@media only screen and (max-width: 560px){
	.navbar-vertical__div-link-2 {
		font-size: 16px;
	}
}

/*СЃСЃС‹Р»РєР° РІ РјРµРЅСЋ*/
.navbar-vertical__a-2 {
	color: #000000;
}
/*С„Р»РµРєСЃ СЌР»РµРјРЅРµРЅС‚, РіРґРµ РІРјРµСЃС‚Рµ РєР°СЂС‚РёРЅРєР° Рё СЃСЃС‹Р»РєР°*/
.navbar-vertical__div-all-list-link-2 {
	width: 85%;
	padding-left: 20px;
}
/*РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё c РІС‹РїР°РґР°СЋС‰РёРј СЃРїРёСЃРєРѕРј*/
/*div С€РµРІСЂРѕРЅР° СЂР°СЃРєСЂС‹РІР°СЋС‰РµРіРѕСЃСЏ СЃРїРёСЃРєР°*/
.navbar-vertical__div-trigger-2 {
	width: 15%;
}
/*РџСЂРё РЅР°РІРµРґРµРЅРёРё РЅР° РїСѓРЅРєС‚ РјРµРЅСЋ 1 СѓСЂРѕРІРЅСЏ*/
.navbar-vertical__div-2:hover svg {
	 fill: #008BD3;
}



/* 3 РЈР&nbsp;РћР’Р•РќР¬ */
/*div РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР° */
.navbar-vertical__div-list-3 {
	background-color: white;
	width: 100%;
}
/*div РѕС‚РґРµР»СЊРЅРѕР№ СЃСЃС‹Р»РєРё СЃ РІРѕР·РјРѕР¶РЅС‹Рј СЃРїРёСЃРєРѕРј*/
.navbar-vertical__div-3 {
}
/*div СЃСЃС‹Р»РєРё Р±РµР· РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР°*/
.navbar-vertical__div-link-3 {
	font-size: 12px;
	line-height: 15px;
	width: 100%;
	padding: 10px 10px 10px 50px;
}
/*РєР»Р°СЃСЃ СЃР°РјРѕР№ СЃСЃС‹Р»РєРё*/
.navbar-vertical__a-3 {
	color: gray;
}
.navbar-vertical__div-link-3:hover .navbar-vertical__a-3 {
	color: #008BD3;
}
/*С„Р»РµРєСЃ СЌР»РµРјРµРЅС‚, РіРґРµ РІРјРµСЃС‚Рµ РєР°СЂС‚РёРЅРєР° Рё СЃСЃС‹Р»РєР°*/
.navbar-vertical__div-all-list-link-3 {
	width: 85%;
}
/*С„Р»РµРєСЃ СЌР»РµРјРµРЅС‚, РіРґРµ РІРјРµСЃС‚Рµ РєР°СЂС‚РёРЅРєР° Рё СЃСЃС‹Р»РєР°*/
.navbar-vertical__div-trigger-3 {
	width: 15%;
}

/* 4 РЈР&nbsp;РћР’Р•РќР¬ */
.navbar-vertical__div-4 {
	text-transform: none;
	line-height: 22px;
	font-size: 0.9rem;
}
.navbar-vertical__div-trigger-4 {
	line-height: 22px;
	font-size: 0.9rem;
}
.navbar-vertical__a-4 {
	color: black;
}


/* С‚СЂРѕРїР° СЃСЃС‹Р»РѕРє РЅР° СЂРѕРґРёС‚РµР»СЊСЃРєРёРµ СЃС‚СЂР°РЅРёС†С‹ - С…Р»РµР±РЅС‹Рµ РєСЂРѕС€РєРё*/
.tropa__div {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	
}
.tropa__a {
	color: #000000;
	text-decoration: none;
}
.tropa__a:hover {
	color: #000000;
	text-decoration: underline;
}
.tropa__a-catalog {
}


*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* Styles */
.clear {
	clear: both;
}
.rss {
	/*border: 1px gray solid;*/
	width: 140px;
	top: 50%;
	left: 50%;
	height: 40px;
	text-align: center;
	overflow: hidden;
}

.rss:before {
	content: "";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.8;
}

label.attention {
	width: 90px;
	height: 30px;
	display: inline-block;
	margin: 3px 10px;
	position: relative;
	border-radius: 14px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	background: rgb(138,138,138);
	background: -webkit-linear-gradient(top, rgba(138,138,138,1) 0%, rgba(140,140,140,1) 14%, rgba(159,159,159,1) 72%, rgba(164,164,164,1) 100%);
	background: -moz-linear-gradient(top, rgba(138,138,138,1) 0%, rgba(140,140,140,1) 14%, rgba(159,159,159,1) 72%, rgba(164,164,164,1) 100%);
	background: -o-linear-gradient(top, rgba(138,138,138,1) 0%, rgba(140,140,140,1) 14%, rgba(159,159,159,1) 72%, rgba(164,164,164,1) 100%);
	background: -ms-linear-gradient(top, rgba(138,138,138,1) 0%, rgba(140,140,140,1) 14%, rgba(159,159,159,1) 72%, rgba(164,164,164,1) 100%);
	background: linear-gradient(top, rgba(138,138,138,1) 0%, rgba(140,140,140,1) 14%, rgba(159,159,159,1) 72%, rgba(164,164,164,1) 100%);
	box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
	line-height: 30px;
	font-style: normal;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
	font-weight: bold;
	-moz-transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
	cursor: pointer;
}

label.attention:hover {
	background: rgb(238,159,7);
	background: -moz-linear-gradient(top,  rgba(238,159,7,1) 0%, rgba(240,171,8,1) 45%, rgba(243,182,15,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,159,7,1)), color-stop(45%,rgba(240,171,8,1)), color-stop(100%,rgba(243,182,15,1)));
	background: -webkit-linear-gradient(top,  rgba(238,159,7,1) 0%,rgba(240,171,8,1) 45%,rgba(243,182,15,1) 100%);
	background: -o-linear-gradient(top,  rgba(238,159,7,1) 0%,rgba(240,171,8,1) 45%,rgba(243,182,15,1) 100%);
	background: -ms-linear-gradient(top,  rgba(238,159,7,1) 0%,rgba(240,171,8,1) 45%,rgba(243,182,15,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,159,7,1) 0%,rgba(240,171,8,1) 45%,rgba(243,182,15,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9f07', endColorstr='#f3b60f',GradientType=0 );
}
label.attention:hover:before {
	content: ""; /* &amp;#9762; вў*/
	font-size: 22px
}
input[id=buttonThree]:checked ~ label.attention:hover:before  {
	content: "РѕРїС‚";
	font-size: 14px
}
input[id=buttonThree] {

	display: none;

}

label.attention i {
	position: absolute;
	top: -4px;
	right:60px;
	width: 36px;
	height: 36px;
	display: block;
	border-radius: 36px;
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 11%, rgba(228,228,228,1) 50%, rgba(221,221,221,1) 53%, rgba(205,205,205,1) 97%, rgba(191,191,191,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 11%, rgba(228,228,228,1) 50%, rgba(221,221,221,1) 53%, rgba(205,205,205,1) 97%, rgba(191,191,191,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 11%, rgba(228,228,228,1) 50%, rgba(221,221,221,1) 53%, rgba(205,205,205,1) 97%, rgba(191,191,191,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 11%, rgba(228,228,228,1) 50%, rgba(221,221,221,1) 53%, rgba(205,205,205,1) 97%, rgba(191,191,191,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 11%, rgba(228,228,228,1) 50%, rgba(221,221,221,1) 53%, rgba(205,205,205,1) 97%, rgba(191,191,191,1) 100%);
	/*box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.4), 0 2px 0 0 rgba(0, 0, 0, 0.2);*/
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
}

label.attention i:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
	border-radius: 18px;
	background: rgb(239,239,239);
	background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(225,225,225,1) 6%, rgba(225,225,225,1) 24%, rgba(229,229,229,1) 94%, rgba(242,242,242,1) 100%);
	background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(225,225,225,1) 6%, rgba(225,225,225,1) 24%, rgba(229,229,229,1) 94%, rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(225,225,225,1) 6%, rgba(225,225,225,1) 24%, rgba(229,229,229,1) 94%, rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(225,225,225,1) 6%, rgba(225,225,225,1) 24%, rgba(229,229,229,1) 94%, rgba(242,242,242,1) 100%);
	background: linear-gradient(top, rgba(239,239,239,1) 0%, rgba(225,225,225,1) 6%, rgba(225,225,225,1) 24%, rgba(229,229,229,1) 94%, rgba(242,242,242,1) 100%);
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
label.attention:hover i {
	/*box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.4), 0 2px 0 0 rgba(0, 0, 0, 0.3);*/
}
label.attention:active i:before {
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
}

label.attention:before {
	content: "РѕРїС‚";
	margin-left: 30px;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
}
input[id=buttonThree]:checked ~ label.attention:before {
	content: "РѕРїС‚";
	text-transform: uppercase;
	margin-right: 30px;
	margin-left: 0;
}
input[id=buttonThree]:checked ~ label.attention{
	background: #008bd3; /*rgb(141,173,51);*/
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,139,211,1) 0%, rgba(4,145,216,1) 24%, rgba(13,155,225,1) 55%, rgba(22,162,235,1) 100%);
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,139,211,1) 0%, rgba(4,145,216,1) 24%, rgba(13,155,225,1) 55%, rgba(22,162,235,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0,139,211,1) 0%, rgba(4,145,216,1) 24%, rgba(13,155,225,1) 55%, rgba(22,162,235,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,139,211,1) 0%, rgba(4,145,216,1) 24%, rgba(13,155,225,1) 55%, rgba(22,162,235,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(0,139,211,1) 0%, rgba(4,145,216,1) 24%, rgba(13,155,225,1) 55%, rgba(22,162,235,1) 100%);
}

input[id=buttonThree]:checked ~ label.attention i {
	right: -6px;
}


/*РЎРѕРґРµСЂР¶Р°С‚РµР»СЊРЅР°СЏ С‡Р°СЃС‚СЊ*/
/*СЃ Р±РµРєРіСЂР°СѓРЅРґРѕРј РІРІРµСЂС…Сѓ */
.content__div-background {
}

/*Р‘Р»РѕРє Рѕ Р±Р»РѕРєР°С… Р±Р»РѕРєРѕРІ*/
.content__div-blocks {
	padding-top: 18px; 
	padding-bottom: 18px;
}
.content__div-block {
	border: blue 2px solid; 
	margin: auto; 
	padding: 30px 10px 20px 10px; 
	text-align: center;
	height: 100%;
}
.content__div-block p {
	margin: 0px;
	padding: 0;
	font-size: 1.2rem;
}




/* РЎРЎР«Р›РљР РќРђ РџРћР”РЎРўР&nbsp;РђРќРР¦Р« */
/*СЃСЃС‹Р»РєРё  С‡РµС‚-РЅРµС‡РµС‚*/
.level-odd-even__img {
	max-width: 100%; 
	max-height: 100%;
}
.level-odd-even__div-text {
	width: 100%; 
}
/*СЃСЃС‹Р»РєРё РІ РІРёРґРµ РєРЅРѕРїРѕРє*/
/*РљРЅРѕРїРєРё Р·Р°СЏРІРѕРє Рё СЃСЃС‹Р»РѕРє РїРѕРґСЂРѕР±РЅРµРµ*/
.level-btn__a {
	text-decoration: none;
	display: inline-block; 
	text-align: center; 
	width: 100%; 
	height: 56px; 
	border-radius: 0px; 
	font-size: 1.0rem; 
	font-weight: bold;
	white-space: nowrap;
	padding-top: 1.0rem;
	letter-spacing: 0.05em; /*РёРЅС‚РµСЂРІР°Р» РјРµР¶РґСѓ СЃРёРјРІРѕР»Р°РјРё РІ СЌР»РµРјРµРЅС‚Рµ*/
}
.level-btn__a-blue {
	color: white;
	background-color: #4363c0;
	border-left: 2px solid white; 
	border-right: 2px solid white;
	border-top: 2px solid white; 
	border-bottom: 2px solid white; 
}
.level-btn__a-white {
	color: #4363c0;
	background-color: white;
	border-left: 2px solid #4363c0; 
	border-right: 2px solid #4363c0;
	border-top: 2px solid #4363c0; 
	border-bottom: 2px solid #4363c0; 
}
.level-btn__a-white:hover {
	border-right: 8px solid #4363c0;
}
/*РџРѕРґСЂР°Р·РґРµР» РІ С€Р°С…РјР°С‚РЅРѕРј РїРѕСЂСЏРґРєРµ СЃ РѕРїРёСЃР°РЅРёРµРј РЅР° С„РѕРЅРµ РєР°СЂС‚РёРЅРєРё*/
/*div c РЅР°Р·РІР°РЅРёРµРј РїРѕРґСЂР°Р·РґРµР»Р°*/
.layer-chess__div {
	background-color: #ffffff; 
}
.layer-chess__div-name {
	margin: auto; 
	display: flex;
}
/*РЅР°Р·РІР°РЅРёРµ РїРѕРґСЂР°Р·РґРµР»Р°*/
.layer-chess__h2-name {
	font-size: 2.6rem; 
	margin: auto;
	text-align: center;
}
/*РїРѕРґСЂР°Р·РґРµР» СЃ РєР°СЂС‚РёРЅРєРѕР№ РІ С„РѕРЅРµ*/
.layer-chess__div-img {
	position: relative; 
	text-align: center;
	width: 100%; 
	height: 400px;
}
/*РєСЂР°С‚РєРёР№ С‚РµРєСЃС‚ РЅР° С‚РµРјРЅРѕРј РїСЂРѕР·СЂР°С‡РЅРѕРј С„РѕРЅРµ РЅР° РєР°СЂС‚РёРЅРєРµ*/
.layer-chess__div-description {	
	flex-direction: column;	 /*С‡С‚РѕР±С‹ СЃСЃС‹Р»РєР° Р±С‹Р»Р° РІРЅРёР·Сѓ*/
	width: 70%; 
	height: 150px; 
	line-height: 1.2rem;
	color: #f5f5f5;
	background-color: black; 
	opacity: 0.7;
	font-size: 0.9rem;
	/*left: 2rem; */
}
.layer-chess__div-img-description {
	flex: 1;  /*С‡С‚РѕР±С‹ СЃСЃС‹Р»РєР° Р±С‹Р»Р° РІРЅРёР·Сѓ*/
}
.layer-chess__div-img-description &gt; p, .layer-chess__div-img-description &gt; div {
	font-size: 0.9rem;
	color: #f5f5f5;
	text-align: left;
	margin: 0;
	padding: 0;
}
/*РєРЅРѕРїРєРё-СЃСЃС‹Р»РєРё*/
.layer-chess__div-img_a {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0.5rem;
	border: 1px solid rgb(255, 255, 255);
	text-decoration: none;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-size: 1.0rem;
	height: 2.5rem;
	line-height: 2.4rem;
	padding: 0.1rem 0.6rem 0 0.8rem;
	pointer-events: auto;
	text-align: center;
	text-size-adjust: 100%;
	text-transform: uppercase;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease;
	vertical-align: middle;
	width: 10rem;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.layer-chess__div-img_a:hover {
	color: #fff;
	background-color: #d2a253;
	border-color: #d2a253;
}
/*РєР°СЂС‚РёРЅРєР°, РїРѕРґ РЅРµР№ РЅР°Р·РІР°РЅРёРµ, РІСЃРµ РІРјРµСЃС‚Рµ -СЃСЃС‹Р»РєР° РІ РїРѕРґСЂР°Р·РґРµР»*/
.layer-img-name__a {
	text-decoration: none;
	border: 1px solid rgba(19, 67, 131, 0.2);
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 30px;
}
.layer-img-name__a:hover {
	box-shadow: 0px 12px 24px rgba(134, 134, 134, 0.25);
	border: 0px;
}
.layer-img-name__img {
	max-width: 100%;
	max-height: 100%;
}
.layer-img-name__div-name {
	background: #008BD3;
	opacity: 0.5;
	border-radius: 0px 0px 4px 4px;
	width: 100%;
	height: 65px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
}
/*Р“РђР›Р•Р&nbsp;Р•РЇ РР—РћР‘Р&nbsp;РђР–Р•РќРР™*/
.gallery__div-image {
	padding: 10px;
	margin: 0;
	border: 1px solid #dbdbdb;
}
.gallery__img {
	max-width: 100%;

}


/* FOOTER */
/*Р¦РІРµС‚РѕРІРѕР№ Р±СЌРєРіСЂР°СѓРЅРґ*/
.footer__div-background {
	background: linear-gradient(0deg, #F6F6F6, #F6F6F6), #000000;
	opacity: 1.0;
}
/*Р“РѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅР°СЏ Р»РёРЅРёСЏ*/
.footer__div-gorizont-line {
	border-top: 1px solid #008BD3;;
}
/*СЃРєСЂС‹С‚Р°СЏ СЂР°СЃРєСЂС‹РІР°СЋС‰Р°СЏСЃСЏ РїРѕ РєР»РёРєСѓ РѕР±Р»Р°СЃС‚СЊ*/
.footer__div-close {
	display: none; 
	flex-basis: 100%;
}
/*С‚РµРєСЃС‚ РєРѕРїРёСЂР°Р№С‚Р°*/
.footer__div-copyright {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	opacity: 0.5;
}

/*РћР¤РћР&nbsp;РњР›Р•РќРР• РќРР–РќР•Р“Рћ РњР•РќР®*/
/*РѕР±Р»Р°СЃС‚СЊ РЅРёР¶РЅРµРіРѕ РјРµРЅСЋ*/
.footer-navbar-vertical__div {
}
/*РѕР±Р»Р°СЃС‚СЊ СЃСЃС‹Р»РєРё 1 СѓСЂРѕРІРЅСЏ*/
.footer-navbar-vertical__div-1 {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
}
/*СЃСЃС‹Р»РєР° 1 СѓСЂРѕРІРЅСЏ*/
.footer-navbar-vertical__a-1 {
}


/*РџРѕРёСЃРєРѕРІР°СЏ СЃС‚СЂРѕРєР°*/
.search__div-box {
	width: 100%; 
	/*background-color: transparent;*/ 
}
.search__input {
	height: 40px;
	background: #F6F6F6;
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.25);
	border: 0px #e4e4e4 solid;
	border-radius: 4px 0 0 4px;
	padding-left: 15px;
	text-indent: 10px;
}
.search__button {
	height: 40px;
	background-color: #008BD3;
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.25);
	border-radius: 0 4px 4px 0;
	border: 0px red solid;
	cursor: pointer;
}
.search-box-container svg {
	vertical-align: middle;
}

/* Р’Р«РџРђР”РђР®Р©Р•Р• РњР•РќР® AJAX-РџРћРРЎРљРђ */
#resSearch {
	position: absolute;
	bottom: 0px;
}
.search-ajax__div {
	border: #3f76dc solid 1px;
	z-index: 10; 
	position: absolute;
	top: 0;
	background-color: white;
	width: 360px;
	max-height: 300px;
	overflow-y: auto;
	padding-top: 30px;
}
.search-ajax__div-img {
	height: 60px; 
	width: 70px;
}
/*РљРЅРѕРїРєР° РІСЃРµ СЂРµР·СѓР»СЊС‚Р°С‚С‹*/
.search-ajax__input-submit {
	color: #fff; 
	background-color: #008BD3;
	box-shadow: 0px 4px 12px rgba(0, 139, 211, 0.1);
	border-radius: 4px;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	border: 0px;
	padding: 6px 20px;
	width: 100%;
	cursor: pointer;
}
.search-ajax__input-submit:hover {
	background-color: #04A4F7;
	box-shadow: 0px 4px 12px rgba(4, 164, 247, 0.1);
}
.search-ajax__input-submit:active {
	background: #01689E;
	box-shadow: 0px 4px 12px rgba(1, 104, 158, 0.1);
}


.search-ajax__div ul,
.search-ajax__div li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.9rem;
}
.search-ajax__div li:nth-child(2n){
	background: #eeeeee;
}
.search-ajax__div a {
	display: block;
	text-decoration: none;
	padding: 2px 4px;
	color: gray;
}

/*РєРЅРѕРїРєР° Р·Р°РєСЂС‹С‚РёСЏ СЂРµР·СѓР»СЊС‚Р°С‚РѕРІ РїРѕРёСЃРєР°*/
#closeDiv {
	position: absolute;
    border-radius: 30px;
	top: 0;
	right: 15px;
	color: gray; 
	border: 0px solid gray; 
	margin: 2px;
	text-align: center;
	font-size: 18px;
    line-height: 28px;
    width: 30px;
    height: 30px;
	cursor: pointer;
    transition: all 200ms ease-in-out;
	color: gray;
}
#closeDiv:hover {
	background-color: #008bd3;
	color: white;
}
#closeDiv i {
	font-size: 18px;
}


/*РљРђРўРђР›РћР“ РўРћР’РђР&nbsp;РћР’*/
/*РѕС„РѕСЂРјР»РµРЅРёРµ СЃРѕСЂС‚РёСЂРѕРІРєРё*/
.catalog__a-order-active {
	color: #008bd3;
	font-weight: bold;
	text-decoration: none;
}
/*РљРѕР»-РІРѕ С‚РѕРІР°СЂРѕРІ РІ РІС‹Р±РѕСЂРєРµ*/
.catalog__div-count {
}
/*РЇС‡РµР№РєР° СЃРµС‚РєРё, СЃ РєР°СЂС‚РѕС‡РєРѕР№ С‚РѕРІР°СЂР°*/
.catalog__div-grid {
}
/*РєР°СЂС‚РѕС‡РєР° С‚РѕРІР°СЂР°*/
.catalog__div-item {
	background-color: white;
	box-shadow: 0px 12px 24px rgba(130, 130, 130, 0.25);
	border-radius: 4px;
}
.catalog__div-item:hover {
	box-shadow: 0px 12px 24px rgba(130, 130, 130, 0.5);
}
/*div СЃ РєР°С‚Р°Р»РѕР¶РЅРѕР№ РєР°СЂС‚РёРЅРєРѕР№*/
.catalog__div-item-img {
	height: 230px; 
	position: relative;
}
/*РєР°СЂС‚РёРЅРєР° РЅРѕРІРѕРіРѕ С‚РѕРІР°СЂР°*/
.catalog__img-news {
	position: absolute; 
	left: 10px; 
	top: 10px;
}
/*РєР°СЂС‚РёРЅРєР° С‚РѕРІР°СЂРѕРІ*/
.catalog__img-item {
	max-width: 100%; 
	max-height: 100%;
}
/*РЅР°Р·РІР°РЅРёРµ С‚РѕРІР°СЂР° РІ РєР°С‚Р°Р»РѕРіРµ*/
.catalog__div-item-name {
	position: relative;
	height: 70px;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
}
@media only screen and (max-width : 1700px){
	.catalog__div-item-name {
		font-size: 14px;
		line-height: 16px;
	}
}
@media only screen and (max-width : 1300px){
	.catalog__div-item-name {
		font-size: 13px;
		line-height: 15px;
	}
}
@media only screen and (max-width : 1200px){
	.catalog__div-item-name {
		font-size: 12px;
		line-height: 13px;
	}
}
@media only screen and (max-width : 600px){
	.catalog__div-item-name {
		height: 80px;
		font-size: 12px;
		line-height: 13px;
	}
}
@media only screen and (max-width : 360px){
	.catalog__div-item-name {
		height: 90px;
		font-weight: 300;
		font-size: 12px;
		line-height: 13px;
	}
}

/*СЃСЃС‹Р»РєР° РЅР° РєР°СЂС‚РѕС‡РєСѓ С‚РѕРІР°СЂР° РЅР° РёРјРµРЅРё*/
.catalog__a-item-name {
	position: absolute;
	text-decoration: none;
	color: #000;
}
.catalog__div-sklad-choose {
	color: #008bd3;
	font-weight: bold;
}

/*РѕС‚Р·С‹РІС‹ РЅР° С‚РѕРІР°СЂ*/
.catalog__div-star-feedback {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}
.catalog__img-feedback {
	vertical-align: middle;
}
/*СЂР°Р·РјРµСЂС‹ С‚РѕРІР°СЂР° РІ РєР°С‚Р°Р»РѕРіРµ*/
.catalog__div-item-size {
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	min-height: 36px;
}
@media only screen and (max-width: 526px){
	.catalog__div-item-size {
		font-size: 12px;
	}
}
.catalog__div-item-size_span {
	font-weight: 500;
}

/*РѕР±С‹С‡РЅР°СЏ С†РµРЅР° РІ РєР°С‚Р°Р»РѕРіРµ*/
.catalog__div-price {
}
/*СЃС‚Р°СЂР°СЏ РїРµСЂРµС‡РµСЂРєРЅСѓС‚Р°СЏ С†РµРЅР°*/
.catalog__div-price-action {
	position: relative;
}
.catalog__span-old-price {
	position: absolute;
	top: -20px;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
	opacity: 0.7;
	text-decoration: line-through;
}
.one-item-catalog__div .catalog__span-old-price {
	position: static;
}
.catalog__span-price {
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 26px;
	color: #000000; 
	vertical-align: bottom; 
}
/*Р°РєС†РёРѕРЅРЅР°СЏ РёР»Рё РЅРѕРІР°СЏ С†РµРЅР°*/
.catalog__span-new-price {
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 26px;
	color: #982b8f;
}
@media only screen and (max-width: 526px) {
	.catalog__span-old-price {
		font-size: 17px;
		line-height: 18px;
	}
	
	.catalog__span-price,
	.catalog__span-new-price {
		font-weight: bold;
		font-size: 20px;
		line-height: 22px;
	}
}

/*РЅР°Р»РёС‡РёРµ С‚РѕРІР°СЂР°*/
.catalog__div-available {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: #3f3f3f; 
}
/*span РєРЅРѕРїРєРё Р·Р°РїСЂРѕСЃР° Рѕ РЅР°Р»РёС‡РёРё С‚РѕРІР°СЂР°*/
.catalog__span-button {
	display: inline-block;
	background-color: #EFCE4A; 
	box-shadow: 0px 12px 24px rgba(239, 206, 74, 0.25); 
	border-radius: 4px; 
	padding: 6px 23px; 
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px; 
	text-transform: uppercase; 
	color: #1764be; 
	cursor: pointer;
	text-align: left;
}
@media only screen and (max-width: 1180px){
	.catalog__span-button {
		font-size: 10px;
		padding: 6px 14px;
	}
}
.catalog__span-button:hover {
	border: 1px solid #008BD3;
	background-color: #99cc00;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3)
}
.catalog__span-button:active {
	background-color: #669900;
	color: white;
}
.reply_availability__div {
	color: red; 
	font-weight: bold;
	font-size: 16px;
}

/*a РєРЅРѕРїРєРё РїРѕРєСѓРїРєРё С‚РѕРІР°СЂР°*/
.catalog__a-button-order {
	background-color: #04A4F7; 
	box-shadow: 0px 4px 12px rgba(0, 139, 211, 0.1); 
	border-radius: 4px; 
	padding: 13px 16px; 
	font-weight: bold;
    font-size: 16px;
    line-height: 18px;
	color: #efce4a; 
	text-decoration: none; 
	border: 0px solid #008BD3;
	text-decoration: none;
	text-align: center;
}
.catalog__a-button-order:hover {
	background-color: #01689E;
	box-shadow: 0px 4px 12px rgba(4, 164, 247, 0.1);
	color: white;
}
@media only screen and (max-width: 526px){
	.catalog__a-button-order {
		font-size: 14px;
	}
}



/*РєРЅРѕРїРєР°-СЃСЃС‹Р»РєР° РґР»СЏ РїРµСЂРµС…РѕРґР° РІ РєР°СЂС‚РѕС‡РєСѓ С‚РѕРІР°СЂР°*/
.catalog__a-button-card {
	color: #fff; 
	text-decoration: none; 
	background-color: #008BD3;
	box-shadow: 0px 4px 12px rgba(0, 139, 211, 0.1);
	border-radius: 4px;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
}
.catalog__a-button-card:hover {
	background-color: #04A4F7;
	box-shadow: 0px 4px 12px rgba(4, 164, 247, 0.1);
}
.catalog__a-button-card:active {
	background: #01689E;
	box-shadow: 0px 4px 12px rgba(1, 104, 158, 0.1);
}
@media only screen and (max-width: 526px){
	.catalog__a-button-card {
		font-size: 14px;
	}
}
@media only screen and (max-width: 360px){
	.catalog__a-button-card {
		font-size: 12px;
	}
}
.sklad_name {
	white-space: normal;
}
@media only screen and (max-width: 1580px){
	.sklad_name {
		font-size: 15px;
	}
}
@media only screen and (max-width: 1400px){
	.sklad_name {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1180px){
	.sklad_name {
		font-size: 12px;
		white-space: normal;
	}
}


/*С‚РµРєСЃС‚РѕРІРѕРµ РїРѕР»Рµ*/
.catalog__div-text {
}

/*РџР°РіРёРЅР°С†РёСЏ СЃС‚СЂР°РЅРёС†*/
/*РѕР±С‰РёР№ РєРѕРЅС‚РµР№РЅРµСЂ СЃСЃС‹Р»РѕРє*/
.pagination__div-container-horizontal-links {
	padding: 15px 0;
}
/*С„Р»РµРєСЃ-РєРѕРЅС‚РµР№РЅРµСЂ СЃСЃС‹Р»РѕРє*/
.pagination__div-horizontal-links {
	display: flex; 
	justify-content: center;
}
/*Р’СЃРµ РїРѕС‚РѕРјРєРё С„Р»РµРєСЃ РєРѕРЅС‚РµР№РЅРµСЂР°*/
.pagination__div-horizontal-links &gt; div {
	display: flex;
}
/*РћС„РѕСЂРјР»РµРЅРµ СЃСЃС‹Р»РѕРє*/
.pagination__div-horizontal-links &gt; div &gt; div {
	margin: auto; 
	border-left: 1px solid #dbdbdb; 
	border-top: 1px solid #dbdbdb; 
	border-bottom: 1px solid #dbdbdb; 
	padding: 1.0rem;
}
/*РћС„РѕСЂРјР»РµРЅРµ СЃСЃС‹Р»РѕРє*/
.pagination__div-horizontal-links &gt; div:last-child &gt; div {
	border-right: 1px solid #dbdbdb; 
}
.pagination__a-horizontal-links {
	color: gray; 
}


/*РћР‘РћР‘Р©РђР®Р©РР™ РљРћРќРўР•Р™РќР•Р&nbsp; РљРђР&nbsp;РўРћР§РљР РўРћР’РђР&nbsp;Рђ: РљРђР&nbsp;РўРРќРћРљ, Р¦Р•РќР« Р РҐРђР&nbsp;РђРљРўР•Р&nbsp;РРЎРўРРљ РўРћР’РђР&nbsp;РћР’ */
.card-item__div {
	background-color: white;
}

/*РєРѕРЅС‚РµР№РЅРµСЂ РѕСЃРЅРѕРІРЅРѕР№ РєР°СЂС‚РёРЅРєРё С‚РѕРІР°СЂР°*/
.card-item__div-general-image {
	width: 100%;
	padding: 0px;
	margin: 0;
	border: 0px solid #dbdbdb;
	text-align: center;
	position: relative;
}
/*РѕСЃРЅРѕРІРЅР°СЏ РєР°СЂС‚РёРЅРєР°*/
.card-item__div-general-image img {
	max-width: 100%; 
	max-height: 550px;
}
.a__about-item {
	position: absolute;
	bottom: 25px;
	right: 25px;
	background-color: #008bd3;
	text-decoration: none;
	border-radius: 5px;
	color: white;
}
.a__about-item:hover {
	border: 1px solid #008BD3;
	background-color: #04A4F7;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3)
}
.a__about-item:active {
	background-color: #01689E;
}
/*РєРѕРЅС‚РµР№РЅРµСЂ РґРѕР±Р°РІРѕС‡РЅС‹С… РєР°СЂС‚РёРЅРѕРє С‚РѕРІР°СЂР°*/
.card-item__div-all-images {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: start;
	-webkit-justify-content: flex-start;
	border: 0px solid;
}
.card-item__div-add-image {
	margin: 5px; 
	padding: 5px;
	border: 0px solid gray; 
	background: #f0f0f0;
}
.card-item__div-add-image img {
	height: 100px; 
	width: auto;
}
.card-item__div-add-image-name {
	padding: 5px 0;
	font-size: 0.8rem;
}
/*РЅР°Р»РёС‡РёРµ С‚РѕРІР°СЂР°*/
.card-item__div-available {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #3f3f3f;
}


/*РљРћРќРўР•Р™РќР•Р&nbsp; Р—РђРљРђР—Рђ Р РћРџРРЎРђРќРРЇ РўРћР’РђР&nbsp;Рђ*/
/*С‚РµРі h1 РЅР°Р·РІР°РЅРёСЏ С‚РѕРІР°СЂР°*/
h1.card-item__h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	margin: 0px;
}
/*Р°СЂС‚РёРєСѓР» С‚РѕРІР°СЂР°*/
.card-item__div-article {
	font-size: 16px;
	line-height: 20px;
	color: gray;
}

/*С†РµРЅР° С‚РѕРІР°СЂР°*/
.card-item__div-price-normal {
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	color: #000000;
	white-space: nowrap;
}
/*С†РµРЅР° С‚РѕРІР°СЂР° РґРѕ Р°РєС†РёРё*/
.card-item__div-price-strike {
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	color: rgba(0, 0, 0, 0.5);
	text-decoration: line-through;
	white-space: nowrap;
}
/*С†РµРЅР° С‚РѕРІР°СЂР° РїРѕ Р°РєС†РёРё*/
.card-item__div-price-action {
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	color: #000000;
	white-space: nowrap;
}

/*РєРѕР»РёС‡РµСЃС‚РІРѕ Р·Р°РєР°Р·С‹РІР°РµРјРѕРіРѕ С‚РѕРІР°СЂР° РІ РєР°СЂС‚РѕС‡РєРµ*/
.card-item__div-number {
}
.card-item__label-number {
	font-size: 0.8rem;
	color: gray;
}
.card-item__div-change-number {
	padding: 0;
	display: inline-block;
}
.card-item__div-change-number input {
    display: block;
    float: left;
    font-size: 1.0rem;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    padding: 0;
    margin: 0;
	width: 32px;
	height: 32px;
    text-align: center;
}
.card-item__div-change-number .minus, 
.card-item__div-change-number .plus,
.card-item__div-change-number .minus-basket, 
.card-item__div-change-number .plus-basket {
	font-size: 1.0rem;
    float: left;
	width: 32px;
	height: 32px;
    line-height: 26px;
    border: 1px solid #e5e5e5;
    text-align: center;
    cursor: pointer;
}

/* РҐРђР&nbsp;РђРљРўР•Р&nbsp;РРЎРўРРљР РўРћР’РђР&nbsp;Рђ */
/*СЃС‚СЂРѕРєР° РЅР°Р·РІР°РЅРёРµ СЃРІРѕР№СЃС‚РІР°-Р·РЅР°С‡РµРЅРёРµ*/
.card-item__div-property {
	margin-bottom: 14px;
}
/*РЅР°Р·РІР°РЅРёРµ СЃРІРѕР№СЃС‚РІР°*/
.card-item__div-property-name {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}
/*Р·РЅР°С‡РµРЅРёРµ СЃРІРѕР№СЃС‚РІР°*/
.card-item__div-property-value {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-align: right;
	color: rgba(0, 0, 0, 0.5);
}


/*РїРµСЂРµС…РѕРґ РЅР° СЃР»РµРґСѓСЋС‰РёР№ С‚РѕРІР°СЂ*/
/*РѕР±С‰РёР№ РєРѕРЅС‚РµР№РЅРµСЂ СЃСЃС‹Р»РѕРє*/
.card-item__div-container-horizontal-links {
	padding: 15px 0;
}
/*С„Р»РµРєСЃ-РєРѕРЅС‚РµР№РЅРµСЂ СЃСЃС‹Р»РѕРє*/
.card-item__div-horizontal-links {
	display: flex; 
	justify-content: center;
}
/*Р’СЃРµ РїРѕС‚РѕРјРєРё С„Р»РµРєСЃ РєРѕРЅС‚РµР№РЅРµСЂР°*/
.card-item__div-horizontal-links &gt; div {
	display: flex;
}
/*РћС„РѕСЂРјР»РµРЅРµ СЃСЃС‹Р»РѕРє*/
.card-item__div-horizontal-links &gt; div &gt; div {
	margin: auto; 
	border-left: 0px solid #dbdbdb; 
	border-top: 0px solid #dbdbdb; 
	border-bottom: 0px solid #dbdbdb; 
	padding: 1.0rem;
}
/*РћС„РѕСЂРјР»РµРЅРµ СЃСЃС‹Р»РѕРє*/
.card-item__div-horizontal-links &gt; div:last-child &gt; div {
	border-right: 0px solid #dbdbdb; 
}
.card-item__a-horizontal-links {
	color: gray;
	text-decoration: none;
}

/*РљРќРћРџРљР Р—РђРљРђР—Рђ*/
/*div РєРЅРѕРїРєРё РїРѕРєСѓРїРєРё С‚РѕРІР°СЂР°*/
.card-item__div-purchase {
	
}
/*a РєРЅРѕРїРєРё РїРѕРєСѓРїРєРё С‚РѕРІР°СЂР°*/
.card-item__a-button {
	background-color: #008BD3; 
	box-shadow: 0px 4px 12px rgba(0, 139, 211, 0.1); 
	border-radius: 4px; 
	padding: 9px 53px; 
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px; 
	text-transform: uppercase; 
	color: #FFFFFF; 
	text-decoration: none; 
	border: 0px solid #008BD3;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}
.card-item__a-button:hover {
	border: 1px solid #008BD3;
	background-color: #04A4F7;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3)
}
.card-item__a-button:active {
	background-color: #01689E;
}
/*span РєРЅРѕРїРєРё Р·Р°РїСЂРѕСЃР° Рѕ РЅР°Р»РёС‡РёРё С‚РѕРІР°СЂР°*/
.card-item__span-button {
	display: inline-block;
	background-color: #EFCE4A; 
	box-shadow: 0px 12px 24px rgba(239, 206, 74, 0.25); 
	border-radius: 4px; 
	padding: 9px 23px; 
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px; 
	text-transform: uppercase; 
	color: #1764be; 
	cursor: pointer;
	text-align: center;
}
.card-item__span-button:hover {
	border: 1px solid #008BD3;
	background-color: #99cc00;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3)
}
.card-item__span-button:active {
	background-color: #669900;
	color: white;
}
.reply_availability__div {
	color: red; 
	font-weight: bold;
	font-size: 16px;
}

.fancy_btn {
	display: inline-block;
	margin: 20px 0px 0px 20px;
	background: #da2e22;
	padding: 0 8px;
	line-height: 32px;
	height: 32px;
	border-radius: 1px;
	cursor: pointer;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.fancy_btn:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3)
}

.fancy_btn a {
	display: block;
	text-decoration: none;
	line-height: 32px;
	height: 32px;
	color: #fff;
}
.fancy_btn a:hover {
	color: #ff9c00;
}



/*РґР»СЏ РІРєР»Р°РґРѕРє tabs РѕРїРёСЃР°РЅРёСЏ С‚РѕРІР°СЂРѕРІ Рё РѕС‚Р·С‹РІРѕРІ*/
.tabs {
	font-size: 0.9rem;
	max-width: 100%;
	margin: 1.5rem 0.5rem ;
}
.tabs__caption {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	list-style: none;
	position: relative;
	margin: -1px 0 0 -41px;
}
.tabs__caption:after {
	content: '';
	display: table;
	clear: both;
}
/*Р»СЋР±Р°СЏ РІРєР»Р°РґРєР° СЃРІРµСЂС…Сѓ*/
.tabs__caption li {
	position: relative;
	padding: 15px 0px;
	margin: 0 20px 0 0;
	background-color: #FFF;
	color: #000;
	border-style: solid;
	border-width: 0 0 0 0;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
}
.tabs__caption li:not(.active){
	cursor: pointer;
}
.tabs__caption li:not(.active):hover {
	background: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.tabs__caption .active {
	background: #FFF;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #008BD3;
	border-width: 0 0 0 0;
}
/*РґР»СЏ РѕС„РѕСЂРјР»РµРЅРёСЏ РЅРёР¶РЅРµРіРѕ РїРѕРґС‡РµСЂРєРёРІР°РЅРёСЏ РІ Р°РєС‚РёРІРЅРѕР№ Р·Р°РєР»Р°РґРєРµ*/
.tabs__caption .active:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 4px;
	background: #008BD3;
}

.tabs__content {
	display: none;
	background: #FFF;
	border-top: 1px solid #b3b3b3;
	padding: 15px 0px;
}
.tabs__content.active {
	display: block;
}
/*С‚РѕРІР°СЂС‹ - СЃРїСѓС‚РЅРёРєРё */
.carousel-sputnik__div-item-border {
	border: 1px solid gray;
}
.carousel-sputnik__img-item {
	max-width: 100%; 
	max-height: 120px;
}
.sputnik-goods__div-header {
	font-weight: bold;
	text-align: center;
}
.sputnik-goods__div-header span {
	color: #008bd3;
}
.sputnik-goods__div-menu {
	display: block;
}
.sputnik-goods__div {
	display: none;
}



/*РљРћР&nbsp;Р—РРќРђ Р—РђРљРђР—Рђ*/
#basket {
	border: 1px solid #dbdbdb;
}
.basket-title {
	margin: 20px 0 10px;
	font-weight: 600;
	font-size: 1.5rem;
}

#basket div.row {
	border: 1px solid #dbdbdb;
}
#basket div.row &gt; div {
	display: flex;
	border-right: 1px solid #dbdbdb;
}
#basket div.row:first-child &gt; div {
	text-align: center;
	font-weight: 500;
}

#basket div.row &gt; div:last-child {
	display: flex;
	border-right: 0px solid gray;
}
#basket div.row &gt; div &gt; div {
	margin: auto;
	padding-top: 5px; 
	padding-bottom: 5px;
}
#basket div.sklad {
	font-size: 14px;
}
@media only screen and (max-width : 1199px){
	#basket div.sklad {
		font-size: 12px;
	}
}
@media only screen and (max-width : 991px){
	#basket div.sklad {
		font-size: 12px;
	}
}
@media only screen and (max-width : 767px) {
	#basket div.sklad {
		font-size: 16px;
	}
}
@media only screen and (max-width : 767px) {
	#basket div.sklad {
		font-size: 16px;
	}
}
#basket img{
	max-width: 100%; 
	height: auto;
}

/*РґРѕСЃС‚Р°РІРєР°*/
#delivery_box {
	border: 1px solid #dbdbdb; 
	padding: 20px 25px;
}
.delivery_type {
	margin: 0 0 5px;
}

#div_delivery, 
#div_delivery_2,
#div_delivery_3 {
	display: none;
}

/*РљРѕРЅС‚Р°РєС‚С‹*/
#contact_box input {
	border: 1px solid #dbdbdb; 	
}


/*Р’ Р»РёС‡РЅРѕРј РєР°Р±РёРЅРµС‚Рµ РјРµРЅСЋ РїРµСЂРµС…РѕРґРѕРІ*/
#cabinet-menu { 
	background-color: transparent;	
	display: flex
}
#cabinet-menu li { 
	border: 1px solid; 
	border-color: #fff #777 #777 #fff; 
	list-style: none; 
	margin: auto; 
	white-space: nowrap;
}
#cabinet-menu a { 
	border: 0px; 
	color: #777777;	
	display: block;	
	padding: 3px 6px; 
	text-decoration: none; 
	font-weight: 600;
	font-size: 1.0rem;
	zoom: 1;
}
#cabinet-menu a:hover, #cabinet-menu a.selected { 
	background-color: #eee; 
	border: 1px solid; 
	border-color: #777 #fff #fff #777; 
	color: #777777; 
	font-weight: 600;
	font-size: 1.0rem;
}
#cabinet-menu a.selected, #cabinet-menu a.selected:hover {
	color: #da2e22; 
	cursor: default;
	font-weight: 600;
	font-size: 1.0rem;
}


/*Р­РўРћ Р’РЎР• РЎРљР&nbsp;Р«РўР«Р• Р¤РћР&nbsp;РњР« FANCYBOX, РўРђРљРР• РљРђРљ Р—РђРЇР’РљРђ РќРђ РћР‘Р&nbsp;РђРўРќР«Р™ Р—Р’РћРќРћРљ, РѕР±СЉСЏРІР»РµРЅРёСЏ */
#notification { 
	max-width: 600px;
}
.callback-form {
	background: white;
	display: none;
	border-radius: 0px;
	width: 300px;
	padding: 40px;
	color: #041c36;
}
.callback-form input[type="text"], .callback-form input[type="submit"], .callback-form textarea {
	display: inline-block;
	width: 100%;
	border: 1px solid #858585;
	color: #3e3e3e;
	font-size: 1.0rem;
}
.callback-form input[type="submit"] {
	color: white;
	line-height: 2.0; /*РјРµР¶СЃС‚СЂРѕС‡РЅС‹Р№ РёРЅС‚РµСЂРІР°Р»*/
	font-size: 1.3rem;
	background: #d2a253;
	cursor: pointer;
}
.callback-form input[type="checkbox"] {
	display: inline-block;
	border: 1px solid #4363c0;
	float: left;
	width: 20px;
	margin-right: 10px;
}
.collback-form__div-chapter {
	 color: #041c36; 
	 font-size: 1.4rem;
	 padding: 0px 0 10px;
}
.colback-form__div-text {
}
.collback-form__soglashenie, .collback-form__div-text-bottom {
	font-size: 0.8rem;
}
/*Р­С‚Рѕ РѕС‚РЅРѕСЃРёС‚СЃСЏ Рё Рє РєРЅРѕРїРєРµ Р·Р°РєСЂС‹С‚РёСЏ С„РѕСЂРјС‹*/
.callback-form button {
	cursor: pointer;
}
/*РЈРІРµРґРѕРјР»РµРЅРёРµ РѕР± РѕС‚РїСЂР°РІРєРµ СЃРѕРѕР±С‰РµРЅРёСЏ*/
#forma_bottom_uvedomlenie, .form-uvedomlenie {
	display: none;
	color: #eb3c4a;
}
/*РћС„РѕСЂРјР»РµРЅРёРµ С‚РµРєСЃС‚Р° РѕР±СЂР°Р±РѕС‚РєРё Р»РёС‡РЅС‹С… РґР°РЅРЅС‹С…*/
.show-politika {
	text-decoration: underline;
	color: black;
}

/*Р¤РѕСЂРјР° Р·Р°СЏРІРєРё РЅР° РіР»Р°РІРЅРѕР№*/
.callback-form__div-page {
	display: inline-block;
	margin-top: 120px;
}
.callback-form__div-page input[type="text"] {
	/*background: url("../images/header-phone.png") no-repeat 5px 5px;*/
	/*padding-left: 30px;*/
}
/*РљРѕРЅРµС† СЃРєСЂС‹С‚С‹С… С„РѕСЂРј*/

/* РўР•РљРЎРў РЎРћР“Р›РђРЁР•РќРРЇ Рћ РљРћРќР¤РР”Р•РќР¦РРђР›Р¬РќРћРЎРўР Р”РђРќРќР«РҐ, РЎРљР&nbsp;Р«РўР«Р™ Р’РќРђР§РђР›Р•  */
#soglashenie_text {
	display: none;
}
.pole-summa {
	margin: 15px;
}

/* РЎР»Р°Р№РґРµСЂ */
/*Р±Р»РѕРє СЂР°Р·РјРµС‰РµРЅРёСЏ СЃР»Р°Р№РґРµСЂР°*/
.slider__div {
	margin: 0px 0px;
}
/*РЎСЃС‹Р»РєРё РІ СЃР»Р°Р№РґРµСЂРµ*/
.slider__a {
	color: #008BD3;
	text-decoration: none;
}
/*РЅР°РґРїРёСЃРё РЅР° СЃР»Р°Р№РґР°С…*/
.slider__div-description {
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 49px;
	text-align: center;
	color: #008BD3;
}
/*Р‘Р»РѕРє, СЃРѕРґРµСЂР¶Р°С‰РёР№ РєР°СЂС‚РёРЅРєРё СЃР»Р°Р№РґРµСЂР°*/
.slider__div-box {
	box-shadow: 0px 12px 24px rgba(130, 130, 130, 0.25);
	border-radius: 4px;
}

/*РЎСЃС‹Р»РєР° РґР»СЏ РІРѕР·РІСЂР°С‚Р° РІРІРµСЂС… СЃС‚СЂР°РЅРёС†С‹*/
#back-top {
	position: fixed;
	bottom: 40px;
    right: 20px;
    overflow: hidden;
    width: 51px;
    height: 51px;
}
#back-top a {
	display: block;
	width: 51px;
    height: 51px;
    background: transparent url("../images/totop.png") no-repeat left top;
}
#back-top a:hover {
	background: transparent url("../images/totop.png") no-repeat left bottom;
}

/*РџРћРРЎРљРћР’Р«Р• Р¤РР›Р¬РўР&nbsp;Р«*/
/*РІРёРґРёРјС‹Р№ С‚РѕР»СЊРєРѕ РЅР° РјР°Р»С‹С… СЌРєСЂР°РЅР°С… Р·Р°РіРѕР»РѕРІРѕРє РїРѕРёСЃРєРѕРІС‹С… С„РёР»СЊС‚СЂРѕРІ*/
.search-filters__div {
	display: flex;
}
/*РћР±С‰РёР№ div*/
.search-filters__div {
	background: #FFFFFF;
	box-shadow: 0px 12px 24px rgba(130, 130, 130, 0.25);
	border-radius: 4px;
	padding: 20px;
	
}
/*Р—Р°РіРѕР»РѕРІРѕРє РїРѕРёСЃРєРѕРІРѕРіРѕ С„РёР»СЊС‚СЂР°*/
.search-filters__div-caption {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}
/*РљРѕРЅС‚РµР№РЅРµСЂ РїРѕРёСЃРєРѕРІРѕРіРѕ С„РёР»СЊС‚СЂР°*/
.search-filters__div-filter {
}
/*РЅР°Р·РІР°РЅРёРµ РїРѕРёСЃРєРѕРІРѕРіРѕ С„РёР»СЊС‚СЂР°*/
.search-filters__div-filter-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}
/*РќР°Р·РІР°РЅРёРµ С„РёР»СЊС‚СЂРѕРІ РІ РІРёРґРµ select*/
.search-filters__select {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #000; 
	border-color: #dbdbdb;
	opacity: 0.7;
}
/*РєРЅРѕРїРєР° РїРѕРёСЃРєР°*/
.search-filters__button {
	font-family: Montserrat; 
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #008BD3;
	border: none;
	background-color: #FFFFFF;
	box-shadow: 0px 12px 24px rgba(130, 130, 130, 0.25); 
	border-style: solid; 
	border-width: 2px;
	border-color: #008BD3;
	box-sizing: border-box;
	border-radius: 4px;
	padding-top: 11px; 
	padding-bottom: 11px; 
	cursor: pointer;
}
.search-filters__button:hover {
	color: #04A4F7;
	border-color: #04A4F7;
}
.search-filters__button:active {
	color: #01689E;
	border-color: #01689E;
}
/*РєРЅРѕРїРєР° СЃР±СЂРѕСЃРёС‚СЊ*/
.clean-filters__button {
	font-family: Montserrat; 
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #868686;
	border: none;
	background-color: #FFFFFF;
	box-shadow: 0px 12px 24px rgba(130, 130, 130, 0.25); 
	border-style: solid; 
	border-width: 2px;
	border-color: #868686;
	box-sizing: border-box;
	border-radius: 4px;
	padding-top: 11px; 
	padding-bottom: 11px; 
	cursor: pointer;
}
.clean-filters__button:hover {
	color: #d8d8d8;
	border-color: #d8d8d8;
}
.clean-filters__button:active {
	color: #646464;
	border-color: #646464;
}

/*РЅР° РіР»Р°РІРЅРѕР№ СЃС‚СЂР°РЅРёС†Рµ*/
/*РїСЂРµРёРјСѓС‰РµСЃС‚РІР°*/
.advantages__div-index {
	background: #FFFFFF;
	box-shadow: 0px 12px 24px rgba(130, 130, 130, 0.25);
	border-radius: 4px; 
	font-size: 18px; 
	line-height: 22px;
}
.advantages__div-index:hover {
	box-shadow: 0px 12px 24px rgba(130, 130, 130, 0.50);
}
.advantages__a-button {
	display: inline-block; 
	background: url(/images/a-button-index.png) no-repeat 50%/100% 100%; 
	width: 163px; 
	height: 40px; 
	color: #fff; 
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px; 
	text-decoration: none; 
	padding: 11px 2px 12px 2px;
}
/*РЎРєР»Р°РґС‹*/
/*РєРѕРЅС‚РµР№РЅРµСЂ СЃ РёР·РѕР±СЂР°Р¶РµРЅРёРµРј РіРѕСЂРѕРґР°*/
.stock__div-index {
	max-width: 420px;
	height: 185px;
	background-repeat: no-repeat;  
	background-position: center center; 
	box-shadow: 0px 12px 24px rgba(130, 130, 130, 0.25);
	border-radius: 4px;
}
.stock__div-index:hover {
	box-shadow: 0px 12px 24px rgba(130, 130, 130, 0.5);
}
/*РЅР°Р·РІР°РЅРёРµ РіРѕСЂРѕРґР°*/
.stock__div-town {
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
	color: #008BD3;
}
.stock__a-town {
	color: #FFF;
	text-decoration: none;
}


/*РЈРґРѕР±РЅРѕ СЂР°Р±РѕС‚Р°С‚СЊ*/
.index-comfort__img {
	box-shadow: 0px 12px 24px rgba(134, 134, 134, 0.25);
	border-radius: 4px;
	max-width: 100%;
	max-height: 100%;
}
.index-comfort__img:hover {
	box-shadow: 0px 12px 24px rgba(134, 134, 134, 0.5);
}
.index-comfort__div-chapter {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
.index-comfort__div-description {
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	opacity: 0.7;
}
.index-comfort__a {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #008BD3;
	opacity: 0.7;
}
/*РљР°С‚Р°Р»РѕРі РЅР° РіР»Р°РІРЅРѕР№*/
.index-bath-item__div {
	position: relative;
	background-position: center center; 
	background-size: contain; 
	background-repeat: no-repeat; 
	border: 1px solid rgba(19, 67, 131, 0.2);
	box-sizing: border-box;
	border-radius: 4px; 
	margin-bottom: 30px;
}
.index-bath-item__div:hover {
	box-shadow: 0px 12px 24px rgba(134, 134, 134, 0.25);
	border: 0px;
}
.index-bath-item__img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	visibility: hidden;
}
.index-bath-item__div-link {
	position: absolute; 
	bottom: 0; 
	background: #008BD3;
	opacity: 0.5;
	border-radius: 0px 0px 4px 4px;
	width: 100%;
	height: 65px;
	text-align: center;
}
.index-bath-item__a {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
}
/*СЃР»Р°Р№РґРµСЂ РЅР° РіР»Р°РІРЅРѕР№ РґР»СЏ СЃРµСЂС‚РёС„РёРєР°С‚РѕРІ*/
.slider {
	position: relative;
	overflow: hidden;
}
.slider__wrapper {
	display: flex;
	transition: transform 0.6s ease;
}
/*РѕС‚РґРµР»СЊРЅС‹Р№ СЌР»РµРјРµРЅС‚ СЃР»Р°Р№РґРµСЂР°*/
.slider__item {
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width: 600px){
	.slider__item {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 1200px){
	.slider__item {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
}
.slider__control {
	position: absolute;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	height: 50px;
	transform: translateY(-50%);
}
.slider__control:hover,
.slider__control:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}
.slider__control_left {
	left: 0px;
}
.slider__control_right {
	right: 0;
}
.slider__control::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}
.slider__control_left::before {
	background-image: url(/images/svg/arrow-left.svg);
}
.slider__control_right::before {
	background-image: url(/images/svg/arrow-right.svg);
}


.slider__item&gt;div {
	line-height: 250px;
	font-size: 100px;
	text-align: center;
}

/******** РЁРёСЂРёРЅР° СЃР»Р°Р№РґРµСЂР° РїРѕРёСЃРєР° */
#slider { 
	width: 200px;
}

/* РљРѕРЅС‚РµР№РЅРµСЂ СЃР»Р°Р№РґРµСЂР° */
.ui-slider { 
	position: relative; 
}

/* РџРѕР»Р·СѓРЅРѕРє */
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 13px;   /* Р—Р°РґР°РµРј РЅСѓР¶РЅСѓСЋ С€РёСЂРёРЅСѓ */
	height: 13px;  /* Рё РІС‹СЃРѕС‚Сѓ */
	background: url(../img/slider.png) no-repeat; /* РєР°СЂС‚РёРЅРєР° РёР·РѕР±СЂР°Р¶Р°СЋС‰Р°СЏ РїРѕР»Р·СѓРЅРѕРє. РР»Рё РјРѕР¶РЅРѕ Р·Р°Р»РёС‚СЊ С†РІРµС‚РѕРј, Р·Р°РґР°С‚СЊ Р±РѕСЂРґСЋСЂ Рё СЃРєСЂСѓРіР»РµРЅРёСЏ */
	cursor: pointer
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	overflow: hidden;
}

/* РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅС‹Р№ СЃР»Р°Р№РґРµСЂ (СЃР°РјР° РїРѕР»РѕСЃР° РїРѕ РєРѕС‚РѕСЂРѕР№ Р±РµРіР°РµС‚ РїРѕР»Р·СѓРЅРѕРє) */
.ui-slider-horizontal {
	height: 8px; /* Р·Р°РґР°РµРј РІС‹СЃРѕС‚Сѓ СЃРѕРіР»Р°СЃРЅРѕ РґРёР·Р°Р№РЅР° */
}
/* РїРѕР·РёС†РёРѕРЅРёСЂСѓРµРј РїРѕР»Р·СѓРЅРєРё */
.ui-slider-horizontal .ui-slider-handle { 
	top: -4px;
	margin-left: -6px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

/* РѕС„РѕСЂРјР»РµРЅРёРµ РїРѕР»РѕСЃС‹ РїРѕ РєРѕС‚РѕСЂРѕР№ С…РѕРґРёС‚ РїРѕР»Р·СѓРЅРѕРє */
.ui-widget-content { 
	border: 1px solid #D4D4D4;
	background: #fff;
}

/* РѕС„РѕСЂРјР»РµРЅРёРµ Р°РєС‚РёРІРЅРѕРіРѕ СѓС‡Р°СЃС‚РєР° (РјРµР¶РґСѓ РґРІСѓРјСЏ РїРѕР»Р·СѓРЅРєР°РјРё) */
.ui-widget-header { 
	border: 1px solid #D4D4D4;
	background: #008bd3;
}

/* СЃРєСЂСѓРіР»РµРЅРёРµ РґР»СЏ РїРѕР»РѕСЃС‹ СЃР»Р°Р№РґРµСЂР° */
.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.ui-slider .ui-slider-handle {
	background: #e9e9e9;
}
/*РєРѕРЅС‚РµР№РЅРµСЂ РїРѕРёСЃРєРѕРІРѕРіРѕ СЃР»Р°Р№РґРµСЂР°*/
.sliderCont {
	margin: 20px 5px 10px;
	position: relative;
}
/*РІСЃРїР»С‹РІР°СЋС‰РёР№ СЂРµР·СѓР»СЊС‚Р°С‚*/
.search-visible__div {
	position: absolute; 
	top: -56px; 
	right: 0px;
	display: none; 
	width: 110px;
	/*height: 60px;*/
	z-index: 20; 
	color: #fff; 
	background-color: #008BD3;
	box-shadow: 0px 4px 12px rgba(0, 139, 211, 0.1);
	border-radius: 4px;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 10px 6px;
}
.search-visible__div a {
	color: #fff; 
}
.search-visible__div:hover {
	background-color: #04A4F7;
	box-shadow: 0px 4px 12px rgba(4, 164, 247, 0.1);
}
.search-visible__div:active {
	background: #01689E;
	box-shadow: 0px 4px 12px rgba(1, 104, 158, 0.1);
}

/*РІС‹Р»РѕР¶РµРЅРЅС‹Рµ С„Р°Р№Р»С‹ РЅР° СЃРєР°С‡РёРІР°РЅРёРµ*/
.upload-file__div {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.upload-file__a {
	text-decoration: underline;
	color: #008BD3;
}
.upload-file__span-description {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	/*color: #008BD3;*/
}

/*РњР•РќР® РќРђ Р’Р•РЎР¬ Р­РљР&nbsp;РђРќ*/
/*РєРЅРѕРїРєР° РІС‹Р±РѕСЂР° РјРµРЅСЋ*/
input[type="checkbox"]#togglebox {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}
/*РЅР°Р¶РёРјР°Р»РєР° РєРЅРѕРїРєРё РІС‹Р±РѕСЂР° РјРµРЅСЋ*/
label#navtoggler::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 0.6em;
	top: 50%;
	margin-top: -0.3em;
	left: 0;
	background: black; 
}
/*СЃР°РјРѕ РјРµРЅСЋ*/
nav#expand-fullpagemenu{ /* Full screen nav menu */
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: scale(0.9); 
	transform: scale(0.9);
	background: white;
	display: block;
	position: fixed;
	z-index: 100;
	opacity: 0;
	text-align: left;
	overflow: auto;
	-moz-transition: visibility 0s 0.5s, opacity 0.5s, -moz-transform 0.5s; /* transition settings */
	-webkit-transition: visibility 0s 0.5s, opacity 0.5s, -webkit-transform 0.5s;
	transition: visibility 0s 0.5s, opacity 0.5s, transform 0.5s;
}
/*Р·РґРµСЃСЊ Р·Р°С‡РµРј-С‚Рѕ*/
input[type="checkbox"]#togglebox:checked ~ nav#expand-fullpagemenu{ /* nav state when corresponding checkbox is checked */
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-ms-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-transition-delay: 0s;
}
/*Р·Р°РєСЂС‹РІР°С€РєР° РјРµРЅСЋ*/
nav#expand-fullpagemenu label#closex{ /* Large x close button inside nav */
	width: 40px;
	height: 40px;	
	overflow: hidden;
	display: block;
	position: absolute;
	cursor: pointer;
	text-indent: -1000px;
	z-index: 10;
	top: 0;
	right: 0;
}
/*С‡С‚Рѕ-С‚Рѕ РґР»СЏ РєРЅРѕРїРєРё Р·Р°РєСЂС‹С‚РёСЏ*/
nav#expand-fullpagemenu label#closex::before, nav label#closex::after{ /* render large cross inside close button */
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 6px;
	background: #1565ba;
	top: 50%;
	margin-top: -3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*РєР°РєРёРµ-С‚Рѕ РїРѕРІРѕСЂРѕС‚С‹ РєРЅРѕРїРєРё Р·Р°РєСЂС‹С‚РёСЏ*/ 
nav#expand-fullpagemenu label#closex::after{ /* render large cross inside close button */
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/*РЎРѕРѕР±С€РµРЅРёСЏ Рѕ СЂРµР·СѓР»СЊС‚Р°С‚Р°С… РІС‹РїРѕР»РЅРµРЅРёСЏ СЃРєСЂРёРїС‚РѕРІ*/
.message__div {
	font-size: 14px;
	text-align: left;
	font-weight: none;
	width: 300px;
}
.message-ok__div {
	color: green;
	border: 1px solid green;
}
.message-error__div {
	color: red;
	border: 1px solid red;
}
.message__a {
	color: #454545;
	text-decoration: underline;
}

/*Р&nbsp;Р•Р—РЈР›Р¬РўРђРўР« РЎРўР&nbsp;РђРќРР¦Р« РџРћР›РќРћРўР•РљРЎРўРћР’РћР“Рћ РџРћРРЎРљРђ РџРћ РўРћР’РђР&nbsp;РђРњ*/
/*РѕР±С‰РёР№ div С‚РѕРІР°СЂР°*/
.search-text__div-item {
	/*border: 1px solid rgba(19, 67, 131, 0.2);*/ 
	box-shadow: 0px 12px 24px rgba(130, 130, 130, 0.25);
	border-radius: 4px;
}
.search-text__div-item:hover {
	box-shadow: 0px 12px 24px rgba(130, 130, 130, 0.5);
	/*border: 0px; */
}

/*РІРЅСѓС‚СЂРё div c Р±СЌРєРіСЂР°СѓРЅРґРЅРѕР№ РєР°СЂС‚РёРЅРєРѕР№*/
.search-text__div-img {
	height: 220px;
}
/*div c Р±СЌРєРіСЂР°СѓРЅРґРЅРѕР№ РєР°СЂС‚РёРЅРєРѕР№*/
.search-text__div-img-background {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
/*РѕР±С‰РёР№ div РЅР°Р·РІР°РЅРёСЏ СЃРѕ СЃРІРѕР№СЃС‚РІР°РјРё*/
.search-text__div-text {
	border-right: solid 1px rgba(19, 67, 131, 0.2);
} 

/*РЎРўР&nbsp;РђРќРР¦Р« РўРРџРђ Р›Р•РќР”РРќР“Рђ*/
.landing__div-background {
	width: 100%;
	background-color: #F7F7F7;
}
.landing__div-img-background {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 400px;
}
.landing__div-img-title {
	font-weight: bold;
	font-size: 40px;
	line-height: 150%;
	color:#fff;
}
.landing__div-item {
	position: relative;
	box-shadow: 0px 12px 24px rgba(130, 130, 130, 0.25);
	border-radius: 4px;
	background-color: #fff;
}
.landing__div-item_div-number {
	position: absolute;
	top: 0px;
	left: 0px;
	color: white;
	font-weight: bold;
	font-size: 40px;
	width: 74px;
	height: 80px;
	background: #EFCE4A;
	border-radius: 4px;
}
.landing__div-item_div-name {
	height: 54px;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	color: #000000;
}
.landing__div-item_div-description {
	font-size: 14px;
	line-height: 150%;
	color: #000000;
}
.landing__div-item_div-bold {
	font-size: 16px;
	line-height: 150%;
	color: #000000;
	font-weight: bold;
}
.landing__input {
	font-weight: 500;
	font-size: 16px;
	line-height: 250%;
	border: 0px;
}
.landing__button {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	line-height: 250%;
	padding: 0.5rem;
	border: 0px;
	background-color: #008BD3;
	box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}
.landing__soglashenie {
	color:#fff;
	font-size: 14px;
	line-height: 17px;
}
.landing__img-link {
	max-width: 100%;
	max-height: 100%;
}
.landing__a {
	text-decoration: none;
}
/*СЃРѕС†РёР°Р»СЊРЅС‹Рµ СЃРµС‚Рё*/
.vk-top__img, .telegram-top__img {
	width: 50px;
	height: 50px;
}
@media only screen and (max-width: 1380px){
	.vk-top__img, .telegram-top__img {
		width: 40px;
		height: 40px;
	}
}
/*РњРћР”РЈР›Р*/
.module__div,
.card-item__div-1 {
	border-top: 1px solid transparent; /*С‡С‚РѕР±С‹ РЅРµ Р±С‹Р»Рѕ РїСѓСЃС‚РѕРіРѕ РјРµСЃС‚Р° РІРЅР°С‡Р°Р»Рµ div*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 30px;
}
.module__div-header {
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 30px;
}

/*Р&nbsp;Р°СЃРєСЂС‹РІР°СЋС‰РёР№СЃСЏ РјРѕРґСѓР»СЊ*/
.module__div-header-close {
	background: #F9F9F9;
	padding: 21px 20px;
}
.module__div-header-close-text {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
}
.text-module__div-content-close {
	border: 1px solid #F9F9F9;
	padding: 20px;
	display: none;
}
.text-module__div-content-1 {

}
.text-module__div-content-2 {
	padding-top: 20px;
	padding-bottom: 20px;
}
/*РњРѕРґСѓР»СЊ РІР°РєР°РЅСЃРёР№*/
form.resume-form input[type=text],
form.resume-form textarea {
    border: 2px solid #dfdfdf;
    border-radius: 5px;
}
.form.resume-form input[type=text]{
    height: 46px;
}
/*Р&nbsp;Р°Р·РґРµР»РёС‚РµР»СЊ РіР°Р±Р°СЂРёС‚РѕРІ РІ РєР°СЂС‚РѕС‡РєРµ*/
.catalog__span-x {
	font-size: 10px;
}
/*РєР°СЂС‚РёРЅРєР° РњРѕСЃР±РёР»Рґ РІ РєР°СЂС‚РѕС‡РєРµ С‚РѕРІР°СЂР°*/
.card-item__div-general-image .image-msobuild {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 80px;
	height: auto;
}
/*РєР°СЂС‚РёРЅРєР° РњРѕСЃР±РёР»Рґ РІ РјР°Р»РѕР№ РєР°СЂС‚РѕС‡РєРµ С‚РѕРІР°СЂР°*/
.card-image-msobuild {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 80px;
	height: auto;
}</pre></body></html>