html {
    scroll-behavior: smooth;
}
a:hover{text-decoration: none}
body {
    font-family: 'SF Pro Display';
    background: #EFEFEF;
}

h1 {
    font-size: 72px;
    font-weight: 900;
    text-transform: uppercase;
    color: #ACEFF5;
}

h2 {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

h3 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

h4 {
    font-size: 18px;
    font-weight: bold;
}

.section {
    padding: 100px 0;
}
.section-small {
    padding: 60px 0;
}
.bg-grey {
    background: #EFEFEF;
}

h3,
.bg-grey h3 {
    color: #235379;
}

.bg-d-blue {
    background: #235379;
}

.bg-dd-blue {
    background: #19496F;
}

.bg-blue {
    background: #1696A3;
}

.bg-d-blue h3,
.bg-dd-blue h3,
.bg-blue h3 {
    color: #F2FFE3;
}

.small-text {
    font-size: 14px;
}

.container-mini {
    padding: 0 100px;
}

.vidno .owl-carousel .owl-stage-outer {overflow: visible;}
/*btns*/

.btn {
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn-sm {
    padding: 13px 20px;
    font-size: 10px;
}

.btn-lg {
    padding: 10px 35px;
    font-size: 14px;
}

.btn-default {
    color: #FF4F01;
    border: 0.87931px solid #FF4F01;
}

.btn-default:hover {
    background: #FF4F01;
    border: 1px solid #FF4F01;
    color: #fff;
}

.btn-primary {
    background: #FF4F01;
    color: #fff!important;
    border: none;
}

.btn-primary:hover {
    background: #EB3B00;
}

.btn-secondary,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #ACEFF5;
    color: #0A2142;
}

.btn-secondary:hover {
    background: #98DBE1;
    color: #0A2142;
}

.nav-pills .nav-link {
    border: 1px solid #ACEFF5;
    color: #ACEFF5;
    background: transparent;
}

.nav-pills .nav-link {
    border-radius: 0;
    margin-right: 20px;
}


/*end btns*/
/*VIDEO BG*/
#home {overflow: hidden;}
.bgvideo video {
    position: absolute;
    top:0px;
    left:0px;
    z-index: -1;
    width: 100%;
    height: auto;
}
/*VIDEO*/
.form-control,
.bg-grey .form-control {
    background: #fff;
}

.bg-blue .form-control,
.bg-d-blue .form-control,
.bg-dd-blue .form-control {
    background: #EFEFEF;
}

.form-control {
    border: none;
    border-radius: 0;
    font-size: 15px;
    padding: 16px;
    margin-bottom: 12px;
}

.form-control:focus {
    box-shadow: none;
}

.modal-body .form-control {
    background: #EFEFEF;
}

#top {
    padding: 12px 0;
}
#top .phone a{
color:#000;
}
#top .social {

}

#top .social a {
    margin: 0 5px;
}

#top .phone {
    padding: 8px;
    font-weight: bold;
    font-size: 18px;
}

#top .call-back {
    padding: 12px;
}

#menu {
    background: #1696A3;
}

#menu .navbar {
    padding: 0;
}

#menu .nav-link {
    color: #fff;
    font-size: 18px;
    padding: 17px 11px;
}

#menu .nav-link:hover {
    background: #02828F;
}

#home {
   background: url(../../img/bg1.png);
    padding: 70px 0 80px;
    margin: 0 auto;
    width: 100%;
    -moz-background-size: cover; /* Firefox 3.6+ */
    -webkit-background-size: cover; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: cover; /* Opera 9.6+ */
    background-size: cover;
    position: relative;
}

#home .btn {
    width:260px;
    margin: 0 auto;
    position: absolute;
    bottom: 40px;
}




#home .box-1 {
    margin: 17px 0 43px 0;
}

#home .box-1 .icon-block {
    float: left;
    margin-right: 15px;
}

#home .box-1 .text-block span {
    font-weight: bold;
    font-size: 18px;
    color: #FF4F01;
}

#home .box-1 .text-block p {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-top: 10px;
}

#action {
    padding: 40px 0;
    /*   background: #235379 url(../img/bg4.png) left 14% no-repeat;*/
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#action .arrow{
    position: absolute;
    left:-333px;
    top:-10px;
}

#action .arr-text {
    color: #0A2142;
    font-size: 30px;
    z-index: 20;
    font-weight: 800;
    position: relative;
}
#action .sd{
    display: none;
}
#action .btn {
    position: absolute;
    width: 280px;
    margin: 0 auto;
    bottom: 0px;
    text-align: center;

}

