body {
  font-family: "GothamPro", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.4; 
  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;*/
}
.parallax-overlay{
  position: absolute;
    z-index: 9;
    width: 100%;
}
.item h1 {
  margin-top: 30px;
    color: #000;
    font-size: 34px;
    width: 515px;
    text-transform: uppercase;
    font-family: "GothamPro-Black", sans-serif;
}
.item-text{
  position: relative;
  top: 25%;
}
.item h1 span{
  color: #0073bb;
  font-family: "GothamPro-Bold", sans-serif;
}
.item h1 span.red{
  color: #c70000;
}
.item h2{     
    color: #fff;
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, 1);
    border-radius: 50px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;    
    padding: 14px 0px;
    /*font-family: "GothamPro-Black", sans-serif;*/
    text-transform: uppercase;
    font-size: 18px;
    width: 170px;
    text-align: center;
}
.item h2 img{
  width: 44px !important;
    display: block;
    backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, 0.5);
    padding: 7px;
    border-radius: 8px;
   box-shadow: 0 1px 60px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
}
.item p{    
    color: #000;
    /* backdrop-filter: blur(3px); */
    /* background: rgba(255, 255, 255, 0.5); */
    border-radius: 8px;
    /* box-shadow: 0 1px 7px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset; */
    border-radius: 24px;
    padding: 14px 14px;
    font-size: 16px;
    width: 230px;
    background: #f8f9fd;
    /*border: 1px solid rgba(0, 0, 0, .1);*/
    box-shadow: 0 1px 60px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
}
.item-text p img{
  width: 44px !important;
    display: block;    
    background: rgba(255, 255, 255, 0.5);
    padding: 7px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .1);
}
.item-text-right{
  display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
    margin-top: 24px;
}
.item-text-right p{
  width: 370px;
}
.item-text-right p b{
  color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "GothamPro-Black", sans-serif;
    font-size: 18px;
}
.item-text-right p span{
  color: #000;
  font-family: "GothamPro-Mediumk", sans-serif;
}
.item-text-right p img{
  width: 45px !important;
  margin-bottom: 10px;
}

.logo {
  display: block;
  width: 100%;  
  margin-top: 6px;
  text-align: center;
}
.logo img {
  width: 80%;
}
.logo p{
  color: #ffc501;
    font-family: "GothamPro-Black", sans-serif;
    margin: 0;
    font-size: 20px;
    text-align: center;
}
.logo p span{
  color: #000;
  font-family: "GothamPro-Bold", sans-serif;
}

.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;
    /*backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;*/
   
}

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

.main-mnu a {
  display: block;
    color: #000;
    font-size: 14px;
    /* letter-spacing: -0.5px; */
    background: #f8f9fd;
    /* height: 52px; */
    display: flex;
    align-items: center;
    padding: 18px 24px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 1px 60px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
}

.main-mnu a:hover { 
  transform: translateY(-4px);
    transition: all .5s ease;
}
.main-mnu li.active a{
  color: #fff;
    background: #000;
}
.main-mnu li.active a i{
  color: #fff;
}

.main_head .phone .phone-head-wr a{   
  font-family: "GothamPro-Bold", sans-serif; 
  font-size: 18px;
  color: #000;
  margin-left: 30px;
}
.main_head .phone .phone-head-wr a:hover{
  color: #cd2e3a;
  transition: all .5s ease;
}
.main_head .phone{
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.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: #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: #fff;
}

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

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

.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: #fff;
    background: #0047a0;
    padding: 18px 28px;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0 1px 60px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
}
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) linear-gradient(to bottom, #cd2e3a 0%, #cd2e3a 100%) repeat scroll 0 0;
    color: #fff;
    box-shadow: 0 1px 60px rgb(0 0 0 / 20%), 0 0 1px rgb(0 0 0 / 20%) inset;
    /* text-transform: uppercase; */
    font-size: 14px;
    margin-top: 0px;
    padding: 22px 28px;
    display: inline-block;
    /* font-family: "GothamPro-Medium", sans-serif; */
    color: #fff;
    border-radius: 50px;
    /* width: 270px; */
    text-align: center;    
    font-weight: 300;
}
.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;
}
.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: 10px;
    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;
}
.header-social ul li a{
  color: #000;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px;
    border-radius: 24px;
}
.head-contact{
  margin-top: 10px;
}

