@import url(/adm/css/fontawesome.css);

body {
  background: #FFF;
  font: normal normal 18px/30px 'AvantGardeCTT', Arial, Helvetica, sans-serif;;
  color: #2D2D2D;
}
.wrapper {
  min-height: 100%;
  margin: 0 auto;
  max-width: 1920px;
}
.container {
  margin: 0 auto;
}

.link_button i.fa {
  margin-right: 10px;
}

.start-page h2 {
    font-family: 'AvantGardeCTT Bold';
    font-size: 44px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2D2D2D;
} 
.green {
    color: #18A096;
}

/*--------------------------Home page---------------------*/

.start-header,
.inner-header {
    z-index: 20;
    position: relative;
}
.start-header__wrap {
    padding-left: 0;
    padding-right: 0;
}
.start-header__wrap ul {
    margin: 0 !important;    
}
.start-header__wrap ul li {
    margin: 0 !important;    
    list-style: none !important;
}
.top-line {
    display: flex;    
    justify-content: space-between;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 20px;
}
.top-line a:link,
.top-line a:visited {
    color: #2D2D2D;
}
.top-line a:hover,
.top-line a:active {
    color: #E2001A;
    text-decoration: none;
}

.top-logo {
    padding-top: 15px;
    margin-right: 115px;
}
.catalog-link-wrapper {
    margin-right: 25px;
}
.catalog-link-wrapper img {
    margin-right: 20px;
}
.top-nav {
    display: flex;
    height: 70px;
    align-items: center;
}
.top-nav nav {
    display: flex;
    height: 70px;
    align-items: center;
}
.callme-link-wrapper {
    margin-left: 75px;
    margin-right: 90px;
}

.top-right-btns {
    display: flex;
    height: 70px;
    align-items: center;
    gap: 40px;
}
.lk-button {
    width: 236px;
    height: 41px;
    border-radius: 11px;
    background: #18A096;    
    font-size: 15px;
    line-height: 41px;
    text-align: center;
    margin-right: 5px;
}
.lk-button:link,
.lk-button:visited {
    color: #fff !important;
}
.lk-button:hover,
.lk-button:active {
    color: #FFF;
    text-decoration: none;    
    background: #06b2a6;
}

.home-slider {
    padding: 45px 0 0;
}
.home-slider__item {
    position: relative;
}

