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, input, textarea, button { 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: 100vh;
    /*border-bottom: 2px #000 solid;*/
    -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);
    position: relative;
    z-index: 9;
}

.head-logo {
    
}
.head-logo img {
  width: 140px;
}
.rand {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    /* border-bottom-color: white; */
    border-right-color: #fff;
    background: transparent;
    margin-left: 0px;
}
.head-logo-text {
    margin-left: 0;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
}
.head-logo-wrap {
    display: flex;
    align-items: center;
}
.head-logo-text p{
  margin: 0;
}

.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: 0px;
  margin-left: 8px;
  position: relative;
    top: 0px;
}
.main_head .phone{  
  padding-top: 0px; 
  text-align: right; 
  font-family: "Gilroy-Bold", sans-serif; 
}
.phone-wrap {
  padding-top: 8px;
}
.phone-wrap .fa{
  font-size: 18px;
   color: #ffc230; 
}
.phone-wrap a{
  color: #fff;
  font-size: 18px;   
  font-family: "GothamPro-Bold", sans-serif;
}
.phone-wrap a:hover{
  color: #ffa200;
  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-Medium", sans-serif;
    color: #fff;
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 0px;
    margin-top: 12px;
    text-shadow: 0px 3px 3px #261a26;
    text-transform: uppercase;
}
.own-text h1 span{
  color: #7c3c82;
    text-shadow: none;
    /* font-size: 50px; */
    background: #fff;
    padding: 0 6px;
}
.own-text h2{
  color: #fff;
    font-size: 20px;
    /* font-family: "GothamPro-Medium", sans-serif; */
    margin-top: 12px;
    /* text-shadow: 0px 2px 2px #261a26; */
    text-transform: uppercase;
    font-weight: 500;
    /* text-decoration: underline; */
    border-bottom: 1px #fff solid;
    display: inline-block;
    line-height: 1.1;
}
.own-text p{
  color: #fff;
  font-family: "GothamPro", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.own-text p span{
  font-family: "GothamPro-Bold", sans-serif;
  border-bottom: 1px #fff solid;
}


.phone-head-wr{
  margin-top: 7px;
}

.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: auto;
    padding: 14px 30px;
    align-items: center;
    position: relative;
    transition: all .3s;
    background-color: transparent;
    border: 1px solid #ffa200;
    font-weight: 800;
    color: #ffa200;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0px 4px 8px 2px rgba(38, 26, 38, 0.4);
}
a.button:hover{
  background-color: #fff;
  color: #ffa200;
  border:1px solid #fff;
  box-shadow: none;
}
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-block{
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-left: 152px;
}
.own-text-block-btn a{  
  padding: 14px 39px; 
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #f8ac4e 0%, #f7612c 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f8ac4e 0%, #f7612c 100%) repeat scroll 0 0;
  border-bottom: 4px solid #d1562c;
  box-shadow: 0px 4px 8px 2px rgba(38, 26, 38, 0.4);
  color: #fff;
}
.own-text-block-btn a:hover{
  background: #fff;  
    box-shadow: 0px 4px 8px 2px rgba(38, 26, 38, 0.4);;
    border-bottom: 4px solid #fff;
    box-shadow: 0px 4px 8px 2px rgba(38, 26, 38, 0.4);
    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;
}


.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: 3px;
}
.header-social ul li:first-child{
  padding-left: 0;
}
.header-social{
  /*display: flex;*/
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    margin-top: 9px;
}
.header-social ul li a img {
    width: 24px;
    position: relative;
    bottom: 2px;
}
.header-social p{
  color: #fff;
  margin-right: 0px;
  margin-top: 0;
  margin-bottom: 2px;
}
.phone-wrap a i{
  color: #ff9110;
  font-size: 15px;
}
.header-own-img-one{
  display: block;
}
.header-own-img-one img{
  width: 500px;
}
.header-own-img-one-text-top p{
  color: #fff;
    margin: 0;
    font-size: 20px;
    display: block;
    text-transform: none;
}
.header-own-img-one-text-top p b{
  font-family: "GothamPro-Medium", sans-serif;
}
.header-own-img-one-text-top span{
  color: #ffa200;
  margin: 0;
    font-size: 20px;
    display: block;
    font-family: "GothamPro-Medium", sans-serif;
}
.header-own-img-one-text-top{
  position: absolute;
    left: 25%;
    top: 65%;
    line-height: 1.2;
}

