@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BebasNeueRegular";
  src: url("../fonts/BebasNeueRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BebasNeueBold";
  src: url("../fonts/BebasNeueBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Black.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}

html.disable-scrolling {
  overflow: hidden;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  font-family: "Calibri", sans-serif;
  color: #6f777d;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

body *,
body ::before,
body ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
}

body *:focus {
  outline: 0 !important;
}

main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.container--no-padding {
  padding: 0;
}

:is(header, main, footer, .modal) h1,
:is(header, main, footer, .modal) .h1,
:is(header, main, footer, .modal) h2,
:is(header, main, footer, .modal) .h2,
:is(header, main, footer, .modal) h3,
:is(header, main, footer, .modal) .h3,
:is(header, main, footer, .modal) h4,
:is(header, main, footer, .modal) .h4 {
  line-height: 1.1;
  word-break: break-word;
  margin: 0 auto;
  position: relative;
}

:is(header, main, footer, .modal) h1--left,
:is(header, main, footer, .modal) .h1--left,
:is(header, main, footer, .modal) h2--left,
:is(header, main, footer, .modal) .h2--left,
:is(header, main, footer, .modal) h3--left,
:is(header, main, footer, .modal) .h3--left,
:is(header, main, footer, .modal) h4--left,
:is(header, main, footer, .modal) .h4--left {
  text-align: left;
}

:is(header, main, footer, .modal) h2,
:is(header, main, footer, .modal) .h2,
:is(header, main, footer, .modal) h3,
:is(header, main, footer, .modal) .h3,
:is(header, main, footer, .modal) h4,
:is(header, main, footer, .modal) .h4 {
  color: #6f777d;
}

:is(header, main, footer, .modal) h2--black,
:is(header, main, footer, .modal) .h2--black,
:is(header, main, footer, .modal) h3--black,
:is(header, main, footer, .modal) .h3--black,
:is(header, main, footer, .modal) h4--black,
:is(header, main, footer, .modal) .h4--black {
  color: #424243;
}

:is(header, main, footer, .modal) h1,
:is(header, main, footer, .modal) .h1,
:is(header, main, footer, .modal) h2,
:is(header, main, footer, .modal) .h2 {
  text-transform: uppercase;
}

:is(header, main, footer, .modal) h1,
:is(header, main, footer, .modal) .h1 {
  font-family: "BebasNeueBold", sans-serif;
  font-size: 55px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
}

@media (max-width: 767px) {

  :is(header, main, footer, .modal) h1,
  :is(header, main, footer, .modal) .h1 {
    font-size: 36px;
  }
}

:is(header, main, footer, .modal) h2,
:is(header, main, footer, .modal) .h2 {
  font-family: "BebasNeueRegular", sans-serif;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {

  :is(header, main, footer, .modal) h2,
  :is(header, main, footer, .modal) .h2 {
    font-size: 32px;
  }
}

:is(header, main, footer, .modal) h2--bold,
:is(header, main, footer, .modal) .h2--bold {
  font-weight: 700;
}

@media (max-width: 767px) {

  :is(header, main, footer, .modal) h2--big-mobile,
  :is(header, main, footer, .modal) .h2--big-mobile {
    font-size: 36px;
  }
}

:is(header, main, footer, .modal) h2--small,
:is(header, main, footer, .modal) .h2--small {
  font-family: "Calibri", sans-serif;
  font-size: 27px;
  text-transform: none;
}

@media (max-width: 767px) {

  :is(header, main, footer, .modal) h2--small,
  :is(header, main, footer, .modal) .h2--small {
    font-size: 23px;
  }
}

:is(header, main, footer, .modal) h3,
:is(header, main, footer, .modal) .h3 {
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 25px;
}

@media (max-width: 767px) {

  :is(header, main, footer, .modal) h3,
  :is(header, main, footer, .modal) .h3 {
    font-size: 28px;
  }
}

:is(header, main, footer, .modal) h3--big,
:is(header, main, footer, .modal) .h3--big {
  font-family: "BebasNeueBold", sans-serif;
  font-size: 55px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

:is(header, main, footer, .modal) h3--medium,
:is(header, main, footer, .modal) .h3--medium {
  font-size: 36px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {

  :is(header, main, footer, .modal) h3--medium,
  :is(header, main, footer, .modal) .h3--medium {
    font-size: 20px;
  }
}

:is(header, main, footer, .modal) h3--small,
:is(header, main, footer, .modal) .h3--small {
  font-size: 21px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {

  :is(header, main, footer, .modal) h3--small,
  :is(header, main, footer, .modal) .h3--small {
    font-size: 18px;
  }
}

:is(header, main, footer, .modal) h4,
:is(header, main, footer, .modal) .h4 {
  margin-bottom: 7px;
}

:is(header, main, footer, .modal) .h1,
:is(header, main, footer, .modal) .h2,
:is(header, main, footer, .modal) .h3,
:is(header, main, footer, .modal) .h4 {
  display: block;
}

:is(header, main, footer, .modal) .h1--white,
:is(header, main, footer, .modal) .h2--white,
:is(header, main, footer, .modal) .h3--white,
:is(header, main, footer, .modal) .h4--white {
  color: #fff;
}

:is(header, main, footer, .modal) .h1--centered,
:is(header, main, footer, .modal) .h2--centered,
:is(header, main, footer, .modal) .h3--centered,
:is(header, main, footer, .modal) .h4--centered {
  text-align: center;
}

:is(header, main, footer, .modal) .h1--pt-30,
:is(header, main, footer, .modal) .h2--pt-30,
:is(header, main, footer, .modal) .h3--pt-30,
:is(header, main, footer, .modal) .h4--pt-30 {
  padding-top: 30px;
}

:is(header, main, footer, .modal) .h1--pt-45,
:is(header, main, footer, .modal) .h2--pt-45,
:is(header, main, footer, .modal) .h3--pt-45,
:is(header, main, footer, .modal) .h4--pt-45 {
  padding-top: 45px;
}

:is(header, main, footer, .modal) .h1--m-0,
:is(header, main, footer, .modal) .h2--m-0,
:is(header, main, footer, .modal) .h3--m-0,
:is(header, main, footer, .modal) .h4--m-0 {
  margin: 0;
}

:is(header, main, footer, .modal) .h1--mb-0,
:is(header, main, footer, .modal) .h2--mb-0,
:is(header, main, footer, .modal) .h3--mb-0,
:is(header, main, footer, .modal) .h4--mb-0 {
  margin-bottom: 0;
}

:is(header, main, footer, .modal) .h1--mb-3,
:is(header, main, footer, .modal) .h2--mb-3,
:is(header, main, footer, .modal) .h3--mb-3,
:is(header, main, footer, .modal) .h4--mb-3 {
  margin-bottom: 3px;
}

:is(header, main, footer, .modal) .h1--mb-10,
:is(header, main, footer, .modal) .h2--mb-10,
:is(header, main, footer, .modal) .h3--mb-10,
:is(header, main, footer, .modal) .h4--mb-10 {
  margin-bottom: 10px;
}

:is(header, main, footer, .modal) .h1--mb-12,
:is(header, main, footer, .modal) .h2--mb-12,
:is(header, main, footer, .modal) .h3--mb-12,
:is(header, main, footer, .modal) .h4--mb-12 {
  margin-bottom: 12px;
}

:is(header, main, footer, .modal) .h1--mb-20,
:is(header, main, footer, .modal) .h2--mb-20,
:is(header, main, footer, .modal) .h3--mb-20,
:is(header, main, footer, .modal) .h4--mb-20 {
  margin-bottom: 20px;
}

:is(header, main, footer, .modal) .h1--mb-35,
:is(header, main, footer, .modal) .h2--mb-35,
:is(header, main, footer, .modal) .h3--mb-35,
:is(header, main, footer, .modal) .h4--mb-35 {
  margin-bottom: 35px;
}

:is(header, main, footer, .modal) .h1--mb-85,
:is(header, main, footer, .modal) .h2--mb-85,
:is(header, main, footer, .modal) .h3--mb-85,
:is(header, main, footer, .modal) .h4--mb-85 {
  margin-bottom: 85px;
}

@media (max-width: 767px) {

  :is(header, main, footer, .modal) .h1--mb-85,
  :is(header, main, footer, .modal) .h2--mb-85,
  :is(header, main, footer, .modal) .h3--mb-85,
  :is(header, main, footer, .modal) .h4--mb-85 {
    margin-bottom: 60px;
  }
}

:is(header, main, footer, .modal) ul,
:is(header, main, footer, .modal) ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

:is(header, main, footer, .modal) ol {
  list-style-type: none;
  counter-reset: num;
}

:is(header, main, footer, .modal) ol:not(:first-child) {
  margin-top: 25px;
}

:is(header, main, footer, .modal) ol:not(:last-child) {
  margin-bottom: 25px;
}

:is(header, main, footer, .modal) ol li {
  padding-left: 24px;
  position: relative;
}

:is(header, main, footer, .modal) ol li::before {
  content: counter(num) ". ";
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
  color: #ed1f47;
}

:is(header, main, footer, .modal) ol li:not(:last-child) {
  margin-bottom: 10px;
}

:is(header, main, footer, .modal) ul:not([class]):not(:first-child) {
  margin-top: 25px;
}

:is(header, main, footer, .modal) ul:not([class]):not(:last-child) {
  margin-bottom: 25px;
}

:is(header, main, footer, .modal) ul:not([class]) li {
  padding-left: 24px;
  position: relative;
}

:is(header, main, footer, .modal) ul:not([class]) li:not(:last-child) {
  margin-bottom: 10px;
}

:is(header, main, footer, .modal) ul:not([class]) li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 6px;
  height: 6px;
  background-color: #ed1f47;
}

:is(header, main, footer, .modal) select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  font-family: inherit;
  line-height: inherit;
  outline: none;
  width: 100%;
  max-width: 200px;
  border-radius: 2px;
  border: 1px solid #abbcc8;
  padding: 8px 43px 8px 8px;
  font-size: 18px;
  font-weight: 400;
  color: #b4bcc3;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top 50% right 8px;
  background-size: 30px;
  background-image: url(../img/image/arrow-select.svg);
  cursor: pointer;
}

p {
  margin: 0 0 25px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #6f777d;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}

a:not([class]) {
  text-decoration: underline;
}

a:not([class]):hover {
  text-decoration: none;
}

.main-cols__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media (max-width: 991px) {
  .main-cols__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-cols__wrap .side-col {
  width: 100%;
  max-width: 251px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .main-cols__wrap .side-col {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .main-col {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.main-col .container {
  padding: 0;
}

table {
  width: 100%;
  margin: 0px 0 30px auto;
  background-color: #fff;
}

@media (max-width: 767px) {
  table {
    display: block;
    padding: 0;
    overflow: auto;
  }
}

table.border-collapse--separate {
  border-collapse: separate;
}

table thead td {
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #6f777d;
  padding-top: 23px;
  padding-bottom: 23px;
  vertical-align: middle;
}

table thead td:first-child,
table thead td:last-child {
  padding-left: 10px;
  padding-right: 10px;
}

table tbody tr:hover td {
  background-color: #ebebeb;
}

table tbody tr:nth-child(odd) {
  background-color: #f3f4f0;
}

table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

table th {
  font-size: 14px;
  color: #424243;
  text-align: center;
  vertical-align: middle;
  padding: 23px 15px;
  border-bottom: #e5e5e5 1px solid;
}

table th:first-child,
table th:last-child {
  padding-left: 10px;
  padding-right: 10px;
}

table td {
  font-size: 14px;
  color: #6f777d;
  font-weight: 300;
  line-height: 1.2;
  vertical-align: top;
  padding: 20px 15px;
}

table td:nth-child(1) {
  padding-left: 16px;
  padding-right: 16px;
}

table p.black,
table span.black {
  color: #424243;
}

table p.regular,
table span.regular {
  font-weight: 400;
}

table p {
  margin: 0;
}

.split {
  width: 80px;
  height: 5px;
  margin: 45px auto;
  position: relative;
  background-color: #ed1f47;
}

.split--wide {
  width: 168px;
}

.block-w-line {
  position: relative;
  padding-bottom: 30px;
}

.block-w-line::before {
  content: "";
  border-top: 5px solid #ed1f47;
  width: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.block-w-line--centered {
  text-align: center;
}

.block-w-line--centered::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block-w-line--upper {
  padding-top: 48px;
  padding-bottom: 0;
}

.block-w-line--upper::before {
  top: 0;
  bottom: auto;
}

.block-w-line--wide::before {
  width: 168px;
}

.block-w-line--pt-95 {
  padding-top: 95px;
}

h2.block-w-line--upper,
.h2.block-w-line--upper {
  padding-top: 70px;
}

h2.block-w-line--upper::before,
.h2.block-w-line--upper::before {
  top: 45px;
}

::-moz-selection {
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  text-shadow: none;
}

img::-moz-selection {
  background-color: transparent;
  box-shadow: none;
}

img::selection {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

figure {
  margin: 0;
}

figure img {
  width: 100%;
  margin: 0;
}

figure figcaption {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  font-style: italic;
  color: #abbcc8;
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px solid #abbcc8;
}

.figure--mv-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.link-more {
  margin-top: 30px;
}

.incut-parallax {
  width: 1920px;
  height: 464px;
  margin: 23px 0 23px -460px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-attachment: fixed;
  position: relative;
}

@media (max-width: 767px) {
  .incut-parallax {
    width: calc(100% + 30px);
    height: 0;
    margin: 20px 0 20px -15px;
    padding-bottom: 96.25%;
    background-attachment: initial;
    background-size: cover;
  }
}

.incut-parallax span {
  width: 100%;
  max-width: 868px;
  padding: 15px 65px 20px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 22px;
  color: #fff;
  text-align: center;
  background-color: rgba(41, 41, 51, 0.6);
}

@media (max-width: 767px) {
  .incut-parallax span {
    padding: 10px 20px 15px;
  }
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.scroll-down {
  position: absolute;
  top: 170px;
  right: 76px;
  background: url(../img/image/scroll-down.png) no-repeat;
  display: block;
  width: 10px;
  height: 179px;
  z-index: 4;
}

@media (max-width: 1199px) {
  .scroll-down {
    display: none;
  }
}

.video__responsive {
  width: 100%;
  height: 0;
  min-height: 160px;
  padding-bottom: 56.25%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.video__responsive--mw-460 {
  max-width: 460px;
  padding-bottom: 260px;
}

@media (max-width: 480px) {
  .video__responsive--mw-460 {
    padding-bottom: 56.5%;
  }
}

.video__responsive--mw-560 {
  max-width: 560px;
  padding-bottom: 350px;
}

@media (max-width: 575px) {
  .video__responsive--mw-560 {
    padding-bottom: 62.5%;
  }
}

.video__responsive iframe,
.video__responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

.fade_in_and_scale {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.fade_in_and_scale.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

p.black,
span.black {
  color: #333333;
}

p.red,
span.red {
  color: #ed1f47;
}

.image-w-text .image-w-text__image-wrap {
  width: 400px;
  max-width: 100%;
  height: auto;
  margin: 0 25px 20px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  float: left;
}

.image-w-text .image-w-text__image {
  display: block;
  max-width: 100%;
  height: auto;
}

.image-w-text .image-w-text__title {
  display: block;
  font-size: 24px;
  color: #333333;
}

@media (max-width: 767px) {
  .image-w-text .image-w-text__title {
    margin-bottom: 20px;
  }
}

.form__buttonholder {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.ui-widget-header .ui-icon {
  background-image: url(../img/image/juery-ui.png);
}

.notification {
  width: 100%;
  font-weight: 300;
  padding: 20px;
  padding-left: 68px;
  margin-top: 25px;
  position: relative;
  background-color: #f3f4f0;
}

@media (max-width: 767px) {
  .notification {
    padding-left: 60px;
  }
}

.notification::before {
  content: "";
  width: 28px;
  height: 28px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/icon-exclamation-point.svg);
}

@media (max-width: 767px) {
  .notification::before {
    left: 15px;
  }
}

.notification:not(:last-child) {
  margin-bottom: 25px;
}

.w-768 {
  max-width: 768px;
}

.infonotes__wrap {
  margin-top: 25px;
}

.infonote {
  display: block;
  font-size: 14px;
}

@-webkit-keyframes rotateFig {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateFig {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes servicesList {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -1788px;
  }
}

@keyframes servicesList {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -1788px;
  }
}

@-webkit-keyframes servicesList5 {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -624px;
  }
}

@keyframes servicesList5 {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -624px;
  }
}

.header {
  padding: 25px 0;
  background-color: #fff;
}

@media (max-width: 767px) {
  .header {
    padding: 10px 0;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
}

.header.active>.container {
  max-width: 1024px;
  padding: 0 12px;
}

.header.active .header__logo-image--dark {
  display: none;
}

.header.active .header__logo-image--light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.active .ask-question__btn {
  background: #ed1f47;
  color: #fff;
}

.header.active .header__contacts {
  position: absolute;
  top: 3px;
  left: 12px;
}

@media (max-width: 767px) {
  .header.active .header__phone {
    display: none;
  }
}

.header.active .header__phone--desktop .header__phone-icon--main {
  display: none;
}

.header.active .header__phone--desktop .header__phone-icon--menu {
  display: block;
}

.header.active .header__phone-text {
  color: #fff;
}

.header.active .header__mail {
  position: absolute;
  top: 3px;
  left: 260px;
}

.header.active .header__mail-icon__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.active .header__mail-text {
  color: #abbcc8;
}

.header.active .header__schedule {
  margin-left: 28px;
}

@media (min-width: 768px) {
  .header.active .header__schedule {
    display: block;
  }
}

.header.active .header__search-wrap {
  position: static;
}

.header.active .header__search {
  position: absolute;
  top: 75px;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 94px);
}

@media (max-width: 767px) {
  .header.active .header__search {
    top: 86px;
    left: 20px;
    width: calc(100% - 40px);
    opacity: 1;
    -webkit-transition: opacity ease 0.3s;
    -o-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }
}

.header.active .header__search .inputholder__input {
  color: black;
  background-color: transparent;
  border-color: #fff;
}

.header.active .header__search .inputholder__input::-webkit-input-placeholder {
  color: #8c8c8c;
}

.header.active .header__search .inputholder__input::-moz-placeholder {
  color: #8c8c8c;
}

.header.active .header__search .inputholder__input:-ms-input-placeholder {
  color: #8c8c8c;
}

.header.active .header__search .inputholder__input::-ms-input-placeholder {
  color: #8c8c8c;
}

.header.active .header__search .inputholder__input::placeholder {
  color: #8c8c8c;
}

.header.active .header__search .search__btn {
  background-image: url(../img/image/icon-looking-glass.png);
}

.header.active .header__burger {
  position: absolute;
  top: 75px;
  right: 12px;
}

@media (max-width: 767px) {
  .header.active .header__burger {
    top: 0;
    right: 10px;
  }
}

.header.active .header__burger-icon::before {
  display: block;
}

.header.active .header__burger-title {
  color: #fff;
}

.header.active .ask-question__btn {
  position: absolute;
  top: 3px;
  right: 12px;
}

.header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 8px rgba(48, 80, 117, 0.2);
  box-shadow: 0 5px 8px rgba(48, 80, 117, 0.2);
  z-index: 5;
}

.header.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header>.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
  position: relative;
}

@media (max-width: 1199px) {
  .header>.container {
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .header>.container {
    gap: 20px;
    gap: 20px;
    padding: 0 10px;
  }
}

.header .ask-question__btn {
  font-size: 14px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  position: relative;
  z-index: 6;
}

@media (max-width: 767px) {
  .header .ask-question__btn {
    display: none;
  }
}

.header__logo {
  width: 235px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .header__logo {
    width: 122px;
    height: 27px;
    position: relative;
    z-index: 6;
  }
}

.header__logo-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__logo-image--light {
  display: none;
}

.header__text {
  font-size: 14px;
  color: #abbcc8;
  max-width: 198px;
}

@media (max-width: 991px) {
  .header__text {
    display: none;
  }
}

.header__contacts {
  position: relative;
  z-index: 6;
}

.header__phone {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.header__phone--desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__phone--desktop .header__phone-icon--main {
  display: block;
}

.header__phone--desktop .header__phone-icon--menu {
  display: none;
}

@media (max-width: 767px) {
  .header__phone--desktop {
    display: none;
  }
}

.header__phone--mobile {
  display: none;
}

@media (max-width: 767px) {
  .header__phone--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__phone-icon__wrap {
  width: 20px;
  height: 20px;
}

@media (max-width: 767px) {
  .header__phone-icon__wrap {
    display: none;
  }
}

.header__phone-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__phone-text {
  /* font-size: 20px; */
  font-size: 24px;

  font-weight: 700;
  color: #343434;
}

@media (max-width: 767px) {
  .header__phone-text {
    font-family: "BebasNeueRegular", sans-serif;
    font-size: 18px;
    font-weight: 400;
  }
}

.header__schedule {
  display: none;
  font-size: 13px;
  color: #abbcc8;
}

.header__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #2a2e3a;
  margin-left: 40px;
}

@media (max-width: 767px) {
  .header__mail {
    display: none;
  }
}

.header__mail-icon__wrap {
  display: none;
  width: 20px;
  height: 13px;
}

.header__mail-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__mail-text {
  text-decoration: underline;
}

.header__control--search {
  width: 30px;
  height: 30px;
}

@media (max-width: 767px) {
  .header__control--search {
    display: none;
  }
}

.header__control-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__search-wrap {
  margin-left: 4px;
  position: relative;
}

@media (max-width: 767px) {
  .header__search-wrap {
    position: absolute;
  }
}

.header__search {
  display: none;
  width: 330px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
}

@media (max-width: 767px) {
  .header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.header__search.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__search form {
  width: 100%;
}

.header__search .inputholder__input {
  font-size: 18px;
  color: #b4bcc3;
  min-height: 48px;
  padding: 7px;
  padding-right: 50px;
  background-color: #fff;
  border: 2px solid #b4bcc3;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 767px) {
  .header__search .inputholder__input {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.header__search .search__btn {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(../img/image/icon-looking-glass.png);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header__menu-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding-top: 192px;
  background-color: rgba(51, 45, 57, 0.98);
  z-index: 5;
}

@media (max-width: 767px) {
  .header__menu-wrap {
    padding: 174px 10px 53px 10px;
  }
}

.header__menu-wrap__inner {
  max-height: calc(100vh - 200px);
  overflow: auto;
}

@media (max-width: 767px) {
  .header__menu-wrap__inner {
    max-height: 100%;
    overflow: hidden;
  }
}

.header__menu-wrap__inner>.container {
  max-width: 1024px;
  padding: 0 12px;
}

@media (max-width: 767px) {
  .header__menu-wrap__inner>.container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header__menu {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  gap: 27px;
  max-height: 530px;
}

@media (max-width: 991px) {
  .header__menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    max-height: 100%;
  }
}

@media (max-width: 767px) {
  .header__menu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    max-height: calc(var(--vh, 1vh) * 100 - 227px);
    gap: 0;
    position: relative;
    overflow: auto;
  }
}

.header__menu-list-wrap {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .header__menu-list-wrap {
    margin-bottom: 30px;
    gap: 0;
  }
}

@media (max-width: 767px) {
  .header__menu-list-wrap:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .header__menu-list-wrap:last-child {
    margin-bottom: 0;
    gap: 0;
  }
}

.header__menu-list-wrap .all-services__btn {
  font-size: 14px;
  padding-left: 34px;
  padding-right: 34px;
  min-height: 50px;
}

.header__menu-list__toggler {
  display: none;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/plus.svg);
  margin-left: auto;
}

@media (max-width: 767px) {
  .header__menu-list__toggler {
    display: block;
  }
}

.header__menu-list__toggler.active {
  background-image: url("../img/image/minus.svg");
}

.header__menu-list__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 767px) {
  .header__menu-list__heading {
    width: 100%;
  }
}

.header__menu-list__heading-icon__wrap {
  width: 28px;
  height: 28px;
}

.header__menu-list__heading-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__menu-list__heading-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .header__menu-list__heading-title {
    font-size: 16px;
  }
}

.header__menu-list__container {
  margin-left: 38px;
}

@media (max-width: 767px) {
  .header__menu-list__container {
    display: none;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .header__menu-list__container.active {
    display: block;
  }
}

.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
}

.header__menu-list--services {
  gap: 20px;
}

.header__menu-list--services .header__menu-list__link {
  text-transform: uppercase;
}

.header__menu-list__link {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  position: relative;
}

.header__menu-list__link:hover {
  color: #909ba2;
}

.header__burger {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  margin-left: 11px;
  z-index: 6;
}

@media (max-width: 767px) {
  .header__burger {
    margin-left: auto;
  }
}

.header__burger.open {
  position: relative;
}

.header__burger.open:hover .header__burger-icon::before {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.header__burger.open .header__burger-icon {
  height: 30px;
}

.header__burger.open .header__burger-icon .line {
  display: none;
}

.header__burger:hover .line:nth-child(1) {
  top: -2px;
}

.header__burger:hover .line:nth-child(3) {
  top: 20px;
}

.header__burger-icon {
  width: 30px;
  height: 23px;
  position: relative;
}

.header__burger-icon::before {
  display: none;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/icon-cross.png);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__burger-icon .line {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 5px;
  background-color: #b4bcc3;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 767px) {
  .header__burger-icon .line {
    background-color: #424243;
  }
}

.header__burger-icon .line:nth-child(1) {
  top: 0;
}

.header__burger-icon .line:nth-child(2) {
  top: 9px;
}

.header__burger-icon .line:nth-child(3) {
  top: 18px;
}

.header__burger-title {
  font-size: 9px;
  font-weight: 300;
  color: #b4bcc3;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .header__burger-title {
    display: none;
  }
}

.footer {
  padding: 40px 0;
  background-color: #222;
}

@media (max-width: 767px) {
  .footer {
    padding: 30px 0 83px;
  }
}

.footer .subscribe__btn {
  font-size: 12px;
  padding-left: 14px;
  padding-right: 14px;
  min-height: 38px;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 1070px) {
  .footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .footer__top {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__block--contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 20px;
}

@media (max-width: 767px) {
  .footer__block--contacts {
    width: 100%;
  }
}

.footer__block--copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  max-width: 277px;
}

@media (max-width: 767px) {
  .footer__block--copyright {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    margin: 10px auto 0;
  }
}

.footer__block--yandex {
  width: 150px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 7px;
}

@media screen and (max-width: 1070px) {
  .footer__block--yandex {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .footer__block--yandex {
    margin-top: 10px;
  }
}

.footer__block--subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1070px) {
  .footer__block--subscribe {
    grid-column: 3;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer__block__social {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 3px;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .footer__contacts {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__phone {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.footer__mail {
  font-size: 14px;
  color: #707070;
  text-decoration: underline;
  font-weight: 400;
}

.footer__copyright,
.footer__developer {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}

.footer__copyright {
  margin-right: auto;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .footer__copyright {
    margin-right: 0;
  }
}

.footer__developer {
  text-decoration: underline;
}

.footer__developer:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .footer__developer:not(:last-child) {
    margin-right: 0;
  }
}

.footer__control--search {
  width: 22px;
  height: 22px;
}

.footer__control-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.yarank {
  display: block;
  width: 150px;
  height: 50px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .yarank {
    margin: 0 auto 5px;
  }
}

.yarank__image {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

@media (max-width: 767px) {
  .footer__social {
    gap: 10px;
  }
}

.footer__social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #353535;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 767px) {
  .footer__social-item {
    width: 44px;
    height: 44px;
  }
}

@media (any-hover: hover) {
  .footer__social-item:hover {
    background-color: #424243;
  }
}

@media (max-width: 767px) {
  .footer__social-icon {
    width: 28px;
    height: 28px;
  }
}

button,
input[type=button] {
  font-family: "Calibri", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
}

.btn,
input.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 50px;
  padding: 10px 38px;
  color: #000;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  border: 2px solid transparent;
  font-family: "Calibri", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  outline: none;
}

.btn--bordered.btn--red,
input.btn--bordered.btn--red {
  color: #000;
  border-color: #ed1f47;
  background-color: #fff;
}

.btn--bordered.btn--red:hover,
input.btn--bordered.btn--red:hover {
  color: #fff;
  background-color: #ed1f47;
}

.btn--bordered.btn--white,
input.btn--bordered.btn--white {
  color: #fff;
  border-color: #fff;
}

.btn--bordered.btn--white:hover,
input.btn--bordered.btn--white:hover {
  color: #000;
  background-color: #fff;
}

.btn--red,
input.btn--red {
  color: #fff;
  border-color: #ed1f47;
  background-color: #ed1f47;
}

.btn--grey,
input.btn--grey {
  color: #fff;
  background-color: #353535;
}

.btn--dark-grey,
input.btn--dark-grey {
  color: #fff;
  background-color: #b4bcc3;
}

.btn--dark-grey:hover,
input.btn--dark-grey:hover {
  background-color: #ed1f47;
}

.btn--small,
input.btn--small {
  min-height: 27px;
  padding: 2px 27px;
}

.btn--w-180,
input.btn--w-180 {
  padding: 10px 30px;
  min-width: 180px;
}

.btn--w-244,
input.btn--w-244 {
  min-width: 244px;
}

.btn--full,
input.btn--full {
  width: 100%;
}

.btn--centered,
input.btn--centered {
  margin-left: auto;
  margin-right: auto;
}

.btn--right,
input.btn--right {
  margin-left: auto;
}

@media (max-width: 767px) {

  .btn--right,
  input.btn--right {
    margin-left: 0;
  }
}

.return__btn {
  font-size: 16px;
  min-height: 50px;
  padding-left: 46px;
  padding-right: 46px;
}

.scroll-top__btn {
  position: fixed;
  bottom: 147px;
  right: 10px;
  width: 26px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/image/arrows-top.png);
  z-index: 4;
}

.copy__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.copy__btn:hover svg {
  fill: #ed1f47;
}

.copy__btn svg {
  width: 16px;
  height: 16px;
  fill: #6f777d;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

ul.download-links__list--mb-50 {
  margin-bottom: 50px;
}

ul.download-links__list--mw-500 {
  max-width: 500px;
}

ul.download-links__list li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  ul.download-links__list li:not(:last-child) {
    margin-bottom: 40px;
  }
}

.download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  padding-left: 90px;
  min-height: 70px;
  color: #9699a3;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
}

.download-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/image/icon-download.png);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.download-link:hover {
  color: #ed1f47;
}

.download-link:hover::before {
  background-image: url("../img/image/icon-download-red.png");
}

.small-download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
}

.small-download-link .link__icon {
  width: 28px;
  height: 28px;
}

.small-download-link .link__icon SVG {
  width: 28px;
  height: 28px;
  fill: #ed1f47;
}

.small-download-link .link__title {
  font-size: 16px;
  color: #ed1f47;
  font-weight: 700;
  text-transform: uppercase;
}

.check-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 57px;
  min-height: 35px;
  color: #777;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
}

.check-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 31px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/image/icon-check.png);
}

.inputholder__input,
.inputholder__textarea {
  width: 100%;
  padding: 11px 11px 12px;
  font-family: "Calibri", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
  border: 2px solid #e9edf1;
  border-radius: 3px;
  color: #343434;
  outline: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.inputholder__input:focus,
.inputholder__textarea:focus {
  border-color: #51cbee;
  -webkit-box-shadow: rgb(81, 203, 238) 0 0 5px;
  box-shadow: rgb(81, 203, 238) 0 0 5px;
}

.inputholder__input.error,
.inputholder__textarea.error {
  border-color: #ed1f47;
}

.inputholder__textarea {
  display: block;
  min-height: 60px;
  resize: none;
}

.inputholder__textarea ::-webkit-scrollbar {
  background-color: transparent;
}

.inputholder__textarea+.error-text {
  text-align: center;
}

.label {
  display: block;
  width: 100%;
  position: relative;
}

.error+.error-text {
  display: block;
}

.error-text {
  display: none;
  font-size: 11px;
  color: #ed1f47;
}

.error-text.vis {
  display: block;
}

.slider--appliances-main {
  padding: 0 40px;
  margin-bottom: 75px;
  position: relative;
}

@media (max-width: 767px) {
  .slider--appliances-main {
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .slider--appliances-nav {
    display: none;
  }
}

.slider--appliances-nav>.swiper {
  overflow: visible;
}

.slider--appliances-nav .swiper-slide-thumb-active .appliances-nav__item-number {
  color: rgba(254, 156, 175, 0.4);
}

.slider--appliances-nav .swiper-slide-thumb-active .appliances-nav__item-title {
  color: #fff;
}

.slider--banner .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 50%;
  bottom: auto;
  left: 80px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .slider--banner .swiper-pagination {
    left: 15px;
  }
}

.slider--banner .swiper-pagination-bullet {
  margin: 0;
}

.slider--banner .swiper-pagination-bullet:not(:last-child) {
  margin-bottom: 10px;
}

.slider--banner .slider__navigation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 90px;
  padding-right: 60px;
  margin-top: -90px;
  gap: 30px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .slider--banner .slider__navigation {
    display: none;
  }
}

.slider--banner .slider__navigation::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background-color: #fff;
}

.slider--banner .swiper-slide.swiper-slide-active .banner__item {
  opacity: 1;
  visibility: visible;
}

.slider--banner .swiper-slide.swiper-slide-active .banner__item-content {
  opacity: 1;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

@media (max-width: 767px) {
  .slider--banner .swiper-slide.swiper-slide-active .banner__item-content {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.slider--banner .banner__item-content {
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 1s ease 0.5s;
  -o-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}

@media (max-width: 767px) {
  .slider--banner .banner__item-content {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
}

.slider--company {
  width: 100%;
  max-width: 484px;
}

.slider--company .swiper {
  z-index: auto;
}

.slider--company .slider__item {
  width: 100%;
  max-width: 484px;
  height: 0;
  padding-bottom: 140.5%;
  position: relative;
}

.slider--company .slider__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {

  .slider--company .swiper-button-prev,
  .slider--company .swiper-button-next {
    display: none;
  }
}

.slider--company .slider__navigation {
  position: absolute;
  bottom: -18px;
  left: 245px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 90px;
  background-color: #fff;
  z-index: 2;
}

@media (max-width: 991px) {
  .slider--company .slider__navigation {
    left: 285px;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .slider--company .slider__navigation {
    left: 382px;
    border: 2px solid #eaeef1;
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .slider--company .slider__navigation {
    left: auto;
    right: 0;
  }
}

@media (max-width: 767px) {
  .slider--company .slider-number-pagination .number--big {
    font-size: 25px;
    min-width: 35px;
    margin-bottom: auto;
  }
}

@media (max-width: 767px) {
  .slider--company .slider-number-pagination .number--small {
    font-size: 15px;
  }
}

.slider--partners {
  display: none;
  margin: 30px 0;
}

.slider--partners .swiper-button-prev,
.slider--partners .swiper-button-next {
  top: 125px;
}

@media (max-width: 767px) {
  .slider--partners .swiper-button-prev {
    left: -10px;
  }
}

@media (max-width: 767px) {
  .slider--partners .swiper-button-next {
    right: -10px;
  }
}

.slider--reviews {
  padding: 0 54px;
  position: relative;
}

@media (max-width: 575px) {
  .slider--reviews {
    padding: 0 25px;
  }
}

.slider--reviews .swiper-button-prev {
  left: 12px;
}

@media (max-width: 575px) {
  .slider--reviews .swiper-button-prev {
    left: -20px;
  }
}

.slider--reviews .swiper-button-next {
  right: 12px;
}

@media (max-width: 575px) {
  .slider--reviews .swiper-button-next {
    right: -20px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 2;
}

.swiper-button-prev--small,
.swiper-button-next--small {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(../img/image/arrow.png);
}

.swiper-button-prev--black,
.swiper-button-prev--grey,
.swiper-button-prev--white,
.swiper-button-next--black,
.swiper-button-next--grey,
.swiper-button-next--white {
  position: absolute;
  top: 50%;
}

.swiper-button-prev--black,
.swiper-button-next--black {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(../img/image/arrow-slider-black.png);
}

.swiper-button-prev--grey,
.swiper-button-next--grey {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(../img/image/arrow-slider-grey.png);
}

.swiper-button-prev--grey:hover,
.swiper-button-next--grey:hover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(../img/image/arrow-slider-black-small.png);
}

.swiper-button-prev--white,
.swiper-button-next--white {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(../img/image/arrow-white.png);
}

.swiper-button-prev::before,
.swiper-button-prev::after,
.swiper-button-next::before,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev--black,
.swiper-button-prev--grey,
.swiper-button-prev--white {
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.swiper-button-prev--small {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-next--black,
.swiper-button-next--grey,
.swiper-button-next--white {
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  background: transparent;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.slider-number-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.slider-number-pagination .number {
  font-family: "Rubik", sans-serif;
}

.slider-number-pagination .number--big {
  min-width: 70px;
  font-size: 48px;
  font-weight: 900;
  color: #343434;
  line-height: 1;
}

.slider-number-pagination .number--small {
  font-size: 20px;
  font-weight: 400;
  color: #e1e1e1;
}

.slider-number-pagination .divider {
  display: block;
  width: 25px;
  height: 53px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/divider.png);
}

.accordions__wrap,
.newaccordions__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accordions__wrap--gap-30,
.newaccordions__wrap--gap-30 {
  gap: 30px;
}

.accordions__wrap--gap-90,
.newaccordions__wrap--gap-90 {
  gap: 90px;
}

@media (max-width: 767px) {

  .accordions__wrap--gap-90,
  .newaccordions__wrap--gap-90 {
    gap: 20px;
  }
}

.accordion[data-accordion] .accordion__content {
  height: 0;
  overflow: hidden;
}

.accordion[data-animate-item] {
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.accordion[data-animate-item].animateIn {
  opacity: 1;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

.accordion--faq,
.accordion--review {
  border: 15px solid #e9edf1;
}

.accordion--faq {
  padding: 45px 41px 45px;
}

.accordion--faq.active .accordion__content {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .accordion--faq {
    padding: 15px;
  }
}

.accordion--review {
  padding: 45px 41px 45px 129px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .accordion--review {
    padding: 15px;
  }
}

.accordion--review .accordion__title {
  text-decoration: underline;
}

.accordion--review .accordion__title:hover {
  text-decoration: none;
}

.accordion--new {
  padding: 30px;
  background-color: #f3f4f0;
}

.accordion__date {
  font-weight: 700;
  color: #343434;
}

.accordion__title {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #ed1f47;
  margin-bottom: 24px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .accordion__title {
    font-size: 20px;
  }
}

.accordion-toggle__btn {
  font-size: 14px;
  font-weight: 700;
  color: #343434;
  text-transform: uppercase;
  text-decoration: underline;
}

.accordions-question__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
}

.accordion-question .accordion-fold__btn {
  font-weight: 400;
  color: #ee2d52;
  margin-top: 5px;
}

.accordion-question__title {
  font-size: 18px;
  font-weight: 700;
  color: #ed1f47;
  cursor: pointer;
}

.accordion-question__title.active {
  color: #9e9e9e;
}

.accordion-question__content {
  height: 0;
  overflow: hidden;
}

.accordion-question__inner-content {
  font-size: 16px;
  line-height: 1.2;
  color: #3b3b3b;
  background-color: #f6f6f6;
  padding: 30px 34px 27px;
  margin-top: 13px;
}

.accordion-territory__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 80px;
  background-color: #32353e;
  cursor: pointer;
  position: relative;
}

@media (max-width: 767px) {
  .accordion-territory__heading {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 60px;
  }
}

.accordion-territory__heading.active .accordion-territory__toggler {
  background-image: url("../img/image/icon-minus.png");
}

.accordion-territory__title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .accordion-territory__title {
    font-size: 20px;
  }
}

.accordion-territory__toggler {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/icon-plus.png);
}

@media (max-width: 767px) {
  .accordion-territory__toggler {
    right: 20px;
  }
}

.accordion-territory__content {
  height: 0;
  overflow: hidden;
}

.accordion-territory__inner-content {
  padding: 35px 44px;
  border: 1px solid #dce2e6;
  background-color: #fff;
}

@media (max-width: 767px) {
  .accordion-territory__inner-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.accordion-territory__item:not(:first-child) {
  padding-top: 20px;
}

.accordion-territory__item:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeef1;
}

.accordion-territory__item-title {
  display: block;
  font-size: 21px;
  font-weight: 700;
  color: #343434;
  margin-bottom: 17px;
}

.accordion-territory__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

@media (max-width: 767px) {
  .accordion-territory__item-list {
    gap: 10px;
  }
}

.accordion-territory__item-list__item {
  width: calc(25% - 18px);
}

@media (max-width: 767px) {
  .accordion-territory__item-list__item {
    width: calc(50% - 5px);
  }
}

.accordion-territory__item-list__link {
  font-size: 17px;
  text-decoration: underline;
  color: #717171;
  word-break: break-word;
}

.accordion-territory__item-list__link:hover {
  text-decoration: none;
}

.accordions-newquestion__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.newaccordion {
  position: relative;
  -webkit-transition: background-color ease 0.3s;
  -o-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}

.newaccordion--light {
  background-color: #f9f9f9;
}

.newaccordion--dark {
  background-color: #f3f4f0;
}

.newaccordion.active {
  background-color: #f9f9f9;
}

.newaccordion.active .newaccordion__heading {
  padding-bottom: 15px;
}

.newaccordion.active .newaccordion-toggle__btn {
  background-image: url("../img/image/icon-minus-round.svg");
}

.newaccordion__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 767px) {
  .newaccordion__heading {
    padding: 20px;
  }
}

.newaccordion__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .newaccordion__title {
    font-size: 20px;
  }
}

.newaccordion-toggle__btn {
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/icon-plus-round.svg);
}

.newaccordion__content {
  height: 0;
  overflow: hidden;
}

.newaccordion__inner-content {
  font-weight: 300;
  line-height: 1.5;
  padding: 0 30px 30px 30px;
}

@media (max-width: 767px) {
  .newaccordion__inner-content {
    padding: 0 20px 20px 20px;
  }
}

.newaccordion__inner-content p:last-of-type {
  margin-bottom: 0;
}

.newaccordion-fold__btn {
  font-weight: 300;
  line-height: 1.5;
  color: #6f777d;
  margin-top: 15px;
  border-bottom: 1px dashed #6f777d;
}

.content-detail .date {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #343434;
  margin-bottom: 60px;
}

.content--info h2:not(:first-child),
.content--info .h2:not(:first-child),
.content--info h3:not(:first-child),
.content--info .h3:not(:first-child),
.content--info h4:not(:first-child),
.content--info .h4:not(:first-child) {
  margin-top: 25px;
}

.content--info h2,
.content--info .h2 {
  padding-top: 45px;
}

.content--info h3,
.content--info .h3 {
  padding-top: 30px;
}

.content--info figure img,
.content--info img {
  display: block;
  width: auto;
  height: auto;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {

  .content--info figure img,
  .content--info img {
    max-width: 100%;
  }
}

.content--info .gallery figure img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.content--info .images__wrap {
  margin: 25px 0;
}

.content--info .images__wrap[data-items="3"] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}

@media (max-width: 575px) {
  .content--info .images__wrap[data-items="3"] {
    grid-template-columns: repeat(1, 1fr);
  }
}

.content--info .images__wrap img {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.content--info figure img {
  max-width: 100%;
}

.content--info figure.mw-500 {
  max-width: 500px;
}

@media (max-width: 767px) {
  .content--info figure.mw-500 {
    max-width: 100%;
  }
}

.content--info figure.mw-500 img {
  margin: 0;
}

.content--info figure.left {
  float: left;
  margin: 0 40px 0 0;
}

@media (max-width: 767px) {
  .content--info figure.left {
    float: none;
    margin: 25px 0;
  }
}

.content--info figure.right {
  float: right;
  margin: 0 0 0 40px;
}

@media (max-width: 767px) {
  .content--info figure.right {
    float: none;
    margin: 25px 0;
  }
}

.content--info>img,
.content--info figure,
.content--info .newinner-form {
  margin: 25px 0;
}

.content--info blockquote {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  color: #777;
  margin: 35px 0;
  padding: 30px 30px 30px 60px;
  background-color: #f3f4f0;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 35px;
  background-image: url(../img/image/quotation-marks-new.svg);
}

@media (max-width: 575px) {
  .content--info blockquote {
    background-position: 10px 20px;
    padding: 60px 20px 25px 20px;
  }
}

.content--info table {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content--info .video__responsive {
  margin: 25px auto;
}

.content--info .subtitle {
  font-size: 24px;
  line-height: 1.25;
  color: #ed1f47;
  background-color: rgba(237, 31, 71, 0.07);
  padding: 20px;
  margin: 25px 0;
}

.content--info .subtitle+.split {
  display: none;
}

.content--info .section .container {
  padding: 0;
}

.content--info .advantages__item-icon {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.content--768 {
  max-width: 768px;
}

@media (max-width: 991px) {
  .content table {
    display: block;
    padding: 0;
    overflow: auto;
  }
}

.promo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 107px;
  margin-bottom: 77px;
}

@media (max-width: 767px) {
  .promo {
    display: none;
  }
}

.section--bg-light-grey {
  background-color: #f4f8fb;
}

.section--bg-dark-grey {
  background-color: #32353e;
}

.section--mv-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.section--mv-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.section--mv-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.section--mv-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.section--mv-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section--mv-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section--mv-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section--mv-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.section--mv-20 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section--mt-85 {
  margin-top: 85px;
}

.section--mt-80 {
  margin-top: 80px;
}

.section--mt-70 {
  margin-top: 70px;
}

.section--mt-60 {
  margin-top: 60px;
}

.section--mt-50 {
  margin-top: 50px;
}

.section--mt-40 {
  margin-top: 40px;
}

.section--mt-35 {
  margin-top: 35px;
}

.section--mt-25 {
  margin-top: 25px;
}

.section--mb-25 {
  margin-bottom: 25px;
}

.section--mb-20 {
  margin-bottom: 20px;
}

.section--mb-35 {
  margin-bottom: 35px;
}

.section--mb-45 {
  margin-bottom: 45px;
}

.section--mb-50 {
  margin-bottom: 50px;
}

.section--mb-55 {
  margin-bottom: 55px;
}

.section--mb-60 {
  margin-bottom: 60px;
}

.section--mb-70 {
  margin-bottom: 70px;
}

.section--mb-75 {
  margin-bottom: 75px;
}

.section--mb-80 {
  margin-bottom: 80px;
}

.section--mb-90 {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .section--mb-90 {
    margin-bottom: 60px;
  }
}

.section--mb-110 {
  margin-bottom: 110px;
}

.section--mb-120 {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .section--mb-120 {
    margin-bottom: 40px;
  }
}

.section--mb-155 {
  margin-bottom: 155px;
}

@media (max-width: 767px) {
  .section--mb-155 {
    margin-bottom: 25px;
  }
}

.section--pv-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section--pv-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

@media (max-width: 767px) {
  .section--pv-65 {
    padding: 20px 0;
  }
}

.section--pt-100 {
  padding-top: 100px;
}

.section--pt-75 {
  padding-top: 75px;
}

@media (max-width: 767px) {
  .section--pt-75 {
    padding-top: 20px;
  }
}

.section--pb-80 {
  padding-bottom: 80px;
}

.section--pb-55 {
  padding-bottom: 55px;
}

@media (max-width: 767px) {
  .section--pb-55 {
    padding-bottom: 20px;
  }
}

.section__head {
  max-width: 768px;
  margin-bottom: 25px;
}

.section__subtitle {
  display: block;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 25px;
}

.section__text--light {
  /* color: #909ba2; */
}

.section__text--light a {
  color: #abbcc8;
}

.section__text--big {
  font-size: 28px;
}

@media (max-width: 767px) {
  .section__text--big {
    font-size: 24px;
  }
}

.section__text--centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section__text--mb-25 {
  margin-bottom: 25px;
}

.section__text--mb-30 {
  margin-bottom: 30px;
}

.section__text--mw-400 {
  max-width: 400px;
}

.section__desc {
  font-size: 24px;
  color: #333333;
  text-align: center;
}

.section__desc--mt-50 {
  margin-top: 50px;
}

.section__desc--mb-50 {
  margin-bottom: 50px;
}

.section__desc--mb-50 {
  margin-bottom: 50px;
}

.section__desc--mb-75 {
  margin-bottom: 75px;
}

.section__desc--mw-735 {
  max-width: 735px;
}

.section__desc--no-margin p {
  margin: 0;
}

.section__subtext {
  text-align: center;
}

.section__subtext--mt-50 {
  margin-top: 50px;
}

.section__subtext--mb-25 {
  margin-bottom: 25px;
}

.section__subtext--dark {
  color: #333333;
}

.section__subtext p {
  margin: 0;
}

.breadcrumbs {
  width: 100%;
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 30px;
  }
}

.breadcrumbs__item {
  position: relative;
  margin-right: 24px;
  line-height: 1.6;
}

.breadcrumbs__item::before {
  content: "/";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 2px;
  right: -9px;
}

.breadcrumbs__item:last-child {
  margin-right: 0;
}

.breadcrumbs__item:last-child::before {
  display: none;
}

.breadcrumbs__item a {
  color: #777;
  text-decoration: underline;
}

.pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 50px;
}

.pagination .divider {
  display: block;
  width: 25px;
  height: 53px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/divider.png);
}

.pagination__arrow {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(../img/image/arrow.png);
}

.pagination__arrow--prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 10px;
}

.pagination__arrow--next {
  margin-left: 10px;
}

.pagination__current {
  min-width: 70px;
  font-family: "Rubik", sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #343434;
  line-height: 1;
}

.pagination__last {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #e1e1e1;
}

.social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

.social__item-image {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 767px) {
  .social__item-image {
    max-width: 70%;
    max-height: 70%;
  }
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  max-width: 1016px;
  width: 100%;
  max-height: 100vh;
  background-color: #fff;
  z-index: 10;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.modal:not(.modal--no-bg)::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/image-content/modal-bg.png);
}

.modal.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {

  .modal--ask-question .modal__heading,
  .modal--send-request .modal__heading {
    padding: 15px 55px;
  }
}

@media (max-width: 767px) {

  .modal--ask-question .modal__title,
  .modal--send-request .modal__title {
    font-size: 25px;
  }
}

.modal--ask-question .modal__container,
.modal--send-request .modal__container {
  padding-left: 420px;
}

@media (max-width: 767px) {

  .modal--ask-question .modal__container,
  .modal--send-request .modal__container {
    padding: 15px;
  }
}

@media (max-width: 767px) {

  .modal--ask-question .modal__logo,
  .modal--ask-question .modal__image,
  .modal--send-request .modal__logo,
  .modal--send-request .modal__image {
    display: none;
  }
}

.modal--ask-question .modal__logo,
.modal--send-request .modal__logo {
  width: 189px;
  height: 38px;
  position: absolute;
  top: 60px;
  left: 113px;
}

.modal--ask-question .modal__image,
.modal--send-request .modal__image {
  position: absolute;
  bottom: 0;
}

.modal--ask-question .modal__content,
.modal--send-request .modal__content {
  max-width: 380px;
}

@media (max-width: 767px) {

  .modal--ask-question .modal__content,
  .modal--send-request .modal__content {
    max-width: 100%;
  }
}

.modal--ask-question .input__area,
.modal--send-request .input__area {
  margin-bottom: 25px;
}

.modal--ask-question .inputholder__textarea,
.modal--send-request .inputholder__textarea {
  min-height: 105px;
}

.modal--ask-question .form__buttonholder,
.modal--send-request .form__buttonholder {
  margin-top: 40px;
  margin-left: 0;
}

.modal--ask-question .form__policy,
.modal--send-request .form__policy {
  margin-top: 14px;
}

.modal--ask-question .modal__image {
  width: 413px;
  height: 450px;
  left: 33px;
}

.modal--send-request .modal__image {
  width: 348px;
  height: 411px;
  left: 0;
}

.modal--callback .modal__container,
.modal--subscribe .modal__container {
  padding: 50px 205px 15px 528px;
}

@media (max-width: 991px) {

  .modal--callback .modal__container,
  .modal--subscribe .modal__container {
    padding: 50px 55px 15px 440px;
  }
}

@media (max-width: 767px) {

  .modal--callback .modal__container,
  .modal--subscribe .modal__container {
    padding: 15px;
  }
}

.modal--callback .modal__image,
.modal--subscribe .modal__image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 499px;
  height: 435px;
}

@media (max-width: 767px) {

  .modal--callback .modal__image,
  .modal--subscribe .modal__image {
    display: none;
  }
}

.modal--callback .modal__content,
.modal--subscribe .modal__content {
  max-width: 280px;
}

@media (max-width: 767px) {

  .modal--callback .modal__content,
  .modal--subscribe .modal__content {
    margin: 0 auto;
  }
}

.modal--callback .input__area,
.modal--subscribe .input__area {
  margin-bottom: 36px;
}

.modal--callback .modal__logo,
.modal--subscribe .modal__logo {
  margin: 45px auto 0;
}

@media (max-width: 767px) {

  .modal--callback .modal__logo,
  .modal--subscribe .modal__logo {
    display: none;
  }
}

.modal--callback .modal__image {
  position: absolute;
  bottom: 0;
  left: 90px;
  width: 333px;
  height: 463px;
}

@media (max-width: 991px) {
  .modal--callback .modal__image {
    left: 50px;
  }
}

@media (max-width: 767px) {
  .modal--callback .modal__image {
    display: none;
  }
}

.modal--lightbox {
  width: auto;
  max-width: 1200px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width: 991px) {
  .modal--lightbox {
    max-width: 100%;
  }
}

.modal--lightbox::-webkit-scrollbar {
  display: none;
}

.modal--lightbox .modal__heading {
  padding: 35px 152px;
  min-height: 94px;
}

@media (max-width: 767px) {
  .modal--lightbox .modal__heading {
    padding: 90px 35px 35px;
  }
}

.modal--lightbox .modal__title {
  font-size: 18px;
  text-transform: none;
}

.modal--lightbox .modal__container {
  padding: 0;
  max-height: 100%;
  overflow: hidden;
}

.modal--lightbox .modal__image-wrap {
  max-width: 100%;
  height: auto;
}

.modal--lightbox .modal__image-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0;
}

.modal--lightbox .modal__arrows {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

.modal--lightbox .modal__arrow {
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(../img/image/arrow-white.png);
  background-color: #222732;
}

.modal--lightbox .modal__arrow--prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal--thanks .modal__heading {
  padding: 32px 83px 41px;
}

@media (max-width: 767px) {
  .modal--thanks .modal__heading {
    padding: 0;
  }
}

.modal--thanks .modal__title,
.modal--thanks .modal__subtitle {
  text-align: left;
}

@media (max-width: 767px) {

  .modal--thanks .modal__title,
  .modal--thanks .modal__subtitle {
    padding: 15px;
  }
}

.modal--thanks .modal__subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .modal--thanks .modal__subtitle {
    font-size: 18px;
    background-color: #1b1f2a;
  }
}

.modal--thanks-pass .modal__heading {
  padding-top: 33px;
  padding-bottom: 33px;
}

@media (max-width: 767px) {
  .modal--thanks-pass .modal__heading {
    padding: 15px;
  }
}

.modal--thanks-pass .modal__title {
  font-size: 24px;
  text-transform: none;
}

@media (max-width: 767px) {
  .modal--thanks-pass .modal__title {
    font-size: 18px;
    text-align: left;
  }
}

.modal--video .modal__container {
  padding: 84px 24px 24px;
}

.modal--notification-copy {
  top: auto;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 280px;
  padding: 10px 15px;
  background-color: #424243;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal--notification-copy.active {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

.modal--notification-copy::before {
  display: none;
}

@media (max-width: 767px) {
  .modal--notification-copy {
    bottom: 70px;
  }
}

.modal--notification-copy .modal__text {
  font-family: "Calibri", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
  max-width: 146px;
  margin-bottom: 0;
}

.modal--notification-copy .modal__close {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal--partner {
  max-width: 693px;
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.29);
}

.modal--partner .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}

.modal--partner .modal__content {
  padding: 60px 65px 50px;
  color: #373534;
}

@media (max-width:767px) {
  .modal--partner .modal__content {
    padding: 50px 30px 30px;
  }
}

.modal--partner__info-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.13;
}

.modal--partner__info-list {
  margin-top: 10px;
  line-height: 1.7;
  font-weight: 400;
}

.modal--partner__info-item-title {
  font-size: 18px;
  font-weight: bold;
}

.modal .input__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

.modal .inputholder__input,
.modal .inputholder__textarea {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #afafaf;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  border-radius: 4px;
  padding: 12px 15px 13px;
}

.modal .inputholder__input:focus,
.modal .inputholder__textarea:focus {
  border-color: #51cbee;
}

.modal .inputholder__input[data-required] {
  background-repeat: no-repeat;
  background-position: top 50% right 16px;
  background-size: auto;
  background-image: url(../img/image/icon-star.png);
}

.modal .fileupload__button {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #afafaf;
  text-decoration: underline;
}

.modal .form__policy {
  display: block;
  font-size: 10px;
  margin-top: 14px;
}

.modal .form__policy a {
  color: #909ba2;
  text-decoration: underline;
}

.modal .submit__btn {
  font-size: 14px;
  padding-left: 72px;
  padding-right: 72px;
  min-height: 50px;
  border-radius: 25px;
}

.modal__logo {
  width: 189px;
  height: 38px;
}

.modal__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal__image img {
  display: block;
  width: 100%;
  height: auto;
}

.modal__close {
  width: 117px;
  height: 93px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
}

@media (max-width: 767px) {
  .modal__close {
    width: 61px;
    height: 61px;
  }
}

.modal__close:hover::before {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.modal__close::before {
  content: "";
  background: url(../img/image/icon-cross.png) no-repeat 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal__close-gray::before {
  background: url(../img/image/icon-cross-gray.svg) no-repeat 50% 50%;
}

.modal__container-wrap {
  position: relative;
}

.modal__container {
  padding: 40px;
  background-color: #1b1f2a;
}

.modal__content {
  position: relative;
}

.modal__heading {
  background-color: #ed1f47;
  padding: 48px 0;
}

@media (max-width: 767px) {
  .modal__heading {
    padding: 15px 50px;
  }
}

.modal__title {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 767px) {
  .modal__title {
    font-size: 25px;
  }
}

.modal__text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #afafaf;
  line-height: 1.3;
  margin-bottom: 11px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 9;
}

[data-modal-open] {
  cursor: pointer;
}

.table__wrap {
  padding: 15px 0;
  margin-bottom: 22px;
}

.auxiliary-equipment__table td:nth-child(1) {
  width: 350px;
}

.requisites__table {
  margin-bottom: 0;
}

.requisites__table+.small-download-link {
  margin-top: 15px;
}

@media (max-width: 575px) {
  .requisites__table tbody {
    display: block;
  }
}

@media (max-width: 575px) {
  .requisites__table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.requisites__table tbody td:nth-child(1) {
  width: 270px;
  text-align: right;
}

@media (max-width: 575px) {
  .requisites__table tbody td:nth-child(1) {
    width: 100%;
    text-align: left;
    padding: 10px 15px 5px 15px;
  }
}

.requisites__table tbody td:nth-child(1) span,
.requisites__table tbody td:nth-child(1) p {
  font-weight: 700;
}

.requisites__table tbody td:nth-child(2) {
  padding-left: 10px;
}

.requisites__table tbody td:nth-child(2) span,
.requisites__table tbody td:nth-child(2) p {
  color: #6f777d;
}

@media (max-width: 575px) {
  .requisites__table tbody td:nth-child(2) {
    width: 100%;
    text-align: left;
    padding: 5px 15px 10px 15px;
  }
}

.references__table {
  margin-top: 45px;
}

@media (max-width: 991px) {
  .references__table {
    display: block;
    overflow: auto;
  }
}

.references__table table {
  width: 950px;
}

@media (max-width: 767px) {
  .references__table table {
    display: table;
  }
}

.references__table table tr:not(.category-row):hover td {
  background-color: #ebebeb;
}

.references__table table tr:not(.category-row) td:nth-child(1) {
  width: 92px;
}

.references__table table tr:not(.category-row) td:nth-child(2) {
  width: 92px;
}

.references__table table tr:not(.category-row) td:nth-child(3) {
  width: 86px;
}

.references__table table tr:not(.category-row) td:nth-child(4) {
  width: 105px;
}

.references__table table tr:nth-child(even) td {
  background-color: #fff;
}

.references__table table tr:nth-child(odd) td {
  background-color: #f2f4f9;
}

.references__table table tr td.category {
  padding-top: 31px;
  padding-bottom: 31px;
  background-color: #b4bcc3;
}

.references__table table tr td.category p,
.references__table table tr td.category span {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.references__table table tr td.empty {
  padding-top: 20px;
  padding-bottom: 20px;
}

.references__table table .image__wrap {
  width: 200px;
  height: auto;
  margin: 0 auto;
}

.references__table table .image__wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.references__table table .text--centered {
  text-align: center;
}

.price__table tbody {
  text-align: center;
}

.price__table tbody td:last-child {
  display: flex;
  justify-content: end;
}

.services-tables .price__table tbody td:last-child {
  padding: 7px 50px 7px 50px;
}

@media (max-width: 767px) {
  .services-tables .price__table {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
}

.services-tables .price__table:first-of-type {
  margin-bottom: 50px;
}

.services-tables .price__table td:first-of-type {
  text-align: left;
}

@media (max-width: 767px) {
  .services-tables .price__table td:nth-child(1) {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .services-tables .price__table td:nth-child(2) {
    width: 30%;
    padding: 7px 10px 47px 20px;
  }
}

.services-tables .price__table thead td {
  padding: 14px 0 14px 40px;
}

@media (max-width: 767px) {
  .services-tables .price__table thead td {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .services-tables .price__table tbody tr {
    position: relative;
  }
}

.services-tables .price__table tbody td {
  padding: 7px 0 7px 50px;
}

@media (max-width: 767px) {
  .services-tables .price__table tbody td {
    padding: 7px 0 47px 20px;
  }
}

@media (max-width: 767px) {
  .services-tables .price__table tbody td:nth-child(3) {
    display: block;
    position: absolute;
    bottom: 14px;
    left: 20px;
    padding: 0;
  }
}

.services-tables .price__table tbody td span {
  font-size: 18px;
  font-weight: 400;
  color: #343434;
}

.services-price__table {
  margin-top: 45px;
}

.services-price__table tr.category-row td {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-color: #6f777d;
  vertical-align: middle;
}

.services-price__table tr.category-row td:first-child,
.services-price__table tr.category-row td:last-child {
  padding-left: 10px;
  padding-right: 10px;
}

.services-price__table tr:not(.category-row) td:nth-child(1) {
  width: 100%;
}

.services-price__table tr:not(.category-row) td:nth-child(2) {
  min-width: 135px;
}

@media (max-width: 767px) {
  .services-price__table tr:not(.category-row) td:nth-child(2) {
    min-width: 90px;
  }
}

.services-price__table td:nth-child(2) {
  text-align: center;
}

.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {

  .tabs__nav:not(.tabs__nav--line),
  .tabs__nav:not(.tabs__nav--small) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {

  .tabs__nav:not(.tabs__nav--line) .tabs__nav-item,
  .tabs__nav:not(.tabs__nav--small) .tabs__nav-item {
    width: 100%;
    font-size: 20px;
  }
}

.tabs__nav--grey .tabs__nav-item,
.tabs__nav--grey .tabs__nav-item--small {
  color: #909ba2;
  background-color: #e9edf1;
}

.tabs__nav--no-margin {
  margin: 0;
}

.tabs__nav-item {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-color: #eaeef1;
  color: #343434;
  padding: 9px 28px 11px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.tabs__nav-item.active,
.tabs__nav-item:hover {
  background-color: #ed1f47;
  color: #fff;
}

.tabs__nav--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  gap: 72px;
}

@media (max-width: 767px) {
  .tabs__nav--line {
    gap: 42px;
  }
}

.tabs__nav-item--line {
  width: calc(50% - 36px);
  font-family: "BebasNeueBold", sans-serif;
  font-size: 36px;
  color: #6f777d;
  text-transform: uppercase;
  padding-bottom: 5px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-bottom: 5px solid transparent;
}

@media (max-width: 767px) {
  .tabs__nav-item--line {
    width: calc(50% - 21px);
    font-size: 24px;
  }
}

.tabs__nav-item--line.active,
.tabs__nav-item--line:hover {
  color: #343434;
  border-color: #ed1f47;
}

.tabs__nav-item--line:nth-child(1) {
  text-align: right;
}

.tabs__nav-item--line:nth-child(2) {
  text-align: left;
}

.tabs__fold {
  display: none;
}

.tabs__fold.open {
  display: block;
}

.tabs__nav--small {
  gap: 15px;
}

.tabs__nav-item--small {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #777;
  padding: 9px 19px;
  background-color: #fff;
  border: 2px solid #e9edf1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 767px) {
  .tabs__nav-item--small {
    width: 100%;
  }
}

.tabs__nav-item--small.active,
.tabs__nav-item--small:hover {
  color: #fff;
  background-color: #ed1f47;
  border-color: #ed1f47;
}

.error404>.container {
  position: relative;
}

.error404 .return-to-index__btn {
  padding-left: 72px;
  padding-right: 72px;
}

.error404__content {
  padding: 35px 15px 0;
}

h1.error404__uppertitle,
.h2.error404__subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Arial", sans-serif;
  font-size: 48px;
}

@media (max-width: 767px) {

  h1.error404__uppertitle,
  .h2.error404__subtitle {
    font-size: 25px;
  }
}

h1.error404__uppertitle[data-animate-item],
.h2.error404__subtitle[data-animate-item] {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

h1.error404__uppertitle[data-animate-item].animateIn,
.h2.error404__subtitle[data-animate-item].animateIn {
  opacity: 1;
  visibility: visible;
}

h1.error404__uppertitle {
  margin: 0 0 0 60px;
}

@media (max-width: 767px) {
  h1.error404__uppertitle {
    margin: 0 0 20px 0;
  }
}

h1.error404__uppertitle[data-animate-item] {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

h1.error404__uppertitle[data-animate-item].animateIn {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.h2.error404__subtitle {
  position: absolute;
  bottom: 0;
  right: 50px;
  color: #b0b6c6;
}

@media (max-width: 767px) {
  .h2.error404__subtitle {
    display: none;
  }
}

.h2.error404__subtitle[data-animate-item] {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.h2.error404__subtitle[data-animate-item].animateIn {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.error404__image-wrap {
  width: 100%;
  height: 266px;
  margin: 0 auto 34px;
  position: relative;
}

@media (max-width: 767px) {
  .error404__image-wrap {
    height: 0;
    padding-bottom: 72%;
  }
}

.error404__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-intro {
  margin-bottom: 45px;
}

.about-intro .visit-laboratory__btn {
  margin-top: 25px;
  margin-left: auto;
}

.about-intro__image-wrap {
  width: 391px;
  max-width: 100%;
  height: auto;
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  float: left;
}

.about-intro__image {
  width: 100%;
  height: auto;
}

.about-intro__content {
  padding-top: 25px;
}

.about-intro__text p:not(:last-child) {
  margin-bottom: 30px;
}

.about-intro__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #333333;
  margin-top: 30px;
}

.advantages__items-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 28px;
}

@media (max-width: 767px) {
  .advantages__items-wrap {
    grid-template-columns: auto;
    gap: 0;
  }
}

.advantages__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 20px 20px 0;
}

.advantages__item[data-animate-item] {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.advantages__item[data-animate-item]:nth-child(odd) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.advantages__item[data-animate-item]:nth-child(odd).animateIn {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

.advantages__item[data-animate-item]:nth-child(even) {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.advantages__item[data-animate-item]:nth-child(even).animateIn {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

.advantages__item[data-animate-item].animateIn {
  opacity: 1;
  visibility: visible;
}

.advantages__item-icon__wrap {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .advantages__item-icon__wrap {
    width: 60px;
    height: 60px;
  }
}

.advantages__item-icon {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.advantages__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.advantages__item-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: #6f777d;
}

h3.advantages__item-title {
  font-family: "Calibri", sans-serif;
}

.advantages__item-text {
  font-weight: 300;
  color: #909ba2;
}

.alert--video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  /* bottom: 0; */
  bottom: 50%;

  left: 0;
  width: 326px;
  height: 199px;
  background-color: rgba(33, 33, 33, 0.62);
  border: 3px solid rgba(255, 255, 255, 0.24);
  z-index: 6;
}

@media (max-width: 767px) {
  .alert--video {
    display: none;
  }
}

.alert--video .play__btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/icon-play.png);
  margin-bottom: 25px;
}

.alert .alert__title {
  display: block;
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.close-alert__btn {
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
  color: #fff;
  z-index: 3;
}

.alert__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  background-image: url(../img/image/icon-cross.png);
}

.appliances {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #262a35;
}

@media (max-width: 767px) {
  .appliances {
    padding-top: 15px;
    padding-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .appliances>.container {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .appliances h2 {
    font-size: 25px;
  }
}

.appliances .section__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .appliances .section__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.section__heading-text {
  max-width: 312px;
  border-left: 5px solid #ed1f47;
  padding: 3px 0 15px 22px;
  color: #abbcc8;
}

@media (max-width: 767px) {
  .section__heading-text {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
  }
}

.appliances__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .appliances__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.appliances__item-image__wrap {
  width: 377px;
  height: 205px;
}

.appliances__item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.appliances__item-text {
  width: 100%;
  max-width: 355px;
  color: #abbcc8;
}

.appliances-nav__item {
  position: relative;
  cursor: pointer;
}

.appliances-nav__item-number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 150px;
  font-weight: 700;
  color: rgba(150, 165, 176, 0.4);
}

.appliances-nav__item-title {
  font-size: 15px;
  font-weight: 700;
  color: #abbcc8;
  border-bottom: 2px dotted rgba(150, 165, 176, 0.4);
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  margin-bottom: 30px;
}

.author__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 12px;
}

.author__date {
  font-size: 18px;
  font-weight: 700;
  color: #343434;
}

.author__image-wrap {
  width: 116px;
  height: 116px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 575px) {
  .author__image-wrap {
    width: 80px;
    height: 80px;
  }
}

.author__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.author__title,
.author__name {
  display: block;
  font-style: italic;
  line-height: 1.1;
}

.author__title {
  color: #b4bcc3;
  margin-bottom: 5px;
}

.author__name {
  color: #777777;
}

.banner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 295px;
  min-height: 801px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .banner__item {
    height: 0;
    min-height: auto;
    padding: 0 0 100% 0;
  }
}

.banner__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 47, 56, 0.85);
  z-index: 1;
}

.banner__item::after {
  content: "";
  background: url(../img/image/banner-item-decor.png) no-repeat;
  width: 293px;
  height: 752px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 350px;
  z-index: 1;
}

.banner__item .get-price__btn {
  font-family: "Roboto", sans-serif;
  background-color: rgba(237, 31, 71, 0.85);
  margin-top: 30px;
}

.banner__item-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner__item-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-box-orient: vertical; */
    -webkit-box-direction: normal;
/*     -ms-flex-direction: column; */
    position: relative;
    flex-wrap: wrap;
    z-index: 2;
	gap: 10px;
}

@media (max-width: 767px) {
  .banner__item-content {
    width: calc(100% - 60px);
    padding: 77px 0;
    position: absolute;
    top: 50%;
    left: calc(50% + 15px);
	   -webkit-box-orient: vertical;
    
    -ms-flex-direction: column;
  }
}

.banner__item-title {
  font-family: "BebasNeueBold", sans-serif;
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  max-width: 700px;
}

@media (max-width: 767px) {
  .banner__item-title {
    font-size: 24px;
  }
}

.banner__item-text {
  font-family: "OpenSans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.company-advantages__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 45px;
}

.company-advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(33.3% - 30px);
  max-width: 30%;
}

@media (max-width: 991px) {
  .company-advantages__item {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .company-advantages__item {
    width: calc(100% - 30px);
    max-width: 100%;
  }
}

.company-advantages__item-icon__wrap {
  width: 70px;
  height: 70px;
}

.company-advantages__item-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.company-advantages__item-title {
  font-size: 24px;
  color: #333;
  text-align: center;
}

.company-intro>.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media (max-width: 767px) {
  .company-intro>.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.company-intro .projects__items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 484px;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .company-intro .projects__items-wrap {
    width: 320px;
  }
}

@media (max-width: 767px) {
  .company-intro .projects__items-wrap {
    width: 100%;
  }
}

.company-intro a.projects__item {
  height: 224px;
}

@media (max-width: 767px) {
  .company-intro a.projects__item {
    height: 224px;
    padding-bottom: 0;
  }
}

.company-intro__text {
  font-size: 20px;
  text-align: center;
  padding-top: 25px;
}

.contacts__blocks-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
}

@media (max-width: 992px) {
    .contacts__blocks-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .contacts__blocks-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.contacts__blocks-wrap .order-pass__btn {
    margin-top: 50px;
}

.contacts__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
}

.contacts__block:nth-child(-n+3) .contacts__item-content {
    display: flex;
    align-items: center;
}

/* УБРАНО grid-column: 1/-1; чтобы не ломать 3 колонки */

.contacts__block:nth-child(4) .contacts__item-content span:last-of-type {
    display: inline-flex;
    vertical-align: middle;
}

.contacts__block:nth-child(4) .contacts__item-content a {
    color: #536185;
    text-decoration: underline;
}

.contacts__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.contacts__item-icon__wrap {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}

.contacts__item-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.contacts__item__title,
.contacts__item-content a,
.contacts__item-content p,
.contacts__item-content span {
  font-size: 18px;
}

.contacts__item__title {
  font-weight: 700;
  color: #333;
}

.contacts__item-content {
  font-weight: 400;
}

.contacts__item-content span {
  display: block;
}

.contacts__item-content a {
  color: #6f777d;
  text-decoration: none;
}

.contacts__item-content .divider {
  margin: 0 5px;
}

.contacts-route .section__text {
  font-size: 24px;
  font-weight: 300;
  color: #909ba2;
}

.order-pass {
  display: none;
}

.order-pass .tabs {
  padding: 37px 81px 15px;
  border: 2px solid #e9edf1;
}

@media (max-width: 767px) {
  .order-pass .tabs {
    padding: 27px 21px 15px;
  }
}

.order-pass [data-tabs-fold] .inputholder__input {
  text-align: center;
  color: #343434;
  padding-left: 15px;
  padding-right: 15px;
}

.order-pass [data-tabs-fold] .inputholder__input::-webkit-input-placeholder {
  color: #343434;
}

.order-pass [data-tabs-fold] .inputholder__input::-moz-placeholder {
  color: #343434;
}

.order-pass [data-tabs-fold] .inputholder__input:-ms-input-placeholder {
  color: #343434;
}

.order-pass [data-tabs-fold] .inputholder__input::-ms-input-placeholder {
  color: #343434;
}

.order-pass [data-tabs-fold] .inputholder__input::placeholder {
  color: #343434;
}

.order-pass [data-tabs-fold] .input__area {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

@media (max-width: 767px) {
  .order-pass [data-tabs-fold] .input__area {
    grid-template-columns: repeat(1, 1fr);
  }
}

.order-pass [data-tabs-fold=foot] .inputholder:nth-child(5) {
  /* .order-pass [data-tabs-fold=foot] .inputholder:nth-child(1),  */
  grid-column: 1/-1;
}

.order-pass [data-tabs-fold=car] .inputholder:nth-child(3),
.order-pass [data-tabs-fold=car] .inputholder:nth-child(6) {
  grid-column: 1/-1;
}

.order-pass .input__area [data-required] {
  background-repeat: no-repeat;
  background-position: top 50% left 92%;
  background-size: auto;
  background-image: url(../img/image/icon-star-red.png);
}

.order-pass .datepicker {
  background-image: url(../img/image/icon-calendar.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

.carnumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 59px;
  margin-bottom: 24px;
  text-align: center;
  position: relative;
  gap: 20px;
}

@media (max-width: 767px) {
  .carnumber {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

.carnumber .form-item__title {
  font-size: 18px;
  color: #343434;
}

@media (max-width: 767px) {
  .carnumber .form-item__title {
    display: block;
    margin: 0 0 10px;
  }
}

.carnumber .form-item__field {
  background: #fff;
  border: 2px solid #3c3c3c;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 270px;
  height: 59px;
  margin: 0;
  padding: 0 16px;
  position: relative;
}

@media (max-width: 767px) {
  .carnumber .form-item__field {
    width: 248px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.carnumber .form-item__field::before {
  content: "";
  position: absolute;
  top: 0;
  right: 72px;
  width: 2px;
  height: 55px;
  background: #3c3c3c;
}

.carnumber .form-item__field>input,
.carnumber .form-item__field>textarea {
  width: 100%;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  color: #343434;
}

.carnumber .form-item__field .error-text {
  width: 100%;
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.carnumber input {
  float: left;
  height: 55px;
  font-family: "Calibri", sans-serif;
  font-size: 24px;
  color: #343434;
  text-align: center;
}

.carnumber [data-required] {
  background-image: none;
}

[data-carnumber=standart] input:nth-of-type(1) {
  width: 20px;
  height: 49px;
  margin: 6px 0 0;
}

[data-carnumber=standart] input:nth-of-type(2) {
  width: 100px;
  height: 48px;
  margin: 0 0 0 13px;
  font-size: 41px;
  font-weight: 300;
  letter-spacing: 12px !important;
}

@media (max-width: 767px) {
  [data-carnumber=standart] input:nth-of-type(2) {
    width: 93px;
    margin: 0;
    font-size: 35px;
    letter-spacing: 1px !important;
  }
}

[data-carnumber=standart] input:nth-of-type(3) {
  width: 35px;
  height: 49px;
  margin: 6px 0 0;
}

[data-carnumber=standart] input:nth-of-type(4) {
  float: right;
  margin: 0 -4px 0 0;
  width: 48px;
  height: 32px;
  letter-spacing: 3px !important;
}

[data-carnumber=nonstandart] {
  display: none;
}

[data-carnumber=nonstandart] .form-item__field::before {
  display: none;
}

[data-carnumber=nonstandart] input:nth-of-type(1) {
  width: 46px;
  height: 52px;
  margin: 0 0 0 3px;
  font-size: 33px;
  font-weight: 300;
}

@media (max-width: 767px) {
  [data-carnumber=nonstandart] input:nth-of-type(1) {
    margin: 0;
    font-size: 28px;
  }
}

[data-carnumber=nonstandart] input:nth-of-type(2) {
  width: 111px;
  height: 52px;
  font-size: 33px;
  font-weight: 300;
}

@media (max-width: 767px) {
  [data-carnumber=nonstandart] input:nth-of-type(2) {
    width: 88px;
    font-size: 28px;
  }
}

[data-carnumber=nonstandart] input:nth-of-type(3) {
  width: 73px;
  height: 52px;
  font-size: 33px;
  font-weight: 300;
}

@media (max-width: 767px) {
  [data-carnumber=nonstandart] input:nth-of-type(3) {
    font-size: 28px;
  }
}

.carnumber-flag {
  height: 11px;
  position: absolute;
  bottom: 5px;
  right: 17px;
  padding: 3px 18px 0 0;
  font-size: 12px;
  line-height: 1px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  text-align: right;
  background: url(../img/image/ru-flag.jpg) no-repeat 100% 0;
}

.toggle-carnumber__btn {
  max-width: 120px;
  font-family: "Calibri", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ed1f47;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
  line-height: 0.9;
}

@media (max-width: 767px) {
  .toggle-carnumber__btn {
    max-width: 100%;
    margin: 10px 0 0 0;
  }
}

.guests .add-guest__btn {
  height: 46px;
  font-family: "Calibri", sans-serif;
  font-size: 18px;
  line-height: 46px;
  text-transform: uppercase;
  text-align: center;
  color: #6f777d;
  border: 2px solid #e9edf1;
  border-radius: 3px;
  background: #fff url(../img/image/icon-plus-grey.png) no-repeat 98% 50%;
  cursor: pointer;
}

.guests__item {
  background: rgba(111, 119, 125, 0.08);
  border: 2px solid #e9edf1;
  border-radius: 8px;
  margin: 0 0 12px;
  padding: 12px 17px 19px;
  position: relative;
  text-align: center;
}

.guests__item .remove-guest__btn {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/image/icon-cross-red.png) no-repeat 50%;
  cursor: pointer;
}

.guests__item-title {
  font-family: "Calibri", sans-serif;
  font-size: 18px;
  color: #6f777d;
  text-transform: uppercase;
  margin: 0 0 9px;
}

.docs__items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 70px 55px;
}

@media (max-width: 767px) {
  .docs__items-wrap {
    gap: 35px 60px;
  }
}

.docs__items-wrap[data-items="2"] .docs__item {
  width: calc(33.3% - 35px);
}

@media (max-width: 991px) {
  .docs__items-wrap[data-items="2"] .docs__item {
    width: calc(50% - 40px);
  }
}

@media (max-width: 575px) {
  .docs__items-wrap[data-items="2"] .docs__item {
    width: 100%;
  }
}

.docs__items-wrap .docs__item {
  width: calc(33.3% - 40px);
}

@media (max-width: 991px) {
  .docs__items-wrap .docs__item {
    width: calc(50% - 40px);
  }
}

@media (max-width: 575px) {
  .docs__items-wrap .docs__item {
    width: 100%;
  }
}

.docs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.docs__item[data-animate-item] {
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.docs__item[data-animate-item].animateIn {
  opacity: 1;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

.docs__item-image__wrap {
  border: 15px solid #e9edf1;
}

.docs__item-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.docs__item-title {
  font-size: 18px;
  font-style: italic;
  color: #393939;
  text-align: center;
}

.faq__items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.fileupload__button {
  cursor: pointer;
}

.fileupload__input {
  display: none;
}

.fileupload__item-title {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #afafaf;
}

.flipbook-wrapper {
  display: block;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
}

@media (min-width: 768px) {
  .flipbook-wrapper {
    display: block;
  }

}

.flipbook-wrapper .previous-button,
.flipbook-wrapper .next-button {
  background: url("../img/image/arrow-presentation-next.png") no-repeat;
  width: 32px;
  height: 60px;
  margin: auto;
  position: absolute;
  right: -32px;
  top: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}

.flipbook-wrapper .previous-button {
  background-image: url("../img/image/arrow-presentation-prev.png");
  left: -32px;
  right: auto;
}

.flipbook-viewport {
  position: relative;
}

.flipbook-viewport .page {
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.flipbook .page {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.flipbook-viewport .page img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}

.flipbook-viewport .shadow {
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  -webkit-box-shadow: 0 0 20px #ccc;
  box-shadow: 0 0 20px #ccc;
}

.gallery {
  padding: 20px 0;
  margin-top: 25px;
}

.gallery:not(:last-child) {
  margin-bottom: 25px;
}

.gallery--mb-30 {
  margin-top: 30px;
}

.gallery--mb-30:not(:last-child) {
  margin-bottom: 30px;
}

.gallery[data-items="3"] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 28px;
}

@media (max-width: 767px) {
  .gallery[data-items="3"] {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }
}

.gallery[data-items="3"] figure {
  padding-bottom: 66.2%;
}

.gallery[data-items="4"] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 23px;
}

@media (max-width: 767px) {
  .gallery[data-items="4"] {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.gallery[data-items="4"] figure {
  padding-bottom: 100%;
}

.gallery--gap-40[data-items="3"],
.gallery--gap-40[data-items="4"] {
  gap: 40px;
}

@media (max-width: 767px) {

  .gallery--gap-40[data-items="3"],
  .gallery--gap-40[data-items="4"] {
    gap: 14px;
  }
}

.gallery--gap-25[data-items="3"],
.gallery--gap-25[data-items="4"] {
  gap: 25px;
}

@media (max-width: 767px) {

  .gallery--gap-25[data-items="3"],
  .gallery--gap-25[data-items="4"] {
    gap: 14px;
  }
}

.gallery--mv-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.gallery figure {
  height: 0;
  margin: 0;
  position: relative;
}

.gallery figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.iconblocks .section__title:not(.h2) {
  display: block;
  font-size: 23px;
  font-weight: 700;
  color: #343434;
  line-height: 1;
  margin-bottom: 10px;
}

.iconblocks__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 25px;
}

@media (max-width: 480px) {
  .iconblocks__wrap {
    gap: 12px 25px;
  }
}

.iconblocks__wrap--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 25px 24px;
}

@media (max-width: 480px) {
  .iconblocks__wrap--left {
    gap: 0 12px;
  }
}

.iconblocks__wrap--left .iconblocks__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(25% - 19px);
}

@media (max-width: 991px) {
  .iconblocks__wrap--left .iconblocks__item {
    width: calc(33.3% - 19px);
  }
}

@media (max-width: 575px) {
  .iconblocks__wrap--left .iconblocks__item {
    width: calc(50% - 19px);
  }
}

@media (max-width: 480px) {
  .iconblocks__wrap--left .iconblocks__item {
    width: calc(50% - 6px);
  }
}

.iconblocks__wrap--left .iconblocks__item-title {
  text-align: left;
}

.iconblocks__wrap[data-items="3"] .iconblocks__item {
  width: calc(33.3% - 25px);
}

@media (max-width: 767px) {
  .iconblocks__wrap[data-items="3"] .iconblocks__item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 575px) {
  .iconblocks__wrap[data-items="3"] .iconblocks__item {
    width: calc(100% - 20px);
  }
}

.iconblocks__wrap--small .iconblocks__item {
  max-width: 170px;
}

.iconblocks__item {
  width: calc(25% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0;
  gap: 14px;
}

@media (max-width: 991px) {
  .iconblocks__item {
    width: calc(33.3% - 20px);
  }
}

@media (max-width: 575px) {
  .iconblocks__item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .iconblocks__item {
    width: calc(100% - 20px);
  }
}

.iconblocks__item:not(.iconblocks__item--no-hover):hover .iconblocks__item-image:not(.iconblocks__item-image--hover) {
  opacity: 0;
  visibility: hidden;
}

.iconblocks__item:not(.iconblocks__item--no-hover):hover .iconblocks__item-image--hover {
  opacity: 1;
  visibility: visible;
}

.iconblocks__item-image__wrap {
  width: 90px;
  height: 90px;
  position: relative;
}

.iconblocks__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.iconblocks__item-image--hover {
  opacity: 0;
  visibility: hidden;
}

.iconblocks__item-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #909ba2;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .iconblocks__item-title {
    font-size: 14px;
    word-break: break-word;
  }
}

.incut-form {
  background-color: #262a35;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.incut-form>.container {
  padding-top: 85px;
  padding-bottom: 70px;
  max-width: 825px;
  position: relative;
}

.incut-form--find-service .form .input__area,
.incut-form--partnership .form .input__area,
.incut-form--questions .form .input__area,
.incut-form--not-found .form .input__area,
.incut-form--services-price .form .input__area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px;
  margin-bottom: 35px;
}

.incut-form--find-service .form .inputholder:nth-child(4),
.incut-form--partnership .form .inputholder:nth-child(4),
.incut-form--questions .form .inputholder:nth-child(4),
.incut-form--not-found .form .inputholder:nth-child(4),
.incut-form--services-price .form .inputholder:nth-child(4) {
  grid-column: 1/-1;
}

.incut-form--partnership .sidetext,
.incut-form--not-found .sidetext,
.incut-form--services-price .sidetext {
  top: 25px;
  left: -180px;
  padding: 0 123px 5px 0;
}

.incut-form--find-service .sidetext {
  top: 35px;
  left: -180px;
  padding: 60px 93px 5px 0;
}

.incut-form--not-found .sidetext {
  left: -210px;
  padding-top: 93px;
}

.incut-form--not-found .incut-form__text {
  margin-bottom: 20px;
}

.incut-form--questions .sidetext {
  top: 25px;
  left: -175px;
  padding: 0 123px 5px 0;
}

.incut-form--questions .incut-form__text {
  max-width: 445px;
  margin-bottom: 20px;
}

.incut-form--questions .incut-form__text.block-w-line {
  padding-top: 20px;
}

.incut-form--subscribe>.container {
  padding-top: 43px;
}

.incut-form--subscribe .sidetext {
  top: 65px;
  left: -180px;
  padding: 0 73px 5px 0;
}

.incut-form--subscribe .incut-form__title {
  margin-bottom: 5px;
}

.incut-form--subscribe .incut-form__text {
  color: #fff;
}

.incut-form--subscribe .incut-form__text.block-w-line {
  padding-bottom: 60px;
  margin-bottom: 43px;
}

.incut-form--subscribe .form .input__area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 28px;
  margin-bottom: 20px;
}

.incut-form--subscribe span.info {
  bottom: 200px;
  right: 0;
  width: 256px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.incut-form .sidetext {
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border-bottom: 5px solid #ed1f47;
  z-index: 1;
}

.incut-form .inputholder__label {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: left;
  margin-bottom: 5px;
  cursor: pointer;
}

.incut-form .inputholder__input,
.incut-form .inputholder__textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #ed1f47;
  border-radius: 0;
  padding: 9px 17px 8px;
  font-size: 24px;
  font-weight: 300;
  color: #abbcc8;
  line-height: 1;
}

.incut-form .inputholder__input::-webkit-input-placeholder,
.incut-form .inputholder__textarea::-webkit-input-placeholder {
  color: #abbcc8;
}

.incut-form .inputholder__input::-moz-placeholder,
.incut-form .inputholder__textarea::-moz-placeholder {
  color: #abbcc8;
}

.incut-form .inputholder__input:-ms-input-placeholder,
.incut-form .inputholder__textarea:-ms-input-placeholder {
  color: #abbcc8;
}

.incut-form .inputholder__input::-ms-input-placeholder,
.incut-form .inputholder__textarea::-ms-input-placeholder {
  color: #abbcc8;
}

.incut-form .inputholder__input::placeholder,
.incut-form .inputholder__textarea::placeholder {
  color: #abbcc8;
}

.incut-form .form__policy {
  display: block;
  font-size: 10px;
  text-align: center;
  margin-top: 11px;
}

.incut-form .form__policy a {
  text-decoration: underline;
  color: #909ba2;
}

.incut-form .submit__btn {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.incut-form .info {
  position: absolute;
  bottom: 115px;
  right: 15px;
  width: 149px;
  padding-left: 15px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #abbcc8;
  border-left: 3px solid #ed1f47;
}

.incut-form__title {
  display: block;
  font-family: "BebasNeueBold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #343434;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 18px;
}

.incut-form__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  color: #abbcc8;
  max-width: 755px;
  margin: 0 auto 55px;
}

.incut-form__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
  margin-bottom: 35px;
}

.incut-form__contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
}

.incut-form__contacts__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.incut-form__contacts__item-title {
  font-size: 23px;
  color: #919fab;
}

.incut-form__contacts__item-link {
  font-size: 33px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.index-company {
  padding-top: 80px;
}


@media (max-width: 767px) {
  /* .incut-form {
    display: none;
  } */

  .incut-form--questions,
  .incut-form--services-price {
    display: block;
  }

  .incut-form .incut-form__contacts {
    flex-direction: column;
    gap: 15px;
  }

  .incut-form .form .input__area {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .incut-form .inputholder__input,
  .incut-form .inputholder__textarea {
    font-size: 18px;
  }

  .incut-form .info {
    bottom: 170px;
    right: auto;
    width: auto;
  }

  .incut-form--find-service .form .input__area,
  .incut-form--partnership .form .input__area,
  .incut-form--questions .form .input__area,
  .incut-form--not-found .form .input__area,
  .incut-form--services-price .form .input__area {
    margin-bottom: 60px;
  }

}

@media (max-width: 767px) {
  .index-company {
    padding-top: 20px;
  }
}

.index-company>.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 991px) {
  .index-company>.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.index-company>.container::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(../img/image/sidedecor.png);
  width: 549px;
  height: 765px;
  position: absolute;
  top: 0;
  left: -436px;
  z-index: -1;
}

@media (max-width: 767px) {
  .index-company>.container::before {
    display: none;
  }
}

.index-company .sidetext {
  border-bottom: 6px solid #ed1f47;
  position: absolute;
  top: 68px;
  left: 10px;
  padding: 0 89px 5px 0;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-transform: uppercase;
}

.index-company__heading {
  max-width: 490px;
  padding: 48px 75px 0 155px;
  margin-bottom: 50px;
  position: relative;
}

.index-company__subtitle {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #ed1f47;
}

@media (max-width: 767px) {
  .index-company__content-wrap {
    display: none;
  }
}

.index-company__content {
  padding: 65px 70px 55px 85px;
  position: relative;
}

.index-company__content::before,
.index-company__content::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.index-company__content::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: -55px;
  border-right: 15px solid #eaeef1;
  border-top: 15px solid #eaeef1;
  z-index: -1;
}

.index-company__content::after {
  width: calc(100% + 255px);
  height: 155px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-right: 15px solid #eaeef1;
  border-bottom: 15px solid #eaeef1;
  border-left: 15px solid #eaeef1;
  z-index: 1;
}

@media (max-width: 991px) {
  .index-company__content::after {
    width: calc(100% + 160px);
  }
}

.index-company__content .about-company__btn {
  position: absolute;
  bottom: -65px;
  left: 70px;
  z-index: 2;
}

.index-company__text {
  position: relative;
  z-index: 2;
}

.index-advantages>.container {
  position: relative;
}

.index-advantages>.container::before {
  content: "";
  border-top: none;
  border-left: 6px solid #ed1f47;
  height: 253px;
  position: absolute;
  top: -200px;
  left: 60px;
}

.index-verification {
  overflow: hidden;
}

.index-verification .section__text[data-animate-item] {
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.index-verification .section__text[data-animate-item].animateIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.index-services {
  background-color: #f0f6fa;
}

.index-services>.container {
  position: relative;
}

.index-services .section__heading {
  max-width: 512px;
  padding: 108px 0 70px 0;
  background-color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .index-services .section__heading {
    padding: 15px 0 20px 0;
    background-color: transparent;
    z-index: 1;
  }
}

.index-services .section__heading::before {
  content: "";
  width: 1000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #fff;
}

@media (max-width: 767px) {
  .index-services .section__heading::before {
    display: none;
  }
}

.index-services .section__bg {
  position: absolute;
  top: 0;
  left: 532px;
  width: 1200px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .index-services .section__bg {
    left: 0;
    right: auto;
  }
}

.index-services__items-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
  grid-template-rows: auto 1fr;
}

@media (max-width: 767px) {
  .index-services__items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 65px;
  }
}

.index-services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .index-services__item {
    width: 100%;
  }
}

.index-services__item:nth-child(1) {
  grid-column: 1;
  grid-row: 1/3;
  gap: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 65px 110px 270px 85px;
}

.index-services__item:nth-child(1):hover .index-services__item-icon__wrap {
  -webkit-animation: servicesList 1s steps(12) infinite;
  animation: servicesList 1s steps(12) infinite;
}

@media (max-width: 767px) {
  .index-services__item:nth-child(1) {
    padding: 15px;
    padding-bottom: 28px;
    background-color: #fff;
  }
}

.index-services__item:nth-child(1) .index-services__item-icon__wrap {
  width: 231px;
  height: 149px;
  background-repeat: no-repeat;
}

.index-services__item:nth-child(1) .index-services__item-title,
.index-services__item:nth-child(1) .index-services__item-text {
  text-align: center;
}

.index-services__item:nth-child(1) .index-services__item-title {
  font-size: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .index-services__item:nth-child(1) .index-services__item-title {
    font-size: 22px;
  }
}

.index-services__item:nth-child(1) .index-services__item-text {
  margin-top: 13px;
}

@media (max-width: 767px) {
  .index-services__item:nth-child(1) .index-services__item-text {
    font-size: 16px;
  }
}

.index-services__item:nth-child(2),
.index-services__item:nth-child(3) {
  grid-column: 2;
  gap: 34px;
  max-width: 387px;
}

@media (max-width: 991px) {

  .index-services__item:nth-child(2),
  .index-services__item:nth-child(3) {
    max-width: 100%;
  }
}

@media (max-width: 767px) {

  .index-services__item:nth-child(2),
  .index-services__item:nth-child(3) {
    grid-column: 1;
  }
}

.index-services__item:nth-child(2) .index-services__item-icon__wrap,
.index-services__item:nth-child(3) .index-services__item-icon__wrap {
  width: 90px;
  height: 95px;
}

.index-services__item:nth-child(2) .index-services__item-title,
.index-services__item:nth-child(3) .index-services__item-title {
  font-size: 24px;
  line-height: 1;
}

.index-services__item:nth-child(2) .index-services__item-text,
.index-services__item:nth-child(3) .index-services__item-text {
  font-size: 16px;
}

.index-services__item:nth-child(2) {
  padding: 28px 56px 30px 57px;
  background-color: #fff;
}

.index-services__item:nth-child(2):hover .index-services__item-icon:nth-child(1) {
  animation: rotateFig 5s infinite linear reverse;
}

.index-services__item:nth-child(2):hover .index-services__item-icon:nth-child(2) {
  -webkit-animation: rotateFig 5s infinite linear;
  animation: rotateFig 5s infinite linear;
}

@media (max-width: 767px) {
  .index-services__item:nth-child(2) {
    padding: 15px;
    padding-bottom: 28px;
  }
}

.index-services__item:nth-child(2) .index-services__item-text {
  margin-top: 17px;
}

.index-services__item:nth-child(3) {
  padding: 44px 56px 30px 57px;
  background-color: #eaeef1;
}

.index-services__item:nth-child(3):hover .index-services__item-icon:nth-child(2) {
  -webkit-animation: rotateFig 5s infinite linear;
  animation: rotateFig 5s infinite linear;
}

@media (max-width: 767px) {
  .index-services__item:nth-child(3) {
    padding: 15px;
    padding-bottom: 28px;
    background-color: #fff;
  }
}

.index-services__item:nth-child(3) .index-services__item-text {
  margin-top: 11px;
}

.index-services__item-title {
  display: block;
  font-weight: 700;
  color: #262a35;
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
}

.index-services__item-icon__wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.index-services__item-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.index-services__item-text {
  color: #343434;
}

.index-permits>.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .index-permits>.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.index-permits .sidetext {
  border-bottom: 6px solid #ed1f47;
  position: absolute;
  top: 68px;
  left: -30px;
  padding: 0 89px 5px 0;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-transform: uppercase;
}

.index-permits__image-block {
  width: 485px;
  height: 590px;
  padding: 82px 0 0 85px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.index-permits__image-wrap {
  width: 315px;
  height: 427px;
}

.index-permits__image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.index-permits__heading {
  max-width: 530px;
  padding: 54px 75px 0 130px;
  position: relative;
}

@media (max-width: 991px) {
  .index-permits__heading .h2--centered {
    text-align: left;
  }
}

.index-permits__content {
  padding: 70px 65px 50px 125px;
  position: relative;
}

.index-permits__content::before,
.index-permits__content::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.index-permits__content::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: -55px;
  border-right: 15px solid #eaeef1;
  border-top: 15px solid #eaeef1;
  z-index: -1;
}

.index-permits__content::after {
  width: calc(100% + 105px);
  height: 155px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-right: 15px solid #eaeef1;
  border-bottom: 15px solid #eaeef1;
  border-left: 15px solid #eaeef1;
  z-index: 1;
}

.index-permits__content .see-all__btn {
  position: absolute;
  bottom: -20px;
  left: 100px;
  z-index: 2;
}

.index-permits__text {
  position: relative;
  z-index: 2;
}

.index-permits__text h3 {
  text-align: center;
}

@media (max-width: 991px) {
  .index-permits__text h3 {
    text-align: left;
  }
}


@media (max-width: 767px) {
  .index-permits {
    margin-bottom: 60px;
  }

  .index-permits .sidetext {
    display: none;
  }

  .index-permits__heading {
    padding: 30px 0 0 0;
  }

  .index-permits__image-block {
    margin: 0 auto;
    background: none !important;
    border: 15px solid #e9edf1;
    padding: 0;
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .index-permits__content {
    padding: 70px 30px 50px 30px;
    margin: 0 auto;
    max-width: 530px;
  }

  .index-permits__content::before {
    border-left: 15px solid #eaeef1;
    left: 0;
  }

  .index-permits__content::after {
    width: 100%;
  }

  .index-permits__content .see-all__btn {
    position: relative;
    margin: 0 auto;
    left: 0;
  }
}



.index-map {
  padding-top: 60px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.index-map__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.index-map__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 444px;
  padding: 49px 26px 45px 18px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 20px rgba(67, 74, 95, 0.18);
  box-shadow: 0 8px 20px rgba(67, 74, 95, 0.18);
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .index-map__contacts {
    padding: 15px;
  }
}

.index-map__contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

@media (max-width: 767px) {
  .index-map__contacts-block:not(:last-child) {
    margin-bottom: 14px;
  }
}

.index-map__contacts-block:nth-child(1) .index-map__contacts-item__icon-wrap,
.index-map__contacts-block:nth-child(2) .index-map__contacts-item__icon-wrap {
  width: 20px;
  height: 20px;
  margin: 7px 20px 0 0;
}

.index-map__contacts-block:nth-child(3) {
  width: 100%;
  margin-top: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .index-map__contacts-block:nth-child(3) {
    margin-top: 0;
  }
}

.index-map__contacts-block:nth-child(3)::before,
.index-map__contacts-block:nth-child(3)::after {
  content: "";
  width: 155px;
  height: 5px;
  position: absolute;
  top: 13px;
  background-color: #eaeef1;
}

@media (max-width: 767px) {

  .index-map__contacts-block:nth-child(3)::before,
  .index-map__contacts-block:nth-child(3)::after {
    display: none;
  }
}

.index-map__contacts-block:nth-child(3)::before {
  left: 0;
}

.index-map__contacts-block:nth-child(3)::after {
  right: 0;
}

.index-map__contacts-block:nth-child(3) .index-map__contacts-item__icon-wrap {
  width: 22px;
  height: 30px;
  margin: 0 auto 10px;
}

@media (max-width: 767px) {
  .index-map__contacts-block:nth-child(3) .index-map__contacts-item__icon-wrap {
    margin: 0 18px 10px 0;
  }
}

.index-map__contacts-block:nth-child(3) .index-map__contacts-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .index-map__contacts-block:nth-child(3) .index-map__contacts-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.index-map__contacts-block:nth-child(3) .index-map__contacts-item__content,
.index-map__contacts-block:nth-child(3) .index-map__contacts-title {
  text-align: center;
}

@media (max-width: 767px) {

  .index-map__contacts-block:nth-child(3) .index-map__contacts-item__content,
  .index-map__contacts-block:nth-child(3) .index-map__contacts-title {
    text-align: left;
  }
}

.index-map__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-map__contacts-item__icon-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.index-map__contacts-item__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.index-map__contacts-item__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  color: #343434;
}

.index-map__contacts-item__content-wrap span {
  display: block;
}

.index-map__contacts-item__content-wrap a {
  text-decoration: none;
}

.index-map__contacts-title {
  font-weight: 700;
  color: #343434;
}

.index-partners {
  margin: 115px 0;
}

@media (max-width: 767px) {
  .index-partners {
    margin: 30px 0;
  }
}

.index-numblocks {
  margin-top: -120px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .index-numblocks {
    margin-top: -30px;
  }
}

.inner-form--consultation {
  padding: 105px 0 95px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .inner-form--consultation {
    padding: 0;
  }
}

.inner-form--consultation form {
  padding: 83px 165px 75px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .inner-form--consultation form {
    padding: 15px;
  }
}

.inner-form--consultation .input__area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 12px;
}

@media (max-width: 767px) {
  .inner-form--consultation .input__area {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 20px;
  }
}

.inner-form--consultation .form__image {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: 458px;
  z-index: -1;
}

@media (min-width: 768px) {
  .inner-form--consultation .form__image {
    display: block;
  }
}

.inner-form--leave-review form {
  padding: 83px 40px 58px;
  -webkit-box-shadow: 0 8px 20px rgba(67, 74, 95, 0.18);
  box-shadow: 0 8px 20px rgba(67, 74, 95, 0.18);
}

@media (max-width: 767px) {
  .inner-form--leave-review form {
    padding: 20px;
  }
}

.inner-form--leave-review .input__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}

.inner-form--partnership {
  padding: 75px 0 65px 0;
}

.inner-form--partnership form {
  padding: 85px 40px 65px;
  -webkit-box-shadow: 0 8px 20px rgba(67, 74, 95, 0.18);
  box-shadow: 0 8px 20px rgba(67, 74, 95, 0.18);
}

@media (max-width: 767px) {
  .inner-form--partnership form {
    padding: 20px;
  }
}

.inner-form--partnership .input__area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 10px;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .inner-form--partnership .input__area {
    grid-template-columns: repeat(1, 1fr);
  }
}

.inner-form--partnership .inputholder:nth-child(4) {
  grid-column: 1/-1;
}

.inner-form form {
  background-color: #fff;
  position: relative;
}

.inner-form form::before {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  border-left: 6px solid #ed1f47;
  height: 93px;
  margin-left: -3px;
  z-index: 1;
}

@media (max-width: 767px) {
  .inner-form form::before {
    display: none;
  }
}

.inner-form .inner-form__text {
  color: #6f777d;
  text-align: center;
  margin-bottom: 25px;
}

.inner-form .inputholder__input,
.inner-form .inputholder__textarea {
  text-align: center;
}

.inner-form .inputholder__textarea {
  min-height: 150px;
}

.inner-form .form__policy {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  text-align: center;
}

.inner-form .form__policy a {
  text-decoration: underline;
  color: #2a2e3a;
}

.inner-form .form__buttonholder {
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .inner-form .form__buttonholder {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 767px) {
  .inner-form .submit__btn {
    width: 100%;
    margin-bottom: 20px;
  }
}

.newinner-form--consultation {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .newinner-form--consultation {
    padding: 0;
  }
}

.newinner-form--consultation .form {
  padding: 40px 218px 40px 30px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .newinner-form--consultation .form {
    padding-right: 170px;
  }
}

@media (max-width: 767px) {
  .newinner-form--consultation .form {
    padding: 20px;
  }
}

.newinner-form--consultation .input__area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 28px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .newinner-form--consultation .input__area {
    grid-template-columns: auto;
  }
}

.newinner-form--consultation .submit__btn {
  padding-left: 20px;
  padding-right: 20px;
}

.newinner-form--consultation .form__policy {
  text-align: center;
  margin-top: 11px;
}

.newinner-form--consultation .form__policy a {
  color: #909ba2;
}

.newinner-form--send-request .newinner-form__title {
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .newinner-form--send-request .newinner-form__title {
    margin-bottom: 28px;
  }
}

.newinner-form--send-request .form,
.newinner-form--send-request .form__thanks {
  padding: 40px 218px 40px 30px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
}

@media (max-width: 767px) {

  .newinner-form--send-request .form,
  .newinner-form--send-request .form__thanks {
    padding: 30px 20px;
  }
}

.newinner-form--send-request .form {
  background-color: #f3f4f0;
}

@media (max-width: 767px) {
  .newinner-form--send-request .form {
    background-image: none !important;
  }
}

@media (max-width: 575px) {
  .newinner-form--send-request .form__thanks {
    background-image: none !important;
  }
}

.newinner-form--send-request .form__thanks-text {
  font-size: 28px;
  line-height: 1;
}

@media (max-width: 575px) {
  .newinner-form--send-request .form__thanks-text {
    font-size: 24px;
    line-height: 1.2;
  }
}

.newinner-form--send-request .input__area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-bottom: 30px;
}

.newinner-form--send-request .inputholder__label {
  color: #abbcc8;
}

.newinner-form--send-request .form__buttonholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 30px;
}

