/*@font-face {*/
/*    font-family: "Aeroport";*/
/*    src:*/
/*            url("../fonts/aeroport/AEROPORT-REGULAR.ttf") format("truetype"), !* Safari, Android, iOS *!*/
/*            url("../fonts/aeroport/AEROPORT-REGULAR.woff") format("woff"), !* Modern Browsers *!*/
/*            url("../fonts/aeroport/AEROPORT-REGULAR.woff2") format("woff2"); !* Modern Browsers *!*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: "AeroportBold";*/
/*    src:*/
/*            url("../fonts/aeroport/AEROPORT-REGULAR.ttf") format("truetype"), !* Safari, Android, iOS *!*/
/*            url("../fonts/aeroport/AEROPORT-REGULAR.woff") format("woff"), !* Modern Browsers *!*/
/*            url("../fonts/aeroport/AEROPORT-REGULAR.woff2") format("woff2"); !* Modern Browsers *!*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*}*/

/* CSS */

.pointer {
  cursor: pointer;
}

/* каталог в шапке */
.header__menu a.current {
  color: #fff;
}


/* header > .wr > .row {
  background: #2e5542 url(../img/svg/technoflot-bg.svg) -3.125rem -3.125rem;
  color: white;
} */

/* header > .wr > .row a {
  color: white;
} */

/* вкладки на странице контактов */
.contacts .info .buttons a {
  transition: 0.3s;
}
.contacts .info .buttons a:hover {
  background: #2e5543;
  color: #fff;
}

/* Чтобы переход по слайдеры не перекрывал весь слайдер */
.slider .slide_one a.slide_link {
  display: none;
}

/* 4 */
.catalog .l2 a:hover .gray_bg {
  background-color: #2e5543;
}
.catalog .types a:not(.current) {
  transition: background 0.2s linear;
}
.catalog .types a:not(.current):hover {
  background: #2e5543;
  color: #fff;
}

body .catalog .letters p.hd,
body .catalog .categories_list p {
  background: none;
}

/* 11 + 13 */
body .buy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-position: 95%;
}
.buy-button {
  display: flex;
}
.buy-text {
  padding-right: 2px;
}
.details-button:hover,
.buy-button:hover {
  color: white;
  cursor: pointer;
}
.buy-button:hover .buy-image {
  background-image: url(../img/icon_cart_white.png);
}
.buy-image {
  width: 15px;
  height: 15px;
  background-size: 100%;
  background-image: url(../img/icon_cart_black@2x.png);
  background-repeat: no-repeat;
}
body .buy {
  background: none;
}

/* 18 */
body .item_view .txt p {
  font-size: 18px;
  margin: 0 0 25px;
}
body .item_view .txt p span {
  font-size: 18px;
  margin-bottom: 5px;
}
body .item_view .txt p b {
  font-size: 18px;
}

