.mr15{
    margin-right: 15px;
}


.mr5{
    margin-right: 5px;
}


.pl10{
    padding-left: 10px;
}

.fa-telegram:before {
    color: #25a1e1;
}

.fa-instagram:before {
    color: #d33dbf;
}

.fa-whatsapp:before {
    color: #12b112;
}

.fa-viber:before {
    color: #6c40f7;
}

@media only screen and (max-width: 639px) {

        .social {
    margin-top: 11px;
}
.navbar-blue .navbar-nav > li > a {
    color: #fff !important;
}
.lp-item-bg.lp-item-totop {
    top: -10px !important;
}
.wrap-bg {
	background-image: url(../../assets/images/header-bg-mob.jpg) !important;
    background-position: -139px !important;
    background-size: cover !important;
}
	}

.pt23{
  padding-top: 23px;
}

.pt25{
  padding-top: 25px;
}

.msoptionsprice-product label{
    display: block;
}

.table span{
    color: #333;
    display: inline-block;
    font-size: 1em;
}

.table label{
    font-weight: normal;
}



.calc-fixed-btn{
  width: 100px;
  height: 100px;
  background: #13AABE;
  position: fixed;
  left: 0;
  bottom: 10%;
  z-index: 1000;
  text-align: center;
  padding-top: 15px;
}

.fixed-btn-block{
   position: fixed; 
   display: block;
  z-index: 1000;
  bottom: 30px;
  right: 30px;
     width: 100px;
   height: 100px;
   -webkit-animation-name:rotate;
        animation-name: rotate;
        -webkit-animation-duration:6s;
        animation-duration:6s;
        -webkit-animation-iteration-count:  infinite;
        animation-iteration-count:  infinite;
        -webkit-animation-timing-function: cubic-bezier(0.6, -0.04, 0, 1.55);
        animation-timing-function: cubic-bezier(0.6, -0.04, 0, 1.55);

}

.curve-button{
 position: absolute; 
top: 0; 
left: 0;
   width: 100px;
   height: 100px;
   background: #DF573C;
border-radius: 200% 20px;
-webkit-animation-name:scale;
        animation-name: scale;
        -webkit-animation-duration:.5s;
        animation-duration:.5s;
        -webkit-animation-iteration-count:  infinite;
        animation-iteration-count:  infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;

}

.curve-button-bottom{

  z-index: 999;
position: absolute; 
top: 0; 
left: 0;
   width: 100px;
   height: 100px;
   background: #DF573C;

border-radius: 200% 20px;
transform: rotate(135deg);
-webkit-animation-name:rotate,scale;
        animation-name:rotate,scale;
        -webkit-animation-duration:8s,.5s;
        animation-duration:8s,.5s;
        -webkit-animation-iteration-count:  infinite;
        animation-iteration-count:  infinite;
        -webkit-animation-timing-function: all 0.2s ease-out;
        animation-timing-function: all 0.2s ease-out;
}

.curve-button:after {
content: "";
position: absolute; 
top: 0; 
left: 0;
width: 100px; 
height: 100px; 
background: inherit;
border-radius: 200% 20px;
transform: rotate(-90deg);
-webkit-animation-name:scale;
        animation-name:scale;
        -webkit-animation-duration:.5s;
        animation-duration:.5s;
        -webkit-animation-iteration-count:  infinite;
        animation-iteration-count:  infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
}


.curve-button:before {
content: "";
position: absolute; 
top: 0; 
left: 0;
width: 100px; 
height: 100px; 
background: inherit;
border-radius: 200% 20px;
transform: rotate(90deg);
-webkit-animation-name:scale;
        animation-name: scale;
        -webkit-animation-duration:.5s;
        animation-duration:.5s;
        -webkit-animation-iteration-count:  infinite;
        animation-iteration-count:  infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
     
}


        
@-webkit-keyframes scale { 
  0% { 
        opacity: 1;
  
          }
  50% { 
        opacity: 0.7;


  } 100% { 
        opacity: 1;
    
  }  }
   @-moz-keyframes scale { 
     0% { 
        opacity: 1;
  
          }
     50% { 
        opacity: 0.7;

     } 100% { 
        opacity: 1;

       
     }  }
     @-o-keyframes scale { 
       0% { 
        opacity: 1;
  
          }
       
       50% { 
        opacity: 0.7;

        
       } 100% { 
        opacity: 1;

         
       }  }
        @keyframes scale { 
          0% { 
        opacity: 1;
  
          }
          
          50% { 
        opacity: 0.7;

          
        } 
        100% { 
        opacity: 1;
  
          
        }  
          
        }      
        
 @-webkit-keyframes rotate { 
  0% { 
           -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
  
          }
  50% { 
                -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg);


  } 100% { 
           -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    
  }  }
   @-moz-keyframes rotate { 
     0% { 
           -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
  
          }
     50% { 
                -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg);

     } 100% { 
           -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);

       
     }  }
     @-o-keyframes rotate { 
       0% { 
          -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
  
          }
       
       50% { 
               -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg);

        
       } 100% { 
           -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);

         
       }  }
        @keyframes rotate { 
          0% { 
          -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
  
          }
          
          50% { 
               -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg);

          
        } 
        100% { 
          -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
  
          
        }  
          
        }           
        

.fixed-btn-block span{
  display: block;
    color: #ffffff;
  text-align: center;
  font-size: 48px;
  padding-top: 15px;
  z-index: 1000;
  position: relative;
  font-weight: bold;
}

.fixed-btn-block a:hover, .fixed-btn-block a:focus{
  color: #fff;
  opacity: .8;
  
}



/*
.curve-button:before {
  content: "";
  position: absolute; 
  top: 0; 
  left: 0;
  width: 100px; 
  height: 100px; 
  background: inherit;
  border-radius: 20%;
}
*/

.curve-button:before {
  transform: rotate(45deg);
}



#formfixedback .modal-content {
  border:10px solid #DF573C;
  background-image: url(../img/couple-moving-new-home-happy-married-people-buy-new-apartment-start-new-life-together.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  -webkit-background-size:auto 100%;
  background-size: auto 100%;
}