@media (max-width: 767px) {
  .newinner-form--send-request .form__buttonholder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.newinner-form--send-request .form__policy,
.newinner-form--send-request .form__policy a {
  color: #abbcc8;
}

.newinner-form h2,
.newinner-form .h2,
.newinner-form h3,
.newinner-form .h3 {
  padding-top: 0;
}

.newinner-form .form {
  position: relative;
  z-index: 1;
}

.newinner-form .input__area {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

@media (max-width: 767px) {
  .newinner-form .input__area {
    grid-template-columns: auto;
  }
}

.newinner-form .inputholder__label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6px;
}

.newinner-form .inputholder__input,
.newinner-form .inputholder__textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #ed1f47;
  border-radius: 0;
  padding: 9px 9px 8px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  color: #777;
}

.newinner-form .inputholder__input::-webkit-input-placeholder,
.newinner-form .inputholder__textarea::-webkit-input-placeholder {
  color: #ddd;
}

.newinner-form .inputholder__input::-moz-placeholder,
.newinner-form .inputholder__textarea::-moz-placeholder {
  color: #ddd;
}

.newinner-form .inputholder__input:-ms-input-placeholder,
.newinner-form .inputholder__textarea:-ms-input-placeholder {
  color: #ddd;
}

.newinner-form .inputholder__input::-ms-input-placeholder,
.newinner-form .inputholder__textarea::-ms-input-placeholder {
  color: #ddd;
}

