* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "HelveticaNeueCyr-Bold";
  src: url(../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.ttf), url(../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.eot), url(../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.otf), url(../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.woff);
}
@font-face {
  font-family: "HelveticaNeueCyr-Medium";
  src: url(../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.ttf), url(../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.eot), url(../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.otf), url(../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.woff);
}
@font-face {
  font-family: "HelveticaNeueCyr-Roman";
  src: url(../fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.ttf), url(../fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.eot), url(../fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.otf), url(../fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.woff);
}
.title {
  font-family: "HelveticaNeueCyr-Bold";
  font-size: 36px;
  color: #000;
}
.subtitle {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 24px;
  color: #000;
}
.description {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 20px;
  color: #000;
}
.btn {
  background: #e87b17;
  width: 279px;
  height: 59px;
  line-height: 59px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-family: "HelveticaNeueCyr-Roman";
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
}
.btn--width {
  width: 205px;
}
header {
  max-width: 1920px;
  margin: 0 auto;
}
header .header__top {
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 15px 25px 15px;
}
header .header__top a {
  padding-top: 20px;
}
header .header__top .top__contact {
  display: flex;
  width: 700px;
  justify-content: space-between;
}
header .header__top .top__contact .contact__item {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.4;
}
header .header__top .top__contact .contact__item .item__block {
  position: relative;
  padding-bottom: 20px;
}
header .header__top .top__contact .contact__item .item__block .block__text span {
  padding-left: 15px;
}
header .header__top .top__contact .contact__item .item__block .block__img {
  content: '';
  height: 25px;
  width: 25px;
  display: inline-block;
  background: #e87b17;
  border-radius: 50%;
  position: absolute;
  left: -35px;
  top: -5px;
}
header .header__top .top__contact .contact__item .item__block .block__img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .header__top .top__contact .contact__item .item__block--top {
  position: relative;
  top: 25px;
}

.header__nav {
  background: #3c943f;
}