#action p {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    padding: 0 0 0 51px;
    line-height: 38px;
}

#action span {
    background: #ACEFF5;
    color: #235379;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    margin: 4px 15px 0 0;
    float: left;
}

#uslugi .box-2 .btn {
    border-radius: 0 0 4px 4px;
}
#uslugi .block {
    margin-bottom: 10px;
}
#uslugi .box-2 .caption {
    padding: 25px;
    font-size: 20px;
    background: #fff;
}

#preimuschestva .row {
    margin: 30px -15px;
}

#preimuschestva .box-3 {
    margin: 20px auto;
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    height: 190px;
}

#preimuschestva .box-3 img {
    margin-bottom: 15px;
    width: auto;
}

#preimuschestva .box-3 p {
    line-height: 16px;
    font-size: 13px;
}

#konsultaciya {
    color: #EFEFEF;
}

.white {
  
    color: #fff;
}

#hidroizo .block {
    margin-bottom: 40px;
}

#hidroizo .block .caption{
position: relative;
}
#hidroizo .block .caption .btn{
position: absolute;
bottom: 10px;
left:10%;
width: 80%;

}
#hidroizo .box-4 {
    width: 50%;
    float: left;
}

#hidroizo .caption {
    width: 49%;
    height: 100%;
    float: left;
    padding: 15px 24px;
    background: #fff;
    border-radius: 0 4px 4px 0;
}

#hidroizo .block-text {
    height: 139px;
    line-height: 19px;
}

#price {background: #fff}
#price .table {
    font-size: 18px;
    background: #ACEFF5;
}

#price .table thead td {
    background: #235379;
    color: #fff;
}

#price .table-bordered td,
#price .table-bordered th {
    border: 1px solid #000;
}

#konsultaciya-2 {
    color: #0A3A60;
}

#vygoda .container>p {
    color: #fff;
}

#vygoda .block {
    margin-top: 30px;
}

#vygoda .box-6 {
    background: #fff;
    padding: 20px;
    height: 370px;
}

#vygoda .box-6 img {
    float: left;
    margin-right: 16px;
    width: auto;
}

#vygoda .box-6 p {
    line-height: 22px;
}

#vygoda .box-6 .head-box {
    height: 60px;
    position: relative;
}
#vygoda .box-6 .head-box h4 {
    position: absolute;
    left: 60px;
}

#about {
   background: #fff;
}
#about .wrp{
    position: relative;
}
#about .about-text{
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(-25%, -50%);
}


#about .about-img{
   overflow: hidden;
}
#about .about-img img{
    width: 100%;
    height: auto;
}

#about p span {
    background: #FF4F01;
    color: #fff;
    padding: 2px 8px;
}
#raboty {overflow: hidden;}
#raboty .owl-carousel {
    position: relative;
}



#partners .item-c .block{
    padding:10px;
}


#otzyvy .item-c .caption {
    background: #fff;
    border-top: 8px solid #FF4F01;
    padding: 25px;
}

#otzyvy .item-c .caption .name {
    font-size: 18px;
    color: #FF4F01;
}

#otzyvy .item-c .caption .city {
    font-size: 15px;
    color: #666666;
}



#dopuslugi .box-7 {
    background: #fff;
    border-radius: 4px;
}

#dopuslugi .box-7 .caption {
    padding: 15px;
}

#dopuslugi .box-7 .caption .capt-text {
    height: 80px;
}

#dopuslugi .box-7 .btns .btn {
    width: 49%;
}

#contact .cont-text {
  padding: 40px 20px;
}

    #contact a{
    color:#000;
    }   

#contact .contact span {
    display: block;
}

#contact .social {
    margin: 48px 0px;
}

footer {
    padding: 50px 0;
    color: #F5F5F5;
}

footer .logo {
    margin-bottom: 100px;
}

footer .menu-1 a,
footer .menu-2 a {
    display: block;
    color: #F5F5F5;
}

footer .menu-1 a:hover,
footer .menu-2 a:hover {
    text-decoration: none;
}

footer .menu-1 a {
    margin-bottom: 13px;
}

footer .menu-2 a {
    margin-bottom: 22px;
}

footer .menu-1 {

}

footer .form-control {
    padding: 11px;
    margin: 10px 0;
}

footer h4 {
    text-transform: uppercase;
}

.modal-body h4 {
    text-transform: uppercase;
}

.modal-body h3 {
    color: #000;
}

.modal-body .img-box img {
    width: 100%;
}

