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

.hidden {
  display: none; }

section {
    padding: 80px 0 80px;
}

.wrapper {
    width: 100%;
    max-width: 1260px;
    box-sizing: border-box;
    margin: auto;
}

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: 650px;*/ 
    /*border-bottom: 4px #75767b solid;*/
}

.logo {
  display: block;
  width: 100%;  
}
.logo img {
  width: 54%;
  padding-top: 8px;
}

.header-text{
  display: flex;
    align-content: flex-end;
    align-items: flex-end;
    height: 66vh;
    padding: 0 15px;
}
.header-text-own h1{
  color: #fff;
    font-size: 52px;
    width: 100%;
    margin: 0;
    line-height: 1.1;
}
.header-text-own-par{
  display: flex;
    align-items: center;
}
.header-text-own{
  width: 70%;
}
.header-text-own-par a{
  width: 83%;
}
.header-text-own-par p{
  color: #fff;
    font-size: 16px;
}
.header-text-right-item{
  display: flex;
  backdrop-filter: blur(10px);
  width: 75%;
    margin: auto;   
    margin-right: 0;
    padding: 14px;
    align-items: center;
}
.header-text-right-item img{
  width: 145px;
}
.header-text-right-item p{
   color: #fff;
   margin: 0;
}
.own-text-head{
  border: 1px #fff solid;
  padding: 50px 20px;
  height: 74vh;
}

.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;
  /*background-color: #2e2f30;*/
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 7px rgb(0 0 0 / 20%), 0 0 1px rgb(0 0 0 / 20%) inset;
}

nav li {
  display: inline-block;
  padding: 12px 9px 15px 9px;
}
nav li:last-child{
  padding-right: 0;
}
nav li:first-child{
  padding-left: 0;
}
nav li i{
  color: #000;
}
.main-mnu {
  text-align: center;
  margin-top: 8px;
}

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

.main-mnu a:hover { 
  color: #f2a109;
  transition: all .5s ease;
}
.main-mnu li.active a{
  color: #f2a109;
}

.main_head .phone .phone-head-wr a{   
  /*font-family: "GothamPro-Bold", sans-serif; */
  font-size: 16px;
  color: #000;
  margin-left: 30px;
}
.main_head .phone .phone-head-wr a:hover{
  color: #f2a109;
  transition: all .5s ease;
}
.main_head .phone{
  display: flex;
}
.main_head .phone .btn-head{
  flex-grow: 1;
  text-align: right;
}
.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: #fff;
  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: #fff;
}

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

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

.own-text{
  width: 60%;
}
.own-text h1{
  /*font-family: "GothamPro-Black", sans-serif;*/
    color: #fff;
    font-size: 52px;
    line-height: 1;
    margin-bottom: 18px;
    margin-top: 0px;
    /*text-transform: uppercase;*/
}
.own-text h2{
  color: #ff9110;
  text-transform: uppercase;
  font-size: 44px;
  font-family: "GothamPro-Black", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  text-shadow: 0px 2px 2px black;
}
.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;
}
ul.home-list {
  text-align: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.home-list li {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;  
  font-family: "GothamPro", sans-serif; 
}
ul.home-list li .fa{
  color: #ffc230;
}
.phone-head-wr{
  margin-top: 20px;
  flex-grow: 1;
  text-align: right;
}
.main_head .phone ul li.phone-head-wr{
  display: flex;
}
.own-text-par{
  display: flex;
    align-items: flex-start;
}
.own-text-head{
  display: flex;
  align-items: flex-end;
}
.own-text-right{
  display: flex;
    backdrop-filter: blur(8px);
    width: 75%;
    margin: auto;
    margin-right: 0;
    padding: 14px;
    align-items: center;
}
.own-text-right img{
  width: 145px;
}
.own-text-right p {
    color: #fff;
    margin: 0;
    padding-right: 10px;
}

.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 {
 color: #000;
    background: #ffa200;
    /* text-transform: uppercase; */
    /* font-weight: 800; */
    padding: 14px 34px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 9px;
}
a.button:hover{
  transform: translateY(-4px);
    transition: all .5s ease;
}
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: #fff;
  font-size: 22px;  
  font-weight: 800;  
}
.own-text-phone i{
  font-size: 18px;
  color: #ff9110;
}
.own-text-phone a:hover{
  color: #ff9110;
  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: #fff;
}
.own-text-block{
 
}
.own-text-block-btn a{
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #f9c419 0%, #f2a109 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9c419 0%, #f2a109 100%) repeat scroll 0 0;
    color: #fff;
    box-shadow: 0 4px 0 #dd8e01;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0px;
    padding: 12px 38px;
    display: inline-block;
    font-family: "GothamPro-Medium", sans-serif;
    color: #000;
    border-radius: 10px;
    text-align: center;
    width: 260px;
}
.own-text-block-btn a span{
   font-family: "GothamPro", sans-serif;
   font-weight: 300;
}