#formfixedback .modal-dialog{
  width: 1100px;
  max-width: 100%;


}

#formfixedback h4{
  color: #DF573C;
}

#formfixedback h5{
  font-size: 20px;
  color: #333333;
}




#formfixedback .right{
  float: right;
}

#formfixedback li{
  border-bottom: 1px dotted #c9c9c9;
  padding-bottom: 3px;
  margin-top: 5px;

}

#formfixedback .price{
  color: #DF573C;
  font-weight: bold;
}

#formfixedback .old-price{
  color: #919191;
}


.align-content-stretch{

-ms-flex-line-pack: stretch;
    align-content: stretch;
}



.h4-span-upper{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.h4-span-big{
  font-weight: 900;
  font-size: 72px;
  line-height: 84px;
}

.d-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-content-between{
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.align-items-stretch{
-webkit-box-align: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
        }

/* Отметьте поля ввода, которые получают ошибку при проверке: */
input.invalid {
  background-color: #ffdddd;
}

/* Скрыть все шаги по умолчанию: */
.tab {
  display: none;
}

/* Сделайте круги, которые указывают шаги формы: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #333333;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Отметьте активный шаг: */
.step.active {
  opacity: 1;
}

/* Отметьте шаги, которые закончены и действительны: */
.step.finish {
  background-color: #df573c;
}

.lnk-back{
      -webkit-box-shadow: inset 3px 0 7px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: inset 3px 0 7px rgba(0, 0, 0, 0.44);
    box-shadow: inset 3px 0 7px rgba(0, 0, 0, 0.44);
    background-color: #939191;
    color: #fff;
        text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold!important;
    padding: 8.5px 12px!important;
}

.lnk-back:hover, .lnk-back:focus{
  -webkit-box-shadow: inset 3px 0 7px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: inset 3px 0 7px rgba(0, 0, 0, 0.44);
    box-shadow: inset 3px 0 7px rgba(0, 0, 0, 0.44);
}



#msMiniCart {
    color: #ffffff;
    padding-top: 20px;
    text-align: right;
    line-height: 1.2;
}

#msMiniCart a{
    color: #ffffff;
}

#msMiniCart i{
    font-size: 1.3em;
    padding-right: 5px;
}

header .phones a{
    color: #000;
}

header .phones a:hover, header .phones a:focus, header .phones a:active{
    color: #78c9dc;
}


.social{
    display: inline-block;
    vertical-align: top;
}

.social a{
    padding: 5px;
}
.ms2_total_count{
    background-color: rgba(255,255,255,.4);
    padding: 1px 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 5px;
    text-align: center;
}

#msMiniCart i.fa-rub{
    font-size: 1em;
}



.availability{
    font-size: .5em;
    border: 1px solid #ddd;
    padding: 3px 7px;
    background-color: #f5f5f5;
}

.lnk-btn.cart{
    background-color: #ef7a13;
    border: 1px solid #ef7a13;
}

.lnk-btn.cart:focus, .lnk-btn.cart:hover{
    background-color: #ef7a13;
}

.ms2_product form{
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding: 10px;
}

.ms2_product .form-control.input-sm{
    max-width: 50%;
    margin: 5px auto;
    display: block;
    opacity: 1;
}

.form-select{
    width: 100%;
}

.form-number {
    height: 41px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333333;
    display: block;
    width: 100%;
    background-color: #fff;
    background-image: none;
    border: 1px solid #777777;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: '' inset 0 1px 1px rgba(0,0,0,.075) 1px 2px rgba(0,0,0,.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: '' inset 0 1px 1px rgba(0,0,0,.075) 1px 2px rgba(0,0,0,.2);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -webkit-transition: all border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s ease;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease;
    -o-box-shadow: '' inset 0 1px 1px rgba(0,0,0,.075) 1px 2px rgba(0,0,0,.2);
}

.prod-inside .select-group{
    max-width: 100px;
    margin: 10px auto;
}
.ms2_product .lnk-btn.cart{
    margin: 0 auto;
    display: block;
}

.ms2_product .ms2_form{
    padding-bottom: 50px;
}
.tooglclc {
    cursor: pointer;
}
.oform_zakaz {
    text-align: center;
}
.filtrbutton {
    display: none;
}
.filtrbutton {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding: 10px;
    width: 154px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
}



#msCart .title{
    font-size: 1.3em;
}




/* uslugi */

body {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

h3 {
    margin: 0;
    padding: 0;
}



.container {
    width: 1170px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.wrap-bg {
    background-image: url("../../assets/images/mobile/about-bg.jpg");
    background-repeat: repeat;
    position: relative;
    z-index: 103;
    background-color: #b57a53;
}


/* .wrap-bg:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -54px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 56px transparent;
    border-right: solid 56px transparent;
    border-top: solid 56px #678391;
    z-index: 100;
} */



.inner-page h1.about-us {
    padding: 84px 0 85px 0;
    font-family: "Tenor Sans", "Arial", sans-serif;
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
	text-shadow: #000000ad 0px 4px 12px;
}

.inner-page h1 .accent {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 48px;
    line-height: 1;
    color: #ff6243;
}

.small {
    font-size: 24px;
}

.about .lead {
    font-family: "Tenor Sans", "Arial", sans-serif;
    font-size: 32px;
    line-height: 44px;
    color: #43230a;
	text-align: center;
	text-shadow: #000000ad 0px 4px 12px;
}

.normal {
    font-weight: normal;
}

td {
    width: 180px;
}

.no-wrap {
    white-space: nowrap;
}

.data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    list-style-type: none;
    padding-left: 0;
	justify-content: center;
	text-shadow: #000000ad 0px 4px 12px;
}

.data li {
  width: 160px;
}

.data .big {
  white-space: nowrap;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 65px;
  color: #fff;
}

.data .small {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
}

/* Calc */

.calc {
    max-width: 500px;
    width: 100%;
    margin-bottom: 65px;
}

.calc-form {
    margin-top: 60px;
    padding: 0 30px;
    background-color: #ffffff;
}

.calc .calc-heading {
    padding-top: 27px;
    text-align: left;
    font-family: "Open Sans", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 35px;
    color: #000000;
}

.calc label {
    font-family: "Open Sans", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 27px;
    color: #707070;
    width: 100%;
   

}

.calc .form-group.row label{
   padding-top: 10px;
}

.calc .form-group input{
  
}

.select {
    background: url(../img/select-arrow.svg) no-repeat transparent;
    background-position: 95% 50%;
    border-radius: 5px;
    margin-right: 2%;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}



.select >select:active,
.select> select:focus {
    background: url(images/selectactive.png)       no-repeat transparent;
}

.select select {
    color: black;
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 2.5;
    background: transparent;
    border: 0;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    padding-right: 20px;
}



.grey {
    font-family: "Open Sans", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #707070;
}

#cat,
#effect {
    width: 100%;
    height: 55px;
    padding: 0 50px 0 10px;
    border: 3px solid #cef5fa;
    box-sizing: border-box;
    font-family: "Open Sans", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

 #cat:focus, #effect:focus{
  border-color: #12abbd;
}

