body { 
  font-family: "GothamPro", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  background-color: #faf8fd;
  color: #000;
  -webkit-font-smoothing: antialised; } 

.hidden {
  display: none; }

section {
    padding: 80px 0 80px;
}

a:active, a:focus, button, input, textarea { outline: none; }
/*----------------------*/
/*---------header-------*/
/*----------------------*/
.main_head {  
    background-attachment: scroll;    
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 650px;
    /*border-bottom: 2px #000 solid;*/
}

.logo {
  display: block;
  width: 100%;  
}
.logo img {
  width: 75%;
}

.mnu-line {
  position: relative;
  z-index: 1;
  padding-top: 10px; 
  padding-bottom: 20px;  
  padding-bottom: 5px;
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

nav li {
  display: inline-block;
  padding: 1px 15px 14px 15px;
}
nav li:last-child{
  padding-right: 0;
}
nav li:first-child{
  padding-left: 0;
}

.main-mnu {
  text-align: center;
  margin-top: 16px;
}

.main-mnu a {
  display: block;  
  color: #000; 
  font-family: "GothamPro", sans-serif;
  font-size: 16px;   
}

.main-mnu a:hover { 
  color: #ffc230;
  transition: all .5s ease;
}
.main_head .phone ul{
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.main_head .phone ul li{
  display: inline-block;
}
.main_head .phone ul li .btn-head{
  margin-right: 16px;
  position: relative;
    top: -16px;
}
.main_head .phone{  
  padding-top: 0px; 
  text-align: right; 
  font-family: "Gilroy-Bold", sans-serif;
  margin-top: -5px;
}
.phone-wrap {
  padding-top: 0px;
}
.phone-wrap .fa{
  font-size: 18px;
   color: #ffc230; 
}
.phone-wrap a{
  color: #000;
  font-size: 18px;   
  font-family: "GothamPro-Bold", sans-serif;
}
.phone-wrap a:hover{
  color: #ffc230;
  transition: all .5s ease;
  border-bottom: none;
}
/*Toogle Menu*/

.toggle-mnu {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 14px;
}
.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}
.toggle-mnu span:after {
  top: 18px;
}
.toggle-mnu span {
  position: relative;
  display: block;
}
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
.toggle-mnu.on span {
  background-color: transparent;
}
.toggle-mnu.on span:before {
  transform: rotate(45deg) translate(-1px, 0px);
}
.toggle-mnu.on span:after {
  transform: rotate(-45deg) translate(6px, -7px);
}
/*End Toogle Menu*/

.toggle-mnu {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 500;
}

.hidden-mnu {
  background-color: #fff;
  display: none;
  position: absolute;
  z-index: 500;
  width: 100%;
  right: 0;  
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 15%);
    border-radius: 5px;
}

.hidden-mnu ul {
  padding: 20px 0;
  text-align: center;
}

.hidden-mnu li {
  display: block;
  border-bottom: 1px #000 solid;
}
.hidden-mnu li:last-child{
  border-bottom: none;
}

.hidden-mnu a {
  color: #000;
}

.hidden-mnu a:active {
  text-decoration: underline;
}

.hidden-mnu a:hover {
  color: #ffc230;  
}