.own-text-block-btn a:hover{
  transform: translateY(-4px);
    transition: all .5s ease;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #f9c419 0%, #f2a109 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9c419 0%, #f2a109 100%) repeat scroll 0 0;
}
.head-own-img{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 34px;
}
.head-own-img img{
  width: 100%;
}
.header-social p {
    color: #000;
    margin-right: 8px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}
.header-social ul {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 4px;
}
.header-social ul li {
    display: inline-block;
    padding-left: 3px;
}
.header-social ul li:first-child {
    padding-left: 0;
}
.header-social ul li a img {
    width: 24px;
    position: relative;
    bottom: 2px;
}
.head-contact{
  margin-top: 7px;
}

.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;
}
/*---hidden-form---*/
.white-popup {
  position: relative; 
  padding: 25px;
  text-align: center;
  max-width: 590px;
  background: #fff;
    border-radius: 8px;
  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: #000;
    margin-bottom: 5px;
    display: block;
    margin-top: 5px;
}
.form-callback input {
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding: 15px 15px 17px;
    display: block;
    width: 100%;
    color: #333;
    font-size: 15px;
    border-bottom: #000 1px solid;
  }    
input[type="text"] {    
    color: #000;
}
::-webkit-input-placeholder { /* WebKit browsers */
   color: #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #000;
}
.form-callback label {
  margin-bottom: 12px;
  display: block;
  color: #000;
  text-align: left;
}
.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: left;
    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{
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #f9c419 0%, #f2a109 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9c419 0%, #f2a109 100%) repeat scroll 0 0;
    color: #fff;
    box-shadow: 0 4px 0 #dd8e01;    
    font-size: 18px;
    margin-top: 0px;
    padding: 12px 38px;
    display: inline-block;    
    color: #000;
    border-radius: 10px;
    text-align: center;
    border: none;
}
.button-btn button:hover{
  transform: translateY(-4px);
    transition: all .5s 
ease;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #f9c419 0%, #f2a109 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9c419 0%, #f2a109 100%) repeat scroll 0 0;
}
.button-btn{
  margin-top: 30px;
}
.utp{
  display: inline-block;
   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;
    margin-top: 20px;
    border-radius: 8px;
    padding: 70px 20px;
    width: 100%;
    height: 80vh;
}
/*----------------------*/

/*------credits----------*/
.credits{
  /*background-color: #fafafa;*/
  padding-bottom: 0px;
    padding-top: 30px; 
}
.credits-item-img{
  display: block;
  width: 100%;
  text-align: center;
}
.credits-item-img img{
  width: 90px;
}
.credits-item-text p{
  text-align: center;
    margin-bottom: 0;
    font-weight: 300; 
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}
.credits-item-text span{
  text-align: center;
    margin-bottom: 0;
    /* font-weight: 800; */
    font-size: 14px;
    color: #000;
    display: block;
}
.credits-item-text{
  width: 94%;
  margin: auto;
}
.credits-item{
  margin-bottom: 30px;
  /*background: #2e2f30;*/
  background: #fff;
    border-radius: 8px;
    padding: 20px 6px;
    box-shadow: 0 1px 20px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
}
.credits .item-one{
  padding: 2px;
}
.credit-line-padding {
    display: inline-block;
    width: 100%;
    padding: 0 13px;
}
/*-----------------------*/

