<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 {  
	font-family: 'a_FuturicaBook', arial, sans-serif;
	/*background-color: #f9f9f9;*/
	padding: 0;
	margin: 0;
	display: flex; /*С‡С‚РѕР±С‹ С„СѓС‚РµСЂ Р±С‹Р» РІРЅРёР·Сѓ СЃС‚СЂР°РЅРёС†С‹ РµСЃР»Рё СЃС‚СЂР°РЅРёС†Р° РјР°Р»РµРЅСЊРєР°СЏ*/
	min-height: 100vh; /*С‡С‚РѕР±С‹ С„СѓС‚РµСЂ Р±С‹Р» РІРЅРёР·Сѓ СЃС‚СЂР°РЅРёС†С‹ РµСЃР»Рё СЃС‚СЂР°РЅРёС†Р° РјР°Р»РµРЅСЊРєР°СЏ*/
	flex-direction: column;	 /*С‡С‚РѕР±С‹ С„СѓС‚РµСЂ Р±С‹Р» РІРЅРёР·Сѓ СЃС‚СЂР°РЅРёС†С‹ РµСЃР»Рё СЃС‚СЂР°РЅРёС†Р° РјР°Р»РµРЅСЊРєР°СЏ*/
	/*background: url("../images/main-picture.jpg") no-repeat top center;*/
}
/*С‡С‚РѕР±С‹ С„СѓС‚РµСЂ Р±С‹Р» РІРЅРёР·Сѓ СЃС‚СЂР°РЅРёС†С‹ РµСЃР»Рё СЃС‚СЂР°РЅРёС†Р° РјР°Р»РµРЅСЊРєР°СЏ*/
main {
	flex: 1;
}
/*РґР»СЏ РјРѕР±РёР»СЊРЅРѕР№ РІРµСЂСЃРёРё*/
main img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
header {
	opacity: 1.0;
}
.footer {
}

/*РІРёРґ placeholder*/
textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder {
	font-family: 'a_FuturicaBook', arial, sans-serif;
	font-size: 16px;
	color: #9999a6;
	opacity: 1.0;
}
textarea::-moz-placeholder, input[type="text"]::-moz-placeholder {
	font-family: 'a_FuturicaBook', arial, sans-serif;
	font-size: 16px;
	color: #9999a6;
	opacity: 1.0;
}
textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder {
	font-family: 'a_FuturicaBook', arial, sans-serif;
	font-size: 16px;
	color: #9999a6;
	opacity: 1.0;
}
textarea::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder {
	font-family: 'a_FuturicaBook', arial, sans-serif;
	font-size: 16px;
	color: #9999a6;
	opacity: 1.0;
}
textarea::placeholder, input[type="text"]::placeholder {
	font-family: 'a_FuturicaBook', arial, sans-serif;
	font-size: 16px;
	color: #9999a6;
	opacity: 1.0;
}


input[type="text"]{
	font-size: 16px;
}
input[type="submit"]{
	background-color: #f3dcdf;
	border: 1px solid #b36888;
	border-radius: 8px;
	font-size: 1.0rem;
	padding-top: 0.5rem;
	padding: 0.5rem;
	cursor: pointer;
}
input[type="submit"]:hover{
	background-color: #b36888;
	color: white;
}

textarea {
	font-size: 16px;
}

/*colors*/
.color__dark-grey {
	color: #606472;
}
.color__white {
	color: #fff;
}
.color__blue {
	color: #3D86F4;
}

.color__black-purple {
	color: #211245 */
}
.color__light-purple {
	color:  #544182; */
}
.color__purple {
	color: #8569C8; */
}
.color__dark-grey {
	color: #9C9C9C; */
}
.color__light-grey {
	color: #F8F8F8; */
}

body,
td,
p,
div,
input,
textarea {
	color: #404044; 
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'a_FuturicaBook', arial, sans-serif;
	font-weight: 700;
	font-style: normal;
}
h1, .style__h1 {
	color: #311e0d; 
	font-size: 64px;
	line-height: 110%;
	/*text-transform: uppercase;*/
	/*text-align: center;*/
	/*argin: 1.0rem 0 0.6rem 0;*/
}
h2, .style__h2, .module__div-header {
	font-size: 48px;
	line-height: 48px;
	/*text-align: center;*/
	/*margin-bottom: 40px;*/
}
h3, .style__h3 {
	font-size: 39px;
	line-height: 39px;
	/*margin: 0 0 1.1rem;*/
}
h4, .style__h4 {
	font-size: 32px;
	line-height: 37px;
}
h5, .style__h5 {
	font-size: 22px;
	line-height: 26px;
}
h6, .style__h6 {
	font-size: 18px;
	line-height: 20px;
}


p {
	color: #404044;
	line-height: 1.5; /*РјРµР¶СЃС‚СЂРѕС‡РЅС‹Р№ РёРЅС‚РµСЂРІР°Р»*/
	font-size: 1.0rem;
}
a {
	/*color: #c99d44; Р·РѕР»РѕС‚Р°СЏ */
	/*color: #81b4be; СЃРµСЂРѕ-СЃРёРЅСЏСЏ*/

	color: #e18e4a; /*РєРѕСЂРёС‡РЅРµРІР°С‚Р°СЏ*/

}
ul {
	color: #404044;
	font-size: 1.0rem;
}
li {
	line-height: 2.0; /*РјРµР¶СЃС‚СЂРѕС‡РЅС‹Р№ РёРЅС‚РµСЂРІР°Р»*/
}
video {
	width: 800px;
	height: 600px;
	max-width: 100%;
	max-height: 100%;
}


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

/*РћР±С‰РёРµ СЃС‚РёР»Рё*/
/*РІСЃРїР»С‹РІР°СЋС‰РёРµ РїРѕРґСЃРєР°Р·РєРё СЃС‚РёР»РµР№ РїСЂРѕРІРµСЂРєРё С„РѕСЂРјС‹*/
.error, .msg_error {
  color: red;
}	 
label.error {
	display: inline-block;
}

/*РєРЅРѕРїРєР° РІРјРµСЃС‚Рѕ СЃРєСЂРѕР»Р»РёРЅРіР°*/
.back-top__a {
	display: block;
 	position: fixed;
	bottom: 40px;
    right: 20px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    background: transparent url("../images/totop.png") no-repeat left top;
	color: #333;
    text-decoration: underline;
}
.back-top__a:hover {
	background: transparent url("../images/totop.png") no-repeat left bottom;
}
/*С†РµРЅС‚СЂРёСЂРѕРІР°РЅРёРµ РїРѕ РіРѕСЂРёР·РѕРЅС‚Р°Р»Рё*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.bold {
	font-weight: bold;
}

/*Р—РЅР°С‡РєРё СЃРѕС†РёР°Р»СЊРЅС‹С… СЃРµС‚РµР№*/
.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 {
	/*display: inline-block;*/
	background-repeat: no-repeat;
	/*padding: 4px 0px 4px 26px;*/
}
.phone__div-header {
	/*background-image: url("../images/header-phone.png");*/
}
.phone__div-footer {
	/*background-image: url("../images/footer-phone.png");*/
}
.phone__a {
	text-decoration: none;
}
.phone__a:hover {
	text-decoration: underline;
}
.phone__a-header {
	color: black;
}
.phone__a-footer {
	color: white;
}

/*РљРЅРѕРїРєРё Р·Р°СЏРІРѕРє Рё СЃСЃС‹Р»РѕРє РїРѕРґСЂРѕР±РЅРµРµ*/
.svg-color {
	color: black;
}
.svg-color:hover {
	color: #b36888;
}
.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 {
	display: flex;
	text-decoration: none;
	font-weight: bold;
	padding: 14px 20px;
	border-radius: 3px; 
	font-size: 16px;
	text-transform: uppercase; /*Р’СЃРµ Р±СѓРєРІС‹ Р·Р°РіР»Р°РІРЅС‹Рµ*/ 
	/*letter-spacing: 0.05em; РёРЅС‚РµСЂРІР°Р» РјРµР¶РґСѓ СЃРёРјРІРѕР»Р°РјРё РІ СЌР»РµРјРµРЅС‚Рµ*/
}
.btn__a-blue, .btn__input-blue {
	color: white;
	background-color: #0b7285;
}
.btn__a-gold {
	color: #ef9d53;
	background-color: white;
	border: 2px solid #ef9d53;
}
.btn__a-red, .btn__input-red {
	color: white;
	background-color: #f01982;
}
.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/svg/basket/shopping-cart.svg");
	background-size: contain;
	background-repeat: no-repeat; 
	width: 41px; 
	height: 41px;
	position: relative;
}
.basket__div-count {
	background-color: #ffc46b;
	border-radius: 50%;
	color: white;
	font-size: 0.9rem;
	text-align: center; 
	position: absolute; 
	bottom: 22px; 
	left: 18px;
}
.delivery_name {
	font-weight: bold;
}


/*Р›РѕРіРѕС‚РёРї*/
.logo-company__img {
	/*border-radius: 50%; Р»РѕРіРѕС‚РёРї РІ РєСЂСѓРіРµ*/
	max-width: 100%; 
	max-height: 100%;
}

/* С‚РµРєСЃС‚ СЃРїСЂР°РІР° РѕС‚ Р»РѕРіРѕС‚РёРїР°*/
.logo-txt__div {
	font-size: 1.0rem;
	font-weight: normal;
	text-align: left;
	/*line-height: 1.0; РјРµР¶СЃС‚СЂРѕС‡РЅС‹Р№ РёРЅС‚РµСЂРІР°Р»*/
	/*letter-spacing: 0.1em; РёРЅС‚РµСЂРІР°Р» РјРµР¶РґСѓ СЃРёРјРІРѕР»Р°РјРё РІ СЌР»РµРјРµРЅС‚Рµ*/
}
.logo-txt__div-header {
	color: #525252;
}
.logo-txt__div-1 {
	font-size: 1.0rem;
	font-weight: normal;
	text-align: left;
}
.logo-txt__div-1-header {
	color: #525252;
}
.logo-txt__div-footer, .logo-txt__div-1-footer {
	color: white;
}

/*СЂР°Р·РјРµСЂС‹ iframe РґР»СЏ РІРёРґРµРѕ СЃ YouTube*/
.youtube__iframe {
	width: 560px;
	height: 315px;
}

/*HEADER*/
/*Р¤РёРєСЃРёСЂРѕРІР°РЅРёРµ РІРµСЂС…РЅРµР№ С€Р°РїРєРё*/
.fixed-header__div {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1030;
	background-color: #fff;
}

.header__div-background {
	background-color: #fff;
}
.header__div {
}
/*РўРµР»РµС„РѕРЅ РІ header*/
.header__a {
	text-decoration: none;
}
.header__span-phone {
	font-size: 24px;
	color: #454545;
}
/*РљРѕСЂР·РёРЅР° РІ 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-weight: 400;
}

/*РЎРћР”Р•Р&nbsp;Р–РђРўР•Р›Р¬РќРђРЇ Р§РђРЎРўР¬ РЎРўР&nbsp;РђРќРР¦Р«*/
.main__div {
	background-color: white; 
	/*border-radius: 4px; */
	/*box-shadow: 0px 0px 4px rgba(160, 159, 159, 0.4);*/
}
.main__div img {
	max-width: 100%; 
	max-height: 100%; 
	height: auto;
}