.red-btn {
    display: inline-block;
    width: 340px;
    height: 60px;
    border-radius: 22px;
    background: #E2001A;
    text-align: center;
    padding: 10px;
    font-family: 'AvantGardeCTT Bold';
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.red-btn:link,
.red-btn:visited {
    color: #FFF;

}
.red-btn:hover,
.red-btn:active {
    color: #FFF;
    text-decoration: none;
    background: #ff1631;
}
.home-slider__item .red-btn {    
    position: absolute;
    bottom: 0;
    left: calc(100% / 2 - 170px);
}

.home-slider .slick-dots {
    height: 100px;
    padding-top: 58px;
    text-align: center;
}
.home-slider .slick-dots li {
    display: inline-block;
    list-style: none;
    
}
.slick-dots li button {
    display: inline-block;
    text-indent: 999px;
    font-size: 0;
    line-height: 0;
    height: 9px;
    width: 18px;
    background: #D9D9D9;
    border: none !important;
    border-radius: 18px;
    transition: all ease 0.5s;
}
.slick-dots .slick-active button {
    width: 72px;
    background: #F8B333;
}

.home-popular {
    padding-top: 80px;
    background: #FFF url(/libs/img/yellow_bg.png) no-repeat 50% 395px;
}
.home-popular .container {
    padding-left: 0;
    padding-right: 0;
}
.home-popular h2 {
    margin-bottom: 25px;
}
.home-popular__wrap {
    padding: 0 140px;
}
.home-popular__item {
    transition: all ease 0.5s;
}
.home-popular__img,
.home-popular__title {
    text-align: center;
}
.home-popular__img img {
    display: inline-block;
    border-radius: 22px;
}
.slick-center {
    transform: translateY(98px);
}
.home-popular .slick-list {
    padding-bottom: 100px !important;
}
.home-popular__title {
    font-family: 'AvantGardeCTT Bold';
    padding-top: 8px;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 38%;
    display: block;
    width: 23px;
    height: 43px;
    padding: 0;    
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
    text-decoration: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: .5;
}
.slick-prev
{
    left: 0;
}
.slick-next
{
    right: 0;
}
.home-popular__btn {
    padding: 140px 0 80px;
    text-align: center;
}

.home-advantages {
    padding: 143px 0 0;
}

.home-advantages__wrap {
    padding-top: 10px;
    display: flex;
    gap: 30px;
    justify-content: space-between;    
}
.home-advantages__title {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding-top: 35px;
}
.home-advantages__img {    
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.home-portfolio {
    padding: 160px 0 0;
}
.home-portfolio h2 {
    padding-left: 140px;
}
.tabs__content,
.tabs-row__content {
  display: none;
}
.tabs__content.active {
    display: block;
    animation: fade_effect 0.8s
}
.tabs-row__content.active {
    display: block;
    animation: fade_effect 0.8s
}

@keyframes fade_effect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1
    }
}
.home-portfolio .tabs__caption {
    font-family: 'AvantGardeCTT Bold';
    display: flex;
    padding-left: 32%;
    gap: 60px;
    padding-bottom: 38px;
}
.home-portfolio .tabs__caption li {
    list-style: none;
    margin: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.tabs__caption li.active, 
.tabs__caption li.active:hover,
.tabs-row__caption li.active, 
.tabs-row__caption li.active:hover {
    color: #E2001A;
}
.tabs__caption li:hover,
.tabs-row__caption li:hover {
    color: #E2001A;
}
.home-portfolio .tabs-row__caption li {
    list-style: none;
    margin: 0;
    cursor: pointer;
    font-size: 22px;
    line-height: 80px;    
    padding-left: 140px;
}
.home-portfolio .tabs__content.active {
    display: flex;

}
.home-portfolio .tabs-row__content.active {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.home-portfolio .tabs-row__caption {
    flex: 0 0 32%;
}
.tabs-row__content__left {
    width: 49%;
}
.tabs-row__content__right {
    width: 49%;
}
.tabs-row__content img {
    margin-bottom: 42px;
}


.home-portfolio__btn {
    padding-top: 60px;
    text-align: center;
}

.home-about {
    padding: 160px 0 0;

}
.home-about h2 {
    padding-left: 140px;
    margin-bottom: 60px;
}
.home-about .home-about__text {
    padding: 0 10px 50px 140px;
    font-size: 20px;
    line-height: 40px;
}

.home-about__wrap {
    display: flex;    
    gap: 20px;
    justify-content: space-between;
}
.home-about__col {
    flex: 1;
}
.home-about__img img {
    margin-bottom: 30px;
}


.home-partners {
    padding: 80px 0 0;
}
.home-partners__wrap {
    display: flex;
    gap: 50px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-calc {
    padding: 180px 0 0;
}
.home-calc h2 {
    margin-bottom: 0;
}
.home-calc__wrap {
    position: relative;
    padding-bottom: 78px;
}
.home-calc__descr {
    font-family: 'AvantGardeCTT Bold';
    padding-top: 95px;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    opacity: 70%;
}
.home-calc__content {
    margin-top: 50px;
    background-color: #F8B333;
    border-radius: 33px;
    padding: 45px 400px 60px;
}
.home-calc__text {    
    font-family: 'AvantGardeCTT Bold';
    font-size: 20px;
    opacity: 0.7;
}
.home-calc__btn {
    margin-top: 50px;
    text-align: center;
}
.home-calc__decor-1 {
    position: absolute;
    left: 5.8%;
    top: 0%;
}
.home-calc__decor-2 {
    position: absolute;
    right: 5.8%;
    top: 13%;
}
.home-calc__decor-3 {
    position: absolute;
    left: 5.8%;
    bottom: 0%;
}

/*--------------------------footer---------------------*/
footer.container {
    min-height: 500px;
    margin-top: 60px;
    border-radius: 33px 33px 0 0;
    background-color: #18A096;
    color: #FFF;
    padding-top: 100px;
    padding-bottom: 70px;
}

footer.container a:link,
footer.container a:visited {
    color: #FFF;
}
footer.container a:hover,
footer.container a:active {
    color: #FFF;
    text-decoration: underline;
}
.foot-top__nav ul li {
    list-style: none !important;
    margin: 0 0 30px 0 !important;
    font-size: 18px;
    line-height: 20px;

}
.foot-top {
    display: flex;

}
.foot-top__logo {
    flex: 0 0 34%;
    padding: 150px 0 0 120px;
}
.foot-top__info {
    flex: 0 0 54%;
}

.foot-top__nav {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 2px solid #FFF;
}

.foot-top__nav-col {
    flex: 1;
}
.foot-top__contacts {
    display: flex;
    padding-top: 70px;
    font-size: 20px;
    line-height: 30px;
}
.foot-top__contacts-col {
    flex: 1;
}
.foot-top__social {
    padding-top: 24px;
}
.foot-top__social a {
    display: inline-block;
    margin: 0 20px 20px 0;
}
.foot-top__social a:hover,
.foot-top__social a:active {
    opacity: 0.85;
}

.foot-bot {
    margin-top: 50px;
    text-align: center;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 1px;
}

.foot-bot__copyright {
    margin-bottom: 20px;
}
.foot-bot__link {
    margin-bottom: 15px;
}

/*--------------------------inner page---------------------*/
h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 50px;
    letter-spacing: 0.5px;
}

h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}
h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.content-wrapper {
  padding: 75px 90px 0;
  min-height: 500px;
}



/*---------------- ЛК -----------------*/
.inner_text {
    margin: 50px 0;
}
.h1_wrap {
    padding-left: 20px;

}
.lk_sidebar {
    padding: 0 20px 0 30px;    
    font-size: 16px;  
}
.lk_guest {
    padding: 0 35px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #CCC;
}
.wide-profile-block {
    text-align: center;
    font-size: 17px; 
    line-height: 28px;   
}
.account_item {
    display: flex;
}
.account_item span, 
.account_item a {
    font-size: 16px;
    line-height: 22px;
}
.account_item .fa {
    font-size: 18px;
    line-height: 22px;
    margin-right: 15px;    
}
.wide_logout input[type="submit"] {
    width: 100%;
}
.lk_body {
    padding: 0 30px 0 20px;    
}
.lk_body_wrap {
    background: #f4fbf4;    
    padding: 20px;
    min-height: 400px;
    margin-bottom: 20px;
}

.lk_sb_wrap {
    border:  1px solid #CCC;
    padding: 20px;
    margin-bottom: 20px;
}

.lk_body h2 {    
    font-size: 20px;
    font-weight: bold;
    text-transform: none;    
    margin: 0;
    padding: 0;
    line-height: 28px;   
}
h2 .fa {
    margin-right: 10px;    
}

.wide_logout .link_button {
    width: 100%;
}
.wide-profile-block {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

/*--------------------------menu---------------------*/
.menu__list {
   color: #FFFFFF;
   margin: 0;
   padding: 50px 0 0;
   list-style: none;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   height: 100%;
   background: #2D2D2D;
   background: rgba(45, 45, 45, 0.95);
   z-index: 9999;
   display: none;
   overflow: scroll;
   overflow-x: hidden;
}
.menu__list a:link,
.menu__list a:visited {
    color: #FFF;
}
.menu__list:after {
   width: 100%;
   height: 0px;
   visibility: hidden;
   overflow: hidden;
   content: "";
   display: inline-block;
}
.menu__list li {
    list-style: none;
   width: 100%;
   max-width: 100%;
   padding-left: 30px;
   font-size: 22px;
   line-height: 36px;
   margin: 0 0 5px 0;
   color: #fff;   
   text-decoration: none;
   vertical-align: top;
   text-align: left;
}
.menu__list a {
   color: #fff;
   text-decoration: none;
}
.menu__parent {
   max-width: 130px;
   position: relative;
}
.menu__parent.has-child a {
   padding-right:15px;
}
.menu__parent.has-child .fa {
  padding: 0 7px 0 5px;
  margin-right: 0;
}

.menu__parent .menu__child a {
   background: transparent;
   padding-right: 0;
}
.menu__parent a {
   color: #fff;
}
.menu__parent a:hover {
   color: #FFF;
}
.menu__child-list {
   margin: 0;
   padding: 5px 15px 0 0;
   min-width: 180px;
   display: none;
   text-align: left;
   -ms-text-align-last: left;
   -moz-text-align-last: left;
        text-align-last: left;
}
.menu__child-list li {
   text-transform: none;
}
.menu__child-list li:last-child {
  margin-bottom: 10px;
}
.menu__child-list .menu__child {
   text-align: left;
   display: block;
}
.mobile__menu {
   position: fixed;
   right: 40px;
   top: 20px;
   z-index: 999;
   width: 40px;
   display: inline-block;
   line-height: 5px;
}
.mobile__menu.active {
   z-index: 9999;
}
.mobile__menu span {
   display: inline-block;
   height: 7px;
   width: 40px;
   border: 1px solid #FFF;
   background: #11746c;
   margin-bottom: 5px;
   transition: all .3s;
}
.mobile__menu.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.mobile__menu.active span:nth-of-type(2) {
  opacity: 0;
}
.mobile__menu.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
.no-scroll {
    position: fixed; /* позиционируем чтобы исчез скролл */
    width: 100%; /* чтобы верстка не складывалась по ширине */
}

/*----------------------------section--------------*/
section {
  clear:both;
  overflow:hidden;
}
.wide .right_buttons {
  text-align: center;
  padding-bottom: 30px;
}

.content-wrapper table, 
.inner_text table {
    border-collapse: collapse;
}
.content-wrapper table tr td,
.content-wrapper table tr th, 
.inner_text table tr td,
.inner_text table tr th {
    border: 1px solid #3c3c3c;
    padding: 5px 10px;
}

.content-wrapper ul, .content-wrapper ol,
.start-page ul, .start-page ol {
    margin: 5px 0 15px 0;
}
.content-wrapper ul li,
.start-page ul li {
    list-style: disc outside;
    margin-left: 20px;
    margin-bottom: 10px;    
}
.content-wrapper ol li,
.start-page ol {
    list-style: decimal outside;
    margin-left: 20px;
    margin-bottom: 10px;
}
.content-wrapper li ul li {
    list-style-type: circle;
    margin-left: 25px;
}

.content-wrapper li ol li {
    list-style-type: lower-latin;
    margin-left: 25px;
}

.content-wrapper li li li {
    list-style-type: square;
    margin-left: 30px;
}
.fa {
    margin-right: 10px;
}
.block.captcha {
    width: 330px;
    display: table;
    position: relative;
}
.captcha-image {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.block.captcha .input-title {
    margin-top: 0;
    font-size: 13px;
}
.regcomments {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 5px;
}




/*---------------------------shop section-------------*/
.catalog .aside {
  margin: 0;
  padding: 10px 10px 0 30px;
}
.catalog .aside h3 {
  font-size: 18px;
}

.shop__menu {
  padding-bottom: 10px;
}
.shop__menu .menu {
  padding-left: 20px;
}
.shop__menu .menu li {
  font-size: 15px;
  line-height: 24px;
  list-style-type: square;
}

/* shop */

.shop_list,
.shop_id {
    margin-top: 30px;
}
.shop_list .block_header {
    background: #EEE;
    font-size: 140%;
    font-weight: bold;
}
.shop_id input[type="text"] {
    margin-bottom: 10px;
}
.shop-item-price {
    display: block;
    margin-bottom: 15px;
}
.shop-item-price .price {
    font-size: 20px;
    padding: 0 10px;
}
.shop_id .addict-field {
    margin-bottom: 15px;
}
.shop_id .error {
    font-size: 13px;
}
.shop_id .button {
    margin-bottom: 5px;
}
.shop_list {
    padding: 0 0 25px;
}
.shop_list .shop-item-title {
    display: block;
    font-size: 16px;
    margin: 10px 0 5px 0;
}
.shop_id .shop-item-info1 {
    padding-top: 15px;
}
.shop_list .shop-item {
    height: 350px;
    max-width: 280px;
    float: left;
    padding: 10px 20px 10px 10px;
    margin: 0 20px 20px 0;
    border: 1px solid #EEE;
    -webkit-transition: border .5s;
    -o-transition: border .5s;
    transition: border .5s;
}
.shop_list .shop-item:hover {
    border: 1px solid #00008B;
}
.shop_list .show_all {
    clear: left;
}
.clearleft {
    clear: left;
}
.cart_block {
    display: block;
    min-height: 30px;
    padding: 4px 0 0 35px;
    background: url(/libs/img/cart.png) no-repeat left top;
}
.cart_block .button {
    height: 30px;
    line-height: 30px;
    font-size: 0.875rem;
    margin: 10px 0;
}
.cart_table tr th {
    font-size: 13px;
    padding: 2px 5px;
}
#hidepars {
  display: none;
}
.cart_img img {
  width: auto;
  max-width: 100%;
}
.cart_count input[type="text"] {
  width: 30px;
}

.view-source {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #EEE;
}

.incontent_menu li {
    margin-bottom: 7px;
}
/* captcha */
/*.block.captcha {
    width: 430px;
    display: table;
    position: relative;
    margin: 15px 0;
}
.captcha-image {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.block.captcha .input-title {
    margin-top: 0;
}
.block.captcha input {
    width: auto;
}
.block.captcha .button-refresh {
    display: inline-block;
    margin: 2px 0;
    width: 22px;
    height: 22px;
    background: #FFF url(../img/icon_refresh.png) no-repeat 0 0;
}*/
.captcha {
    margin-top: 10px;
}
.avia_wrap {
  overflow-x: auto;
}

/*--------------Media queries--------------------*/
@media (min-width: 1200px) {
    .mobile__menu {
       display: none !important;
    }
    .menu-catalog-link,
    .menu-lk-link,    
    .menu-callme-link,
    .user-menu-link {
        display: none !important;
    }
    .menu__list {
       background: transparent;
       margin: 0;
       padding: 0;
       height: 38px;       
       position: relative;
       z-index: 9;
       overflow: visible;
       margin: 0 !important;
       display: block;
    }
    .menu__list:after {
       width: 100%;
       height: 0px;
       visibility: hidden;
       overflow: hidden;
       content: "";
       display: inline-block;
    }
    .menu__list li {
      display: inline-block;
      position: relative;
      font-size: 16px;
      line-height: 38px;
      text-decoration: none;
      text-align: left;
      width: auto;
      padding-left: 0;
      margin: 0 !important;
    }
    .menu__list li a {
        display: block;
        height: 38px;
        font-size: 16px;
        line-height: 38px;
        color: #2D2D2D;
         padding: 0 15px;
         -webkit-transition: all .15s ease;
         -o-transition: all .15s ease;
         transition: all .15s ease;
    }
    .menu__list a:link, 
    .menu__list a:visited {
        color: #2D2D2D;
    }
    
    .menu__list li a:hover,
    .menu__list li a:active {
      color: #E2001A;
    }
    .menu__list a.first:hover:after {
        background: #97d6f6;
    }

    .menu__child-list {
       position: absolute;
       left: -10px;
       top: 100%;
       border-top: 1px dotted #FFF;
       border-bottom: 1px dotted #FFF;
       padding: 10px;
       background: #97d6f6;
       display: none;
       z-index: 99;
       width: 225px;
    }
    .menu__child-list li {
       margin: 0 10px 0px 0px;
       line-height: 35px;
       text-transform: none;
       color: #000;
    }
    .menu__child-list li a:link,
    .menu__child-list li a:visited {
      color: #000;
      display: block;
      height: auto;
      line-height: 1.3em;
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 15px;
    }
    .menu__child-list li a:hover,
    .menu__child-list li a:active {
      color: #E2001A;
    }
    .menu__parent.has-child {
      /*padding-right:17px;*/
    }
    .menu__parent.has-child:hover .menu__child-list {
       display: block;
       margin: 0;
    }
    .menu__parent.has-child > a {
      background: transparent;
      padding-right: 0;
    }
    .menu__parent.has-child:hover > a {
      color: #97d6f6;
    }
    
}

@media (min-width: 1450px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }

}

@media (min-width: 1650px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1600px;
    }

}

