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: #000;
  -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;
    background-repeat: no-repeat;
    background-size: cover;   
    position: relative;
    padding-bottom: 60px;
}
.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: #000;
    font-size: 18px;
    font-family: "Montserrat-Bold", sans-serif;
    display: inline-block;
}
.header-phone-item-one a:hover{
  color: #4b1877;
  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(0, 0, 0, .15);
  padding: 6px 0;
}
.header-info-btn a{
  background: #4b1877;
    color: #fff;
    padding: 16px 26px;
    border-radius: 6px;
    border: 1px #4b1877 solid;
}
.header-info-btn a:hover{
   background: #210a34;
   border: 1px #210a34 solid;
   color: #fff;
   transition: all .5s ease;
}
.header-info-phone-time p{
  margin-top: 0;
    margin-bottom: 2px;
    text-align: right;
    font-size: 16px;
    color: rgba(68, 70, 71, 0.8);
}
.header-info-write img{
  width: 10px;
    position: relative;
    bottom: 1px;
    margin-right: 2px;
}
.header-info-territory p{
  border-bottom: 1px rgba(0, 0, 0, .5) solid;
    font-weight: 800;
    line-height: 1.1;
}

#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: #000;
    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: #4b1877;
}

@media (min-width: 768px){
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px){
  .navbar-nav {
    float: none;
    margin: 0;
    text-align: left;
  }
}
.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: #000;    
    font-size: 14px;
}
.navbar ul>li ul a:hover {
    color: #4b1877;
}

/*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: #4b1877;
  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;
  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: #fff;
  background-color: #f9a34f;
  text-decoration: underline;   
  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: 135px;
}
.header-content-own h1{
   font-family: "Montserrat-Medium", sans-serif;
    color: #000;
    font-size: 50px;
    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: #4b1877;    
}
.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{
  margin-top: 50px;
}
.header-content-own p.second-text{
  color: rgba(68, 70, 71, 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: #000;
   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: #4b1877;
    color: #fff;
    padding: 20px 42px;
    border-radius: 6px;
    border: 1px #4b1877 solid;
    font-size: 16px;
    font-weight: 800;
}
.header-btn a:hover{
  background: #210a34;
    border: 1px #210a34 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: 40px;
    line-height: 1.4;
    font-family: "Montserrat-Bold", sans-serif;
    margin-top: 0;
    text-align: center;
}
.tehno-descr-text h3 span {
    color: #4b1877;
}
.products{
  padding-top: 0;
  padding-bottom: 50px;
}
a.products-item{
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid #dadada;
  padding: 16px 6px 24px;
  border-radius:5px;
  background-color: #fff;
  margin-bottom: 30px;
}
a.products-item:hover{
  border: 1px solid #4b1877;
  box-shadow: 0 1px 7px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
  transition: all .5s ease;
}
.products-item-img{
  display: block;
  width: 100%;
  text-align: center;
}
.products-item-img img{
  width: 136px;
}
.products-item-text p{
  margin-bottom: 0;
  color: rgba(68, 70, 71, 1);
  font-size: 14px;
}
.products-item-line{
  background-color: #4b1877;
    height: 1px;
    width: 50%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 25px;
}
/*----------------------*/

/*----------more-serv----------*/
.more-serv{
  position: relative;
}
.more-serv-wrap{
  display: flex;
}
.tehno-descr-text p{
  margin-top: 0;
    color: rgba(68, 70, 71, 1);
    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;
}
.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: 5px;
}
.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: #4b1877;
    color: #fff;
    padding: 16px 26px;
    border-radius: 6px;
    border: 1px #4b1877 solid;
    display: block;
    width: 100%;
}
.form-section-btn button:hover{
  background: #210a34;
    border: 1px #210a34 solid;
    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 .tehno-descr-text p{
  text-align: center;
}
.steps-item{
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.steps-item img{
  width: 85%;
  border-radius: 150px;
}
.steps-item p{
  margin-bottom: 0;
  font-size: 18px;
  color: #4b1877;
  font-family: "Montserrat-Medium", sans-serif;
}
.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: 3px;
}
/*--------------------------*/

/*--------faq---------------*/
.faq{
  padding-top: 0;
  padding-bottom: 60px;
}
.faq .tehno-descr-text p{
  text-align: center;
}
.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: #4b1877;
  border-bottom: 1px #dadada solid;
}
.acor-container label:hover {
  color: #210a34;  
}
.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: #210a34;       
}
.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: 34px;
    line-height: 1.4;
    font-family: "Montserrat-Bold", sans-serif;
    margin-top: 0;
}
.open-form-item-text h5 span{
  color: #4b1877;
}
.open-form-item-text ul{
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.open-form-item-text ul li{  
    color: rgba(68, 70, 71, 1);
    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: rgba(68, 70, 71, 1);
    font-size: 26px;
    font-family: "Montserrat-Bold", sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}
.score-wrap-form-title-own p{
  color: rgba(68, 70, 71, 1);
    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: 20px;
}
.open-form{
  position: relative;
}
.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: #f8f8f8;
}
footer .header-item:first-child{
  width: 100%;
  text-align: right;
}
.header-email p{
  font-size: 16px;
    color: rgba(68, 70, 71, 0.8);
    margin-top: 0;
    margin-bottom: 5px;
}
.header-email a{
  display: inline-block;
  width: 100%;
  color: #000;
    font-size: 18px;
    font-family: "Montserrat-Bold", sans-serif;
}
.header-email a:hover{
  color: #4b1877;
    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: #4b1877;
}
.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: #4b1877;
    border: 1px #4b1877 solid;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
}
button.hero__btn:hover{
  background-color: #210a34;
    border: 1px #210a34 solid;
    color: #fff;
    transition: all .5s ease;
}
/*----------------------*/

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