.application,
.effect {
    position: relative;
    display: flex;
    justify-content: space-between;
}



.application {
    padding-top: 32px;
}

.application p,
.effect p {
    display: block;
    padding-top: 25px;
}

#square {
    height: 55px;
    border: 3px solid #cef5fa;
}

.square-box {
    display: flex;
    padding-top: 20px;
}

.square-box label {
  padding-top: 23px;
}

.checkbox-indent {
    position: relative;
    margin-top: 27px;
}

#ceil,
#discont {
    position: relative;
}

input[type=checkbox] {
    display: none;
}

input ~ label::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    right: 0;
    bottom: 7px;
    border: 3px solid #cef5fa;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;

}

input ~ label:hover::before {
    border: 3px solid #12aabe;
}

input:checked ~ label::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 3px;
    right: 8px;
    background-image: url("../../assets/images/checkbox.png");
}

.calc .form-heading {
    font-family: "Open Sans", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin-top: 0;

}



.ng-binding {
    font-family: "Open Sans", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: #000000;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.ng-binding span {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #df573c;
}

.ng-binding.ss{
  font-size: 18px;
  color: #707070;
  text-decoration: line-through;
}

.ng-binding.ss span{
  font-size: 18px;
  color: #707070;

}

.price-inc {
    font-family: "Open Sans", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #707070;
}

#tel {
    height: 48px;
    margin-right: 10px;
    box-sizing: border-box;
    border: 3px solid #cef5fa;
}

.form-indent {
    display: flex;
    padding: 20px 0;
}



.form-actions .lnk-btn{
  width: 100%;
}

.calc-page a.lnk-btn, .calc-page button.lnk-btn{
 padding: 16px;
 width: 100%;
 max-width: 300px;
 display: block;
}

.calc-page input.lnk-btn{
  padding: 16px;
  height: 48px;
}


/* block #2 Advatages */

.wrap-bg2 {
    background-image: url("../../assets/images/advantages-bg.jpg");
    position: relative;
    z-index: 101;
}

.advantages {
    position: relative;
    padding-bottom: 10px;
}

/* .advantages:after {
content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -54px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 56px transparent;
    border-right: solid 56px transparent;
    border-top: solid 56px #f3fdfe;
    z-index: 100;
} */

.advantages-heading {
    margin: 0 auto;
    padding-top: 45px;
    margin-bottom: 50px;
    font-family: "Tenor Sans", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 65px;
    text-align: center;
    color: #000000;
}

.advantages-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.advantages-item {
    position: relative;
    padding-top: 75px;
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 45px;
    list-style-type: none;
    font-family: "Open Sans", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    background-position: 15px 0;
}

button.close span{
  font-size: 32px;
}

.advantages-item::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    left: 15px;
    top: 0;
    
}

.item-1 {
    background-image: url("../../assets/images/icon-1.png");
    background-repeat: no-repeat;
}

.item-2 {
    background-image: url("../../assets/images/icon-2.png");
    background-repeat: no-repeat;
}

.item-3 {
     background-image: url("../../assets/images/icon-3.png");
     background-repeat: no-repeat;
}

.item-4 {
    background-image: url("../../assets/images/icon-4.png");
    background-repeat: no-repeat;
}

.item-5 {
    background-image: url("../../assets/images/icon-5.png");
    background-repeat: no-repeat;
}

.item-6 {
    background-image: url("../../assets/images/icon-6.png");
    background-repeat: no-repeat;
}


/* Block # 3 services works */

.works {
  padding-bottom: 0px;
  background-color: #fff;
  position: relative;
  z-index: 100;
}

.works-text{
  text-align: left;
}

.works-heading {
    padding-top: 37px;
    font-family: "Tenor Sans", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 65px;
    text-align: center;
    color: #000000;
}

.works-item .item-heading {
	font-family: "Tenor Sans", "Arial", sans-serif;
    padding-top: 17px;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    color: #000000;
}

.works-list {
    margin: 0;
    padding: 0;
}

.works-item {
    margin-bottom: 30px;
    list-style-type: none;
    background-color: #fafafa;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
}

.wrap-content {
    display: flex;
    justify-content: space-between;
    padding: 23px 60px;
    padding-bottom: 0;
}

.works-slider {
    position: relative;
    width: 100%;
}

.carousel-inner .label-icon{
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
  width: 25px;
}
.modInstagram2 video{
  padding: 3px;
  margin-bottom: -3px;
}
.modInstagram2 .thumbnail{
  border: 4px solid white;
  padding: 0;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;

}

.modInstagram2 .owl-carousel .item{
  margin:0;
}

.modInstagram2 .thumbnail:hover{
  border: 4px solid #12abbd;
}

.modInstagram2 .thumbnail img{
  display: block;
  padding: 0;
}

.owl-theme.carousel-instagram>.owl-controls>.owl-buttons>.owl-next, .owl-theme.carousel-instagram>.owl-controls>.owl-buttons>.owl-prev{
  top: -250px;
}





.owl-pagination {
  padding: 40px 0;
}