/* Р’Р•Р&nbsp;РҐРќР•Р• РњР•РќР® */
/*РєРѕРЅС‚РµР№РЅРµСЂ РїРѕР»РѕСЃС‹ СЃ РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅС‹Рј РјРµРЅСЋ*/
.navbar-top__div-background {
	background-color: #F9F9F9;
}
.navbar-top__div-text {
	color: #525252;
	font-size: 15px;
	line-height: 20px;
}
.navbar-top__a {
	color: #525252;
	text-decoration: none;
}
.navbar-top__a:hover {
	text-decoration: underline;
}
/*nav-РєРѕРЅС‚РµР№РЅРµСЂ РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРіРѕ РјРµРЅСЋ*/
.navbar-topmenu__nav {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}

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

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

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

/* РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё c РІС‹РїР°РґР°СЋС‰РёРј СЃРїРёСЃРєРѕРј */
.navbar-topmenu__div-list-link-1 {
	font-size: 12px;
	line-height: 15px;
}
/* РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё Р±РµР· РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР° */
.navbar-topmenu__div-link-1 {
	font-size: 14px;
	line-height: 19px;
	padding: 4px 35px 5px 10px;
}
/* CСЃС‹Р»РєР° */
.navbar-topmenu__a-1 {
	color: #404044;
}

/* 2 РЈР&nbsp;РћР’Р•РќР¬ */
/* div РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР° РёР· РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРіРѕ РјРµРЅСЋ */
.navbar-topmenu__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-topmenu__div-2 {
	/*text-transform: none;*/
}
.navbar-topmenu__div-2:hover {
	background-color: #008BD3;
}
.navbar-topmenu__div-2:hover svg {
	 fill: white;
}
.navbar-topmenu__div-2:hover {
	 color:  white;
}
/* РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё Р±РµР· РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР° */
.navbar-topmenu__div-link-2 {
	font-size: 18px;
	line-height: 22px;
	width: 100%;
	padding: 18px 30px;
}
/* CСЃС‹Р»РєР° РІ РјРµРЅСЋ */
.navbar-topmenu__a-2 {
	color: #000000;
}
/* РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё c РІС‹РїР°РґР°СЋС‰РёРј СЃРїРёСЃРєРѕРј */
.navbar-topmenu__div-list-link-2 {
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	padding: 18px 30px;
}
/* div С€РµРІСЂРѕРЅР° СЂР°СЃРєСЂС‹РІР°СЋС‰РµРіРѕСЃСЏ СЃРїРёСЃРєР° */
.navbar-topmenu__div-trigger-2 {
	width: 15%;
	line-height: 32px;
	font-size: 0.9rem;
}


/* Р“РћР&nbsp;РР—РћРќРўРђР›Р¬РќРћР• РњР•РќР®*/
/*РєРѕРЅС‚РµР№РЅРµСЂ РїРѕР»РѕСЃС‹ СЃ РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅС‹Рј РјРµРЅСЋ*/
.gorizont__div-background {
	 background-color: #000;
}
/*Р—Р°РіРѕР»РѕРІРѕРє РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРіРѕ РјРµРЅСЋ, РІРёРґРёРјС‹Р№ С‚РѕР»СЊРєРѕ РЅР° С‚РµР»РµС„РѕРЅР°С…*/
.gorizont__div-title {
	font-size: 1rem; 
	height: 40px;
	background-color: #4cb360;
	border-radius: 0px;
}
.gorizont__div-title-font {
	color: #fff;
	font-weight: bold;
}
/*nav-РєРѕРЅС‚РµР№РЅРµСЂ РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРіРѕ РјРµРЅСЋ*/
.gorizont__nav {
	height: 100%;
}
/*div РІ РєРѕС‚РѕСЂРѕРј СЂР°Р·РјРµС‰РµРЅС‹ РІСЃРµ СЌР»РµРјРµРЅС‚С‹ РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРіРѕ РјРµРЅСЋ*/
.gorizont__div-all {
	background-color: transparent;
}
/* РљР°СЂС‚РёРЅРєР° */
.gorizont__img {
	max-width: 26px;
	max-height: 26px;
}
/* СЂР°Р·РґРµР»РёС‚РµР»СЊ */
.gorizont__div-separator {
	background-color: #ffc46b;
}
.gorizont__a {
	text-decoration: none;
	transition: all .5s ease;
}
/*РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё Р±РµР· РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР°*/
.gorizont__div-link {
	font-weight: normal;
	font-style: normal;
}
/* Р’ РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРј РјРµРЅСЋ РІРµР·РґРµ СЂР°Р·РјРµСЂ, РїСЂРѕСЃС‚СЂР°РЅСЃС‚РІР° Р·РЅР°С‡РєР° С‚СЂРёРіРіРµСЂР° */
/*РЇС‡РµР№РєР° РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР°*/
.gorizont__div-list {
	display: none;
	text-align: left;
	z-index: 100;
}
/*РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё c РІС‹РїР°РґР°СЋС‰РёРј СЃРїРёСЃРєРѕРј*/
.gorizont__div-list-link {
	font-weight: 300;
}
/*РљРѕРЅС‚РµР№РЅРµСЂ РєР°СЂС‚РёРЅРєРё*/
.gorizont__div-img {
	padding: 13px 7px 13px 10px;
}
/*СЃС‚СЂРµР»РєР° РґР»СЏ РІС‹РїР°РґР°СЋС‰РµРіРѕ РјРµРЅСЋ*/
.gorizont__div-trigger {
	color: #008BD3;
	cursor: pointer;
	width: 15%;
}
./*РџСЂРёРЅСѓРґРёС‚РµР»СЊРЅРѕ-РІС‹РґРµР»СЏРµРјС‹Р№ РїСѓРЅРєС‚ РјРµРЅСЋ*/
.gorizont-sale__div-link {
	background-color: red;
}


/* 1 РЈР&nbsp;РћР’Р•РќР¬ - Р’РР”РРњРћР• Р“РћР&nbsp;РР—РћРќРўРђР›Р¬РќРћР• РњР•РќР® */
/*РЇС‡РµР№РєР° РјРµРЅСЋ 1 СѓСЂРѕРІРЅСЏ*/
.gorizont__div-1 {
	position: relative;
	/*text-transform: uppercase;*/
}
.gorizont__div-1:hover,
.gorizont__div-1-active {
	background-color: #ffc46b;	
}
/* РІС‹РїР°РґРµРЅРёРµ РїСЂРё РЅР°Р¶Р°С‚РёРё */
.gorizont__div-1:hover .gorizont__div-1 {
	display: flex;
}
/* РІС‹РїР°РґРµРЅРёРµ РїСЂРё РЅР°РІРµРґРµРЅРёРё */
.gorizont__div-1:hover&gt;.gorizont__div-list {
	display: block;
}
/*СЃСЃС‹Р»РєР°*/
.gorizont__a-1,
.gorizont__a-1-active {
	height: 55px;
	padding: 0px 17px;
}
.gorizont__a-1:hover,
.gorizont__a-1-active {
}
/*РёСЃРєР»СЋС‡РёС‚РµР»СЊРЅРѕРµ РІС‹РґРµР»РµРЅРёРµ РїСѓРЅРєС‚Р° РјРµРЅСЋ*/
.gorizont__a-1-red {
	background-color: #b70003;
}

/*РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё Р±РµР· РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР°*/
.gorizont__div-link-1, 
.gorizont__div-link-1-active,
.gorizont__div-link-1:hover, 
.gorizont__div-link-1-active:hover {
	color: #fff;
	font-size: 16px;
	line-height: 19px;
}

/*РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё c РІС‹РїР°РґР°СЋС‰РёРј СЃРїРёСЃРєРѕРј*/
.gorizont__div-list-link-1, 
.gorizont__div-list-link-1-active,
.gorizont__div-list-link-1:hover, 
.gorizont__div-list-link-1-active:hover {
	color: #fff;
	font-size: 16px;
	line-height: 19px;
}

.gorizont__div-1:hover .gorizont__div-link-1, 
.gorizont__div-1:hover .gorizont__div-link-1-active,
.gorizont__div-1:hover .gorizont__div-list-link-1, 
.gorizont__div-1:hover .gorizont__div-list-link-1-active {
	color: #000;
}



/* 2 РЈР&nbsp;РћР’Р•РќР¬ */
/*СЃСЃС‹Р»РєР° РІ РјРµРЅСЋ*/
/*РѕР±С‰РёР№ РєРѕРЅС‚РµР№РЅРµСЂ СЃСЃС‹Р»РѕРє 2 СѓСЂРѕРІРЅСЏ*/
.gorizont__div-list-2 {
	background-color: #ffc46b;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 289px;
	box-shadow: 0px 12px 24px rgba(130, 130, 130, 0.25);
	border-radius: 0px 0px 4px 4px;
}
.gorizont__a-2 {
}
/*РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё Р±РµР· РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР° Рё СЃРѕ СЃРїРёСЃРєРѕРј*/
.gorizont__div-link-2,
.gorizont__div-link-2-active,
.gorizont__div-list-link-2,
.gorizont__div-list-link-2-active {
	font-weight: 400;
	font-style: normal;
	color: #0b0b0b;
	font-size: 16px;
	line-height: 110%;
	width: 100%;
	padding: 8px 12px;
}
/*РљРѕРЅС‚РµР№РЅРµСЂ РґР»СЏ СЃСЃС‹Р»РєРё Рё РµРµ СЃРїРёСЃРєР°*/
.gorizont__div-2 {
	position: relative;
	text-transform: none;
}
.gorizont__div-2:hover,
.gorizont__div-2-active {
	background-color: #B9121B;
}
/*РІС‹РїР°РґРµРЅРёРµ РїСЂРё РЅР°РІРµРґРµРЅРёРё*/
.hover-gorizont__div-2:hover&gt;.gorizont__div-list {
	display: block;
}
.gorizont__div-2:hover svg {
	 fill: white;
}
.gorizont__div-2:hover .gorizont__div-list-link-2, 
.gorizont__div-2:hover .gorizont__div-list-link-2-active  {
	 color:  white;
}
/*div С€РµРІСЂРѕРЅР° СЂР°СЃРєСЂС‹РІР°СЋС‰РµРіРѕСЃСЏ СЃРїРёСЃРєР°*/
.gorizont__div-trigger-2 {
	width: 15%;
}
/* РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅС‹Рµ СЂР°Р·РґРµР»РёС‚РµР»Рё РїСѓРЅРєС‚РѕРІ РІС‹РїР°РґР°СЋС‰РёС… РјРµРЅСЋ*/
.gorizont__div-line-2,
.gorizont__div-line-3 {
	opacity: 0.5;
	height: 0px;
	border: 1px solid #B9121B;
	color: white;
	margin: 0px 20px;
}
/*РџРѕСЃР»РµРґРЅРёР№ РґРѕС‡РµСЂРЅРёР№ СЌР»РµРјРµРЅС‚*/
.gorizont__div-line-2:last-child,
.gorizont__div-line-3:last-child {
	border: 0px solid #B9121B;
}

