body {

  font-family: "Montserrat-Regular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  color: #000;
  -webkit-font-smoothing: antialised; }

.hidden {
  display: none; }

section {
    padding: 80px 0 80px;
}

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

.wrapper{
  width: 100%;
  max-width: 1260px;
  box-sizing: border-box;
  margin: auto;
}
/*------header-----------*/
.header{ 
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.head-logo{
  display: inline-block;
  width: 100%;
  text-align: center;
}
.head-logo img{
  width: 250px;
}
.head-info p{
  font-size: 14px;
  margin-top: 0;
  font-weight: 800;
  margin-bottom: 4px;
}
.head-info p span{
  font-weight: 300;
  display: block;
}
.head-info{
  margin-top: 16px;
}
.head-contact-phone{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 4px;
}
.head-contact-phone p{
  margin: 0;
}
.head-contact-phone a{
  font-family: "Montserrat-Bold", sans-serif;
  color: #000;
  font-size: 20px;
  margin-left: 8px;
}
.head-contact-phone a:hover{
  color: #f2a190;
  transition: all .5s ease;
}
.head-contact-mail{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 4px;
}
.head-contact-mail p{
  margin: 0;
}
.head-contact-mail a{
  font-family: "Montserrat-Bold", sans-serif;
  color: #000;
  font-size: 16px;
  margin-left: 8px;
}
.head-contact-mail a:hover{
  color: #f2a190;
  transition: all .5s ease;
}
.head-contact{
  text-align: right;
  margin-top: 12px;
}
.head-contact-btn a{
  color: #000;
  background: #f9c419;
  text-transform: uppercase;
  font-weight: 800;
  padding: 12px 14px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 8px;
}
.head-contact-btn a:hover{
  background: #f2a109;
  transition: all .5s ease;
}
.header-line{
  margin-top: 30px;
}
.header-own-text{
  text-align: center;
}
.header-own-text p{
  font-size: 18px;
    margin-top: 0px;    
    display: inline-block;
    font-family: "Montserrat-Bold", sans-serif;
    color: #000;
    margin-bottom: 0;
    max-width: 600px;
    text-transform: uppercase;
	line-height: 1.4;
}
.header-own-text p span{
  color: #fff;
    background: #ffa200;
    padding: 4px 7px;
}
.header-own-text h1{
  font-family: "Montserrat-Light", sans-serif;
  font-size: 70px;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0;
}
.header-own-text h2{
  font-family: "Montserrat-Light", sans-serif;
  font-size: 70px;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0;
}
.header-own-text h2 span{
  font-family: "Montserrat-Bold", sans-serif;
}
.header-own-text{
  line-height: 1.2;
    margin-top: 30px;
}
.header-own-list ul{
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 40px;
}
.header-own-list ul li{
  font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    padding-left: 23px;
    padding-right: 23px;
    display: inline-block;
}
.header-own-list ul li:not(:last-child) {
    margin-right: .5rem;
} 
.header-own-list ul li img{
  width: 20px;
}
.header-own-btn{
  text-align: center;
}
.header-own-btn a{
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #f9c419 0%, #f2a109 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9c419 0%, #f2a109 100%) repeat scroll 0 0;
    color: #fff;
    box-shadow: 0 4px 0 #dd8e01;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0px;
    padding: 12px 38px;   
    display: inline-block;
    font-family: "Montserrat-Bold", sans-serif;
    color: #000;
    border-radius: 10px;
}
.header-own-btn a span{
  font-weight: 300;
  font-family: "Montserrat-Light", sans-serif;
  font-size: 16px;
}
.header-own-btn a:hover{
  transform: translateY(-4px);
  transition: all .5s ease;
}
.header-social p{
  color: #322626;
  font-size: 14px;
  line-height: 1.5; 
  margin-bottom: 14px;
}
.header-social ul{
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.header-social ul li{
  display: inline-block;
  padding-left: 8px;
}
.header-social ul li:first-child{
  padding-left: 0;
}
.header-social{
  margin-top: 10px;
}
.header-social ul li a img {
    width: 35px;
    position: relative;
    bottom: 2px;
}
/*-----------------------*/

/*------credits----------*/
.credits{
  background-color: #f9f9f9;
  padding-bottom: 50px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -1px rgba(0, 0, 0, .2);
}
.credits-item-img{
  display: block;
  width: 100%;
  text-align: center;
}
.credits-item-img img{
  width: 135px;
}
.credits-item-text p{
  text-align: center;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 16px;
}
.credits-item-text{
  width: 65%;
  margin: auto;
}
.credits-item{
  margin-bottom: 30px;
}
/*-----------------------*/

/*------tehno-descr------*/
.tehno-descr{
  position: relative;
}
.tehno-descr-text h3{
  font-size: 45px;
    line-height: 1.4;
    font-family: "Montserrat-Bold", sans-serif;
    margin-top: 0;
    text-align: center;
}
.tehno-descr-text h3 span{
  font-weight: 300;
  font-family: "Montserrat-Light", sans-serif;
}
.tehno-descr-text p{
  margin: 0;
    text-align: center;
    font-size: 18px;
    color: rgba(0, 0, 0, .6);
}
.tehno-descr-img{
  display: block;
  width: 100%;
  text-align: center;
}
.tehno-descr-img img{
  width: 861px;
}
.tehno-descr-one p,
.tehno-descr-two p,
.tehno-descr-three p,
.tehno-descr-four p{
  font-size: 18px;
  color: rgba(0, 0, 0, .6);
}
.tehno-descr-one p img,
.tehno-descr-two p img,
.tehno-descr-three p img,
.tehno-descr-four p img{
  width: 12px;
    opacity: .6;
    position: relative;
    bottom: 1px;
}
.tehno-descr-img{
  position: relative;
}
.tehno-descr-one{
  position: absolute;
    top: 268px;
    left: 135px;
}
.tehno-descr-two{
  position: absolute;
  right: 190px;
    top: 40px;
}
.tehno-descr-three{
  position: absolute;
  right: 165px;
    top: 153px;
}
.tehno-descr-four{
  position: absolute;
  right: 125px;
    top: 290px;
}
.tehno-descr .header-own-btn{
  margin-top: 60px;
}
/*-----------------------*/

/*------for-what--------*/
.for-what-item{
   display: flex;
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
    min-height: 320px;
    margin-bottom: 30px;
    border: 1px #faf8fd solid;
    box-shadow: 0 1px 7px rgb(0 0 0 / 20%), 0 0 1px rgb(0 0 0 / 20%) inset;
    border-radius: 5px;
}
.for-what-item img{
  position: absolute;
    top: 0;
    right: 0;
}
.for-what-item span{
   font-size: 24px;
    font-weight: bold;
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.for-what{
  padding-bottom: 50px;
  padding-top: 0;
}
/*----------------------*/

/*----the-best---------*/
.the-best{
  position: relative;
  padding-bottom: 50px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 20px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 20px -1px rgba(0, 0, 0, .2);
    z-index: 9;
}
.the-best-item{
  display: block;
  width: 80%;
  text-align: center;
  margin: 0 auto 30px;
}
.the-best-item img{
  width: 210px;
}
.the-best-item P{
  font-weight: 800;
  font-size: 16px;
  display: block;
  line-height: 1.3;
}
.the-best-item span{
  font-size: 14px;
  color: rgba(0, 0, 0, .6);
  display: block;
  line-height: 1.3;
}
.line-head{
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    height: 1015px;
    position: absolute;
    left: 50%;
    /*margin-left: -15px;*/
    top: -80px;
}
/*---------------------*/

/*----section-calculator----*/
.section-calculator {
  position: relative; 
}

.section-calculator:before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  right: 40%;
  top: 0;
  bottom: 0;
  background: #f9c419;
}


.section-calculator .container:before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  right: 367px;
  top: 0;
  bottom: 0;
  background: #f9c419;
}

.calculator-item{
  display: flex;
  align-items: center;
}
.form-group-line{
  flex-grow: 1;
}
.form-group-point{
  margin-left: 40px;
}
.count-line{
  margin-top: 0;
  flex-grow: 1;
}
.form-calc-btn{
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.button-calc .header-own-btn a{
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #fff 0%, #fff 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0%, #fff 100%) repeat scroll 0 0;
}
.calc-description span{
  font-size: 24px;
  font-family: "Montserrat-Bold", sans-serif;  
}
.calc-description-item{
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.section-calculator .tehno-descr-text{
  position: relative;
  z-index: 9;
}
.calc-description p{
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 4px;
}
.calc-description p i{
  color: #fff;
    font-size: 8px;
    position: relative;
    bottom: 2px;
}
ul.list-material{
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 16px;
}
ul.list-material li{
  margin-bottom: 16px;
}
.calc-img{
  display: block;
  width: 100%;
  text-align: center;
}
.calc-img img{
  width: 60%;
}


.section-calculator .h2 {
  text-align: left
}

.section-calculator .calc-body {  
  position: relative
}

.section-calculator .calc-body .form-control {
  width: 160px;
    height: 60px;
    background: 0 0;
    font-size: 44px;
    text-align: center;
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.section-calculator .calc-result {
  font-size: 46px;
    font-weight: 700;
    color: #000;
    line-height: 1;
}

.section-calculator .price {
  font-size: 26px;
  white-space: nowrap
}

input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%
}

input[type=range]:focus {
  outline: 0
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: .2s;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0
}

input[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: 0 4px 24px 0 rgba(248, 172, 33, .99);
  box-shadow: 0 4px 24px 0 rgba(248, 172, 33, .99);
  border: 0;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -18px
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fff
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: .2s;
  background: #fff;
  border-radius: 3px;
  border: 0
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0 4px 24px 0 rgba(248, 172, 33, .99);
  border: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer
}

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: .2s;
  background: 0 0;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent
}

input[type=range]::-ms-fill-lower {
  background: #fff;
  border: 0;
  border-radius: 3px
}

input[type=range]::-ms-fill-upper {
  background: #fff;
  border: 0;
  border-radius: 3px
}

input[type=range]::-ms-thumb {
  border: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer
}

input[type=range]:focus::-ms-fill-lower {
  background: #fff
}

input[type=range]:focus::-ms-fill-upper {
  background: #fff
}
.form-group {
  margin-bottom: 0px;
}
.form-control {
  display: block;
  width: 100%;
  height: -webkit-calc(2.0625rem + 2px);
  height: calc(2.0625rem + 2px);
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
.label-range {
    font-size: 26px;
    color: #000;    
    margin-bottom: 10px;
    padding-top: 0;
}
/*--------------------------*/

/*-------gallery-wrap-----*/
.gallery-wrap{
  padding-bottom: 0;
}
.gallery-wrap .col-lg-4{
  padding: 0;
}
.galeryBox__box {
  padding: 0;
  margin: 0;  
  width: 100%;
  height: 320px;
  overflow: hidden; 
}
.galeryBox__box img{
  width: 120px;
  margin-bottom: 12px;
}
.galeryBox__box-inner {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1; 
}
.galeryBox--special .galeryBox__box {
  height: 250px;
  overflow: hidden; 
}
.galeryBox--special .galeryBox__img {
  height: 210px;
  overflow: visible; 
}
.galeryBox__img {
  position: relative;
  z-index: -1; 
}
.galeryBox__img {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .galeryBox__img:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.galeryBox__img-link {
  width: 100%;
  height: 100%;
  text-decoration: none; 
}

/*------------------------*/

/*------how-to-get--------*/
.how-to-get{
  position: relative;
    padding-bottom: 50px;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 20px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 20px -1px rgba(0, 0, 0, .2);
    z-index: 9;
}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
} 
.col-xs-1-5 {
  width: 20%;
  float: left;
} 
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 32%;
    float: left;
  }
  
} 
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
} 
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
.shema-text{
  text-align: left;
}
.shema-text p{
  font-weight: 800;
  font-size: 16px;
  display: block;
  line-height: 1.3;
}
.shema-text span{
  font-size: 14px;
    color: rgba(0, 0, 0, .6);
    display: block;
    line-height: 1.3;
}
.shema-img{
  display: block;
  text-align: left;
}
.shema-img img{
  width: 85px;
}
.shema-item{
  margin-bottom: 30px;
}
/*------------------------*/