.btn-left,
.btn-right {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
}

.btn-left {
    position: absolute;
    content: "<";
    top: 140px;
    left: 25px;
}

.btn-right {
    position: absolute;
    top: 140px;
    right: 25px;
}

.works-text h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 35px;
    color: #000000;
    margin-top: 0;
    padding-top: 0;
}

.works-text p {
    
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.works-text .works-price{
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    color: #000000;
    margin: 0;
    padding: 0;
}


.works-price span {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #DF573C;
}



.jb {
    justify-content: space-between;
}

.btn-buy {
    width: 180px;
    height: 54px;
    box-sizing: border-box;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    background: #DF573C;
    border: none;
}

/* BLock #4 Froze */

.wrap-bg3 {
    background-image: url("../../assets/images/froze-bg520.jpg");
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
}

/* .wrap-bg3:after {
  content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -54px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 56px transparent;
    border-right: solid 56px transparent;
    border-top: solid 56px #95ddd2;
    z-index: 100;
} */

.our-works{
  position: relative;
}

.our-works p{
  text-align: center;
}


.our-works .owl-item img{
  max-width: 100%;
}

.our-works .owl-theme .owl-controls .owl-page.active span, .work-carousel.owl-theme .owl-controls .owl-page.active span, .our-works-slider.owl-theme .owl-controls .owl-page.active span{
  background: #11a9be;
}

.our-works-slider.owl-theme .owl-controls .owl-buttons .owl-prev{
  background-color: #FAFAFA;
}

.our-works-slider.owl-theme .owl-controls .owl-buttons .owl-next{
  background-color: #FAFAFA;
}

.calc-page .owl-theme .owl-controls .owl-buttons div{
  background:  #FAFAFA;
  color: #868686;
  opacity: 1;
  
}

.calc-page .owl-theme .owl-controls.clickable .owl-buttons div:hover{
  color: #11a9be;
}

.our-works .owl-theme .owl-controls .owl-page span{
  background-color: #fff;
}

.our-works .owl-theme .owl-controls{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.our-works:after {
  content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -54px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 56px transparent;
    border-right: solid 56px transparent;
    border-top: solid 56px #ffffff;
    z-index: 100;
}


.froze {
    position: relative;
    padding-bottom: 70px;
}

/* .works:after {
  content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -54px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 56px transparent;
    border-right: solid 56px transparent;
    border-top: solid 56px #ffffff;
    z-index: 100;
} */



.froze-heading {
	font-family: "Tenor Sans", "Arial", sans-serif;
    padding-top: 30px;
    padding-bottom: 70px;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 65px;
    text-align: center;
    color: #000000;
}

.froze-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.froze-item {
    position: relative;
    padding-top: 80px;
    list-style-type: none;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    width: 33%;
}

.froze-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
}

.froze-item-1 {
    background-image: url("../../assets/images/froze-icon.png");
    background-repeat: no-repeat;
}

.froze-item-2 {
    background-image: url("../../assets/images/froze-icon2.png");
    background-repeat: no-repeat;
}

.froze-item-3 {
    background-image: url("../../assets/images/froze-icon3.png");
    background-repeat: no-repeat;
}

.btn-call {
    display: block;
    width: 308px;
    height: 54px;
    margin: 0 auto;
    padding: 15px;
    color: #ffffff;
    box-sizing: border-box;
    background-color: #DF573C;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

/* block 5 our works */

.our-works-heading {
    margin-top:50px;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 65px;
    text-align: center;
    color: #000000;
}



/* block 6 our team */

.wrap-bg4 {
    background-image: url("../../assets/images/team-bg520.jpg");
    -webkit-background-size: cover;
    background-size: cover;

}

.our-team {
    position: relative;
    padding-bottom: 10px;
}



.our-team:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -54px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 56px transparent;
    border-right: solid 56px transparent;
    border-top: solid 56px #ccf4eb;
    z-index: 100;
}

.our-team-heading {
    margin: 0 auto 40px;
    padding-top: 120px;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 65px;
    text-align: center;
    color: #000000;
}

.team-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
}

.team-item {
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
    list-style-type: none;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    width: 33%;
}

.team-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
}


.team-item-1 {
    background-image: url("../../assets/images/team-icone.png");
    background-repeat: no-repeat;
}

.team-item-2 {
    background-image: url("../../assets/images/team-icon-1.png");
    background-repeat: no-repeat;
}

.team-item-3 {
    background-image: url("../../assets/images/team-icon-2.png");
    background-repeat: no-repeat;
}

.teamate {
  padding: 20px;
  background-color: #ffffff;
  text-align: left;
}

.teamate h3{
  font-weight: bold;
  font-size: 1em;
}

.teamate b {
  display: block;
  margin-top: 30px;
}

.slider {
    height: 750px;
}

/* block #7 faq */

.faq {
    display: flex;
    padding-bottom: 0px;
    padding-top: 0px;
}

.faq-heading {
	font-family: "Tenor Sans", "Arial", sans-serif;
    margin-top: 70px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 65px;
    color: #000000;
	text-align: center;
}

.calc-page .panel{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #707070;
}



.bottom-right {
  margin-top: 134px;
  margin-bottom: 100px;
  width: 100%;
  margin-left: auto;
  padding: 40px;
  background-color: #fafafa;
}

.bottom-right input[type=text] {
  height: 45px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  color: #333333;
}

.bottom-right input[type=email] {
  height: 45px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
}

.bottom-right textarea {
  height: 150px;
  border: 1px solid #C4C4C4;
  padding: 10px;
  resize: none;
}

.accept {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #161811;
}

.bottom-right .btn-q {
  width: 190px;
  height: 54px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  background-color: #DF573C;
  border: none;
}

.quation {
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 35px;
  color: #161811;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    position: relative;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    background-color: #fff;
    border-top: 1px solid lightgrey;
    padding-right: 30px;
}

.accordion:after {
    position: absolute;
    content: "\f078";
    top: 3px;
    right: 16px;
    width: 30px;
    height: 30px;
    padding-top: 7px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
}