/* 20 */
.back-to-catalog {
  background-color: #2e5542;
  color: #fff !important;
  cursor: pointer;
  font-size: 1.25rem;
  padding: 0 1.5625rem;
  height: 2.5625rem;
  line-height: 2.5625rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.back-to-catalog:hover {
  background-color: #376650;
}
/* 14 */
.catalog-show {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 270px;
  position: relative;
  padding: 0 0 12px 0;
}
.main_catalog_list .catalog-show {
  max-width: 230px;
}
.catalog-show:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5.5px 0 5.5px;
  border-color: #2e5543 transparent transparent transparent;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
/*19*/
body .similar_view .row {
  padding: 0 15px;
}

/* граница вокруг элементов каталога при наведении */
.catalog .l1 a:hover {
  border-color: #2e5543;
}
.main_catalog_list .list a span:before {
  transition: border-color 0.5s;
}
.main_catalog_list .list a:hover span:before {
  border-color: #2e5543;
}

/*  Категории в каталоге  */
.main_catalog_list .list a b {
  position: initial;
  display: block;
  margin-top: 15px;
}

.contacts .row > .col-sm-5 {
  padding-left: 10px;
  padding-right: 10px;
}

/* .header__menu li > i {
  display: none;
} */

/* убрать большой отступ в "о нас" и т.д. */
.contacts .head,
.text_page .head {
  padding: 0;
}

.menu-small {
  display: none;
}
/* форма обратного звонка */
.hide-form.callback-form {
  width: 25%;
}

@media only screen and (max-width: 1000px) {
  /* header > .wr > .row > div.head-phone-full {
    display: none;
  } */
  footer .footer_logo {
    background-size: 142px 34px;
    width: 142px;
    height: 34px;
  }
}

@media only screen and (max-width: 768px) {
  /* 6 */
  /* body header .mob {
    display: flex;
    float: right;
    height: 100%;
    align-items: center;
  } */
  body .item_view .rec_view p.price {
    text-align: center;
  }
  body .item_view .rec_view a span.img {
    margin: auto;
  }
  body .item_view .rec_view a span.txt {
    margin: auto !important;
    text-align: center;
  }
  /* 15 */
  body .catalog .btn_menu:after {
    top: 25%;
    margin: 0;
  }
  /* 16 */
  body .catalog .l2 .hd {
    padding: 0;
    text-align: center;
    margin: 0 0 10px;
    font-size: 22px;
  }
  /* 17 */
  body .breadcrumbs {
    display: none;
  }
  body .head {
    font-size: 32px;
  }
  /*19*/
  body .similar_view .row {
    padding: 0 20px;
  }
  body .rec_view .row {
    padding: 0 20px;
  }
  /*14*/
  .catalog-show-wrap ul {
    display: none;
  }
  body .slider .slide_one.full_image .img img {
    width: 100%;
  }

  /* ? */
  body .main_catalog_list a.btn:after {
    content: none;
  }

  /*  мобилка категории выпадающий  */
  body .catalog .types a {
    margin: 0 0 10px;
    display: block;
  }
  body .catalog .types ul,
  .catalog-show-wrap ul {
    max-width: 270px;
  }
  body .catalog .types a.current:after {
    content: none;
  }
  body .catalog .types {
    top: 0;
    margin: 0 0 10px;
    height: auto;
  }
  body .catalog .letters p.hd {
    padding: 0 0 12px 0;
    margin: 0;
  }
  body .catalog .letters {
    margin: 0 0 10px;
  }

  /* показать меню на мобилке */
  header .wr .header__menu {
    position: relative;
  }
  header .wr {
    padding: 0;
  }
  header .wr .header__menu > ul {
    display: none;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 56px;
    left: 0;
    background: #3f3f3f;
    z-index: 3;
    flex-direction: column;
  }
  header .head-button-mob {
    float: right;
    width: 20px;
    cursor: pointer;
    margin: 0 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .head-button-mob span {
    display: block;
    height: 3px;
    margin: 0 0 2px;
    position: relative;
    top: 0;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .head-button-mob span:after {
    content: '';
    display: block;
    background: white;
    height: 2px;
    width: 100%;
    opacity: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .head-button-text {
    font-size: 16px;
    color: white;
    margin-left: 14px;
    text-transform: uppercase;
  }
  .header-menu-mob {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .header__menu li > i {
    display: inline-block;
  }
  .header__menu a i {
    display: none;
  }
  .header__menu ul li {
    float: none;
    margin: 0 10px;
  }
  .mob .header_callback,
  .mob .header_cabinet.logout {
    display: none;
  }
  .header__basket i {
    margin: 0;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
  }
  .header_cabinet i {
    margin: 0 0 6px 0;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
  }
  .header__menu ul li ul li a {
    background: #4a4a4a;
    color: #fff;
  }
  .header__menu ul li ul {
    z-index: 6;
  }
  .header-top > div {
    display: inline-block;
  }
  .header-top {
    height: 35px;
    display: flex;
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
  }
  .header-top img {
    width: 18px;
    margin-bottom: 2px;
  }
  .mob > a {
    min-width: 50px;
    margin-top: 3px;
  }
}

@media only screen and (max-width: 650px) {
  /*7*/
  body .cart .agreement .checkbox {
    position: initial;
  }
  body .cart .agreement {
    margin: 0;
  }
  body .cart .agreement button {
    margin: -2px 0 0 55%;
  }
}

@media only screen and (max-width: 390px) {
  /* Каталог для супернизкого разрешения */
  body .buy .details-button {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
  }
  body .buy {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media only screen and (max-width: 360px) {
  /* 17 */
  body .head:not(h1) {
    font-size: 22px;
  }
}
/* 
@media only screen and (max-width: 359px) {
  .mob > a {
    display: none;
  }
  .menu-small {
    display: list-item;
  }
  header .logo {
    margin: 23px auto 0;
    float: none;
  }
} */

@media only screen and (min-width: 769px) {
  /*14*/
  .catalog-show {
    display: none;
  }
}

@media (min-width: 992px) {
  .catalog .col-sm-4 {
    width: 25%;
  }
  .catalog .col-sm-8 {
    width: 75%;
  }
}