.head-item-one img{
  width: 100px;
}
.head-item-one p{
   margin: 0;
    color: #fff;
    font-size: 18px;
}
.head-item-one span{
   margin: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
}
.head-item-one-text{
  position: absolute;
    top: 26px;
    left: 56px;
}
.head-item-one{
  position: relative;
    left: 180px;
    display: block;
    width: 250px;
    top: 40px;
}
.head-item-two{
  top: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
    left: 20px;
}
/*---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;
  /*opacity:.5;*/
  margin-bottom: 3px;
  display: block;
}
.form-callback input {
    background-color: transparent;
    border-radius: 50px;
    border: none;
    padding: 15px 15px;
    display: block;
    width: 100%;
    color: #333;
    font-size: 14px;
    border: #000 1px solid;
  }    
input[type="text"] {    
    color: #000;
    border-radius: 50px;
}
::-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: #777;
}
.button-btn button{
  padding: 14px 39px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #f8ac4e 0%, #f7612c 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f8ac4e 0%, #f7612c 100%) repeat scroll 0 0;
    border-bottom: 4px solid #d1562c;
    box-shadow: 0px 4px 8px 2px rgba(38, 26, 38, 0.4);
    color: #fff;
    border-radius: 50px;
	border-top: none;
    border-left: none;
    border-right: none;
	font-size: 14px;
}
.button-btn button:hover{
  background: #fff;
  box-shadow: 0px 4px 8px 2px rgba(38, 26, 38, 0.4);
    border-bottom: 4px solid #fff;
    box-shadow: 0px 4px 8px 2px rgba(38, 26, 38, 0.4);
    transition: all .5s ease;
	color: #ffa200;
}
.button-btn button:hover span{
	color: #ffa200;
}
.button-btn{
  margin-top: 30px;
}
/*----------------------*/
/*----------------------*/
/*----------------------*/
/*----------------------*/

/*-------credits---------*/
.credits{
  background: #7c3c82;
  padding: 0;
}
.credits-wrap{
  display: flex;
}
.credits-wrap-item{
  flex-grow: 1;
  padding: 32px 12px;
  border-right: 1px solid rgba(255, 255, 255, .1);
    border-left: 1px solid rgba(255, 255, 255, .1);
}
.credits-wrap-item p{
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.2;
}
.credits-wrap-item img{
  width: 70px;
}
/*-----------------------*/

/*------tehno-descr------*/
.tehno-descr{
  position: relative;
  background-color: #fafafa;
}
.tehno-descr-text h3{
  font-size: 34px;
    line-height: 1.4;
    font-family: "GothamPro-Bold", sans-serif;
    margin-top: 0;
    text-align: center;
}
.tehno-descr-text h3 span{
  font-weight: 300;
  font-family: "GothamPro-Light", sans-serif;
}
.tehno-descr-text p{
  margin: 0;
    text-align: center;
    font-size: 18px;
    color: rgba(0, 0, 0, .7);
}
.tehno-descr-img{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.tehno-descr-img img{
  width: 570px;
}
.tehno-descr-one p,
.tehno-descr-two p,
.tehno-descr-three p,
.tehno-descr-four p,
.tehno-descr-five p,
.tehno-descr-six p,
.tehno-descr-seven p,
.tehno-descr-eight p,
.tehno-descr-nine p,
.tehno-descr-ten p{
  font-size: 16px;
  color: #000;
}
.tehno-descr-one p img,
.tehno-descr-two p img,
.tehno-descr-three p img,
.tehno-descr-four p img,
.tehno-descr-five p img,
.tehno-descr-six p img,
.tehno-descr-seven p img,
.tehno-descr-eight p img,
.tehno-descr-nine p img,
.tehno-descr-ten p img{
  width: 14px;
    opacity: 1;
    position: relative;
    bottom: 1px;
}
.tehno-descr-img{
  position: relative;
}
.tehno-descr-one{
  position: absolute;
  top: 2px;
    left: 166px;
}
.tehno-descr-two{
  position: absolute;
  left: 127px;
    top: 66px;
}
.tehno-descr-three{
  position: absolute;
  left: 158px;
    top: 132px;
}
.tehno-descr-four{
  position: absolute;
  left: 163px;
    top: 196px;
}
.tehno-descr-five{
  position: absolute;
  left: 161px;
    top: 261px;
}
.tehno-descr-six{
  position: absolute;
  right: 124px;
    top: 4px;
}
.tehno-descr-seven{
  position: absolute;
  right: 86px;
    top: 67px;
}
.tehno-descr-eight{
  position: absolute;
  right: 4px;
    top: 131px;
}
.tehno-descr-nine{
  position: absolute;
  right: 115px;
    top: 196px;
}
.tehno-descr-ten{
  position: absolute;
  right: 149px;
    top: 260px;
}
.tehno-descr .header-own-btn{
  margin-top: 40px;
}
.tehno-descr .header-own-btn{
  text-align: center;
}
.tehno-descr .header-own-btn a{
  padding: 14px 39px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #f8ac4e 0%, #f7612c 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f8ac4e 0%, #f7612c 100%) repeat scroll 0 0;
    border-bottom: 4px solid #d1562c;
    box-shadow: 0px 4px 8px 2px rgba(38, 26, 38, 0.4);
    color: #fff;
    height: auto;
    transition: all .3s;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
}
.tehno-descr .header-own-btn a:hover{
  background: #fff;    
  color: #ffa200;
    border-bottom: 4px solid #fff;
    box-shadow: 0px 4px 8px 2px rgba(38, 26, 38, 0.4);
    transition: all .5s ease;
}
/*-----------------------*/

/*----about-shtucaturka----*/
.about-shtucaturka{
  background-color: #fff;
}
.about-shtucaturka-text h3{
  font-size: 34px;
    line-height: 1.4;
    font-family: "GothamPro-Bold", sans-serif;
    margin-top: 0;
    text-align: left;  
}
.about-shtucaturka-text h3 span{
  font-weight: 300;
  font-family: "GothamPro-Light", sans-serif;
}
.about-shtucaturka-text p{
  margin-bottom: 0;    
    font-size: 16px;
    color: #000;
    display: block;
    line-height: 1.4;
    margin-top: 5px;
}

.galeryBox{
  text-align: center;
}
.galeryBox__box {
  padding: 0;
  margin: 0;  
  width: 100%;
  height: 520px;
  overflow: hidden; 
  border-radius: 8px;
    /*box-shadow: 0 1px 20px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;*/
}
.galeryBox__box img{
  width: 80px;
  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; 
}

.form-section input[type="text"] {    
    color: #484e51;
}
.form-section ::-webkit-input-placeholder { /* WebKit browsers */
   color: #484e51;
}
.form-section :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #484e51;
}
.form-section ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #484e51;
}
.form-section :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #484e51;
}

