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

.hidden {
  display: none; }

section {
    padding: 80px 0 80px;
}

a:active, a:focus, input, textarea, button { outline: none; }

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

/*-------header---------*/
.header{
  background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;   
    position: relative;
    /*padding-bottom: 200px;*/
    height: 90vh;
}
.header-phone-item-one {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 3px;
}
.header-phone-item-one:last-child{
  margin-bottom: 0;
}
.header-phone-item-one ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}
.header-phone-item-one ul li {
    display: inline-block;
    margin-right: 2px;
}
.header-phone-item-one a {
    color: #231f20;
    font-size: 18px;
    font-family: "Montserrat-Bold", sans-serif;
    display: inline-block;
}
.header-phone-item-one a:hover{
  color: #231f20;
  opacity: .6;
  transition: all .5s ease;
}
.header-phone-item-one ul li img {
    width: 25px;
}
.header-info{
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;   
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-first{
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  padding: 6px 0;
  background-color: #e6e6e6;
  position: fixed;
  width: 100%;
  z-index: 9;
}
.header-info-btn a{
  background: rgba(0, 0, 0, .2);
    color: #fff;
    padding: 16px 26px;
    border-radius: 0px;
    /*border: 1px #319000 solid;*/
    text-transform: uppercase;
    font-size: 12px;
}
.header-info-btn a:hover{
   background: rgba(0, 0, 0, .4);   
   color: #fff;
   transition: all .5s ease;
}
.header-info-phone-time p{
  margin-top: 0;
    margin-bottom: 2px;
    text-align: right;
    font-size: 16px;
    color: #555;
}
.header-info-write img{
  width: 10px;
    position: relative;
    bottom: 1px;
    margin-right: 2px;
}
.header-info-territory p{
  border-bottom: 1px rgba(255, 255, 255, .5) solid;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
    color: #fff;
}
.header-info-write p{
  margin: 0;
  color: #fff;
}
/*.header-info-phone{
  flex-grow: 1;
    margin-right: 100px;
}
.header-info-logo{
  flex-grow: 1;
}*/
.second-head .header-info-write p{
  color: #000;
}
.second-head .header-info-territory p{
  border-bottom: 1px rgba(0, 0, 0, .5) solid;
}
.second-head .header-info-phone-time p{
  color: #555;
}
.second-head .header-phone-item-one a{
  color: #231f20;
}
.second-head .header-phone-item-one a:hover{
  color: #231f20;
    opacity: .6;
    transition: all .5s ease;
}
.second-head .navbar-nav > li > a{
  color: #000;
}

#nav-section {  
  padding: 0; 
  position: relative;
  z-index: 9;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
}
#nav-section.stuck {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#nav-section.stuck:after {
  content: " ";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e3e3e3;
  z-index: 10;
}
#nav-section.shrink {
  min-height: 61px;
}
#nav-section.shrink .nav-logo img {
  height: 62px;
}
#nav-section.shrink .navbar-nav > li > a {
  line-height: 61px;
}
.navbar {
  float: none;
  /*margin: 0px 30px 0 0;*/
  min-height: 0;
  border: none;
}
.navbar-nav > li > img{
  width: 20px;
  margin-left: 35px;
}
.navbar-nav > li > a {    
    display: inline-block;
    color: #555;
    line-height: 56px;
    font-size: 14px;     
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;     
}
.navbar-nav > li{
  padding: 0 20px 0 20px;
}
.navbar-nav > li:first-child{
  padding-left: 0;
}
.navbar-nav > li:last-child{
  padding-right: 0;
}
.navbar-nav > li > a i{
  font-size: 12px;
}

/*.navbar-nav > li:before{
   content: '';
    width: 1px;
    height: 30%;
    background: #000;
    position: absolute;
    top: 35%;
    left: 0;
}
.navbar-nav > li:first-child:before {
  display: none;
}*/

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus,
.navbar-nav > li > a.active {
  background-color: transparent;
  color: #555;
  opacity: .6;
}

