

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0; /* нулевая граница */
    padding: 0; /* нулевые отступы */
    border: 0; /* больше всего для картинок в IE6 */
    outline: 0; /* точечная граница вокруг ссылок в Firefox */
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
   
}
a{
    color: #3366cc;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #1b1a1a;
}
    
body {
    background-color: #fff;
    line-height: 1;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
ol, ul {
    list-style: none; /* маркеры без кружочков */
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0; /* Firefox выделяет рамкой из точек все ссылки при нажатии */
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse; /* cellspacing="0" */
    border-spacing: 0;
}

button{
    padding: 0;
}

.section-slider{
    max-width: 100%;
    height: 732px;
    background: #FFFFFF;
    margin: 0 auto;
}


/* Слайдер */
.slick-slider{}
/* Слайдер запущен */
.slick-slider.slick-initialized{}
/* Слайдер с точками */
.slick-slider.slick-dotted{}
/* Ограничивающая оболочка */
.slick-list {}
/* Лента слайдов */
.slick-track{
    
}
/* Слайд */
.slick-slide{}
/* Слайд активный (показывается) */
.slick-slide.slick-active{}
/* Слайд основной */
.slick-slide.slick-current{}
/* Слайд по центру */
.slick-slide.slick-center{}
/* Клонированный слайд */
.slick-slide.slick-cloned{}
/* Стрелка */
.slick-arrow{}
/* Стрелка влево */
.slick-arrow.slick-prev{}
/* Стрелка вправо */
.slick-arrow.slick-next{}
/* Стрелка не активная */
.slick-arrow.slick-disabled{}
/* Точки (булиты) */
.slick-dots{}
.slick-dots li{}
/* Активная точка */
.slick-dots li.slick-active{}
/* Элемент точки */
.slick-dots li button{}


.main-content{
   width: 100%;
}

.main-slider{
    position: relative;
}

.main-slider .slick-arrow{
    position: absolute;
    top: 106%;
    z-index: 10;
    font-size: 0;
    cursor: pointer;
}

.main-slider .slick-arrow.slick-prev{
    left: 125px;
    background: url(/img/left-arrow.png) 0 0 / 100% no-repeat;
    width: 24px;
    height: 27px;
    border: none;
}

.main-slider .slick-arrow.slick-next{
    left: 175px;
    background: url(/img/right-arrow.png) 0 0 / 100% no-repeat;
    width: 24px;
    height: 27px;
    border: none;
}

.row-poslygu-section{
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}




.main-slider .slick-dots{
     display: flex;
     margin-left: 400px;
     margin-top: 21px;
     position: relative;

}

.orange-line5{
            width:500px;
             position:relative;
             top:20px;
             border-top: 1px solid #ff7607;
             width: 30px;
}


.main-slider .slick-dots li{
    list-style: none;
}

/* Активная точка */
.main-slider .slick-dots li.slick-active button{
    background-color: #FF7607;
    height: 15px;
    width: 15px;
}
/* Элемент точки */
.main-slider .slick-dots li button{
    font-size: 0;
    height: 10px;
    width: 10px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    margin: 10px;
   
    transition: .3s;
    border: none;
}
.main-slider .slick-dots li button:hover{
    background-color: #FF7607;
    height: 15px;
    width: 15px;
}

/*rew-slider*/

.slider-vidgyku .slick-dots{
    display: flex;
    position: relative;
    top: 55px;
    justify-content: center;
    

}


.slider-vidgyku  .slick-dots li{
    list-style: none;
}

/* Активная точка */

.slider-vidgyku  .slick-dots li.slick-active button{
    background-color: #FF7607;
    height: 15px;
    width: 15px;
}
/* Элемент точки */

.slider-vidgyku  .slick-dots li button{
    font-size: 0;
    height: 12px;
    width: 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    margin: 10px;
   
    transition: .3s;
    border: none;
}

.slider-vidgyku  .slick-dots li button:hover{
    background-color: #FF7607;
    height: 15px;
    width: 15px;
}

.main-header{
padding-right: 60;

}

.main-header-container{
    padding: 0 15px;
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 100;
   

}
.nav-menu-new{
    display: flex;
    margin-left: auto;
    align-items: center;
}

.nav-menu-new .menu{
    display: flex;
    margin-left: auto;
    align-items: center;
}


.nav-menu-new .menu li a{
    color: #1b1a1a;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}


.nav-menu-new .menu li a{
    font-size: 16px;
    color: #1b1a1a;
    margin: 0 13px;
    padding: 15px 0;
    font-weight: 600;
    transition: .3s;
}

.sub-menu{
    display: none;
}

.burger-menu{
    display: none;
}
.header-manu{
    display: flex;
    align-items: center;
    padding: 10px 16px;
    color: #212529;
    
}
.logo-img{
    width: 220px;
    height: auto;
}
.numbers-phone{
align-items: center;
text-align: center;
}
.numbers-list a{
    color: #1b1a1a;
    text-decoration: none;
    font-size: 18px;
    
}
.numbers-list li {
    padding-top: 5px;
}
.globus-img{
    width: 16px;
    height: 17px;
}
.header-button{
   
    height: 58px;
    width: 217px;
    font-size: 16px;
    background: #ff7607;
    color: #fff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    margin-left: 20px;
  
}
.header-button:hover{
background-color: #1b1a1a;
}


.numbers-list li a{
    font-size: 18px;
    color: #1b1a1a;
    font-weight: 600;
}
.numbers-list{
    margin-left: 50px;
   
}

.main-slider{
    position: relative;
    height: 767.273px;
    width: 100%;
    background-size: 100%;
    
}

#slide-1{
    background-image: url(/img/01-slide.png);
    box-shadow: inset 0px 0px 700px rgba(0, 0, 0, 0.9);
}
#slide-2{
    background-image: url(/img/02-sldie.png);
    box-shadow: inset 0px 0px 700px rgba(0, 0, 0, 0.9);
}
#slide-3{
    background-image: url(/img/03-slide.png);
    background-repeat: no-repeat;
    background-size: 123%;
    box-shadow: inset 0px 0px 700px rgba(0, 0, 0, 0.9);
}
#slide-4{
    background-image: url(/img/04-slide.jpg);
    box-shadow: inset 0px 0px 700px rgba(0, 0, 0, 0.9);
}
#slide-5{
    background-image: url(/img/05-slide.png);
    box-shadow: inset 0px 0px 700px rgba(0, 0, 0, 0.9);
}
#slide-6{
    
    background-size: 123%;
   
}
#slide-7{
    background-image: url(/img/07-slide.png);
    box-shadow: inset 0px 0px 700px rgba(0, 0, 0, 0.9);
   
}
#slide-8{
    background-image: url(/img/08-slide.png);
    box-shadow: inset 0px 0px 700px rgba(0, 0, 0, 0.9);
}
#slide-9{
    background-image: url(/img/09-slider.png);
    box-shadow: inset 0px 0px 700px rgba(0, 0, 0, 0.9);
}
#slide-10{
    background-image: url(/img/10-slide.png);
    box-shadow: inset 0px 0px 700px rgba(0,0,0,0.9);
  

   
}