.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; 
  box-shadow: 0 1px 60px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    border-radius: 24px;
    padding: 20px;
    background-color: #fbfbfb;
  text-align: center;
  max-width: 590px;  
  margin: 0 auto; }
  .white-popup img {
    max-width: 100%; }

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

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

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

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.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: #fff;
  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: 8px; */
    border: none;
    padding: 15px 15px 17px;
    display: block;
    width: 100%;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #777;
  }    
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: #0074bf;
}
.checkbox{
  font-size: 14px;
  margin-top: 12px;    
  display: block;
  color: #000;
}
.button-btn button{
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0073bb 0%, #024b79 100%) repeat scroll 0 0;
    color: #fff;
    box-shadow: 0 1px 60px rgb(0 0 0 / 20%), 0 0 1px rgb(0 0 0 / 20%) inset;
    /* text-transform: uppercase; */
    font-size: 14px;
    margin-top: 0px;
    padding: 22px 28px;
    display: inline-block;
    /* font-family: "GothamPro-Medium", sans-serif; */
    color: #fff;
    border-radius: 50px;
    /* width: 270px; */
    text-align: center;
    font-weight: 300;
    height: 64px;
    border: none;
}
.button-btn button:hover{
  transform: translateY(-4px);
    transition: all .5s ease;
}
.button-btn{
  margin-top: 0px;
}
.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%;
}
.own-text-block-btn{
  margin-top: 24px;
}
/*----------------------*/
.header-carousel .owl-loaded {
    display: block;
}
.header-carousel .owl-loaded{
  display: block;
  width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.header-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.header-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.header-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.header-carousel .owl-controls {
    left: 0;
    top: 47%;
    width: 100%;
    position: absolute;
}
.header-carousel .owl-nav {
    top: 45%;
    width: 100%;
    position: absolute;
}
.header-carousel .owl-nav .owl-prev, 
.header-carousel .owl-nav .owl-next, 
.header-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.header-carousel .owl-nav button {
    position: absolute;
    left: 25px;
    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;
    border: none;
}
.header-carousel .owl-nav button:hover{
  color: #E40521;
}
.header-carousel .owl-nav button.owl-next {
    right: 25px;
    left: auto;
}
.header-carousel{
  padding: 0;
  position: relative;
    padding-bottom: 0px;
    height: 100vh;
    max-width: auto;
    margin: 0 auto;
    overflow: hidden;
}

.header-carousel .col-sm-12{
  padding: 0;
}
.header-carousel .item{
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    /*display: flex;
    align-items: center;*/
}
.header-carousel .owl-controls {
    left: 0;
    top: 47%;
    width: 100%;
    position: absolute;
}
.header-carousel .owl-controls .owl-nav {
    top: 0;
    width: 100%;
    position: absolute;
}
.header-carousel .owl-controls .owl-nav>div {
    position: absolute;
    left: 25px;
    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;
}
.header-carousel .owl-controls .owl-nav>div.owl-next {
    right: 25px;
    left: auto;
}
.header-carousel .owl-controls .owl-nav>div:hover {
    color: #3fa1ff;
}
.header-carousel .owl-dots .owl-dot.active span, 
.header-carousel .owl-dots .owl-dot:hover span {
    background: #E40521;
    transition: all .5s ease;
}
.header-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 4px 6px 0;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.header-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.header-carousel .owl-dots{
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none !important;
}
/*----------------------*/
/*----------------------*/
/*----------------------*/

/*-----from-head-mobile---*/
.from-head-mobile .item-text-right{
  display: block;
}
.from-head-mobile .item-text-right p {
    color: #000;
    backdrop-filter: blur(3px);
    background: rgba(210, 210, 210, 0.5);   
    box-shadow: 0 1px 7px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    border-radius: 24px;
    padding: 14px 14px;
    font-size: 16px;
    width: 100%;
}
.from-head-mobile .item-text-right p b {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "GothamPro-Black", sans-serif;
    font-size: 18px;
}
.from-head-mobile .item-text-right p span {
    color: #0087ef;
    font-family: "GothamPro-Mediumk", sans-serif;
}
.from-head-mobile .item-text-right p img {
    width: 50px !important;
    margin-bottom: 10px;
    backdrop-filter: blur(3px);
    background: rgba(210, 210, 210, 0.5);
    padding: 7px;
    border-radius: 8px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 5%), 0 0 1px rgb(0 0 0 / 5%) inset;
    display: block;
}
/*------------------------*/

/*------models------------*/
.models{
   padding-bottom: 50px;
}
.tehno-descr-text h3{
  text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-family: "GothamPro-Black", sans-serif;
    font-size: 30px;
    line-height: 1.4;
}
.tehno-descr-text h3 span {
    font-weight: 300;
    font-family: "GothamPro-Light", sans-serif;
}
.tehno-descr-text p{
  margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #000;
}
.tehno-descr-text-img{
  display: block;
  width: 100%;
  text-align: center;
}
.tehno-descr-text-img img{
  width: 120px;
  margin-bottom: 30px;
}
.models .tehno-descr-text p{
  margin-bottom: 0px;
}
.models .tehno-descr-text h3{
  margin-bottom: 20px;
}