@media only screen and (min-width : 768px) {
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
.newsletter-input {
  height: 56px;
    border-radius: 50px;
    padding-left: 20px;
    width: 100%!important;
    border: none;
    margin-left: 0px!important;
    box-shadow: 0.1em 0.1em 6px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 991px) and (min-width: 768px){
  .ht-newsletter {
    padding-left: 15px;
    padding-right: 10px;
  }
  .ht-newsletter h2 {
    margin-bottom: 55px;
    margin-top: 47px;
  }  
  .newsletter-input {   
    font-size: 13px;
    letter-spacing: 0;    
  }
  .newsletter-forn-in {
    margin-top: 22px;   
  }  
}
@media only screen and (max-width : 767px) {
  .form input[type="text"]{
    width: 100%;
  }
  .ht-newsletter{
    text-align: center;
  }
  .newsletter-forn-in {
    margin-top: 0;
  }
  .ht-newsletter h2{
    margin-bottom: 50px;
    text-align: center;
  }
  .newsletter-input{
    margin-left: 0!important;    
  }  
  .newsletter-forn-in .text-center{
    text-align: center;
  }    
}
.form-inline-flex{
  display: flex;
  align-items: center;
}
.form-inline-flex .form-group{
  flex-grow: 1;
}
.form-inline-flex .gallery-btn{
  flex-grow: 1;
  margin-left: 16px;
}
.form-inline-flex .gallery-btn button{  
  padding: 21px 39px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #f8ac4e 0%, #f7612c 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f8ac4e 0%, #f7612c 100%) repeat scroll 0 0;
    border-bottom: 4px solid #d1562c;
    box-shadow: 0px 4px 8px 2px rgba(38, 26, 38, 0.4);
    color: #fff;
    height: auto;
    transition: all .3s;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;    
    border: none;
    border-radius: 50px;
}
.form-inline-flex .gallery-btn button:hover{
  background: #fff;
    color: #ffa200;    
    box-shadow: 0px 4px 8px 2px rgba(38, 26, 38, 0.4);
    transition: all .5s ease;
}
.form-inline-text p{
  font-size: 14px;
  text-transform: uppercase;
  font-family: "GothamPro-Bold", sans-serif;
  color: #000;
  margin-top: 26px;
}
.about-shtucaturka-img{
  display: block;
  width: 100%;
}
.about-shtucaturka-img img{
  width: 90%;
}
/*-------------------------*/

/*-------economia---------*/
.economia{
  background-color: #fafafa;
  padding-bottom: 78px;
}
.projects-item-img{
  display: block;
  width: 100%;
  text-align: center;
}
.projects-item-img img{
  width: 100%;
}
.projects-item-one{
  flex-grow: 1;
    width: 100%;
}
.projects-item-two{
  /*flex-grow: 1;
  width: 80%;*/
  padding-left: 0px;
}
.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: 2px;
    border-radius: 5px;
    /*display: flex;*/
    width: 100%;
}
.projects-item-line{
  background-color: #ffc230;
    height: 3px;
}
.projects-item-own h4{
  color: #000;
    font-family: "GothamPro-Bold", sans-serif;    
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 8px;
    margin-top: 0;
}
.projects-item-list{
  /*display: flex;
  align-items: flex-start;*/
  /*margin-bottom: 16px;*/
}
.projects-item-list-one{
  /*flex-grow: 1;
  width: 50%;*/
  display: flex;
    align-items: flex-start;
    margin-top: 12px;
}
.projects-item-list-one img{
  width: 80px;
}
.projects-item-list-one p{
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 16px; 
  line-height: 1.4;
}
.projects-item-list-one p span{
  font-weight: 800;
}
.projects-item-more p{  
    color: #ffc230;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 800;
    margin-top: 0;
}
.projects-item-price h4{
  color: #000;
    font-family: "GothamPro-Bold", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
}
.economia .item-one{
  padding: 2px;
}
.projects-item-own h4 span{
  background: #7c3c82;
    color: #fff;
    padding: 2px;
}
.item-shadow-one .projects-item{
  box-shadow: none;
}
.item-shadow-two .projects-item{
  box-shadow: 0 1px 20px rgb(0 0 0 / 40%), 0 0 1px rgb(0 0 0 / 40%) inset;
}
/*------------------------*/