/* 3 РЈР&nbsp;РћР’Р•РќР¬ */
/*РєР»Р°СЃСЃ СЃР°РјРѕР№ СЃСЃС‹Р»РєРё*/
.gorizont__a-3 {
}
.gorizont__div-link-3:hover .gorizont__a-3 {
	color: #008BD3;
}
/*div СЃСЃС‹Р»РєРё Р±РµР· СЃРїРёСЃРєР°*/
.gorizont__div-link-3,
.gorizont__div-list-link-3
.gorizont__div-list-link-3-active {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	width: 100%;
	padding: 10px 20px;
}
/*div РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР° */
.gorizont__div-list-3 {
	position: absolute;
	background-color: white;
	width: 100%;
	left: 100%;
}
/*div РѕС‚РґРµР»СЊРЅРѕР№ СЃСЃС‹Р»РєРё СЃ РІРѕР·РјРѕР¶РЅС‹Рј СЃРїРёСЃРєРѕРј*/
.gorizont__div-3 {
	background-color: #000;
	/*text-transform: none;*/
	/*line-height: 26px;*/
	/*font-size: 0.9rem;*/
}
.gorizont__div-3:hover,
.gorizont__div-3-active {
	background-color: #B9121B;
}
/*С„Р»РµРєСЃ СЌР»РµРјРµРЅС‚, РіРґРµ РІРјРµСЃС‚Рµ РєР°СЂС‚РёРЅРєР° Рё СЃСЃС‹Р»РєР°*/
.gorizont__div-all-list-link-3 {
}
/*С„Р»РµРєСЃ СЌР»РµРјРµРЅС‚, РіРґРµ РІРјРµСЃС‚Рµ РєР°СЂС‚РёРЅРєР° Рё СЃСЃС‹Р»РєР°*/
.gorizont__div-trigger-3 {
	width: 15%;
	/*line-height: 26px;*/
	/*font-size: 0.9rem;*/
}

/* 4 РЈР&nbsp;РћР’Р•РќР¬ */
/*СЃСЃС‹Р»РєР° РІ РјРµРЅСЋ*/
.gorizont__a-4 {
	color: black;
}
.gorizont__div-4 {
	text-transform: none;
	line-height: 22px;
	font-size: 0.9rem;
}
.gorizont__div-trigger-4 {
	line-height: 22px;
	font-size: 0.9rem;
}



/* Р’Р•Р&nbsp;РўРРљРђР›Р¬РќРћР• РњР•РќР® */
/*РєРѕРЅС‚РµР№РЅРµСЂ РІРµСЂС‚РёРєР°Р»СЊРЅРѕРіРѕ РјРµРЅСЋ, СЃСЂР°Р·Сѓ РїРµСЂРµРґ nav*/
.navbar-vertical__div {
	background: #FFFFFF;
	box-shadow: 0px 0px 4px rgba(160, 159, 159, 0.4);
	border-radius: 4px;
	padding: 0px 0px 30px 0px;
}

/*РЅР°Р·РІР°РЅРёРµ РЅР°Рґ РІРµСЂС‚РёРєР°Р»СЊРЅС‹Рј РјРµРЅСЋ*/
.navbar-vertical__div-chapter {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #000000;
	padding: 26px 25px 12px 38px;
}

/*СЃРєСЂС‹С‚РѕРµ РјРµРЅСЋ РїСЂРё РЅР°Р»РёС‡РёРё С„РёР»СЊС‚СЂРѕРІ*/
.navbar-vertical__nav-closed {
	display: none;
}
/* РјРѕР±РёР»СЊРЅС‹Р№ Р·Р°РіРѕР»РѕРІРѕРє РІРµСЂС‚РёРєР°Р»СЊРЅРѕРіРѕ РјРµРЅСЋ */
.navbar-vertical__div-title {
	display: none;
	color: white;
	font-size: 1rem; 
	height: 40px;
	background-color: #a3683c;
	border-radius: 4px;
	cursor: pointer;
}
.navbar-vertical__div-title:hover {
	background-color: #e18e4a;
}

/* Р»РµРІР°СЏ С‡Р°СЃС‚СЊ */
.navbar-vertical__div-title-left {
	width: 40%;
}
/* Р»РµРІР°СЏ С‡Р°СЃС‚СЊ */
.navbar-vertical__div-title-right {
	width: 60%;
	color: white;
	font-weight: bold;
}

/*РџРµСЂРІРѕРЅР°С‡Р°Р»СЊРЅРѕРµ Р·Р°РєСЂС‹С‚РёРµ СЂР°Р·РґРµР»Р° РґР»СЏ РЅРµРІС‹Р±СЂР°РЅРЅРѕРіРѕ РґРѕ С‰РµР»С‡РєР° РїРѕ СЃСЃС‹Р»РєРµ*/
.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;
}

/* РљР°СЂС‚РёРЅРєР° */
.navbar-vertical__img {
	width: 26px;
	height: 26px;
}
/*РљРѕРЅС‚РµР№РЅРµСЂ РєР°СЂС‚РёРЅРєРё*/
.navbar-vertical__div-img {
	padding: 0px 10px 0px 0px;
}
/*РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё Р±РµР· РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР°*/
.navbar-vertical__div-link {
}
/*СЃС‚СЂРµР»РєР° РґР»СЏ РІС‹РїР°РґР°СЋС‰РµРіРѕ РјРµРЅСЋ*/
.navbar-vertical__div-trigger {
	text-align: center;
	/*font-style: normal;*/
	/*font-size: 10px;*/
	color: #008BD3;
	cursor: pointer;
	/*font-weight: 300;*/
	/*line-height: 35px;*/
}


/* 1 РЈР&nbsp;РћР’Р•РќР¬ - Р’РР”РРњРћР• Р’Р•Р&nbsp;РўРРљРђР›Р¬РќРћР• РњР•РќР® */
/*РЇС‡РµР№РєР° РјРµРЅСЋ 1 СѓСЂРѕРІРЅСЏ*/
/*Р·Р°РєСЂСѓРіР»РµРЅРёРµ РІРІРµСЂС…Сѓ РІ РїРѕСЃР»РµРґРЅРµРј РїСѓРЅРєС‚Рµ РјРµРЅСЋ*/
.navbar-vertical__div-1:first-of-type {
	/*border-radius: 8px 8px 0px 0px;*/
}
/*Р·Р°РєСЂСѓРіР»РµРЅРёРµ СЃРЅРёР·Сѓ РІ РїРѕСЃР»РµРґРЅРµРј РїСѓРЅРєС‚Рµ РјРµРЅСЋ*/
.navbar-vertical__div-1:last-of-type {
	/*border-radius: 0px 0px 8px 8px;*/
}
/*РќРёР¶РЅСЏСЏ СЃРµСЂР°СЏ РїРѕР»РѕСЃР° РІ РїСѓРЅРєС‚Рµ РјРµРЅСЋ 1 СѓСЂРѕРІРЅСЏ*/
.navbar-vertical__div-1 {
	/*border-bottom: 1px solid rgba(19, 67, 131, 0.2);*/
}
/*РџСЂРё РЅР°РІРµРґРµРЅРёРё РЅР° РїСѓРЅРєС‚ РјРµРЅСЋ 1 СѓСЂРѕРІРЅСЏ РјРµРЅСЏРµРј Р±СЌРєРіСЂР°СѓРЅРґ*/
.navbar-vertical__div-1:hover {
	/*background: linear-gradient(to top, rgba(255,255,255,0) 0%, #ffc46b 50%, rgba(255,255,255,0) 100%);*/
    /*background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #ffc46b 50%,rgba(255,255,255,0) 100%);*/
}
/*РџСЂРё РЅР°РІРµРґРµРЅРёРё РЅР° РїСѓРЅРєС‚ РјРµРЅСЋ 1 СѓСЂРѕРІРЅСЏ*/
.navbar-vertical__div-1:hover svg {
	 fill: white;
	 color:  white;
}
.navbar-vertical__a-1 {
	color: #404044;
	padding: 10px 5px 10px 10px;
}
.navbar-vertical__a-1:hover {
	background-color: transparent;
}
.navbar-vertical__a-1:hover .navbar-vertical__div-link-1 {
	color: #e18e4a;
}

.navbar-vertical__div-link-1 {
	font-size: 1.1rem;
	line-height: 1.2rem;
}
.navbar-vertical__div-link-1-active {
	color: #a3683c;
	font-weight: bold;
}


/*С„Р»РµРєСЃ СЌР»РµРјРµРЅС‚, РіРґРµ РІРјРµСЃС‚Рµ РєР°СЂС‚РёРЅРєР° Рё СЃСЃС‹Р»РєР°*/
.navbar-vertical__a-list {
	width: 85%;
}
.navbar-vertical__div-trigger-1{
	width: 15%;
}

/* 2 РЈР&nbsp;РћР’Р•РќР¬ */
/*div РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР° РёР· РІРµСЂС‚РёРєР°Р»СЊРЅРѕРіРѕ РјРµРЅСЋ*/
.navbar-vertical__a-2 {
	color: #404044;
	padding: 9px 5px 9px 25px;
}
.navbar-vertical__a-2:hover {
	color: #eeda93;
}
.navbar-vertical__div-list-2 {
	background: #FFF;
}
/*РљРѕРЅС‚РµР№РЅРµСЂ РґР»СЏ СЃСЃС‹Р»РєРё Рё РµРµ СЃРїРёСЃРєР°*/
.navbar-vertical__div-2 {
	/*text-transform: none;*/
}
/*
.navbar-vertical__div-2:hover {
	background-color: #008BD3;
}
*/
.navbar-vertical__div-link-2 {
	font-size: 1.0rem;
	line-height: 1.1rem;
}
.navbar-vertical__div-link-2:hover {
	color: #e18e4a;
}
.navbar-vertical__div-link-2-active {
	color: #a3683c;
	font-weight: bold;
}
/*div С€РµРІСЂРѕРЅР° СЂР°СЃРєСЂС‹РІР°СЋС‰РµРіРѕСЃСЏ СЃРїРёСЃРєР°*/
.navbar-vertical__div-trigger-2 {
	width: 15%;
	/*line-height: 32px;*/
	/*font-size: 0.9rem;*/
}