.models-item{
  background-color: #fbfbfb;
  padding: 30px;
  box-shadow: 0 1px 60px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
  border-radius: 24px;
  margin-bottom: 30px;
}
.models-item-head{
  display: block;
  width: 100%;
}
.models-item-head img{
  width: 65px;
}
.models .owl-dots {
    text-align: center;
    position: absolute;
    margin: auto;
    width: 100%;
    top: 320px;
}
.models .kia-item .owl-dots{
   top: 205px;
}
.models .owl-dots .owl-dot.active {
    background-color: #000;
}
.models .owl-dots .owl-dot {
    background-color: transparent;
    border-radius: 10em;
    display: inline-block;
    height: 6px;
    margin: 8px;
    webkit-border-radius: 10em;
    width: 6px;
    border: 1px #000 solid;
}
.models-item-text h4{
  color: #000;
  font-size: 24px;
    line-height: 1.2;
    margin-top: 24px;
    margin-bottom: 0;
    text-align: center;
}
.models-item-par p{
  font-size: 16px;
  text-align: center;
}
.models-item-btn{
  text-align: center;
}
/*------------------------*/

/*------want--------------*/
.want{
	padding-top:0;
}
.want-img{
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 1px 60px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    border-radius: 24px;
}
.want-img-text p{
  color: #fff;
  width: 50%;
}
.want-img-text h2{
  color: #fff;
  font-family: "GothamPro-Black", sans-serif;
  font-size: 60px;
    margin-top: 14px;
    margin-bottom: -14px;
}
.want-img-text h3{
  color: #fff;
  font-family: "GothamPro-Black", sans-serif;
    font-size: 30px;
    margin: 0;
}
.want-img-text{
  padding: 57px 20px;
}
.score-wrap-form-head h4{
  font-family: "GothamPro-Bold", sans-serif;
    font-size: 28px;
    margin: 0;
    line-height: 1.2;
}
.score-wrap-form-head h4 span{
  background: #cd2e3a;
    color: #fff;
    padding: 4px 14px;
    border-radius: 24px;
}
.want .score-wrap-form-title p{
  text-align: left;
    margin-bottom: 0;
}
.want .form-section-input input{
  margin-bottom: 0;
}
.want .form-section-btn{
  margin-top: 14px;
}
.want{
  /*padding-bottom: 0;*/
}
.want .score-wrap-form{
  background-color: #fff;
}
/*------------------------*/

/*-----no-katalog---------*/
.no-katalog{
  background-color: #f9f9f9;
}
.no-katalog .tehno-descr-text h3{
  text-align: left;
  margin-bottom: 10px;
}
.no-katalog .tehno-descr-text p{
  text-align: left;
}
.no-katalog-par{
  background-color: #fff;
    padding: 20px;
    box-shadow: 0 1px 60px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    border-radius: 24px;    
}
.no-katalog-par p{
  font-size: 16px;
}
.begin-wrap-line {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}
.begin-wrap-item {
    display: flex;
    align-items: center;
    /* flex-grow: 1; */
    width: 100%;
}
.begin-wrap-item img {
    width: 105px;
}
.begin-wrap-item p {
    color: #000;
    line-height: 1.7;
    display: block;    
    margin: 0;
    padding-left: 14px;
    font-size: 14px;
    padding-right: 5px;
}
.no-katalog-carousel-item-text p{
  font-family: "GothamPro-Bold", sans-serif;
    font-size: 28px;
    margin: 0;
    line-height: 1.2;
}
.no-katalog-carousel-item-text p span{
  color: #cd2e3a;
}
.no-katalog-carousel-item-img{
  display: block;
  width: 100%;
  text-align: center;
}
.no-katalog-carousel-item-img img{
  width: 80% !important;
    text-align: center;
    margin: auto;
}
.no-katalog-carousel-item-list{
  display: flex;
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 1px 14px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
}
.item-list{
  flex-grow: 1;
}
.item-list h4{
    margin-bottom: 10px;
    margin-top: 0;
    font-family: "GothamPro-Black", sans-serif;
    font-size: 18px;
}
.item-list p{
  margin: 0;
}

.no-katalog-carousel .owl-controls .owl-nav {
    top: 50%;
    width: 100%;
    position: absolute;
    z-index: 9;
}
.no-katalog-carousel .owl-controls .owl-nav>div {
    position: absolute;
    left: 0px;
    font-size: 20px;
    line-height: 38px;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 50px;
    padding: 0px 14px;
}
.no-katalog-carousel .owl-controls .owl-nav>div.owl-next {
    right: 0px;
    left: auto;
}
.no-katalog-carousel .owl-controls .owl-nav>div:hover {
    color: #0047a0;
}
.no-katalog-carousel .owl-dots {
    text-align: center;
    position: absolute;
    margin: auto;
    width: 100%;
    top: 103%;
}
.no-katalog-carousel .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 #000 solid;
}
.no-katalog-carousel .owl-dots .owl-dot.active {
    background-color: #000;
}
/*------------------------*/