@media (min-width: 768px){
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px){
  .navbar-nav {
    float: none;
    margin: 0;
    text-align: center;  }
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
@media (min-width: 768px){
  .navbar-nav>li {
    display: inline-block;
  }
}
.nav>li {
    position: relative;
    /*display: block;*/
}
@media (max-width: 992px){
  .sb-search {
    display: none;
  }
}
@media (max-width: 992px){
  .nav {
    display: none;
  }
}

.navbar ul>li ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    background: #fff;
    position: absolute;
    top: 44px;
    left: 14px;
    height: auto;
    padding: 0;
    z-index: 22 !important;
    text-align: left;
    padding: 12px 26px;
}

.navbar ul>li ul>li ul.second-drop{
  left: 183px;
  top: -4px;
}
.navbar ul>li:hover>ul {
    opacity: 1;
    border-radius: 3px;
    filter: alpha(opacity=100);
    visibility: visible;
    box-shadow: 15px 25px 29px rgba(0, 0, 0, 0.5);
}
.navbar ul>li ul .fa{
  margin-left: 70px;
}
.navbar ul>li ul li {
    white-space: nowrap;
    position: relative;
    display: block;
    padding: 0;
    margin: 10px 0;
}
.navbar ul>li ul a {
    color: #555;    
    font-size: 14px;
}
.navbar ul>li ul a:hover {
    color: #555;
    opacity: .6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*Toogle Menu*/
.toggle-mnu {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 16px;
}
.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: 3px;
  background-color: #000;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;  
  box-shadow: 1px 1px 0px 0 rgba(255, 255, 255, .9);
}
.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: fixed;
  top: 8px;
  right: 15px;
  z-index: 500;
}
.hidden-mnu {  
  display: none;
  z-index: 50;
  width: 80%;
  right: 0;
  background-color: #fff;
  position: absolute;
  box-shadow: 15px 25px 29px rgba(0, 0, 0, 0.5);
}
.hidden-mnu ul {
  padding: 0;
  border-bottom: 1px #ccc solid;
}
.hidden-mnu li {
    display: block;
    /*padding: 0px 10px;*/
    color: #000;
    font-size: 14px;
    text-align: left;     
}
.hidden-mnu a {
  color: #fff;
  display: block;
  padding: 12px 10px;
}
.hidden-mnu a:active {
  text-decoration: underline;
}
.hidden-mnu a:hover {
  color: #555;
    background-color: transparent;
  transition: all .5s ease;
}