/*---------oborudovanie---------*/
.oborudovanie{
  /*background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
}
.oborudovanie-text h3{
  font-size: 34px;
    line-height: 1.4;
    font-family: "GothamPro-Bold", sans-serif;
    margin-top: 0;
    text-align: left;
    color: #000;
}
.oborudovanie-text h3 span{
  font-weight: 300;
    font-family: "GothamPro-Light", sans-serif;
}
.oborudovanie-text h3 img{
  width: 50px;
  margin-right: 8px;
}
.oborudovanie-text p{
  color: #484e51;
  text-transform: uppercase;
  font-size: 18px;
}
.oborudovanie-block{
  background-color: #eee;
  border-radius: 8px;
  box-shadow: 0 1px 20px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
  padding: 16px;
  display: flex;
  align-items: center;
}
.oborudovanie-block-img img{
  width: 80px;
}
.oborudovanie-block-text p{
  font-size: 18px;
    text-transform: uppercase;    
    color: #000;
    margin-top: 0;  
    display: block;  
    margin-bottom: 0px;
}
.oborudovanie-block-text span{
  color: #000;
    margin-top: 0;
    margin-bottom: 0;   
    font-size: 16px;
    line-height: 1.4;
}
.oborudovanie-block-text{
  padding-left: 16px;
}
.oborudovanie-img{
  display: flex;
  align-items: center;
  margin-top: 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 20px rgb(0 0 0 / 40%), 0 0 1px rgb(0 0 0 / 40%) inset;
}
.oborudovanie-img img{
  width: 95%;
  border-radius: 8px;
  box-shadow: 0 1px 20px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
}
.oborudovanie-img-item{
  flex-grow: 1;
}
.oborudovanie-img-text p{
  font-size: 18px;
    text-transform: uppercase;
    color: #7c3c82;
    margin-top: 0;
    display: block;
    margin-bottom: 0px;
    font-family: "GothamPro-Bold", sans-serif;
}
.oborudovanie-img-text span{
  color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
}
.oborudovanie-first-img{
  display: block;
  width: 100%;
  position: relative;
    top: 130px;
    text-align: center;
}
.oborudovanie-first-img img{
  width: 420px;
}
/*------------------------------*/

/*---------remont-pola----------*/
.remont-pola{
  background-color: #e4e5e6;
}
.remont-pola-img{
  display: block;
  width: 100%;
}
.remont-pola-img img{
  width: 100%;
}
.remont-pola-text-head h4{
  color: #000;
    font-family: "GothamPro-Bold", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 0;
}
.remont-pola-text-item p{
  color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
    padding-left: 6px;
}
.remont-pola-text-item img{
  width: 30px;
}
.remont-pola-text-item{
  display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
/*------------------------------*/

/*-----------begin--------------*/
.begin{
  background-color: #fafafa;
  position: relative;
  padding-bottom: 80px;
}
.begin .tehno-descr-text h3{
  text-align: left;
  margin-bottom: 0;
}
.begin .tehno-descr-text p{
  font-size: 18px;
    text-transform: uppercase;
    color: #000;
    margin-top: 26px;
    text-align: left;
}

.begin-wrap p{
  font-size: 16px;   
    font-family: "GothamPro-Bold", sans-serif;
    color: #000;
    margin-top: 20px;
    display: block;
}
.begin-wrap-line{
  display: flex;
  align-items: flex-start;
}
.begin-wrap-item{
  display: flex;
  align-items: center;
    /* flex-grow: 1; */
    width: 100%; 
}
.begin-wrap-item img{
  width: 90px;
}
.begin-wrap-item p{
  color: #000;
    line-height: 1.7;
    display: block;
    font-family: "GothamPro", sans-serif;
    margin: 0;
    padding-left: 16px;
}
.begin-wrap-item p b{
  font-family: "GothamPro-Bold", sans-serif;
}
.begin-img{
  display: block;
  width: 100%;
  text-align: center;
}
.begin-img img{
  width: 65%;
}
.begin .form-inline-text span{
  color: #000;
    line-height: 1.7;
    display: block;
    font-family: "GothamPro", sans-serif;
    margin-bottom: 20px; 
}
.begin .form-inline-text span b{
  font-family: "GothamPro-Bold", sans-serif;
}
.begin-form{
  background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 20px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    padding: 32px;
    position: absolute;
    bottom: 50px;
}
.begin .form-inline-text p{
  margin-top: 0;
}

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

/*-------gallery-wrap-----*/
.gallery-wrap{  
  background: #fff; 
  position: relative; 
  z-index: 9;
}
.gallery-wrap .oborudovanie-text{
  text-align: center;
}
.gallery-wrap .oborudovanie-text h3{
  text-align: center;
  margin-bottom: 26px;
}
.gallery-wrap .oborudovanie-text h3 b{
  display: block;
}
.gallery-wrap .item-one{
  padding: 2px;
}
.gallery-wrap .galeryBox{
  text-align: center;
}
.gallery-wrap .galeryBox__box {
  padding: 0;
  margin: 0;  
  width: 100%;
  height: 320px;
  overflow: hidden; 
  border-radius: 8px;
    box-shadow: 0 1px 20px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
}
.gallery-wrap .galeryBox__box img{
  width: 80px;
  margin-bottom: 12px;
}
.gallery-wrap .galeryBox__box-inner {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1; 
}
.gallery-wrap .galeryBox--special .galeryBox__box {
  height: 250px;
  overflow: hidden; 
}
.gallery-wrap .galeryBox--special .galeryBox__img {
  height: 210px;
  overflow: visible; 
}
.gallery-wrap .galeryBox__img {
  position: relative;
  z-index: -1; 
}
.gallery-wrap .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; }
  .gallery-wrap .galeryBox__img:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.gallery-wrap .galeryBox__img-link {
  width: 100%;
  height: 100%;
  text-decoration: none; 
}
.gallery-wrap-text p{
  color: #000;
    font-size: 16px;
    line-height: 1.4;
    padding-left: 6px;
    text-align: left;
}
/*------------------------*/

/*------servicies----------*/
.servicies{
  background: #291b28;
  padding-bottom: 50px;
}
.servicies .tehno-descr-text h3{
  color: #fff;
}
.servicies-item{
  -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);
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
}
.servicies-item img{
  width: 140px;
}
.servicies-item h4{
  font-weight: 800;
    font-size: 20px;
    display: block;
    line-height: 1.3;
    font-family: "GothamPro-Medium", sans-serif;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.servicies-item p{
  font-size: 14px;
    color: rgba(255, 255, 255, .6);
    display: block;
    line-height: 1.3;
    margin-bottom: 0;
}
.servicies-item p i{
  color: #ffa200;
    font-size: 6px;
    position: relative;
    bottom: 2px;
}

.form-section-input{  
}
.form-section-input-one{
  
}
.form-section-input-two{
  
}
.form-section-input input{
  user-select: none;
    position: relative;
    text-align: left;
    padding: 0;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .4);
    /* border-top: none; */
    /* border-left: none; */
    /* border-right: none; */
    display: block;
    height: 55px;
    border-radius: 50px;
    text-indent: 10px;
    margin-bottom: 30px;
    background: transparent;
    color: #fff;
}
.score-wrap-form{
  -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);
  padding: 20px 20px;
  background-color: #7c3c82;  
}
.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;
}
.score-wrap-form-title h5{
  color: #fff;
  text-align: left;
  font-weight: 800;
    font-size: 20px;
    display: block;
    line-height: 1.3;
    font-family: "GothamPro-Medium", sans-serif; 
    margin-bottom: 10px;
    margin-top: 0;
}
.score-wrap-form-title p{
  font-size: 14px;
    color: #000;
    display: block;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: left;
}
.pravda .score-wrap-form-title p{
	color: #fff;
}
.score-wrap-form input[type="text"] {    
    color: #fff;
}
.score-wrap-form ::-webkit-input-placeholder { /* WebKit browsers */
   color: #fff;
}
.score-wrap-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
}
.score-wrap-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
}
.score-wrap-form :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #fff;
}
.form-section-btn{
  text-align: left;
}
.form-section-btn button{
  padding: 14px 39px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #f8ac4e 0%, #f7612c 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f8ac4e 0%, #f7612c 100%) repeat scroll 0 0;
    border-bottom: 4px solid #d1562c;
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.4);
    color: #fff;
    height: auto;
    transition: all .3s;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    position: relative;
    border: 1px solid #ffa200;
    border-radius: 50px;
}
.form-section-btn button:hover{
  background: #fff;
    color: #ffa200;
    border-bottom: 4px solid #fff;
    box-shadow: 0px 4px 8px 2px rgba(38, 26, 38, 0.4);
    transition: all .5s ease;
}
/*-------------------------*/