.slide{
    background-size: 100% 100%;
    min-height: 800px;
    padding: 170px 0 160px;
    width: 100%;
    background-repeat: no-repeat; 
    box-shadow: inset 0px 0px 700px rgba(0, 0, 0, 0.9);
   
   
}




.home-title-slider{
    
    margin-left: 210px;
}
.home-title-slider h1{
    font-size: 64px;
    line-height: 74px;
    color: #fff;
    font-weight: 700;
    text-shadow: #1b1a1a 1px 0 10px;
    margin-bottom: 50px;
}
.home-title-slider p{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-shadow: #1b1a1a 1px 0 10px;
    margin-bottom: 85px;
}
.button-slider:hover {
 background-color: #1b1a1a;
}
.button-slider {
    font-size: 16px;
    color: #fff;
    border: none;
    background: #ff7607;
    border-radius: 0;
    font-weight: 600;
    transition: .3s;
    margin-right: 20px;
    padding: 18px 55px;
    cursor: pointer;
}
.container{
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    
    
}
.section-products-title{
    margin-top: 200px;
}
.section-products-title span{
    font-size: 16px;
    color: #8d8c8c;
}
.section-products-title h1{
    font-size: 54px;
    font-weight: 400;
    line-height: 68px;
    padding: 15px 0 60px;
    white-space: nowrap;
}
.section-products-title h1 p{
    font-weight: 600;
    border-bottom: 2px solid #1b1a1a;
    width: 276px;
}