.bottom-left .active:after {
    transform: rotate(180deg);
    color: #fff;
}

.accordion-last {
    border-bottom: 1px solid lightgrey;
}

.panel p {
  margin: 10px 50px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active:after, .accordion:hover:after {
    background-color: #13AABE;
}

/* Style the accordion panel. Note: hidden by default */
.calc-page .panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}


.img-slider{
  max-width: 100%;
}

.teamate .teamate-pic {
  width: 100%;
}

/* max-width от большего к меньшему
min-width от меньшего к большему */

@media only screen and (max-width: 1199px) {



  .services {
      display: flex;
      flex-wrap: wrap;
  }

  .about {
      max-width: 100%;
      box-sizing: border-box;
  }

  .inner-page h1.about-us{
      padding-top: 28px;
      padding-bottom: 20px;
      font-family: "Open Sans", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 36px;
      line-height: 131%;
  }

  .accent {
      font-style: normal;
      font-weight: normal;
      font-size: 22px;
      line-height: 20px;
  }

  .small {
      font-size: 14px;
  }

  .about .lead {
      max-width: 70%;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 25px;
      text-align: left;
  }

  .data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
  }

  .data li {
      width: 50%;
      max-width: 140px;
  }

  .data .big {
      font-size: 30px;
      line-height: 41px;
  }

  .data .small {
      font-size: 15px;
      line-height: 20px;
  }

  /* CALC */
  
  .calc {
    max-width: 100%;
  }
  
  .calc .calc-heading {
    padding-left: 0;
    font-size: 17px;
    line-height: 26px;
  }


  
  .application,
  .effect {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
  }
  

  
  #cat,
  #effect {
    height: 45px;
    padding: 5px;
  }
  
  .square-box {
    padding-top: 0;
  }
  
  .square-box label {
    max-width: 100%;
    font-size: 15px;
    line-height: 150%;
    margin-top: 15px;
    padding-top: 0;
  }
  
  #square {
    width: 97px;
    max-width: 100%;
    height: 45px;
    margin-left: auto;
    
  }
  
  .checkbox-indent {
    margin-top: 5px;
  }
  
  .checkbox-indent label {
    font-size: 15px;
    line-height: 150%;
    width: 370px;
    max-width: 100%;
    padding-right: 37px;
  }
  
  input ~ label::before {
    bottom: 0;
  }
  
  .calc {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  .calc .line-th {
    padding-left: 16px;
    font-size: 16px;
    line-height: 100%;
  }
  
  .ng-binding {
    font-size: 17px;
    line-height: 140%;
  }
  
  .ng-binding span {
    font-size: 24px;
    line-height: 140%
  }
  
  .price-inc {
    font-size: 12px;
    line-height: 150%;
  }
  
  .form-indent {
    display: block;
  }
  
  #tel {
    max-width: 100%;
    height: 48px;
  }
  
  .form-indent .row {
    margin: 0;
  }
  
  .form-indent .btn-submit {
    width: 478px;
    max-width: 100%;
    height: 45px;
    margin: 0;
  }
  
  /* advantages */
  
  .advantages .advantages-heading {
    font-size: 32px;
    line-height: 29px;
  }
  
  .advantages-item {
    margin: 0 auto;
    font-size: 15px;
    line-height: 150%;
  }
  
  .works .works-heading {
    font-size: 32px;
    line-height: 29px;
  }
  
  .works .item-heading {
    font-size: 19px;
    line-height: 26px;
  }
  
  .wrap-content {
    flex-wrap: wrap;
    padding: 0;
  }
  
  .works-text h4 {
    font-size: 17px;
    line-height: 23px;
  }
  
  .works-text p {
    padding: 0;
    font-size: 15px;
    line-height: 150%;
  }
  
  .works-text .works-price {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 17px;
    line-height: 23px;
  }
  
  .works-text .works-price span {
    font-size: 19px;
    line-height: 26px;
  }
  
  .btn-buy {
    width: 280px;
    max-width: 100%;
    height: 43px;
  }
  
  .froze .froze-heading {
    padding-top: 75px;
    padding-bottom: 50px;
    font-size: 32px;
    line-height: 29px;
  }
  
  .froze-list {
    display: block;
  }
  
  .froze-item {
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
  }
  
  .btn-call {
    width: 280px;
    height: 47px;
  }
  
  .our-works .our-works-heading {
    font-size: 32px;
    line-height: 29px;
  }
  
  .our-team .our-team-heading {
    margin: 0;
    padding-top: 20px;
    font-size: 32px;
    line-height: 29px;
  }
  
  .our-team .team-list {
    display: block;
    margin-top: 25px;
    padding: 0;
  }
  
  .our-team .team-item {
    margin: 0 auto;
    font-size: 15px;
    line-height: 150%;
  }
  

  
  .faq {
    flex-wrap: wrap;
  }
  
  .faq .faq-heading {
    margin-top: 25px;
    font-size: 32px;
    line-height: 29px;
  }
  
  .bottom-left {
    width: 100%;
  }
  
  .bottom-right {
    width: 100%;
    margin-top: 80px;
  }
  
  .bottom-right .quation {
    font-size: 17px;
    line-height: 23px;
  }
  
  .bottom-right input[type="text"],
  .bottom-right input[type="email"] {
    width: 100%;
  }
  
  .bottom-right textarea {
    width: 100%;
  }
  
  .accept {
    font-size: 13px;
    line-height: 18px;
  }
  
  .btn-q {
    width: 210px;
  } 
}

@media only screen and (max-width:991px){
    .empty{
        text-align: center;
    }

    .phones-container{
        text-align: center;
    }

    #msProduct .lnk-btn{
        margin-top: 5px;
    }

    #msProduct label{
        text-align: center;
        display: block;
    }

    #msProduct label input:not(.form-number){
        max-width: 100px;
        margin: 0 auto;
    }
    
    .froze-item{
      width: 100%;
    }
    
    #formfixedback .modal-dialog{
      margin: 0;
    }


}