/*-------gordost---------*/
.gordost{
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gordost-line{
  display: flex;
  align-items: center;
}
.gordost-line .section-title h3{
  color: #fff;
    text-align: left;
    margin-bottom: 0;
    font-size: 34px;
    font-family: "Montserrat-Bold", sans-serif;
    margin-top: 0;
    line-height: 1.2;
}
.gordost-line .section-title p{
  color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0;
}
.gordost-line .section-title p span{
  color: #ffc230;
}
.gordost-line .section-title{
  fex-grow: 1;
}
.gordost-line-btn{
  flex-grow: 1;
    text-align: center;
}
.gordost-line-btn a{
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #f9c419 0%, #f2a109 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9c419 0%, #f2a109 100%) repeat scroll 0 0;
    color: #fff;
    box-shadow: 0 4px 0 #dd8e01;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0px;
    padding: 12px 38px;
    display: inline-block;
    font-family: "Montserrat-Bold", sans-serif;
    color: #000;
    border-radius: 10px;
}
.gordost-line-btn a:hover{
  transform: translateY(-4px);
    transition: all .5s ease;
}
/*-----------------------*/

/*--------prichini----------*/
.prichini .section-title h3 span{
  color: #ffc230;
}
.prichini .section-title{
  max-width: 680px;
    margin-right: auto;
    margin-left: auto;
}
.prichini{
  background-color: #faf8fd;
    padding-bottom: 10px;
}
.prichini-item{
  display: flex;
  align-items: center;
  width: 80%;
  position: relative;
  margin-bottom: 70px;
}
.prichini-item-img img{
  width: 60px;
}
.prichini-item-text p{
  margin: 0;
  padding-left: 12px;
}
.prichini-item-text p span{
  font-weight: 800;
}
.prichini-item-number{
   position: absolute;
    bottom: 90px;
    left: 40px;
}
.prichini-item-number span{
   font-family: "Montserrat-Bold", sans-serif;
    font-size: 70px;
    color: rgba(0, 0, 0, .07);
}
/*---------------------------*/

/*------------fear-----------*/
.fear .section-title h3{
  text-align: left;
  margin: 0;
	text-transform: uppercase;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 30px;
    line-height: 1.4;
}
.fear{
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fear .kvadrat-img{
  position: absolute;
    left: 3%;
    z-index: 9;
    bottom: 12px;
}
.kvadrat-img img {
    width: 45px;
}
/*--------------------------*/

/*-----about----------*/
.about{
  background-color: #fff;
  overflow: hidden;
  clear: both;
  position: relative;  
}
.about .section-title{
  text-align: right;
}
.about .section-title h3{
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
}
.about .section-title span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 30px;
  display: block;
}
.text-about{
  padding-right: 50px;
}
.text-about p{  
  font-size: 14px;
  font-weight: 400;  
}
.cover-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    border-left: 14px #f9c419 solid;
}
.cover-image {
    height: 100%;
    width: 100%;
}
@media (min-width: 768px){
  .cover-image.s-cover-right {
    left: auto;
    width: 28%;
  }
}