/*------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;
}
.tehno-descr .tehno-descr-text span.prim{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}
.tehno-descr-img{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.tehno-descr-img img{
  width: 100%;
}
.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,
.tehno-descr-eleven p,
.tehno-descr-twelve p,
.tehno-descr-thirteen p,
.tehno-descr-fourteen p,
.tehno-descr-fifteen p,
.tehno-descr-sixteen p,
.tehno-descr-seventeen p,
.tehno-descr-eighteen p,
.tehno-descr-nineteen p,
.tehno-descr-twenty p,
.tehno-descr-twenty-one p,
.tehno-descr-twenty-two p,
.tehno-descr-twenty-three p,
.tehno-descr-twenty-four p,
.tehno-descr-twenty-six p,
.tehno-descr-twenty-seven p,
.tehno-descr-twenty-eight p,
.tehno-descr-twenty-nine p{
  font-size: 12px;
  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: 24px;
    left: 394px;
}
.tehno-descr-two{
  position: absolute;
  left: 298px;
    top: 1px;
}
.tehno-descr-three{
  position: absolute;
  left: 172px;
    top: 31px;
}
.tehno-descr-four{
  position: absolute;
  left: 143px;
    top: 83px;
}
.tehno-descr-five{
  position: absolute;
  left: 85px;
    top: 212px;
}
.tehno-descr-six{
  position: absolute;
  left: 88px;
    top: 323px;
}
.tehno-descr-seven{
  position: absolute;
  left: 80px;
    top: 415px;
}
.tehno-descr-eight{
  position: absolute;
  left: 61px;
    top: 495px;
}
.tehno-descr-nine{
  position: absolute;
  left: 129px;
    top: 555px;
}
.tehno-descr-ten{
  position: absolute;
  left: 283px;
    top: 570px;
}
.tehno-descr-eleven{
  position: absolute;
  left: 419px;
    top: 576px;
}
.tehno-descr-twelve{
  position: absolute;
  left: 504px;
    top: 541px;
}
.tehno-descr-thirteen{
  position: absolute;
  right: 480px;
    top: 517px;
}
.tehno-descr-fourteen{
  position: absolute;
  right: 447px;
    top: 563px;
}
.tehno-descr-fifteen{
  position: absolute;
  right: 321px;
    top: 588px;
}
.tehno-descr-sixteen{
  position: absolute;
  right: 196px;
    top: 570px;
}
.tehno-descr-seventeen{
  position: absolute;
  right: 84px;
    top: 540px;
}
.tehno-descr-eighteen{
  position: absolute;
  right: 85px;
    top: 452px;
}
.tehno-descr-nineteen{
  position: absolute;
  right: 89px;
    top: 400px;
}
.tehno-descr-twenty{
  position: absolute;
  right: 63px;
    top: 355px;
}
.tehno-descr-twenty-one{
  position: absolute;
  right: 97px;
    top: 270px;
}
.tehno-descr-twenty-two{
  position: absolute;
  right: 160px;
    top: 215px;
}
.tehno-descr-twenty-three{
  position: absolute;
  right: 272px;
    top: 63px;
}
.tehno-descr-twenty-four{
  position: absolute;
  right: 364px;
    top: 50px;
}
.tehno-descr-twenty-six{
  position: absolute;
  right: 455px;
    top: 29px;
}
.tehno-descr-twenty-seven{
  position: absolute;
  right: 534px;
    top: 7px;
}
.tehno-descr-twenty-eight{
  position: absolute;
  left: 370px;
    top: 250px;
}
.tehno-descr-twenty-nine{
  position: absolute;
  left: 505px;
    top: 305px;
}
.tehno-descr .header-own-btn{
  margin-top: 40px;
}
.tehno-descr .header-own-btn{
  text-align: center;
}
.tehno-descr .header-own-btn a{
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #f9c419 0%, #f2a109 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9c419 0%, #f2a109 100%) repeat scroll 0 0;
    color: #fff;
    box-shadow: 0 4px 0 #dd8e01;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0px;
    padding: 12px 38px;
    display: inline-block;
    font-family: "GothamPro-Medium", sans-serif;
    color: #000;
    border-radius: 10px;
    text-align: center;
}
.tehno-descr .header-own-btn a span {
    font-family: "GothamPro", sans-serif;
    font-weight: 300;
}
.tehno-descr .header-own-btn a:hover{
  transform: translateY(-4px);
    transition: all .5s ease;
}
.tehno-descr-img-mobile{
  display: block;
  width: 100%;
}
.tehno-descr-img-mobile img{
  width: 100%;
}
/*-----------------------*/

