

/* Start:/local/templates/air/components/bitrix/menu/top_menu/style.css?16922733212146*/
div#horizontal-multilevel-menu {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

div#horizontal-multilevel-menu .li {
	height: 100%;
	align-items: center;
	display: flex;
	cursor: pointer;
}

div#horizontal-multilevel-menu .li .link__wrapper {
	padding: 15px 40px;
}

div#horizontal-multilevel-menu .li {
	color: #fff;
}

div#horizontal-multilevel-menu .li>a {
	text-decoration: none;
	color: #fff;
}

div#horizontal-multilevel-menu .li.parent {
	cursor: default;
}

div#horizontal-multilevel-menu .li.parent .link__wrapper span {
	position: relative;
}

div#horizontal-multilevel-menu .li .link__wrapper span {
	white-space: nowrap;
}

div#horizontal-multilevel-menu .li.parent .link__wrapper span::after {
	content: "";
	background: url(/local/templates/air/components/bitrix/menu/top_menu/images/triangle_light.svg) no-repeat center center;
	display: block;
	height: 10px;
	position: absolute;
	right: -15px;
	top: 65%;
	width: 10px;
	transform: translateY(-50%);
}

div#horizontal-multilevel-menu .li:hover {
	background-color: #F5F025;
}

div#horizontal-multilevel-menu .li:hover {
	color: #414141;
}

div#horizontal-multilevel-menu .li:hover>a {
	color: #414141;
}

div#horizontal-multilevel-menu .li.parent:hover .link__wrapper span::after {
	background: url(/local/templates/air/components/bitrix/menu/top_menu/images/triangle_dark.svg) no-repeat center center;
}


.subul {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	background-color: #fff;
	width: 50vw;
	max-width: 700px;
	display: none;
	z-index: 1;
	border-top: 3px solid #F5F025;
	top: 100%;
	left: 0;
	padding: 25px 45px;
	min-width: 400px;
	z-index: 1000;
}

.subul a {
	color: #414141;
	text-decoration: none;
}

.subul a:hover {
	color: #7e7d7d;
}

.subli {
	width: 49%;
	margin-bottom: 12px;
}

.li {
	position: relative;
}

.li:hover .subul {
	display: flex;
}