/* 3 РЈР&nbsp;РћР’Р•РќР¬ */
.navbar-vertical__a-3 {
	color: #404044;
	padding: 8px 5px 8px 20px;
}
.navbar-vertical__a-3:hover {
	color: green;
}
/*div РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР° */
.navbar-vertical__div-list-3 {
	background-color: white;
	width: 100%;
}
.navbar-vertical__div-3 {
}
.navbar-vertical__div-link-3 {
	font-size: 0.9rem;
	line-height: 1.0rem;
}
.navbar-vertical__div-link-3:hover {
	color: #B36888;
}
.navbar-vertical__div-link-3-active {
	color: #B36888;
	font-weight: bold;
}
/*С„Р»РµРєСЃ СЌР»РµРјРµРЅС‚, РіРґРµ РІРјРµСЃС‚Рµ РєР°СЂС‚РёРЅРєР° Рё СЃСЃС‹Р»РєР°*/
.navbar-vertical__div-trigger-3 {
	width: 15%;
	/*line-height: 26px;*/
	/*font-size: 0.9rem;*/
}

/* 4 РЈР&nbsp;РћР’Р•РќР¬ */
.navbar-vertical__a-4 {
	color: #404044;
	padding: 7px 5px 7px 25px;
}
.navbar-vertical__a-4:hover {
	color: black;
}
.navbar-vertical__div-4 {
}
.navbar-vertical__div-link-4 {
	font-size: 0.8rem;
	line-height: 0.9rem;
}
.navbar-vertical__div-link-4:hover {
	color: #B36888;
}
.navbar-vertical__div-link-4-active {
	color: #B36888;
	font-weight: bold;
}
.navbar-vertical__div-trigger-4 {
	line-height: 22px;
	font-size: 0.9rem;
}

/*Р’Р•Р&nbsp;РўРРљРђР›Р¬РќРћР• РњР•РќР® РџРћРўРћРњРљРћР’ РћР”РќРћР“Рћ Р&nbsp;РћР”РРўР•Р›РЇ*/
/*РѕР±С‰РёР№ РєРѕРЅС‚РµР№РЅРµСЂ*/
.child-navbar__div {
}
/*РєРѕРЅС‚РµР№РЅРµСЂ СЃСЃС‹Р»РєРё СЂР°Р·РґРµР»Р°*/
.child-navbar__div-1 {
}
.child-navbar__a-1 {
}
/*РєРѕРЅС‚РµР№РЅРµСЂ СЃСЃС‹Р»РєРё РїРѕРґСЂР°Р·РґРµР»РѕРІ*/
.child-navbar__div-2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	padding: 15px 10px 15px 15px;
}
.child-navbar__div-2:hover {
	font-weight: normal;
}
.child-navbar__a-2 {
	text-decoration: none;
}

/* РњРћР‘РР›Р¬РќРћР• РњР•РќР® */
/*РєРѕРЅС‚РµР№РЅРµСЂ РјРѕР±РёР»СЊРЅРѕРіРѕ РјРµРЅСЋ, СЃСЂР°Р·Сѓ РїРµСЂРµРґ nav*/
.navbar-mobile__div {
	background: #fff;
	/*box-shadow: 0px 0px 6px rgba(160, 159, 159, 0.4);*/
	/*border-radius: 0px;*/
	padding: 10px 10px 30px 10px;
}

/*РЅР°Р·РІР°РЅРёРµ РЅР°Рґ РјРѕР±РёР»СЊРЅС‹Рј РјРµРЅСЋ*/
.navbar-mobile__div-chapter {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #000000;
	padding: 26px 25px 12px 38px;
}

/*СЃРєСЂС‹С‚РѕРµ РјРµРЅСЋ РїСЂРё РЅР°Р»РёС‡РёРё С„РёР»СЊС‚СЂРѕРІ*/
.navbar-mobile__nav-closed {
	display: none;
}
/* РјРѕР±РёР»СЊРЅС‹Р№ Р·Р°РіРѕР»РѕРІРѕРє РјРѕР±РёР»СЊРЅРѕРіРѕ РјРµРЅСЋ */
.navbar-mobile__div-title {
	display: none;
	color: white;
	font-size: 1rem; 
	height: 40px;
	background-color: #b36888;
	border-radius: 8px;
}
/* Р»РµРІР°СЏ С‡Р°СЃС‚СЊ */
.navbar-mobile__div-title-left {
	width: 40%;
}
/* Р»РµРІР°СЏ С‡Р°СЃС‚СЊ */
.navbar-mobile__div-title-right {
	width: 60%;
	color: white;
	font-weight: bold;
}

/*РџРµСЂРІРѕРЅР°С‡Р°Р»СЊРЅРѕРµ Р·Р°РєСЂС‹С‚РёРµ СЂР°Р·РґРµР»Р° РґР»СЏ РЅРµРІС‹Р±СЂР°РЅРЅРѕРіРѕ РґРѕ С‰РµР»С‡РєР° РїРѕ СЃСЃС‹Р»РєРµ*/
.navbar-mobile__div-closed {
	display: none;
}


/* РћР‘Р©РР• РљР›РђРЎРЎР« РњРћР‘РР›Р¬РќРћР“Рћ РњР•РќР®*/
/*РЎСЃС‹Р»РєР°, РєРѕС‚РѕСЂР°СЏ Р·Р°С…РІР°С‚С‹Р°РµС‚ РєР°СЂС‚РёРЅРєСѓ Рё С‚РµРєСЃС‚*/
.navbar-mobile__a {
	text-decoration: none; /*РЅСѓР¶РЅР° РѕР±СЏР·Р°С‚РµР»СЊРЅРѕ*/
	/*transition: all .5s ease;*/
}

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

/* РљР°СЂС‚РёРЅРєР° */
.navbar-mobile__img {
	width: 26px;
	height: 26px;
}
/*РљРѕРЅС‚РµР№РЅРµСЂ РєР°СЂС‚РёРЅРєРё*/
.navbar-mobile__div-img {
	padding: 0px 10px 0px 0px;
}
/*РЇС‡РµР№РєР° СЃСЃС‹Р»РєРё Р±РµР· РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР°*/
.navbar-mobile__div-link {
}
/*СЃС‚СЂРµР»РєР° РґР»СЏ РІС‹РїР°РґР°СЋС‰РµРіРѕ РјРµРЅСЋ*/
.navbar-mobile__div-trigger {
	text-align: center;
	/*font-style: normal;*/
	/*font-size: 10px;*/
	color: #008BD3;
	cursor: pointer;
	/*font-weight: 300;*/
	/*line-height: 35px;*/
}


