* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  font: normal 14px/1.2 "Open Sans", sans-serif;
  background: #eff0f2;
  overflow-x: hidden;
}
textarea {
  resize: none;
}
.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.clr:after {
  content: "";
  display: block;
  clear: both;
}
.text {
  line-height: 1.4;
  font-size: 17px;
  margin: 0 0 10px;
}
.text a {
  color: #2f5fbf;
  text-decoration: underline;
}
.text a:hover {
  color: #204896;
}

.header {
  position: relative;
  height: 100px;
  background-color: #ff9f00;
}
.header:after {
  content: "";
  display: block;
  height: 20px;
  background: url(../../template/img/dekor.jpg);
}
.header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  height: 100px;
  padding: 0 20px;
}
.header .logo-link {
  top: 46px;
}
.logo-link {
  display: block;
  position: relative;
  width: 450px;
  height: 108px;
  color: #000;
  text-decoration: none;
  background: url(../../template/img/logo.png) no-repeat;
  z-index: 1;
  cursor: pointer;
}
.logo-link__name {
  font-family: "Cuprum", sans-serif;
  font-size: 60px;
  font-weight: bold;
  display: block;
  text-align: center;
  position: relative;
  top: 18px;
}
/* .logo-link__text {
    display: block;
    position: relative;
    text-align: center;
    padding: 0 0 0 101px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
} */
.logo-link__text {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  padding: 4px 9px 4px 8px;
  color: #fff;
  background-color: #03139c;
  position: absolute;
  text-transform: uppercase;
  right: 76px;
  bottom: -12px;
}
.header .block-phone {
}
.block-phone {
  position: relative;
  /*width: 300px;*/
  text-align: center;
}
.block-phone__phone {
  font-family: "Cuprum", sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
.link-phone {
  text-decoration: inherit;
  color: inherit;
}
.link-phone2 {
  text-decoration: inherit;
  color: inherit;
  padding-left: 10px;
}
.block-phone__call {
  display: inline-block;
  border-bottom: 1px solid #000;
  cursor: pointer;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.block-phone__call:hover {
  color: #fff;
}
.header__nav {
  display: flex;
  justify-content: space-between;
}
.header__link {
  color: #000;
  margin: 0 35px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-decoration: none;
  border-bottom: 1px solid #000;
  align-self: center;
  cursor: pointer;
}
.header__link:hover {
  color: #fff;
}
.header__button {
  width: 270px;
  height: 50px;
  line-height: 1;
  font-family: "Cuprum", sans-serif;
  font-size: 20px;
  font-weight: bold;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: #fff300;
  border-radius: 36px;
  box-shadow: 0 0 20px 0 rgba(0, 47, 67, 0.15);
}
.header__button:hover {
  background: #fff;
}

.section-title {
  font-family: "Cuprum", sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
.section-title.underline {
  text-align: left;
}
.section-title.underline:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  margin: 5px 0 15px;
  background: #f79d08;
}

.about {
  margin: 50px 0 0;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
}
.about .wrapper {
  display: flex;
  box-shadow: 0 20px 120px 10px rgba(4, 31, 36, 0.1);
}
@media (min-width: 1442px) {
  .about .wrapper {
    background: #fff !important;
  }
}
.about__image {
  width: 60%;
  align-self: center;
}
.about__content {
  position: relative;
  max-width: 790px;
  padding: 40px 42px;
  align-self: center;
  z-index: 1;
}
.about__text {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}
.about__price {
  font-family: "Cuprum", sans-serif;
  font-size: 42px;
  margin: 17px 0 0;
  font-weight: bold;
  text-align: center;
  padding: 11px 0;
  background: #f79d08;
}

.order {
  margin: 50px 0 0;
  padding: 0 20px;
  background: url(../../template/img/form-bg.jpg) no-repeat center;
  background-size: cover;
}
.order-form {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 37px 40px;
  background: #fff;
}
.order-form__text {
  margin: 0 0 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
.order-form__label {
  display: block;
  margin: 0 0 15px;
}
.order-form__label-name {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.order-form__input {
  display: block;
  width: 100%;
  background: #eff0f2;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 1px 0 0;
  padding: 10px 10px;
  border: 1px solid #eff0f2;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
}
.order-form__input:focus {
  border: 1px solid #ecc88e;
  box-shadow: 0 0 5px #ffa30a;
  background: #fff;
}
.order-form__input.error {
  border: 1px solid #ec8e8e;
  box-shadow: 0 0 5px #ff0a0a;
}
.order-form__error {
  display: none;
  color: red;
}
.order-form__input.error ~ .order-form__error {
  display: block;
}
.order-form__textarea {
  height: 43px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  resize: none;
  overflow: hidden;
}
.order-form__button {
  display: block;
  width: 410px;
  height: 48px;
  margin: 25px auto 15px;
  text-align: center;
  line-height: 1;
  font-family: "Cuprum", sans-serif;
  font-size: 20px;
  font-weight: bold;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 30px;
  background: #fea30a;
}
.order-form__button:hover {
  background: #ffbd4f;
}

.services {
  margin: 50px 0 0;
  padding: 0 20px;
}
.services__content {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.services__content::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
.service {
  position: relative;
  overflow: hidden;
  width: 32%;
  margin: 0 0 1.9%;
}
.service__link {
  position: relative;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 300px;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.33);
  cursor: pointer;
}
.service__title {
  display: block;
  text-align: center;
  font-family: "Cuprum", sans-serif;
  font-size: 32px;
  margin: 110px 0 8px;
}
.service__price {
  display: inline-block;
  text-align: center;
  color: #000;
  padding: 10px 25px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  background: #fa9f08;
}

.advantages {
  margin: 30px 0 0;
  padding: 0 20px;
}
.advantages__content {
  margin: 20px 0 0;
}
.advantages__left {
  width: 47%;
}
.stat {
  margin: 17px 60px 0 0;
  text-align: center;
}
.stat:last-child {
  margin-right: 0;
}
.stat__value {
  color: #ffa001;
  font-family: "Cuprum", sans-serif;
  font-weight: bold;
  font-size: 100px;
  line-height: 1;
}
.stat__text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.advantages__right {
  width: 51%;
}
.advantages__compare {
  box-shadow: 0 20px 80px 10px rgba(38, 5, 5, 0.1);
}
.advantages__tabs {
  padding: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  background: #fff;
}
.advantages__tab {
  display: inline-block;
  margin: 0 7px;
  font-weight: bold;
  color: #fea700;
  cursor: pointer;
}
.advantages__tab.active {
  color: #000;
}
.cocoen {
  /*display: none;*/
}
.cocoen.active {
  display: block !important;
}
.advantages__text {
  margin: 0 0 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.advantages__compare-text {
  text-align: right;
  margin: 13px 18px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
}

.footer {
  margin: 85px 0 0;
  height: 100%;
  background: #000;
}
.footer .wrapper {
  padding: 0 20px;
}
.footer:before {
  content: "";
  display: block;
  height: 20px;
  background: url(../../template/img/dekor.jpg);
}
.footer .logo-link {
  margin: -50px auto 22px;
}
.footer .block-phone {
  color: #fff;
  margin: 0 auto;
}
.footer .block-phone__call {
  border-bottom: 1px solid #fff;
}
.footer__address {
  margin: 10px 0 0;
  color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
.dropup {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dcdcdc;
  display: none;
  width: 161px;
  position: relative;
  left: 1%;
  bottom: 135%;
}
.dropup-wrapper {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  cursor: default;
}
.dropup-list {
  float: none !important;
  height: 300px;
}
.dropup-list_scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}
.dropup-wrapper ul li,
.dropup-wrapper ul li a {
  color: #b7b7b7;
  padding-bottom: 5px;
}
a.footer_gorod {
  position: relative;
  left: 1%;
  color: #000;
}
.container-сities {
  position: absolute;
  float: left;
}
ul {
  list-style-type: disc;
  margin-top: 10px;
  margin-bottom: 10px;
}
li {
  margin-left: 25px;
  margin-bottom: 5px;
  /* font-size: 15px; */
  position: relative;
  left: 20px;
  line-height: 27px;
}
h2 {
  margin: 10px 0px 10px 0px;
}
h3 {
  margin: 10px 0px 10px 0px;
}
.technique {
  margin: 40px 0 0;
}
.tech {
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  align-items: flex-start;
  margin: 32px 0;
  padding: 40px 42px;
  background: #fff;
  box-shadow: 0 20px 120px 10px rgba(4, 31, 36, 0.1);
}
.tech__image-link {
  display: block;
  width: 400px;
  margin: 0 40px 0 0;
}
.tech__title {
  display: block;
  font-size: 32px;
  line-height: 1;
  margin: 0 0 20px;
  text-decoration: none;
  color: initial;
}
.tech__params {
  padding: 18px 22px;
  background: #f0f2f5;
}
.tech__params-wrap {
  height: 100%;
  overflow: hidden;
}
.tech__params-row {
  float: left;
  width: 50%;
  margin: 0 0 10px;
  padding-right: 20px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.tech__params-row b {
  margin: 0 13px 0 0;
}
.tech__params-row2 {
  margin: 0 0 10px;
  padding-right: 20px;
  font-size: 16px;
}
.tech__params-row2 b {
  margin: 0 13px 0 0;
}
.tech__toggle {
  display: inline-block;
  margin: 20px 0;
  color: #1487f5;
  border-bottom: 1px solid rgba(20, 135, 245, 0.3);
  cursor: pointer;
}
.technique__button {
  display: block;
  width: 410px;
  height: 48px;
  margin: 25px auto 15px;
  text-align: center;
  line-height: 48px;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: bold;
  border: 0;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 30px;
  background: #fea700;
  color: #fff;
  box-shadow: 0 10px 40px rgba(38, 5, 5, 0.15);
}
.technique__button:hover {
  background: #fec75e;
}
.tech__content {
  max-width: 1000px;
}

h4 {
  margin: 10px 0px 10px 0px;
}

ol {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}

p {
  margin-top: 10px;
  padding-bottom: 5px;
}
.container {
  margin: 50px 0 0;
  padding: 0 40px 0 20px;
  overflow: hidden;
  position: relative;
}
.error__text {
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
}
.private-policy li {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 15px;
}
.private-policy ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.private-policy ol li,
.private-policy li p {
  font-size: 17px;
  font-weight: normal;
  margin: 10px 15px;
}
.private-policy {
  counter-reset: item;
  list-style: none;
}
.private-policy ol {
  counter-reset: item;
  list-style-type: none;
}
.private-policy li:before {
  counter-increment: item;
  content: counters(item, ".") " ";
}
.footer__offer {
  font-size: 12px;
  color: #fff;
}
.footer__offer a {
  text-decoration: underline;
  color: #fff;
}
.footer__offer a:hover {
  color: #f79d08;
}

.partner-banner {
  z-index: 999;
  position: fixed;
  top: 180px;
  right: 20px;
  width: 220px;
  background-color: #ff3600;
  border-radius: 10px;
  padding: 19px 20px;
  box-sizing: border-box;
}
.partner-banner * {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: transparent url("../..../../template/img/icn-close.svg");
}
.partner-banner__title {
  font-family: "Myriad Pro", "Open Sans", sans-serif;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 15px;
  vertical-align: middle;
  line-height: 100%;
}

.partner-banner__btn {
  height: 24px;
  opacity: 0.96;
  border-radius: 24px;
  background-color: #fff600;
  box-shadow: 0px 10px 40px 0 rgba(38, 5, 5, 0.1);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 100%;
  cursor: pointer;
}
.partner-banner__btn:hover {
  background-color: #fff;
}

.hidden {
  display: none !important;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1999;
}
.partner-modal__close-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../..../../template/img/icn-close.svg") no-repeat
    98% 2%;
}
.rent-modal__close-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../..../../template/img/icn-close.svg") no-repeat
    98% 2%;
}
.modal .order-form {
  position: relative;
}
.partner-modal__title {
  font-size: 32px;
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!NEW HEADER!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.header-new {
  height: 113px;
  position: relative;
  padding-top: 10px;
}
.header-new .wrapper {
  height: 103px;
  justify-content: space-around;
}
.header-new .block-phone__phone a {
  font-family: Cuprum;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.header-new .block-phone__title {
  font-family: Cuprum;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.02em;
  color: #000000;
}
.header-new .nav-block {
  /* display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    top: -2px; */
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  top: -11px;
  /* left: 50%;
    transform: translateX(-42%); */
  transform: translateX(7.7%);
  z-index: 1;
  overflow: hidden;
}
.header-new .logo-link {
  top: 0;
}
.header-new .header__nav a {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #000;
  padding: 7px 11px 7px 11px;
  position: relative;
  transition: all 0.6s;
}
.header-new .header__nav a:hover {
  text-decoration: underline;
  transition: all 0.3s;
}
.header-new .header__nav a::after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0px;
  border-left: 28px solid transparent;
  border-bottom: 31px solid #000000;
  position: absolute;
  top: 0;
  left: -27px;
}
.header-new .header__nav a::before {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0px;
  border-right: 28px solid transparent;
  border-top: 31px solid #000;
  position: absolute;
  top: 0;
  right: -27px;
}
.header-new .header__nav {
  margin-left: 30px;
  position: relative;
  top: 5px;
}
.header-new::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  height: 27px;
  width: 95%;
  transform: translateX(-50%);
  background-color: #ff9f00;
}
.header-new::after {
  content: "";
  display: block;
  height: 14px;
  background: url(../../template/img/dekor.jpg);
}
.header-new .header__link {
  margin: 0 40px 0 0;
}
.header-features {
  display: flex;
  margin: 0;
  padding: 0;
}
.header-features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}
.header-features__item p,
.header-features__item span {
  margin: 0;
  padding: 0;
}
.header-features__item span {
  font-family: Cuprum;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #fff500;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.header-features__item p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  max-width: 95px;
  text-align: center;
}
.header-callback {
  display: flex;
  align-items: center;
}
.header-callback__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-callback__social {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-callback__social p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #000000;
  padding: 0;
  margin: 0;
}
.header-callback__btns .header__button {
  width: 171px;
  height: 37px;
  font-size: 16px;
  font-family: Cuprum;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 3px;
}
.header-callback__btns .block-phone__call {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  color: #03139c;
  border: none;
}
.viber-link {
  position: relative;
  font-size: 0;
  border: none;
  text-decoration: none;
}
.viber-link::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -47px;
  width: 30px;
  height: 28px;
  background-image: url(../img/icons/viber.svg);
  background-repeat: no-repeat;
}
.whatsapp-link {
  position: relative;
  font-size: 0;
  border: none;
  text-decoration: none;
}
.whatsapp-link::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 10px;
  width: 30px;
  height: 28px;
  background-image: url(../img/icons/whatsapp.svg);
  background-repeat: no-repeat;
}
.header-callback__wrapper {
  margin-bottom: 27px;
}
.header__label {
  display: none;
}
.header__label span {
  font-family: Cuprum;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #000000;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  background-color: #fff300;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 10px;
  position: relative;
}
.header__label span::after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0px;
  border-right: 28px solid transparent;
  border-top: 49px solid #fff300;
  position: absolute;
  top: 0;
  right: -27px;
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!NEW SECOND BLOCK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.modal__checkbox + .order-form__label {
  position: relative;
  padding-left: 24px;
}
.modal__checkbox {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  position: absolute;
  left: -3000px;
  opacity: 0;
}
.modal__checkbox + .order-form__label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 4px;
  border: 1px solid transparent;
  border-left-color: #00a877;
  border-bottom-color: #00a877;
  transition: opacity 0.2s ease;
  transform: rotate(-45deg);
  opacity: 0;
  visibility: hidden;
}
.modal__checkbox:checked + .order-form__label::before {
  opacity: 1;
  visibility: visible;
}
.modal__checkbox:checked + .order-form__label::after {
  background-color: #4caf50;
}
.modal__checkbox + .order-form__label::before {
  top: 5px;
  left: 2px;
  width: 10px;
  height: 4px;
  border-width: 2px;
  border-bottom-color: #fff;
  border-left-color: #fff;
  z-index: 1;
}
.modal__checkbox + .order-form__label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #747a98;
  border-radius: 2px;
}
.form-block {
  width: 100%;
  /* z-index: -1; */
  display: flex;
  height: auto;
  background-image: url(../img/main-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 100px;
  position: relative;
  margin-top: 14px;
  min-height: 400px;
}
.form-block .section-title.underline:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  margin: 5px 0 15px;
  background: #f79d08;
  visibility: hidden;
}
.form-block .section-title {
  font-family: Cuprum;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #000000;
}
.form-block .order-form__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #000000;
}
.form-block .order-form__label-name {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #000000;
}
.form-block .modal__policy {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #000000;
}
.form-block .order-form__button {
  width: 240px;
  height: 37px;
  font-family: Cuprum;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #000000;
}
.form-block .order-form__input {
  height: 30px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 9px;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.9);
}
.form-block .order-form {
  max-width: 435px;
  padding: 20px 18px 16px;
  margin-top: 44px;
  margin-right: 14%;
  background: rgba(255, 255, 255, 0.9);
}
.form-block .form-block__label {
  position: absolute;
  left: 0;
  bottom: 65px;
  font-family: Cuprum;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.02em;
  padding: 10px 12px 10px 296px;
  background-color: #fff300;
}
.form-block .form-block__label::after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0px;
  border-right: 28px solid transparent;
  border-top: 49px solid #fff300;
  position: absolute;
  top: 0;
  right: -27px;
}