@media only screen and (max-width: 980px) {



  .services {
      display: flex;
      flex-wrap: wrap;
  }

  .about {
      max-width: 100%;
      box-sizing: border-box;
  }

  .inner-page h1.about-us {
      padding-top: 28px;
      padding-bottom: 20px;
      font-family: "Open Sans", "Arial", sans-serif;
      font-style: normal;
      font-weight: 900;
      font-size: 2.7rem;
      line-height: 131%;
  }

  .accent {
      font-style: normal;
      font-weight: normal;
      font-size: 22px;
      line-height: 20px;
  }

  .small {
      font-size: 14px;
  }

  .about .lead {
      max-width: 70%;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 25px;
      text-align: left;
  }

  .data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
  }

  .data li {
      width: 50%;
      max-width: 140px;
  }

  .data .big {
      font-size: 30px;
      line-height: 41px;
  }

  .data .small {
      font-size: 15px;
      line-height: 20px;
  }

  /* CALC */
  
  .calc {
    max-width: 100%;
  }
  
  .calc .calc-heading {
    padding-left: 0;
    font-size: 17px;
    line-height: 26px;
  }

  
  .application,
  .effect {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
  }
  
  .application p,
  .effect p {
    padding-top: 10px;
  }
  
  #cat,
  #effect {
    height: 45px;
    padding: 5px;
  }
  
  .square-box {
    padding-top: 0;
  }
  
  .square-box label {
    max-width: 100%;
    font-size: 15px;
    line-height: 150%;
    margin-top: 15px;
    padding-top: 0;
  }
  
  #square {
    width: 97px;
    max-width: 100%;
    height: 45px;
    margin-left: auto;
    
  }
  
  .checkbox-indent {
    margin-top: 5px;
  }
  
  .checkbox-indent label {
    font-size: 15px;
    line-height: 150%;
    max-width: 370px;
    width: 100%;
    padding-right: 37px;
  }
  
  input ~ label::before {
    bottom: 0;
  }
  
  .calc {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  .calc .line-th {
    padding-left: 16px;
    font-size: 16px;
    line-height: 100%;
  }
  
  .ng-binding {
    font-size: 17px;
    line-height: 140%;
  }
  
  .ng-binding span {
    font-size: 24px;
    line-height: 140%
  }
  
  .price-inc {
    font-size: 12px;
    line-height: 150%;
  }
  
  .form-indent {
    display: block;
  }
  
  #tel {
    width: 100%;
    height: 48px;
  }
  
  .form-indent .row {
    margin: 0;
  }
  
  .form-indent .btn-submit {
    max-width: 478px;
    width: 100%;
    height: 45px;
    margin: 0;
  }
  
  /* advantages */
  
  .advantages .advantages-heading {
    font-size: 32px;
    line-height: 29px;
  }
  
  .advantages-item {
    margin: 0 auto;
    font-size: 15px;
    line-height: 150%;
  }
  
  
  
  .works .works-heading {
    font-size: 32px;
    line-height: 29px;
  }
  
  .works .item-heading {
    font-size: 19px;
    line-height: 26px;
  }
  
  .wrap-content {
    flex-wrap: wrap;
    padding: 0;
  }
  
  .works-text h4 {
    font-size: 17px;
    line-height: 23px;
  }
  
  .works-text p {
    padding: 0;
    font-size: 15px;
    line-height: 150%;
  }
  
  .works-text .works-price {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 17px;
    line-height: 23px;
  }
  
  .works-text .works-price span {
    font-size: 19px;
    line-height: 26px;
  }
  
  .btn-buy {
    width: 280px;
    max-width: 100%;
    height: 43px;
  }
  
  .froze .froze-heading {
    padding-top: 75px;
    padding-bottom: 50px;
    font-size: 32px;
    line-height: 29px;
  }
  
  .froze-item {
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
  }
  
  .btn-call {
    width: 280px;
    height: 47px;
  }
  
  .our-works .our-works-heading {
    font-size: 32px;
    line-height: 29px;
  }
  
  .our-team .our-team-heading {
    margin: 0;
    padding-top: 20px;
    font-size: 32px;
    line-height: 29px;
  }
  
  .our-team .team-list {
    margin-top: 25px;
    padding: 0;
  }
  
  .our-team .team-item {
    font-size: 15px;
    line-height: 150%;
  }
  
  .teamate {
    width: 100%;
    max-width: 440px;
  }
  

  
  .faq {
    flex-wrap: wrap;
  }
  
  .faq .faq-heading {
    margin-top: 25px;
    font-size: 32px;
    line-height: 29px;
  }
  

  
  .bottom-right {
    width: 100%;
    margin-top: 80px;
  }
  
  .bottom-right .quation {
    font-size: 17px;
    line-height: 23px;
  }
  
  .bottom-right input[type="text"],
  .bottom-right input[type="email"] {
    width: 100%;
  }
  
  .bottom-right textarea {
    width: 100%;
  }
  
  .accept {
    font-size: 13px;
    line-height: 18px;
  }
  
  .btn-q {
    width: 210px;
  } 
}

@media only screen and (max-width: 959px) {
  .works-text{
    padding-top: 20px;
  }
  
  .team-item{
    width: 100%;
  }
  
  
  
  .img-slider{
   margin: 0 auto;
   display: block;
  }
}