/*-----example------------*/
.example .tehno-descr-text h3{
  margin-bottom: 20px;
}
/*.example{
  background-color: #f5f5f5;
}*/
.example{
  padding-bottom: 50px;
}
.example-item-img{
  display: block;
  width: 100%;
}
.example-item-img img{
  width: 100%;
}
.example-item{
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 1px 60px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
  border-radius: 24px;
  margin-bottom: 30px;
  display: inline-block;
    width: 100%;
}
.example-item:hover{
  transform: translateY(-4px);
    transition: all .5s ease;
}
.example-item-text h4{
  color: #000;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.example-item-list{
  /*display: flex;
    align-items: flex-start;*/
    display: block;
    margin-bottom: 0px;
}
.example-item-list-type {
    flex-grow: 1;
    width: 50%;
}
.example-item-list-type{
  color: #000;
    font-size: 14px;
    /*background: #f8f9fd;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 1px 60px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    margin-right: 10px;*/
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.example-item-list-type h5{
  margin-top: 0;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
    flex-grow: 1;
}
.example-item-list-type p span{
  font-weight: 300;
    font-size: 14px;
}
.example-item-list-type p{
  margin-bottom: 0;
    margin-top: 0px;
    font-size: 16px;
    flex-grow: 1;
    text-align: right;
    font-weight: 800;
}
.example-item-price p{
  text-align: center;
  color: #f00;
  font-size: 20px;
  margin-bottom: 0;
}
.example-item-price span{
  color: #000;
}
.example-item-btn{
  color: #fff;
    background: #000;
    padding: 18px 28px;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0 1px 60px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    display: block;
    margin-top: 20px;
    text-align: center;
}
.example-item-price span {
    color: #000;
    display: block;
    text-align: center;
	font-weight: 800;
    /* text-decoration: underline; */
    border-bottom: 1px #000 solid;
}
.dop-info{
  background-color: #fff;
    padding: 20px;
    box-shadow: 0 1px 60px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    border-radius: 24px;
    display: flex;
    align-items: center;
}
.dop-info img{
  width: 80px;
}
.dop-info p{
  font-family: "GothamPro-Bold", sans-serif;
    font-size: 22px;
    margin: 0;
    line-height: 1.2;
    padding-left: 16px;
}
/*------------------------*/

/*-------gordost---------*/
.gordost{
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
}
.gordost .tehno-descr-text h3{
  text-align: left;
  margin-bottom: 20px;
  color: #fff;
}
.gordost .tehno-descr-text p{
  text-align: left;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0;
}
.gordost-line{
  display: flex;
  align-items: center;
}
.gordost-line .tehno-descr-text{
  flex-grow: 1;
}
.gordost-line-btn{
  flex-grow: 1;
    text-align: center;
    width: 100%;
}
.gordost-line-btn a{
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0047a0 0%, #0047a0 100%) repeat scroll 0 0;
    color: #fff;
    box-shadow: 0 1px 60px rgb(0 0 0 / 20%), 0 0 1px rgb(0 0 0 / 20%) inset;
    /* text-transform: uppercase; */
    font-size: 14px;
    margin-top: 0px;
    padding: 22px 28px;
    display: inline-block;
    /* font-family: "GothamPro-Medium", sans-serif; */
    color: #fff;
    border-radius: 50px;
    /* width: 270px; */
    text-align: center;
    font-weight: 300;
    height: 64px;
}
.gordost-line-btn a:hover{
  
}
/*-----------------------*/

/*-------otchet----------*/
.otchet .tehno-descr-text h3{
  margin-bottom: 20px;
}
.otchet-item p{
  color: #000;
    display: block;
    font-size: 16px;
    text-align: center;
}
.otchet-item p b{
  margin-top: 30px;
  display: block;
}
.otchet-item h5{
  color: #000;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
}
.otchet-item ul{
  list-style-type: none;
  padding-left: 0;
  display: flex;
}
.otchet-item ul li{
  flex-grow: 1;
  width: 50%;
  background-color: #fbfbfb;
    padding: 20px;
    box-shadow: 0 1px 60px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    border-radius: 24px;
    margin-right: 20px;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
}
.otchet-item ul li img{
  width: 40px;
  margin-right: 10px;
}
.otchet-item-right h5{
  color: #000;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
}
.otchet-item-right p{
  color: #000;
    display: block;
    font-size: 16px;
}
.otchet-item-right-img{
  display: block;
  width: 100%;
  text-align: center;
}
.otchet-item-right-img img{
  width: 70%;
  box-shadow: 0 1px 60px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    border-radius: 24px;
}
.otchet-item-right-btn{
  text-align: center;
  margin-top: 20px;
}
.otchet-item-right-btn a{
  color: #fff;
    background: #000;
    padding: 18px 28px;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0 1px 60px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    display: block;
    margin-top: 20px;
    text-align: center;
    width: 70%;
    margin: auto;
}
.otchet-item-right-btn a:hover{
  transform: translateY(-4px);
    transition: all .5s ease;
}
/*-----------------------*/

/*-------video-desription-----*/
/*---------video-desription--------*/
.video-desription{  
  position: relative;
}
.video-desription-carousel-item{
  position: relative;
}
.video-wrapper-pr{
  display: block;
  /*width: 100%;*/
}
.video-wrapper-pr video{
  width: 100%;
  height: 333px;
  box-shadow: 0 1px 7px rgb(0 0 0 / 20%), 0 0 1px rgb(0 0 0 / 20%) inset;
}
/*video::-webkit-media-controls-play-button {
  background-color: #f00;
  border-radius: 50%;  
}*/




.video-desription-carousel .owl-controls {
    left: 0;
    top: 41%;
    width: 100%;
    position: absolute;
}
.video-desription-carousel .owl-controls .owl-nav {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 9;
}
.video-desription-carousel .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,1);
    border-radius: 50px;
    padding: 0px 14px;
}
.video-desription-carousel .owl-controls .owl-nav>div.owl-next {
    right: -60px;
    left: auto;
}
.video-desription-carousel .owl-controls .owl-nav>div:hover {
    color: #0047a0;
}
.video-desription-carousel .owl-dots {
    text-align: center;
    position: absolute;
    margin: auto;
    width: 100%;
    top: 208px;
}
.video-desription-carousel .owl-dots .owl-dot.active {
    background-color: #000;
}
.video-desription-carousel .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 #000 solid;
}

