/* Умолчания для справки */
/* 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*/
/* шрифты font-family: Roboto, Ubuntu, Montserrat, cursive, sans-serif; ; */




html {
	font-size: 100%; /*В браузерах обычно 16px*/
	height: 100%; /*чтобы футер был внизу страницы если страница маленькая*/
}
body {  
	font-family: Segoe UI, arial, sans-serif;
	background-color: #fff;
	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;
}
header {
	opacity: 1.0;
}
.footer {
}

/*вид placeholder*/
textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder {
	color: #9999a6;
	opacity: 1.0;
}
textarea::-moz-placeholder, input[type="text"]::-moz-placeholder {
	color: #9999a6;
	opacity: 1.0;
}
textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder {
	color: #9999a6;
	opacity: 1.0;
}
textarea::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder {
	color: #9999a6;
	opacity: 1.0;
}
textarea::placeholder, input[type="text"]::placeholder {
	color: #9999a6;
	opacity: 1.0;
}


input[type="text"]{	
	color: gray;
	padding: 0.5rem;
	border: 1px solid #dbdbdb; 	
}

textarea {
	color: gray;
	padding: 0.5rem;
    overflow: auto;
	border: 1px solid #dbdbdb; 	
}

body,
td,
p,
div,
input,
textarea {
	color: #404044; 
	/*font-stretch: normal; начертание шрифта*/
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1 {
	color: #404044;
	font-size: 2.0rem;
}
.chapter__h1-index {
	margin: 0px 0px 25px 0px;
}
.chapter{
	margin: 0px 0px 25px 0px;
}
h2 {
	color: #404044;
	font-size: 1.8rem;
}
h3 {
	color: #6e6d72;
	font-size: 1.4rem;
	margin: 0 0 1.1rem;
}
p {
	color: #404044;
	line-height: 1.5; /*межстрочный интервал*/
	font-size: 1.0rem;
}
a {
	color: #019645; /*золотистый #c99d44; */
}
ul {
	color: #404044;
	font-size: 1.0rem;
}
li {
	line-height: 2.0; /*межстрочный интервал*/
}


/*проверочные стили*/
.border-test {
	border: 1px red solid; 
}

/*Общие стили*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.bold {
	font-weight: bold;
}

/*Специфика сайта*/
/*Картинки в объявлении covid*/
.size-30__img {
	height: 30px; 
	width: 30px;
}
/*контейнер с тенью*/
.shadow__div {
	box-shadow: 0px 3px 6px #d3d3d3;
	background-color: #fff;
}
/*объявление про вирус*/
.covid-note__div {
	font-size: 36px;
}
/*помощь в объявлении covid*/
.help-note__div {
	font-size: 13px;
}
/*Картинка про вирус*/
.covid__img {
	height: 200px;
	width: 200px;
}

/*Значки социальных сетей*/
.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-color: #ffffca; 
	border-radius: 8px;
}
.phone-txt__span {
	font-size: 12px;
}
.phone__a-header {
	color: #019645;
	text-decoration: none;
}
.phone__a-header:hover {
	text-decoration: underline;
}
.phone__span-a-header {
	font-weight: bold;
	font-size: 18px;
}
.phone__a-footer {
	color: white;
}
/*Ссылки на формы*/
.callback__a {
	text-decoration: none;
}
.callback__a:hover {
	color: #019645;
	text-decoration: underline;
}


/*Кнопки заявок и ссылок подробнее*/
.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/header-basket.png"); 
	background-repeat: no-repeat; 
	width: 55px; 
	height: 51px;
}
.basket__div-count {
	background: #4363c0;
	border-radius: 50%;
	color: white;
	font-size: 0.9rem;
	text-align: center; 
	position: absolute; 
	bottom: 35px; 
	left: 55px;
}