@media (max-width: 610px) {
	div#horizontal-multilevel-menu .li .link__wrapper {
		padding: 20px 20px;
	}

	div#horizontal-multilevel-menu {
		justify-content: space-between;
	}

	.subul {
		padding: 15px 15px;
		width: 50vw;
		min-width: unset;
	}

	.subli {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/air/components/bitrix/search.form/search/style.css?16922733211313*/
.search-box{
  width: 100%;
  height: fit-content;
  position: relative;
}

.input-search {
  height: 0px;
  width: 100%;
  max-width: 250px;
  border-style: none;
  padding: 10px;
  font-size: 12px;
  outline: none;
  transition: all .5s ease-in-out;
  background-color: transparent;
  padding-left: 25px;
  color: #B9B9B9;
  border-bottom: 1px solid #B9B9B9;
}

.input-search::placeholder {
  color: #B9B9B9;
  font-size: 12px;
  font-weight: 100;
}

.btn-search {
  width: 16px;
  height: 16px;
  border-style: none;
  font-size: 20px;
  /* font-weight: bold; */
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  color: #fff;
  background-color: transparent;
  pointer-events: painted;
  top: 45%;
  transform: translateY(-50%);
  outline: none !important;
}

.btn-search > div {
  -webkit-mask: url(/local/templates/air/components/bitrix/search.form/search/image/search.svg) center center / contain no-repeat;
  background: #B9B9B9;
  height: 100%;
  width: 100%;
}

.hidden_btn_search {
  display: none;
  background: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 610px) {
  .input-search {
    max-width: 100%;
  }
}
/* End */


/* Start:/local/templates/air/template_styles.css?169227332110140*/
/* Указываем box sizing для всего */
*,
*:before,
*:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:focus {
    outline: none;
}

/* Псевдоэлемент в инпуте IE для очистки текста. Убираем его */

::-ms-clear {
    display: none;
}

body{
    margin: 0; 
    line-height: 1; 
    text-rendering: optimizeLegibility; /*определяет как браузеру оптимизировать рендеринг текста*/
    -webkit-text-decoration-skip: objects;
            text-decoration-skip: objects; /*делает подчеркивание с помощью text-decoration: underline; необрывистым*/
    -webkit-text-size-adjust: 100%; /*запретить корректировку размера шрифта после изменения ориентации в iOS*/
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased; /*делает текст более тонким в Сафари на Маках*/
    -webkit-tap-highlight-color: transparent; /*убирает синее подсвечивание при клике на девайсах*/
	-moz-osx-font-smoothing: grayscale;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
    display: block;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
}
  
/* Изображения */
img {
    display: block;
    border: 0;
}

/* Скрытие элементов */

[hidden]{
    display: none;
}

/*Правильный курсор при отключенном элементе. Так как задизейбленной кнопкой может быть ссылка, то псевдокласс уже не сработает, 
так как ссылка не элемент формы. Для этого добавляйте класс.*/

:disabled,
.disabled { 
    cursor: not-allowed;
}

/* Очистка потока при использовании float */

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

/* Формы */

button, input, select, textarea{
    font: inherit;
    margin: 0;
}

button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor:pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner{
    border:0;
    padding:0
}

/* Работа с текстом */
p, dd, dl, figure, blockquote {
  margin: 0;
}

blockquote, q {
  quotes: none;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

audio, video {
  display: block;
}

iframe {
  border: none;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

mark{
    background: #F5F025;
    color: #000;
}

small { 
    font-size:80%
}

sub, sup{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup{
    top:-0.5em
}

sub{
    bottom:-0.25em
}

/* SVG */

svg:not(:root){
    overflow:hidden
}

/* AIR STYLES */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #414141;
}

.header { }
.header_wrapper { }

.header__top {
    padding: 30px 0;
}
.top__wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.header__brand {
    flex: 1 1 15%;
}

.header__brand img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.header__contacts {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    flex: 1 1 65%;
}
.contacts__item {
    display: grid;
    grid-template: 20px 20px / auto auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.contacts__line {
    width: 1px;
    background-color: #C9C9C9;
}

.bottom__wrapper {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.bottom__menu,
.bottom__search {
    display: flex;
    align-items: center;
    flex: 0 1 20%;
}

.bottom__menu {
	flex: 0 1 50%;
}

.item__ico {
    height: 20px;
    width: 20px;
    grid-row: 1 / 3;
}

.item__ico svg {
    width: 100%;
    height: 100%;
}

.item__row {
    padding-left: 15px;
    align-self: center;
}

.item__row:nth-child(2) {
    margin-bottom: 10px;
}

.contacts__item:first-child .item__row {
    font-size: 16px;
}

.item__row a {
    text-decoration: none;
    color: #414141;
}

.item__row span {
    font-weight: 700;
}

.header__feedback {
    flex: 1 1 20%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    justify-content: flex-end;
}
.btn {
    background-color: #F5F025;
    color: #434343;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s;
    border: none;
    text-align: center;
}

.btn a {
    text-decoration: none;
    color: #434343;
}

.a__btn {
    text-decoration: none;
    color: #434343;
}

.btn:hover {
    transform: scale(0.97);
}

.header__bottom {
    background-color: #414141;
}



.content {
    min-height: calc(50vh);
}

.footer {
    background-color: #414141;
    color: #fff;
    padding: 50px 0 20px;
}
.footer__wrapper { }

.container {
    padding: 0 30px;
    max-width: 1170px;
    margin: 0 auto;
}

.footer__top {
    display: flex;
}

.footer__contacts {
    flex: 0 1 40%;
}
.contacts__wrapper { }
.contacts__name {
    margin-bottom: 13px;
}
.contacts__adresse {
    margin-bottom: 30px;
}
.contacts__phone {
    font-size: 16px;
}

.page__title {
    font-size: 30px;
    font-weight: 600;
    margin: 35px 0;
  }  

.phone__wrapper {
    display: grid;
    grid-template: 20px 20px / auto auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.phone__ico {
    height: 20px;
    width: 20px;
    grid-row: 1 / 3;
}

.phone__ico svg {
    width: 100%;
    height: 100%;
}

.phone__item {
    padding: 0 20px;
    align-self: center;
}

.phone__item a {
    text-decoration: none;
    color: #fff;
}

.phone__item span {
    font-weight: 700;
}

.footer__menu {
    flex: 0 1 60%;
}

.menu__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.menu__block {

}


.menu__item {
    margin-bottom: 13px;
}

.menu__item a {
    color: #fff;
    text-decoration: none;
}

.menu__item:first-child a {
    color: #777;
    text-decoration: none;
}

.footer__feedback { }

.feedback_btn {
    margin: 35px 0 55px;
}

.footer__credentials {
    display: flex;
}

.credentials__item { }

.credentials__item a {
    color: #979797;
    font-size: 12px;
}

.credentials__item:first-child {
    margin-right: 45px;
}

/* POPUP FORM */
.popupform {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s ease 0s;
  }
  
  .popupform.open {
    opacity: 1;
    visibility: visible;
  }
  
  .popup__area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: default;
  }
  
  .popup__body {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5% 5%;
  }
  
  .popup__content {
    background-color: #fff;
    color: #000;
    max-width: 70%;
    min-width: 40%;
    padding: 3%;
    position: relative;
  }
  
  .popup__close {
    position: absolute;
    font-size: 22px;
    top: 15px;
    right: 15px;
    color: #000;
    text-decoration: none;
  }
  
  .popup__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  
  body.lock {
    overflow: hidden;
  }

  /*  POPUP FORM */

  @font-face {
    font-family: Montserrat;
    src: url(/local/templates/air/fonts/Montserrat-Medium.ttf);
  }

  @media (max-width: 991px) {
      .container {
          padding: 0 2%;
      }

      body {
          font-size: 10px;
      }

      .item__row {
        padding-left: 5px;
    }
    .item__row:nth-child(2) {
        margin-bottom: 5px;
    }

    .item__ico {
        height: 15px;
        width: 15px;
    }

    .contacts__item:first-child .item__row {
        font-size: 12px;
    }

    .btn {
        padding: 10px 15px;
    }
  }

  @media (max-width: 610px){
      .header__contacts {
          flex-direction: column;
      }

      .header__brand {
        flex: 1 1 20%;
    }
    
    .header__contacts {
        flex: 1 1 40%;
        align-items: center;
    }

    .header__feedback {
        flex: 1 1 20%;
    }

    .footer__top {
        flex-direction: column;
    }

    .footer__contacts {
        margin-bottom: 15px;
    }

    .phone__ico {
        width: 15px;
        height: 15px;
    }

    .phone__item  {
        padding: 0 5px;
    }

    .contacts__phone {
        font-size: 12px;
    }

    .bottom__wrapper {
        flex-direction: column-reverse;
    }
    .header__bottom {
        padding-top: 20px;
    }
    .bottom__menu,
.bottom__search {
    flex: 0 1 100%;
}
  }
/* End */
/* /local/templates/air/components/bitrix/menu/top_menu/style.css?16922733212146 */
/* /local/templates/air/components/bitrix/search.form/search/style.css?16922733211313 */
/* /local/templates/air/template_styles.css?169227332110140 */