/* 1 РЈР&nbsp;РћР’Р•РќР¬ - Р’РР”РРњРћР• РњРћР‘РР›Р¬РќРћР• РњР•РќР® */
/*РЇС‡РµР№РєР° РјРµРЅСЋ 1 СѓСЂРѕРІРЅСЏ*/
/*Р·Р°РєСЂСѓРіР»РµРЅРёРµ РІРІРµСЂС…Сѓ РІ РїРѕСЃР»РµРґРЅРµРј РїСѓРЅРєС‚Рµ РјРµРЅСЋ*/
.navbar-mobile__div-1:first-of-type {
	/*border-radius: 8px 8px 0px 0px;*/
}
/*Р·Р°РєСЂСѓРіР»РµРЅРёРµ СЃРЅРёР·Сѓ РІ РїРѕСЃР»РµРґРЅРµРј РїСѓРЅРєС‚Рµ РјРµРЅСЋ*/
.navbar-mobile__div-1:last-of-type {
	/*border-radius: 0px 0px 8px 8px;*/
}
/*РќРёР¶РЅСЏСЏ СЃРµСЂР°СЏ РїРѕР»РѕСЃР° РІ РїСѓРЅРєС‚Рµ РјРµРЅСЋ 1 СѓСЂРѕРІРЅСЏ*/
.navbar-mobile__div-1 {
	/*border-bottom: 1px solid rgba(19, 67, 131, 0.2);*/
}
/*РџСЂРё РЅР°РІРµРґРµРЅРёРё РЅР° РїСѓРЅРєС‚ РјРµРЅСЋ 1 СѓСЂРѕРІРЅСЏ РјРµРЅСЏРµРј Р±СЌРєРіСЂР°СѓРЅРґ*/
.navbar-mobile__div-1:hover {
	background: linear-gradient(to top, rgba(255,255,255,0) 0%, #f1f3f5 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #f1f3f5 50%,rgba(255,255,255,0) 100%);
}
/*РџСЂРё РЅР°РІРµРґРµРЅРёРё РЅР° РїСѓРЅРєС‚ РјРµРЅСЋ 1 СѓСЂРѕРІРЅСЏ*/
.navbar-mobile__div-1:hover svg {
	 fill: white;
	 color:  white;
}
.navbar-mobile__a-1 {
	color: #211245;
	padding: 0px 5px 10px 0px;
}
.navbar-mobile__a-1:hover {
	background-color: transparent;
}
.navbar-mobile__a-1:hover .navbar-mobile__div-link-1 {
	color: #8569C8;
}

.navbar-mobile__div-link-1 {
	font-size: 17px;
	color: #211245;
    text-decoration: none;
}
.navbar-mobile__div-link-1:hover {
    text-decoration: none;
}

.navbar-mobile__div-link-1-active {
	/*color: #B36888;*/
	/*font-weight: bold;*/
}


/*С„Р»РµРєСЃ СЌР»РµРјРµРЅС‚, РіРґРµ РІРјРµСЃС‚Рµ РєР°СЂС‚РёРЅРєР° Рё СЃСЃС‹Р»РєР°*/
.navbar-mobile__a-list {
	width: 85%;
}
.navbar-mobile__div-trigger-1{
	width: 15%;
}

/* 2 РЈР&nbsp;РћР’Р•РќР¬ */
/*div РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР° РёР· РјРѕР±РёР»СЊРЅРѕРіРѕ РјРµРЅСЋ*/
.navbar-mobile__a-2 {
	color: #211245;
	padding: 9px 5px 9px 15px;
}
.navbar-mobile__a-2:hover {
	color: #8569C8;
}
.navbar-mobile__div-list-2 {
	background: #FFF;
	margin-bottom: 10px;
}
/*РљРѕРЅС‚РµР№РЅРµСЂ РґР»СЏ СЃСЃС‹Р»РєРё Рё РµРµ СЃРїРёСЃРєР°*/
.navbar-mobile__div-2 {
	/*text-transform: none;*/
}
/*
.navbar-mobile__div-2:hover {
	background-color: #008BD3;
}
*/
.navbar-mobile__div-link-2 {
	font-size: 1.0rem;
	line-height: 1.1rem;
	color: #8569C8;
}
.navbar-mobile__div-link-2:hover {
	color: #8569C8;
}
.navbar-mobile__div-link-2-active {
	color: #8569C8;
	font-weight: bold;
}
/*div С€РµРІСЂРѕРЅР° СЂР°СЃРєСЂС‹РІР°СЋС‰РµРіРѕСЃСЏ СЃРїРёСЃРєР°*/
.navbar-mobile__div-trigger-2 {
	width: 15%;
	/*line-height: 32px;*/
	/*font-size: 0.9rem;*/
}

/* 3 РЈР&nbsp;РћР’Р•РќР¬ */
.navbar-mobile__a-3 {
	color: #211245;
	padding: 8px 5px 8px 20px;
}
.navbar-mobile__a-3:hover {
	color: green;
}
/*div РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР° */
.navbar-mobile__div-list-3 {
	background-color: white;
	width: 100%;
}
.navbar-mobile__div-3 {
}
.navbar-mobile__div-link-3 {
	font-size: 0.9rem;
	line-height: 1.0rem;
}
.navbar-mobile__div-link-3:hover {
	color: #B36888;
}
.navbar-mobile__div-link-3-active {
	color: #B36888;
	font-weight: bold;
}
/*С„Р»РµРєСЃ СЌР»РµРјРµРЅС‚, РіРґРµ РІРјРµСЃС‚Рµ РєР°СЂС‚РёРЅРєР° Рё СЃСЃС‹Р»РєР°*/
.navbar-mobile__div-trigger-3 {
	width: 15%;
	/*line-height: 26px;*/
	/*font-size: 0.9rem;*/
}

/* 4 РЈР&nbsp;РћР’Р•РќР¬ */
.navbar-mobile__a-4 {
	color: #211245;
	padding: 7px 5px 7px 25px;
}
.navbar-mobile__a-4:hover {
	color: black;
}
.navbar-mobile__div-4 {
}
.navbar-mobile__div-link-4 {
	font-size: 0.8rem;
	line-height: 0.9rem;
}
.navbar-mobile__div-link-4:hover {
	color: #B36888;
}
.navbar-mobile__div-link-4-active {
	color: #B36888;
	font-weight: bold;
}
.navbar-mobile__div-trigger-4 {
	line-height: 22px;
	font-size: 0.9rem;
}


/*РќРћР’РћРЎРўРќРћР™ РњРћР”РЈР›Р¬*/
.smallnews__div {
	background: #FFFFFF;
	box-shadow: 0px 0px 6px rgba(160, 159, 159, 0.4);
	border-radius: 8px;
	padding: 0px 0px 30px 0px;
}
/* РјРѕР±РёР»СЊРЅС‹Р№ Р·Р°РіРѕР»РѕРІРѕРє РІРµСЂС‚РёРєР°Р»СЊРЅРѕРіРѕ РјРµРЅСЋ */
.smallnews__div-title {
	display: none;
	color: white;
	font-size: 1rem; 
	height: 40px;
	background-color: #0b7285;
	border-radius: 8px;
}
.smallnews__div-title-left {
	width: 40%;
}
/* Р»РµРІР°СЏ С‡Р°СЃС‚СЊ */
.smallnews__div-title-right {
	width: 60%;
	color: white;
	font-weight: bold;
}
/*РЅР°Р·РІР°РЅРёРµ РЅРѕРІРѕСЃС‚СЏРјРё*/
.smallnews__div-chapter {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #000000;
	padding: 26px 0px 12px 0px;
}

/* РўР&nbsp;РћРџРђ РЎРЎР«Р›РћРљ РќРђ Р&nbsp;РћР”РРўР•Р›Р¬РЎРљРР• РЎРўР&nbsp;РђРќРР¦Р« - РҐР›Р•Р‘РќР«Р• РљР&nbsp;РћРЁРљР*/
.tropa__div {
	color: #646363;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	margin: 20px 0px;
}
.tropa__a {
	color: #646363;
	text-decoration: none;
}
.tropa__a:hover {
	color: #B36888;
	text-decoration: underline;
}
.tropa__a-catalog {
	/*margin: 24px 15px 24px 0px;*/
}


/*РЎРѕРґРµСЂР¶Р°С‚РµР»СЊРЅР°СЏ С‡Р°СЃС‚СЊ*/
/*СЃ Р±РµРєРіСЂР°СѓРЅРґРѕРј РІРІРµСЂС…Сѓ */
.content__div-background {
	/*opacity: 1.0;*/
	/*padding-bottom: 30px;*/
	/*background-color:  #f9f9f9;*/
	background-position: top center; 
	background-repeat: no-repeat;*/
}

/*Р‘Р»РѕРє Рѕ Р±Р»РѕРєР°С… Р±Р»РѕРєРѕРІ*/
.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; /*РёРЅС‚РµСЂРІР°Р» РјРµР¶РґСѓ СЃРёРјРІРѕР»Р°РјРё РІ СЌР»РµРјРµРЅС‚Рµ*/
	/*text-transform: uppercase; Р’СЃРµ Р±СѓРєРІС‹ Р·Р°РіР»Р°РІРЅС‹Рµ*/
}
.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;
}
.level-4-module__div-item {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
}
.level-4-module__div-item:hover .level-4-module__a {
	background: linear-gradient(0deg, rgba(0, 84, 117, 0.5), rgba(0, 84, 117, 0.5));
}
.level-4-module__div-item:hover .level-4-module__div-link {
	display: flex;
}

.level-4-module__a {
	text-decoration: none;
}

.level-4-module__div-name {
	background-color: white;
	min-width: 50%;
	max-width: 80%;
}
.level-4-module__div-text {
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
}
.level-4-module__div-link {
	font-size: 13px;
	line-height: 20px;
	color: #008097;
	display: none;
}
/*РўРѕР»СЊРєРѕ Р·Р°РіРѕР»РѕРІРєРё*/
.level-5-module__div-item {
	box-shadow: 0px 0px 4px rgba(160, 159, 159, 0.8);
	border-radius: 1px;
}
.level-5-module__a {
	text-decoration: none;
}
.level-5-module__div-name {
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #008097;
}

/*РќР°Р·РІР°РЅРёСЏ РїРѕРґСЂР°Р·РґРµР»РѕРІ СЃРѕ СЃРїРёСЃРєРѕРј РёС… РїРѕРґСЂР°Р·РґРµР»РѕРІ*/
.level-6-module__div-item {
	box-shadow: 0px 5px 50px rgba(109, 109, 109, 0.15);
	border-radius: 1px;
}
.level-6-module__div-icon {
	background-color: black;
}
.level-6-module__div-name {
	font-weight: bold; 
	font-size: 18px; 
	color: #B9121B;
}
.level-6-module__a-subpage {
	color: #646363;
}
.level-6-module__a, .level-6-module__a-subpage {
	text-decoration: none;
}
.level-6-module__a:hover, .level-6-module__a-subpage:hover {
	text-decoration: underline;
}