.newinner-form .inputholder__input::placeholder,
.newinner-form .inputholder__textarea::placeholder {
  color: #ddd;
}

.newinner-form .inputholder__input {
  min-height: 48px;
}

.newinner-form .form__image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: calc(100% - 9px);
  z-index: -1;
}

@media (max-width: 767px) {
  .newinner-form .form__image {
    display: none;
  }
}

.newinner-form .form__policy {
  display: block;
  font-size: 10px;
  font-weight: 400;
}

.newinner-form .info {
  font-size: 14px;
  color: #abbcc8;
  padding: 5px 0 5px 15px;
  margin: 17px 0 0 4px;
  border-left: 3px solid #ed1f47;
}

@media (max-width: 767px) {
  .newinner-form .info {
    margin: 0;
  }
}

.newinner-form .form__thanks {
  background-color: #ed1f47;
}

.newinner-form .form__thanks-title,
.newinner-form .form__thanks-text {
  color: #fff;
}

.listblocks__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 767px) {
  .listblocks__wrap {
    width: calc(100% + 30px);
    margin-left: -15px;
    gap: 15px;
  }
}

.listblock__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #32353e;
}

.listblock__number {
  width: 47px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 5px 3px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #ed1f47;
}

.listblock__title,
h3.listblock__title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 0 10px;
  margin: 0 auto;
}