nav {
  background: #ff9f00;
  padding: 0;
  margin: 0;
}

.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu li {
  float: left;
}
.menu li a {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
}

.wrapper2 {
  max-width: 1024px;
  padding: 10px;
  margin: 0px auto;
  display: none;
}

.menuToggle {
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  display: none;
}
body {
  height: 100%;
}

.hamburger {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0 5px;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  font: inherit;
  text-transform: none;
  color: inherit;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}
.hamburger__box {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 12px;
}
.hamburger__inner {
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 4px;
  margin-top: -1px;
  background-color: #000;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
  transition-property: transform;
  border-radius: 4px;
}
.hamburger__inner::after,
.hamburger__inner::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  background-color: #000;
  border-radius: 4px;
}
.hamburger__inner::before {
  top: -6px;
}
.hamburger__inner::after {
  bottom: -6px;
}
.hamburger.is-open .hamburger__inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.hamburger.is-open .hamburger__inner::before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}
.hamburger.is-open .hamburger__inner::after {
  bottom: 0;
  transition: bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.question-answer__container-item {
  margin-bottom: 10px;
  position: relative;
}
.question-answer__text {
  display: none;
  margin-top: 10px;
  padding-bottom: 5px;
}
.question-answer__block {
  display: block;
}

.question-answer__title {
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  max-width: 500px;
}
.question-answer__text + .question-answer__arrow {
  position: absolute;
  right: 27px;
  top: 6px;
  background-image: url(../../template/img/rotate.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 19.5px;
  transform: rotate(90deg);
  transition: 0.2s;
}
.question-answer__block + .question-answer__arrow {
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .question-answer__title {
    font-size: 18px;
  }
  .question-answer__text + .question-answer__arrow {
    right: -14px;
  }
}
@media (max-width: 1000px) {
  .header-new .nav-block {
    transform: translateX(0);
    top: 33px;
  }
  .header-new {
    height: auto !important;
    padding-top: 0 !important;
  }
  .header-new .wrapper {
    height: auto !important;
    justify-content: space-around !important;
    padding-top: 0 !important;
  }
  .header-new::after {
    display: none;
  }
  .header-new::before {
    display: none;
  }
  .form-block {
    margin-top: 0;
  }
}
@media (max-width: 813px) {
  .header-new .header__nav {
    display: none;
  }
  .wrapper2 {
    display: block;
  }
  .menuToggle {
    display: block;
    position: absolute;
    z-index: 3;
    right: 20px;
  }
}
@media (max-width: 710px) {
  .header-new .block-phone__phone a {
    position: relative;
    display: block;
  }

  /*
    .header-new .block-phone__phone a::after{
        content: "";
        position: absolute;
        top: 4px;
        right: -35px;
        background-image: url(../img/icons/phone.svg);
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
    }
    */

  .nav-block a {
    position: relative;
    z-index: 1;
  }
  .header__label {
    display: block;
    position: absolute;
    top: 13px;
    left: 195px;
  }
  .form-block .form-block__label {
    display: none;
  }
  .header-new .header__nav {
    display: none;
  }
  .wrapper2 {
    display: block;
  }
  .menuToggle {
    display: block;
    position: absolute;
    z-index: 3;
    right: 20px;
  }

  .menu {
    display: none;
    position: absolute;
    background: #ff9f00;
    width: 100%;
    margin-left: -10px;
    z-index: 2;
  }
  .menu li {
    float: none;
  }
  .form-block .order-form {
    margin-right: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .form-block .order-form {
    width: auto;
    max-width: none;
  }
}

@media (max-width: 500px) {
  .order-form {
    padding: 15px;
  }
  .partner-input {
    width: 100% !important;
  }
  .section-title.underline {
    text-align: center;
    font-size: 26px;
  }
  .name-input {
    width: 100% !important;
  }
  .phone-input {
    width: 100% !important;
  }
  .about__price {
    font-size: 29px;
  }
  .order-form__button {
    width: 90%;
  }
  .section-title {
    font-size: 37px;
  }
  .service__title {
    font-size: 23px;
    height: 40%;
  }
  .service__price {
    font-size: 14px;
  }
  .tech__image-link {
    width: 100%;
  }
  .text {
    line-height: 1.4;
    font-size: 14px;
    padding: 0 20px;
  }
  .stat__value {
    font-size: 49px;
  }
  .stat {
    margin: 0;
  }
  .fl-l {
    float: none;
  }
  .technique__button {
    width: 90%;
  }
  /*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
  .header__label {
    display: block;
    position: absolute;
    top: 6px;
    left: 108px;
  }
  .header__label span {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .header__label span::after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0px;
    border-right: 28px solid transparent;
    border-top: 32px solid #fff300;
    position: absolute;
    top: 0;
    right: -27px;
  }
  .header-new .nav-block {
    top: 25px;
  }
  .nav-block img {
    width: 100%;
  }
  .nav-block a {
    width: 125px;
  }
  .header-new .header-callback {
    display: none !important;
  }
  .header-new .header-features {
    display: none !important;
  }
  .header-new .block-phone__title {
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
  }
}
@media (max-width: 330px) {
  .header-new .block-phone__phone a::after {
  }
  .header-new .wrapper {
    justify-content: flex-start !important;
  }
  .header .wrapper {
    padding: 0 7px;
  }
  .menuToggle {
    right: 17px;
    top: 29px;
  }
}

.ui-pnotify {
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.cocoen-drag::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 35px;
  height: 35px;
  background-image: url(../img/icons/next.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cocoen-drag::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 35px;
  height: 35px;
  background-image: url(../img/icons/next.svg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.reviews__hide-form {
  display: none;
}
.reviews__hide-form_active {
  display: block;
}
.review.swiper-slide {
  height: 177px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.form-review {
  max-width: 950px;
  width: 100%;
  margin: 40px auto 60px;
  padding: 35px 50px;
  background: #fff;
  box-shadow: 0 10px 60px rgba(8, 57, 52, 0.08);
}
.form-review__title {
  font-size: 24px;
  margin: 0 0 20px;
}
.form__row {
  display: flex;
  justify-content: space-between;
}
.form__label {
  display: block;
  margin-bottom: 15px;
}
.form__label_inline {
  display: inline-block;
}
.form-review .form__label_name {
  max-width: 330px;
  width: 100%;
}
.form__label-name {
  display: block;
  margin-bottom: 3px;
}
.form__input {
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 15px;
  line-height: 42px;
  border: 1px solid #ced1db;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
}
.form-review .form__label_email {
  max-width: 330px;
  width: 100%;
}
.form-review .form__label_rating {
  min-width: 115px;
}
.form__textarea {
  padding: 8px 15px;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
  resize: vertical;
}
.form-review .form__textarea {
  height: 154px;
}
.form-review__button {
  display: block;
  max-width: 260px;
  width: 100%;
  height: 48px;
  margin: 25px auto 15px;
  text-align: center;
  line-height: 48px;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: bold;
  border: 0;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 30px;
  background: #fea700;
  color: #fff;
  box-shadow: 0 10px 40px rgba(38, 5, 5, 0.15);
}
.form__input.error {
  color: red;
  border-color: red;
  box-shadow: 0 0 6px red;
}
.review {
  padding: 30px 40px;
  background: #fff;
}
.review__date {
  float: right;
  color: #b6b9c2;
}
.review__name {
  font-weight: bold;
}
.ec-stars span.rating-5 {
  width: 96px;
}
.reviews__buttons {
  text-align: center;
}
.reviews__read-all {
  display: inline-block;
  height: 48px;
  line-height: 44px;
  text-align: center;
  color: #fea700;
  border-radius: 48px;
  cursor: pointer;
  background: none;
  border: 2px solid #fea700;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  max-width: 260px;
  width: 100%;
  margin-right: 15px;
}
.button-transparent:hover {
  color: #fff;
  background: #fea700;
  border-color: #fea700;
}
.reviews__add-review {
  display: inline-block;
  height: 48px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  border-radius: 48px;
  cursor: pointer;
  background: none;
  border: 2px solid #fea700;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  max-width: 260px;
  width: 100%;
  background: #fea700;
}
.reviews__add-review:hover {
  background: #fec75e;
}
.reviews-wrapper {
  position: relative;
  max-width: 1333px !important;
}
.reviews__next {
  right: -40px !important;
}
.reviews__prev {
  left: -40px !important;
}
.wrapper-for-reviews {
  box-shadow: 0 20px 120px 10px rgba(4, 31, 36, 0.1);
  background: #fff;
  padding-bottom: 30px;
  position: relative;
  padding: 0 40px 50px;
  margin-top: 50px;
}
.wrapper-for-reviews::after {
  content: "";
  display: block;
  height: 20px;
  background: url(../../template/img/dekor.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper-for-reviews .section-title {
  padding: 40px 0;
}
.wrapper-for-reviews .review {
  border-bottom: 1px solid #000;
  width: 100%;
  margin: 0 0 1%;
}
@media (max-width: 800px) {
  .reviews__next {
    right: 0px !important;
  }
  .reviews__prev {
    left: 0px !important;
  }
}
@media (max-width: 600px) {
  .reviews__prev {
    display: none !important;
  }
  .reviews__next {
    display: none !important;
  }
  .form__row {
    flex-direction: column;
  }
  .reviews__read-all {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .wrapper-for-reviews {
    margin-top: 50px;
  }
}
.breadcrumbs {
  margin: 80px 0 0px;
  text-align: center;
  font-size: 16px;
}
.breadcrumbs__link {
  text-decoration: none;
  color: #fea700;
  border-bottom: 1px solid rgb(254, 167, 0);
  cursor: pointer;
}
.breadcrumbs__span {
  color: #000;
}
.breadcrumbs > *:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  margin: 0 5px 0 2px;
  background: #000;
  vertical-align: middle;
  border-radius: 50%;
}
.breadcrumbs > *:first-child:before {
  width: 0;
  height: 0;
  margin: 0;
}
.technique-wrapper .tech__image-link {
  width: 100%;
  max-width: 400px;
}
.technique-wrapper .tech {
  display: flex;
  max-width: 400px;
  width: 400px;
  flex-direction: column;
  margin: 10px 10px;
  padding: 0px;
}
.technique-wrapper .tech:last-child {
  display: none;
}
.technique-wrapper .tech__title {
  font-size: 29px;
  text-align: center;
}
.technique-wrapper .tech__params-wrap {
  display: flex;
  flex-direction: column;
}
.technique-wrapper .tech__params-row {
  float: none;
  width: 100%;
  padding-right: 0;
  padding: 10px 15px;
  background-color: #f0f2f5;
  line-height: 10px;
  margin: 0;
}
.technique-wrapper .tech__params-row:nth-child(2n) {
  background-color: #99ccff;
}
.technique-wrapper .tech__params {
  padding: 0;
  background: 0;
}
.technique-wrapper .tech__content {
  width: 100%;
}
.technique-wrapper .technique__content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 400px) {
  .technique-wrapper .tech__params-row {
    line-height: 18px;
    font-size: 12px;
  }
}

.rent-title {
  font-family: "Cuprum", sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
.rent-title span {
  cursor: pointer;
}
.rent-title span:hover {
  color: #fa9f08;
}

.form-block__btnn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