/*Р“РђР›Р•Р&nbsp;Р•РЇ РР—РћР‘Р&nbsp;РђР–Р•РќРР™*/
/*РќР°Р·РІР°РЅРёРµ РіР°Р»РµСЂРµРё*/
.gallery__div-name {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.gallery__div-image {
	border: 1px solid #dbdbdb;
}
.gallery__img {
	max-width: 100%; 
	max-height: 100%;
}
/*РЅР°Р·РІР°РЅРёРµ РёР·РѕР±СЂР°Р¶РµРЅРёСЏ РїРѕРґ РёР·РѕР±СЂР°Р¶РµРЅРёРµРј*/
.gallery__div-item-name {
	font-size: 12px;
	font-weight: bold;
}

/*РњРћР”РЈР›Р*/
.module__div {
	padding-top: 10px;
	padding-bottom: 100px;
}
.module__div-header {
	font-weight: 900;
	font-size: 30px;
	line-height: 150%;
	color: #082937;
	margin-bottom: 30px;
	text-align: center;
}
/*Р&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;
}


/*Р“РђР›Р•Р&nbsp;Р•РЇ Р›Р•РќР”РРќР“Рђ*/
.gallery-1__img, .gallery-2__img {
	max-width: 100%; 
	max-height: 100%;
	border-radius: 4px;
}
.gallery-3__div-row {
	/*padding-bottom: 50px;*/
}
.gallery-3__div-cell {
	margin-bottom: 30px;
}
.gallery-3__div-item {
	background-color: white;
	box-shadow: 0px 15px 50px rgba(159, 159, 159, 0.25);
	border-radius: 1px;
	padding-bottom: 30px;
}
.gallery-3__img {
	width: 60px;
	height: 60px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.gallery-3__div-text {
	font-size: 15px;
	line-height: 20px;
	color: #082937;
	text-align: center;
}

.gallery-5__div-item {
	background-color: white;
	padding-bottom: 30px;
}
.gallery-5__img {
	max-width: 100%; 
	max-height: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.gallery-5__div-text {
	font-size: 17px;
	line-height: 150%;
	color: #082937;
	text-align: center;
}
.gallery-5__div-text b {
	font-weight: 900;
}
/*РєР°СЂС‚РёРЅРєРё РІ Р±СЌРєРіСЂР°СѓРЅРґРµ, СЃСЃС‹Р»РєРё РЅР° РЅР°Р·РІР°РЅРёРёРё*/
.gallery-6__div-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
}
.gallery-6__div-img:hover .gallery-6-module__a {
	background: linear-gradient(0deg, rgba(0, 84, 117, 0.5), rgba(0, 84, 117, 0.5));
}
.gallery-6__div-img:hover .gallery-6-module__div-link {
	display: flex;
}
.gallery-6-module__a {
	text-decoration: none;
	justify-content: flex-end;
}
.gallery-6__div-cell:nth-child(even) .gallery-6-module__a {
	justify-content: flex-start;
}
.gallery-6-module__div-name {
	background-color: white;
	width: 340px;
	padding-left: 30px;
}
.gallery-6-module__div-text {
	font-weight: 900;
	font-size: 35px;
	line-height: 45px;
}
.gallery-6-module__div-link {
	font-size: 18px;
	line-height: 30px;
	color: #008097;
	display: none;
}
/*РљР°СЂС‚РёРЅРєР° СЃРїСЂР°РІР°, СЃСЃС‹Р»РєР° СЃР»РµРІР° СЃ РЅР°Р»РѕР¶РµРЅРёРµРј*/
.gallery-7__div-cell {
	position: relative;
}
.gallery-7__div-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
}
.gallery-7-module__a {
	text-decoration: none;
	background-color: white;
	position: absolute;
	right: 48%;
	left: 0%;
 }
.gallery-7-module__div-name {
	font-weight: 900;
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 30px;
}
.gallery-7-module__div-text {
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
}
.gallery-7-module__div-link {
	font-size: 15px;
	line-height: 30px;
	color: #008097;
}
.gallery-7-module__div-link span {
	text-decoration: underline;
}
/*РљР°СЂС‚РёРЅРєР° c РЅРѕРјРµСЂРѕРј, РїРѕРґ РєР°СЂС‚РёРЅРєРѕР№ РЅР°Р·РІР°РЅРёРµ*/
.gallery-8__div-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 250px;
}
.gallery-8-module__div-name {
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #082937;
	padding: 30px 20px 5px 20px;
}
.gallery-8-module__div-number {
	background-color: white;
	padding: 25px 30px 5px 30px;
}
.gallery-8-module__div-number span {
	font-weight: 900;
	font-size: 35px;
	line-height: 20px;
	color: #008097;
}
/* 3 РІ СЂСЏРґ, РЅРѕРјРµСЂ Р±РµР· РєР°СЂС‚РёРЅРєРё, РІРЅРёР·Сѓ РЅР°РґРїРёСЃСЊ*/
.gallery-9__div {
	margin: 80px 0px 30px 0px;
}
.gallery-9__div-cell {
	
}
.gallery-9__div-item {
	background-color: #FFFFFF;
	position: relative;
	padding: 70px 20px 30px 20px;
}
.gallery-9__div-number {
	position: absolute;
	top: -50px;
	height: 100px;
	background-color: #008097;
	border-radius: 0px 0px 1px 1px;
}
.gallery-9__div-number span {
	font-weight: 900;
	font-size: 35px;
	line-height: 47px;
	color: #FFFFFF;
	padding: 27px 31px 26px 31px;
}
.gallery-9-module__div-name {
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #082937;
}
/*3 РІ СЂСЏРґ СЃ С‚РµРЅСЊСЋ, РёРєРѕРЅРєР°, РІРЅРёР·Сѓ РЅР°РґРїРёСЃСЊ*/
.gallery-10__div-item {
	background: #FFFFFF;
	box-shadow: 0px 15px 50px rgba(159, 159, 159, 0.25);
	border-radius: 1px;
	padding: 0px 30px 40px 30px;
}
.gallery-10__img {
	max-width: 100%; 
	max-height: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.gallery-10__div-text {
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #082937;
}
/*РџРѕ 3 РІ СЂСЏРґ, РєР°СЂС‚РёРЅРєР° РІ Р±СЌРєРіСЂР°СѓРЅРґРµ, СЃСЃС‹РєР»РєР° РїРѕРґСЂРѕР±РЅРµРµ */
.gallery-11-module__div-item {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
}
.gallery-11-module__div-item:hover .gallery-11-module__a {
	background: linear-gradient(0deg, rgba(0, 84, 117, 0.5), rgba(0, 84, 117, 0.5));
}
.gallery-11-module__div-item:hover .gallery-11-module__div-link {
	display: flex;
}
.gallery-11-module__a {
	text-decoration: none;
}
.gallery-11-module__div-name{
	background-color: white;
	min-width: 50%;
}
.gallery-11-module__div-text {
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
}
.gallery-11-module__div-link {
	font-size: 13px;
	line-height: 20px;
	color: #008097;
	display: none;
}
/* 3 РєРІР°РґСЂР°С‚Р° РІ СЂСЏРґ, СЃ 1 Рё 2 РєР°СЂС‚РёРЅРєР°РјРё РІ Р±СЌРєРіСЂР°СѓРЅРґРµ, РЅР°Р·РІР°РЅРёСЏ Рё СЃСЃС‹Р»РєР° */
.gallery-12__div-cell {}

.gallery-12__div-kvadrat {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	display: flex;
	justify-content: center;
}
.gallery-12__div-kvadrat-2 {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
}
.gallery-12__div-back-img:hover .gallery-12-module__a {
	background: linear-gradient(0deg, rgba(255, 134, 0, 0.4), rgba(255, 134, 0, 0.4));
}
.gallery-12__div-back-img:hover .gallery-12-module__div-link {
	display: block;
}
.gallery-12__div-back-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.gallery-12-module__a {
	text-decoration: none;
}
.gallery-12-module__div-text {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #fff;
}
.gallery-12-module__div-link {
	display: none;
	font-style: normal;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
}
/* С€Р°С…РјР°С‚Р°РјРё РєР°СЂС‚РёРЅРєР° СЂСЏРґРѕРј РЅР°Р·РІР°РЅРёРµ Рё С‚РµРєСЃС‚ */
.gallery-13__img{
	max-height: 100%;
	height: auto !important;
}
/* 4,3,2,1 РІ СЂСЏРґ, РєР°СЂС‚РёРЅРєР° РІ Р±РµРєРіСЂР°СѓРЅРґРµ, РЅР°РґРїРёСЃСЊ, РѕРїРёСЃР°РЅРёРµ, РєРЅРѕРїРєР° СѓР·РЅР°С‚СЊ СЃС‚РѕРёРјРѕСЃС‚СЊ*/
.gallery-17-module__a {
	text-decoration: none;
}
.gallery-17__div {
	overflow: hidden;
}
.gallery-17__div-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: white;
	border-radius: 6px;
	background-position: center center;
	height: 259px;
}
.gallery-17__div-img:hover {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.gallery-17-module__div-name {
	color: #9C9C9C;
	margin: 5px 0px 10px;
}
.gallery-17-module__a-button {
	background-color: #fff;
	color: #211245;
	padding: 16px 32px;
	border: 1px solid #4A3185;
	border-radius: 6px;
	text-decoration: none;
}
.gallery-17-module__a-button:hover {
	background-color: #A48FD6;
	color: #fff;
}
.gallery-17-module__a-button:active {
	background-color: #211245;
	color: #fff;
}
/**/
.gallery-18-module__div-name {
}
/* СЂР°СЃРєСЂС‹С‚РёРµ Р±Р»РѕРєРѕРІ РЅР°Р¶Р°С‚РёРµРј РЅР°  + РёР»Рё - */
.gallery-19__div-cell {
	background-color: #F8F8F8;
}
.gallery-19__div-cell:hover  {
	background-color: #E4E4E4;
}
/*Р—Р°РіРѕР»РѕРІРѕРє - РїРµСЂРІС‹Р№ РІ РіР°Р»РµСЂРµРµ РІРјРµСЃС‚Рѕ РєР°СЂС‚РёРЅРєРё*/
.gallery-20-module__row {
	margin-bottom: -40px; /*Р»РёРєРІРёРґР°С†РёСЏ РґРѕРїРѕР»РЅРёС‚РµР»СЊРЅРѕРіРѕ РѕС‚СЃС‚СѓРїР° Сѓ РєРѕР»РѕРЅРѕРє РІ РєРѕРЅС†Рµ div.row*/
}
.gallery-20-module__a {
	text-decoration: none;
}
.gallery-20__div {
	overflow: hidden;
}
.gallery-20__div-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: white;
	border-radius: 0px;
	background-position: center center;
	height: 300px;
}
.gallery-20__div-img:hover {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.gallery-20-module__div-name {
	font-size: 18px;
	line-height: 110%;
	text-transform: uppercase;
	letter-spacing: 3%;
	color: #606472;
	margin: 10px 0px 10px;
}

/* РњР•РќР® Р’ Р¤РЈРўР•Р&nbsp;Р• 1 */
/*РѕР±С‰РёР№ РєРѕРЅС‚РµР№РЅРµСЂ*/
.footer-navbar__div {
}
/*Р—Р°РіРѕР»РѕРІРѕРє РјРµРЅСЋ*/
.footer-navbar__div-1 {
	color: #ffc46b;
	font-weight: 400;
	font-size: 18px;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 15px;
}
/*РєР°СЂС‚РёРЅРєР° РІ СЃС‚СЂРѕРєРµ*/
.footer-navbar__img {
	max-width: 25px;
	max-height: 25px;
}
/*СЃС‚СЂРѕРєРё СЃРѕ СЃСЃС‹Р»РєР°РјРё*/
.footer-navbar__a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #9C9C9C;
	text-decoration: none;
	margin-bottom: 15px;
}
.footer-navbar__a:hover {
	text-decoration: underline;
}

/* РњР•РќР® Р’ Р¤РЈРўР•Р&nbsp;Р• 2 */
/*Р—Р°РіРѕР»РѕРІРѕРє РјРµРЅСЋ*/
.footer-navbar-2__div-1 {
	color: #ffc46b;
	font-weight: 400;
	font-size: 18px;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 15px;
}
/*РєР°СЂС‚РёРЅРєР° РІ СЃС‚СЂРѕРєРµ*/
.footer-navbar-2__img {
	max-width: 25px;
	max-height: 25px;
}
/*СЃС‚СЂРѕРєРё СЃРѕ СЃСЃС‹Р»РєР°РјРё*/
.footer-navbar-2__a {
	color: #9C9C9C;
	font-weight: 400;
	font-size: 18px;
	line-height: 110%;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 15px;
}
.footer-navbar-2__a:hover {
	text-decoration: underline;
}
/*--РєРѕРЅРµС† РјРµРЅСЋ РІ С„СѓС‚РµСЂРµ--*/