/*Логотип*/
/* текст справа от логотипа*/
.logo-txt__div {
	font-size: 12px;
	/*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;
}


/*HEADER*/
/*Фиксирование верхней шапки*/
.fixed-header__div {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1030;
	background-color: #fff;
}
.header__div-background {
	background-color: #fff;
}
.header__div {
	background-color: #fff;
}

/*Корзина в 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;
}

/* ГОРИЗОНТАЛЬНОЕ МЕНЮ */
/*контейнер полосы с горизонтальным меню*/
.navbar-gorizont__div-background {
	background-color: #fcf58f;
}
/*Заголовок горизонтального меню, видимый только на телефонах*/
.navbar-gorizont__div-title {
	font-size: 1rem; 
	height: 40px;
	background-color: #4cb360;
	border-radius: 0px;
}
.navbar-gorizont__div-title-font {
	color: #fff;
	font-weight: bold;
}
/*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: 13px 7px 13px 10px;
}
/*Ячейка ссылки без выпадающего списка*/
.navbar-gorizont__div-link {
	font-weight: 500;
	font-style: normal;
}
/*стрелка для выпадающего меню*/
.navbar-gorizont__div-trigger {
	/*text-align: center;*/
	/*font-style: normal;*/
	/*font-size: 10px;*/
	color: #008BD3;
	cursor: pointer;
	width: 15%;
	/*font-weight: 300;*/
	/*line-height: 35px;*/
}

/* 1 УРОВЕНЬ - ВИДИМОЕ ГОРИЗОНТАЛЬНОЕ МЕНЮ */
/*Ячейка меню 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;
	font-weight: bold;
}
/*Ячейка ссылки без выпадающего списка*/
.navbar-gorizont__div-link-1 {
	font-size: 12px;
	font-weight: bold;
}
/*ссылка*/
.navbar-gorizont__a-1 {
	color: #404044;
}

/* 2 УРОВЕНЬ */
/*div выпадающего списка из горизонтального меню*/
.navbar-gorizont__div-list-2 {
	background: #F6F6F6;
	position: absolute;
	top: 100%;
	left: 20px;
	width: 260px;
	box-shadow: 0px 12px 24px rgba(130, 130, 130, 0.25);
	border-radius: 0px 0px 4px 4px;
}

/*Контейнер для ссылки и ее списка*/
.navbar-gorizont__div-2 {
	background-color: #fcf58f;
	border-bottom: 1px solid rgba(19, 67, 131, 0.2);
}
.navbar-gorizont__div-2:hover {
	background-color: #fff;
}
.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: 18px 18px;
}
/*ссылка в меню*/
.navbar-gorizont__a-2 {
	color: #000000;
}
/*Ячейка ссылки c выпадающим списком*/
.navbar-gorizont__div-list-link-2 {
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	padding: 18px 30px;
}
/*div шеврона раскрывающегося списка*/
.navbar-gorizont__div-trigger-2 {
	width: 15%;
	/*line-height: 32px;*/
	/*font-size: 0.9rem;*/
}

/* 3 УРОВЕНЬ */
/*div выпадающего списка */
.navbar-gorizont__div-list-3 {
	background-color: white;
	width: 100%;
}
/*div отдельной ссылки с возможным списком*/
.navbar-gorizont__div-3 {
	/*text-transform: none;*/
	/*line-height: 26px;*/
	/*font-size: 0.9rem;*/
}
/*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%;
	/*line-height: 26px;*/
	/*font-size: 0.9rem;*/
}

/* 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;
}

/* ВЕРТИКАЛЬНОЕ МЕНЮ */

/*контейнер вертикального меню, сразу перед 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;
}


/* ОБЩИЕ КЛАССЫ ВЕРТИКАЛЬНОГО МЕНЮ*/
.navbar-vertical__a {
	text-decoration: none;
	transition: all .5s ease;
}

/* В горизонтальном меню везде размер, пространства значка триггера */
/*Ячейка выпадающего списка*/
.navbar-vertical__div-list {
	display: none;
	text-align: left;
	z-index: 100;
}
/*Ячейка ссылки c выпадающим списком*/
.navbar-vertical__div-list-link {
	font-weight: 500;
}
/*Контейнер картинки*/
.navbar-vertical__div-img {
	padding-top: 13px;
	padding-bottom: 13px;
}
/*Ячейка ссылки без выпадающего списка*/
.navbar-vertical__div-link {
	font-weight: 500;
	font-style: normal;
}
/*стрелка для выпадающего меню*/
.navbar-vertical__div-trigger {
	text-align: center;
	/*font-style: normal;*/
	/*font-size: 10px;*/
	color: #008BD3;
	cursor: pointer;
	/*font-weight: 300;*/
	/*line-height: 35px;*/
}


/* 1 УРОВЕНЬ - ВИДИМОЕ ВЕРТИКАЛЬНОЕ МЕНЮ */
/*Ячейка меню 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 {
	background-color: #008BD3;
}
/*При наведении на пункт меню 1 уровня*/
.navbar-vertical__div-1:hover .navbar-vertical__div-list-link-1, .navbar-vertical__div-1:hover svg {
	 fill: white;
	 color:  white;
}
/*Ячейка ссылки без выпадающего списка*/
.navbar-vertical__div-link-1 {
	font-size: 18px;
	line-height: 22px;
}