h3.listblock__title {
  font-family: "Calibri", sans-serif;
}


@media (max-width: 767px) {
  .listblock__title {
    font-size: 18px;
    line-height: 1.1;
  }
}

.listblock__content {
  padding: 30px 72px 19px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
  .listblock__content {
    padding: 19px 8px 18px;
  }
}

.listblock__content ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

@media (max-width: 767px) {
  .listblock__content ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.listblock__content ul li:not(:last-child) {
  margin-bottom: 13px;
}

.listblock {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .listblock .list {
    font-size: 16px;
  }
}

.mobile-feedback {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

@media (max-width: 767px) {
  .mobile-feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.mobile-feedback__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  width: 50%;
  padding: 17px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-feedback__btn--red {
  background-color: #ed1f47;
}

.mobile-feedback__btn--grey {
  background-color: #363945;
}

.news__items-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

@media (max-width: 767px) {
  .news__items-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.news__item {
  min-height: 415px;
  padding: 43px;
  border: 15px solid #e9edf1;
  position: relative;
}

@media (max-width: 991px) {
  .news__item {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .news__item {
    padding: 10px;
    min-height: auto;
  }
}

.news__item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: span 2;
  padding-left: calc(50% + 58px);
}

@media (max-width: 767px) {
  .news__item:first-child {
    grid-column: 1/-1;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.news__item:first-child .news__item-image__wrap {
  width: 50%;
  left: -15px;
}

.news__item:not(:first-child):hover .news__item-image__wrap {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.news__item:not(:first-child) .news__item-image__wrap {
  width: calc(100% + 30px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.news__item:nth-child(odd):not(:first-child) .news__item-image__wrap {
  right: calc(100% + 45px);
}

.news__item:nth-child(even) .news__item-image__wrap {
  left: calc(100% + 45px);
}

.news__item .link-read-more {
  color: #7f88a3;
  text-decoration: underline;
}

.news__item .link-read-more:hover {
  text-decoration: none;
}

.news__item-image__wrap {
  display: none;
  height: calc(100% + 30px);
  position: absolute;
  top: -15px;
  z-index: 1;
}

@media (min-width: 768px) {
  .news__item-image__wrap {
    display: block;
  }
}

.news__item-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.news__item-date {
  display: block;
  font-weight: 700;
  color: #343434;
}

.news__item-title {
  display: block;
  height: 120px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #ed1f47;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .news__item-title {
    height: auto;
    font-size: 20px;
  }
}

.news__item-title::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background: -o-linear-gradient(hsla(0, 0%, 100%, 0), #fff);
  background: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  height: 75px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .news__item-title::before {
    display: none;
  }
}

.news__item-text {
  font-size: 18px;
  line-height: 1.1;
  color: #808080;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .news__item-text {
    height: auto;
  }
}

.news__item-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 16px;
}

.news__item-author__image-wrap {
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

.news__item-author__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__item-author__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news__item-author__info span {
  font-style: italic;
  line-height: 1.1;
  color: #393939;
}

.numblocks__items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 20px;
  padding: 50px;
  background-color: #ed1f47;
  position: relative;
}

.numblocks__items-wrap::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image-content/index-numblocks-shadow.png);
  width: 100%;
  height: 380px;
  position: absolute;
  bottom: -137px;
  left: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .numblocks__items-wrap {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .numblocks__items-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding: 15px;
  }
}

.numblocks__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 300px;
}

.numblocks__item-number {
  font-family: "BebasNeueBold", sans-serif;
  font-weight: 700;
  font-size: 72px;
  color: #fff;
}

@media (max-width: 991px) {
  .numblocks__item-number {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .numblocks__item-number {
    font-size: 30px;
  }
}

.numblocks__item-text {
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.partners .section__text {
  margin-bottom: 55px;
}

.partners .section__text p {
  margin: 0;
}

.partners .all-partners__btn {
  margin-top: 20px;
}

.partners__items-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0;
}

@media (max-width: 767px) {
  .partners__items-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.partners__items-wrap .slider__wrap {
  display: none;
  grid-column: 1/-1;
}

.partners__items-wrap .slider__wrap .slider--partners {
  display: block;
}

.partners__items-wrap .slider__wrap.vis {
  display: block;
}

.partners__item {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  cursor: pointer;
}

.partners__item:hover .partners__item-image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.partners__item:nth-child(1),
.partners__item:nth-child(3),
.partners__item:nth-child(7),
.partners__item:nth-child(9),
.partners__item:nth-child(11),
.partners__item:nth-child(13),
.partners__item:nth-child(17),
.partners__item:nth-child(19) {
  background-color: #f0f6fa;
}

.partners__item:nth-child(2),
.partners__item:nth-child(4),
.partners__item:nth-child(6),
.partners__item:nth-child(8),
.partners__item:nth-child(12),
.partners__item:nth-child(14),
.partners__item:nth-child(16),
.partners__item:nth-child(18) {
  background-color: #e7eef3;
}

.partners__item-image {
  max-width: 85%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.partners__slide {
  width: 100%;
  max-width: 617px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .partners__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.partners__slide .read-review__link {
  color: #7f88a3;
  text-decoration: underline;
  margin-top: 10px;
}

.partners__slide .read-review__link:hover {
  text-decoration: none;
}

.partners__slide-image__wrap {
  width: 250px;
  height: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  background-color: #f0f6fa;
}

.partners__slide-image {
  max-width: 85%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .parnters__slide-content {
    max-width: 250px;
  }
}

.partners__slide-title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #343434;
  margin-bottom: 8px;
}

.partners__slide-link {
  color: #7f88a3;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}

.partners__slide-text {
  color: #343434;
}

.policy .content--info h2 {
  font-size: 24px;
}

.popular {
  padding: 65px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.popular>.container {
  max-width: 1104px;
}

.popular__content {
  padding: 0 40px 40px 40px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .popular__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.popular__items-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}

@media (max-width: 991px) {
  .popular__items-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .popular__items-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.popular__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}

.popular__item:hover .popular__item-title {
  color: #ed1f47;
}

.popular__item[data-animate-item] {
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.popular__item[data-animate-item].animateIn {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 767px) {
  .popular__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
  }
}

.popular__item-image__wrap {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

span.popular__item-image__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular__item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popular__item-title {
  font-size: 17px;
  font-weight: 400;
  color: #6f777d;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.presentation>.container {
  position: relative;
}

.presentation>.container::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(../img/image/sidedecor.png);
  width: 561px;
  height: 765px;
  position: absolute;
  top: -42px;
  left: -450px;
  z-index: -1;
}

@media (max-width: 767px) {
  .presentation>.container::before {
    display: none;
  }
}

.previews__items-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 34px;
}

.previews__items-wrap--with-images .previews__item-content {
  padding: 16px 20px;
}

@media (max-width: 991px) {
  .previews__items-wrap--with-images .previews__item-content {
    padding: 5px 10px;
  }
}

@media (max-width: 767px) {
  .previews__items-wrap--with-images .previews__item-content {
    padding: 0 15px 15px;
  }
}

.previews__items-wrap:not(.previews__items-wrap--with-images) .previews__item-content {
  padding: 15px 25px 23px;
}

@media (max-width: 767px) {
  .previews__items-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.previews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 15px solid #e9edf1;
}

.previews__item[data-animate-item] {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.previews__item[data-animate-item]:nth-child(odd) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.previews__item[data-animate-item]:nth-child(odd).animateIn {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.previews__item[data-animate-item]:nth-child(even) {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.previews__item[data-animate-item]:nth-child(even).animateIn {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.previews__item[data-animate-item].animateIn {
  opacity: 1;
}

@media (max-width: 767px) {
  .previews__item {
    width: calc(100% + 30px);
    margin-left: -15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.previews__item-image__wrap {
  width: 189px;
  height: 163px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .previews__item-image__wrap {
    width: 160px;
    height: 137px;
  }
}

@media (max-width: 767px) {
  .previews__item-image__wrap {
    width: 189px;
    height: 163px;
    margin: 0 auto 20px;
  }
}

.previews__item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.previews__item-content {
  padding: 16px 20px;
}

@media (max-width: 991px) {
  .previews__item-content {
    padding: 5px 10px;
  }
}

@media (max-width: 767px) {
  .previews__item-content {
    padding: 0 15px 15px;
  }
}

.previews__item-date {
  display: block;
  font-size: 14px;
  color: #9da7b0;
  margin-bottom: 7px;
}

.previews__item-title {
  display: block;
  font-size: 17px;
  line-height: 1.1;
  color: #262a35;
}

.previews__item-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 16px;
}

.previews__item-author__title,
.previews__item-author__name {
  font-size: 18px;
  line-height: 1.3;
}

.previews__item-author__image-wrap {
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

.previews__item-author__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.previews__item-author__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.previews__item-author__info span {
  font-style: italic;
  line-height: 1.1;
  color: #393939;
}

.newpreviews__items-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 28px;
}

@media (max-width: 767px) {
  .newpreviews__items-wrap {
    grid-template-columns: auto;
    gap: 15px;
  }
}

.newpreviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px;
  background-color: #f3f4f0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.newpreviews__item:hover {
  background-color: #f9f9f9;
}

.newpreviews__item:hover .newpreviews__item-title {
  color: #ed1f47;
}

@media (max-width: 767px) {
  .newpreviews__item {
    padding: 20px;
  }
}

.newpreviews__item[data-animate-item] {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.newpreviews__item[data-animate-item]:nth-child(odd) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.newpreviews__item[data-animate-item]:nth-child(odd).animateIn {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.newpreviews__item[data-animate-item]:nth-child(even) {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.newpreviews__item[data-animate-item]:nth-child(even).animateIn {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.newpreviews__item[data-animate-item].animateIn {
  opacity: 1;
}

.newpreviews__item-date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #b4bcc3;
  margin-bottom: 15px;
}

.newpreviews__item-title {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  color: #6f777d;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.newpreviews__item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #909ba2;
  margin-top: 20px;
}

.newpreviews__item-text p {
  margin: 0;
}

.newpreviews__item-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  margin-bottom: 20px;
  gap: 28px;
}

.newpreviews__item-author__title,
.newpreviews__item-author__name {
  line-height: 1.1;
  font-style: italic;
}

.newpreviews__item-author__title {
  font-size: 14px;
  color: #b4bcc3;
}

.newpreviews__item-author__name {
  font-size: 16px;
  color: #777;
}

.newpreviews__item-author__image-wrap {
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

.newpreviews__item-author__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.newpreviews__item-author__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.price__categories-title {
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  color: #343434;
  margin-bottom: 9px;
}

.price__categories-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 67px 25px;
}

.price__category {
  width: calc(25% - 19px);
  gap: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price__category:hover .price__category-image--hover {
  opacity: 1;
  visibility: visible;
}

.price__category-image__wrap {
  width: 99px;
  height: 104px;
  position: relative;
}

.price__category-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.price__category-image--hover {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.price__category-title {
  display: block;
  font-size: 20px;
  color: #5e6578;
  text-align: center;
}

.projects__items-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

@media (max-width: 767px) {
  .projects__items-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
}

.projects__item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media (min-width: 768px) {
  .projects__item:hover .projects__item-title {
    display: none;
  }
}

@media (min-width: 768px) {
  .projects__item:hover .projects__item-content {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

@media (max-width: 767px) {
  .projects__item {
    padding-bottom: 100%;
  }
}

@media (min-width: 768px) {
  .projects__item:nth-child(1) {
    grid-column: 1;
    grid-row: 1/3;
  }
}

@media (min-width: 768px) {
  .projects__item:nth-child(2) {
    grid-column: 2;
    grid-row: 1/2;
  }
}

@media (min-width: 768px) {
  .projects__item:nth-child(3) {
    grid-column: 2;
    grid-row: 2/3;
  }
}

@media (min-width: 768px) {
  .projects__item:nth-child(4) {
    grid-column: 1;
    grid-row: 3/4;
  }
}

@media (min-width: 768px) {
  .projects__item:nth-child(5) {
    grid-column: 1;
    grid-row: 4/5;
  }
}

@media (min-width: 768px) {
  .projects__item:nth-child(6) {
    grid-column: 2;
    grid-row: 3/5;
  }
}

.projects__item:nth-child(6n+1),
.projects__item:nth-child(6n+6) {
  height: 484px;
}

@media (max-width: 767px) {

  .projects__item:nth-child(6n+1),
  .projects__item:nth-child(6n+6) {
    height: 0;
  }
}

.projects__item:nth-child(3n+2),
.projects__item:nth-child(6n+4),
.projects__item:nth-child(6n+3) {
  height: 227px;
}

@media (max-width: 767px) {

  .projects__item:nth-child(3n+2),
  .projects__item:nth-child(6n+4),
  .projects__item:nth-child(6n+3) {
    height: 0;
  }
}

.projects__item-title {
  display: block;
  text-align: center;
  background: rgba(29, 30, 45, 0.69);
  color: #fff;
  padding: 5px 0 11px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  .projects__item-title {
    display: none;
  }
}

.projects__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background-color: rgba(29, 30, 45, 0.69);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (min-width: 768px) {
  .projects__item-content {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .projects__item-content {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

.projects__item-text {
  font-family: "BebasNeueBold", sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .projects__item-text {
    font-size: 20px;
  }
}

.questions__content {
  padding: 48px 95px 60px;
  border: 15px solid #e8edf1;
}

@media (max-width: 767px) {
  .questions__content {
    padding: 19px 15px 5px;
  }
}

.search {
  margin-bottom: 134px;
}

@media (max-width: 767px) {
  .search {
    margin-bottom: 60px;
  }
}

.search .inputholder {
  position: relative;
}

.search .inputholder__input {
  font-size: 14px;
  font-weight: 700;
  color: #afafaf;
  padding: 19px 64px 21px 19px;
}

.search .search__btn {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(../img/image/icon-looking-glass.png);
  width: 64px;
  height: 63px;
  position: absolute;
  top: 0;
  right: 0;
}

.search__result {
  color: #343434;
  padding: 0 0 44px;
  margin: 0 0 42px;
  position: relative;
}

.search__result p {
  margin: 0;
}

.search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.services-incut {
  margin: 38px 0 34px 0;
}

@media (max-width: 767px) {
  .services-incut {
    display: flex;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .services-incut+.heading .breadcrumbs {
    margin-top: 30px;
  }
}

.services-incut__heading {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .services-incut__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.services-incut__heading .arrow {
  width: 18px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-incut__heading .arrow svg {
  width: 18px;
  height: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  fill: #000;
}

.services-incut__heading-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
}

.services-incut__items-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

@media (max-width: 767px) {
  .services-incut__items-wrap {
    display: none;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .services-incut__items-wrap.active {
    display: grid;
  }
}

.side-col .services-incut__items-wrap {
  grid-template-columns: repeat(1, 1fr);
}

.side-col .services-incut__items-wrap:not(:last-child) {
  margin-bottom: 40px;
}

.side-col .services-incut__item {
  padding-left: 10px;
  padding-right: 20px;
  gap: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.side-col .services-incut__item-title {
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.services-incut__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px;
  padding: 13px 42px 13px 32px;
  border: 2px solid #e9edf1;
}

@media (max-width: 991px) {
  .services-incut__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 5px;
  }
}

.services-incut__item--animate:nth-child(1) .services-incut__item-image__wrap {
  -webkit-animation: servicesList5 4s steps(13) infinite;
  animation: servicesList5 4s steps(13) infinite;
}

.services-incut__item--animate:nth-child(2) .services-incut__item-image:nth-child(1) {
  -webkit-animation: rotateFig 15s linear infinite;
  animation: rotateFig 15s linear infinite;
  -webkit-transform: rotateZ(360deg);
  -ms-transform: rotate(360deg);
  transform: rotateZ(360deg);
}

.services-incut__item--animate:nth-child(2) .services-incut__item-image:nth-child(2) {
  animation: rotateFig 5s linear infinite reverse;
  -webkit-transform: rotateZ(360deg);
  -ms-transform: rotate(360deg);
  transform: rotateZ(360deg);
}

.services-incut__item--animate:nth-child(3) .services-incut__item-image:nth-child(2) {
  -webkit-animation: rotateFig 10s linear infinite;
  animation: rotateFig 10s linear infinite;
  -webkit-transform: rotateZ(360deg);
  -ms-transform: rotate(360deg);
  transform: rotateZ(360deg);
}

.services-incut__item--animate .services-incut__item-image__wrap {
  width: 73px;
  height: 47px;
}

.services-incut__item--animate .services-incut__item-image:nth-child(2) {
  -webkit-animation: rotateFig 10s linear infinite;
  animation: rotateFig 10s linear infinite;
  -webkit-transform: rotateZ(360deg);
  -ms-transform: rotate(360deg);
  transform: rotateZ(360deg);
}

.services-incut__item--hover:hover {
  background-color: #ed1f47;
  border: 2px solid #ed1f47;
}

.services-incut__item--hover:hover .services-incut__item-image:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

.services-incut__item--hover:hover .services-incut__item-title {
  color: #fff;
}

.services-incut__item--hover .services-incut__item-image__wrap {
  width: 49px;
  height: 50px;
}

.services-incut__item--hover .services-incut__item-image:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.services-incut__item-image__wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.services-incut__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.services-incut__item-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #262a35;
}

.services__categories-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
}

@media (max-width: 991px) {
  .services__categories-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.services__categories-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  width: calc(33.3% - 21px);
}

@media (max-width: 1199px) {
  .services__categories-item {
    width: calc(33.3% - 22px);
  }
}

@media (max-width: 991px) {
  .services__categories-item {
    width: 100%;
    max-width: 575px;
  }
}

.services__categories-item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

@media (max-width: 575px) {
  .services__categories-item__heading {
    gap: 20px;
  }
}

.services__categories-item__heading:hover .services__categories-item__image:not(.services__categories-item__image--hover) {
  opacity: 0;
  visibility: hidden;
}

.services__categories-item__heading:hover .services__categories-item__image--hover {
  opacity: 1;
  visibility: visible;
}

.services__categories-item__image-wrap {
  width: 75px;
  height: 75px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.services__categories-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.services__categories-item__image--hover {
  opacity: 0;
  visibility: hidden;
}

.services__categories-item__title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #262a35;
  max-width: 144px;
}

ul.services__categories-item__subcategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding-left: 100px;
}

@media (max-width: 575px) {
  ul.services__categories-item__subcategories {
    padding-left: 0;
  }
}

.services__categories-item__subcategories-item {
  text-align: left;
}

.services__categories-item__subcategories-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #909ba2;
}

.services__intro-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.services__intro-heading--mb-20 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .services__intro-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px;
  }
}

@media (max-width: 767px) {
  .services__intro-heading .leave-request__btn {
    margin: 0 auto;
  }
}

.services__intro-heading__image-wrap {
  width: 318px;
  height: 318px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .services__intro-heading__image-wrap {
    width: 237px;
    height: 237px;
    margin: 0 auto;
  }
}

.services__intro-heading__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.services__intro-heading__content {
  max-width: 640px;
}

@media (max-width: 767px) {
  .services__intro-heading__content {
    max-width: 100%;
  }
}

.services__intro-heading__text {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 35px;
}

.index-numblocks {
  margin-top: -120px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .index-numblocks {
    margin-top: -30px;
  }
}

.services__chars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  padding: 38px 45px;
  background-color: #ed1f47;
  position: relative;
}

.services__chars--small {
  padding: 24px 40px;
}

.services__chars--small .services-chars__item {
  max-width: 160px;
}

@media (max-width: 991px) {
  .services__chars--small .services-chars__item:not(:first-child) {
    margin-left: 45px;
  }
}

@media (max-width: 767px) {
  .services__chars--small .services-chars__item:not(:first-child) {
    margin-left: 0;
  }
}

.services__chars::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image-content/index-numblocks-shadow.png);
  width: 100%;
  height: 380px;
  position: absolute;
  bottom: -137px;
  left: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .services__chars {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .services__chars {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding: 15px;
  }
}

.services-chars__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 140px;
  color: #fff;
}

.services-chars__item:not(:first-child) {
  margin-left: 45px;
}

@media (max-width: 767px) {
  .services-chars__item:not(:first-child) {
    margin-left: 0;
  }
}

.services-chars__item-title {
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .services-chars__item-title {
    font-size: 20px;
  }
}

.services-chars__item-text {
  font-size: 20px;
  text-align: center;
}

.services-intro__main {
  padding: 44px 0;
  max-width: 510px;
  position: relative;
}

@media (max-width: 767px) {
  .services-intro__main {
    padding-bottom: 25px;
  }
}

.services__intro-subtitle {
  display: block;
  font-family: "BebasNeueBold", sans-serif;
  font-size: 55px;
  color: #343434;
  text-transform: uppercase;
  line-height: 1.2;
  padding-left: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .services__intro-subtitle {
    font-size: 36px;
    padding-left: 18px;
    margin-bottom: 14px;
  }
}

.services__intro-subtitle::before {
  content: "";
  border-left: 5px solid #ed1f47;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.services-intro__text {
  font-size: 30px;
  font-weight: 700;
  color: #343434;
  line-height: 1.2;
  padding-left: 40px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .services-intro__text {
    font-size: 18px;
    padding-left: 18px;
    margin-top: 0;
  }
}

.services-intro__sideimage {
  display: none;
  position: absolute;
  width: 1920px;
  height: 536px;
  top: -77px;
  left: 50%;
  margin-left: -170px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  pointer-events: none;
  z-index: -1;
}

@media (min-width: 768px) {
  .services-intro__sideimage {
    display: block;
  }
}

.services-detail-text {
  font-size: 18px;
}

.services-types {
  margin-top: 30px;
  margin-bottom: 65px;
  position: relative;
}

.services-result {
  margin-top: 45px;
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .services-result {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.services-result>.container {
  position: relative;
}

.services-result>.container::before {
  content: "";
  background: url(../img/image-content/waves-bg.png) no-repeat;
  width: 1920px;
  height: 299px;
  position: absolute;
  bottom: 0;
  left: -360px;
  z-index: -1;
}

@media (max-width: 767px) {
  .services-result>.container::before {
    display: none;
  }
}

.services-result>.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

@media (max-width: 767px) {
  .services-result>.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
}

.services-result ol.big {
  padding-left: 130px;
  counter-reset: listnumberbig;
  position: relative;
}

@media (max-width: 991px) {
  .services-result ol.big {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .services-result ol.big {
    padding-left: 0;
  }
}

.services-result ol.big li {
  counter-increment: listnumberbig;
  position: relative;
  min-height: 40px;
  margin: 0 0 17px;
  padding: 7px 0 0 64px;
  font-size: 18px;
  color: #6f777d;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .services-result ol.big li {
    margin: 0 0 14px;
    padding: 7px 0 0 40px;
  }
}

.services-result ol.big li::before {
  content: counter(listnumberbig) ".";
  color: #ed1f47;
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.services-result__attention {
  font-size: 18px;
  width: 100%;
  max-width: 265px;
  padding-left: 40px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.services-result__attention::before {
  content: "";
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/icon-exclamation-point.svg);
}

.services-result__content {
  padding: 75px 95px 30px 105px;
  border: 15px solid #eaeef1;
  position: relative;
}

@media (max-width: 991px) {
  .services-result__content {
    padding: 23px 6px 5px;
  }
}

@media (max-width: 767px) {
  .services-result__content {
    width: calc(100% + 30px);
    margin-left: -15px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.services-result__content h2 {
  max-width: 490px;
}

@media (max-width: 767px) {
  .services-result__content h2 {
    text-align: center;
  }
}

.services-result__image-wrap {
  width: 498px;
  height: 286px;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .services-result__image-wrap {
    left: -110px;
  }
}

@media (max-width: 767px) {
  .services-result__image-wrap {
    display: none;
  }
}

.services-result__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-advantages {
  margin-bottom: 50px;
}

.service-advantages>.container {
  position: relative;
}

.service-advantages>.container::before {
  content: "";
  width: 5px;
  height: 407px;
  border-left: 5px solid #ed1f47;
  display: block;
  position: absolute;
  top: -270px;
  bottom: 0;
  left: 52px;
  z-index: -1;
}

@media (max-width: 767px) {
  .service-advantages>.container::before {
    display: none;
  }
}

.service-advantages .advantages__item {
  gap: 25px;
}

@media (max-width: 767px) {
  .service-advantages .advantages__item {
    gap: 16px;
  }
}

.service-advantages .advantages__item-icon__wrap {
  width: 59px;
  height: 59px;
}

@media (max-width: 767px) {
  .service-advantages .advantages__item-icon__wrap {
    width: 41px;
    height: 41px;
  }
}

.service-advantages .advantages__item-title {
  padding: 0;
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.service-advantages .advantages__item-text {
  font-size: 18px;
  color: #343434;
}

.service-advantages__heading {
  font-size: 18px;
  padding-left: 100px;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .service-advantages__heading {
    padding-left: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .service-advantages__heading h2 {
    text-align: center;
  }
}

.services-verification {
  position: relative;
  z-index: 1;
}

.services-verification::before {
  content: "";
  border-left: 6px solid #ed1f47;
  height: 117px;
  margin-left: -3px;
  position: absolute;
  top: -63px;
  left: 50%;
  z-index: -1;
}

.services-verification h2 {
  margin-bottom: 145px;
}

@media (max-width: 767px) {
  .services-verification h2 {
    margin-bottom: 25px;
  }
}

.services-verification__items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px 85px;
}

@media (max-width: 767px) {
  .services-verification__items-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

.services-verification__item-image__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 254px;
  height: 254px;
  margin-bottom: 23px;
}

@media (max-width: 767px) {
  .services-verification__item-image__wrap {
    width: 147px;
    height: 146px;
    margin-bottom: 12px;
  }
}

.services-verification__item-image {
  max-width: 100%;
  max-height: 100%;
}

.services-verification__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: calc(34% - 64px);
}

@media (max-width: 991px) {
  .services-verification__item {
    max-width: calc(50% - 64px);
  }
}

@media (max-width: 767px) {
  .services-verification__item {
    max-width: 100%;
  }
}

.services-verification__item-title {
  font-size: 24px;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .services-verification__item-title {
    font-size: 16px;
  }
}

.table-note {
  display: block;
  font-size: 14px;
  color: #6f777d;
  margin-top: -16px;
}

.services-questions {
  margin-top: 30px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .services-questions {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 20px;
  }
}

.services-questions .section__text {
  margin-bottom: 20px;
}

.questions {
  margin-top: 60px;
  margin-bottom: 60px;
}

.questions .section__text {
  font-size: 18px;
  margin-top: 27px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .questions {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.service-articles {
  margin: 75px 0;
}

@media (max-width: 767px) {
  .service-articles {
    margin: 30px 0;
  }
}

.services-detail .tab__text {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  color: #333;
}

.newservices-intro {
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .newservices-intro {
    margin-bottom: 30px;
  }
}

.newservices-intro__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 768px;
}

@media (max-width: 767px) {
  .newservices-intro__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.newservices-intro__box:not(:last-child) {
  margin-bottom: 25px;
}

.newservices-intro__box .leave-request__btn {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .newservices-intro__box .leave-request__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.newservices-intro__image-wrap {
  width: 286px;
  height: 286px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .newservices-intro__image-wrap {
    width: 180px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}

.newservices-intro__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.newservices-intro__content {
  max-width: 440px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .newservices-intro__content {
    max-width: 100%;
    padding-top: 0;
  }
}

.newservices-intro__text {
  margin-bottom: 17px;
}

.newservices-nav__box.sticky__element--fix {
  width: 100% !important;
  left: 0;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(48, 80, 117, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(48, 80, 117, 0.2);
  z-index: 4;
}

.newservices-nav__box.sticky__element--fix .sticky-nav {
  padding: 11px 0;
}

.newservices-chars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px 30px;
  position: relative;
}

@media (max-width: 575px) {
  .newservices-chars {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.newservices-chars__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 0 9px 0;
  border-bottom: 2px solid #ed1f47;
}

@media (max-width: 767px) {
  .newservices-chars__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}

.newservices-chars__item-title,
.newservices-chars__item-text {
  color: #abbcc8;
}

.newservices-chars__item-title {
  font-size: 24px;
  font-weight: 700;
}

.newservices-chars__item-text {
  font-size: 20px;
  text-align: center;
}

.newservices-intro__main {
  position: relative;
}

.newservices-intro__sideimage {
  display: none;
  position: absolute;
  width: 1920px;
  height: 536px;
  top: 0;
  left: 50%;
  margin-left: -200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  pointer-events: none;
  z-index: -1;
}

@media (min-width: 992px) {
  .newservices-intro__sideimage {
    display: block;
  }
}

.newservices-result {
  background-color: #f3f4f0;
}

.newservices-result>.container {
  position: relative;
}

ol.newservices-result__list {
  counter-reset: listnumberbig;
  max-width: 720px;
  padding: 0;
  position: relative;
  border-left: 5px solid #ddd;
}

ol.newservices-result__list li {
  counter-increment: listnumberbig;
  padding: 20px 0 20px 65px;
  position: relative;
  font-size: 22px;
  line-height: 1.3;
  color: #909ba2;
}

@media (max-width: 767px) {
  ol.newservices-result__list li {
    font-size: 20px;
    padding-left: 40px;
  }
}

ol.newservices-result__list li::before {
  content: counter(listnumberbig) "";
  font-size: 40px;
  line-height: 1;
  color: #ed1f47;
  position: absolute;
  top: 6px;
  left: 20px;
}

@media (max-width: 767px) {
  ol.newservices-result__list li::before {
    left: 9px;
  }
}

ol.newservices-result__list li:not(:last-child) {
  margin-bottom: 0;
}

.newservices-result__content {
  max-width: 768px;
  position: relative;
}

.newservices-result__image-wrap {
  width: 290px;
  height: calc(100% + 80px);
  position: absolute;
  bottom: -40px;
  left: 858px;
  z-index: 1;
}

.newservices-result__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.newservices-types__lists-wrap[data-togglers-view=cols] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px 32px;
  gap: 25px;
}

@media (max-width: 767px) {
  .newservices-types__lists-wrap[data-togglers-view=cols] {
    grid-template-columns: auto;
  }
}

.newservices-types__lists-wrap[data-togglers-view=cols].folded .newservices-types__list-box:nth-of-type(n + 4) {
  display: none;
}

.newservices-types__lists-wrap[data-togglers-view=cols] .newservices-types__list-box .show-all__btn {
  display: none;
}

.newservices-types__lists-wrap[data-togglers-view=cols] .newservices-types__list {
  display: grid;
  grid-template-columns: repeat(2, 100px);
  grid-gap: 10px 15px;
}

@media (max-width: 767px) {
  .newservices-types__lists-wrap[data-togglers-view=cols] .newservices-types__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.newservices-types__lists-wrap[data-togglers-view=full] {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}

.newservices-types__lists-wrap[data-togglers-view=full] .newservices-types__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 15px;
}

@media (max-width: 575px) {
  .newservices-types__lists-wrap[data-togglers-view=full] .newservices-types__list {
    grid-template-columns: auto;
  }
}

.newservices-types__lists-wrap+.show-all__btn,
.newservices-types__lists-wrap .show-all__btn {
  margin: 0;
}

.newservices-types__lists-wrap+.show-all__btn {
  margin-top: 30px;
}

.newservices-types__list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.newservices-types__list-box.folded .newservices-types__list li:nth-of-type(n + 7) {
  display: none;
}

.newservices-types__list li {
  color: #777;
}

.sidecontact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .sidecontact {
    margin-bottom: 60px;
  }
}

.sidecontact__image-wrap {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 24px;
  overflow: hidden;
}

.sidecontact__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidecontact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidecontact__name {
  font-weight: 700;
  color: #404040;
}

.sidecontact__position {
  font-size: 17px;
  color: #404040;
}

.sidecontact__phone {
  text-decoration: underline;
}

.sidecontact__phone:hover {
  text-decoration: none;
}

.sidecontact__mail {
  color: #404040;
  text-decoration: none;
}

.technologies {
  margin: 40px 0;
}

@media (max-width: 767px) {
  .technologies {
    margin: 20px 0;
  }
}

.technologies__text {
  font-size: 18px;
  margin: 0 0 37px;
  color: #6f777d;
  text-align: center;
}

.vacancies-intro {
  margin-bottom: 25px;
}

.wave-wrapper {
  overflow: hidden;
  width: calc(100vw + 1882px + 1882px);
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wave-wrapper .wave {
  background: url(../img/image-content/wave-big.png) no-repeat 0 50%;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.map {
  position: relative;
}

.map--no-touch:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
}

.map__holder {
  height: 400px;
}

@media (max-width: 767px) {
  .map__holder {
    height: 450px;
  }
}

.map__placemark {
  display: block;
  white-space: nowrap;
  padding: 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  -webkit-transform: translate(26px, -6px);
  -ms-transform: translate(26px, -6px);
  transform: translate(26px, -6px);
  border: 2px solid #ed1f47;
  color: #000;
  background-color: #fff;
  font-family: "Calibri", sans-serif;
  font-size: 15px;
}

.sticky-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

@media (max-width: 767px) {
  .sticky-nav {
    overflow: auto;
  }
}

.sticky-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  color: #909ba2;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: #e9edf1;
}

@media (max-width: 767px) {
  .sticky-nav__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.sticky-nav__item:hover {
  color: #fff;
  background-color: #ed1f47;
}

ul.territory__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px 22px;
  padding: 15px 0;
}

@media (max-width: 767px) {
  ul.territory__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.territory__list-link {
  text-decoration: underline;
  color: #777;
  word-break: break-word;
}

.territory__list-link:hover {
  text-decoration: none;
}

.incut-requests__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.incut-request--w-options {
  display: grid;
  grid-template-columns: 320px auto;
  grid-gap: 0;
}

@media (max-width: 991px) {
  .incut-request--w-options {
    grid-template-columns: auto;
  }
}

.incut-request--w-options .incut-request__heading {
  background-color: #abbcc8;
}

.incut-request--w-options .incut-request__title {
  color: #fff;
}

.incut-request--w-options .incut-request__fields-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 200px));
  grid-gap: 30px;
}

@media screen and (max-width: 480px) {
  .incut-request--w-options .incut-request__fields-wrap {
    width: 100%;
    max-width: 200px;
    grid-template-columns: auto;
  }
}

.incut-request--no-options {
  display: grid;
  grid-template-columns: minmax(100px, 554px) auto;
  grid-gap: 0;
}

@media (max-width: 991px) {
  .incut-request--no-options {
    grid-template-columns: auto;
  }
}

.incut-request--no-options .incut-request__heading {
  background-color: #f3f4f0;
}

.incut-request--no-options .incut-request__title {
  color: #abbcc8;
}

.incut-request--no-options .incut-request__fields-wrap {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 200px));
  grid-gap: 30px;
}

.incut-request__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #abbcc8;
  padding: 30px 34px 30px 30px;
}

@media (max-width: 767px) {
  .incut-request__heading {
    padding: 20px;
  }
}

.incut-request__title,
.h3.incut-request__title {
  margin: 0;
}

.incut-request__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 30px 30px 34px;
  background-color: #f3f4f0;
}

@media (max-width: 767px) {
  .incut-request__content {
    gap: 20px;
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .incut-request__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.incut-request__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.incut-request__field-title {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}

.incut-request__field-value {
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.incut-request__field-value span:first-child {
  margin-right: 5px;
}

.form__thanks {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.sticky {
  position: relative;
}

.sticky__element--fix {
  position: fixed;
  top: 0;
}

.sticky__element--absolute {
  position: absolute;
  bottom: 0px;
}

/*# sourceMappingURL=style.css.map */

/* FIELDSET */

.content__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border: 1px solid #ed1f47;
  border-radius: 10px;
  margin: 60px 0 40px 0;
  padding-top: 15px;
}

p.fieldset__title {
  position: relative;
  background: #fff;
  padding: 20px;
  top: -60px;
  max-width: 80%;
  text-align: center;
  margin: 0;
  height: 90px;
  font-size: 24px;
  font-weight: 500;
}

.fieldset__content {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
  background: #fff;
  position: absolute;
  bottom: -45px;
}

.fieldset__content button.btn {
  border-radius: 10px;
}

.fieldset__content a,
.fieldset__content .phone-desktop {
  font-size: 32px;
  text-decoration: none;
  font-weight: 600;
  color: #ed1f47;
  border-bottom: 1px solid transparent;
}

.fieldset__content button.btn:hover {
  background: #fff;
  color: #ed1f47;
}

.fieldset__content a:hover {
  border-color: #ed1f47;
}

@media (max-width: 767px) {
  p.fieldset__title {
    font-size: 18px;
    max-width: 310px;
  }

  .fieldset__content {
    gap: 10px;
    flex-direction: column;
    bottom: -60px;
  }

  .fieldset__content a {
    font-size: 24px;
  }
}

.popular__item {
  display: none;
}

.popular__item:nth-child(1),
.popular__item:nth-child(2),
.popular__item:nth-child(3),
.popular__item:nth-child(4),
.popular__item:nth-child(5),
.popular__item:nth-child(6) {
  display: flex;
}

.author__row {
  display: flex;
  align-items: center;
  gap: 30px;
}

.post__view {
  display: flex;
  align-items: center;
  gap: 7px;
}

.post__view svg {
  width: 20px;
}

.post__view span,
span.post__time__value {
  font-size: 18px;
  font-weight: 700;
  color: #343434;
}

.soc__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-transform: uppercase;
  align-items: flex-start;
}

.post__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}

.post__footer span {
  text-transform: uppercase;
  font-weight: 600;
}

.post__rating {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img {
  width: 14px;
  margin-right: 2px;
}

span.post-ratings-text {
  text-transform: math-auto;
  font-weight: 400;
}

.post__rating em {
  font-size: 13px;
}

a.kamatoc-gotop {
  font-size: 14px;
  border-bottom: 1px solid;
  opacity: .5;
}

a.kamatoc-gotop:hover {
  color: #ed1f47;
}

.kamatoc-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 30px;
  border: 1px solid #abbcc8;
  border-radius: 7px;
  margin-bottom: 30px;
}

.section.content-detail h2 {
  padding-top: 20px;
}

.section.content-detail div.section__head h2 {
  padding-top: 70px;
}


.kamatoc-wrap__title.kamatoc_wrap_title_js {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
}

span.kc-show-hide {
  font-family: "Calibri", sans-serif;
  font-size: 14px !important;
  line-height: 1;
  padding: 5px 8px;
  background: #ed1f47;
  color: #fff;
  border-radius: 5px;
  font-weight: 400;
  text-transform: math-auto;
  transition: all .5s ease;
}

span.kc-show-hide:hover {
  background: #757575;
}

ul#tocmenu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

ul#tocmenu li {
  position: relative;
}

ul#tocmenu li::before {
  content: '—';
}

ul#tocmenu li a {
  text-decoration: none;
  font-size: 1em;
  border-bottom: 1px solid transparent;
}

ul#tocmenu li a b {
  font-weight: 400;
}

ul#tocmenu li a:hover {
  color: #ed1f47;
  border-color: #ed1f47;
}

li.kamatoc__sub.kamatoc__sub_1 {
  padding-left: 15px;
}

@media only screen and (max-width: 600px) {
  .author__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    margin-bottom: 10px;
  }

  .author {
    align-items: center;
  }

  .soc__btns {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .post__footer {
    flex-direction: column;
    gap: 30px;
  }
}

.footer__nav__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

a.footer__logo {
  display: flex;
}

a.footer__logo img {
  width: 160px;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

footer .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 80px;
}

.footer__first {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .footer__first {
    flex-direction: column;
    gap: 40px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .footer__block--copyright {
    max-width: 100%;
  }

  .footer__block--yandex {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .footer__nav__wrapper {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 480px) {
  .footer__bottom {
    align-items: flex-start;
    text-align: left;
  }

  .footer__block--yandex {
    justify-content: flex-start;
  }

  .yarank {
    margin: 0;
  }

  .footer__block--copyright {
    margin: 0;
    align-items: flex-start;
  }

  footer .container {
    gap: 40px;
  }
}



.fixed-block {
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 200px;
  align-content: flex-start;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px;
  background-color: #fafafa;
  border-radius: 4px;
  z-index: 2;
  box-shadow: rgb(0 0 0 / 10%) 0px 6px 12px 0px;

}

.fixed-block p {
  font-size: 14px;
  line-height: 120%;
}

.fixed-block__title {
  text-align: center;
  font-weight: 500;
  color: #262a35;
}

.fixed-block__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-block__icon svg path {
  fill: #f43;
}

.fixed-block__content {
  display: grid;
  gap: 5px;
  width: 100%;
  justify-content: center;
}

.fixed-block__stars {
  display: grid;
  grid-template-columns: repeat(5, 20px);
  justify-content: center;
  gap: 5px;
}

.fixed-block__star {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .fixed-block {
    display: none;
  }
}

.phone-desktop {
  display: flex;
}

.phone-mobile {
  display: none;
}

@media (max-width: 767px) {
  .phone-desktop {
    display: none;
  }

  .phone-mobile {
    display: flex;
  }
}

.contacts__nav li .phone-desktop,
.index-map__contacts-item__content-wrap .phone-desktop,
.contacts__item-content .phone-desktop {
  color: #6f777d;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;

}


.about-count {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 50px;
  border: 1px solid #ed1f47;
  border-radius: 10px;
  padding: 30px 30px 40px 0;
}

.about-count__item {
  display: grid;
  align-items: center;
  gap: 0;
  font-size: 20px;
  justify-content: center;
  text-align: center;
  line-height: 120%;
  grid-auto-rows: min-content;

}

.about-count__item div {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #ed1f47;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .about-count {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 30px 40px 30px;

  }

  .about-count__item {
    justify-content: flex-start;
    text-align: left;
  }

  .about-count__item br {
    display: none;
  }

  .about-count__item div {
    text-align: left;
  }
}


.reviews-block {
  display: flex;
  gap: 30px;
  margin: 30px 0;
}

.reviews-block p {
  display: none;
}

.reviews-block__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.reviews-block__item p {
  display: none;
}

.reviews-block__icon {
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;

}

.reviews-block__icon svg {
  height: 100%;
  width: auto;
}

.reviews-block__name {
  font-weight: 800;
}

.geo-tags {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.geo-tags a {
  text-decoration: none;
  color: black;
  background-color: white;
  border: 1px solid #ed1f47;
  padding: 10px 16px;
  border-radius: 20px;
  transition: all 0.3s;
}

.geo-tags a:hover {
  background-color: #ed1f47;
  color: white;
}

.partner-preview {
  max-width: 170px;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .partner-preview {
    margin-left: auto;
    margin-right: auto;
  }
}

.partner-preview__open-popup {
  text-decoration: underline;
}


.price-slider-button{
        background: transparent;
    background-color: transparent!important;
	max-width: 200px;
    width: 100%;
}
.banner__item-title,
.banner__item-text{
	flex-basis: 100%;

}






