/*Theme Name: Docs*/
@charset "UTF-8";
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif; }

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

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: #000; }

.main {
  margin-top: 50px; }

.icon {
  height: 20px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain; }

.tel {
  background-image: url(img/telephone.svg); }

.gar {
  background-image: url(img/security.svg); }

.mail {
  background-image: url(img/mail.svg); }

.place {
  background-image: url(img/place.svg); }

.btn {
  background-color: #16A258;
  color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.title {
  text-align: center;
  font-weight: bold;
  font-size: 45px;
  margin: 0 auto;
  margin-top: 100px;
  max-width: 70%; }

.description {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 60px; }

.header {
  padding: 0 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  height: 62px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 19px rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 19px rgba(0, 0, 0, 0.19);
  z-index: 5; }
  .header ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .header ul li {
      margin-right: 15px; }
      .header ul li a:hover {
        color: #16A258; }
  .header .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .header .box .logo {
      max-height: 70px;
      margin-right: 30px; }
      .header .box .logo img {
        display: block; }
  .header .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .header .contact .tel {
      margin-right: 10px; }
    .header .contact a {
      font-weight: bold;
      font-size: 22px;
      color: #16A258; }
      .header .contact a:hover {
        color: #16A258; }
    .header .contact span {
      color: #16A258;
      margin-top: -3px; }

.preview {
  padding: 0 6%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: -webkit-calc(100vh - 50px);
  height: calc(100vh - 50px); }
  .preview:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0; }
  .preview .info {
    z-index: 1;
    color: #fff;
    width: 55%; }
    .preview .info h1 {
      font-size: 45px;
      font-weight: bold;
      line-height: 55px;
      text-transform: uppercase; }
    .preview .info h4 {
      font-weight: normal;
      font-size: 17px; }
    .preview .info h3 {
      font-weight: 600;
      font-size: 30px;
      margin-top: 90px; }
    .preview .info p {
      font-size: 18px;
      font-weight: 300;
      width: 60%; }

.form {
  margin: 0 auto;
  z-index: 1;
  width: 420px;
  background-color: #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  max-width: 420px;
  padding: 25px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .form h5 {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px; }
  .form .text-fo {
    border-top: 1px solid #16A258;
    padding-top: 15px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 40px; }
  .form h6 {
    font-size: 12px;
    color: #434343;
    margin-bottom: 4px; }
  .form input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    outline: none;
    background-color: #F1F1F1;
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
  .form select {
    background-color: #F1F1F1;
    outline: none;
    width: 100%;
    border: none;
    padding: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
  .form .btn {
    background-color: #16A258;
    width: 200px;
    margin: 0 auto; }

.service .service_wrap .service_item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
     .service .service_wrap .service_item:hover h1,  .service .service_wrap .service_item:hover .price{
       box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.19);
     }       
  .service .service_wrap .service_item h1 {
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    background-color: #F1F1F1;
    font-size: 17px;
    font-weight: 400;
    padding: 10px;
    width: 600px;
    line-height: 32px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
  .service .service_wrap .service_item .price {
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
        width: 97px;
    text-align: center;
  font-size: 17px;
    background-color: #F1F1F1;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    line-height: 32px;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    .service .service_wrap .service_item .price:after {
      content: '₽';
      margin-left: 8px; }
  .service .service_wrap .service_item .btn {
    padding: 10px;
    line-height: 32px;
    -webkit-border-radius: 4px;
            border-radius: 4px; }

.adv .adv_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 50px; }
  .adv .adv_wrap .adv_item {
    max-width: 300px;
    min-width: 250px;
    overflow: hidden;
    width: 30%;
    border: 1px solid #16A258;
    padding: 30px 10px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    .adv .adv_wrap .adv_item .item-img-wrap img {
      height: 120px; }
    .adv .adv_wrap .adv_item h2 {
      font-weight: 600;
      color: #16A258;
      font-size: 25px;
      margin-top: 10px;
      text-transform: uppercase; }
    .adv .adv_wrap .adv_item p {
      font-size: 18px;
      font-weight: 300;
      line-height: 27px;
      margin-top: 20px; }

.adv .bank {
  padding: 0 6%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .adv .bank h2 {
    width: 60%;
    font-size: 22px;
    font-weight: 700; }
  .adv .bank .btn {
    padding: 10px 30px;
    -webkit-border-radius: 4px;
            border-radius: 4px; }

.adv .banks {
  text-align: center;
  margin-top: 20px; }
  .adv .banks img {
    width: 70%; }

.work .work_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 935px;
  margin: 0 auto;
  margin-top: 120px; }
  .work .work_wrap .work_item {
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    position: relative;
    background-color: #F1F1F1;
    color: #000;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 240px;
    height: 240px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 50px; }
    .work .work_wrap .work_item p {
      font-size: 20px;
      font-weight: 300;
      vertical-align: bottom;
      width: 90%; }
    .work .work_wrap .work_item span {
      position: absolute;
      top: -60px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: #fff;
      height: 120px;
      width: 120px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 60px;
      color: #16A258;
      font-weight: bold; }
    .work .work_wrap .work_item:after {
      content: '';
      background-image: url(img/arrow.svg);
      display: inline-block;
      width: 60px;
      height: 20px;
      position: absolute;
      right: -60px;
      top: 0;
      z-index: 1;
      background-position: center;
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .work .work_wrap .work_item:last-child:after {
      display: none; }
    .work .work_wrap .work_item:nth-child(3):after {
      display: none; }

.garant {
  padding: 0 7%; }
  .garant .btn {
    padding: 10px 30px;
    margin-top: 35px;
    display: inline-block; }
  .garant h3 {
    font-size: 20px;
    font-weight: 600; }
  .garant .garant_wrap {
    margin-top: 30px; }
    .garant .garant_wrap .garant_item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 20px; }
      .garant .garant_wrap .garant_item i {
        margin-right: 7px;
        height: 30px;
        width: 30px;
        min-height: 30px;
        min-width: 30px;
        max-width: 30px;
        max-height: 30px; }

.contacts {
  padding-bottom: 20px; }
  .contacts .contacts_wrap {
    max-width: 1000px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .contacts .contacts_wrap .inform {
      width: 40%; }
      .contacts .contacts_wrap .inform h2 {
        font-size: 20px;
        font-weight: bold;
        line-height: 23px;
        margin-bottom: 40px; }
      .contacts .contacts_wrap .inform a {
        font-size: 22px;
        color: #16a258;
        font-weight: bold; }
        .contacts .contacts_wrap .inform a i {
          margin-right: 12px; }
      .contacts .contacts_wrap .inform span {
        display: block;
        color: #16a258; }
      .contacts .contacts_wrap .inform .contact {
        margin-bottom: 22px; }
      .contacts .contacts_wrap .inform .loc {
        color: #16a258;
          color-margin-top: 21px;
          color-font-weight: bold; }
      .contacts .contacts_wrap .inform h3 {
        margin-top: 60px; }
      .contacts .contacts_wrap .inform .btn {
        color: #fff;
        padding: 10px 30px;
        font-size: 17px;
        margin-top: 15px;
        display: inline-block; }
    .contacts .contacts_wrap .map {
      width: 60%; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 500px !important; }
#form-popup { display: none; }
.service_wrap{
  max-width: 820px;
  margin: 0 auto;
}
.menu-header-mob{
  display: none;
}
@media only screen and (max-width: 500px){
	.header .box .logo img{
		height: auto !important;
		width: 70px;
		margin-top: 7px;

	}
	.header{
		padding-left: 4px;
	}
  .menu-header-mob {
    display: block;
    margin-top: 10px;
    background: transparent;
    border: none;
    color: #24a862;
    border: 1px solid;
    font-size: 10px;
    border-radius: 6px;
    padding: 7px;
}
  .header{
    height: 67px;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 10px;
  }
  .preview{
    height: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-bottom: 15px;
  }
  .header ul{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .header .box{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .header ul li {
    font-size: 23px;
    margin-right: 0;
    margin-bottom: 28px;
    line-height: 23px;
}
.box nav{
  display: none;
  position: absolute;
    background-color: #fff;
    top: 67px;
    padding: 42px 22px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
    text-align: center;
}
.contacts_wrap{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.preview .info{
  width: 100%;
}
.preview .info h1 {
    font-size: 27px;
    font-weight: bold;
    margin-top: 1px;
    line-height: 36px;
    text-transform: uppercase;
}
.preview .info h4 {
    font-weight: normal;
    font-size: 12px;
    margin-top: 49px;
}
.preview .info h3 {
    font-weight: 600;
    font-size: 16px;
    margin-top: 54px;
}
.description{
  text-align: justify;
  width: 93%;
  font-size: 18px;
}
.preview .info p {
    font-size: 12px;
    font-weight: 300;
    margin-top: 6px;
    width: 91%;
  }
  .preview .form{
    margin-top: 26px;
    width: 100%;
  }
  .title{
    max-width: 97%;
    font-size: 33px;
    margin-top: 60px;
  }
  .service_wrap{
    padding: 0 10px;
  }
  .fancybox-content .form{
    width: 100%;
  }
  .adv .adv_wrap .adv_item{
    max-width: 100%;
    width: 100%;
  }
  .bank{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
   
  }
  .adv .bank{
     align-items: flex-start;
  }
  .adv .bank h2 {
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
}
.work .work_wrap .work_item:after{
  display: none;
}
.adv .banks img{
  width: 100%;
}
.contacts .contacts_wrap .inform{
  width: 96%;
  box-sizing: border-box;
}
.contacts .contacts_wrap .map{
  width: 100%;
  margin-top: 12px;
}
.contacts{
  padding-bottom: 0;
}
.header .box .logo img{
  display: inline-block;
  height: 100%;
}
.header .box .logo{
  max-height: 40px;
  height: 40px;
}
.header .contact a{
  font-size: 16px;
}
.header .contact .tel{
  margin-right: 6px;
  height: 15px;
}
.header .contact span{
  font-size: 12px;
  max-width: 155px;
}
.service .service_wrap .service_item{
  display: block;
    width: 100%;
    overflow: hidden;

}
.service .service_wrap .service_item h1{
  font-size: 12px;
    white-space: normal;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
    border-radius: 0;
}
.service_item{
  margin-top: 33px;
}
.service .service_wrap .service_item .price{
      display: block;
    width: 100%;
    padding: 10px 0;
    margin: 0;
}
.service .service_wrap .service_item .btn {
    padding: 10px 0;
    line-height: 32px;
    width: 100px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto;
    float: right;
    width: 100%;
    text-align: center;
    border-radius: 0;
}
.adv .adv_wrap .adv_item h2{
  font-size: 20px;
}
.adv .adv_wrap .adv_item p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 9px;
}
}
@media only screen and (max-width: 350px){
.header .box .logo{
  margin-right: 15px;
}
.header .contact a{
  font-size: 14px;
}
.header ul li{
  font-size: 16px;
}
.preview .info h1{
  font-size: 19px;
  line-height: 25px;
}
.header .box .logo{
  margin-right: 5px;
}
#form-popup{
  padding: 0;
}
}

.logo a{
  display: inline-block;
  height: 50px;
}
.header .box .logo img{
  height: 100%
}

div.wpcf7-mail-sent-ok{
  border: 1px solid #16A258;
  padding: 13px 10px;
}
.work .work_wrap .work_item:hover {
  background-color: #16a258;
    color: #fff;
    transform: scale(1.07);
}
.btn{
  transition: .2s ease-out;
  cursor: pointer;
  font-weight: bold;
}
.btn:hover{
  transform: scale(1.04);

}
.header .contact a:hover{
  color: #009848;
}
.header .contact a:hover i{
  color: #009848;
}
.adv_item{
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}
.adv_item:hover{
      
}
.contacts .contacts_wrap .inform a:hover{
  color: #0a944b;
}
.dopserc{
  margin-top: 70px;
  text-align: center;
}
.dopserc .btn{
  display: block;
  padding: 10px 0;
    line-height: 32px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 20px;
    width: 200px;
    text-align: center;
    border-radius: 0;
}