.video-desription-btn{
  text-align: center;
}
.video-desription-btn a img{
  width: 40px;
}
.video-desription-btn .blur-box{
  margin: auto;
    width: 258px;
    position: relative;
    bottom: -8px;
}
.video-desription-btn p{
  color: #000;
  font-size: 16px;
  font-weight: 800;
  margin-top: 60px;
}
/*---------------------------------*/
/*----------------------------*/

/*---------guarantee----------*/
.prem-new-wr{
  display: block;
  width: 100%;
  text-align: center;
}
.prem-new-wr img{
  width: 60%;
}
.guarantee{
  /*padding-top: 0;*/
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.guarantee .tehno-descr-text h4{
  font-family: "GothamPro-Bold", sans-serif;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 130px;
    line-height: 1.2;
    text-align: center;
}
.guarantee-item p{
  font-family: "GothamPro-Black", sans-serif;
    font-size: 18px;
    margin: 0;
}
.guarantee-item-one{
  position: absolute;
  top: -84px;
  width: 200px;
  text-align: center;
  left: 319px;
}
.guarantee-item-two{
  position: absolute;
    top: -84px;
    width: 230px;
    text-align: center;
    right: 330px;
}
.guarantee-item-three{
  position: absolute;
    top: 409px;
    width: 264px;
    text-align: center;
    left: 367px;
}
.guarantee-item-four{
  position: absolute;
    top: 406px;
    width: 230px;
    text-align: center;
    right: 395px;
}
@media only screen and (min-width : 1920px){
  .prem-new-wr{
    display: block;
  }
  .prem-new-wr-two{
    display: none;
  }
}
@media only screen and (max-width : 1920px){
  .prem-new-wr{
    display: block;
  }
  .prem-new-wr-two{
    display: none;
  }
}
@media only screen and (max-width : 1250px){
  .guarantee-item-three {    
    top: 409px;
    width: 264px;    
    left: 342px;
  }
  .guarantee-item-four {    
    top: 406px;
    width: 230px;    
    right: 370px;
  }
}
@media only screen and (max-width : 1199px){
  .guarantee-item-one {   
    top: -84px;
    width: 200px;    
    left: 295px;
  }
  .guarantee-item-two {    
    top: -84px;
    width: 230px;    
    right: 306px;
  }
      .guarantee-item-three {
        top: 386px;
        width: 264px;
        left: 284px;
    }
        .guarantee-item-four {
        top: 385px;
        width: 230px;
        right: 329px;
    }
}
@media only screen and (max-width : 1150px){
      .guarantee-item-three {
        top: 370px;
        width: 264px;
        left: 284px;
    }
        .guarantee-item-four {
        top: 368px;
        width: 230px;
        right: 329px;
    }
}
@media only screen and (max-width : 1100px){
   .guarantee-item-one {
        top: -84px;
        width: 200px;
        left: 260px;
    }
        .guarantee-item-two {
        top: -84px;
        width: 230px;
        right: 265px;
    }
        .guarantee-item-three {
        top: 354px;
        width: 264px;
        left: 229px;
    }
        .guarantee-item-four {
        top: 351px;
        width: 230px;
        right: 290px;
    }
}
@media only screen and (max-width : 1030px){
  .guarantee-item-one {
        top: -84px;
        width: 200px;
        left: 238px;
    }
        .guarantee-item-two {
        top: -84px;
        width: 230px;
        right: 242px;
    }
    .guarantee-item-three {
        top: 331px;
        width: 264px;
        left: 202px;
    }
        .guarantee-item-four {
        top: 331px;
        width: 230px;
        right: 255px;
    }
}
@media only screen and (max-width : 991px){
  .prem-new-wr img {
    width: 600px;
  }
}
@media only screen and (max-width : 940px){
      .guarantee-item-one {
        top: -84px;
        width: 200px;
        left: 196px;
    }
        .guarantee-item-two {
        top: -84px;
        width: 230px;
        right: 195px;
    }
        .guarantee-item-three {
        top: 331px;
        width: 264px;
        left: 156px;
    }
        .guarantee-item-four {
        top: 331px;
        width: 230px;
        right: 206px;
    }
}
@media only screen and (max-width : 850px){
      .guarantee-item-one {
        top: -84px;
        width: 200px;
        left: 147px;
    }
    .guarantee-item-two {
        top: -84px;
        width: 230px;
        right: 152px;
    }
    .guarantee-item-three {
        top: 331px;
        width: 264px;
        left: 102px;
    }
        .guarantee-item-four {
        top: 331px;
        width: 230px;
        right: 160px;
    }
}
@media only screen and (max-width : 760px){
  .prem-new-wr img {
        width: 500px;
    }
        .guarantee-item-one {
        top: -84px;
        width: 200px;
        left: 88px;
    }
    .guarantee-item-two {
        top: -84px;
        width: 230px;
        right: 61px;
    }
        .guarantee-item-three {
        top: 276px;
        width: 264px;
        left: 59px;
    }
        .guarantee-item-four {
        top: 273px;
        width: 230px;
        right: 114px;
    }
}
@media only screen and (max-width : 660px){
      .prem-new-wr img {
        width: 400px;
    }
        .guarantee-item-one {
        top: -84px;
        width: 200px;
        left: 0px;
    }
        .guarantee-item-two {
        top: -84px;
        width: 230px;
        right: 0;
    }
        .guarantee-item-three {
        top: 220px;
        width: 264px;
        left: 0px;
    }
    .guarantee-item-four {
        top: 218px;
        width: 230px;
        right: 0px;
    }
}
@media only screen and (max-width : 485px){
  .prem-new-wr-two{
    display: block;
    width: 100%;
  }
  .prem-new-wr-two img{
    width: 100%;
  }
  .prem-new-wr{
    display: none;
  }
      .guarantee-item-one {
        top: 0;
        width: 100%;
        left: 0px;
        position: relative;
        text-align: left;
        margin-bottom: 16px;
    }
    .guarantee-item-two{
      top: 0;
        width: 100%;
        right: 0px;
        position: relative;
        text-align: left;
    }
    .guarantee-item-three {
        top: 0;
        width: 100%;
        left: 0px;
        position: relative;
        text-align: left;
        margin-bottom: 16px;
    }
    .guarantee-item-four{
      top: 0;
        width: 100%;
        right: 0px;
        position: relative;
        text-align: left;
    }
    .guarantee .tehno-descr-text h4{
      margin-bottom: 60px;
    }
}
/*-----------------------------*/

/*-----------more-info--------*/
.more-info{
  background-color: #faf8fd;
}
.more-info-item{
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.more-info-item-img img{
  width: 140px;
}
.more-info-item-text p{
  padding-left: 8px;
  margin: 0;
  font-size: 16px;
}
/*----------------------------*/

/*--------steps-line----------*/
.steps-line{
  padding-bottom: 50px;
}
.work-list-wrap{
  display: flex;
  align-items: center;
  box-shadow: 0 1px 60px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    border-radius: 24px;
    padding: 20px;
    background-color: #fbfbfb;
    margin-bottom: 30px;
}
.work-list-wrap-text{
  flex-grow: 1;
}
.work-list-wrap-number{
  flex-grow: 1;
  text-align: right;
}
.work-list-wrap-text p{
  margin: 0;
  font-size: 16px;
    display: block;   
}
.work-list-wrap-number span{
  color: #484e51;
  font-family: "GothamPro-Bold", sans-serif;
  font-size: 45px;
    opacity: .3;
}
.work-list-second-img{
  position: absolute;
    bottom: 81px;
    right: 430px;
}
.work-list-second-img img{
  width: 440px;
    position: absolute;
    z-index: 0;
}
.steps-line .work-list-wrap{
  align-items: flex-start;
}
.steps-line .work-list-wrap-number span{
  opacity: 1;
}
.steps-line .work-list-wrap-number span img{
  width: 60px;
}
.work-list-wrap-text h5{
  color: #000;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 10px;
}
/*----------------------------*/

/*-----delivery----------*/
.delivery{
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.delivery .section-title h3{
  max-width: 490px;
    margin-right: auto;
    margin-left: auto;
}
.delivery .tehno-descr-text h3 {
    margin-bottom: 20px;
}
.delivery .section-title h4{
  color: #000;
    font-family: "GothamPro", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
    max-width: 490px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.delivery .section-title h4 span{
  font-family: "GothamPro-Bold", sans-serif;
    border-bottom: 1px #000 solid;
}
.delivery .form-section-input{
  display: block;
}
.delivery .score-wrap-form{
   max-width: 490px;
    margin-right: auto;
    margin-left: auto;
}
.score-wrap-form-title p{
  text-align: center;
  font-weight: 800;
}
.delivery .form-section-input-one,
.delivery .form-section-input-two{
  padding-right: 0;
}
.delivery .score-wrap-form {
    max-width: 490px;
    margin-right: auto;
    margin-left: auto;
}
.score-wrap-form {
    box-shadow: 0 1px 60px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    border-radius: 24px;
    padding: 20px;
    background-color: #fbfbfb;
}
.delivery .form-section-input-one, 
.delivery .form-section-input-two {
    padding-right: 0;
}
.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 #777;
    border-top: none;
    border-left: none;
    border-right: none;
    display: block;
    height: 51px;
    border-radius: 0px;
    text-indent: 10px;
    margin-bottom: 30px;
    background-color: transparent;
}
.form-section-btn {
    text-align: center;
}
.form-section-btn button {
    display: inline-block;
    line-height: 36px;
    padding: 0px 39px;
    height: 55px;
    border: none;
    box-shadow: 0 1px 60px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    color: #fff;
    border-radius: 50px;
    background-color: #000;
}
.form-section-btn button:hover{
  transform: translateY(-4px);
    transition: all .5s ease;
}
/*-----------------------*/

/*--------faq---------------*/
.faq{
  padding-bottom: 60px;
  background-color: #fff;
}
.faq .tehno-descr-text p{
  text-align: center;
}
.acor-container {
    margin: 0;
    /*border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;*/
}
.acor-container .acor-body {
  width: 100%;
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: transparent;    
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;    
}

.acor-container label {
  cursor: pointer;
  display: block;
  padding: 15px 20px 15px 0;
  width: 100%;
  font-weight: 800;
  box-sizing: border-box;
  z-index: 100;
  font-size: 18px;  
  transition: color .35s;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px #dadada solid;
}
.acor-container label:hover {
  color: #210a34;  
}
.acor-container input{
    display: none;
}
.acor-container label:before {
  content: '';
    background-image: url(https://kc.aurora-pro.by/wp-content/uploads/2026/02/chevron-down-solid.svg);
    float: right;
    font-size: 14px;
    top: 3px;
    position: relative;
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.acor-container input:checked + label {   
    color: #000;       
}
.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(180deg);
}
.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #2e2e2e;
    padding: 20px 0px 10px 0;
}
.acor-body p{
  color: #000;
    font-size: 16px;
}
/*--------------------------*/

/*-------footer------------*/
.footer{
  padding: 40px 0 40px;
  border-top: 1px solid #ccc;
  background-color: #faf8fd;
}
.footer-logo img {
    width: 160px;
    margin-bottom: 40px;
}
.footer-logo-img p{
  color: #ffc501;
    font-family: "GothamPro-Black", sans-serif;
    margin: 0;
    font-size: 20px;
    text-align: center;
}
.footer-logo-img p span{
  color: #000;
    font-family: "GothamPro-Bold", sans-serif;
}
.footer-social ul li a{
  color: #000;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px;
    border-radius: 24px;
}
.footer-social ul li a img {
    width: 24px;
    position: relative;
    bottom: 2px;
}

.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: 24px;
  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;
}
/*-------------------------*/

/*-------breadcrumb-------*/
.second-head .parallax-overlay{
  position: relative;
  padding-bottom: 5px;
}
.breadcrumb {
    width: 100%;       
    margin-bottom: 0px;
    padding: 0;
    line-height: 44px;
    position: relative;
    z-index: 0;
    padding-top: 6px;    
    background-color: #faf8fd;
}
.breadcrumb ul{
  margin-top: 0;
  padding-left: 0px;
  margin: 0;
  line-height: 1.4;
  padding-top: 8px;
  padding-bottom: 10px;
}
.breadcrumb ul li { 
    list-style: none;
    display: inline-block;
    color: #000;    
}
.breadcrumb ul li i {
    font-size: 12px;
}
.breadcrumb ul li a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.breadcrumb ul li a:hover {
    text-decoration: none;
}
.breadcrumb ul li a.active {
    color: #002c85;
}
/*.breadcrumb .row{
  width: 100%;
}*/
/*------------------------*/

/*----tovar-page----------*/
#mainCarousel {  
  width: 100%;
  margin: 0 auto 1rem auto;
  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}
#mainCarousel .carousel__slide {
  width: 100%;
  padding: 0;
}
#mainCarousel .carousel__slide img{
  width: 100%;
}
#mainCarousel .carousel__button.is-prev {
  left: -1.5rem;
}
#mainCarousel .carousel__button.is-next {
  right: -1.5rem;
}
#mainCarousel .carousel__button:focus {
  outline: none;  
}
#thumbCarousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 0.25rem;
  width: 96px;
  height: 64px;
}
#thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
#thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
}
h1.product__title{
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "GothamPro-Black", sans-serif;
    font-size: 30px;
    line-height: 1.4;
}
.product-img{
  display: block;
  width: 100%;
}
.product-img img{
  width: 65px;
  margin-bottom: 20px;
}
.product-head-text p{
  color: #000;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px #000 solid;
}
.product-list ul{
  list-style-type: none;
  padding-left: 0;
  margin-top: 30px;
}
.product-list ul li{
  display: inline-table;
  width: 48%;
  margin-bottom: 30px;
}
.product-list ul li img{
  width: 45px;
  float: left;
}
.product-list ul li h5{
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
}
.product-list ul li p{
  margin-bottom: 0;
  margin-top: 0px;
  padding-left: 50px;
  line-height: 1.2;
  font-size: 14px;
}
.product-list-btn p{
  color: #f00;
    font-size: 20px;
    margin-bottom: 0;
}
.product-list-btn span{
  color: #000;
    display: block;
}
.product-list-btn .gordost-line-btn{
  text-align: left;
  margin-top: 20px;
}
.container-margin-line {
   
}
.product .row {
    margin-left: 0px;
    margin-right: 0;
}
/*------------------------*/