/*-----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: #000;
  margin-bottom: 0px;
}
.contacts-page-phones-item a:hover{
  color: #4b1877;
  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: 5px;
    text-indent: 10px;
    border: 1px solid #dadada;
    background: #f9f9f9;
}
.contacts-page-phones-form button{
  background: #4b1877;
    color: #fff;
    padding: 16px 26px;
    border-radius: 6px;
    border: 1px #4b1877 solid;
    display: block;
    width: 100%;
}
.contacts-page-phones-form button:hover{
  background: #210a34;
    border: 1px #210a34 solid;
    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: #000;
  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: #000;
}
.about-page-info-text p{
  color: rgba(68, 70, 71, 1);
    font-size: 18px;
}
.about-page-info-text ul{
  list-style-type: none;
  padding-left: 0;
}
.about-page-info-text ul li{
  color: #000;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 6px;
}
/*-------------------------*/

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

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

.service-description-form-title h6{
  color: rgba(68, 70, 71, 1);
    font-size: 26px;
    font-family: "Montserrat-Bold", sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}
.service-description-form-title p{
  color: rgba(68, 70, 71, 1);
    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: rgba(68, 70, 71, 1);
    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;
}
.custom-steps-title {
    font-size: 40px;
    line-height: 1.4;
    font-family: "Montserrat-Bold", sans-serif;
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
    color: #000; /* Можно поменять */
}

.custom-steps-title span {
    color: #4d148c; /* или тот цвет, что использовался */
}

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

    .wpcf7 form.invalid .wpcf7-response-output {display: none !important;}
    .wpcf7 form.sent .wpcf7-response-output {display: none !important;}
    .wpcf7 form.unaccepted .wpcf7-response-output {display: none !important;}
    /*style button*/
    .swal-text{text-align: center;}
    .swal-button,
    .swal-button:focus,
    .swal-button:hover{box-shadow: none;border-radius: 6px;}
    .swal-button{background-color: #4b1877;color: #fff;border: 1px #4b1877 solid;}
    .swal-button:not([disabled]):hover{background: #210a34;color: #fff;box-shadow: none;transition: all .5s ease;border: 1px #4b1877 solid;}
    /*style check success form*/
    .swal-icon--success__ring {border: 4px solid hsla(98,55%,69%,.2);}
    .swal-icon--success__line {background-color: #a5dc86;}

/* --------------------------------- */
    .page_not_found {
        background: linear-gradient(to bottom, #ffffff, #f8f9fa);
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    
    .page_not_found .content {
        text-align: center;
        max-width: 700px;
        padding: 40px 20px;
        width: 100%;
    }
    
    .error-icon {
        font-size: 120px;
        color: #dc3545;
        margin-bottom: 30px;
    }
    
    .page_not_found h1 {
        font-size: 5rem;
        font-weight: 700;
        color: #212529;
        letter-spacing: -1px;
        margin-bottom: 15px;
        line-height: 1;
    }
    
    .page_not_found h2 {
        font-size: 2rem;
        font-weight: 500;
        color: #495057;
        margin-bottom: 30px;
    }
    
    .page_not_found p {
        font-size: 1.25rem;
        color: #6c757d;
        max-width: 500px;
        margin: 0 auto 40px;
        line-height: 1.6;
    }
    
    .home-button {
        display: inline-block;
        background-color: #56117A;
        color: white !important;
        font-size: 1.1rem;
        font-weight: 500;
        padding: 15px 40px;
        border-radius: 6px;
        text-decoration: none;
        box-shadow: 0 4px 6px rgba(0, 123, 255, 0.15);
        transition: all 0.3s ease;
    }
    
    /* Анимации */
    .page_not_found .content {
        animation: fadeIn 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    
    .error-icon svg {
        animation: float 3s ease-in-out infinite;
    }
    
    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(30px); }
        to { opacity: 1; transform: translateY(0); }
    }
    
    @keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-20px); }
    }
    
    /* Эффекты при наведении */
    .home-button:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 123, 255, 0.25);
        background-color: #0b5ed7;
    }
    
    /* Адаптивность */
    @media (max-width: 768px) {
        .error-icon {
            font-size: 100px;
        }
        
        .page_not_found h1 {
            font-size: 4rem;
        }
        
        .page_not_found h2 {
            font-size: 1.75rem;
        }
        
        .page_not_found p {
            font-size: 1.1rem;
        }
    }
    
    @media (max-width: 480px) {
        .error-icon {
            font-size: 80px;
        }
        
        .page_not_found h1 {
            font-size: 3rem;
        }
        
        .page_not_found h2 {
            font-size: 1.5rem;
        }
        
        .home-button {
            padding: 12px 30px;
            font-size: 1rem;
        }
    }
.header{position:relative; overflow:hidden;}
.header__bg, .header__bg img{position:absolute; inset:0; width:100%; height:100%;}
.header__bg img{object-fit:cover;}