@media (max-width: 1649px) {
    .top-logo {
        margin-right: 50px;
    }
    .catalog-link-wrapper {
        margin-right: 15px;
    }
    .catalog-link-wrapper img {
        margin-right: 10px;
    }
    .callme-link-wrapper {
        margin-left: 35px;
        margin-right: 50px;
    }
    .top-right-btns {
        gap: 30px;
    }
    .home-popular__wrap {
        padding: 0 80px;
    }

    .home-portfolio .tabs-row__caption li {        
        padding-left: 80px;
    }
    .home-portfolio h2 {
        padding-left: 80px;
    }
    .home-about h2 {
        padding-left: 80px;
    }
    .home-about .home-about__text {
        padding-left: 80px;        
    }
    .home-partners__wrap {
        display: flex;
        gap: 50px 20px;
        justify-content: center;
    }
    .home-calc__content {        
        padding-left: 300px;
        padding-right: 300px;
    }

}
@media (max-width: 1449px) {
    .catalog-link-wrapper {
        margin-right: 30px;
    }
    .catalog-link img {
        display: none;
    }
    .top-nav .menu__list li a {
        padding: 0 10px;
    }
    .callme-link-wrapper {
        margin-left: 0px;
        margin-right: 20px;
        width: 80px;
    }
    .lk-button {
        width: 180px;
    }
    .top-right-btns {
        gap: 20px;
    }
    .menu__list {
        display: flex;
        align-items: center;
    }
    .top-nav .menu__list li {
        flex: 0 0 31%;        
        height: auto;
    }
    .top-nav .menu__list li a {
        line-height: 20px;        
        height: auto;
    }    
    .red-btn {
        width: 270px;
        font-size: 16px;
    }
    .home-slider__item .red-btn {        
        left: calc(100% / 2 - 135px);
    }
    .home-popular__wrap {
        padding: 0 30px;
    }
    .home-popular__img {
        padding: 0 10px;
    }
    .home-portfolio .tabs-row__caption li {        
        padding-left: 0px;
    }
    .home-about h2 {
        padding-left: 0px;
    }
    .home-about .home-about__text {
        padding-left: 0px;        
    }
    .home-portfolio h2 {
        padding-left: 0px;
    }
    .home-portfolio .tabs-row__caption li {        
        font-size: 20px;
        line-height: 60px;
    }
    .home-calc__content {
        padding-left: 200px;
        padding-right: 200px;
    }

    .foot-top__logo {
        flex: 0 0 30%;
        padding: 150px 0 0 25px;
    }
    .foot-top__info {
        flex: 0 0 67%;
    }


}