.products-block {
    padding-left: 30px;
    padding-right: 30px;
    z-index: 1;
    margin-bottom: 80px;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}



.block-product-small{
    position: relative;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

.block1-metal-tile {
    position: relative;
    overflow: hidden;
    height: 410px;
    margin-bottom: 30px;
}
.image-block{
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-color: #ddd;
    transition: 1s;
    height: 100%;
    width: 100%;
}

.image-block:hover{
    transform: scale(1.1);
  }


.block-name{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 35px 40px;
    height: auto;
    background: rgba(0,0,0,.3);
}

.block-name h1{
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 5px;
    min-height: 85px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


#Cherepytsia{
    background-image: url(/img/Cherepytsia.png);
}
#metaloprofil{
    background-image: url(/img/metaloprofil_1.png);
   
}
#hnuti_elementy{
    background-image: url(/img/hnuti_elementy.png);
  
}
#gladkiy-list{
    background-image: url(/img/gladkiy-list-min.png);
}
#vodostok{
    background-image: url(/img/vodostok.png);
   
}
#Sofity{
    background-image: url(/img/Sofity.png);
    
}
.btn-section-products h4:hover{
    color: #fff;
}
.btn-section-products p:hover{
    color: #fff;
}

.btn-section-products:hover{
    background-color: #ff7607;
}

.btn-section-products{
   
    border: 1px solid #ff7607;
    border-radius: 0;
    transition: .3s;
   
    width: 200px;
    height: 64px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 40px;
}
.btn-section-products p{
 
    font-size: 16px;
    color: #ff7607;
    font-weight: 600;
    padding-top: 25px;
   
}
.btn-section-products h4{
 
    font-size: 16px;
    color: #ff7607;
    font-weight: 600;
    padding-top: 7px;
   
}
.about-company{
    background-color: #f2f2f2;
    padding-bottom: 60px;
    padding-top: 80px;
}
.about__wrap{
    display: flex;
}
.about-left-section{
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 15px;
    
}
.about-left-section span{
    font-size: 16px;
    color: #8d8c8c;
}
.about-left-section h1{
    font-size: 54px;
    font-weight: 400;
    line-height: 68px;
    padding: 15px 0 60px;
}
.about-left-section h1 p{
    font-weight: 600;
    border-bottom: 1px solid #1b1a1a;
    width: 410px;
}

.left-content{
    position:relative;
    bottom: 10px;
}

.left-content h3{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-left: 120px;
}
.left-content p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 20px 0;
    margin-left: 120px;
}
.about-right-section{
   
    width: 100%;
    overflow: hidden;
    height: 750px;
  
}
.background-img{
    background-image: url(/img/default_img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 750px;
    display: flex;
    transition: 1s;
    background-color: #ddd;
}
.background-img:hover{
  transform: scale(1.1);
  }

.orange-line{
    display: flex;
    width: 100%;
}
.line{
    width: 100px;
    border-top: 2px solid #ff7607;
}
.white-block-adress{
    width: 250px;
  
    background: #f2f2f2;
    padding: 50px 0;
    padding-left: 25px;
    position: relative;
    bottom: 150px;
    
    
}
.white-block-adress span{ 
    font-size: 16px;
    color: #1b1a1a;
    display: inline-block;
    margin-bottom: 15px;
}
.white-block-adress h1{ 
    color: #1b1a1a;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
}
.white-block-adress{
    border-right: 1px solid transparent;
}
.orange-block-location {
    height: 100px;
    width: 100px;
    background: #ff7607;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    position: relative;
    bottom: 420px;
    left: 210px;
    
    

}


.fa-map-marker-alt:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
}

.perevagu-title{

  padding-top: 80px;
}

.perevagu-title h1{
    padding-left: 40px ;
    font-size: 34px;
    font-weight: 400;
    line-height: 44px;
}
.perevagu-title h1 span{
    font-weight: 700;
    border-bottom: 1px solid #1b1a1a;
}

.perevagu-block i{
    font-size: 60px;
    padding-top: 40px;
    color: #1b1a1a;
    
}

