body {

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

.hidden {
  display: none; }

section {
    padding: 80px 0 80px;
}

a:active, a:focus, input, textarea, button { outline: none; }
/*----------------------*/
/*---------header-------*/
/*----------------------*/
.main_head {  
    background-attachment: scroll;    
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 650px;
}
.parallax-overlay{
  background-color: rgba(20, 27, 37, 0.3);
  min-height: 650px;
}

.logo {
  display: block;
  width: 100%; 
  padding-top: 6px; 
}
.logo p{
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  font-family: "Montserrat-Medium", sans-serif;
  line-height: 1.2;
  border-left: 3px #0A58BF solid;
  padding-left: 8px;
}
/*.logo p span{
  color: #0A58BF;
}*/

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

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

nav li {
  display: inline-block;
}

.main-mnu {
  text-align: center;
}

.main-mnu a {
  display: block;
  padding: 36px 15px 14px 15px;
  color: #fff; 
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 16px; 
  font-weight: 600;
}

.main-mnu a:hover { 
  color: #F26B1D;
  transition: all .5s ease;
}
.main_head .phone{  
  padding-top: 0px; 
  text-align: right; 
  font-family: "Montserrat-Bold", sans-serif;
  margin-top: -5px;
}
.phone-wrap {
  padding-top: 22px;
}
.phone-wrap .fa{
  font-size: 18px;
   color: #fff; 
}
.phone-wrap a{
  color: #fff; 
  font-size: 22px;
  border-bottom: 1px #fff dashed;
  letter-spacing: 1px;
}
.phone-wrap a:hover{
  color: #F26B1D;
  transition: all .5s ease;
  border-bottom: none;
}

.phone-btn-wrap a.phone-btn{    
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;   
    position: relative;
    transition: all .3s;
    background-color: transparent;
    border: none;   
    height: auto;
    box-shadow: none;
}
.phone-btn-wrap a.phone-btn:hover{
  color: #F26B1D;
  transition: all .5s ease;
  border: none;
  background: transparent;
}
/*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 {  
  display: none;
  position: absolute;
  z-index: 500;
  width: 80%;
  right: 0;
  background-color: #fff;
}

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

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

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

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

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

.own-text{
  margin-top: 80px;
}
.own-text h1{
  font-family: "Montserrat-Bold", sans-serif;
  color: #fff;
  font-size: 58px;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 5px;
  text-transform: uppercase;
}
.own-text h1 span{
  color: #ff1b1b;
}
.own-text p{
  color: #fff;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
ul.home-list {
  text-align: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
ul.home-list li {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 600;
}
ul.home-list li .fa{
  color: #fff;
  font-size: 18px;
}

.button-primary {
    box-shadow: 0px 6px 15px 2px rgba(0, 0, 0, 0.1);
    height: 55px;
    padding-right: 55px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-family:"Montserrat-Bold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.button-wr {
 display: inline-block;
 height: 46px;
 padding: 10px 22px;
 align-items: center;
 position: relative;
 transition: all .3s;
 background-color: #0A58BF;
 border: 1px solid #0A58BF;
 box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
}
a.button-wr:hover{
  background-color: #fff;
  color: #0A58BF;
  border:1px solid #fff;
}
/*---hidden-form---*/
.white-popup {
  position: relative; 
  padding: 25px;
  max-width: 590px;
  margin: 0 auto; }
  .white-popup img {
    max-width: 100%; }

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

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

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

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

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

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

.mfp-close-btn-in .mfp-close {
    color: #333;
    right: 34px;
    top: 34px;
}
/*----------------------------*/
.form-callback {
  padding: 32px 26px;  
  background-color: #f8f8f8;
}
.contact-form-head {
  text-align: center;
}
.form-callback h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #333;
}
.form-callback p {
  color: #333;
  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: 2px;
    border: none;
    padding: 10px 15px 10px;
    display: block;
    width: 100%;
    color: #333;
    font-size: 15px;
    border: #0A58BF 1px solid;
  }    