.navbar-vertical__a-1 {
	color: #404044;
}
/*флекс элемнент, где вместе картинка и ссылка*/
.navbar-vertical__div-all-list-link-1 {
	width: 85%;
	padding: 18px 30px;
}
/*Ячейка ссылки c выпадающим списком*/
.navbar-vertical__div-list-link-2 {
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
}
.navbar-vertical__div-trigger-1{
	width: 15%;
}

/* 2 УРОВЕНЬ */
/*div выпадающего списка из вертикального меню*/
.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-2:hover .navbar-vertical__a-2, .navbar-vertical__div-2:hover svg {
	 fill: white;
	 color:  white;
}
*/
/*Ячейка ссылки без выпадающего списка*/
.navbar-vertical__div-link-2 {
	font-size: 18px;
	line-height: 22px;
	width: 100%;
	padding: 18px 0px;
}
/*ссылка в меню*/
.navbar-vertical__a-2 {
	color: #000000;
}
/*флекс элемнент, где вместе картинка и ссылка*/
.navbar-vertical__div-all-list-link-2 {
	width: 85%;
	padding: 18px 30px;
}
/*Ячейка ссылки c выпадающим списком*/
.navbar-vertical__div-list-link-2 {
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
}
/*div шеврона раскрывающегося списка*/
.navbar-vertical__div-trigger-2 {
	width: 15%;
	/*line-height: 32px;*/
	/*font-size: 0.9rem;*/
}

/* 3 УРОВЕНЬ */
/*div выпадающего списка */
.navbar-vertical__div-list-3 {
	background-color: white;
	width: 100%;
}
/*div отдельной ссылки с возможным списком*/
.navbar-vertical__div-3 {
	/*text-transform: none;*/
	/*line-height: 26px;*/
	/*font-size: 0.9rem;*/
}
/*div ссылки без выпадающего списка*/
.navbar-vertical__div-link-3 {
	font-size: 12px;
	line-height: 15px;
	width: 100%;
	padding: 10px 10px;
}
/*класс самой ссылки*/
.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%;
	/*line-height: 26px;*/
	/*font-size: 0.9rem;*/
}

/* 4 УРОВЕНЬ */
.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 {
	/*margin: 24px 15px 24px 0px;*/
}


/*Содержательная часть*/
/*с бекграундом вверху */
.content__div-background {
	/*opacity: 1.0;*/
	/*padding-bottom: 30px;*/
	/*background-color:  #f9f9f9;*/
	/*background-image: url("../images/main-page.jpg"); 
	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;
}


/* ССЫЛКИ НА ПОДСТРАНИЦЫ */
/*ссылки  чет-нечет*/
.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 > p, .layer-chess__div-img-description > 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;
}

/*ГАЛЕРЕЯ ИЗОБРАЖЕНИЙ*/
/*Название галереи*/
.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;
}


/* FOOTER */
.footer__div-background {
	background: #303030; 
	opacity: 1.0;
}
.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 rgba(136, 136, 136, 0.2);
}

/*Поисковая строка*/
.search-box {
	padding: 2px 2px 2px 2px;
	width: 100%; 
	background-color: transparent; 
}
.search-box-container {
	width: 100%; /*calc(100% - 54px)*/
	border: 1px solid #c0c0c0; 
	background: #52555b; 
	position: relative;
}
.search-box-container .search-input {
	width: 100%; 
	padding: 0 48px 0 12px; 
	border: none; 
	height: 32px; 
	font-size: 13px; 
	color: #fff; 
	background-color: gray;
}
.search-box-container .search-button {
	position: absolute; 
	top: 0; 
	right: 0; 
	border: none; 
	color: #fff;  
	background-color: transparent; 
	width: 32px; 
	height: 32px; 
	text-align: center;
	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;
}


/*КАТАЛОГ ТОВАРОВ*/
/*Количество товаров в выборке*/
.catalog__div-count {
	/*display: none;*/
}
.catalog__div-grid {
	/*display: flex;*/
}
.catalog__div-item {
	/*margin: auto;*/
	background-color: transparent;
	border: solid 0px black;
	height: 100%;
	width: 100%;
}
.catalog__img-item {
	max-width: 100%; 
	max-height: 100%;
}
.catalog__div-item-name {
	/*text-align: center;*/
	font-size: 1.2rem;
}
.catalog__a-item-name {
	text-decoration: none;
	color: #000;
}
.catalog__div-price-action {
	font-size: 0.9rem;
	font-weight: 300;
}
.catalog__span-old-price {
	text-decoration: line-through;
	color: gray;
}
.catalog__span-new-price {
	color: #da2e22;
	font-weight: 500;
}
.catalog__div-price {
	font-size: 1.4rem;
	color: #000;
}
.catalog__span-price {
	font-weight: bold;
	font-size: 1.6rem;
}
.catalog__basket {
	float: right;
	cursor: pointer;
}
.catalog__div-text {
	font-size: 0.9rem;
	color: gray;
}