@media (max-width:1199px) {
    .menu__list {
        display: none;
    }
    .catalog-link img {
        display: inline-block;
    }
    .top-line {
        padding-right: 85px;
    }
    .red-btn {
        width: 360px;
    }
    .home-slider .red-btn {        
        border-radius: 22px 22px 0 0;        
    }
    .home-slider__item .red-btn {
        left: calc(100% / 2 - 180px);
    }
    .home-about .home-about__text {
        font-size: 18px;
        line-height: 24px;
    }
    .home-calc__descr {        
        padding: 60px 30% 0;
    }
    .foot-top {
        flex-direction: column;
        padding: 0 80px;
    }
    .foot-top__logo {
        flex: auto;
        padding: 0 0 40px;
        text-align: center;
    }
    .foot-top__info {
        flex: auto;
    }
    .foot-top__nav {
        gap: 30px;
        justify-content: center;
    }
    .foot-top__nav-col {
        flex: auto;
    }    
}
@media (max-width:991px) {
    .content-wrapper {
      min-height: 400px;
    }
    .catalog-link img {
        display: none;
    }
    .lk-button {
        display: none;
    }
    .lk-link,
    .catalog-link,
    .callme-menu-link,
    .user-menu-link {
        display: inline !important;

    }
    .red-btn {
        width: 300px;
    }    
    .home-slider__item .red-btn {
        left: calc(100% / 2 - 150px);
    }
    .slick-center {
        transform: translateY(60px);
    }
    .home-popular__wrap {
        padding-top: 30px;
    }
    .home-popular__btn {
        padding: 40px 0 80px;
    }
    .home-advantages {
        padding-top: 80px;
    }
    .home-advantages h2 {
        padding-left: 0;
        text-align: center;
    }
    .home-advantages__wrap {
        flex-wrap: wrap;
    }
    .home-advantages__title {
        padding-top: 10px;
    }
    .tabs-row__caption {
        padding-right: 15px;
    }
    .home-portfolio h2 {
        text-align: center;
        margin-bottom: 60px;
    }

    .home-portfolio .tabs-row__caption li {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .home-portfolio .tabs__caption {
        gap: 30px;
        padding-bottom: 20px;
    }
    .home-portfolio .tabs__caption li {        
        font-size: 18px;        
    }
    .home-portfolio__btn {
        padding-top: 40px;
    }
    .home-about__wrap {
        flex-direction: column;
        text-align: center;
    }
    .home-calc {
        padding-top: 120px;
    }
    .home-calc__decor-1 {
        left: 3%;
        top: 10%;
    }
    .home-calc__decor-2 {
        right: 3%;
        top: 13%;
    }
    .home-calc__decor-3 {
        left: 3%;
        bottom: 0%;
    }
    .foot-top {
        padding: 0 25px;
    }
    
}
@media (max-width:767px) {      
    .catalog-link {
        display: none;
    }
    .callme-link-wrapper {
        display: none;
    }
    .start-header {
        padding: 0 15px;
    }
    .mobile__menu {
        right: 15px;
    }
    .catalog-link-wrapper {
        display: none;
    }
    .user-menu {
        display: none;
    }
    .top-logo {
        margin-right: 10px;
    }
    .top-line {
        padding-right: 70px;
    }
    .red-btn {
        width: 260px;
        font-size: 15px;
    }    
    .home-slider__item .red-btn {
        left: calc(100% / 2 - 130px);
    }
    .home-slider .slick-dots {
        padding-top: 20px;
        height: auto;
    }
    .start-page h2 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 1px;
    }
    .home-popular {
        padding-top: 40px;
    }
    .home-popular .slick-list {
        padding-bottom: 10px !important;
    }
    .home-advantages__wrap {
        justify-content: center;
    }
    .home-portfolio {
        padding-top: 80px;
    }
    .home-about__wrap {
        padding: 0 15px;
    }
    .home-partners__wrap {
        padding: 0 15px;
    }

    .home-portfolio {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-portfolio .tabs__caption {
        padding-left: 0;
        gap: 15px;
        justify-content: space-between;
    }
    .home-portfolio .tabs__caption li {
        font-size: 16px;
        text-align: center;
    }
    .home-portfolio .tabs-row__caption {
        flex: auto;
        padding-right: 0;
        text-align: center;
    }
    .home-portfolio .tabs-row__caption li {
        display: inline-block;
        margin-right: 15px;
    }
    .tabs-row__content__left,
    .tabs-row__content__right {
        width: 100%;
        text-align: center;
    }
    
    .tabs__content {
        flex-direction: column;
    }
    .home-calc__wrap {
        padding-bottom: 86px;
    }
    .home-calc__descr {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-calc__content {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .home-calc__decor-1 {
        left: 3%;
        top: auto;
        bottom: 0;
        transform: rotate(45deg);
    }
    .home-calc__decor-2 {
        display: none;
    }
    .home-calc__decor-3 {
        display: none;
    }
    .foot-top__nav {
        flex-wrap: wrap;
    }
    .foot-top__nav div:first-child {
        padding-left: 10%;
    }
    
    .foot-top__social {
        text-align: center;
    }
    .foot-top__social a {
        margin: 0 10px 20px;
    }
    .foot-top__contacts {
        flex-direction: column;
        gap: 20px;
    }
    .foot-top__contacts-col {
        text-align: center;
    }


}

@media (max-width:450px) {
    
    .foot-top__nav div:first-child {
        padding-left: 0;
    }
}