/*------for-what--------*/
.for-what-item{
   display: flex;
    background: #7c3c82;
    position: relative;
    overflow: hidden;
    min-height: 320px;
    margin-bottom: 30px;
    border: 1px #000 solid;
    -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);
    border-radius: 8px;
}
.for-what-item img{
  position: absolute;
    top: 0;
    right: 0;
}
.for-what-item span{
   font-weight: 800;
    font-size: 20px;
    display: block;
    line-height: 1.3;
    font-family: "GothamPro-Medium", sans-serif;
    color: #fff;    
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.for-what{
  padding-bottom: 50px;  
}
.for-what .gordost-line-btn{
  margin-top: 20px;
}
/*----------------------*/

/*------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;
    background: #e4e5e6;
}
.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: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
.shema-text{
  text-align: left;
}
.shema-text p{
  color: #000;
    text-align: left;
    font-weight: 800;
    font-size: 20px;
    display: block;
    line-height: 1.3;
    font-family: "GothamPro-Medium", sans-serif;
}
.shema-text span{
  font-size: 14px;
    color: #000;
    display: block;
    line-height: 1.3;
}
.shema-img{
  display: block;
  text-align: left;
}
.shema-img img{
  width: 85px;
}
.shema-item{
  margin-bottom: 30px;
}
/*------------------------*/

/*-------technology-------*/
.technology{
  background-color: #fff;
  padding-bottom: 50px;
}
.technology-item-img{
  display: block;
  width: 100%;
}
.technology-item-img img{
  width: 100%;
}
.technology-item-text h4{
  color: #ff9e00;
    font-family: "GothamPro-Bold", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 8px;
    margin-top: 16px;
}
.technology-item-text p{
  color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
}
.technology-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: 2px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 30px;
}
/*------------------------*/