@media only screen and (max-width:768px){

    #mse2_filters .mse2-content, #mse2_filters .mse2_number_slider, #mse2_filters .mse2_number_inputs {
        display: none;
    }


    .filtrbutton {
        display: block;
    }

    #mse2_filters {
        display: none;
    }

    .card-fixed {
        position: fixed!important;
        top: 15px;
        left: 5px;
        padding-top: 0!important;

    }

    .serch-fixed {
        position: fixed!important;
        top: 8px;
        max-width: 165px;
        left: 101px;
        margin-top: 0!important;
    }

    .card-fixed small {
        display: none;
    }


  


  .services {
      display: flex;
      flex-wrap: wrap;
  }

  .about {
      max-width: 100%;
      box-sizing: border-box;
  }

  .about-us {
      padding-top: 28px;
      padding-bottom: 20px;
      font-family: "Open Sans", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal;
      line-height: 131%;
  }

  .accent {
      font-style: normal;
      font-weight: normal;
      font-size: 22px;
      line-height: 20px;
  }

  .small {
      font-size: 14px;
  }

  .about .lead {
      max-width: 70%;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 25px;
      text-align: left;
  }

  .data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
  }

  .data li {
      width: 50%;
      max-width: 140px;
  }

  .data .big {
      font-size: 30px;
      line-height: 41px;
  }

  .data .small {
      font-size: 15px;
      line-height: 20px;
  }

  /* CALC */
  
  .calc {
    max-width: 100%;
  }
  
  .calc .calc-heading {
    padding-left: 0;
    font-size: 17px;
    line-height: 26px;
  }


  
  .application,
  .effect {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
  }
  
  .application p,
  .effect p {
    padding-top: 10px;
  }
  
  #cat,
  #effect {
    height: 45px;
    padding: 5px;
  }
  
  .square-box {
    padding-top: 0;
  }
  
  .square-box label {
    max-width: 100%;
    font-size: 15px;
    line-height: 150%;
    margin-top: 15px;
    padding-top: 0;
  }
  
  #square {
    width: 97px;
    max-width: 100%;
    height: 45px;
    margin-left: auto;
    
  }
  
  .checkbox-indent {
    margin-top: 5px;
  }
  
  .checkbox-indent label {
    font-size: 15px;
    line-height: 150%;
    width: 370px;
    max-width: 100%;
    padding-right: 37px;
  }
  
  input ~ label::before {
    bottom: 0;
  }
  
  .calc {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  .calc .line-th {
    padding-left: 16px;
    font-size: 16px;
    line-height: 100%;
  }
  
  .ng-binding {
    font-size: 17px;
    line-height: 140%;
  }
  
  .ng-binding span {
    font-size: 24px;
    line-height: 140%
  }
  
  .price-inc {
    font-size: 12px;
    line-height: 150%;
  }
  
  .form-indent {
    display: block;
  }
  
  #tel {
    max-width: 100%;
    height: 48px;
  }
  
  .form-indent .row {
    margin: 0;
  }
  
  .form-indent .btn-submit {
    width: 478px;
    max-width: 100%;
    height: 45px;
    margin: 0;
  }
  
  /* advantages */
  
  .advantages .advantages-heading {
    font-size: 32px;
    line-height: 29px;
  }
  
  .advantages-item {
    margin: 0 auto;
    font-size: 15px;
    line-height: 150%;
  }
  
  .works .works-heading {
    font-size: 32px;
    line-height: 29px;
  }
  
  .works .item-heading {
    font-size: 19px;
    line-height: 26px;
  }
  
  .wrap-content {
    flex-wrap: wrap;
    padding: 0;
  }
  
  .works-text h4 {
    font-size: 17px;
    line-height: 23px;
  }
  
  .works-text p {
    padding: 0;
    font-size: 15px;
    line-height: 150%;
  }
  
  .works-text .works-price {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 17px;
    line-height: 23px;
  }
  
  .works-text .works-price span {
    font-size: 19px;
    line-height: 26px;
  }
  
  .btn-buy {
    width: 280px;
    max-width: 100%;
    height: 43px;
  }
  
  .froze .froze-heading {
    padding-top: 40px;
    padding-bottom: 50px;
    font-size: 32px;
    line-height: 29px;
  }
  
  .froze-item {
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
  }
  
  .btn-call {
    width: 280px;
    height: 47px;
  }
  
  .our-works .our-works-heading {
    font-size: 32px;
    line-height: 29px;
  }
  
  .our-team .our-team-heading {
    margin: 0;
    padding-top: 20px;
    font-size: 32px;
    line-height: 29px;
  }
  
  .our-team .team-list {
    margin-top: 25px;
    padding: 0;
  }
  
  .our-team .team-item {
    font-size: 15px;
    line-height: 150%;
  }
  

  

  
  .faq {
    flex-wrap: wrap;
  }
  
  .faq .faq-heading {
    margin-top: 25px;
    font-size: 32px;
    line-height: 29px;
  }
  
  .bottom-left {
    max-width: 100%;
  }
  
  .bottom-right {
    width: 100%;
    margin-top: 80px;
  }
  
  .bottom-right .quation {
    font-size: 17px;
    line-height: 23px;
  }
  
  .bottom-right input[type="text"],
  .bottom-right input[type="email"] {
    width: 100%;
  }
  
  .bottom-right textarea {
    width: 100%;
  }
  
  .accept {
    font-size: 13px;
    line-height: 18px;
  }
  
  .btn-q {
    width: 210px;
  } 
  
  input:checked ~ label::after {
    top: 5px;
  }
}


@media only screen and (max-width:767px){


    #msCart .header{
        display: none;
    }

    #msCart .title{
        font-size: 1em;
    }
}





@media only screen and (max-width: 675px) {
  .froze-item {
    margin: 0 auto;
  }
  
  .calc-fixed-btn{
    width: 50px;
    height: 50px;
    padding-top: 8px;
  }
  
  .calc-fixed-btn img{
    height: 35px;
  }
  
   .container{
    width: 100%;
  }
  
  .calc-page .owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -20px;
    padding: 0;
    font-size: 6px;
    width: 20px;
    height: 20px;
  }
  
  .calc-page .owl-theme .owl-controls .owl-buttons .owl-next{
    right: -20px;
    padding: 0;
    font-size: 6px;
    width: 20px;
    height: 20px;

  }
}