/*Пагинация страниц*/
/*общий контейнер ссылок*/
.pagination__div-container-horizontal-links {
	padding: 15px 0;
}
/*флекс-контейнер ссылок*/
.pagination__div-horizontal-links {
	display: flex; 
	justify-content: center;
}
/*Все потомки флекс контейнера*/
.pagination__div-horizontal-links > div {
	display: flex;
}
/*Оформлене ссылок*/
.pagination__div-horizontal-links > div > 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 > div:last-child > div {
	border-right: 1px solid #dbdbdb; 
}
.pagination__a-horizontal-links {
	color: gray; 
}



/*ОБОБЩАЮЩИЙ КОНТЕЙНЕР КАРТОЧКИ ТОВАРА: КАРТИНОК, ЦЕНЫ И ХАРАКТЕРИСТИК ТОВАРОВ */
.card-item__div {
	background-color: white;
}

/*контейнер основной картинки товара*/
.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;
}


/*КОНТЕЙНЕР ЗАКАЗА И ОПИСАНИЯ ТОВАРА*/
/*тег 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, .plus{
	font-size: 1.0rem;
    float: left;
	width: 32px;
	height: 32px;
    line-height: 26px;
    border: 1px solid #e5e5e5;
    text-align: center;
    cursor: pointer;
}

/* ХАРАКТЕРИСТИКИ ТОВАРА */
/*строка название свойства-значение*/
.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 > div {
	display: flex;
}
/*Оформлене ссылок*/
.card-item__div-horizontal-links > div > 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 > div:last-child > 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 {
	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;
}

.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 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: #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;
}
/*
.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;
}

/*КОРЗИНА ЗАКАЗА*/
#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 > div {
	display: flex;
	border-right: 1px solid #dbdbdb;
}
#basket div.row:first-child > div {
	text-align: center;
	font-weight: 500;
}

#basket div.row > div:last-child {
	display: flex;
	border-right: 0px solid gray;
}
#basket div.row > div > div {
	margin: auto;
	padding-top: 5px; 
	padding-bottom: 5px;
}
#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;
}


/*ЭТО ВСЕ СКРЫТЫЕ ФОРМЫ FANCYBOX, ТАКИЕ КАК ЗАЯВКА НА ОБРАТНЫЙ ЗВОНОК */
.callback-form {
	background: white;
	display: none;
	border-radius: 0px;
	width: 300px;
	padding: 40px;
	color: #041c36;
}
.callback-form input[type="text"],input[type="submit"], 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: #999999;
	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;*/
}
/*Конец скрытых форм*/

/* ТЕКСТ СОГЛАШЕНИЯ О КОНФИДЕНЦИАЛЬНОСТИ ДАННЫХ, СКРЫТЫЙ ВНАЧАЛЕ  */
#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;*/
}

/*Ссылка для возврата вверх страницы*/
#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;
}

/*ПОИСКОВЫЕ ФИЛЬТРЫ*/
/*видимый только на малых экранах заголовок поисковых фильтров*/
.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; 
}
.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; 
}
.clean-filters__button:hover {
	color: #d8d8d8;
	border-color: #d8d8d8;
}
.clean-filters__button:active {
	color: #646464;
	border-color: #646464;
}


/*РЕЗУЛЬТАТЫ СТРАНИЦЫ ПОЛНОТЕКСТОВОГО ПОИСКА ПО ТОВАРАМ*/
/*общий 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);
}

/* СЛАЙДЕР */
/*блок размещения слайдера*/
.slider__div {
	/*margin: 0px 0px;*/
}
/*Ссылки в слайдере*/
.slider__a {
	color: #008BD3;
	text-decoration: none;
}
/*надписи на слайдах*/
.slider__div-description {
	text-align: center;
    color: #F2E18E;
	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;
}

/*xls-стили*/
.bg__td0 {
	background-color: #cccc00;
}
.bg__td1 {
	background-color: #ffffcc;
}
.bg__td2 {
	background-color: #fff;
}
/*главная страница*/
.icon__img-kvadrat {
	width: 40px;
	height: 40px;
	background-color: #fff;
}
.icon__div-kvadrat {
	box-shadow: 0px 3px 6px #d3d3d3;
	border-radius: 4px;
	background-color: #fff;
}