/*------testimonials-----*/
.testimonials{
  padding-bottom: 50px;
}
.testimonials-item iframe{
  width: 100%;
  height: 200px;
  border:none;
}
.testimonials-item-text h4{
  color: #ff9e00;
    font-family: "GothamPro-Bold", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0px;
    margin-top: 0px;
}
.testimonials-item-text p{
  color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
}
.testimonials-item{
  margin-bottom: 30px;
}
/*-----------------------*/

/*------zamer----------*/
.zamer{
  padding-bottom: 0;
  position: relative;
  background-color: #fff;
}
.zamer .begin-wrap-line{
  margin-bottom: 16px;
}
.zamer .begin-wrap-item img {
    width: 50px;
}
.zamer .begin-form{
  position: relative;
  width: 100%;
  bottom: 0;
  padding-bottom: 70px;
}
.zamer .form-inline-text p{
  margin-top: 0;
}
.zamer .form-inline-flex .gallery-btn button{
  padding: 12px 12px;
}
.zamer-img{
  display: block;
  width: 100%;
}
.zamer-img img{
  width: 100%;
}
.zamer .oborudovanie-text p{
  font-size: 18px;
    text-transform: uppercase;
    color: #000;
    text-align: left;
}
.zamer .oborudovanie-text h3{
  font-size: 34px;
    line-height: 1.4;
    font-family: "GothamPro-Bold", sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
}
.zamer .oborudovanie-text h3 span{
  font-weight: 300;
    font-family: "GothamPro-Light", sans-serif;
}
.zamer .begin-wrap-item p{

}
/*------------------------*/