/*----characteristics-----*/
.characteristics{
  padding-top: 0;
  padding-bottom: 0;
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.characteristics-item{
  display: flex;
  align-items: flex-start;
}
.characteristics-item-own h6{
  margin-top: 0;
  font-size: 16px;
  margin-right: 40px;
}
.characteristics-item-own-list p{
  margin-top: 0;
  font-size: 14px;
}
.characteristics-item{
  margin-top: 30px;
}
.characteristics-item-own{
  width: 30%;
}
.characteristics-item-own-list{
  width: 70%;
}
.characteristics-item-own-list p{
  display: flex;
  align-items: center;
}
.characteristics-item-own-list p img{
  width: 5px;
  margin-right: 12px;
}
.characteristics-item-own h6{
  display: flex;
  align-items: flex-start;;
}
.characteristics-item-own h6 img{
  width: 35px;
  margin-right: 6px;
  position: relative;
  top: 0px;
}
.characteristics .tehno-descr-text h3{
  margin-bottom: 30px;
}
/*-------------------------*/

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

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

/*--------hot-----------*/
.hot{
	padding-top:0;
}
.hot .tehno-descr-text h3{
  color: #c70000;
}
.hot video {
    width: 100%;
    height: 500px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 20%), 0 0 1px rgb(0 0 0 / 20%) inset;
}
.hot-car-head h4{
  font-family: "GothamPro-Bold", sans-serif;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.2;
}
.hot-car-head-text{
  box-shadow: 0 1px 60px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    border-radius: 24px;
    padding: 20px;
}
.hot-car-head-text p{
  font-size: 16px;
}
.hot-car-head-list{
  margin-top: 16px;
}
.hot-car-head-list-img{
  display: block;
  width: 100%;
  text-align: center;
}
.hot-car-head-list-img img{
  width: 100%;
}
.hot-car-head-second h4{
  font-family: "GothamPro-Black", sans-serif;
    font-size: 18px;
}
@media only screen and (max-width : 1100px){
  .hot video{
    height: 420px;
  }
}
@media only screen and (max-width : 991px){
  .hot .video-desription-carousel-item video {
        height: 455px;
    }
}    
@media only screen and (max-width : 767px){
  .hot-car-head h4{
    margin-top: 10px;
  }
  .hot{
    padding-top: 0;
  }
  .gallery-wrap{
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width : 410px){
  .galeryBox__box{
    height: 140px !important;
  }
}
@media only screen and (max-width : 375px){
  .galeryBox__box{
    height: 130px !important;
  }
}
/*----------------------*/

/*-------gallery-wrap-----*/
.gallery-wrap{ 
  padding-top: 0;
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.gallery-wrap .col-lg-4{
  padding: 0;
}
.galeryBox__box {
  padding: 0;
  margin-top: 0;
    margin-bottom: 30px; 
  width: 100%;
  height: 180px;
  overflow: hidden; 
}
.galeryBox__box img{
  width: 45px;
  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;
}
.gallery-wrap-text h4{
  text-align: center;
  font-family: "GothamPro-Black", sans-serif;
    font-size: 18px;
}
.gallery-wrap-btn{
  text-align: center;
}
.gallery-wrap-btn a{
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0047a0 0%, #0047a0 100%) repeat scroll 0 0;
    color: #fff;
    box-shadow: 0 1px 60px rgb(0 0 0 / 20%), 0 0 1px rgb(0 0 0 / 20%) inset;
    /* text-transform: uppercase; */
    font-size: 14px;
    margin-top: 0px;
    padding: 22px 28px;
    display: inline-block;
    /* font-family: "GothamPro-Medium", sans-serif; */
    color: #fff;
    border-radius: 50px;
    /* width: 270px; */
    text-align: center;
    font-weight: 300;
    height: 64px;
}
/*------------------------*/