/*------equipment-----------*/
.equipment-item-img{
  display: block;
  width: 100%;
  text-align: center;
}
.equipment-item-img img{
  width: 100%;
}
.equipment-item{
  border: 1px dashed rgba(0, 0, 0, .5);
  padding: 20px;
  margin-top: 40px;
  position: relative;
}
.equipment-item-text p{
  margin-bottom: 0;
  text-align: center;
}
.equipment-item-number{
  position: absolute;
    top: -9px;
    left: -14px;
}
.equipment-item-number p{
  display: inline;
    background-color: #ffa200;
    padding: 10px 15px;
    border-radius: 50px;
}
/*----------------------*/

/*--------partners--------*/
.partners{
  position: relative;
    background-color: #fafafa;
}
.partners .tehno-descr-text h3{
  text-align: left;
}
.partners .tehno-descr-text p{
  text-align: left;
}
.partners-item{
  display: flex;
  background-color: #2e2f30;
  border-radius: 8px;
  align-items: center;
    padding: 12px;
    margin-left: 10px;
    box-shadow: 0 1px 20px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    flex-grow: 1;
    width: 100%;
}
.partners-item-img{
   background: #fff;
    border-radius: 8px;
    padding: 12px;
    flex-grow: 1;
    width: 66%;
}
.partners-item-img img{
  width: 100%;
}
.partners-item-text{
  flex-grow: 1;
    width: 100%;
}
.partners-item-text p{
  color: #fff;
  padding-left: 10px;
}
.partners-line{
  margin-bottom: 10px;
  display: flex;
}
.partners-img{
  display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 300px;
}
.partners-img img{
  width: 81%;
}
/*------------------------*/

/*------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: 83%;
}
.zamer .begin-wrap-line {
    display: flex;
    align-items: flex-start;
}
.zamer .begin-wrap-item {
    display: flex;
    align-items: center;
    /* flex-grow: 1; */
    width: 100%;
}
.zamer .tehno-descr-text p{
  text-align: left;
}
.zamer .tehno-descr-text h3{
  text-align: left;
}
.zamer .begin-wrap-item p {
    color: #000;
    line-height: 1.7;
    display: block;
    margin: 0;
    padding-left: 14px;
}
.zamer .form-inline-text p {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "GothamPro-Bold", sans-serif;
    color: #000;
    margin-top: 0;
    display: block;
}
.zamer .form-inline-flex {
    display: flex;
    align-items: center;
}
.zamer .form-inline-flex .form-group {
    flex-grow: 1;
}
@media only screen and (min-width: 768px) {
    .zamer .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}