.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 12px 18px 12px 50px;
  /*background: #4d5158;*/
  box-shadow: inset 0 -1px #ccc;
  color: #000;
  font-size: 14px;
}
.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
  /*background: #52565d;*/
}
.cd-accordion-menu label::before {
  /* icons */
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  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-menu label {
  cursor: pointer;
}
.cd-accordion-menu label::before {
  background-image: url(../img/cd-icons.svg);
  background-repeat: no-repeat;
}
.cd-accordion-menu 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-menu label::after {
  folder icons 
  left: 41px;
  background-position: -16px 0;
}*/
.cd-accordion-menu a::after {
  /* image icon */
  left: 36px;
  background: url(../img/cd-icons.svg) no-repeat -48px 0;
}
.cd-accordion-menu 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-menu input[type=checkbox]:checked + label::after {
  /* show open folder icon if item is checked */
  background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  /*background: #35383d;*/
  box-shadow: inset 0 -1px #41444a;
  padding-left: 82px;
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label::before {
  left: 36px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}
@media only screen and (min-width: 600px) {
  .cd-accordion-menu label, .cd-accordion-menu a {
    font-size: 14px;    
  }
  .cd-accordion-menu label::before {
    left: 24px;
  }
  /*.cd-accordion-menu label::after {
    left: 53px;
  }*/
  .cd-accordion-menu ul label,
  .cd-accordion-menu ul a {
    padding-left: 72px;
  }
  .cd-accordion-menu ul label::before {
    left: 48px;
  }
  .cd-accordion-menu ul label::after,
  .cd-accordion-menu ul a::after {
    left: 77px;
  }
  .cd-accordion-menu ul ul label,
  .cd-accordion-menu ul ul a {
    padding-left: 130px;
  }
  .cd-accordion-menu ul ul label::before {
    left: 72px;
  }
  .cd-accordion-menu ul ul label::after,
  .cd-accordion-menu ul ul a::after {
    left: 101px;
  }
  .cd-accordion-menu ul ul ul label,
  .cd-accordion-menu ul ul ul a {
    padding-left: 154px;
  }
  .cd-accordion-menu ul ul ul label::before {
    left: 96px;
  }
  .cd-accordion-menu ul ul ul label::after,
  .cd-accordion-menu ul ul ul a::after {
    left: 125px;
  }
}
.cd-accordion-menu.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;
}

.header-logo-wrap{
  display: inline-block;
  text-align: left;
}
.header-logo-wrap img{
  width: 160px;
}
.header-content-own h1{
   font-family: "Montserrat-Medium", sans-serif;
    color: #231f20;
    font-size: 44px;
    line-height: 1.2;
    margin-top: 16px;
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
    letter-spacing: -1px;
    margin-top: 0;
}
.header-content-own h1 span{
   color: #231f20;    
}
.header-content-own p{
  color: #000;
    font-family: "Montserrat-Regular", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 0;
}
.header-content-own p:first-child{
  /*border: 1px #fff solid;*/
    width: 51%;
    /*padding: 8px;*/
    color:#231f20;
}
.header-content-own{
  margin-top: 150px;
}
.header-content-own p.second-text{
  color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    /* font-weight: 500; */
    margin-top: 12px;
    display: block;
    font-family: "Montserrat-Medium", sans-serif;
    letter-spacing: -0.6px;
    text-transform: none;
    margin: 0;
}
.header-content-own p.second-text span{
  color: #fff;
   font-family: "Montserrat-Bold", sans-serif;
}
.header-content-img{
  position: absolute;
}
.header-content-img img{
  position: absolute;
  width: 620px;
  left: -50px;
}
.header-content-item{
  background: rgba(251, 251, 252, 0.2);
    backdrop-filter: blur(6px);
    border-radius: 5px;
    padding: 25px 20px;
    border: 1px rgba(75,24,119,.1) solid;
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.header-content-item p{
  font-weight: 800;
    font-size: 14px;
    margin: 0;
}
.mli_ico {
    width: 42px;
    height: 42px;
    background: url(../img/icons/2.png) no-repeat center center;
    position: absolute;
    top: -22px;
    left: 20px;
    z-index: 10;
    background-size: 100%;
}
.header-btn{
  display: inline-block;
  margin-top: 40px;
}
.header-btn a{
  background: #319000;
    color: #fff;
    padding: 20px 42px;
    border-radius: 6px;
    border: 1px #319000 solid;
    font-size: 16px;
    font-weight: 800;
}
.header-btn a:hover{
  background: #62b03a;
    border: 1px #62b03a solid;
    color: #fff;
    transition: all .5s ease;
}
/*----------------------*/

/*-----first-section----*/
.first-section-text p{
  margin-top: 0;
    color: rgba(68, 70, 71, 1);
    font-size: 18px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
}
.first-section-item{
  background: #f9f9f9;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    margin-bottom: 30px;
}
.first-section-item p{
  color: #4b1877;
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 18px;    
    margin: 0;
}
.first-section-text p span{
  color: #000;
  font-weight: 800;
}
.first-section{
  padding-bottom: 50px;
}
.first-section-item img{
  width: 50px;
  margin-bottom: 20px;
}
/*----------------------*/

/*------products--------*/
.tehno-descr-text h3 {
    font-size: 30px;
    line-height: 1.4;
    font-family: "Montserrat-Bold", sans-serif;
    margin-top: 0;
    /*text-align: center;*/
    max-width: 850px;
    /*margin-left: auto;*/
    margin-right: auto;
}
.tehno-descr-text h3 span {
    color: #231f20;
}
.products{
  /*padding-top: 0;*/
  padding-bottom: 50px;
}
a.products-item{
  display: flex;
  width: 100%;
  text-align: center;
  /*border: 1px solid #dadada;*/
  /*padding: 10px;*/
  border-radius:0px;
  background-color: #e6e6e6;
  margin-bottom: 30px;
  align-items: center;
}
a.products-item:hover{  
  box-shadow: 13px -4px 18px rgba(0, 0, 0, 0.2);
  transition: all .5s ease;
}
.products-item-img{
  /*display: block;
  width: 100%;
  text-align: center;*/
  flex-grow: 1;
    width: 50%;
}
.products-item-img img{
  width: 100%;
}
.products-item-text{
  flex-grow: 1;
    width: 50%;
    padding: 10px;
}
.products-item-text p{
  margin-bottom: 10px;
  color: #555;
  font-size: 14px;
  margin-top: 4px;
}
.products-item-line{
  background-color: #231f20;
    height: 1px;
    width: 50%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 25px;
    display: none;
}
.products-item-text h3{
  color: #231f20;
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 0;
}
.products-item-text span{
  color: #231f20;
  border: 1px #231f20 solid;
    border-radius: 0px;
    padding: 12px;
    font-weight: 800;
    display: inline-block;
}
/*----------------------*/

/*----------more-serv----------*/
.more-serv{
  position: relative;
  background-color: #e6e6e6;
}
.more-serv-wrap{
  display: block;
}
.tehno-descr-text p{
  margin-top: 0;
    color: #555;
    font-size: 18px;    
    margin-bottom: 30px;
}
.tehno-descr-text p span {
    color: #000;
    font-weight: 800;
}
.more-serv .tehno-descr-text h3{
  text-align: left;
  width: 80%;
  margin-left: 0;
}
.score-wrap-form {
    box-shadow: 0 1px 7px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 0px;
    margin-top: 50px;
}
.more-serv .form-section-input {
    display: block;
}
.more-serv .form-section-input-one, 
.more-serv .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: 1px solid #dadada;
    /* border-top: none; */
    /* border-left: none; */
    /* border-right: none; */
    display: block;
    height: 51px;
    /*border-radius: 5px;*/
    text-indent: 10px;
    margin-bottom: 30px;
    background: #f9f9f9;
}
input[type="text"] {
    color: #000;
}
.more-serv .tehno-descr-text{
  width: 60%;
  flex-grow: 1;
}
.more-serv-item{
  flex-grow: 1;
}
.form-section-btn button{
  background: rgba(0, 0, 0, .2);
    color: #fff;
    padding: 16px 26px;
    /* border-radius: 6px; */
    border: none;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 800;
}
.form-section-btn button:hover{
  background: rgba(0, 0, 0, .4); ;    
    color: #fff;
    transition: all .5s ease;
}
.more-serv-img{
  position: absolute;
}
.more-serv-img img{
  width: 300px;
}
/*---------------------------*/

/*-------servicies----------*/
.servicies-item-wrap{
  display: flex;
  align-items: flex-start;
  
}
.servicies-item{
  background-color: #fff;  
  border: 1px solid #dadada;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    margin-bottom: 30px;
}
.servicies img.second-img{
  width: 170px;
  margin-top: 70px;
}
.servicies-item-text{
  padding-left: 8px;
}
.servicies-item-text h4{
  font-family: "Montserrat-Medium", sans-serif;
    font-size: 18px;
    margin: 0;
}
.servicies-item-text ul{
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.servicies-item-text ul li{
  border-bottom: 1px solid #dadada;
  padding-top: 6px;
  padding-bottom: 6px;
}
.servicies-item-text ul li:last-child{
  border-bottom: none;
  padding-bottom: 0;
}
.servicies-item-btn a{
  background: #4b1877;
    color: #fff;
    padding: 16px 26px;
    border-radius: 6px;
    border: 1px #4b1877 solid;
    display: block;
    width: 100%;
    text-align: center;
}
.servicies-item-btn a:hover{
  background: #210a34;
    border: 1px #210a34 solid;
    color: #fff;
    transition: all .5s ease;
}
.servicies-item-btn{
  margin-top: 12px;
}
.servicies-bgc{
  background-color: #f9f9f9;
  display: inline-block;
    width: 100%;
    border-radius: 20px;
    padding: 60px 40px 30px 40px;
}
.servicies{
  padding-bottom: 0;
}
/*--------------------------*/

/*----------steps-----------*/
/*.steps{
  padding-top: 0;
}*/
.steps .tehno-descr-text p{
  text-align: left;
}
.steps-item{
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.steps-item img{
  width: 100%;
  /*border-radius: 150px;*/
}
.steps-item p{
  margin-bottom: 0;
  font-size: 18px;
  color: #231f20;
  /*font-family: "Montserrat-Medium", sans-serif;*/
  font-weight: 800;
}
.steps-line{
  display: inline-block;
  width: 100%;
  border: 1px solid #dadada;
  padding: 60px 40px 50px 40px;
    border-radius: 20px;
}
img.steps-item-icon{
  position: absolute;
  width: 60px;
    top: -18px;
    left: 0;
}
/*--------------------------*/

/*--------faq---------------*/
.faq{
  padding-top: 0;
  padding-bottom: 60px;
}
.faq .tehno-descr-text p{
  text-align: left;
}
.acor-container {
    margin: 20px 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: #319000;
  border-bottom: 1px #dadada solid;
}
.acor-container label:hover {
  color: #319000;  
}
.acor-container input{
    display: none;
}
.acor-container label:before {
  content: '';
    background-image: url(../img/icons/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: #319000;       
}
.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: rgba(68, 70, 71, 1);
    font-size: 18px;
}
/*--------------------------*/

/*-------open-form----------*/
.open-form-item{
  display: flex;
  align-items: flex-start;
}
.open-form-item-text h5{
  font-size: 30px;
    line-height: 1.4;
    font-family: "Montserrat-Bold", sans-serif;
    margin-top: 0;
}
.open-form-item-text h5 span{
  color: #231f20;
}
.open-form-item-text ul{
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.open-form-item-text ul li{  
    color: #555;
    font-size: 18px;
    margin-bottom: 30px;
}
.open-form-item-text ul li:last-child{
  margin-bottom: 0;
}
.open-form-item-text ul li img{
  margin-right: 10px;
}
.open-form-item .open-form-item-text{
  width: 90%;
  margin-left: 20px;
}
.score-wrap-form-title-own h6{
  color: #231f20;
    font-size: 26px;
    font-family: "Montserrat-Bold", sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}
.score-wrap-form-title-own p{
  color: #555;
    font-size: 18px;
}
.open-form-item-form .score-wrap-form{
   border: 5px #f9f9f9 solid;
}
.open-form-item:before{
  content:"";
  background: #f9f9f9;
    width: 65%;
    position: absolute;
    height: 500px;
    z-index: 0;
    top: -35px;
    border-radius: 0px;
}
.open-form{
  position: relative;
  padding-bottom: 120px;
  background-color: #e6e6e6;
}
.open-form-item-text{
  position: relative;
  z-index: 9;
}
.open-form-item-form{
  position: relative;
  z-index: 9;
}
/*--------------------------*/

/*---------news------------*/
.news{
  padding-bottom: 50px;  
}
.news-item{
  margin-bottom: 30px;
  background-color: #f9f9f9;
  display: flex;
    align-items: flex-start;
    width: 100%;
    border-radius: 5px;
}
.news-item:hover{
  transition: all .5s ease;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}
.news-item:hover h3{
  transition: all .5s ease;
  color: #210a34;
}
.news-item:hover span{
  color: #210a34;
  transition: all .5s ease;
}
.news-item-img{
  display: block;
  width: 60%;
  text-align: center;
}
.news-item-img img{
  width: 100%;
}
.news-item-text h3{
  color: #4b1877;
  margin-top: 0;
  text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
}
.news-item-text p{
  color: #000;
  margin-bottom: 0;
}
.news-item-text{
  padding: 16px;
}
.news-item-text span{
  display: block;
    margin-top: 12px;
    color: #4b1877;
}
.more-news{
  text-align: center;
    margin-top: 10px;
}
.more-news a{
   color: #4b1877;
    font-size: 18px;
    font-weight: 800;
}
.more-news a:hover{
  transition: all .5s ease;
  color: #210a34;
}
/*-------------------------*/

/*---------footer----------*/
.footer{
  padding: 80px 0 80px;
  border-top: 1px solid #dadada;
  background: #e6e6e6;
}
.footer .header-phone-item-one a{
  color: #231f20;
}
.footer .header-phone-item-one a:hover{
  color: #231f20;
    opacity: .6;
    transition: all .5s ease;
}
footer .header-item:first-child{
  width: 100%;
  text-align: right;
}
.header-email p{
    margin-top: 0;
    margin-bottom: 5px;
}
.header-email a{
  display: inline-block;
  width: 100%;
  color: #231f20;
    font-size: 18px;
    font-family: "Montserrat-Bold", sans-serif;
}
.header-email a:hover{
  color: #231f20;
  opacity: .6;
    transition: all .5s ease;
}
.header-item{
  text-align: right;
}
.header-logo-img{
  display: inline-block;
  width: 100%;
}
.header-logo-img img{
  width: 160px;
}
.footer-head{
  padding-bottom: 80px;
}
.footer .header-logo{
  width: 100%;
}
.footer-adress p{
  margin-top: 0;
  margin-bottom: 4px;
    text-align: right;
    font-size: 16px;
    color: rgba(68, 70, 71, 0.8);
}
.footer .header-contacts{
   display: block;
   border-bottom: none;
}
/*-------------------------*/

/*---hidden-form---*/
.white-popup {
  position: relative; 
  padding: 25px;
  max-width: 590px;
  margin: 0 auto; }
  .white-popup img {
    max-width: 100%; }

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

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

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

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

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

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

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

.form-callback .text-center {
  text-align: center;
  margin-top: 40px;
} 
.form-callback { 
  margin: auto;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
  padding: 50px 50px;
  position:relative;
  border-radius: 5px;
} 
.checkbox {
  position:relative;
  padding-left:0;
}
.checkbox input[type=checkbox]{
  display: none;
}

.checkbox input[type=checkbox] + label:before {
    content: "\2713";
    color: transparent;
    display: inline-block;
    border: 1px solid #d2d2d2;
    font-size: 20px;   
    font-weight: 800; 
    line-height: 22px;
    margin: -5px 5px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    transition: color ease .3s;
}
.checkbox input[type=checkbox]:checked + label:before {
    color: #319000;
}
.checkbox{
  font-size: 14px;
  margin-top: 12px;    
  display: block;
  color: #777;
}
.button-btn{
  text-align: center;
  display: block;
}
button.hero__btn{
    padding: 18px 24px 18px 24px;
    background-color: rgba(0, 0, 0, .2);
    border: 1px rgba(0, 0, 0, .2) solid;
    text-align: center;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    display: inline-block;
}
button.hero__btn:hover{
  background-color: rgba(0, 0, 0, .4);
    border: 1px rgba(0, 0, 0, .4) solid;
    color: #fff;
    transition: all .5s ease;
}
/*----------------------*/

/*--------Scroll----------*/
.top {
  position: fixed;
  bottom: 10px;
  right: -120px;
  width: 40px;
  height: 40px;  
  cursor: pointer;
  background-color: rgba(0, 0, 0, .4);
  text-align: center;
  opacity: 1;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 999;
  border-radius: 5px;  
}
.top:hover {
  background-color: rgba(0, 0, 0, .4);
  transition: all .5s ease;
}
.top:active {
  right: 0px;
}
.top.active {
  right: 10px;
}
.top .fa {
  font-size: 16px;
  margin-top: 11px;
}

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

/*-------second-head-------*/
.second-head{
  background-color: #fff;
  padding-bottom: 0;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -1px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -1px rgba(0, 0, 0, .1);
    height: auto;
}
.second-head{
  
}
/*-------------------------*/

/*-------breadcrumb-------*/
.breadcrumb {
  width: 100%;
    /* height: 44px; */
    margin-bottom: 0px;
    padding: 0;
    /* line-height: 44px; */
    /*position: relative;*/
    background: #f9f9f9;
    z-index: 0;
    padding-top: 16px;
    padding-bottom: 16px;
}
.breadcrumb ul{
  margin-top: 0;
  padding-left: 0px;
  margin: 0;
  line-height: 1.4;
}
.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: #555;
}
/*------------------------*/

/*-----contact-page-wrap----*/
.contact-page-wrap .section-title h2{

}
.contact-page-wrap .header-phone{
  text-align: left;
  padding-left: 0;
}
.contact-page-wrap .header-phone-item-one {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact-page-wrap .header-phone-item-one ul {   
    padding-left: 10px;
}
.contacts-page-phones-item a{
  font-size: 16px;
  display: block;
  color: #555;
  margin-bottom: 0px;
}
.contacts-page-phones-item a:hover{
  color: #555;
    opacity: .6;
  transition: all .5s ease;
}
.contacts-page-phones-item .header-phone a{
  font-family: "Montserrat-Regular", sans-serif;
}
.contacts-page-phones-item{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.contacts-page-phones-item img{
  width: 35px;
  margin-bottom: 5px;
}
.contacts-page-phones-form input {
    color: #777;
    display: block;
    height: 51px;
    margin-bottom: 15px;
    width: 100%;    
    font-size: 14px;
    border-radius: 0px;
    text-indent: 10px;
    border: 1px solid #dadada;
    background: #f9f9f9;
}
.contacts-page-phones-form button{
  background: rgba(0, 0, 0, .2);
    color: #fff;
    padding: 16px 26px;
    border-radius: 0px;
    border: none;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 800;
}
.contacts-page-phones-form button:hover{
  background: rgba(0, 0, 0, .4);
    color: #fff;
    transition: all .5s ease;
}
.map iframe{
  border:none;
  border-radius: 0px;
  width: 100%;
  height: 400px;
}
.map{
  margin-top: 40px;
}
.contacts-page-phones p{
  color: #555;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
.contact-page-wrap-title h3{
  font-family: "Montserrat-Medium", sans-serif;
    font-size: 18px;
    /* margin: 0; */
    margin-top: 0;
    margin-bottom: 14px;
}
img.contact-img-wr{
  margin-bottom: 12px;
}
/*--------------------------*/

/*---------news------------*/
.news{
  padding-bottom: 50px;  
}
.news-item{
  margin-bottom: 30px;
    background-color: #f9f9f9;
    display: flex;
    align-items: flex-start;
    width: 100%;
    border-radius: 5px;
}
.news-item:hover{
  transition: all .5s ease;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}
.news-item:hover h3{
  transition: all .5s ease;
    color: #210a34;
}
.news-item:hover span{
  color: #210a34;
    transition: all .5s ease;
}
.news-item-img{
  display: block;
  width: 60%;
  text-align: center;
}
.news-item-img img{
  width: 100%;
}
.news-item-text h3{
  color: #4b1877;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
}
.news-item-text p{
  color: #000;
    margin-bottom: 0;
}
.news-item-text{
  padding: 16px;
}
.news-item-text span{
  display: block;
    margin-top: 12px;
    color: #4b1877;
}
.more-news{
  text-align: center;
    margin-top: 10px;
}
.more-news a{
   color: #000;
    font-size: 18px;
    font-weight: 800;
}
.more-news a:hover{
  transition: all .5s ease;
  color: #0808ff;
}
.text-center{
  text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 5px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 5px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #4b1877;
    border-color: #4b1877;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #777 !important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dadada;
    margin: 5px;
    border-radius: 5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff !important;
    background-color: #4b1877;
    border-color: #4b1877;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.pagination li.active a { color: #fff !important }
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 0;
    border-radius: 0px;
}
.pagination > li {
    display: inline;
}
.pagination li a{
 width: auto;
}
/*-------------------------*/

/*---------post----------*/
.post-info-img{
   display: block;
   width: 100%;
   text-align: center;
}
.post-info-img img{
   width: 70%;
}
.post-info-text p{
  margin-top: 0;
    color: rgba(68, 70, 71, 1);
    font-size: 18px;
    margin-bottom: 30px;
}
.post-info-text{
  margin-top: 40px;
}
/*-----------------------*/

/*-------about-page------*/
.about-page{
  background-color: #fff;
  /*padding-bottom: 0;*/
}
.about-page-info{
  display: flex;
    align-items: center;
}
.about-page-info img{
   width: 300px;
}
.about-page-info h4{
  font-size: 20px;
    line-height: 1.4;
    margin-left: 100px;
}
.about-page-info-text h5{
  font-size: 18px;
    text-transform: uppercase;
    color: #231f20;
}
.about-page-info-text p{
  color: #555;
    font-size: 18px;
}
.about-page-info-text ul{
  list-style-type: none;
  padding-left: 0;
}
.about-page-info-text ul li{
  color: #231f20;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 6px;
}
.gallery-wrap{
  padding-bottom: 0;
  background-color: #222;
}
.gallery-wrap .col-lg-4{
  padding: 0;
}
.galeryBox__box {
  padding: 0;
  margin: 0;  
  width: 100%;
  height: 405px;
  overflow: hidden; 
}
.galeryBox__box img{
  width: 180px;
}
.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; 
}
/*-------------------------*/

/*-------service-description------*/
.content {
  width: 75%;
  float: left;
  position: relative;
}

.rightSidebar {
  width: 25%;
  float: left;
  margin: 0;
  position: relative;
}

.service-description-form-title h6{
  color: #231f20;
    font-size: 26px;
    font-family: "Montserrat-Bold", sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}
.service-description-form-title p{
  color: #555;
    font-size: 18px;
}
.service-description-img{
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.service-description-img img{
  width: 100%;
}
.theiaStickySidebar{
  padding-right: 30px;
}
.service-description-text p{
  margin-top: 0;
    color: #555;
    font-size: 18px;
}
.service-description-text h4{
  font-family: "Montserrat-Medium", sans-serif;
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 45px;
}
.service-description-text ul{
  list-style-type: none;
  padding-left: 0;
  display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.service-description-text ul li{
  flex-grow: 1;
  width: 50%;
  color: rgba(68, 70, 71, 1);
  font-size: 18px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.service-description-text ul li img{
  margin-right: 10px;
}
.service-description-text-color{
  background: #4b1877;
  padding: 20px;
  margin-bottom: 30px;
}
.service-description-text ul li span{
  color: #4b1877;
  margin-right: 10px;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 24px;
}
.service-description-text-color p{
  color: #fff;
  font-size: 18px;
  margin: 0;
}
/*--------------------------------*/