/*-------radiator---------*/
.radiator{
  background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.radiator .tehno-descr-text h3{
  text-align: left;
}
.radiator-item-one{
  background-color: #eee;
    border-radius: 8px;
    box-shadow: 0 1px 20px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    padding: 16px;
    display: flex;
}
.radiator-item-one-img{
    flex-grow: 1;
}
.radiator-item-one-img img {
    width: 235px;
    border-radius: 8px;
    box-shadow: 0 1px 20px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
}
.radiator-item-one-text h4{
  font-size: 18px;
    text-transform: uppercase;
    color: #000;
    margin-top: 0;
    display: block;
    margin-bottom: 0px;
}
.radiator-item-one-text p{
  color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
}
.radiator-item-one-text{
  padding-left: 10px;
}

.radiator-item-two{
  display: flex;
    margin-top: 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 20px rgb(0 0 0 / 40%), 0 0 1px rgb(0 0 0 / 40%) inset;
    padding: 16px;
}
.radiator-item-two-img{
    flex-grow: 1;
}
.radiator-item-two-img img {
    width: 235px;
    border-radius: 8px;
    box-shadow: 0 1px 20px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
}
.radiator-item-two-text h4{
  font-size: 18px;
    text-transform: uppercase;
    color: #7c3c82;
    margin-top: 0;
    display: block;
    margin-bottom: 0px;
    font-family: "GothamPro-Bold", sans-serif;
}
.radiator-item-two-text p{
  color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
}
.radiator-item-two-text{
  padding-left: 10px;
}
.radiator .tehno-descr-text h3 img{
  width: 50px;
    margin-right: 8px;
}
/*------------------------*/

/*--------vivod-----------*/
.vivod{
  padding: 16px 0;
  background: #7c3c82;
}
.vivod-wrap{
  display: flex;
  align-items: center;
}
.vivod-wrap-img{

}
.vivod-wrap-img img{
  width: 120px;
}
.vivod-wrap-text h4{
  font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    display: block;
    margin-bottom: 0px;
    font-family: "GothamPro-Bold", sans-serif;
}
.vivod-wrap-text p{
  color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
}
.vivod-wrap-text{
  padding-left: 12px;
}
/*------------------------*/

/*-------reguliator-------*/
.reguliator{
  background-color: #fff;
}
/*------------------------*/

/*-------cert-------------*/
.cert .galeryBox__box {
  padding: 0;
  margin: 0;
  /*box-shadow: 0 1px 67px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;*/
  width: 100%;
  height: 340px;
  overflow: hidden; 
}

.cert .galeryBox__box-inner {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1; 
}

.cert .galeryBox--special .galeryBox__box {
  height: 250px;
  overflow: hidden; 
}

.cert .galeryBox--special .galeryBox__img {
  height: 210px;
  overflow: visible; 
}

.cert .galeryBox__img {
  position: relative;
  z-index: -1; 
}

.cert .galeryBox__img {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #fff;
  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; }
  .cert .galeryBox__img:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

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

.cert .galeryBox__img-link:before{
  content: "";
  background-color: rgba(51,49,50,.0);
  height: 100%;
  width: 100%;
  position: absolute;
}
.cert .owl-controls {
    left: 0;
    top: 41%;
    width: 100%;
    position: absolute;
}
.cert .owl-controls .owl-nav {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 9;
}
.cert .owl-controls .owl-nav>div {
    position: absolute;
    left: -60px;
    font-size: 20px;
    line-height: 38px;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: rgba(0,0,0,.5);
    border-radius: 50px;
    padding: 6px 20px;
}
.cert .owl-controls .owl-nav>div.owl-next {
    right: -60px;
    left: auto;
}
.cert .owl-controls .owl-nav>div:hover {
    color: #ff9e00;
}
.cert .owl-dots {
    text-align: center;
    position: absolute;
    margin: auto;
    width: 100%;
    top: 230px;
}
.cert .owl-dots .owl-dot.active {
    background-color: #7c3c82;
}
.cert .owl-dots .owl-dot {
    background-color: transparent;
    border-radius: 10em;
    display: inline-block;
    height: 8px;
    margin: 3px;
    webkit-border-radius: 10em;
    width: 8px;
    border: 1px #7c3c82 solid;
}
.cert-text h4{
  font-size: 18px;
    text-transform: uppercase;
    color: #7c3c82;
    margin-top: 0;
    display: block;
    margin-bottom: 0px;
    font-family: "GothamPro-Bold", sans-serif;
}
.cert-text p{
  color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
}
.cert-text{
  margin-top: 40px;
}
/*------------------------*/

/*-------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: "GothamPro-Bold", sans-serif;
    margin-top: 0;
    line-height: 1.2;
}
.gordost-line .section-title h3 span{
  color: #fff;    
    font-size: 30px;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0;
    font-weight: 300;
    font-family: "GothamPro", sans-serif;
}
.gordost-line .section-title p span{
  color: #ffc230;
}
.gordost-line .section-title{
  flex-grow: 1;
    width: 65%;
}
.gordost-line-btn{
  flex-grow: 1;
    text-align: center;
}
.gordost-line-btn a{
  padding: 14px 39px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #f8ac4e 0%, #f7612c 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f8ac4e 0%, #f7612c 100%) repeat scroll 0 0;
    border-bottom: 4px solid #d1562c;
    box-shadow: 0px 4px 8px 2px rgba(38, 26, 38, 0.4);
    color: #fff;
    height: auto;
    transition: all .3s;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
}
.gordost-line-btn a:hover{
  background: #fff;
    color: #ffa200;
    border-bottom: 4px solid #fff;
    box-shadow: 0px 4px 8px 2px rgba(38, 26, 38, 0.4);
    transition: all .5s ease;
}
/*-----------------------*/

/*--------prichini----------*/
.prichini{
  padding-bottom: 10px;
}
.prichini .tehno-descr-text{
  margin-bottom: 70px;
}
.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(41, 27, 40, .07);
}
/*---------------------------*/