input[type="text"] {
    color: #000;
}
.zamer .form-inline-flex .gallery-btn {
    flex-grow: 1;
    margin-left: 16px;
}
.zamer .form-inline-flex .gallery-btn button {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #f9c419 0%, #ff9110 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9c419 0%, #ff9110 100%) repeat scroll 0 0;
    color: #fff;
    /* box-shadow: 0 4px 0 #dd8e01; */
    text-transform: uppercase;
    height: 56px;
    font-size: 16px;
    margin-top: 0px;
    padding: 12px 38px;
    display: inline-block;
    /* font-family: "Montserrat-Bold", sans-serif; */
    color: #000;
    border-radius: 8px;
    font-weight: 600;
    border: none;
}
.zamer .form-inline-flex .gallery-btn button:hover {
    transform: translateY(-4px);
    transition: all .5s ease;
}
.zamer .form-inline-flex .gallery-btn button {
    padding: 12px 12px;
}
.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: 60px;
}
.newsletter-input {
    height: 56px;
    border-radius: 8px;
    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);
}
/*------------------------*/

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

.galeryBox__img-link {
  width: 100%;
  height: 100%;
  text-decoration: none; 
}
.gallery-wrap .tehno-descr-text span.prim{
  text-align: center;
    display: block;
    margin-bottom: 40px;
}
/*------------------------*/

/*-------preim------------*/
.preim .tehno-descr-text h3{
  text-align: left;
}
.preim .tehno-descr-text p{
  text-align: left;
}
.preim-img{
  display: block;
  text-align: center;
  width: 100%;
}
.preim-img img{
  width: 65%;
}
.preim{
  background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.preim .header-own-btn a{
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #f9c419 0%, #f2a109 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9c419 0%, #f2a109 100%) repeat scroll 0 0;
    color: #fff;
    box-shadow: 0 4px 0 #dd8e01;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 30px;
    padding: 12px 38px;
    display: inline-block;
    font-family: "GothamPro-Medium", sans-serif;
    color: #000;
    border-radius: 10px;
    text-align: center;
}
.preim .header-own-btn a span{
  font-family: "GothamPro", sans-serif;
    font-weight: 300;
}
.preim .header-own-btn a:hover{
  transform: translateY(-4px);
    transition: all .5s ease;
}
/*------------------------*/

/*-------dopolnitelno-------*/
.dopolnitelno{
  padding-bottom: 50px;
}
.dopolnitelno-item-img{
  display: block;
  width: 100%;
}
.dopolnitelno-item-img img{
  width: 100%;
  border-radius: 8px;
}
.dopolnitelno-item{
  background: #fff;
    border-radius: 8px;
    padding: 0px 0px 10px 0px;
    box-shadow: 0 1px 20px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}
.dopolnitelno .tehno-descr-text p{
  margin-bottom: 40px;
}
.dopolnitelno-item-text h4{
  font-size: 16px;
    text-transform: uppercase;
}
.dopolnitelno-item-text p{
  padding: 0 10px;
}
/*---------------------------*/

/*--------prichini----------*/
.prichini{
  position: relative;
    z-index: 9;
    background-color: #fafafa;
    padding-bottom: 0;
}
.prichini .tehno-descr-text h3{
  margin-bottom: 60px;
}
.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{
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fear .tehno-descr-text h3{
  text-align: left;
  margin-bottom: 0;
}
.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;
    box-shadow: 0 1px 20px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    border-radius: 8px;
}
.cover-image {
    height: 100%;
    width: 100%;
}
@media (min-width: 768px){
  .cover-image.s-cover-right {
    left: auto;
    width: 28%;
  }
}

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

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

/*---------pravda--------*/
.pravda{
  background-position: center 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;
}
.score-wrap-form{
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 8px;
}
.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;
}
.form-section-input label {
    margin-bottom: 30px;
}
.form-section-input input {
    user-select: none;
    position: relative;
    text-align: left;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    display: block;
    height: 51px;
    border-radius: 0px;
    text-indent: 10px;
    margin-bottom: 15px;
}
.zamer .form-section-input input{
	border-bottom: none;
}
.form-section-btn button{
  display: inline-block;
  line-height: 36px;
  padding: 0px 39px;
    height: 55px;
    background: #ffa200;
    color: #fff;
    border-radius: 8px;
    border: none;
}
.form-section-btn button:hover{
  transform: translateY(-4px);
    transition: all .5s ease;
}
/*-----------------------*/

/*-------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;
}
/*-------------------------*/

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

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