.own-text{
  margin-top: 80px;
}
.own-text h1{
  font-family: "GothamPro-Black", sans-serif;
    color: #000;
    font-size: 44px;
    line-height: 1;
    margin-bottom: 0px;
    margin-top: 28px;
    text-transform: uppercase;
}
.own-text h2{
  color: #ffc230;
  text-transform: uppercase;
  font-size: 44px;
  font-family: "GothamPro-Black", sans-serif;
  margin-top: 0;
  text-shadow: 0px 2px 2px black;
}
.own-text p{
  color: #000;
  font-family: "GothamPro", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.own-text p span{
  font-family: "GothamPro-Bold", sans-serif;
  border-bottom: 1px #000 solid;
}
ul.home-list {
  text-align: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  border-left: 3px #ffc230 solid;
}
ul.home-list li {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: "GothamPro", sans-serif;  
  padding-left: 12px;
}
ul.home-list li .fa{
  color: #ffc230;
}
.phone-head-wr{
  margin-top: 12px;
}

.button-primary {
    box-shadow: 0px 4px 8px 2px rgba(255, 194, 48, 0.4);
    height: 55px;
    padding-right: 55px;
    border-radius: 50px;
    color: #000;
    font-size: 16px;
    font-family:"GothamPro", sans-serif;   
}
.button {
 display: inline-block;
 height: 46px;
 padding: 10px 30px;
 align-items: center;
 position: relative;
 transition: all .3s;
 background-color: #fff;
 border: 1px solid #ffc230;
 font-weight: 300; 
}
a.button:hover{
  background-color: #ffc230;
  color: #fff;
  border:1px solid #ffc230;
}
header .head-form {
  background-color: rgba(13,12,17,.5);
  /*border: 2px #fff solid;*/
  color: #000; 
  padding: 30px 30px 40px;
  text-align: center;
  /*box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 20%);
  margin-top: 75px;*/
}
.head-form h3 {
  display: block;
  font-weight: 800;
  margin: 0 0 12px;
  text-align: left;
  font-size: 26px;
  line-height: 1;
  color: #ffc230;
  font-family: "Gilroy-Black", sans-serif;
}
.head-form p{
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 14px;
  text-align: left;
  font-family: "Gilroy-Regular", sans-serif;  
}
.head-form p span{
  color: #ccc;
}
.input-inner {
  position: relative;   
}
.input-inner i {
    color: rgba(85, 45, 35, .25);
    font-size: 12px;  
    position: absolute;
    right: 10px;
    top: 8px;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 0px 1px;
    background: #ccc;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-user-1:before {
    content: "\f183";
    color: #000;
}
.icon-phone:before {
    content: "\f098";
    color: #000;
}
.head-form input {
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  color: #ccc;
  display: block;
  height: 38px;
  margin-bottom: 15px;
  width: 100%;  
  background: transparent;
  font-size: 12px;
}

.head-form button{
  display: block;    
  line-height: 36px;
  margin: 30px 0;
  padding: 12px 16px;
  /* float: right; */
  border: none;
  font-family: "Gilroy-Black", sans-serif;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-transform: uppercase;
  font-size: 14px;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #ffd030 0%, #ffb91b 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffd030 0%, #ffb91b 100%) repeat scroll 0 0;
  color: #000;
  box-shadow: 0 4px 0 #f19200;
  font-weight: 800;
  width: 100%;
  border-radius: 50px;
}
.head-form button:hover{
  transform: translateY(-2px);
  color: #fff;
}
.head-form p:last-child{
  margin-bottom: 0;
}
.own-text-phone a{
  color: #000;
  font-size: 22px;  
  font-weight: 800;  
}
.own-text-phone i{
  font-size: 18px;
  color: #ffc230;
}
.own-text-phone a:hover{
  color: #ffc230;
  transition: all .5s ease;
}
.own-text-phone p{
  font-size: 14px !important;
  margin-top: 0;
  line-height: 1.2;
  width: 75%;
  position: relative;
  left: 14px;
  top: 1px;
  color: #000;
}
.own-text-block{
  display: flex;
  align-items: center;
}
.own-text-block-btn a{
  width: 205px;
  padding: 14px 39px;
  height: 55px;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #ffc230 0%, #ffb91b 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffc230 0%, #ffb91b 100%) repeat scroll 0 0;
  border: 1px solid #ffc230;
  box-shadow: 0px 4px 8px 2px rgba(255, 194, 48, 0.4);
  color: #fff;
}
.own-text-block-btn a:hover{
  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;
    color: #ffc230;
    border: 1px solid #ffc230;
    transition: all .5s ease;
}
.head-own-img{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 34px;
}
.head-own-img img{
  width: 100%;
}
.list-img{
  position: absolute;
  left: 40%;
}
.list-img img{
  width: 85px;
  opacity: .7;
}

.box {
  --top-right:20px; 
  --all:0px;
  --b:#fff;  
  /*width:200px;
  height:150px;*/
  display:inline-block;
  border:10px solid var(--b);
  background:
     linear-gradient(  45deg, var(--b) 0 calc(var(--bottom-left,var(--all)) + 10px) ,transparent 0) bottom left /50% 50%,
     linear-gradient( -45deg, var(--b) 0 calc(var(--bottom-right,var(--all)) + 10px),transparent 0) bottom right/50% 50%,
     linear-gradient( 135deg, var(--b) 0 calc(var(--top-left,var(--all)) + 10px)    ,transparent 0) top left    /50% 50%,
     linear-gradient(-135deg, var(--b) 0 calc(var(--top-right,var(--all)) + 10px)   ,transparent 0) top right   /50% 50%,
     var(--img,transparent);
  background-origin:border-box;
  background-repeat:no-repeat;
  -webkit-mask:
     linear-gradient(  45deg, transparent 0 var(--bottom-left,var(--all)) ,#fff 0) bottom left,
     linear-gradient( -45deg, transparent 0 var(--bottom-right,var(--all)),#fff 0) bottom right,
     linear-gradient( 135deg, transparent 0 var(--top-left,var(--all))    ,#fff 0) top left,
     linear-gradient(-135deg, transparent 0 var(--top-right,var(--all))   ,#fff 0) top right;
   -webkit-mask-size:50.5% 50.5%;
   -webkit-mask-repeat:no-repeat;
   margin-top: 50px;
}
.form-col{
  text-align: right;
}
.form-col form{
  width: 300px;
  text-align: right;
}

/*------why-we----------*/
.why-we{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.why-we-title-second h4{
  color: #000;
  font-size: 50px;
  font-family: "Gilroy-Bold",sans-serif;
  margin: 0;
  position: relative;
  bottom: 38px;
}
.why-we-title-second p{
  color: #000;
  font-size: 50px;
  font-family: "Gilroy-Regular",sans-serif;
  margin: 0;
  position: relative;
  bottom: 52px;
  line-height: .6;
}
.why-we-item-img img{
  width: 70px;
}
.why-we-item{
  background-color: #fff;
  padding: 60px 20px 50px 20px;
  box-shadow: 0 1px 7px rgb(0 0 0 / 20%), 0 0 1px rgb(0 0 0 / 20%) inset;
  margin-bottom: 30px;
  border-radius: 5px;
}
.why-we-item-text p{
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.why-we-item-text p span{
  color: #fff;
  font-weight: 300;
}
.why-we-item-one,
.why-we-item-two,
.why-we-item-three,
.why-we-item-four{
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.why-we-item-information{
  display: flex;
  align-items: center;
}
.kvadrat-img{
  position: absolute;
    left: 41%;
    z-index: 9;
    bottom: -27px;
}
.kvadrat-img img{
  width: 45px;
}
.kvadrat-img-second{
   position: absolute;
    left: 66%;
    z-index: 9;
    bottom: 7px;
}
.kvadrat-img-second img{
  width: 45px;
}
/*----------------------*/

/*--------projects-------*/
.section-title{
  text-align: center;
}
.section-title h3{
  text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-family: "GothamPro-Black", sans-serif;
    font-size: 30px;
    line-height: 1.4;
}
.projects-item-img{
  display: block;
  width: 100%;
  text-align: center;
}
.projects-item-img img{
  width: 75%;
}
a.projects-item{
  background-color: #fff;
    padding: 10px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 20%), 0 0 1px rgb(0 0 0 / 20%) inset;
    margin-bottom: 30px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}
a.projects-item:hover{
  box-shadow: 0 25px 40px rgb(0 0 0 / 20%), 0 0 1px rgb(0 0 0 / 20%) inset;
  transition: all .5s ease;
}
.projects-item-line{
  background-color: #ffc230;
    height: 3px;
}
.projects-item-own h4{
  color: #000;
    font-family: "GothamPro-Bold", sans-serif;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
}
.projects-item-list{
  display: flex;
  align-items: flex-start;
  /*margin-bottom: 16px;*/
}
.projects-item-list-one{
  flex-grow: 1;
  width: 50%;
}
.projects-item-list-one img{
  width: 40px;
}
.projects-item-list-one p{
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
.projects-item-list-one p span{
  font-weight: 800;
}
.projects-item-more p{
  text-align: center;
    color: #ffc230;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 800;
    margin-top: 0;
}
.projects{
  background-color: #faf8fd;
}
/*-----------------------*/

/*-------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;
}
.gordost-line .section-title p{
  color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    text-align: left;
}
.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{
  padding: 14px 39px;
    height: 55px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #ffc230 0%, #ffb91b 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffc230 0%, #ffb91b 100%) repeat scroll 0 0;
    border: 1px solid #ffc230;
    box-shadow: 0px 4px 8px 2px rgba(255, 194, 48, 0.4);
    color: #fff;
}
.gordost-line-btn a:hover{
  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;
    color: #ffc230;
    border: 1px solid #ffc230;
    transition: all .5s ease;
}
/*-----------------------*/

/*-------who-we-are---------*/
.who-we-are-item{
  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;
    padding: 26px 10px 10px 10px;
    margin-bottom: 30px;
}
.who-we-are-item img{
  width: 50px;
}
.who-we-are-item.active p{
  color: #ffc230;  
}
.who-we-are-item.active{
  box-shadow: 0 25px 40px rgb(0 0 0 / 20%), 0 0 1px rgb(0 0 0 / 20%) inset;
}
.who-we-are{
  padding-bottom: 50px;
  background-color: #fff;
}
/*-------------------------*/
/*----------standart--------*/
.standart{
  background-color: #fff;
}
.standart-img{
  display: block;
  width: 100%;
  text-align: center;
}
.standart-img img{
  width: 100%;
}
.standart .section-title h3 span{
  color: #ffc230; 
}
.standart-list p span{
  color: #ffc230;
}
.standart-list p{
  font-weight: 800;
}
.standart-btn a{
  padding: 14px 39px;
    height: 55px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #ffc230 0%, #ffb91b 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffc230 0%, #ffb91b 100%) repeat scroll 0 0;
    border: 1px solid #ffc230;
    box-shadow: 0px 4px 8px 2px rgba(255, 194, 48, 0.4);
    color: #fff;
}
.standart-btn a:hover{
  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;
    color: #ffc230;
    border: 1px solid #ffc230;
    transition: all .5s ease;
}
.standart-btn{
  text-align: center;
  margin-top: 80px;
}
.standart .kvadrat-img{
  position: absolute;
    left: 3%;
    z-index: 9;
    bottom: 23px;
}
/*--------------------------*/
/*-----------more-info--------*/
.more-info{
  background-color: #faf8fd;
  padding-bottom: 50px;
}
.more-info-item{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.more-info-item-img img{
  width: 140px;
}
.more-info-item-text p{
  padding-left: 8px;
  margin: 0;
}
/*----------------------------*/
/*----------zakazat----------*/
.zakazat{
  background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 160px;
}
.zakazat .section-title h3{
  color: #fff;
}
.zakazat .section-title h3 span{
  color: #ffc230;
}
.form-section-input{
  display: flex;
  align-items: center;
}
.form-section-input-one{
  flex-grow: 1;
  padding-right: 40px;
}
.form-section-input-two{
  flex-grow: 1;
  padding-right: 40px;
}
.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: 30px;
}
.score-wrap-form{
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 5px;
}
.form-section-input span{
  font-size: 14px;
  line-height: 1.55;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 300;  
}
.form-section-input textarea{
  user-select: none;
  position: relative;
  text-align: left;
  padding: 0;
  width: 100%;
  border: 1px solid #000;
  display: block;
  height: 150px;
  border-radius: 0px;   
  padding: 14px 10px;
}
.form-section-input label{
  margin-bottom: 30px;
}
.form-section-btn{
  text-align: center;
}
.zakazat input[type="text"] {    
    color: #777;
}
.zakazat::-webkit-input-placeholder { /* WebKit browsers */
   color: #777;
}
.zakazat:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #777;
}
.zakazat::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #777;
}
.zakazat:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #777;
}
.form-section-btn button{
  display: inline-block;
  line-height: 36px;
  padding: 0px 39px;
    height: 55px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #ffc230 0%, #ffb91b 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffc230 0%, #ffb91b 100%) repeat scroll 0 0;
    border: 1px solid #ffc230;
    box-shadow: 0px 4px 8px 2px rgba(255, 194, 48, 0.4);
    color: #fff;
    border-radius: 50px;
}
.form-section-btn button:hover{
  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;
    color: #ffc230;
    border: 1px solid #ffc230;
    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-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    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: "GothamPro-Black", sans-serif;
    font-size: 70px;
    color: rgba(0, 0, 0, .07);
}
/*---------------------------*/
/*------------fear-----------*/
.fear .section-title h3{
  text-align: left;
  margin: 0;
}
.fear{
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fear .kvadrat-img{
  position: absolute;
    left: 3%;
    z-index: 9;
    bottom: 12px;
}
/*--------------------------*/
/*-----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 #ffc230 solid;
}
.cover-image {
    height: 100%;
    width: 100%;
}
@media (min-width: 768px){
  .cover-image.s-cover-right {
    left: auto;
    width: 28%;
  }
}

/*--------------------*/
/*-----delivery----------*/
.delivery{
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.delivery .section-title h3{
  max-width: 490px;
    margin-right: auto;
    margin-left: auto;
}
.delivery .section-title h4{
  color: #000;
    font-family: "GothamPro", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
    max-width: 490px;
    margin-right: auto;
    margin-left: auto;
}
.delivery .section-title h4 span{
  font-family: "GothamPro-Bold", sans-serif;
    border-bottom: 1px #000 solid;
}
.delivery .form-section-input{
  display: block;
}
.delivery .score-wrap-form{
   max-width: 490px;
    margin-right: auto;
    margin-left: auto;
}
.score-wrap-form-title p{
  text-align: center;
  font-weight: 800;
}
.delivery .form-section-input-one,
.delivery .form-section-input-two{
  padding-right: 0;
}
/*-----------------------*/
/*---------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: "GothamPro-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: "GothamPro-Black", 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;
}
/*-----------------------*/
/*-------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;
}
/*-------------------------*/
/*---------second-head--------*/
.second-head{
  height: auto;
    min-height: auto !important;
}
/*----------------------------*/
/*-------breadcrumb-------*/
.breadcrumb {
    width: 100%;       
    margin-bottom: 0px;
    padding: 0;
    line-height: 44px;
    position: relative;
    z-index: 0;
    padding-top: 6px;    
}
.breadcrumb ul{
  margin-top: 0;
  padding-left: 0px;
  margin: 0;
  line-height: 1.4;
  padding-top: 8px;
  padding-bottom: 10px;
}
.breadcrumb ul li { 
    list-style: none;
    display: inline-block;
    color: #000;    
}
.breadcrumb ul li i {
    font-size: 12px;
}
.breadcrumb ul li a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.breadcrumb ul li a:hover {
    text-decoration: none;
}
.breadcrumb ul li a.active {
    color: #ffc230;
}
/*.breadcrumb .row{
  width: 100%;
}*/
/*------------------------*/
/*------sauna-description------*/
.sauna-description{
  background-color: #fff;
}
.mb-4{
    margin-bottom: 2.5rem!important;
}
.galeryBox__box {
  padding: 0;
  margin: 0;
  box-shadow: 0 1px 7px rgb(0 0 0 / 20%), 0 0 1px rgb(0 0 0 / 20%) inset;
  width: 100%;
  height: 330px;
  overflow: hidden; 
  border-radius: 5px;
}

.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: #000;
  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; 
}  

.sauna-description-text p{
  font-size: 16px;
  line-height: 1.6;
}
.sauna-description-text p span{
  color: #6a8d20;
    font-family: "GothamPro-Black", sans-serif;
    font-size: 20px;
}
.sauna-description-text p a{
  color: #ffc230;
    font-size: 18px;
    font-family: "GothamPro-Bold", sans-serif;
}
.sauna-description-text p a:hover{
  color: #000;
    transition: all .5s ease;
    border-bottom: none;
}
.sauna-description .standart-btn{
  margin-top: 20px;
  display: inline-block;
}
.standart-variant{
  margin-top: 60px;
}
/*-----------------------------*/
/*-------dopolnitelno------*/
.dopolnitelno{
  background-color: #faf8fd;
}
.dopolnitelno .section-title h3 span{
  color: #ffc230;
}
.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: 33%;
    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;
  }
}

.dopolnitelno-item-img{
  display: block;
  width: 100%;
  text-align: center;
}
.dopolnitelno-item-img img{
  width: 100%;
}
.dopolnitelno-item{
  background-color: #fff;
    padding: 10px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 20%), 0 0 1px rgb(0 0 0 / 20%) inset;
    margin-bottom: 30px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}
.dopolnitelno-item-text p{
  color: #000;
    font-family: "GothamPro-Bold", sans-serif;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
}
.dopolnitelno-item-text span{
  color: #6a8d20;
    /* font-family: "GothamPro-Black", sans-serif; */
    font-size: 16px;
    text-align: center;
    display: block;
    font-weight: 800;
}
/*-------------------------*/






/*---------footer----------*/
.footer{
  padding: 80px 0 80px;
  border-top: 1px solid #878787;
}
.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: 20%;
    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;
  }
}

.footer-type a{
  margin-top: 0;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  font-weight: 800;
  margin-bottom: 20px;
    display: block;
}
.footer-type a:hover{
  transition: all .5s ease;
  color: #3fa1ff;
}
.footer-type ul{
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.footer-type ul li{
  margin-bottom: 14px;
}
.footer-type ul li:last-child{
  margin-bottom: 0;
}
.footer-type ul li a{
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 12px;
}
.footer-type ul li a:last-child{
  margin-bottom: 0;
}
.footer-contacts{
  border-top: 1px solid #878787;
  padding-top: 80px;
}
.footer-head{
  padding-bottom: 80px;
}
.footer .header-logo{
  width: 100%;
}
.footer-adress p{
  margin-top: 0;
  margin-bottom: 4px;
    text-align: right;
    font-size: 16px;
    color: #999;
    line-height: 1.2;
}
.footer .header-contacts{
   display: block;
   border-bottom: none;
}
/*-------------------------*/



/*---------tovar-----------*/
.tovar-name h2{
  margin-top: 0;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: left;
}
.resp-tabs-container {
    padding: 0px;
    clear: left;
}
h2.resp-accordion {
    padding: 10px 15px;
    margin: 10px 0;
    cursor: pointer;   
    display: none;
}
.resp-accordion-active {
   display: block;
}
.resp-tab-content {
    display: none;
}
.facts {border: 1px solid #dae2e6;}

.facts img {
    height: auto;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.catalog-wrap .img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.resp-tab-item{
  border: 1px solid #dae2e6;
  cursor: pointer;
  padding:0;
  display: inline-block;
  text-align: center;
  list-style: none;
  float: left;
  width: 24.25%;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-right:1%;
    margin-top:1%;
    margin-bottom:1%;
}
.resp-tab-item:nth-child(4) {margin-right: 0;}
.resp-tab-item img {height: 80px;display: block;margin: 0 auto;}
.about-wrap-sec .resp-tab-item:nth-child(4){
  margin:0;
}
.big {
    position: relative;
    transform: scale(1.5);
    z-index: 9;
    box-shadow: 15px 25px 29px rgba(0, 0, 0, 0.3);
}
ul.resp-tabs-list{
  padding-left: 0;
}
.tovar-img{
  display: inline;
}
.tovar-wrap{
  margin-top: 68px;
  display: inline-block;
}
.tovar-text-wrap-dop p{
  margin-top: 0;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: left;
    color: #3fa1ff;
    font-weight: 800;
}
.tovar-text-wrap-dop ul{
   padding-left: 18px;
}
.tovar-text-wrap-dop ul li{
  font-size: 14px;
    line-height: 1.4;
    margin-bottom: 14px;
    color: #000;
}
.tovar-text-btn{
  margin-top: 20px;
}
.tovar-text-btn a{
  padding: 10px 35px 10px 35px;
    position: relative;
    transition: all .3s;
    background-color: #719fd3;
    border: 1px solid #719fd3;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0px;
    display: inline-block;
}
.tovar-text-btn a:hover{
  background-color: #000;
    border: 1px #000 solid;
    color: #fff;
    transition: all .5s ease;
}
.tovar-descr {
  margin-top: 30px;
}
.tovar-descr .tabs {
  font-size: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tovar-descr .tabs>input[type="radio"] {
  display: none;
}
.tovar-descr .tabs>div { 
  display: none;
  padding: 10px 15px;
  font-size: 16px;
}
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3 {
  display: block;
}
.tovar-descr .tabs>label {
  display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #f8f8f8;
    color: #000;
    padding: 7px 36px;
    font-size: 20px;
    line-height: 1.2;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    font-weight: 800;
}
.tovar-descr .tabs>label:not(:first-of-type) {
  border-left: none;
}
.tovar-descr .tabs>input[type="radio"]:checked+label {
  background-color: #fff;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
table {
    border-collapse: collapse;
    background-color: transparent;
}
.table thead th {
    vertical-align: bottom;
    text-align: left;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;    
    text-align: left;
    font-size: 14px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
#content-1 ul li{
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 6px;
}
#content-1 p{
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 6px;
}

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

/*-------about-page------*/
.about-page-info{
  display: flex;
    align-items: center;
}
.about-page-info img{
   width: 300px;
    border-radius: 150px;
}
.about-page-info h4{
  font-size: 20px;
    line-height: 1.4;
    margin-left: 100px;
}
.about-page-info-text h5{
  font-size: 18px;
    text-transform: uppercase;
    color: #000;
}
.about-page-info-text p{
  font-size: 14px;
    color: #999;
}
.about-page-info-text ul{

}
.about-page-info-text ul li{
  font-size: 14px;
    color: #999;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #3fa1ff;
    border-color: #3fa1ff;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #777 !important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ebeff2;
    margin: 5px;
    border-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff !important;
    background-color: #3fa1ff;
    border-color: #3fa1ff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.pagination li.active span { color: #fff !important }
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 0;
    border-radius: 0px;
}
.pagination > li {
    display: inline;
}
.pagination li a{
 width: auto;
}
.news .text-center{
  text-align: center;
}
.about-page .about-page-info .galeryBox{
  width: 1700px;
}
.about-page .about-page-info{
  margin-top: 50px;
}
h4.about-page-info-sertificate{
  font-size: 18px;
    text-transform: uppercase;
    color: #000;
}
/*-----------------------*/

/*---------post----------*/
.post-info-img{
   display: block;
   width: 100%;
   text-align: center;
}
.post-info-img img{
   width: 70%;
}
.post-info-text p{
  color: #000;
  font-size: 14px;
  line-height: 1.4;
}
.post-info-text{
  margin-top: 40px;
}
/*-----------------------*/

/*-----contact-page-wrap----*/
.contacts-page-phones-item a{
  font-size: 16px;
  display: block;
  color: #000;
  margin-bottom: 0px;
}
.contacts-page-phones-item a:hover{
  color: #3fa1ff;
  transition: all .5s ease;
}
.contacts-page-phones-item{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.contacts-page-phones-item img{
  width: 35px;
  margin-bottom: 5px;
}
.contacts-page-phones-form input {
    border: 1px solid #c1c1c1;
    /* border-top: none; */
    /* border-left: none; */
    /* border-right: none; */
    /* border-radius: 0px; */
    color: #ccc;
    display: block;
    height: 50px;
    margin-bottom: 15px;
    width: 100%;
    background: transparent;
    font-size: 12px;
    border-radius: 0px;
    text-indent: 10px;
}
.contacts-page-phones-form button{
  padding: 10px 35px 10px 35px;
    position: relative;
    transition: all .3s;
    background-color: #719fd3;
    border: 1px solid #719fd3;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0px;
    display: inline-block;
}
.contacts-page-phones-form button:hover{
  background-color: #000;
    border: 1px #000 solid;
    color: #fff;
    transition: all .5s ease;
}
.map iframe{
  border:none;
  border-radius: 0px;
  width: 100%;
  height: 400px;
}
.map{
  margin-top: 40px;
}
.contacts-page-phones p{
  color: #000;
  font-size: 16px;
  line-height: 1.4;
}
.contact-page-wrap-title h3{
  font-size: 20px;
}
/*--------------------------*/

/*-------catalog-product----*/
.catalog-product .text-center{
  text-align: center;
}
/*-------------------------*/

/*---hidden-form---*/
.white-popup {
  position: relative; 
  padding: 25px;
  max-width: 590px;
  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.8; }

.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: 34px;
    top: 34px;
}
/*----------------------------*/
.form-callback {
  padding: 32px 26px;  
  background-color: #fff;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
}
.contact-form-head {
  text-align: center;
}
.form-callback h4 {
  color: #000;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0px;  
  text-align: center;
  text-transform: uppercase;
}
.form-callback p {
  color: #fff;
  font-size: 14px;
  margin-top: 0;
}
.form-callback span {
  font-size: 14px;
  
}
.form-callback input {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    padding: 20px 15px 20px;
    display: block;
    width: 100%;
    color: #282828;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
  }    
input[type="text"] {    
    color: #777;
}
::-webkit-input-placeholder { /* WebKit browsers */
   color: #777;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #777;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #777;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #777;
}
.form-callback label {
  margin-bottom: 18px;
  display: block;
}
.button-small {
  display: inline-block;
  background-color: #ff5757;
  border: 1px #ff5757 solid;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  padding: 16px 30px;
  border-radius: 50px;
}
.button-small:hover {
  background-color: #fff;
  border: 1px #ff5757 solid;
  color: #ff5757;
  transition: all .5s ease;
}

.form-callback .text-center {
  text-align: center;
  margin-top: 40px;
} 
.form-callback { 
  margin: auto;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
  padding: 50px 50px;
  position:relative;
  border-radius: 0px;
} 
.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 #d2d2d2;
    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: #777;
}
.button-btn{
  text-align: center;
  display: block;
}
button.hero__btn{
   border-radius: 50px;
    padding: 14px 39px;
    height: 55px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #ffc230 0%, #ffb91b 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffc230 0%, #ffb91b 100%) repeat scroll 0 0;
    border: 1px solid #ffc230;
    box-shadow: 0px 4px 8px 2px rgba(255, 194, 48, 0.4);
    color: #fff;
}
button.hero__btn:hover{
  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;
    color: #ffc230;
    border: 1px solid #ffc230;
    transition: all .5s ease;
}
/*----------------------*/

/*--------Scroll----------*/
.top {
  position: fixed;
  bottom: 10px;
  right: -120px;
  width: 40px;
  height: 40px;  
  cursor: pointer;
  background-color: #ffc230;
  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;
}

/*----------------------*/
/*----------------------*/
.footer-type{
    padding: 0;
}
.footer-type li{
    list-style: none;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), url(../img/bg1.jpg);
}