/*------------fear-----------*/
.fear .tehno-descr-text h3{
  text-align: left;
  margin: 0;
  color: #fff;
}
.fear{
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fear .kvadrat-img{
  position: relative;
    left: 16px;
    z-index: 9;
    bottom: 12px;
}
.kvadrat-img img {
    width: 170px;
}
/*--------------------------*/

/*-----about----------*/
.about{ 
  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 #7c3c82 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 bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.pravda .tehno-descr-text h3{
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
.pravda .tehno-descr-text h5{
  font-family: "GothamPro-Bold", sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    color: #fff;
}
.pravda .tehno-descr-text p{
  text-align: left;
    font-weight: 800;
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
}
.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;
  background: #7c3c82;
  -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, .8), 0 2px 20px -1px rgba(0, 0, 0, .9);
}
.footer-logo img {
    width: 125px;
    margin-bottom: 40px;
}

.footer-phone p{
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .6);
}
.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: #fff;  
}
.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: rgba(255, 255, 255, .6);
  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: #ccc;
  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;
}
/*-------------------------*/

/*------steps--------*/
.steps{
  background: #fff;
    position: relative;
    padding-top: 0;
}
.steps .section-title img{
  width: 35px;
  margin-bottom: 40px;
}
.steps .section-title{
  text-align: center;
}

.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 0px 0 0;
  font-size: 16px;
}
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3,
#tab-btn-4:checked~#content-4,
#tab-btn-5:checked~#content-5,
#tab-btn-6:checked~#content-6,
#tab-btn-7:checked~#content-7,
#tab-btn-8:checked~#content-8 {
  display: block;
}
.tovar-descr .tabs>label {
  display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #fff;
    color: #000;
    padding: 16px 36px;
    font-size: 16px;
    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;
    margin-right: 12px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 20%), 0 0 1px rgb(0 0 0 / 20%) inset;
    margin-bottom: 14px;
    border-radius: 50px;
}
.tovar-descr .tabs>label:not(:first-of-type) {
  border-left: none;
}
.tovar-descr .tabs>input[type="radio"]:checked+label {
  background-color: #ff9e00;
}



.item-text h5{
  margin-top: 16px;
    margin-bottom: 8px;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    /*font-family: "TTNorms-Bold", sans-serif;*/
}
.item-text p{
  color: #000;
    font-size: 16px;
    margin-top: 0;
}
.one .item-text{
  padding-left: 15px;
}
.one .item-img{
  width: 100%;
}
.one .item-img img{
  width: 500px;
}
.two .item-img{
  width: 100%;
}
.two .item-img img{
  width: 400px;
}
.three .item-img{
  width: 100%;
}
.three .item-img img{
  width: 500px;
}
.four .item-img{
  width: 100%;
}
.four .item-img img{
  width: 500px;
}
.five .item-img{
  width: 100%;
}
.five .item-img img{
  width: 500px;
}
.six .item-img{
  width: 100%;
}
.six .item-img img{
  width: 500px;
}
.seven .item-img{
  width: 100%;
}
.seven .item-img img{
  width: 500px;
}
.eight .item-img{
  width: 100%;
}
.eight .item-img img{
  width: 500px;
}

.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;
    border: 1px solid #dc5941;
    text-align: left;
    font-weight: 500;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color:#f8f8f8;
}
/*---------------------*/

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

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

/*------razreshenie-------*/
.razreshenie{
  background-color: #e4e5e6;
}
.razreshenie .about-shtucaturka-text p b{
  color: #7c3c82;
    text-shadow: none;
    /* font-size: 50px; */
}
.razreshenie-text{
  display: flex;
  align-items: center;
  background: #fff;
    padding: 12px;
    text-transform: uppercase;
    box-shadow: 0 1px 20px rgb(0 0 0 / 40%), 0 0 1px rgb(0 0 0 / 40%) inset;
    margin-top: 20px;
	margin-bottom:30px;
	border-radius: 8px;
}
.razreshenie-text img{
  width: 35px;
  margin-right: 10px;
}
.razreshenie-img{
  display: block;
  width: 100%;
	text-align: center;
}
.razreshenie-img img{
  width: 87%;
}
/*------------------------*/