.perevagu-block h1{
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 5px;
}
.perevagu-block p{
    font-size: 16px;
    font-weight: 300;
    opacity: .9;
    line-height: 26px;
    color: #1b1a1a;
    margin-top: 10px;
}
.perevagu-block{
    position: relative;
   
    height: 100%;
    padding: 0 40px 30px;
}

.flexbox-perevagu{
    display: flex;
}
.poslygu-section {
    padding-top: 0;
    margin-top: 80px;
}

.fa-dolly:before {
    content: "\f472";
}

.fa-swatchbook:before {
    content: "\f5c3";
}
.flexbox-vidgyk{
    display: flex;
    
}
.flexbox{
    display: flex;
    
}



.top-blocks {
    display: flex;
   
}
.down-blocks {
    display: flex;
   
}
.left-category{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.right-category{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.grown-block{
    height: 300px;
    width: 330px;
    background: #f9f9f9;
    position: relative;
    margin-bottom: 30px;
}

.orange-box h1{
    padding-top: 20px;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    
}
.orange-box p{
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.orange-box {
    position: relative;
    right: 80px;
    top: 45px;
    background: #ff7607;
    height: 200px;
    width: 130px;
    padding: 30px 20px;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
}
.icon-orange-box {
}

.grown-block2{
    width: 350px;
    background: #f9f9f9;
    text-align: center;
    position: relative;
    padding: 140px 40px;
}
.orange-block2{
    width: 200px;
    height: 200px;
    background-color: #ff7607;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: relative;
    top: 110px;
    right: 40px;
    
    
}
.orange-block2 h1{
    font-size: 60px;
    color: #fff;
    font-weight: 400;
   
}
.orange-block2 p{
    padding-top: 60px;
   
}
.right-category{
    position: relative;
    right: 75px;
}

.right-category h2{
    font-size: 16px;
    color: #8d8c8c;
    font-weight: 400;
}

.right-category h1{
    font-size: 54px;
    font-weight: 400;
    line-height: 68px;
    padding: 15px 0 60px;
   
}
.right-category p{
    margin-left: 120px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    white-space: nowrap;
   
}
.right-category h1 span{
    font-weight: 600;
    border-bottom: 2px solid #1b1a1a;
}
.block-item{
    width: 176px;
    height: 192px;
    background: #f9f9f9;
    color: #1b1a1a;
    padding: 34px 30px;
    text-align: center;
}
.block-item1{
    width: 176px;
    height: 192px;
    background: #f2f2f2;
    color: #1b1a1a;
    
    text-align: center;
}
.fa-ruler-combined{
    padding-top: 34px;
    font-size: 60px;
}
.fa-ruler-combined:before {
    content: "\f546";
    box-sizing: border-box;
   
    
}
.block-item a{
    font-size: 16px;
    font-weight: 400;
    padding-top: 16px;
    min-height: 64px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    color: #1b1a1a;
}
.block-item1 a{
    font-size: 16px;
    font-weight: 400;
    padding-top: 16px;
    min-height: 64px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    color: #1b1a1a;
}

.fa-clipboard-check{
    padding-top: 34px;
    font-size: 60px;
}
.fa-clipboard-check:before {
    content: "\f46c";
    box-sizing: border-box;
}

.fa-truck{
    padding-top: 34px;
    font-size: 60px;
}
.fa-truck:before {
    content: "\f0d1";
    box-sizing: border-box;
}

.fa-calculator{
    padding-top: 34px;
    font-size: 60px;
}
.fa-calculator:before {
    content: "\f1ec";
    box-sizing: border-box;
}

.perevagu-icon{
    margin-top: 35px;
    width: 75px;
    height: 75px;
}

.right-box-blocks{
    margin-top: 60px;
    margin-left: 20px;
}
#btn-poslygu{
   position: relative;
 
   margin-top: 60px;
}
.slider-vidgyku{
    padding: 120px 200px 70px;
    background-image: url(/img/reviews_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #ddd;
    margin-top: 80px;
    height: 750px;
  
   
}

.vidgyk-form{
    background: #fff;
    padding: 50px 64px;
    margin: 0 10px;
    width: 100%;
    height: 100%;
}

.fa-quote-left{
    color: #ff7607;
    font-size: 36px;
    transform: rotateX(180deg)
}
.fa-quote-left:before{
    content: "\f10d";
    box-sizing: border-box;
}
.container-slider-vidgyk{
   
    margin-right: auto;
    margin-left: auto;
}
/*
.vidgyk-form p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #1b1a1a;
    padding: 25px 0;
}
.vidgyk-form span{
    font-size: 17px;
    font-weight: 400px;
    color: #212529;
}
*/

.slid_first-con-name {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #1b1a1a;
    padding: 25px 0;
}

.slid_first-con-text {
    font-size: 17px;
    font-weight: 400px;
    color: #212529;
}
.slid_first-con{
    background: #fff;
    padding: 50px 64px;
    margin: 0 10px;
    width: 100%;
    height: 100%;
}


.news{
    padding-top: 80px;
    padding-bottom: 80px;
}
.start-title-posts{
    padding-right: 15px;
    padding-left: 15px;
}
.start-title-posts h3{
    font-size: 16px;
    color: #8d8c8c;
    font-weight: 400;
}

.start-title-posts h1{
    font-size: 54px;
    font-weight: 400;
    line-height: 68px;
    padding: 15px 0 0;
}

.start-title-posts h1 span{
    font-weight: 600;
    border-bottom: 2px solid #1b1a1a;
}
#btn-news{
    position: relative;
    bottom: 100px;
   float: right;
}
.post-block{
    position: relative;
    width: 33.3%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 40px;
}

.post-block-item:hover{
    border: 1px solid #ff7607;
}

.post-block-item{
    border: 1px solid #ccc;
    transition: .3s;
}
.img-post{
    width: 100%;
    object-fit: cover;
    height: 209px;
    vertical-align: middle;
    border-style: none;
    overflow: hidden;
}

#metaloprofil_width{
    width: 50%;
}

#sofity_width{
    width: 50%;
}