/* FOOTER */
.footer__div-background {
	background: #0b0b0b; 
	padding-top: 35px;
	padding-bottom: 25px;
}
.footer__div {
	color: #989898;
	font-size: 13px;
}
/*РћС„РѕСЂРјР»РµРЅРёРµ РЅРёР¶РЅРµРіРѕ РјРµРЅСЋ*/
.footer__ul-bottom {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer__ul-bottom_li {
	margin: 10px 0px;
}
.footer__ul-bottom_a {
	color: white;
	text-decoration: none;
}
/*РћР±Р»Р°СЃС‚СЊ РёРєРѕРЅРѕРє СЃРѕС†СЃРµС‚РµР№*/
.footer__div-social-network {
    margin: 15px 0px 10px;
}
/*Р“РѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅР°СЏ Р»РёРЅРёСЏ*/
.footer-second__div-line {
	border-top: 1px solid #ffc46b;
}
/*РЎС‚СЂРѕРєР° РєРѕРїРёСЂР°Р№С‚Р°*/
.footer__div-copyright {
	margin-top: 15px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	color: #FFFFFF;
	opacity: 0.5;
}
.footer__svg {
}
.footer__div-contact {
	font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.footer__a-contact {
	color: #666;
	text-decoration: none;
}


/*РџРѕРёСЃРєРѕРІР°СЏ СЃС‚СЂРѕРєР°*/
/*РљРѕРЅС‚РµР№РЅРµСЂ РІРѕРєСЂСѓРі РїРѕРёСЃРєР°*/
.search-box__div {
	width: 100%;
	padding: 0px;
	background-color: transparent;
}
/*РћР±С‰РёР№ РєРѕРЅС‚РµР№РЅРµСЂ РїРѕРёСЃРєР°*/
.search-box__div-container {
	width: 100%; 
}
.search-box__input {
	color: #000;
	width: 100%; 
	padding: 7px 20px 7px 20px; 
	height: 50px;
	font-size: 14px;
	line-height: 19px;
	background-color: #fff;
	border: 1px solid #ffc46b;
	border-radius: 3px 0px 0px 3px;
}
.search-box__button {
	width: 64px;
	background-color: #ffc46b; 
	text-align: center;
	border: 0px solid black;
	border-radius: 0px 3px 3px 0px;
	cursor: pointer;
}
.search__img {
	width: 24px; 
	height: 24px;
}


/* Р’Р«РџРђР”РђР®Р©Р•Р• РњР•РќР® AJAX-РџРћРРЎРљРђ */
/*РљРѕРЅС‚РµР№РЅРµСЂ РІ РєРѕС‚РѕСЂРѕРј РІС‹РїР°РґР°СЋС‚ СЂРµР·СѓР»СЊС‚Р°С‚С‹ РїРѕРёСЃРєР°*/ 
#resSearch {
	position: relative;
}
/*РљРѕРЅС‚РµР№РЅРµСЂ СЂРµР·СѓР»СЊС‚Р°С‚РѕРІ РїРѕРёСЃРєР°*/ 
.search-ajax__div {
	border: #3f76dc solid 1px;
	z-index: 10; 
	position: absolute;
	top: 0;
	background-color: white;
	width: 100%;
	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__div-count {
}
/*РЎРѕСЂС‚РёСЂРѕРІРєР° РІС‹Р±РѕСЂРєРё С‚РѕРІР°СЂРѕРІ*/
.catalog__div-order-by {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
}
/*РѕС„РѕСЂРјР»РµРЅРёРµ СЃСЃС‹Р»РєРё СЃРѕСЂС‚РёСЂРѕРІРєРё*/
.catalog__a-order-by {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
.catalog__a-order-by-active {
	color: #000000;
}

.catalog__div-grid {
}
/*РјР°Р»Р°СЏ РєР°СЂС‚РѕС‡РєР° С‚РѕРІР°СЂР°*/
.catalog__div-item {
	box-shadow: 0px 0px 6px rgba(160, 159, 159, 0.4);
	border-radius: 8px;
	background-color: white;
	height: 100%;
	width: 100%;
}
.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;
	width: 40px; 
	height: 40px;
}
/*РєР°СЂС‚РёРЅРєР° С‚РѕРІР°СЂРѕРІ*/
.catalog__img-item {
	max-width: 100%; 
	max-height: 100%;
}
/*РЅР°Р·РІР°РЅРёРµ С‚РѕРІР°СЂР° РІ РєР°С‚Р°Р»РѕРіРµ*/
.catalog__div-item-name {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 29px;
}
/*СЃСЃС‹Р»РєР° РЅР° РєР°СЂС‚РѕС‡РєСѓ С‚РѕРІР°СЂР° РЅР° РёРјРµРЅРё*/
.catalog__a-item-name {
	text-decoration: none;
	color: #000;
}

/*РѕР±С‹С‡РЅР°СЏ С†РµРЅР° РІ РєР°С‚Р°Р»РѕРіРµ*/
.catalog__div-price {
	margin-bottom: 35px;
}
.catalog__span-price {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}
/*СЃС‚Р°СЂР°СЏ РїРµСЂРµС‡РµСЂРєРЅСѓС‚Р°СЏ С†РµРЅР°*/
.catalog__span-old-price {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	opacity: 0.5;
	text-decoration: line-through;
}
/*Р°РєС†РёРѕРЅРЅР°СЏ РёР»Рё РЅРѕРІР°СЏ С†РµРЅР°*/
.catalog__span-new-price {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
/*С‚РµРєСЃС‚РѕРІРѕРµ РїРѕР»Рµ*/
.catalog__div-text {
}


/*СЃСЃС‹Р»РєР°-РєРЅРѕРїРєР° РґР»СЏ РїРµСЂРµС…РѕРґР° РІ РєР°СЂС‚РѕС‡РєСѓ С‚РѕРІР°СЂР°*/
.catalog__a-button-card {
	color: #fff; 
	text-decoration: none; 
	background-color: #a3683c;
	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: #e18e4a;
	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);
}
/*СЃСЃС‹Р»РєР°-СЃС‚СЂРµР»РєР° РґР»СЏ РїРµСЂРµС…РѕРґР° РІ РєР°СЂС‚РѕС‡РєСѓ С‚РѕРІР°СЂР°*/
.catalog__a-arrow-card {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #B36888;
}
.catalog__span-arrow-card {
	margin-bottom: 2px;
	margin-right: 4px;
}
/*РєР°С‚Р°Р»РѕРі СЃРєСЂС‹С‚СЊ/РїРѕРєР°Р·Р°С‚СЊ*/
.catalog-4__div-all {
	display: none;
}
.catalog-4__div-text, 
.catalog-4__div-text p, 
.catalog-4__div-text li, 
.catalog-4__div-text div {
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	line-height: 110%;
	color: #211245;
	margin: 0 0 15px;
}

/*РўРђР‘Р›РР¦Рђ Р”Р›РЇ Р—РђРљРђР—РћР’*/
.items__table {
	border-collapse: collapse;
	border-top: 1px solid #008097;
	border-left: 1px solid #008097;
	border-right: 1px solid #008097;
	border-bottom: 1px solid #008097;
}
.items__table td, .items__table th {
	padding: 10px;
}
.items__table th {
	text-align: center;
	font-size: 20px;
}
.items__table tr:nth-child(2n) {
	background: #f9f9f9;
}
.items__table td:last-of-type {
	text-align: center;
}
.items__table button {
	display: inline-block;
	padding: 5px 10px;
	background: linear-gradient(93.15deg, #3097ab 0%, #008097 100%);
	color: white;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	border: 0px;
}
.items__table button:hover {
	filter: drop-shadow(0px 10px 50px #AFD4DB);
}
.items__table a {
	text-decoration: none;
}
.items__table a:hover {
	text-decoration: underline;
}

/*СЂР°СЃРїСЂРѕРґР°Р¶Р° РЅР° РіР»Р°РІРЅРѕР№*/
.catalog__div-sale {
	font-size: 16px;
	line-height: 19px;
	text-align: center;
}
.catalog__a-sale {
	text-decoration: none;
	color: #B9121B;
}
.catalog__a-sale:hover {
	text-decoration: underline;
	font-weight: bold;
}


/*РџР°РіРёРЅР°С†РёСЏ СЃС‚СЂР°РЅРёС†*/
/*РѕР±С‰РёР№ РєРѕРЅС‚РµР№РЅРµСЂ СЃСЃС‹Р»РѕРє*/
.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: #fff;
}

/*РєРѕРЅС‚РµР№РЅРµСЂ РѕСЃРЅРѕРІРЅРѕР№ РєР°СЂС‚РёРЅРєРё С‚РѕРІР°СЂР°*/
.card-item__div-general-image {
	width: 100%;
	padding: 0px;
	margin: 0;
	border: 0px solid #dbdbdb;
}
/*РѕСЃРЅРѕРІРЅР°СЏ РєР°СЂС‚РёРЅРєР°*/
.card-item__div-general-image img {
	max-width: 100%; 
	height: auto;
}
/*РєРѕРЅС‚РµР№РЅРµСЂ РґРѕР±Р°РІРѕС‡РЅС‹С… РєР°СЂС‚РёРЅРѕРє С‚РѕРІР°СЂР°*/
.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;
}


/*РљРћРќРўР•Р™РќР•Р&nbsp; Р—РђРљРђР—Рђ Р РћРџРРЎРђРќРРЇ РўРћР’РђР&nbsp;Рђ*/
/*Р°СЂС‚РёРєСѓР» С‚РѕРІР°СЂР°*/
.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: 26px;
	line-height: 35px;
	color: #000000;
	white-space: nowrap;
}
/*С†РµРЅР° С‚РѕРІР°СЂР° РґРѕ Р°РєС†РёРё*/
.card-item__div-price-strike {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	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: 26px;
	line-height: 35px;
	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, .plus{
	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-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
}
/*Р·РЅР°С‡РµРЅРёРµ СЃРІРѕР№СЃС‚РІР°*/
.card-item__div-property-value {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	text-align: right;
	color: #000;
}
/*С…Р°СЂР°РєС‚РµСЂРёСЃС‚РёРєРё СЃ РІС‹Р±РѕСЂРѕРј РІ Р·Р°РєР°Р·*/
.multi-parametrs__div input[type="radio"] {
    display: none;            
}
.multi-parametrs__div input[type="radio"] + label {
	display: inline-block;
	cursor: pointer;
	margin: 5px 8px 5px 0px;
	padding: 3px 6px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	font-size: 18px;
}
.multi-parametrs__div input[type="radio"]:checked + label {
    border: 3px solid #e18e4a;
    margin: 3px 6px 3px -2px;
}


/*РїРµСЂРµС…РѕРґ РЅР° СЃР»РµРґСѓСЋС‰РёР№ С‚РѕРІР°СЂ*/
/*РѕР±С‰РёР№ РєРѕРЅС‚РµР№РЅРµСЂ СЃСЃС‹Р»РѕРє*/
.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 {
	padding: 10px 0 10px 0;
}
/*a РєРЅРѕРїРєРё РїРѕРєСѓРїРєРё С‚РѕРІР°СЂР°*/
.card-item__a-button {
	width: 150px; 
	height: 50px; 
	font-style: normal;
	font-weight: bold;
	color: white;
	background-color: #a3683c;
	border-radius: 8px; 
	font-size: 16px;
	text-decoration: none; 
	border: 0px solid #008BD3;
	cursor: pointer;
	text-align: center;
	margin-left: 56px;
}
.card-item__a-button:hover {
	border: 0px solid #cfe590;
	background-color: #e18e4a;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3)
}
.card-item__a-button:active {
	background-color: #c1a2e6;
}

.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;
}


/*РћРўР—Р«Р’Р«*/
/*Р·Р°РіРѕР»РѕРІРѕРє С„РѕСЂРјС‹ РѕС‚РїСЂР°РІРєРё*/
.review-form__div textarea, .review-form__div input[type="text"] {
	border-radius: 3px;
	border: #808080 1px solid;
	padding: 5px 2px;
}


.review-form__div-title {
	font-size: 1rem;
	font-weight: bold;
}
/*РћРўР—Р«Р’Р« РЅР° С‚РѕРІР°СЂ*/


/*Р±Р»РѕРє РѕС‚РґРµР»СЊРЅРѕРіРѕ РѕС‚Р·С‹РІР°*/
.review-form__div, .review-item__div {
	font-size: 1rem;
	/*border: 1px solid gray;*/
	border-radius: 5px;
	box-shadow: 0px 0px 6px rgba(160, 159, 159, 0.4);
}
/*Р°РІС‚РѕСЂ РѕС‚Р·С‹РІР°*/
.review-item__div-author {
	font-weight: bold;
}
/*РґР°С‚Р° РѕС‚Р·С‹РІР°*/
.review-item__div-date {
	font-size: 0.9rem;
	font-style: italic;
}
/*С‚РµР»Рѕ РѕС‚Р·С‹РІР°*/
.review-item__div-body {
	font-size: 1rem;
}
/*РєРѕРјРјРµРЅС‚Р°СЂРёР№ РЅР° РѕС‚Р·С‹РІ*/
.review-item__div-comment {
	font-size: 1rem;
}



/*РґР»СЏ РІРєР»Р°РґРѕРє 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 li:last-child:before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: -2px;
	z-index: -1;
	height: 5px;
	background: #0078d7;
}
*/
.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: gray;
	border-width: 0 0 0 0;
}
/*РґР»СЏ РѕС„РѕСЂРјР»РµРЅРёСЏ РЅРёР¶РЅРµРіРѕ РїРѕРґС‡РµСЂРєРёРІР°РЅРёСЏ РІ Р°РєС‚РёРІРЅРѕР№ Р·Р°РєР»Р°РґРєРµ*/
.tabs__caption .active:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 4px;
	background: gray;
}

