.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}

*::-webkit-input-placeholder {
    color: #828282;
    opacity: 1;
}
*:-moz-placeholder {
    color: #828282;
    opacity: 1;
}
*::-moz-placeholder {
    color: #828282;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #828282;
    opacity: 1;
}

*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    width: 100%;
    font-size: 16px;
    font-family: 'Montserrat', 'Gotham Pro', sans-serif;
    line-height: 1.3;
    position: relative;
}

.work{
    width: 100%;
    max-width: 1400px;/*1530px;*/
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.hidden {
  display: none !important;
}

.form-group{
    margin-bottom: 15px;
}

.agree{
    padding-top: 28px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
}

.agree a{
    color: inherit;
    text-decoration: underline;
}

input[type='text'],
input[type='password'],
input[type='search']{
    width: 100%;
    height: 50px;
    padding: 0 22px;
    color: #000;
    font-family: 'Gotham Pro', sans-serif;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #E48016;
    border-radius: 0;
    transition: .3s;
}

textarea{    
    width: 100%;
    height: 120px;
    padding: 22px;
    color: #000;
    font-family: 'Gotham Pro', sans-serif;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #E48016;
    border-radius: 0;
    resize: none;
}

input:focus{
    outline: none;
}

textarea:focus{
    outline: none;
}

.cols{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col{
    padding: 0 15px;
}

.col.w50{
    width: 50%;
}

.btn{
    display: inline-block;
    border: medium none;
    background: transparent;
    cursor: pointer;
    transition: .3s;
    font-family: 'Gotham Pro', sans-serif;
}

.btn i{
    margin-right: 8px;
}

.btn-radius{
    border-radius: 7px;
}

.btn-orange{
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 25px;
    background: #E48016;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.btn-orange:hover,
.btn-orange:active{
    opacity: .7;
}

.btn-dark{
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 25px;
    background: #CD5109;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.btn-dark:hover,
.btn-dark:active{
    opacity: .7;
}

.btn-border{
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 25px;
    background: #fff;
    border: 1px solid #E48016;
    color: #E48016;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.btn-border:hover,
.btn-border:active{
    opacity: .7;
}

.btn-small{
    min-height: 34px;
    padding: 3px 16px;
    font-size: 12px;
}

.i-check{
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
    background: url(../img/header/i-check.svg) no-repeat;
}

.i-call{
    width: 19px;
    height: 19px;
    display: block;
    flex-shrink: 0;
    background: url(../img/header/i-call.svg) no-repeat;
}

.cols-btns{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.col-btn{
    padding: 0 12px;
}

button:focus{
    outline: none;
}

.slick-dots{
    position: absolute;
    text-align: center;
    bottom: 15px;    
    width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slick-dots li{
    width: auto;
    height: auto;
    margin: 0 6px!important;
    padding: 0!important;
}

.slick-dots li:before{
    display: none;
}

.slick-dots li button{
    width: 10px;
    height: 10px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #E48016;
    opacity: 1;
    text-indent: -9999px;
    transition: .3s;
}

.slick-dots li.slick-active button{
    background-color: #E48016;
}

.slick-prev, 
.slick-next{
    width: 14px;
    height: 30px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    border-radius: 0;
    background-position: center !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
}

.slick-prev:before,
.slick-next:before{
    content: none;
    
}

.slick-prev{
    left: 0;
    background-image: url(../img/prev.svg)!important;
}

.slick-prev:hover{
    opacity: .8;
}

.slick-next{
    right: 0;
    background-image: url(../img/next.svg)!important;

}

.slick-next:hover{
    opacity: .8;
}

.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.title-block{
    margin-bottom: 40px;
    /*-color: #000;
    font-size: 40px;
    font-weight: 400;
    */
    line-height: 1.1;
    
    font-weight: 500;
    font-size: 36px;
    color: #000;
}

.title-block.center{
    text-align: center;
}

.section{
    padding-top: 65px;
    padding-bottom: 65px;
    position: relative;
    z-index: 1;
}

.burger{
    width: 32px;
    display: none;
}

.burger span{
    display: block;
    height: 3px;
    background: #4F4F4F;
    margin: 7px 0;
}

.menu-close{
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    background: transparent url(../img/close.svg) center no-repeat;
    background-size: contain;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.menu-mob{
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
    padding: 48px 15px 25px;
    overflow: auto;
    background: #fff;
    z-index: 99;
    display: none;
    text-align: center;
}

.menu-mob__item{
    margin-top: 20px;
}

.menu-mob .btn{
    width: 100%;
}

/**HEADER**/
.header{
    width: 100%;
    display: block;
    padding-top: 40px;
    padding-bottom: 45px;
    background: #fff;
    position: relative;
    z-index: 9;
}

.header.border:before{
    content: "";
    width: calc(100% - 30px);
    max-width: 1500px;
    height: 1px;
    background: #808080;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.header .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
}

.header__place{
    padding-top: 5px;
    margin-bottom: 5px;
    color: #4F4F4F;
    font-size: 12px;
    font-weight: 400;
}

.header .logo{
    color: #E48016;
    font-size: 30px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.header .logo span{
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.header .logo a{
    color: inherit;
    text-decoration: none;
}

.header .nav{
    margin-bottom: 5px;
}

.nav > ul{
    list-style: none;
    display: flex;
        justify-content: flex-end;
}

.nav > ul > li{
    margin-left: 25px;
}

.nav > ul > li:first-child{
    margin-left: 0;
}

.nav > ul > li > a{
    display: block;
    padding: 5px 0;
    /*color: #4F4F4F;
    font-size: 12px;*/
    transition: .3s;
    
    font-weight: 600;
    font-size: 16px;
    color: #000;
    line-height:125%;/*20px;*/
}

.nav > ul > li:hover > a,
.nav > ul > li.active > a{
    color: #E48016;
}

.header .items{
    /*display: flex;
    align-items: center;
    margin: 0 -15px;*/
}

.header .item{
    padding: 0 15px;
}

.header__phone{
    color: #E48016;
    font-size: 20px;
    font-weight: 400;
}

.header__phone a{
    color: inherit;
}

/**INTRO**/
.intro{
    width: 100%;
    display: block;    
    position: relative;
    z-index: 2;
}

.intro__top{
    height: 360px;
    background: #707070;
    position: relative;
}

.intro__top .pic{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.intro__top .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.intro__top .flex{ 
    height: 100%;
    display: flex;
    align-items: center;
    padding: 30px 30px 30px 65px;
    position: relative;
    z-index: 2;
}

.intro__top .vert{
    width: 100%;
    max-width: 800px;
}

.intro__top .title{
    margin-bottom: 10px;
    /*color: #FFF;*/
    font-family: 'Cera Pro';
    /*font-size: 30px;
    font-weight: 700;*/
    
    font-weight: 500;
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
}

.intro__top .title span{
    /*color: #E48016;
    font-size: 40px;*/
    display:block;
   
    
    
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
    color: #fff; 
    max-width: 400px;
    margin-bottom: 30px;
}

.intro__top p{
    color: #FFF;
    font-family: 'Cera Pro';
    font-size: 18px;
    font-weight: 400;
}

.intro__bottom{
    padding: 30px 65px;
    background: #E48016;
}

.intro__bottom .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.intro__bottom .title{
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
}

.intro__bottom .title span{
    font-size: 36px;
    font-weight: 700;
}

.form-cupon .flex{
    display: flex;
}

.form-cupon input{
    flex-basis: 335px;
}

.form-cupon .btn{
    min-height: 50px;
    flex-basis: 215px;
    margin-left: 12px;
}

.fav-link{
    padding-left: 30px;
    position: relative;
    color: #000;
    font-size: 12px;
    position: absolute;
    top: -35px;
    right: 15px;
}

.fav-link:before{
    content: "";
    width: 23px;
    height: 23px;
    background: url(../img/fav_active.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.appendDots .slick-dots{
    position: static;
}

/**CONTENT**/
.content{
    width: 100%;
    display: block;
    padding-top: 45px;
    padding-bottom: 65px;
    position: relative;
    z-index: 1;   
}

.content .inner{
    position: relative;
}

.content-cols{
    display: flex;
    flex-wrap: wrap;
}

.content-cols.border{
    padding-bottom: 55px;
    margin-bottom: 55px;
    border-bottom: 1px solid #808080;
}

.col-left{
    width: calc(100% - 540px);
    padding-right: 120px;
}

.aside-right{
    width: 540px;
    flex-shrink: 0;
}

.col-right{
    width: calc(100% - 350px);
    padding-left: 30px;
}

.aside-left{
    width: 350px;
    flex-shrink: 0;
}

.aside-sub{
    margin-bottom: 12px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.content h1{
  margin-bottom: 40px;
  line-height: 1.1;
  font-weight: 500;
  font-size: 36px;
  color: #000;

}

.content h2{
  margin-bottom: 40px;
  line-height: 1.1;
  font-weight: 500;
  font-size: 36px;
  color: #000;
}

.content h3,
.content__subtitle{
    margin-bottom: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.content__subtitle.orange{
    color: #E48016;
    font-size: 20px;
    font-weight: 700;
}

.content p{
    margin-bottom: 25px;
    color: #000;
    font-size: 16px;
    line-height: 1.8;
}

.content p a{
    color: #E48016;
    font-weight: 700;

}

.content__pic{
    margin-bottom: 25px;
}

.content__pic img{
    width: 100%;
    display: block;
}

.list{
    list-style: none;
    padding-left: 18px;
    margin-bottom: 30px;
}

.list li{
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
    color: #000;
    font-size: 16px;
}

.list li:before{
    content: "";
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

body .fotenote{
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.breadcrumbs{
    margin-bottom: 35px;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    opacity: .8;
}

.breadcrumbs li{
    padding-right: 15px;
    color: #000;
    font-size: 13px;
    position: relative;
}

.breadcrumbs li:last-child{
    padding-right: 0;
}

.breadcrumbs li:before{
    content: "/";
    color: #000;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.breadcrumbs li:last-child:before{
    content: none;
}

.breadcrumbs li a{
   color: #000;
}

.top-page{
    margin-bottom: 85px;
}

.top-page{
    background: #707070;
    position: relative;
}

.top-page .pic{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.top-page .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.top-page .flex{ 
    height: 100%;
    min-height: 360px;
    display: flex;
    align-items: center;    
    padding: 30px 30px 30px 65px;
    position: relative;
    z-index: 2;
}

.top-page .vert{
    width: 100%;
    max-width: 520px;
}

.top-page .title{
    margin-bottom: 10px;
    color: #E48016;
    font-family: 'Cera Pro';
    font-size: 30px;
    font-weight: 700;
}

.top-page .title span{
    color: #E48016;
    font-size: 45px;
}

.top-page p{
    margin-bottom: 20px;
    color: #000;
    font-family: 'Cera Pro';
    font-size: 18px;
    font-weight: 400;
}

.top-page .att{
    margin-bottom: 0;
    color: #808080;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
}

.top-page .att span{
    padding: 2px 5px 3px;
    color: #fff;
    background: #E48016;
}

.price-list{
    margin-bottom: 35px;
}

.price-list__item{
    display: flex;
    margin-bottom: 8px;
    color: #000;
    font-size: 16px;
}

.price-list__item .f{
    flex-basis: 450px;
    padding-right: 15px;
}

.tags{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.tags__item{
    margin-bottom: 15px;
    padding: 0 15px;
}

.tags__item a{
    color: #000;
    font-size: 16px;
    transition: .3s;
}

.tags__item a:hover{
    color: #E48016;
}

.menu > ul{
    list-style: none;
}
.menu > ul > li{
    margin-bottom: 12px;
}

.menu > ul > li > a{
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
}


.menu > ul > li > ul{
    list-style: none;
    margin-left:10px;
    display:none;
}

.menu > ul > li > ul > li > ul{
    list-style: none;
    margin-left:10px;
    display:none;
}
.menu > ul > li > ul.active{
    display:block;
}

.menu > ul > li > ul > li > ul.active{
    display:block;
}

.menu > ul > li.active > a,
.menu > ul > li > a:hover{
    color: #E48016;
}

.menu > ul  a.active{
    font-weight: 700;
}


.menu ul ul li a{
    display: block;
    color: #000;
    font-size: 13px;
}

.menu ul ul li a.active{
    font-weight: 700;
}

.menu ul ul{
    margin-left: 10px;
}

.filter{
    margin-bottom: 15px;
}

.description{
    padding-top: 65px;
}

.block-head{

}

.block-head .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
}

.sorting{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 -3px;
    padding-bottom: 15px;
}

.sorting__item{
    padding: 0 3px;
    cursor: pointer;
}

.sorting__tile{
    width: 24px;
    height: 24px;
    display: block;
    background: url(../img/tile.svg) center no-repeat;
}

.sorting__tile.active{
    background-image: url(../img/tile_active.svg);
}

.sorting__list{
    width: 24px;
    height: 24px;
    display: block;
    background: url(../img/list.svg) center no-repeat;
}

.sorting__list.active{
    background-image: url(../img/list_active.svg);
}

.pag{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}   

.pag__item{
    padding: 0 10px;
    color: #BBB;
    font-size: 20px;
}

.pag__item.active{
    font-size: 24px;
    color: #E48016;
}

.pag__item a{
    color: inherit;
}

/**CATALOG**/
.catalog{

}

.catalog .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.catalog .item{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

/*.catalog .item .in{
    height: 100%;
    padding: 35px 315px 35px 35px;
    border-radius: 10px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: .3s;
    min-height: 205px;
    cursor:pointer;
}*/

.catalog .item .in {
  height: 100%;
  padding: 35px 315px 35px 35px;
  border-radius: 20px;
  position: relative;
  transition: .3s;
  min-height: 205px;
  cursor: pointer;
  border: 2px solid #F29100;
  overflow: hidden;
  min-height: 256px;
}

.catalog .item .in:hover{
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.32);
}

.catalog .item .title{
    color: #000;
    font-family: 'Cera Pro';
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    
    
    font-weight: 700;
    font-size: 23px;
    line-height: 117%;
    color: #F29100;
    max-width:228px;
}

.catalog .item .title span{
    display: block;
    font-size: 30px;
    font-weight: 900;
}

.catalog .item .title a{
    color: inherit;
    transition: .3s;
}

.catalog .item p{
    color: #000;
    font-family: 'Cera Pro';
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.catalog .item p a{
    color: inherit;
    transition: .3s;
}

.catalog .item .title a:hover,
.catalog .item p a{
    color: #E48016;
}

.catalog .item .pic {
  /*width: 300px;*/
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    top: 0;
}

.catalog .item .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.catalog .item ul {
  list-style: none;
  padding-top: 18px;
  position: relative;
  z-index: 2;
}

.catalog .item ul li{
    margin-bottom: 12px;
}

.catalog .item ul li a{
    display: block;
    color: #000;
    font-family: 'Cera Pro';
    font-size: 16px;
    font-weight: 300;
    transition: .3s;
    
    font-weight: 400;
    font-size: 14px;
    line-height: 121%;
    color: #000;
    text-transform: none;
}

.catalog .item ul li a:hover{
    color: #E48016;
}

/**GALLERY**/
.gallery{
    margin-bottom: 35px;
}

.gallery .slider-wrap{
    margin: 0 -15px;
}

.gallery .item{
    padding: 0 15px;
}

.gallery .item .pic{
    height: 178px;
}

.gallery .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.gallery .slick-prev{
    left: -15px;
}

.gallery .slick-next{
    right: -15px;
}

.contacts{
    padding-bottom: 65px;
}

.contacts__cols{
    display: flex;
}

.contacts__left{
    padding-right: 30px;
    flex-grow: 1;
}

.contacts__right{
    flex-basis: 700px;
}

.contacts .pic img{
    width: 100%;
    display: block;
}

.contacts p a{
    color: inherit;
    font-weight: inherit;
}

.map{
    height: 600px;
    background: #ccc;
}

/**PRODUCTS**/
.products{
    
}

.products .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.products .item{
    width: 25%;
    padding: 0 15px;
    margin-bottom: 55px;
}

.products .item.w20{
    width: 20%;
}

.products .item .in{
    padding: 15px;
    position: relative;
    border-radius: 10px;
    transition: .3s;
}

.products .item .in:hover{
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

.products .item .pic{
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    z-index: 1;
}

.products .item .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.products .item .title{
    margin-bottom: 18px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.products .item .title a{
    color: inherit;
    transition: .3s;
}

.products .item .title a:hover{
    color: #E48016;
}

.products .item p{
    margin-bottom: 15px;
    font-size: 12px;
    color: #000;
    line-height: 1.5;
}

.products .item .price{
    color: #000;
    font-size: 20px;
}

.products .item .old-price{
    font-size: 15px;
    text-decoration: line-through;
}

.link-order{
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration-line: underline;
    transition: .3s;
}

.link-order:hover{
    color: #E48016;
}

.products .item .btn-fav{
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
}

.btn-fav{
    width: 27px;
    height: 27px;
    display: block;
    padding: 0;
    background: url(../img/fav.svg) no-repeat;
    border: none;
    cursor: pointer;
}

.btn-fav.active{
    background-image: url(../img/fav_active.svg);
}

/**CARD**/
.card{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
}

.card__left{
    width: 510px;
}

.card__right{
    width: calc(100% - 510px);
    padding-left: 120px;
}

.slider-card{
    position: relative;
}

.slider-card__top{
    position: relative;
}

.slider-card__top .slick-slider{
    z-index: 1;
}

.slider-card__top .btn-fav{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.slider-card__top .pic{
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-card__top .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.slider-card__bottom{
    padding-top: 35px;
    margin: 0 -4px;
}

.slider-card__bottom .item{
    padding: 0 4px;
}

.slider-card__bottom .pic{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BBB;
    cursor: pointer;
    transition: .3s;
}

.slider-card__bottom .slick-slide.slick-current.slick-active .pic{
    border-color: #E48016;
}

.slider-card__bottom .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}   

.card__cols{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -8px;
}

.card__col{
    padding: 0 8px;
    margin-bottom: 12px;
}

.art{
    color: #000;
    font-size: 12px;
}

.shild-border{
    min-height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
    color: #E48016;
    font-size: 12px;
    border: 1px solid #E48016;
}

.shild{
    min-height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
    color: #fff;
    font-size: 12px;
    background: #E48016;
}

.card .title{

}

.card .price{
    color: #000;
    font-size: 40px;
}

.card .old-price{
    font-size: 22px;
    text-decoration: line-through;
}

.btn-add{
    min-height: 34px;
    font-size: 12px;
    padding-left: 45px;
    padding-right: 45px;
}

.card .brand{
    padding-top: 20px;
}

.brand{
    color: #000;
    font-size: 15px;
}

.brand a{
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    transition: .3s;
}

.brand a:hover{
    color: #E48016;
}

.card .des{
    padding-top: 55px;
}

.card p{
    font-size: 15px;
}

.tabs__caption{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #D8D8D8;
}   

.tabs__caption li{
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0;
    margin-right: 55px;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    transition: .3s;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    position: relative;
    z-index: 2;
    transform: translateY(2px);
}

.tabs__caption li:hover{
    opacity: .88;
}

.tabs__caption li.active{
    font-weight: 700;
    border-color: #E48016;
}

.tabs__caption li.active:hover{
    opacity: 1;
}

.tabs__content{
    padding-top: 30px;
    display: none;
}

.tabs__content.active{
    display: block;
}

.char__item{
    display: flex;
    margin-bottom: 8px;
    color: #000;
    font-size: 16px;
}

.char__item .f{
    flex-basis: 400px;
    padding-right: 15px;
}

/**FOOTER**/
.footer{
    width: 100%;
    display: block;    
    padding-top: 65px;
    padding-bottom: 120px;
    background: #595959 url(../img/footer/bg-1.png) /*center*/ left bottom no-repeat;
    position: relative;
    z-index: 2;
}

.footer .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer .logo{
    margin-bottom: 20px;
    color: #E48016;
    font-size: 30px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.footer .logo span{
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.footer .logo a{
    color: inherit;
    text-decoration: none;
}

.footer-nav > ul{
    list-style: none;
    /*display: flex;*/
    max-width: 700px;
}

.footer-nav > ul > li{
    margin-right: 25px;
    display:inline-block;
    font-size: 19px;
    line-height: 158%;
}

.footer-nav > ul > li:first-child{
    margin-left: 0;
}

.footer-nav > ul > li > a{
    display: block;
    /*color: #fff;*/
    /*font-size: 16px;*/
    text-transform: uppercase;
    transition: .3s;
    
    font-weight: 500;
    font-size: 19px;
    line-height: 158%;
    color: #fff;
}

.footer-nav > ul > li:hover > a,
.footer-nav > ul > li.active > a{
    color: #E48016;
}

.copyright{
    padding-top: 35px;
    color: #FFF;
    font-size: 11px;

}

.copyright a{
    color: inherit;
}

.footer-btn{
    min-width: 400px;
    min-height:90px;
    border-radius:20px;
    font-weight: 500;
    font-size: 26px;
    line-height: 104%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.footer__phone{
    margin-top: 40px;
    margin-bottom: 0;
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
    text-align:right;
}
.footer__phone + .footer__phone{
    margin-top: 0;
    margin-bottom: 15px;
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
    text-align:right;
}

.footer__phone a{
    color: inherit;
}

.footer__place{
    margin-bottom: 25px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align:right;
}

.footer__time{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.form-callback{
    margin-bottom: 20px;
    padding: 35px 45px;
    background: #C3C3C3;
}

.form-callback__title{
    margin-bottom: 20px;
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.form-callback input{
    border: none;
}

.form-callback .btn{
    width: 100%;
}

.serv-center{
    margin-bottom: 20px;
    padding: 35px 65px;
    background: #F2F2F2;
}

.serv-center .title{
    margin-bottom: 35px;
    color: #E48016;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.serv-center p{
    margin-bottom: 35px;
    text-align: center;
}

.serv-center__list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.serv-center__list li{
    width: 50%;
    padding: 0 15px;
    margin-bottom: 10px;
}

.serv-center__list li a{
    color: #000;
    font-size: 18px;
    transition: .3s;
}

.serv-center__list li a:hover{
    color: #E48016;
}

.storage{
    display: block;
    margin-bottom: 20px;
    padding: 30px 170px 30px 50px;
    background: #E2E2E2 url(../img/storage/bg.jpg) right center no-repeat;
}

.storage .title{
    margin-bottom: 5px;
    color: #E48016;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.storage p{
    color: #000;
    font-size: 18px;
}

.checkbox{
    margin-bottom: 5px;
}

.checkbox label{
    display: flex;
    align-items: center; 
}

.checkbox-item .checkbox label{
    display: block;
}

.checkbox label > input[type="checkbox"],
.checkbox label > input[type="radio"]{
    display: none;
}

.checkbox label > span{
    display: block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-size: 70%;
    border: 1px solid #BBB;
}

.checkbox label > input[type="checkbox"]:checked + span ,
.checkbox label > input[type="radio"]:checked + span{
   background-image: url(../img/check.svg);
}

.checkbox p{
    margin-bottom: 0!important;
    padding-left: 10px;
    color: #000!important;
    font-size: 14px!important;
    text-align: left;
    transition: .3s;
    line-height: 1!important;
}


.checkbox p a{
    color: inherit;
    text-decoration: underline;
}

/**POPUP*/
.popup{
    width: calc(100vw - 10px);
    max-width: 500px;
    padding: 45px 28px 35px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.50);
}

.popup .title{
    margin-bottom: 30px;
    color: #1B1464;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.popup__form{
    
}

.popup__form input[type='text'],
.popup__form input[type='password'],
.popup__form input[type='search']{
    padding: 0 20px;
    font-size: 18px;
    border: 1px solid #E0E0E0;
    transition: .3s;
}

.popup__form input[type='text']:focus,
.popup__form input[type='password']:focus,
.popup__form input[type='search']:focus{
    border: 1px solid #E48016;
}

.popup .agree{
    padding-top: 20px;
    text-align: left;
}

.popup__form .bottom{
    padding-top: 45px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.popup__form .btn{
    width: 100%;
    max-width: 312px;
}

.fancybox-content{
    overflow: visible;
}

.fancybox-slide > *{
    padding: 0;
    background: transparent;
}

.fancybox-slide--html .fancybox-close-small{
    padding: 3px;
}

.fancybox-close-small svg{
    
}

.fancybox-bg{
    background: rgba(79, 79, 79, 0.70);
}

.popup__form input:invalid {
  border-color: red;
}




/***********ip3************/
/*.logo img{
    height:80px;
}*/
.items ul {
  display: flex;
  list-style: none;
}
.items ul li + li {
  margin-left: 30px;
}
.catalog .items ul {
  display: block;
  list-style: none;
}
.catalog .items ul li + li {
  margin-left: 0;
  margin-top: 20px;
}
.catalog .items ul li{
  /*margin-left: 30px;*/
  margin-bottom: 0;
}
#cat-44 {
  list-style: disc;
  color: #000;
  margin-left: 15px;
}
#cat-44 li{
    margin:0;
}

.items ul li a {
  text-transform: uppercase;
  color: #E48016;
  
    font-weight: 700;
    font-size: 20px;
}
.head-cotnacts{
  /*display: flex;
  justify-content: space-between*/
  text-align: right;
}
.head-address{
       /* font-size: 12px;
        
      */  
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height:121.4%;/*17px;*/
    margin-bottom: 3px;
}
.head-email{
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height:121.4%;/*17px;*/
    margin-bottom: 3px;
    font-size: 30px;font-weight: 500;
}
.head-phone a{
       /* font-size: 20px;
  color: #E48016;
  */
    font-weight: 500;
    font-size: 30px;
    text-align: right;
    color: #000;
    line-height:123.4%;/*37px;*/
}
.footer-nav + .footer-nav{
    margin-top:10px;
}
.slick-dotted.slick-slider{
    border-radius: 20px;
    overflow: hidden;
}
.intro__bottom{
    display:none;
}
.slider_1.slick-slider{
    border-radius: 20px;
    overflow: hidden;
}
.slider_1.slick-slider img{
    border-radius: 20px;
}
.catalog-2 .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.catalog-2 .item {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.catalog-2 .item .in {
  height: 100%;
  padding: 35px 315px 35px 35px;
  border-radius: 20px;
  position: relative;
  transition: .3s;
  min-height: 205px;
  cursor: pointer;
  border: 2px solid #F29100;
  overflow: hidden;
  min-height: 256px;
}






/**********/


.images-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  /*max-width: 1200px;*/
  margin: 0 auto;
  /*padding: 20px;*/
  margin-bottom:86px;
}

/* Основные стили для всех блоков */
.images-block .block {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: stretch; /* Растягиваем содержимое */
}

/* Контейнер для картинок */
.images-block .block:not(.text-block) {
  position: relative;
  min-height: 300px; /* Минимальная высота */
}

.images-block .block:not(.text-block) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* Блоки с текстом */
.images-block .text-block {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px; /* Такая же минимальная высота */
  border:2px solid #f29100;
}

.images-block .text-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.images-block .text-content h3 {
  margin: 0 0 10px 0;
  font-size: clamp(16px, 2vw, 24px);
}

.images-block .text-content p {
  margin: 0;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.4;
  overflow-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  font-weight: 500;
    font-size: 22px;
    line-height: 123%;
    color: #000;
}

.images-block .text-content p b{
  font-weight: 900;/*
    font-size: 22px;
    line-height: 123%;
    color: #000;*/
    text-transform: uppercase;
}

.images-txt-block{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000;
    margin-bottom:200px;
}
















@media (max-width: 768px) {
  .images-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .images-block .block {
    min-height: 180px; /* Немного меньше минимальная высота */
  }
  
  .images-block .text-block {
    padding: 15px;
  }
}

/* Адаптивность для мобильных */
@media (max-width: 480px) {
  .images-block {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .images-block .block {
    min-height: 150px;
  }
  
  .images-block .text-block {
    padding: 12px;
  }
}
/************/