@media only screen and (max-width: 480px) {


  .services {
      display: flex;
      flex-wrap: wrap;
      background-image: url("../../assets/images/mobile/about-bg.jpg");
      background-repeat: repeat;
  }

  .about {
      max-width: 100%;
      box-sizing: border-box;
  }

  .about-us {
      padding-top: 28px;
      padding-bottom: 20px;
      font-family: "Open Sans", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 22px;
      line-height: 131%;
  }

  .accent {
      font-style: normal;
      font-weight: normal;
      font-size: 22px;
      line-height: 20px;
  }

  .small {
      font-size: 14px;
  }

  .about .lead {
      max-width: 100%;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 25px;
      text-align: center;
  }

  .data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
	  text-align: center;
  }

  .data li {
      width: 50%;
      max-width: 140px;
  }

  .data .big {
      font-size: 30px;
      line-height: 41px;
  }

  .data .small {
      font-size: 15px;
      line-height: 20px;
  }

  /* CALC */
  
  .calc {
    max-width: 100%;
    margin-bottom: 20px;
  }
  
  .calc .calc-heading {
    padding-left: 0;
    font-size: 17px;
    line-height: 26px;
  }


  
  .application,
  .effect {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
  }
  
  .application p,
  .effect p {
    padding-top: 10px;
  }
  
  #cat,
  #effect {

    height: 45px;
    padding: 5px;
  }
  
  .square-box {
    padding-top: 0;
  }
  
  .square-box label {
    max-width: 100%;
    font-size: 15px;
    line-height: 150%;
    margin-top: 15px;
    padding-top: 0;
  }
  
  #square {
    width: 97px;
    max-width: 100%;
    height: 45px;
    margin-left: auto;
    
  }
  
  .checkbox-indent {
    margin-top: 5px;
  }
  
  .checkbox-indent label {
    font-size: 15px;
    line-height: 150%;
    width: 370px;
    max-width: 100%;
    padding-right: 37px;
  }
  
  input ~ label::before {
    bottom: 0;
  }
  
  .calc .line-th {
    padding-left: 16px;
    font-size: 16px;
    line-height: 100%;
  }
  
  .ng-binding {

    font-size: 17px;
    line-height: 140%;
  }
  
  .ng-binding span {
    font-size: 24px;
    line-height: 140%
  }
  
  .price-inc {
    font-size: 12px;
    line-height: 150%;
  }
  
  .form-indent {
    display: block;
  }
  
  #tel {
    max-width: 100%;
    height: 48px;
  }
  
  .form-indent .row {
    margin: 0;
  }
  
  .form-indent .btn-submit {
    width: 440px;
    max-width: 100%;
    height: 45px;
    margin: 0;
  }
  
  /* advantages */
  
  .advantages .advantages-heading {
    font-size: 32px;
    line-height: 29px;
	font-weight: 900;
  }
  
  .advantages-item {
    font-size: 15px;
    line-height: 150%;
  }
  
  .works .works-heading {
    font-size: 32px;
    line-height: 41px;
	font-weight: 900;
  }
  
  .works .item-heading {
    font-size: 23px;
    line-height: 34px;
    font-weight: 900;
  }
  
  .wrap-content {
    flex-wrap: wrap;
    padding: 0;
  }
  
  .works-text h4 {
    font-size: 17px;
    line-height: 23px;
  }
  
  .works-text p {
    padding: 0;
    font-size: 15px;
    line-height: 150%;
  }
  
  .works-text .works-price {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 17px;
    line-height: 23px;
  }
  
  .works-text .works-price span {
    font-size: 19px;
    line-height: 26px;
  }
  
  .btn-buy {
    width: 280px;
    max-width: 100%;
    height: 43px;
  }
  
  .froze .froze-heading {
    padding-top: 15px;
    padding-bottom: 50px;
    font-size: 32px;
    line-height: 41px;
	font-weight: 900;
  }
  
  .froze-item {
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
  }
  
  .btn-call {
    width: 280px;
    height: 47px;
  }
  
  .our-works .our-works-heading {
    font-size: 32px;
    line-height: 29px;
	font-weight: 900;
  }
  
  .our-team .our-team-heading {
    margin: 0;
    padding-top: 20px;
    font-size: 32px;
    line-height: 29px;
	font-weight: 900;
  }
  
  .our-team .team-list {
    padding: 0;
  }
  
  .our-team .team-item {
    font-size: 15px;
    line-height: 150%;
  }
  

  

  
  .faq {
    flex-wrap: wrap;
  }
  
  .faq .faq-heading {
    margin-top: 30px;
    font-size: 32px;
    line-height: 41px;
	font-weight: 900;
  }
  
  .bottom-left {
    width: 100%;
  }
  
  .bottom-right {
    width: 100%;
    margin-top: 80px;
  }
  
  .bottom-right .quation {
    font-size: 17px;
    line-height: 23px;
  }
  
  .bottom-right input[type="text"],
  .bottom-right input[type="email"] {
    width: 100%;
  }
  
  .bottom-right textarea {
    width: 100%;
  }
  
  .accept {
    font-size: 13px;
    line-height: 18px;
  }
  
  .btn-q {
    width: 210px;
  }
}

@media only screen and (min-width: 1600px) {

    .our-works-slider.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -60px;
  }
  
  .our-works-slider.owl-theme .owl-controls .owl-buttons .owl-next{
    right: -60px;
  }
  
  .owl-theme.carousel-instagram>.owl-controls .owl-buttons .owl-prev{
  left: -50px;
}

.owl-theme.carousel-instagram>.owl-controls .owl-buttons .owl-next{
  right: -50px;
}

}

  .wrap-bg{
    background-image: url("../../assets/images/header-bg.jpg");
	padding-bottom: 51px;

  }
  
  .wrap-bg4 {
    background-image: url("../../assets/images/team-bg.jpg");

}

.wrap-bg3 {
    background-image: url("../../assets/images/froze-bg.jpg");
}



@media only screen and (min-width: 400px) and (max-width: 480px) {
  .data li {
    width: 120px;
  }
}

@media only screen and (min-width: 406px) and (max-width: 480px) {
  input ~ label::before {
    bottom: 6px;
  }
  
  input:checked ~ label::after {
    top: 0;
  }
}

@media only screen and (min-width: 360px) and (max-width: 406px) {
  input ~ label::before {
    bottom: 16px;
  }
  
  input:checked ~ label::after {
    top: 12px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
  input ~ label::before {
    bottom: 16px;
  }
  
  input:checked ~ label::after {
    top: 11px;
  }
}


@media only screen  and (min-width: 768px) and (max-width: 1206px) {

    .header-fixed .search {
        display: none;
    }

}