.tabs__content {
	display: none;
	background: #FFF;
	border-top: 1px solid #b3b3b3;
	padding: 15px 0px;
}
.tabs__content.active {
	display: block;
}
/*
.vertical .tabs__caption {
	float: left;
	display: block;
}
.vertical .tabs__caption li {
	float: none;
	border-width: 2px 2px 2px 2px;
	border-radius: 0px 0 0 0px;
}
.vertical .tabs__caption li:last-child:before {
	display: none;
}
.vertical .tabs__caption .active:after {
	left: auto;
	top: 0;
	right: -2px;
	bottom: 0;
	width: 2px;
	height: auto;
}
.vertical .tabs__content {
	overflow: hidden;
}
*/
/*С‚РѕРІР°СЂС‹ - СЃРїСѓС‚РЅРёРєРё */
.carousel-sputnik__div-item-border {
	border: 1px solid gray;
}
.carousel-sputnik__img-item {
	max-width: 100%; 
	max-height: 120px;
}

/*РљРћР&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 img{
	max-width: 100%; 
	max-height: 100%;
}

/*РґРѕСЃС‚Р°РІРєР°*/
#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, #contact_box textarea {
	border: 1px solid #dbdbdb;
	font-size: 1.0rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
}


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


/*РЈРІРµРґРѕРјР»РµРЅРёРµ РѕР± РѕС‚РїСЂР°РІРєРµ СЃРѕРѕР±С‰РµРЅРёСЏ*/
.form-callback-notice, .form-order-notice, .form-question-notice {
	display: none;
	color: #eb3c4a;
}

/*Р­РўРћ Р’РЎР• РЎРљР&nbsp;Р«РўР«Р• Р¤РћР&nbsp;РњР« FANCYBOX, РўРђРљРР• РљРђРљ: */
#notification { 
	max-width: 600px;
}

/*Р¤РћР&nbsp;РњР«*/
/*Р—РђРЇР’РљРђ РџР•Р&nbsp;Р•Р” FOOTER*/
.calloperator__div {
	background-color: #f9f9f9;
	padding-top: 100px;
	padding-bottom: 99px;
	border-bottom: 	1px solid rgba(136, 136, 136, 0.2);
}
.calloperator__form input[type="text"],
.calloperator__form textarea {
	border-radius: 0px;
	width: 100%;
	border: 1px solid #EDEDED;
	padding: 21px;
}
.calloperator__form input[type="text"] {
	height: 60px;
}
.calloperator__form textarea {
	height: 100%;
}
.calloperator__form textarea::placeholder,
.calloperator__form input[type="text"]::placeholder {
	text-transform: uppercase;
}
.calloperator__form input[type="submit"] {
	background-color: #ffc46b;
	border-radius: 0px;
	height: 60px;
	width: 100%;
	border: 0px solid #EDEDED;
	color: white;
	font-size: 18px;
	line-height: 110%;
	letter-spacing: 3%;
	text-transform: uppercase;
}
.calloperator__form input[type="submit"]:hover {
	background-color: #e18e4a;
}
.calloperator__form input[type="file"] {
	display: none;
	visibility: unvisible;
}
.calloperator__form label {
	cursor: pointer;
}

/*Р—РђРЇР’РљРђ РќРђ Р—РђРљРђР—*/
/*РљРѕРЅС‚РµР№РЅРµСЂ РІРЅРёР·Сѓ*/
.order-form__div {
	width: 680px;
	display: none;
}
.order-form {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 6px;
	padding-top: 86px;
	padding-bottom: 80px;
}
/*Р—Р°РіРѕР»РѕРІРѕРє С„РѕСЂРјС‹*/
.order-form__div-chapter {
	color: #fff; 
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 0 10px;
}
/*РѕР±Р»Р°СЃС‚СЊ С„РѕСЂРјС‹*/
.container-order__div {
	margin: 0px 100px;
}
.order-form input[type="text"], .order-form input[type="submit"], .order-form textarea {
	border: 0px;
	border-radius: 6px;
	font-style: normal;
}
.order-form input[type="text"], .order-form textarea {
	padding: 7px 12px;
	width: 100%;
	background-color: #FFFFFF;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
}
.order-form input[type="submit"] {
	background-color: #8569C8;
	font-weight: normal;
	padding: 16px 32px;
	color: white;
	font-size: 16px;
	line-height: 115%;
	cursor: pointer;
}
.order-form input[type="submit"]:hover {
	background-color: #A48FD6;
}
.order-form input[type="submit"]:active {
	background-color: #211245;
}

.order-form__soglashenie, .order-form__soglashenie .show-politika,
.callback-form__soglashenie, .callback-form__soglashenie .show-politika {
	color: #fff;
	font-size: 0.8rem;
}

/*Р—РђРЇР’РљРђ РќРђ РћР‘Р&nbsp;РђРўРќР«Р™ Р—Р’РћРќРћРљ */
.callback-form__div {
	display: none;
	width: 400px;
}
.callback-form {
	border-radius: 6px;
	width: 100%;
	color: #041c36;
}
.callback-form__div-chapter {
	color: #fff; 
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 0 10px;
}
.callback-form input[type="text"], .callback-form input[type="submit"], .callback-form textarea {
	border-radius: 6px;
	border: 1px solid #858585;
	color: #3e3e3e;
}
.callback-form input[type="text"], .callback-form textarea {
	padding: 7px 12px;
	width: 100%;
	background-color: #FFFFFF;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
}
.callback-form input[type="submit"] {
	font-size: 16px;
	line-height: 115%;
	font-weight: normal;
	color: white;
	cursor: pointer;
	background-color: #8569C8;
	padding: 16px 32px;
}
.callback-form input[type="submit"]:hover {
	background-color: #A48FD6;
}
.callback-form input[type="submit"]:active {
	background-color: #211245;
}
.callback-form input[type="checkbox"] {
	border: 1px solid #4363c0;
	float: left;
	width: 20px;
	margin-right: 10px;
}
.colback-form__div-text {
}
.callback-form__soglashenie, .callback-form__div-text-bottom {
	font-size: 0.8rem;
}

/*Р­С‚Рѕ РѕС‚РЅРѕСЃРёС‚СЃСЏ Рё Рє РєРЅРѕРїРєРµ Р·Р°РєСЂС‹С‚РёСЏ С„РѕСЂРјС‹*/
.callback-form button {
	cursor: pointer;
}


/*Р¤РѕСЂРјР° РІРѕРїСЂРѕСЃР° СЃ СЃР°Р№С‚Р° - РѕС„РѕСЂРјР»РµРЅРёРµ С„РѕСЂРјС‹ - РєР°Рє .callback-form*/
.question-form__div {
	display: none;
	width: 400px;
}


/*РћС„РѕСЂРјР»РµРЅРёРµ С‚РµРєСЃС‚Р° РѕР±СЂР°Р±РѕС‚РєРё Р»РёС‡РЅС‹С… РґР°РЅРЅС‹С…*/
.show-politika {
	text-decoration: underline;
	/*color: black;*/
}


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

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

/************************ РЁРёСЂРёРЅР° СЃР»Р°Р№РґРµСЂР° РїРѕРёСЃРєР° */
#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;Р«*/
/*РІРёРґРёРјС‹Р№ С‚РѕР»СЊРєРѕ РЅР° РјР°Р»С‹С… СЌРєСЂР°РЅР°С… Р·Р°РіРѕР»РѕРІРѕРє РїРѕРёСЃРєРѕРІС‹С… С„РёР»СЊС‚СЂРѕРІ*/
.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-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-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;
}

/*РЎРѕРѕР±С€РµРЅРёСЏ Рѕ СЂРµР·СѓР»СЊС‚Р°С‚Р°С… РІС‹РїРѕР»РЅРµРЅРёСЏ СЃРєСЂРёРїС‚РѕРІ*/
.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; */
/*Р±Р»РѕРє СЂР°Р·РјРµС‰РµРЅРёСЏ СЃР»Р°Р№РґРµСЂР°*/
.slider__div {
	/*margin: 0px 0px;*/
}
/*Р&nbsp;Р°Р·РјРµС‰РµРЅРёРµ РёР·РѕР±СЂР°Р¶РµРЅРёСЏ РІ background*/
.carousel-item__div {
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	height: 650px;
}
/*РЎСЃС‹Р»РєРё РІ СЃР»Р°Р№РґРµСЂРµ*/
.slider__a {
	position: absolute;
	margin: auto;  
	top: 30%; 
	bottom: 30%;
	left: 15%; 
	right: 15%;
	color: #fff;
	text-decoration: none;
}
/*РЅР°РґРїРёСЃРё РЅР° СЃР»Р°Р№РґР°С…*/
.slider__div-description {
	text-align: center;
    color: #Fff;
	font-style: normal;
	font-weight: bold;
    font-size: 35px;
    line-height: 41px;
}
/*Р‘Р»РѕРє, СЃРѕРґРµСЂР¶Р°С‰РёР№ РєР°СЂС‚РёРЅРєРё СЃР»Р°Р№РґРµСЂР°*/
.slider__div-box {
	/*box-shadow: 0px 12px 24px rgba(130, 130, 130, 0.25);*/
	border-radius: 4px;
}

/*РђРІС‚РѕСЂРёР·Р°С†РёСЏ РЅР° СЃР°Р№С‚Рµ*/
.authorization__div {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
}
.authorization__div a {
	color: black;
	text-decoration: none;
}
.authorization__div a:hover {
	color: #c99d44;
}

/*РњР•РќР® РќРђ Р’Р•РЎР¬ Р­РљР&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; /* stripes background color. Change to match border color of parent label above */
}
/*СЃР°РјРѕ РјРµРЅСЋ*/
nav#expand-fullpagemenu{ 
	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{ 
	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: gray; /*С†РІРµС‚ РєСЂРµСЃС‚РёРєР°*/
	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);
}
/*РЎРљР&nbsp;Р«РўРР• РўР•РљРЎРўРћР’РћР“Рћ РџРћР›РЇ*/
.text-closed__div {
	display: none;
}
/*SVG-РїСЂРµРѕР±СЂР°Р·РѕРІР°РЅРёСЏ РІ Р·РµР»РµРЅС‹Р№ С†РІРµС‚*/
.svg-filter {
    filter: invert(54%) sepia(95%) saturate(335%) hue-rotate(78deg) brightness(95%) contrast(89%);
}</pre></body></html>