/*--------------------*/

/*---------pravda--------*/
.pravda{
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pravda .section-title h3{
  text-align: left;
}
.pravda .section-title h5{
  font-family: "Montserrat-Bold", sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}
.pravda .section-title p{
  text-align: left;
    font-weight: 800;
    margin-top: 40px;
    font-size: 16px;
}
.pravda .form-section-input{
  display: block;
}
.pravda .score-wrap-form{
  max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}
.pravda .score-wrap-form-title h5{
  font-family: "Montserrat-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 0px;
    line-height: 1.2;
}
.pravda .score-wrap-form-title p{
  text-align: left;
}
.pravda .form-section-input-one,
.pravda .form-section-input-two{
  padding-right: 0;
}
.score-wrap-form {
    box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 5px;
}
.pravda .score-wrap-form {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}
.pravda .form-section-input {
    display: block;
}
.form-section-input input {
    user-select: none;
    position: relative;
    text-align: left;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #777;
    border-top: none;
    border-left: none;
    border-right: none;
    display: block;
    height: 51px;
    border-radius: 0px;
    text-indent: 10px;
    margin-bottom: 10px;
}
.form-section-btn button {    
    border: 1px solid #f9c419;
    color: #000;
    background: #f9c419;
    text-transform: uppercase;
    font-weight: 800;
    padding: 12px 14px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 8px;
}
.form-section-btn button:hover{
	background: #f2a109;
    transition: all .5s ease;
}
.pravda .section-title h3 {
    text-align: left;
	margin-top: 0;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 30px;
    line-height: 1.4;
}
/*-----------------------*/

/*-------footer------------*/
.footer{
  padding: 40px 0 40px;
  border-top: 1px solid #ccc;
}
.footer-logo img {
    width: 125px;
    margin-bottom: 40px;
}

.footer-phone p{
  margin-bottom: 5px;
}
.footer-logo a {
    width: unset;
    margin: 0;
    display: inline-block;
    align-items: center;
    padding: 0;
    align-items: center;
}
.footer-phone ul{
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0px;
  padding-left: 0;
  /*display: flex;*/
}
.footer-phone ul li{
  margin-right: 35px;
}
.footer-phone ul li:last-child{
  margin-right: 0;
}
.footer-phone ul li a{
  font-size: 28px;
  display: block;
  color: #000;  
}
.footer-phone ul li a.footer-mail{
  color: #005da3;
}
.footer-time p{
  color: #fff;
}
.footer-time:first-child {
    margin-top: 54px;
}
.footer-social p{
  color: #322626;
  font-size: 14px;
  line-height: 1.5; 
  margin-bottom: 14px;
}
.footer-social ul{
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.footer-social ul li{
  display: inline-block;
  padding-left: 8px;
}
.footer-social ul li:first-child{
  padding-left: 0;
}
.footer-social{
  margin-top: 10px;
}
.footer-social ul li a img{
  width: 35px;
  position: relative;
  bottom: 2px;
}
.footer-politic{
  display: flex;
  align-items: center;
}
.footer-politic p{
  color: #777;
  margin-top: 0;
  margin-bottom: 0;
}
.footer-politic a{
  color: #999;
  margin-left: 30px;
  text-decoration: underline;
  font-size: 12px;
}
.footer-politic a:hover{
  color: #E40521;
  transition: all .5s ease;
}
.footer-mnu ul{
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.footer-mnu ul li{
  display: block;
  padding-bottom: 8px;
}
.footer-mnu ul li:last-child{
  padding-bottom: 0;
}
.footer-mnu ul li a{
  color: #fff;
  font-size: 16px;
}
.footer-mnu ul li a:hover{
  color: #E40521;
  transition: all .5s ease;
}
.footer-registr p{
  color: #999;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 0;
}
.footer-registr ul{
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-registr li{
  color: #999;
  font-size: 12px;
  line-height: 1.4;
  padding-bottom: 4px;
}
.footer-registr li:last-child{
  padding-bottom: 0;
}
.footer-line{
  height: 1px;
  background-color: #1E1E1E;
  margin: 40px 0;
}

.footer-logo-btn a{
  display: inline-block;
    height: 62px;
    padding: 21px 26px;
    align-items: center;
    position: relative;
    transition: all .3s;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    border-radius: 8px;
    background: #ff4d00;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.footer-logo-btn a:hover{
  background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    box-shadow: none;
}
.footer-logo-btn .blur-box{
  width: 253px;
  bottom: -7px;
}
/*-------------------------*/

/*---hidden-form---*/
.white-popup {
  position: relative; 
  padding: 25px;
  text-align: center;
  max-width: 590px;
  background: #fff;
    border-radius: 5px;
  margin: 0 auto; }
  .white-popup img {
    max-width: 100%; }

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.9; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-close-btn-in .mfp-close {
    color: #000;
    right: 0px;
    top: 2px;
}
/*----------------------------*/
.form-callback {
  padding: 32px 26px;    
}
.contact-form-head {
  text-align: center;
}
.form-callback h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #000;
}
.form-callback p {
  color: #000;
  font-size: 14px;
  margin-top: 0;
}
.form-callback span {
  font-size: 14px;
  color: #fff;
  margin-bottom: 3px;
  display: block;
}
.form-callback input {
    background-color: transparent;
    border-radius: 2px;
    border: none;
    padding: 9px 15px 7px;
    display: block;
    width: 100%;
    color: #333;
    font-size: 15px;
    border-bottom: #333 1px solid;
  }    
input[type="text"] {    
    color: #000;
}
::-webkit-input-placeholder { /* WebKit browsers */
   color: #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #000;
}
.form-callback label {
  margin-bottom: 12px;
  display: block;
  color: #000;
}
.button-small {
  padding: 0px 28px;
  font-size: 13px;  
  color: #fff;    
  line-height: 40px;  
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;  
  text-align: center;
  box-shadow:none;  
  align-items: center;
  position: relative;
  transition: all .3s;
  background-color: #ff1b1b;
  border: 1px solid #ff1b1b;
  border-radius: 50px;
}
.button-small:hover {
  background-color: #ff7a5c;
}

.button-small:active {
  background-color: #ff6347;
}
.form-callback .text-center {
  text-align: center;
} 
.form-callback { 
  margin: auto; 
  position:relative;
  /*width: 495px;*/
} 
.politic-conf p{
  color: #333;
  font-size: 12px;
}
.politic-conf a{
  color: #333;   
  opacity: .6;
}
.politic-conf a:hover{
   color: #333;
   opacity: 1;
   transition: all .25s ease;
   webkit-transition: all .25s ease;
}
#callback .head-form input {
    font-size: 14px;
}
.checkbox {
  position:relative;
  padding-left:0;
}
.checkbox input[type=checkbox]{
  display: none;
}

.checkbox input[type=checkbox] + label:before {
    content: "\2713";
    color: transparent;
    display: inline-block;
    border: 1px solid #000;
    font-size: 20px;   
    font-weight: 800; 
    line-height: 22px;
    margin: -5px 5px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    transition: color ease .3s;
}
.checkbox input[type=checkbox]:checked + label:before {
    color: #ffc230;
}
.checkbox{
  font-size: 14px;
  margin-top: 12px;    
  display: block;
  color: #000;
  text-align: left;
}
.button-btn button{
  color: #000;
    background: #f9c419;
    border: 1px #f9c419 solid;
    text-transform: uppercase;
    font-weight: 800;
    padding: 12px 14px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 8px;
}
.button-btn button:hover{
  background: #f2a109;
    transition: all .5s ease;
}
.button-btn{
  margin-top: 30px;
}
/*----------------------*/

/*--------Scroll----------*/
.top {
  position: fixed;
  bottom: 10px;
  right: -120px;
  width: 40px;
  height: 40px;  
  cursor: pointer;
  background-color: #f9c419;
  text-align: center;
  opacity: 1;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 999;
  border-radius: 0px;
  border-radius: 8px;
  /*box-shadow: -1px 3px 8px 0 rgba(0, 0, 0, 0.4);*/
}
.top:hover {
  background-color: #000;
  transition: all .5s ease;
}
.top:active {
  right: 0px;
}
.top.active {
  right: 10px;
}
.top .fa {
  font-size: 16px;
  margin-top: 11px;
}

/*----------------------*/

/*------insta-wr--------*/
.insta-wr{
  background: #f9c419;
  position: relative;   
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 20px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 20px -1px rgba(0, 0, 0, .2);
    z-index: 9;
}
.insta-wr .insta-wr-item{
  display: flex;
  align-items: center;
}
.insta-wr .insta-wr-item h3{
  color: #fff;
    text-align: left;
    margin-bottom: 0;
    font-size: 34px;
    font-family: "Montserrat-Bold", sans-serif;
    margin-top: 0;
    line-height: 1.2;
}
.insta-wr .insta-wr-item p{
  color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0;
}
.insta-wr .tehno-descr-text{
  flex-grow: 1;
}
.insta-wr .insta-wr-href{
  flex-grow: 1;
  text-align: center;
}
.insta-wr .insta-wr-href a img{
  width: 40px;
}
.insta-wr .insta-wr-href a{
  display: inline-block; 
    border: 10px #fff solid;
    padding: 10px;
}
/*----------------------*/