.icon-poslygu{
    width: 60px;
    height: 60px;
}

.blog-img{
    overflow: hidden;
}

.post-block-item:hover .blog-img img{
    transform: scale(1.05);
    transition: 1s;
}

.post-block p{
    color: #8d8c8c;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
}
.post-block h1{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 20px 0 30px;
    min-height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}
.btn-post-block{
    width: 150px;
    height: 50px;
    line-height: 50px;
    padding: 0;

    font-size: 16px;
    color: #ff7607;
    border: 1px solid #ff7607;
    border-radius: 0;
    transition: .3s;
    font-weight: 600;
}
.btn-post-block p:hover{
   color: #fff;
   background-color: #ff7607;
}
.btn-post-block p{
    color: #ff7607;
    text-align: center;
 }
 .block-post-content{
    padding: 40px 30px;
 }

 .row-news-section{
    display: flex;
    flex-wrap: wrap;
   width: 100%;
   
}
.container-news{
    padding-right: 195px;
    padding-left: 195px;
    margin-right: auto;
    margin-left: auto;

}
.container-footer{
    padding-right: 210px;
    padding-left: 210px;
    margin-right: auto;
    margin-left: auto;

}
.row-footer{
    display: flex;
    width: 100%;
}
.footer-column{
    position: relative;
    width: 100%;
    
}
.footer-column h1{
    font-size: 24px;
    padding-left: 45px;
    position: relative;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 500;
}
.footer-column li a{
    font-size: 16px;
    color: inherit;
}
.footer-column ul li{
    display: block;
    font-size: 16px;
    line-height: 34px;
    transition: .3s;
    position: relative;
}
.main-footer{
    background-color: #f9f9f9;
    padding-top: 80px;
}
.card-numbers{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}