.modal-body ul {
    padding-left: 17px;
}

.modal-body .arenda ul li {
    margin: 16px 0;
}

.modal-body table td:first-child {
    width: 37%;
}

.modal-header {
    border-bottom: none;
}

.modal-header .close {
    padding: 10px 15px;
    margin: -1rem -1rem -1rem auto;
    position: relative;
    top: -25px;
    right: -23px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #000;
}

.fade {
    background: rgba(0, 0, 0, 0.93);
}

.tab-content .fade {
    background: transparent;
}
/*buttons slider*/

button:focus,a:focus, button:active,a:active {
    outline: none;
}

.owl-next span,
.owl-prev span {
  /*  display: none;*/
  position: relative;
  top: -23px;
  font-size: 60px;
}

.owl-next:hover,
.owl-prev:hover {
  /*  display: none;*/
  color:#fff!important;
}

.owl-next span {
    left:2px;
}
.owl-prev span {
    left:-2px;
}
/*buttons color*/
#raboty .owl-next span, #raboty .owl-prev span {color:#235379;}
#otzyvy .owl-next span, #otzyvy .owl-prev span {color:#1696A3;}
#sertificaty .owl-next span, #sertificaty .owl-prev span {color:#EFEFEF;}
#sertificaty .owl-carousel .owl-nav button.owl-next, #sertificaty .owl-carousel .owl-nav button.owl-prev {background:#23537995;}
#sertificaty .owl-carousel .owl-nav button.owl-next:hover, #sertificaty .owl-carousel .owl-nav button.owl-prev:hover {background:#235379;}

.owl-carousel .owl-nav {
    position: absolute;
    top:-100px;
    right: 0px;
}

.owl-carousel .owl-nav button.owl-next {
    background: #aceff596;
    width: 50px;
    height: 50px;
    border-radius: 100%;

}

.owl-carousel .owl-nav button.owl-prev {
    background: #aceff596;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.owl-carousel .owl-nav button.owl-next:hover {
    background: #aceff5;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    background: #aceff5;
}

/*Responsive*/
/**/
/*CONTAINER*/
@media (max-width: 1200px) {
    .container{
        max-width: 1200px;
    }
    .container-mini {
        padding: 0;
    }
    #about .about-img img{
        width: auto;
        height: auto;
    }
}
/*XLG*/
@media (min-width: 1600px) {

    #contact .cont-text, #about .about-text{
        width: 800px;
    }
}
/*LG*/
@media (min-width: 1200px) {

    #about .about-img{
        height: 413px;
        overflow: hidden;
    }
        .owl-theme .owl-dots {
        padding-top: 80px;
    }
}
/*MD*/
@media (max-width: 1200px) {
#dopuslugin h4 {
    font-size: 16px;
}
#dopuslugin h3 {
    font-size: 24px;
    line-height: 28px;
}
#dopuslugin .mt-5 {
margin-top: 30px!important;
}
.section{
    padding: 35px;
}

#raboty .tab-pane{
   max-width: 500px;
   margin: 0 auto;
}
    #menu .nav-link {
        font-size: 16px;
        padding: 17px 7px;
    }
    h1 {font-size: 60px;}
    #home {padding: 20px 0;}
    #home .box-1 .text-block span {font-size: 16px;}
    #home .box-1 .text-block p {padding-left: 96px;}
    #action {
      /*  background: #235379 url(../img/bg4.png) -55% 12% no-repeat; */
  }
  #hidroizo .caption {    padding: 15px 7px;}
  #hidroizo .block-text {
    height: 131px;
    line-height: 17px;
}

#price .table {
    font-size: 14px;}

    #about {
        background-size: 48%;
       
    }

    #contact {background-size: 48px;padding: 10px 0;}
    .owl-theme .owl-dots {
        padding-top: 60px;
    }

    #vygoda .box-6 p {font-size: 14px;}
}
/*SM*/
@media (max-width: 992px) {
    .bgvideo video {
    width: auto;
    height: 100%;
}
  #about .wrp .about-text{position: relative; padding: 20px;}

  #about h3{
    font-size: 30px;
}
#hidroizo .box-4,
#hidroizo .caption {
    width: auto;
    float: none;
    border-radius: 0;
}
#hidroizo .box-4 img{
    width: 100%;
    border-radius: 0;
    height: auto;
}
#home .btn{
    position: relative;
    bottom: 140px;
    left: 140px;

}



#header .phone {
    padding: 20px;
    font-size: 22px;
}
#header  .social {
    padding-top: 8px;
}
#header  .social svg{
    margin-left: 8px;
}