input[type="text"] {    
    color: #333;
}
::-webkit-input-placeholder { /* WebKit browsers */
   color: #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #333;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #333;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #333;
}
.form-callback label {
  margin-bottom: 12px;
  display: block;
}
.button-small {
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat-Bold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    height: 46px;
    padding: 10px 22px;
    align-items: center;
    position: relative;
    transition: all .3s;
    background-color: #0A58BF;
    border: 1px solid #0A58BF;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
}
.button-small:hover {
  background-color: #fff;
  color: #0A58BF;
  border: 1px solid #fff;
}

.form-callback .text-center {
  text-align: center;
} 
.form-callback { 
  margin: auto;
  box-shadow: #414e5b 0 0 8px;
  position:relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} 
.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;
}
/*----------------------*/
/*----------------------*/
/*----------------------*/
/*----------------------*/

/*------price-wrap------*/
.section-title{
  text-align: center;
}
.section-title h3{
  margin: 0;
  font-size: 24px;
  font-family: "Montserrat-Bold", sans-serif;    
  line-height: 1;   
  text-transform: uppercase;
  margin-bottom: 80px;
}

.price-wrap .btn-price a {   
    padding: 14px 22px;    
}
.cd-accordion { 
  background: #4d5158;
  margin: 0; 
  list-style-type: none;
  padding-left: 0; 
}
.cd-accordion ul {
  /* by default hide all sub menus */
  display: none;
}
.cd-accordion li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-accordion input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion label, .cd-accordion a {
  position: relative;
  display: block;
  padding: 18px 18px 18px 64px;
  background: #0A58BF;
  box-shadow: inset 0 -1px #fff;
  color: #ffffff;
  font-size: 1.6rem;
}
.cd-accordion .second-type li{
  padding: 18px 18px 18px 24px;  
}
.cd-accordion .second-type a{
  color: #333;
}
.no-touch .cd-accordion label:hover, .no-touch .cd-accordion a:hover {
  background: #52565d;
}
.cd-accordion label::before, .cd-accordion label::after, .cd-accordion a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion label {
  cursor: pointer;
}
.cd-accordion label::before, .cd-accordion label::after {
  background-image: url(https://xn--80aaih4ak0adhlcu.xn--90ais/wp-content/uploads/2026/07/cd-icons.svg);
  background-repeat: no-repeat;
}
.cd-accordion label::before {
  /* arrow icon */
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-accordion label::after {
  /* folder icons */
  left: 41px;
  background-position: -16px 0;
}
.cd-accordion a::after {
  /* image icon */
  left: 36px;
  background: url(../img/cd-icons.svg) no-repeat -48px 0;
}
.cd-accordion input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion input[type=checkbox]:checked + label::after { 
  background-position: -32px 0;
}
.cd-accordion input[type=checkbox]:checked + label + ul,
.cd-accordion input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  list-style-type: none;
  padding-left: 0;
  display: block;
}
.cd-accordion ul{
  list-style-type: none;
  padding-left: 0;
}
.cd-accordion ul label,
.cd-accordion ul li {
  background: #fff;
  border-left: 1px #0A58BF solid;
  box-shadow: inset 0 -1px #41444a;
  padding-left: 82px;
  border-right: 1px #0A58BF solid;
}
.no-touch .cd-accordion ul label:hover, .no-touch
.cd-accordion ul a:hover {
  background: #3c3f45;
}
.cd-accordion > li:last-of-type > label,
.cd-accordion > li:last-of-type > a,
.cd-accordion > li > ul > li:last-of-type label,
.cd-accordion > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion ul label::before {
  left: 36px;
}
.cd-accordion ul label::after,
.cd-accordion ul a::after {
  left: 59px;
}
.cd-accordion ul ul label,
.cd-accordion ul ul a {
  padding-left: 100px;
}
.cd-accordion ul ul label::before {
  left: 54px;
}
.cd-accordion ul ul label::after,
.cd-accordion ul ul a::after {
  left: 77px;
}
.cd-accordion ul ul ul label,
.cd-accordion ul ul ul a {
  padding-left: 118px;
}
.cd-accordion ul ul ul label::before {
  left: 72px;
}
.cd-accordion ul ul ul label::after,
.cd-accordion ul ul ul a::after {
  left: 95px;
}
.second-type li span{
  color: #0A58BF;    
  font-size: 18px;
  font-weight: 800;
  margin: 12px 0;
  text-align: left;
}
.btn-price{
  text-align: left;
  margin-top: 12px;
}
.btn-price a{
  display: inline-block;
  height: 46px;
  padding: 10px 22px;
  align-items: center;
  position: relative;
  transition: all .3s;
  color: #0A58BF !important;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  font-family: "Montserrat-Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2) !important;
}
.btn-price a:hover{
  background-color: #0A58BF;
  color: #fff !important;
  border: 1px solid #0A58BF;
}
@media only screen and (min-width: 600px) {
  .cd-accordion label, .cd-accordion li {
    /*padding: 24px 24px 24px 60px;*/
    font-size: 18px;
    /*font-weight: 800;*/
    display: grid;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    line-height: 1.2;
  }
  .cd-accordion label::before {
    left: 24px;
  }
  .cd-accordion label::after {
    left: 53px;
  }
  .cd-accordion ul label,
  .cd-accordion ul li {
    padding-left: 24px;
    font-size: 14px;
  }
  .cd-accordion ul label::before {
    left: 48px;
  }
  .cd-accordion ul label::after,
  .cd-accordion ul a::after {
    left: 77px;
  }
  .cd-accordion ul ul label,
  .cd-accordion ul ul a {
    padding-left: 130px;
  }
  .cd-accordion ul ul label::before {
    left: 72px;
  }
  .cd-accordion ul ul label::after,
  .cd-accordion ul ul a::after {
    left: 101px;
  }
  .cd-accordion ul ul ul label,
  .cd-accordion ul ul ul a {
    padding-left: 154px;
  }
  .cd-accordion ul ul ul label::before {
    left: 96px;
  }
  .cd-accordion ul ul ul label::after,
  .cd-accordion ul ul ul a::after {
    left: 125px;
  }
}
.cd-accordion.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
/*-----------------------*/

/*------plus-service-----*/
.plus-service{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.table-bordered {
    border: 1px solid #ccc;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}
table {
    border-collapse: collapse;
    background-color: transparent;
}
.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
    border-bottom-width: 2px;
    background-color: #0A58BF;
    color: #fff;
    font-size: 18px;
    padding: 18px 18px 18px 18px;
    line-height: 1.2;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #ccc;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #ccc;
}
.plus-service-btn{
  text-align: center;
  margin-top: 40px;
}
/*-----------------------*/

/*---img-resh-wr-----*/
.img-resh-wr{
  
}
.img-resh-wr .galeryBox-item{
  padding-left: 0;
  padding-top: 15px;
}
.img-resh-wr .galeryBox-item:first-child{
  padding-left: 15px;
}
.img-resh-wr .galeryBox__box {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 4px 6px 15px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 4px 6px 15px 0 rgba(0, 0, 0, 0.26);
  width: 100%;
  height: 210px;
  overflow: hidden; }

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

.img-resh-wr .galeryBox--special .galeryBox__box {
  height: 250px;
  overflow: hidden; }

.img-resh-wr .galeryBox--special .galeryBox__img {
  height: 210px;
  overflow: visible; }

.img-resh-wr .galeryBox__img {
  position: relative;
  z-index: -1; }

.img-resh-wr .galeryBox__box-text {
  position: relative;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 9px;
  z-index: 2; }

.img-resh-wr .galeryBox__box-text p {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #222; }

.img-resh-wr .galeryBox__img {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 27, 37, 1);
  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; }
  .img-resh-wr .galeryBox__img:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

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


.img-resh-wr .padding-top--mb4 {
  padding-top: 16px; }

.img-resh-wr .galeryBox__btn-container {
  width: 100%;
  text-align: center;
  margin-top: -10px; }   

@media (min-width: 768px) {
  .img-resh-wr .galeryBox__box {
    width: 100%;
    height: 400px; }
}

@media (min-width: 992px) {
  .img-resh-wr .galeryBox__box {
    width: 100%;
    height: 400px; }
}

@media (min-width: 1200px) {  
  .img-resh-wr .galeryBox__box {
    width: 100%;
    height: 450px; }
}

@media (min-width: 1600px) { 
  .img-resh-wr .galeryBox__box {
    width: 100%;
    height: 450px; } 
}
.project-name h3{  
    color: #0A58BF;
    font-size: 18px;    
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;    
    line-height: 1.2;
    text-align: center;
}
.img-resh-wr .owl-nav {
    position: relative;
    top: 12px;
    right: 0;
    left: 0;
    text-align: center;   
}
.img-resh-wr .owl-nav div {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    background: #ededed;
    text-align: center;
    border-radius: 30px;
    color: #000;
}
.img-resh-wr .owl-nav .owl-next {
    margin-left: 5px;
}
.img-resh-wr .owl-nav div:hover {
    background: #0A58BF;
    color: #fff;
    transition: all .5s ease;
}
/*-------------------*/

/*------vyezd--------*/
.vyezd{
  background-color: #f8f8f8;
}
.vyezd_wrap_text {
    color: #333;
    font-size: 18px;
    font-weight: 600;    
    line-height: 1.2;    
}
.vyezd_wrap_text p{
  margin: 0 0 16px 0;
}
.vyezd_wrap_text .fa {
    color: #0A58BF;
    font-size: 20px;
}
.vyezd_wrap_img{
  display: block;
  width: 100%;
  text-align: center;
}
.vyezd_wrap_img img{
  width: 100%;
}
/*-------------------*/

/*-----vyezd_form-----*/
.vyezd_form {
  background-color: #f2f2f2;  
  background-size: cover;
  border-bottom: 1px solid #e1e8ee;
  border-top: 1px solid #e1e8ee;
  background-position: center;
}
.title_inner {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Montserrat-Bold", sans-serif;
  text-transform: uppercase;
}
.tel_inner a{ 
  font-weight: 800;  
  margin: 4px 0;
  line-height: 1.2;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  border-bottom: 1px #fff dashed;
  letter-spacing: 1px;
  font-family: "Montserrat-Bold", sans-serif;
}
.tel_inner a:hover{
    color: #F26B1D;
    transition: all .5s ease;
    border-bottom: 1px #F26B1D dashed;
}
.datatime_inner {
  margin: 40px 0 0;
}
.datatime_inner ul{
  padding-left: 0;
}
.datatime_inner li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  color: #fff;
}

.transparent {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.form-inner {position: relative;}
.form-inner h3 {
  position: relative;
  margin-top: 0;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}
.form-inner input {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin: 25px 0;
  border-width: 0;
  line-height: 40px;
  border-radius: 30px;
  color: #585858;
  background: #fff;
  border: 1px #0A58BF solid;
}
.form-inner input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.form-section-btn button{
	color: #fff;
    font-size: 14px;
    font-family: "Montserrat-Bold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    display: block;
    height: auto;
    padding: 4px 22px;
    align-items: center;
    position: relative;
    transition: all .3s;
    background-color: #0A58BF;
    border: 1px solid #0A58BF;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
	width: 100%;
	margin: 25px 0;
	line-height: 40px;
    border-radius: 30px;
}
.form-section-btn button:hover{
	background-color: #fff;
    color: #0A58BF;
    border: 1px solid #fff;
}

.form-inner input[type="submit"] {
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat-Bold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    display: block;
    height: auto;
    padding: 4px 22px;
    align-items: center;
    position: relative;
    transition: all .3s;
    background-color: #0A58BF;
    border: 1px solid #0A58BF;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
}
.form-inner input[type="submit"]:hover{
  background-color: #fff;
  color: #0A58BF;
  border: 1px solid #fff;
}
/*--------------------*/

/*-----work-shema-----*/
.work-shema{
  background-color: #f8f8f8;
}
.shema {
    width: 100%;
    display: block;   
    text-align: center;
}
.shema img {    
   width: 70px;
}
.shema p {
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 10px;
    font-size: 18px;
}
/*--------------------*/

/*----testimonials-----*/

.testimonial-quote {
  margin: 0 auto;
  padding: 0;
  border: 0;
  font-size: 18px;
  line-height: 1.66667;
  width: 100%;
  max-width: 615px; }
  .testimonial-quote q,
  .testimonial-quote p {
    font: inherit;
    margin: 0 0 23px; }
  .testimonial-quote .avatar {
    overflow: hidden;
    margin: 0 auto 12px;
    width: 65px;
    height: 65px; }
    .testimonial-quote .avatar img {
      display: block;
      width: 100%; }
  .testimonial-quote cite {
    font-style: normal; }
  .testimonial-quote h5, .testimonial-quote .h5 {
    margin: 0;
    font-weight: 400; }
.testimonail-slider {
  padding-bottom: 50px; }
  .testimonail-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    color: #777777;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -25px;
    width: 36px;
    height: 36px; }
    .testimonail-slider .slick-arrow:hover {
      color: #fff;
      background-color: #34c7dc; }
  .testimonail-slider .slick-next {
    margin-left: 25px; }
.testimonials-block img {
    max-width: 100%;
    height: auto;
}
.rounded-circle {
    border-radius: 100%;
}
.testimonial-quote {
  margin: 0 auto;
  padding: 0;
  border: 0;
  font-size: 15px;
  line-height: 1.66667;
  width: 100%;
  max-width: 615px;
}
.testimonial-quote q,
.testimonial-quote p {
  font: inherit;
  margin: 0 0 23px;
  opacity: 0;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: all 0.55s linear;
  -o-transition: all 0.55s linear;
  transition: all 0.55s linear;
}
.testimonial-quote .avatar {
  overflow: hidden;
  margin: 0 auto 12px;
  width: 65px;
  height: 65px;
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 0.55s linear;
  -o-transition: all 0.55s linear;
  transition: all 0.55s linear;
}
.testimonial-quote .avatar img {
  display: block;
  width: 100%;
}
.testimonial-quote cite {
  font-style: normal;
}
.testimonial-quote h5, .testimonial-quote .h5 {
  margin: 0;
  font-weight: 400;
  opacity: 0;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: all 0.55s linear;
  -o-transition: all 0.55s linear;
  transition: all 0.55s linear;
}
.testimonail-slider {
  padding-bottom: 50px;
}
.testimonail-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e8e8e8;
  color: #777777;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -25px;
  width: 36px;
  height: 36px;
}
.testimonail-slider .slick-arrow:hover {
  color: #fff;
  background-color: #0A58BF;
}
.testimonail-slider .slick-next {
  margin-left: 25px;
}
.testimonail-slider .slick-active q,
.testimonail-slider .slick-active p,
.testimonail-slider .slick-active h5, .testimonail-slider .slick-active .h5,
.testimonail-slider .slick-active .avatar {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.text-center {
    text-align: center;
}
.bg-gray {
    background-color: #f6f6f6;
}
.slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slider .slick-track, .slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
.testimonial-quote .avatar img {
    display: block;
    width: 100%; 
}
.element-block {
    display: block;
}
/*.fa-chevron-left:before {
    content: "\f104";
    font-family: "fontawesome";
}
.fa-chevron-right:before {
    content: "\f105";
    font-family: "fontawesome";
}*/
/*---------------------*/

/*-----footer-------*/
.footer{
  background-color: #0A58BF;
  padding-bottom: 22px;
}
.footer .logo p{
  border-left: 3px #fff solid;
}
.footer .phone {
    padding-top: 0px;
    text-align: right;
    font-family: "Montserrat-Bold", sans-serif;
    margin-top: -5px;
}
.social-head ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: right;
}
.social-head ul li {
    display: inline-block;
    margin-right: 4px;
}
.social-head ul li a {
    color: #2e3138;
    border: 1px solid #2e3138;
    padding: 6px 0;
    display: block;
    font-size: 12px;
    width: 41px;
    margin: 0;
    text-align: center;
    border-radius: 50px;
}
.social-head ul li a:hover{
    color: #fff;
    border: 1px solid #6aaf08;
    background: #6aaf08;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.social-head ul li.telegram a{
  color: #fff;
  border: 2px solid #fff;
  background: #fff;
}
.social-head ul li.telegram a:hover{
    color: #fff;
    border: 2px solid #fff; 
    background: transparent;  
}
.social-head ul li.facebook a{
  color: #fff;
  border: 2px solid #fff;
  background: #fff;
}
.social-head ul li.facebook a:hover{
    color: #fff;
    border: 2px solid #fff; 
    background: transparent;  
}
.social-head ul li img{
  width: 25px;
}
.social-head{
  margin-top: 6px;
}
/*------------------*/

/*-------gallery-------*/
.gallery{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 150px;
}
.gallery .mb-4{
    margin-bottom: 2.5rem!important;
}
.gallery .gallery-item-img{
  display: block;
  width: 100%;
  text-align: center;
}
.gallery .gallery-item-img img{
  width: 60px;  
}

.gallery .mb-4{
    margin-bottom: 2.5rem!important;
}
.gallery .galeryBox__box {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 4px 6px 15px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 4px 6px 15px 0 rgba(0, 0, 0, 0.26);
  width: 100%;
  height: 210px;
  overflow: hidden; 
}
.gallery .galeryBox__box-inner {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1; 
}
.gallery .galeryBox--special .galeryBox__box {
  height: 250px;
  overflow: hidden; 
}
.gallery .galeryBox--special .galeryBox__img {
  height: 210px;
  overflow: visible; 
}
.gallery .galeryBox__img {
  position: relative;
  z-index: -1; 
}
.gallery .galeryBox__box-text {
  position: relative;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 9px;
  z-index: 2; 
}
.gallery .galeryBox__box-text p {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #222; 
}
.gallery .galeryBox__img {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .gallery .galeryBox__img:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.gallery .galeryBox__img-link {
  width: 100%;
  height: 100%;
  text-decoration: none; 
}
.gallery .padding-top--mb4 {
  padding-top: 16px; 
}
.gallery .galeryBox__btn-container {
  width: 100%;
  text-align: center;
  margin-top: -10px; 
} 
.gallery .owl-nav {
    position: absolute;
    top: -55px;
    right: 0;
}
.gallery .owl-nav div {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    background: #0A58BF;
    text-align: center;
    border-radius: 30px;
    color: #fff;
}
.gallery .owl-nav div:hover {
    background: #ededed;
    color: #000;
    transition: all .5s ease;
}
.gallery .owl-nav .owl-next {
    margin-left: 5px;
}


@media (min-width: 768px) {
  .gallery .galeryBox__box {
    width: 100%;
    height: 270px; 
  }
}

@media (min-width: 992px) {
  .gallery .galeryBox__box {
    width: 100%;
    height: 270px; 
  }
}

@media (min-width: 1200px) {  
  .gallery .galeryBox__box {
    width: 100%;
    height: 270px; 
  }
}

@media (min-width: 1600px) { 
  .gallery .galeryBox__box {
    width: 100%;
    height: 270px; 
  } 
}
/*---------------------*/

/*--------Scroll----------*/

.top {
  position: fixed;
  bottom: 38px;
  right: -120px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 10em;  
  border-radius: 10em;
  cursor: pointer;
  background-color: #ff9c00;
  text-align: center;
  opacity: 1;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 999;
  box-shadow: 0 14px 28px rgb(255 156 0 / 25%), 0 3px 6px rgb(255 156 0 / 22%);
}

.top:hover {
  background-color: #ff9c00;
  opacity: .4;
}

.top:active {
  right: 20px;
}

.top.active {
  right: 40px;
}

.top .fa {
  font-size: 32px;
  margin-top: 10px;
}

.fa-angle-double-up:before {
  content: "\f102";
}

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