.header-card-numbers{
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header-tabs{
    display: flex;
}
.card-header-tabs li{
   padding-right: 3px;
}
.card-header-tabs li a:active{

 }
 .fa-phone-alt{
    font-weight: 900;
    padding-right: 0;
 }
 .fa-phone-alt:before{
    content: "\f879";
    
 }
 .numbers-Zhytomyr a{
    color: #212529;
    padding-bottom: 17px;
 }
 .numbers-Novograd a{
    color: #212529;
    padding-bottom: 17px;
 }
 #zhytomyr{
  
 }
 #novograd{
    
 }
 #kyiv{
   
 }
 .numbers-Novograd{
    display: grid;
 }
 .numbers-Kyiv a{
    color: #212529;
    padding-bottom: 17px;
 }
 .numbers-Kyiv{
    display: grid;
   
 }
 #footer-column-1{
    max-width: 18%;
 }
 #footer-column-4{
    max-width: 33%;
 } 
 #footer-column-2{
    max-width: 25%;
 }
 #footer-column-3{
    max-width: 25%;
 }
 .numbers-Zhytomyr{
    display: grid;
 }
 .fa-envelope:before{
    content: "\f0e0";
    padding-right: 15px;
 }
 .fa-map-marker-alt{
    content: "\f3c5";
  
 }
 .copyright{
   
    background: #f2f2f2;
    color: #1b1a1a;
    padding: 65px 205px 35px;
 }
 .copyright p{
    font-size: 16px;
    color: #1b1a1a;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 16px;
 }
 .copyright a{
    color: #1b1a1a;
 }
 .container-footer{
    padding-bottom: 60px;
 }
 .copyright ul{
    float: right;
   
 }
 .copyright-img{
    position: relative;
    bottom: 3px;
    opacity: .7;
 }

 .footer-column .items-footer li:hover:before {
    display: block;
}

 .footer-column .items-footer li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    height: 1px;
    width: 8px;
    background: #ff7607;
    transition: .3s;
    display: none;
    box-sizing: border-box;
 }
 
 .footer-column .items-footer li:hover{
    padding-left: 15px;
    color: #FF7607;
 }

 .header-card-numbers .card-header-tabs li:hover{
    color: #ff7607;
    
 } 
 .header-card-numbers .card-header-tabs li:active{
    border-bottom: 2px solid #ff7607;
 } 
 .header-card-numbers .card-header-tabs li{

    padding-right: 10px;

 }

 .callbtn{
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    z-index: 1000;
    font-size: 18px;
    border: 0;
    color: #fff;
    background-color: #ff7607;
    box-shadow: 0 0 12px 0 rgb(40 40 40 / 8%);
    overflow: hidden;
    cursor: pointer;
    text-align: center;
 }

 .fa-arrow-up:before {
    content: "\f062";
    font-weight: 900;
}
.fa-phone-alt:before {
    content: "\f879";
    font-weight: 900;
}


 .scrolltopbtn{
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    z-index: 1000;
    font-size: 18px;
    border: 0;
    color: #fff;
    background-color: #ff7607;
    box-shadow: 0 0 12px 0 rgb(40 40 40 / 8%);
    overflow: hidden;
    transition: all .3s ease-in-out;
    cursor: pointer;
 }


@keyframes h1 {
    0%{
        opacity: 0;
        transform: translateX(-100px);
    }
    100%{
      opacity: 1;
      transform: translateX(0);
    }
}

.animate-title{
    animation-duration: 3s;
    animation-name: h1;
    
}




.tabs {
    font-size: 0;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs>input[type="radio"] {
    display: none;
  }

  .tabs>div {
    /* скрыть контент по умолчанию */
    display: none;
    
    padding: 20px 0;
    font-size: 16px;
  }
  .tabs div a{
    color: #212529;
    padding-bottom: 20px;
    text-decoration: none;
    
  }

  /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
  #tab-btn-1:checked~#content-1,
  #tab-btn-2:checked~#content-2,
  #tab-btn-3:checked~#content-3 {
    display: block;
  }

  .tabs>label:hover {

  color: #ff7607;
  }

  .tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 2px 8px;
    font-size: 16px;
    color: #1b1a1b;
    cursor: pointer;
    position: relative;
    top: 1px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding-bottom: 10px;

  }
  

  .tabs>label:not(:first-of-type) {
    border-left: none;
  }

  .tabs>input[type="radio"]:checked+label {
    background-color: #f9f9f9;
    border-bottom: 2px solid #ff7607;
   
  }

  .tabs-content a{
    display: flex;
  }

  .slick-dots li.slick-active button:before {
    display: none;
}
.slick-dots li button:before {
    display: none;
}


.callbtn:hover {
    background-color: #1b1a1a;
}
.scrolltopbtn:hover {
    background-color: #1b1a1a;
}




.popup-bg {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0,0,0,0.8); 
    display: none;

}

.popup {
    position: absolute;
    background: #ffffff;
    width: 400px; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%);
    padding: 30px; 
    padding-top: 60px; 
}

.no-scroll {
    overflow-y: hidden; 
}
.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}