#home .box-1 {
    width: 40%;
    display: inline-block;
    margin-left: 4%;
}
#action p {
    color: #fff;
    font-weight: 400;
}

#action .btn {
    bottom: 40px;
    left: 20px;
}
#action .arr-text {
    text-transform: uppercase;
}
#preimuschestva .box-3 {
    height: 240px;
}
#konsultaciya h3 {
    font-size: 22px;
}
#price table td {
    font-size: 12px;
    font-weight: 600;
}
#price h4 {
    font-size: 20px;
    font-weight: 600;
}

#vygoda .box-6 img {width: 40px;}
#vygoda .box-6 h4 {font-size: 17px;}
#vygoda .box-6 {border-radius: 5px;}

#action .arrow{
    left:-360px;
        top: -15px;
}
#uslugi .box-2 .caption {
    font-size: 17px;
}
#preimuschestva h4 {
    font-size: 15px;
}
#preimuschestva .box-3 p {
    font-size: 13px;
}
.section {
    padding: 60px 0;
}
#hidroizo .caption {
    height: auto;
}
.owl-theme .owl-dots {
    padding-top: 40px;
}

}


/*XS*/
@media (max-width: 768px) {
#home .btn {
    position: relative;
    bottom: 10px;
    left: 0px;
    width: 100%;
}
#home .box-1 {
    width: 100%;
    display: inline-block;
    margin-left: 0;
}

 #top .phone {
    padding: 2px 15px;
}
#top .phone span {
    display: block;
    text-align: right;
}
#menu .nav-link {
    padding: 5px;
}
h1 {
    font-size: 38px;
}
#home {
    padding: 30px 0 30px;
}
h2 {
    font-size: 21px;
}
.btn-lg {
    padding: 11px 20px;
    font-size: 12px;
}
h3 {
    font-size: 22px;
}
#action {
    /*    background: #235379 url(../img/bg4.png) 130% 18% no-repeat;*/
    background-size: 150%;
}
#action h3 {
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 40px;
}
#action span {
    font-size: 12px;
    width: 20px;
    height: 20px;
}
#action p {
    font-size: 14px;
    padding: 0 0 0 34px;
    line-height: 20px;
}
#action .btn {
    margin-top: 40px;
    width: 220px;
    position: absolute;
    right: 0;
}
#action .arr-text {
    background: #fff;
    width: 280px;
    font-size: 23px;

}
#action .block {
    margin-bottom: 20px;
    position: relative;

}
.section {
    padding: 50px 0;
}
.owl-nav {
    display: none;
}
#uslugi .box-2 .caption {
    font-size: 14px;
}
#preimuschestva .box-3 {
    height: 210px;
}
.container-mini {
    padding: 0;
}
.form-control {
    padding: 10px;
}
#hidroizo .box-4,
#hidroizo .caption {
    width: auto;
    float: none;
}
#hidroizo .block-text {
    height: 120px;
    font-size: 14px;
    line-height: 18px;
}
.mt-5 {
    margin-top: 1rem !important;
}
#price .table {
    font-size: 14px;
}
#vygoda .box-6 p {
    line-height: 18px;
    font-size: 14px;
}
#vygoda .box-6 {
    height: 310px;
}
#about {
    background: none;
}
#dopuslugi .box-7 .caption .capt-text {
    height: 80px;
}
#contact {
    background: none;
}
#contact .social {
    padding: 20px 0;
}
footer .logo {
    margin-bottom: 35px;
}

.modal-header .close {
    padding: 3px;
    margin: 10px 10px 10px auto;
    border: none;
}
.table td, .table th {padding: 5px;}

#action .ld{display: none;}
#action .sd{display: block;
    margin: 0 auto;
    left:0;
    right: 0;
    position: absolute;
    bottom: -50px;
}
}

/*XXS*/
@media (max-width: 576px) {
    #home h1 {
        font-size: 35px;
    }
    #home h2 {
        font-size: 22px;
    }
 
   #action .ld{display: none;}
   #action .sd{display: block;
    margin: 0 auto;
    left:0;
    right: 0;
    width: 95%;
    position: absolute;
    bottom: -80px;
}
#action .arrow {
    left:-400px;
}
#action .arr-text {
    margin-bottom: 20px;
}
#action p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding-top:5px;
}
#action {
    height: 380px;
}

.owl-theme .owl-dots {
    padding-top:20px;
}
.section {
    padding: 20px 0;
}
}


/*END END END*/