.header__nav.fix_block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 77px;
  background: #ffffff;
  display: block;
  z-index: 999;
}
.fix_block.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header__nav .nav__content {
  max-width: 660px;
  margin: 0 auto;
}
.header__nav .nav__content.nav_fix {
  max-width: 970px;
  margin: 0 auto;
  z-index: 200;
  position: relative;
}
.header__nav .nav__content.nav_fix ul{
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header__nav .nav__content {
  max-width: 660px;
  margin: 0 auto;
}
.header__nav .nav__content ul {
  display: flex;
  justify-content: space-between;
}
.header__nav .nav__content ul li {
  list-style-type: none;
}
.header__nav .nav__content ul li a {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__nav.fix_block .nav__content ul li a {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 14px;
  color: #444444;
  text-transform: uppercase;
  text-decoration: none;
  padding: 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__nav .nav__content ul li .text__btn a {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 18px;
  color: #fff;
  text-transform: inherit;
  text-decoration: none;
  padding: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 279px;
  height: 59px;
  line-height: 59px;
}
.header__nav .nav__content ul li a:hover {
  background: #378739;
}
.popwindow {
  display: none;
}
.popwindow .button_contain{
  padding-top: 40px;
}
.popup {
  display: none;
}
.header__nav.fix_block .nav__content ul li a:hover {
  background: #f7f7f7;
}
.header__nav.fix_block .nav__content ul li .text__btn a:hover {
  background: #378739;
}
.back_top_line {
  background: #f7f7f7;
}
.section__action {
  background: #f4f7fc;
  padding-top: 45px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.section__action .action__content {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  position: relative;
  left: 100px;
  padding-bottom: 35px;
}

.text__img img {
  width: 100px;
  height: 100px;
}

.section__action .action__content .content__text {
  padding-top: 90px;
}
.section__action .action__content .content__text .text__subtitle {
  text-transform: uppercase;
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 24px;
  color: #000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.section__action .action__content .content__text .text__description {
  padding-top: 30px;
  padding-bottom: 40px;
}
.section__about {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 90px;
}
.section__about .about__content {
  max-width: 1330px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  position: relative;
  left: -100px;
}
.service_info {
  pointer-events: auto;
}
.service_info_hide {
  display: none;
}
.service_info_hide a {
  color: #3c943f;
}
.service_info_hide p {
  padding: 15px 65px 15px 0;
  position: relative;
}
.service_info_hide .info_last{
  color: #e56b6c!important;
  left: 0;
  bottom: 0;

}
.section__about .about__content .content__img img {
  margin-bottom: -5px;
}
.section__about .about__content .content__text {
  max-width: 720px;
  padding-top: 55px;
}
.section__about .about__content .content__text .text__block {
  height: 70px;
  border-left: 6px solid #e87b17;
  margin-top: 35px;
  margin-bottom: 35px;
}
.section__about .about__content .content__text .text__block .block__subtitle {
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 20px;
  color: #000;
  padding-left: 20px;
  padding-top: 10px;
}
.section__about .about__content .content__text .text__description {
  padding-bottom: 20px;
}
.section__about .about__content .content__text .text__btn {
  display: none;
}
.section-service {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 100px;
  background: #f6f7f9;
}
.section-service .service__content {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.section-service .service__content .content__title {
  text-align: center;
  padding-bottom: 20px;
}
.section-service .service__content .content__subtitle {
  text-align: center;
}
.section-service .service__content .content__item {
  padding-top: 75px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-service .service__content .content__item .item__block {
  padding: 19px;
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 20px;
  color: #000;
  border-radius: 40px;
  background: #fff;
  display: inline-block;
  box-shadow: 0px 0px 32px 0px rgba(196,196,196,0.36);
  min-width: 160px;
  text-align: center;
  margin-right: 25px;
  margin-bottom: 35px;
  cursor: pointer;
  position: relative;
}
.section-service .service__content .content__item .item__block .click {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 7;
  display: block;
}
.section-service .service__content .content__item .item__block span {
  display: none;
  color: #ffffff;
  position: absolute;
}
.section-workers {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 100px;
}
.section-workers .workers__content {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.section-workers .workers__content .content__title {
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.section-workers .workers__content .content__subtitle {
  text-align: center;
  padding-bottom: 100px;
}
.section-workers .workers__content .content__block {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 45px;
}
.section-workers .workers__content .content__block--center {
  justify-content: center;
}
.section-specialists {
  display: none;
  background: #f6f7f9;
  padding-bottom: 20px;
}
.section-specialists .specialists__content {
  max-width: 1110px;
  margin: 0 auto;
}
.people {
  width: 280px;
  border-radius: 13px;
  background-color: #ffffff;
  box-shadow: 0px 0px 32px 0px rgba(196,196,196,0.36);
  overflow: hidden;
}
.people .people__img {
  height: 341px;
}
.people .people__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.people .people__text {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.people .people__text .text__title {
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 24px;
  color: #000;
  padding-bottom: 8px;
}
.people .people__text .text__subtitle {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 20px;
  color: #000;
  min-height: 40px;
  line-height: 1.4;
}
.people--center {
  margin-left: 30px;
  margin-right: 30px;
}
.section-comments {
  max-width: 1920px;
  margin: 0 auto;
}
.section-comments .comments__content {
  height: 684px;
  background-image: url(../img/bg2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-comments .comments__content .content__text {
  max-width: 660px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 120px;
  text-align: center;
}
.section-comments .comments__content .content__text .text__subtitle {
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 24px;
  color: #000;
  padding-top: 100px;
  padding-bottom: 30px;
}
.section-comments .comments__content .content__text .text__description {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 24px;
  color: #000;
  min-height: 150px;
}
.section-foto {
  max-width: 1920px;
  margin: 0 auto;
}
.section-foto .foto__content {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 80px;
}
.section-foto .foto__content .content__title {
  text-transform: uppercase;
  padding-bottom: 70px;
}
.section-license {
  max-width: 1920px;
  margin: 0 auto;
}
.section-license .license__image {
  height: 768px;
  background-image: url(../img/bg3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-license .license__image .image__content {
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.section-license .license__image .image__content .content__title {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 65px;
}
.section-license .license__image .image__content .content__block {
  display: flex;
  justify-content: space-between;
}
.section-license .license__image .image__content .content__block .block__item {
  width: 590px;
  background: #fff;
  padding: 25px;
  box-sizing: border-box;
  box-shadow: 0px 0px 32px 0px rgba(196,196,196,0.36);
}
.section-license .license__image .image__content .content__block .block__item .item__info {
  border: 1px solid #2e7d30;
  padding: 35px 40px 35px 50px;
}
.section-license .license__image .image__content .content__block .block__item .item__info .info__title {
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 20px;
  color: #000;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.section-license .license__image .image__content .content__block .block__item .item__info .info__text {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
}
.section-license .license__image .image__content .content__block .block__item .item__info .info__text--top {
  padding-top: 20px;
}
.section-application {
  max-width: 1920px;
  margin: 0 auto;
}
.section-application .application__content {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 65px;
  padding-left: 15px;
  padding-right: 15px;
}
.section-application .application__content .content__img img {
  margin-bottom: -5px;
}
.section-application .application__content .content__text .text__title {
  padding-bottom: 34px;
}
.section-application .application__content .content__text .text__subtitle {
  max-width: 600px;
}
.section-application .application__content .content__text .text__form {
  padding-top: 55px;
  display: flex;
  width: 830px;
  justify-content: space-between;
}
.section-application .application__content .content__text .text__form .form__input input {
  border-width: 1px;
  border-color: #acacac;
  border-style: solid;
  border-radius: 8px;
  background-color: #ffffff;
  width: 285px;
  height: 58px;
  font-size: 22px;
  font-family: "HelveticaNeueCyr-Roman";
  color: #000;
  padding-left: 30px;
  padding-right: 15px;
  box-sizing: border-box;
  outline: none;
}
.section-application .application__content .content__text .text__form .form__input input.error {
 border: 2px solid #cc1717;
}

.section-application .application__content .content__text .text__form .form__textarea textarea {
  border-width: 1px;
  border-color: #acacac;
  border-style: solid;
  border-radius: 8px;
  background-color: #ffffff;
  width: 285px;
  height: 154px;
  font-size: 22px;
  font-family: "HelveticaNeueCyr-Roman";
  color: #000;
  padding-left: 30px;
  padding-right: 15px;
  padding-top: 15px;
  box-sizing: border-box;
  outline: none;
  resize: none;
}
.slick-slide:not(.slick-center) {
  z-index: 0;
  transform: scale(0.7);
}
.slick-active.slick-center+.slick-slide+.slick-slide {
  z-index: 1;
}
.slick-active.slick-center+.slick-slide,
.slick-center+.slick-cloned {
  z-index: 2;
}
.slick-center {
  z-index: 3;
}
.slick-slide {
  position: relative;
  transition: transform 80ms;
}
.slick-slide img {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
.slik_slider {
  width: 1200px;
  margin: 0 auto;
}

.slik_slider .slick-prev{
  background: url("/img/arrow-left.png") no-repeat;
  background-size: contain;
}
.slik_slider .slick-next {
  background: url("/img/arrow-right.png") no-repeat;
  background-size: contain;
}

.slik_slider .slick-prev:hover{
  background: url("/img/arrow-left.png") no-repeat;
  background-size: contain;
}
.slik_slider .slick-next:hover{
  background: url("/img/arrow-right.png") right 20px no-repeat;
  background-size: contain;
}

.slik_slider .slick-arrow:before {
  content: "";
}
.slick-next {
  right: -30px!important;
}
.section-application .application__content .content__text .text__form .form__textarea textarea.error {
  border: 2px solid #cc1717;
}

::-webkit-input-placeholder {
  color: #adadad;
}
::-moz-placeholder {
  color: #adadad;
}
:-ms-input-placeholder {
  color: #adadad;
}
:-moz-placeholder {
  color: #adadad;
}
.section__contact {
  max-width: 1920px;
  margin: 0 auto;
  background: #f6f7f9;
}
.section__contact .contact__content {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
  padding-bottom: 80px;
}
.section__contact .contact__content .content__title {
  padding-bottom: 25px;
  text-align: center;
}
.section__contact .contact__content .content__subtitle {
  color: #df7513;
  text-align: center;
}
.section__contact .contact__content .content__block {
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 80px;
}
.section__contact .contact__content .content__block .block__map {
  width: 620px;
  height: 400px;
  background: #fff;
}
.section__contact .contact__content .content__block .block__text {
  width: 500px;
}
.section__contact .contact__content .content__block .block__text .text__title {
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 20px;
  color: #000;
  padding-bottom: 20px;
}
.section__contact .contact__content .content__block .block__text .text__title--top {
  padding-top: 20px;
}
.section__contact .contact__content .content__block .block__text .text__subtitle {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 18px;
  color: #000;
  line-height: 1.2;
}
.section__contact .contact__content .content__block .block__text .text__phone {
  display: flex;
}
.section__contact .contact__content .content__block .block__text .text__phone .phone__number {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 18px;
  color: #000;
  line-height: 1.2;
}
.section__contact .contact__content .content__block .block__text .text__phone .phone__number span {
  padding-right: 10px;
  position: relative;
  top: 5px;
}
.section__contact .contact__content .content__block .block__text .text__phone .phone__number .number__info {
  padding-right: 75px;
}
.section__contact .contact__content .content__sochial-text {
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 24px;
  color: #000;
  text-align: center;
  padding-bottom: 35px;
}
.section__contact .contact__content .content__sochial {
  max-width: 340px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.section__contact .contact__content .content__sochial a {
  display: block;
  height: 49px;
  width: 49px;
}
.section__contact .contact__content .content__sochial a img {
  height: 49px;
  display: block;
}
.section__contact .contact__content .content__sochial .face img {
  height: 63px;
  display: block;
  margin-top: -6px;
}


.menu-wrap {
  position: absolute;
  right: 0;
  top: 58px;
  left: -74px;
  width: auto;
  display: none;
}
.menu-wrap .menu {
  background: #e87b17;
  padding: 25px 0px 0px 18px;
  position: relative;
  z-index: 101;
  width: 180px;
  float: right;
  margin-right: 15px;
  top: 43px;
}
.menu-wrap .menu li {
  list-style-type: none;
  color: #fff;
  padding-bottom: 25px;
  min-width: 200px;
  min-height: 20px;
}
.menu-wrap .menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-family: "HelveticaNeueCyr-Roman";
  cursor: pointer;
}
.menu-wrap .menu li a .arrow-menu {
  margin-right: 12px;
  position: relative;
  top: 2px;
  display: none;
}
.cmn-toggle-switch {
  overflow: hidden;
  margin: -1px 0 0 0;
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 99;
  float: right;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  right: 20px;
  margin-bottom: -65px;
}
.cmn-toggle-switch:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 27px;
  right: 0px;
  margin-top: 10px;
  z-index: 10000;
  margin-right: 0;
  display: none;
}
.cmn-toggle-switch span:before,
.cmn-toggle-switch span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.cmn-toggle-switch span:before {
  top: -8px;
}
.cmn-toggle-switch span:after {
  bottom: -8px;
}
.cmn-toggle-switch__htx {
  background: inherit;
  height: 60px;
  width: 60px;
  z-index: 999;
  display: block;
  position: fixed;
}
.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
  -o-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
.cmn-toggle-switch__htx span:before,
.cmn-toggle-switch__htx span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  -o-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.cmn-toggle-switch__htx span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.cmn-toggle-switch__htx span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.cmn-toggle-switch__htx.active {
  background: inherit;
}
.cmn-toggle-switch__htx.active span {
  background: none;
}
.cmn-toggle-switch__htx.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span:before,
.cmn-toggle-switch__htx.active span:after {
  -webkit-transition-delay: 0, 0.3s;
  -o-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
.owl-prev {
  display: none !important;
}
.owl-next {
  display: none !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3c943f;
}
footer {
  padding-top: 65px;
  padding-bottom: 45px;
}
footer .footer__top {
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer__top .top__nav .nav__list {
  width: 650px;
  padding-bottom: 45px;
  position: relative;
  left: -30px;
}
footer .footer__top .top__nav .nav__list li {
  display: inline-block;
  padding-right: 60px;
}
footer .footer__top .top__nav .nav__list li:last-child {
  padding-right: 0px;
}
footer .footer__top .top__nav .nav__list li a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 14px;
  color: #5a5a5a;
}
footer .footer__top .top__nav .nav__contact {
  display: flex;
  width: 700px;
  justify-content: space-between;
}
footer .footer__top .top__nav .nav__contact .contact__item {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.4;
}
footer .footer__top .top__nav .nav__contact .contact__item .item__block {
  position: relative;
  padding-bottom: 20px;
}
footer .footer__top .top__nav .nav__contact .contact__item .item__block .block__text span {
  padding-left: 15px;
}
footer .footer__top .top__nav .nav__contact .contact__item .item__block .block__img {
  content: '';
  height: 25px;
  width: 25px;
  display: inline-block;
  background: #e87b17;
  border-radius: 50%;
  position: absolute;
  left: -35px;
  top: -5px;
}
footer .footer__top .top__nav .nav__contact .contact__item .item__block .block__img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .footer__bottom {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer__bottom .bottom__text {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 14px;
  color: #5a5a5a;
  position: relative;
  bottom: 37px;
}
.overlay-gyne {
  position: static;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  z-index: 200;
}
.spasibo {
  width: 800px;
}


.spasibo .popap-content {
  padding: 55px 195px 55px 195px;
}
.spasibo p{
  padding: 35px;
}
.spasibo h2{
  padding: 35px 0 0 0;
}
.spasibo .popup-text{
  padding: 5px 0 25px 0;
}
.popup_text {
  border: 1px solid #348936;
}
.popup_text p {
  text-align: center;
  padding: 35px 20px 35px 20px;
}
table.tab { width: 100%; margin-bottom: 80px; border-collapse: collapse;}
.table1 .no { width: 35px;}
table.tab tr>td:first-child { text-align: left;}

tr {border: none}
td { padding: 8px 6px; border-bottom: 1px solid #dddddd; border-top: none; text-align: right; font-family: "HelveticaNeueCyr-Roman"; font-size: 18px;}
th { padding: 8px 2px; border-bottom: 1px solid #dddddd; border-top: none; font-family: "HelveticaNeueCyr-Roman"; font-size: 18px;}
table tr:hover td { background: #f7f8f7; font-family: "HelveticaNeueCyr-Roman"; font-size: 18px; }
table { font-size: 20px; line-height: 25px; border: none}



.test_table td:first-child{
  border-left: none ;
  border-right: none;
}
.test_table tr:first-child{
  border-left: none ;
}

.test_table td:last-child{
  border-right: none ;
  display: none;
}
.test_table tr:last-child{
  border-right: none ;
}
.popup_contein {
  justify-content: space-between;
  display: flex!important;
  flex-direction: row;
}
.popup_contein .grin {
  color: #2e7d30;
  font-weight: 600;
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 18px;
  padding: 15px 0 15px 0;
}
.popup_contein .popup-title {
  text-align: left!important;
}
.popup_contein .item__info-one {
  margin: inherit!important;
}
.popup_contein .load {
 width: 40%;
}
p{
  font-family: "HelveticaNeueCyr-Roman";
}
.item__text {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 18px;
}
h2{
  font-family: "HelveticaNeueCyr-Roman";
}


.test_hom .load{
  width: 100%;
}
.masage p {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #dddddd;
}
.masage .popup-title {
  padding-top: 0;
}
.masage_item {
  width: 100%;
}

.masage_item .info-one {
  float: right;
}
.masage_item .info {
  position: absolute;
  right: 0;
  top: 5px;
  color: #e87b17;
  font-weight: 600;
}


.test_hom .item__info-one {
  margin-bottom: 30px!important;
}


.livo { text-align: left}
.price_color {
  color: #e87b17;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0;
  width: 100px;
}
.popup_title_left {
  text-align: left!important;
}
.teraphia {
  width: 100%;
}
.teraphia .price_color {
  width: 370px;
}
.sele {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
}
.grin {
  color: #2e7d30;
}
.teraphia_title {
  text-align: left!important;
}
.price {
  text-align: right;
}
.popup_info {
  display: inline-block;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
}
.popup_info p{
  display: inline-block;
  color: #2e7d30;
  padding: 5px;
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 14px;

}
.popup-title {
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 22px;
  color: #000;
  padding: 40px 0 20px 0;
}
.popup-title.popup-top-title {
  color: #2e7d30;
}
.info-one {
  width: 400px;
  padding: 25px 25px 5px 25px;
  box-sizing: border-box;
  border: 1px solid #2e7d30;
}
.info-one .info-one__content .content__text {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 18px;
  color: #000;
  padding-bottom: 20px;
  line-height: 1.2;
}
.popup-close {
  position: absolute;
  right: 20px;
  top: 40px;
  cursor: pointer;
  display: none;
}
.popup-gyne {
  width: 1200px;
  height: 600px;
}
.popup-gyne .gyne__content {
  display: flex;
  justify-content: space-between;
}
.popup-gyne .gyne__content .content__item {
  width: 550px;
  position: relative;
}
.popup-gyne .gyne__content .content__item .item__title {
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 18px;
  color: #000;
  padding-bottom: 20px;
}
.popup-gyne .gyne__content .content__item .item__title span {
  position: absolute;
  right: 0px;
}
.popup-gyne .gyne__content .content__item .item__text {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 18px;
  color: #000;
  padding-bottom: 5px;
  line-height: 1.5;
}
.popup-gyne .gyne__content .content__item .item__text span {
  position: absolute;
  right: 0px;
}
.popup-gyne .gyne__info-one {
  margin-top: 50px;
}
.popup-kosm {
  width: 1200px;
  height: 600px;
}
.scroll {

}
.popup-kosm .kosm__content {
  display: flex;
  justify-content: space-between;
}
.popup-kosm .kosm__content .content__item {
  width: 550px;
  position: relative;
}
.popup-kosm .kosm__content .content__item .item__title {
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 18px;
  color: #000;
  padding-bottom: 20px;
}
.popup-kosm .kosm__content .content__item .item__title span {
  position: absolute;
  right: 0px;
}
.popup-kosm .kosm__content .content__item .item__text {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 18px;
  color: #000;
  padding-bottom: 5px;
  line-height: 1.5;
}
.popup-kosm .kosm__content .content__item .item__text span {
  position: absolute;
  right: 0px;
}
.popup-kosm .kosm__info-one {
  margin-top: 50px;
}
.popup-uro {
  width: 1200px;
  height: 600px;
}
.popup-uro .uro__content {
  display: flex;
  justify-content: space-between;
}
.popup-uro .uro__content .content__item {
  width: 550px;
  position: relative;
}
.popup-uro .uro__content .content__item .item__title {
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 18px;
  color: #000;
  padding-bottom: 20px;
}
.popup-uro .uro__content .content__item .item__title span {
  position: absolute;
  right: 0px;
}
.popup-uro .uro__content .content__item .item__text {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 18px;
  color: #000;
  padding-bottom: 5px;
  line-height: 1.5;
}
.popup-uro .uro__content .content__item .item__text span {
  position: absolute;
  right: 0px;
}
.popup-uro .uro__info-one {
  margin-top: 50px;
}
.slider {
  width: 1150px;
  position: relative;
}
.slider-content {
  width: 1150px;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.slide {
  position: relative;
  display: block;
  height: 600px;
  padding-right: 10px;
}
.popup_slide .owl-nav{
  width: 155px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  display: flex;
  flex-direction: row;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
}
.popup_slide .owl-nav .owl-prev{
  display: flex!important;
  flex-direction: row;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 0!important;
  border: 1px solid #2e7d30!important;
}
.popup_slide .owl-nav .owl-next{
  display: flex!important;
  flex-direction: row;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 0!important;
  border: 1px solid #2e7d30!important;
}
.popup_slide .owl-nav .owl-prev span{
  display: block!important;
  width: 20px;
  height: 25px;
  background: url("/img/arrow-left.png") no-repeat;
  background-size: contain;
  font-size: 0;

}
.popup_slide .owl-nav .owl-next span{
  display: block!important;
  width: 20px;
  height: 25px;
  background: url("/img/arrow-right.png") no-repeat;
  background-size: contain;
  font-size: 0;
}

.popwindow h2 {
  text-align: center;
}

.slide-content {

}
.slider-controls {
  padding-bottom: 30px;
}
.drop-lists {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}

.form-group {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}
.popap-content{
 padding: 55px 200px 55px 200px ;
}
.ll-skin-santiago .ui-datepicker-header {
  font-family: "Myriad Pro", sans-serif;
  color: #fff;
  padding: 0;
  border-top: 1px solid #e87b17;
  border-bottom: none;
  overflow: hidden;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 rgba(0,0,0,.35);
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(bottom, #e87b17 0%, #e87b17 100%);
  background-image: -o-linear-gradient(bottom, #e87b17 0%, #e87b17 100%);
  background-image: -webkit-linear-gradient(bottom, #e87b17 0%, #e87b17 100%);
  background-image: linear-gradient(bottom, #e87b17 0%, #e87b17 100%);
}

.ui-widget-header .ui-datepicker-prev{
  background: url("/img/arrow-left.png") no-repeat;
  background-size: contain;
  margin-left: 5px;
}
.ui-widget-header .ui-datepicker-next{
  background: url("/img/arrow-right.png") no-repeat;
  background-size: contain;
  right: 0;
  position: absolute;
}

.ui-widget-header .ui-datepicker-next:hover{
  background: url("/img/arrow-right.png") no-repeat!important;
  background-size: contain!important;
}
.ui-widget-header .ui-datepicker-prev:hover{
  background: url("/img/arrow-left.png") no-repeat!important;
  background-size: contain!important;
}

.popap-content input {
  width: 450px;
  height: 35px;
  padding: 4px;
  margin: 5px;
}
.popap-content input.error {
  border: 2px solid #cc1717;
}
.popap-content select.error {
  border: 2px solid #cc1717;
}
.popap-content select {
  width: 460px;
  height: 50px;
  padding: 4px;
  margin: 5px;
}
.popap-content .button_contain button  {
  margin: 0 auto;
  display: block;
  height: 50px;
  line-height: 37px;
}
.popap-content .popup-text {
  text-align: center;
}

.slider-controls .control-slide {
  display: inline-block;
  margin-right: 60px;
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 18px;
  color: #fff;
  padding-bottom: 15px;
}
.slider-controls .control-slide a {
  color: #cc1717;
}
.slider-controls .control-slide.active span {
  text-decoration: underline;
}
.slider-controls .control-slide:hover {
  cursor: pointer;
  background-position: center center;
}
.slider-controls .control-slide.active {
  background-position: center top;
}
.slide-navigation {
  position: absolute;
  width: 120px;
  display: flex;
  justify-content: space-between;
  right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  bottom: 0;
}

button.fancybox-close-small:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  width: 25px;
  height: 25px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: inherit;
  font-weight: 300;
  text-align: center;
  border-radius: 0;
  border-width: 0;
  background: url("/img/close.png") center;
  background-size: cover;
  transition: background .25s;
  box-sizing: inherit;
  z-index: 2;
}
button.fancybox-close-small:hover:after {
  color: inherit;
  background: url("/img/close.png") center;
  background-size: cover;
}
button.fancybox-close-small:focus:after {
  outline: inherit;
}
.prew,
.next {
  width: 15px;
  height: 15px;
  background: inherit;
  z-index: 3;
  right: 0;
  height: 50px;
  width: 50px;
  border: 1px solid #2e7d30;
}
.prew {
  position: relative;
}
.prew img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.next {
  position: relative;
}
.next img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slider-content:hover .prew,
.slider-content:hover .next {
  display: block;
}
.slider .slider-controls {
  display: none !important;
}
.slider.slider-controls .prew {
  display: none !important;
}
.slider.slider-controls .next {
  display: none !important;
}
.popup-subtitle {
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 18px;
  color: #000;
  padding-bottom: 15px;
  line-height: 1.5;
  position: relative;
}
.popup-subtitle span {
  position: absolute;
  right: 0px;
}
#kosm .popup-top-title {
  text-align: center;
}
.popup-text {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 18px;
  color: #000;
  padding-bottom: 5px;
  line-height: 1.5;
  position: relative;
}
.popup-text span {
  position: absolute;
  right: 0px;
  color: #e87b17;
  font-weight: 600;
}
.slide-content {
  display: flex;
  justify-content: space-between;
}
.slide-content .content__item {
  width: 550px;
}
.slide-content .content__item .item__info-one {
  margin-top: 75px;
}

.mob_show {
  display: none;
}
@media screen and (max-width: 1500px) {

  .mob_hide {
    display: none;
  }
  .mob_show {
    display: block;
  }
  .section__action .action__content {
    left: 0px;
    max-width: 1100px;
  }
  .section__action .action__content .content__text .text__title {
    font-size: 28px;
  }
  .section__about .about__content {
    max-width: 1110px;
    left: 0px;
  }
  .section-service .service__content {
    max-width: 1110px;
  }
  .section-license .license__image .image__content {
    max-width: 1110px;
  }
  .section-license .license__image .image__content .content__block .block__item {
    width: 540px;
  }
  .section-license .license__image .image__content .content__block .block__item .item__info {
    min-height: 380px;
    box-sizing: border-box;
  }
  .section-application .application__content {
    max-width: 1110px;
  }
  .section-application .application__content .content__text {
    padding-left: 150px;
  }
  .section-application .application__content .content__text .text__form {
    display: block;
    width: auto;
  }
  .section-application .application__content .content__text .text__form .form__input {
    padding-bottom: 20px;
  }
  .section-application .application__content .content__text .text__form .form__textarea {
    padding-bottom: 20px;
  }
  .section__contact .contact__content {
    max-width: 1110px;
  }
  .section__contact .contact__content .content__block .block__map {
    width: 575px;
  }
}
@media screen and (max-width: 1200px) {
  .slik_slider {
    width: 100%;
    padding: 0 50px 0 50px;
  }
  .slik_slider .slick-next {
    display: none!important;
  }
  .slik_slider .slick-prew {
    display: none!important;
  }
  .section-service .service__content .content__item .item__block .click {
    display: none;
  }
  .section-service .service__content .content__item .item__block span {
    display: block;
    color: #000;
    position: relative;
  }

  header .header__top .top__contact {
    width: 600px;
  }
  .section__action {
    height: 480px;
    background-image: url(../img/bg0.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .section__action .content__img {
    display: none;
  }
  .section__action .action__content .content__text {
    padding-top: 45px;
  }
  .section__action .action__content .content__text .text__description {
    max-width: 435px;
  }
  .section__action .action__content .content__text .text__btn {
    display: none;
  }
  .section__about .about__content {
    justify-content: unset;
  }
  .section__about .about__content .content__img img {
    height: auto;
    width: 100%;
  }
  .section__about .about__content .content__text {
    padding-left: 50px;
  }
  .section__about .about__content .content__text .text__title {
    font-size: 28px;
  }
  .section__about .about__content .content__text .text__block {
    border-left: 0px;
  }
  .section__about .about__content .content__text .text__block .block__subtitle {
    padding-left: 0px;
    font-size: 16px;
    max-width: 380px;
  }
  .section__about .about__content .content__text .text__description {
    display: none;
  }
  .section__about .about__content .content__text .text__btn {
    display: block;
  }
  .section-service {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-service .service__content .content__item {
    display: block;
    padding-top: 0px;
  }
  .section-service .service__content .content__item .item__block {
    display: block;
    text-align: left;
    box-shadow: none;
    border-radius: inherit;
    background: inherit;
    border-bottom: 1px solid #eaeaeb;
    margin-bottom: 0px;
    pointer-events: none;
  }
  .section-service .service__content .content__item .item__block span {
    display: inline-block;
    position: absolute;
    right: 50px;
  }
  .section-service .service__content .content__subtitle {
    display: none;
  }
  .section-service .service__content .content__title span {
    display: none;
  }
  .service__content .content__btn {
    display: none;
  }
  .section-workers {
    padding-top: 0px;
    background: #f6f7f9;
  }
  .section-workers .workers__content .content__title {
    padding-bottom: 30px;
  }
  .section-workers .workers__content .content__subtitle {
    display: none;
  }
  .section-license .license__image .image__content .content__block {
    display: block;
  }
  .section-license .license__image {
    background-image: none;
    height: auto;
    padding-bottom: 30px;
  }
  .section-license .license__image .image__content .content__block .block__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-license .license__image .image__content .content__block .block__item .item__info {
    min-height: auto;
  }
  .section-license .license__image .image__content .content__title {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .section-application .application__content {
    display: block;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .section-application .application__content .content__img {
    display: none;
  }
  .section-application .application__content .content__text {
    padding-left: 0px;
  }
  .section-application .application__content .content__text .text__subtitle {
    display: inline-block;
  }
  .section__contact .contact__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section__contact .contact__content .content__title {
    font-size: 28px;
  }
  .section__contact .contact__content .content__block {
    display: block;
    padding-bottom: 40px;
  }
  .section__contact .contact__content .content__block .block__map {
    margin: 0 auto;
  }
  .section__contact .contact__content .content__block .block__text {
    margin: 0 auto;
    padding-top: 30px;
  }
  .section-workers {
    padding-bottom: 0px;
  }
  .section-workers .workers__content .content__block {
    display: none;
  }
  .section-workers .workers__content .content__title {
    font-size: 28px;
  }
  .section-specialists {
    display: block;
  }
  .people {
    margin: 0 auto;
    min-height: 492px;
  }
  .section-comments .comments__content .content__text .text__title {
    font-size: 28px;
  }
  footer .footer__top .top__nav .nav__contact {
    width: 600px;
    padding-left: 30px;
  }
  footer .footer__top .top__nav .nav__list {
    left: -4px;
  }
}
@media screen and (max-width: 992px) {

  .spasibo {
    width: 100%;
  }
  .section-foto .foto__content {
    padding-bottom: 10px;
  }

  .spasibo .popap-content {
    padding: 55px 15px 55px 15px;
  }

  .section-service .service__content .content__item .item__block {
    margin-right: 0!important;
    padding: 18px 0 18px 10px;
  }
  .section-service .service__content .content__item .item__block span {
    right: 0;
  }
  .popap-content {
    padding: 5px;
  }
  header .header__top a {
    z-index: 99;
  }
  header .header__top .top__contact {
    display: none;
  }
  header .header__top {
    position: absolute;
    left: 0px;
    right: 0px;
  }
  header .header__top a img {
    height: 60px;
  }
  .header__nav {
    display: none;
  }
  .header__nav.fix_block {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 888;
    height: 500px;
  }
  .header__nav .nav__content.nav_fix ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 400px;
    padding-top: 50px;
  }
  footer .top__logo {
    display: none;
  }
  .header__nav.fix_block .nav__content ul li a {
    padding: 15px;
  }
  .header__nav .nav__content ul li .text__btn a {
    padding: 0;
  }
  footer .footer__bottom .bottom__text {
    bottom: 0;
  }
  .section__action .action__content .content__text {
    padding-top: 120px;
  }
  .section__action .action__content .content__text .text__subtitle {
    font-size: 16px;
    padding-top: 15px;
  }
  .section__action .action__content .content__text .text__title {
    font-size: 20px;
  }
  .section__action .action__content .content__text .text__description {
    font-size: 14px;
  }
  .section-service .service__content .content__title {
    font-size: 28px;
  }
  .cmn-toggle-switch span {
    display: block;
  }
  .section-comments .comments__content {
    height: 560px;
  }
  .section-comments .comments__content .content__text {
    padding-top: 80px;
  }
  .section-comments .comments__content .content__text .text__title {
    max-width: 300px;
    display: inline-block;
  }
  .section-comments .comments__content .content__text .text__subtitle {
    font-size: 20px;
  }
  .section-comments .comments__content .content__text .text__description {
    font-size: 18px;
  }
  footer .footer__top .top__nav .nav__contact {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .slik_slider {
    padding: 0;
  }
  footer .footer__top .top__nav .nav__list {
    width: 100%;
    left: 0;
  }
  .slick-slide:not(.slick-center) {
    z-index: 0;
    transform: scale(0.6);
  }
  footer .footer__top .top__nav .nav__list li {
    padding-bottom: 15px;
    width: 120px;
  }
  .footer__top .top__logo {
    display: none;
   }
  .top__nav {
    width: 100%;
  }

  header .header__top a img {
    height: 30px;
  }
  .section__action {
    height: 215px;
  }
  .section__action .action__content .content__text {
    padding-top: 40px;
  }
  .section__action .action__content .content__text .text__img img {
    height: 30px;
    width: 30px;
  }
  .section__action .action__content .content__text .text__description {
    padding-top: 15px;
  }
  .section__about {
    padding-top: 50px;
    background-image: url(../img/bg11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }
  .section__about .about__content .content__img img {
    visibility: hidden;
  }
  .section__about .about__content .content__text {
    padding-top: 0px;
    padding-left: 0px;
  }
  .section__about .about__content .content__text .text__btn {
    padding-top: 20px;
  }
  .section-license .license__image .image__content .content__block .block__item .item__info {
    padding: 15px 20px;
  }
  .section-license .license__image .image__content .content__title {
    font-size: 28px;
  }
  .section-application .application__content .content__text .text__title {
    font-size: 28px;
    padding-bottom: 15px;
  }
  .section-application .application__content .content__text .text__subtitle {
    font-size: 18px;
  }
  .section-application .application__content .content__text .text__form {
    padding-top: 25px;
  }
  .section__contact .contact__content .content__block .block__map {
    width: 100%;
  }
  .section__contact .contact__content .content__block .block__text {
    width: 100%;
  }
  .section__contact .contact__content .content__block .block__text .text__title {
    font-size: 18px;
  }
  .section__contact .contact__content .content__block .block__text .text__subtitle {
    font-size: 16px;
  }
  .section__contact .contact__content .content__block .block__text .text__phone .phone__number {
    font-size: 16px;
  }
  .cmn-toggle-switch span {
    top: 25px;
    left: 25px;
  }
  .section-comments .comments__content {
    height: 490px;
  }
  .section-comments .comments__content .content__text .text__subtitle {
    padding-top: 30px;
  }
}
.popup .popup-title{

}
.popup_wrap {
  width: 400px;
  margin: 0 auto;
}
.info_wrapp {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
}
.info_wrapp .item__info-one {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 385px;
  height: 200px;
  margin-left: 0!important;
  margin-bottom: 30px;
  margin-top: 30px;
}


#test {
  padding-left: 30px!important;
}
#test tr :nth-child(6) p{
  font-weight: 600;
  color: #e87b17;
}
.price_test {
  color: #000000!important;
}
.load p {
  position: relative;
}
.load .info_last {
  position: absolute;
  bottom: -16px;
  left: 0;
  color: #cc1717;
}

.popup {
  padding-top: 70px!important;
   width: 1200px;
   height: 680px;
  padding-right: 50px!important;
  padding-left: 50px!important;
}
.popup_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.popup_content .item__title {
 position: relative;
  padding-right: 70px;
  font-weight: 600;
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 18px;
}

.popup_content .item_1 {
  width: 50%;
  padding-right: 25px;
}
.popup_content .item_2 {
  width: 50%;
}
.popup_content .item__title span{
  position: absolute;
  right: 0;
  top: 0;
}
.popup_content .item__text {
  position: relative;
  padding: 10px 75px 10px 0;
  border-bottom: 1px solid #dddddd;
}
.popup_content .item__text span {
  position: absolute;
  right: 0;
  top: 10px;
  font-weight: 600;
  color: #e87b17;
}



.popup .item__info-one {
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
.popup .load a{
  color: #2e7d30;
  text-decoration: none;
  width: 100%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 650px) {
  .fancybox-slide>div {
    width: 100%;
  }
  .popap-content input {
    width: 98%;
  }
  .popap-content select {
    width: 101%;
  }
  .contain-1 {
    width: 100%;
  }
  .slik_slider {
    padding: 0;
  }
  .slick-slide img {
    transform: translateX(0%);
    left: 0%;
    width: 100%;
  }
  .slick-slide:not(.slick-center) {
    z-index: 0;
    transform: scale(1);
  }
  .section-foto .foto__content .content__title {
    padding-bottom: 45px;
    font-size: 20px;
  }
}




@media screen and (max-width: 480px) {
  .section-foto .foto__content .content__title {
    padding-bottom: 45px;
    font-size: 20px;
  }
  .service_info_hide p {
    padding: 5px 65px 15px 0;
  }

  header .header__top {
    padding: 0 15px 25px 15px;
  }
  .section-service .service__content .content__item .item__block span.info {
    top: 5px;
  }
  .section__action .action__content .content__text .text__title {
    font-size: 18px;
  }
  .section__action {
    background-image: url(../img/bg-small.jpg);
  }
  .section__action .action__content .content__text .text__subtitle {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section__action .action__content .content__text .text__title {
    font-size: 16px;
  }
  .section__about {
    padding-top: 10px;
    height: 160px;
  }
  .section__about .about__content .content__text {
    max-width: 200px;
    position: absolute;
    right: 0;
  }
  .section__about .about__content .content__text .text__title {
    font-size: 16px;
  }
  .section__about .about__content .content__text .text__block {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .section__about .about__content .content__text .text__block .block__subtitle {
    font-size: 14px;
  }
  .section__about .about__content .content__img {
    display: none;
  }
  .section__about .about__content .content__text .text__btn {
    padding-top: 25px;
  }
  .btn {
    width: 165px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .section-service {
    padding-top: 25px;
  }
  .section-service .service__content .content__item .item__block {
    font-size: 14px;
  }
  .section-service .service__content .content__title {
    font-size: 20px;
  }
  .section-license .license__image .image__content .content__block .block__item {
    padding: 15px;
  }
  .section-license .license__image .image__content .content__block .block__item .item__info .info__title {
    font-size: 16px;
  }
  .section-license .license__image .image__content .content__block .block__item .item__info .info__text {
    font-size: 14px;
  }
  .section-license .license__image .image__content .content__title {
    font-size: 20px;
  }
  .section-application .application__content .content__text .text__title {
    font-size: 20px;
  }
  .section-application .application__content .content__text .text__subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .btn--width {
    width: 285px;
    height: 35px;
    line-height: 35px;
  }
  .section__contact .contact__content .content__title {
    font-size: 20px;
  }
  .section__contact .contact__content .content__subtitle {
    font-size: 18px;
  }
  .section__contact .contact__content .content__block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section__contact .contact__content .content__block .block__map {
    height: 200px;
  }
  .section__contact .contact__content .content__block .block__text .text__title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .section__contact .contact__content .content__block .block__text .text__subtitle {
    font-size: 14px;
  }
  .section__contact .contact__content .content__block .block__text .text__phone {
    display: block;
  }
  .section__contact .contact__content .content__block .block__text .text__phone .phone__number {
    font-size: 14px;
    padding-top: 5px;
  }
  .section__contact .contact__content .content__block .block__text .text__phone .phone__number .number__info {
    padding-right: 0px;
  }

  .section-workers .workers__content .content__title {
    font-size: 20px;
  }
  .section-comments .comments__content {
    height: 400px;
  }
  .section-comments .comments__content .content__text {
    padding-top: 40px;
  }
  .section-comments .comments__content .content__text .text__title {
    font-size: 20px;
    max-width: 270px;
  }
  .section-comments .comments__content .content__text .text__description {
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .popap-content select {
    width: 102%;
  }
}