@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:400,400i,500,700,700i,900&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  outline: none;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: normal;
  color: white;
  overflow-x: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  display: block;
}

.container {
  max-width: 1278px;
  padding: 0 30px;
  margin: 0 auto;
}

.button {
  display: inline-block;
  padding: 9px;
  background-color: rgba(126, 179, 201, 0.4);
  border: none;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: rgba(28, 34, 44, 0.9);
  text-align: center;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  letter-spacing: 0.02em;
  border-radius: 22px;
  font-family: "Roboto", sans-serif;
  max-width: 178px;
  width: 100%;
}
.button:hover {
  color: #1c222c;
  background-color: rgba(113, 161, 181, 0.5);
}

.header-section {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
  color: #0e101a;
  text-align: center;
  display: inline-block;
  position: relative;
  padding-top: 61px;
}
.header-section::before {
  content: "";
  position: absolute;
  left: -107px;
  background: url("../img/svg/header-decor-1.svg") no-repeat;
  width: 61px;
  height: 35.5px;
  bottom: 3px;
}
.header-section::after {
  content: "";
  position: absolute;
  right: -107px;
  background: url("../img/svg/header-decor-1.svg") no-repeat;
  width: 61px;
  height: 35.5px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  bottom: 3px;
}

.subtext-section {
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.02em;
  color: #1c222c;
  font-weight: 400;
  padding-top: 25px;
  margin: 0 auto;
}
.subtext-section a {
  font-weight: 500;
  color: #7eb3c9;
  text-decoration: underline;
}
.subtext-section a:hover {
  color: #71a1b5;
}

.slick-lightbox-slick-item-inner {
  max-width: 1110px !important;
  padding: 49px 50px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slick-lightbox-slick-item-inner .slick-lightbox-close {
  display: block !important;
}

.slick-lightbox-close {
  top: 16px !important;
  right: 16px !important;
  height: 22px !important;
  width: 22px !important;
}
.slick-lightbox-close::before {
  font-size: 0 !important;
  width: 22px !important;
  height: 22px !important;
  content: url("../img/svg/close.svg") !important;
}

.slick-arrow {
  cursor: pointer;
}

.header-h2 {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
  color: #0e101a;
  text-align: left;
  position: relative;
  padding-top: 25px;
}

.header-h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  color: #0e101a;
  padding-top: 25px;
}

.header-h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
  color: #0e101a;
  padding-top: 25px;
}

.slick-lightbox-slick-img {
  max-height: none !important;
}

.mfp-title {
  padding-right: 0 !important;
}
.mfp-title .price-section__images--header {
  max-width: 594px;
}
.mfp-title .price-section__images--text {
  max-width: 594px;
}
.mfp-title .safety-section__images--header {
  max-width: 594px;
}
.mfp-title .safety-section__images--text {
  max-width: 594px;
}
.mfp-title .project-section__images--header {
  max-width: 594px;
}
.mfp-title .project-section__images--text {
  max-width: 594px;
}

.mpf-content {
  padding: 9px 50px;
  background: white;
}

.mfp-image-holder .mfp-close {
  background: url("../img/svg/close.svg") no-repeat;
  width: 22px;
  height: 22px;
}

.wpcf7-form br {
  display: none;
}

span.wpcf7-not-valid-tip {
  padding: 2px 0 0;
  text-align: left;
  font-size: 1.1rem;
}

div.wpcf7-response-output {
  font-size: 1.2rem !important;
  text-align: center;
  padding-top: 8px !important;
  color: rgba(28, 34, 44, 0.8) !important;
}

.archive-page ol {
  width: 100%;
}

@media (max-width: 1440px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 768px) {
  .slick-lightbox-close::before {
    content: "" !important;
    background: url("../img/svg/close.svg");
    background-size: 12px !important;
    height: 12px !important;
    width: 12px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .slick-lightbox-slick-item-inner {
    width: 100%;
    padding: 20px;
    max-width: 90% !important;
  }

  .slick-lightbox-close {
    top: 2px !important;
    right: 2px !important;
  }

  .header-section {
    font-size: 2rem;
    line-height: 2.2rem;
    padding-top: 31px;
  }
  .header-section::after {
    right: -61px;
    width: 45px;
    background-size: contain;
    height: 30.5px;
    bottom: 0;
  }
  .header-section::before {
    left: -61px;
    width: 45px;
    background-size: contain;
    height: 30.5px;
    bottom: 0;
  }

  .container {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .header-section::after, .header-section::before {
    content: none;
  }
}
@media (max-width: 375px) {
  .header-section::before {
    left: -50px;
    background-size: contain;
    width: 50px;
    height: 25.5px;
  }
  .header-section::after {
    right: -50px;
    background-size: contain;
    width: 50px;
    height: 25.5px;
  }
}
header {
  max-height: 900px;
}

.header-404 {
  max-height: none;
  height: auto;
}

.logo-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo-icon--block {
  padding-left: 10px;
}
.logo-icon--first-text {
  font-size: 3.3rem;
  line-height: 3.96rem;
  letter-spacing: 0.025em;
  color: #e5f0f4;
  font-weight: 500;
}
.logo-icon--first-text-2 {
  color: #0e101a;
}
.logo-icon--second-text {
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.32rem;
  color: #73a2b4;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  /* Allows right click menu on the video */
}

.video-hero {
  height: 900px;
}
.video-hero--background-image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(14, 16, 26, 0.6);
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.25;
}

.header-block-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
}
.header-block-section .container {
  width: 63.438vw;
}
.header-block-section .hamburger-menu {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
}
.header-block-section .hamburgerIcon {
  height: 2px;
  width: 30px;
  position: absolute;
  border-radius: 50px;
  background-color: white;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  right: 0;
  cursor: pointer;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-block-section .hamburgerIcon::after, .header-block-section .hamburgerIcon::before {
  content: "";
  position: absolute;
  height: inherit;
  border-radius: inherit;
  background-color: inherit;
  margin: auto;
  width: 50%;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.header-block-section .hamburgerIcon::before {
  top: -7px;
  left: 0;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.header-block-section .hamburgerIcon::after {
  bottom: -7px;
  right: 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.header-block-section .hamburgerIcon-mobile {
  background: #0e101a;
}
.header-block-section .logo {
  padding-top: 12px;
  padding-left: 17px;
  position: absolute;
}
.header-block-section .language-block {
  background: transparent;
  position: absolute;
  right: 0;
}
.header-block-section .language-block--list {
  padding: 28px 0 29px;
}
.header-block-section .language-block--list li {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  color: white;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  height: 40px;
  width: 155px;
  text-align: center;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
.header-block-section .language-block--list li a {
  width: 100%;
  height: 100%;
  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;
  position: relative;
}
.header-block-section .language-block--list li:hover {
  background: rgba(113, 161, 181, 0.1);
}
.header-block-section .language-block--list li span {
  position: absolute;
  width: 14px;
  height: 11px;
  top: 50%;
  right: 42px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header-block-section .language-block--list li span svg path {
  stroke: white;
}
.header-block-section .language-block--list li:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-block-section .language-block--list li:nth-last-child(1) {
  padding-bottom: 0;
}
.header-block-section .language-block--list-active {
  -webkit-box-shadow: 0px 4px 32px 0px rgba(14, 16, 26, 0.17);
  box-shadow: 0px 4px 32px 0px rgba(14, 16, 26, 0.17);
}
.header-block-section .language-block--list-active li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1c222c;
}
.header-block-section .language-block--list-active li span svg path {
  stroke: #1c222c;
}
.header-block-section .menu {
  padding-right: 2px;
  padding-top: 41px;
}
.header-block-section .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-block-section .menu ul li {
  padding-left: 29px;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header-block-section .menu ul li:hover {
  color: #7eb3c9;
}

#particles-js canvas {
  position: absolute;
}

.header-content {
  position: relative;
  margin-top: 134px;
}
.header-content--button {
  line-height: 2.8rem;
  color: white;
  background: #7eb3c9;
  padding: 8px;
}
.header-content--button:hover {
  background-color: #71a1b5;
}
.header-content__wrapper {
  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;
}
.header-content__top-text {
  width: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.header-content__top-text--text {
  font-weight: 900;
  font-size: 3rem;
  text-align: center;
}
.header-content__top-text--span-1 {
  font-weight: 900;
  font-size: 6rem;
  color: #7eb3c9;
  text-align: left;
}
.header-content__top-text--span-2 {
  text-align: center;
  font-weight: bold;
  font-size: 6rem;
  color: #7eb3c9;
}
.header-content__top-text--span-3 {
  text-align: left;
}
.header-content__top-text--span-4 {
  text-align: right;
}
.header-content__middle-text {
  max-width: 1010px;
  padding-top: 64px;
}
.header-content__middle-text--text {
  font-weight: 500;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  line-height: 2.8rem;
}
.header-content__bottom-text {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 36px;
}
.header-content__bottom-text--text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  opacity: 0.8;
}
.header-content--button {
  max-width: 277px;
  width: 100%;
}

.subheader-block-section--menu ul li {
  color: #0e101a;
}
.subheader-block-section .language-block--list li {
  color: #0e101a;
}
.subheader-block-section .language-block--list li span svg path {
  stroke: #0e101a;
}

.submenu {
  background: rgba(229, 240, 244, 0.6);
  margin-top: 41px;
  min-height: 51px;
}
.submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 13px 0;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 2.6rem;
  letter-spacing: 0.02em;
  color: rgba(28, 34, 44, 0.6);
}
.submenu ul span {
  font-style: italic;
  font-size: 1.2rem;
  line-height: 2.6rem;
  letter-spacing: 0.02em;
  color: rgba(28, 34, 44, 0.6);
  padding: 0 11px;
}
.submenu ul span span {
  padding: 0;
}
.submenu ul span:first-child {
  padding-left: 0;
}
.submenu ul .current-item {
  color: #1c222c;
}
.submenu--active {
  color: #1c222c;
}

.mob-shad {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(14, 16, 26, 0.8);
  z-index: 8888;
  cursor: pointer;
  left: 0;
  top: 0;
  display: none;
}

.mob-panel {
  position: fixed;
  width: 260px;
  height: 100%;
  background: white;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.45);
  z-index: 8889;
  right: -330px;
  top: 0;
  overflow-y: auto;
  text-align: left;
  padding-top: 25px;
  visibility: hidden;
}
.mob-panel .language-block {
  background: transparent;
  width: 180px;
  margin: 0 auto;
}
.mob-panel .language-block--list {
  padding: 28px 0 29px;
}
.mob-panel .language-block--list li {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  color: #0e101a;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  height: 40px;
  width: 100%;
  text-align: center;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
.mob-panel .language-block--list li:hover {
  background: rgba(113, 161, 181, 0.1);
}
.mob-panel .language-block--list li span {
  position: absolute;
  top: 50%;
  right: 42px;
  -webkit-transform: translateY(calc(-50% + 1px));
  -ms-transform: translateY(calc(-50% + 1px));
  transform: translateY(calc(-50% + 1px));
}
.mob-panel .language-block--list li span svg path {
  stroke: #0e101a;
}
.mob-panel .language-block--list li:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mob-panel .language-block--list-active {
  -webkit-box-shadow: 0px 4px 32px 0px rgba(14, 16, 26, 0.17);
  box-shadow: 0px 4px 32px 0px rgba(14, 16, 26, 0.17);
}
.mob-panel .language-block--list-active li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1c222c;
}
.mob-panel .language-block--list-active li span svg path {
  stroke: #1c222c;
}
.mob-panel ul li {
  padding: 10px 0;
}
.mob-panel ul li a {
  color: #0e101a;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-transform: uppercase;
}
.mob-panel ul li a:hover {
  color: #7eb3c9;
}

.mob-close {
  z-index: 10000;
}
.mob-close .hamburgerIcon {
  background: #7eb3c9;
}

.header-block-section .open {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 0;
}
.header-block-section .open::before {
  top: 0;
  -webkit-transform: translateX(100%) rotate(-90deg);
  -ms-transform: translateX(100%) rotate(-90deg);
  transform: translateX(100%) rotate(-90deg);
}
.header-block-section .open::after {
  bottom: 0;
  -webkit-transform: translateX(-100%) rotate(-90deg);
  -ms-transform: translateX(-100%) rotate(-90deg);
  transform: translateX(-100%) rotate(-90deg);
}

.mob-panel-language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.mob-panel2 {
  padding-top: 44px;
}
.mob-panel2 ul {
  width: 180px;
  margin: 0 auto;
}

@media (max-width: 1620px) {
  .header-block-section .container {
    width: 73.438vw;
  }
}
@media (max-width: 1400px) {
  .header-block-section .container {
    width: 81.438vw;
  }
}
@media (max-width: 1200px) {
  .header-block-section .container {
    width: 72.438vw;
  }
}
@media (max-width: 1370px) {
  .header-block-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
  }
  .header-block-section .hamburger-menu {
    display: block;
  }
  .header-block-section .logo {
    position: relative;
    padding-left: 0;
  }
  .header-block-section .container {
    display: none;
  }
  .header-block-section .language-block {
    display: none;
  }
}
@media (max-width: 768px) {
  header, .video-hero {
    max-height: 720px;
  }

  .submenu {
    margin-top: 15px;
  }

  .header-content {
    margin-top: 50px;
  }
  .header-content--button {
    margin-top: 20px;
  }
  .header-content__top-text {
    letter-spacing: 0.02em;
  }
  .header-content__top-text--text {
    font-size: 1.7rem;
  }
  .header-content__top-text--span-1, .header-content__top-text--span-2 {
    font-size: 2rem;
  }
  .header-content__middle-text {
    padding-top: 40px;
  }
  .header-content__middle-text--text {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .header-content__bottom-text {
    padding-top: 40px;
  }
  .header-content__bottom-text--text {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (max-width: 420px) {
  .logo-icon {
    width: 100%;
  }
  .logo-icon--first-text {
    font-size: 1.6rem;
  }
  .logo-icon--second-text {
    font-size: 1rem;
  }

  .mob-panel {
    width: 100%;
    right: -420px;
  }

  .mob-panel2 ul {
    padding-left: 40px;
    width: 100%;
  }

  .mob-panel .language-block {
    width: 100%;
  }
}
@media (max-width: 345px) {
  header, .video-hero {
    max-height: 900px;
  }
}
.footer {
  background: #d8e8ef;
  text-align: center;
  padding-top: 64px;
  padding-bottom: 59px;
  margin-top: 56px;
}
.footer__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__social a {
  position: relative;
  margin: 0 15px;
  width: 19px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__social a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid rgba(113, 161, 181, 0.3);
  width: 38px;
  height: 38px;
}
.footer__social a svg {
  opacity: 0.8;
}
.footer__social a:hover::before {
  background: #71a1b5;
}
.footer__social a:hover svg path {
  fill: white;
}
.footer__text {
  padding-top: 17px;
}
.footer__text--text {
  font-size: 1.2rem;
  line-height: 2rem;
  color: rgba(28, 34, 44, 0.7);
  letter-spacing: 0.06em;
}

.first-section {
  text-align: center;
}
.first-section--button {
  margin-top: 22px;
}
.first-section__wrapper {
  background: #e5f0f4;
  padding: 53px 44px 37px 60px;
  margin-top: 32px;
  margin-bottom: 4px;
}
.first-section__wrapper--header {
  color: #0e101a;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
}
.first-section__wrapper--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 29px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.first-section__wrapper ul {
  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-wrap: wrap;
  flex-wrap: wrap;
}
.first-section__wrapper ul li {
  color: rgba(28, 34, 44, 0.6);
  max-width: 520px;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
  text-align: left;
  font-style: italic;
  position: relative;
  padding-bottom: 20px;
  width: 100%;
}
.first-section__wrapper ul li::before {
  content: "";
  position: absolute;
  background: url("../img/svg/mark.svg") no-repeat;
  width: 18px;
  height: 18px;
  left: -29px;
  top: 0;
}

.second-section .container {
  text-align: center;
}
.second-section--subtext {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.02em;
  color: #1c222c;
  padding-top: 2.6rem;
  padding-bottom: 33px;
}
.second-section__wrapper {
  background: rgba(126, 179, 201, 0.9);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(45.1%, #e5f0f4), color-stop(45.1%, rgba(126, 179, 201, 0.9)));
  background: -o-linear-gradient(bottom, #e5f0f4 45.1%, rgba(126, 179, 201, 0.9) 45.1%);
  background: linear-gradient(0deg, #e5f0f4 45.1%, rgba(126, 179, 201, 0.9) 45.1%);
  padding-top: 80px;
  padding-bottom: 71px;
}
.second-section__human {
  position: relative;
  max-width: 1218px;
  padding: 0 74px;
}
.second-section__box {
  max-width: 394px;
  width: 100%;
  border-radius: 7px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  position: absolute;
  padding: 25px 21px 27px 31px;
  -webkit-transition: 0.5s !important;
  -o-transition: 0.5s !important;
  transition: 0.5s !important;
}
.second-section__box--header {
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-weight: bold;
}
.second-section__box--text {
  padding-top: 9px;
  font-size: 1.6rem;
  font-style: italic;
}
.second-section__box::before {
  content: "";
  position: absolute;
  left: -118px;
  background: url("../img/svg/lines-active.svg");
  width: 108px;
  height: 11px;
  opacity: 0.4;
}
.second-section__box:hover {
  background: white;
  border-color: white;
}
.second-section__box:hover .second-section__box--header {
  color: #7eb3c9;
}
.second-section__box:hover .second-section__box--text {
  color: #1c222c;
}
.second-section__box:hover::before {
  opacity: 1;
}
.second-section .human-box-1:hover, .second-section .human-box-3:hover, .second-section .human-box-5:hover {
  right: 35px;
}
.second-section .human-box-1:hover::before, .second-section .human-box-3:hover::before, .second-section .human-box-5:hover::before {
  width: 143px;
  left: -148px;
}
.second-section .human-box-2:hover, .second-section .human-box-4:hover {
  left: 20px;
}
.second-section .human-box-2:hover::before, .second-section .human-box-4:hover::before {
  width: 143px;
  right: -148px;
}
.second-section .human-box-4:hover::before {
  width: 123px;
  right: -128px;
}
.second-section .human-box-5:hover::before {
  width: 133px;
  left: -138px;
}
.second-section .human-box-1 {
  right: 70px;
  top: -17px;
}
.second-section .human-box-2 {
  left: 55px;
  top: 20px;
  text-align: right;
}
.second-section .human-box-2::before {
  left: auto;
  right: -118px;
}
.second-section .human-box-3 {
  right: 70px;
  top: 110px;
}
.second-section .human-box-4 {
  left: 55px;
  top: 204px;
  text-align: right;
}
.second-section .human-box-4::before {
  width: 59px;
  left: auto;
  right: -69px;
}
.second-section .human-box-5 {
  right: 70px;
  top: 269px;
}
.second-section .human-box-5::before {
  width: 100px;
  left: -110px;
}
.second-section--second-header {
  font-size: 2.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
  padding-top: 67px;
}
.second-section__advice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
  position: relative;
  background: url("../img/svg/lines-adv.svg") no-repeat;
  background-position-x: 50%;
  background-position-y: 43%;
}
.second-section__advice--box-4 .second-section__advice--header, .second-section__advice--box-5 .second-section__advice--header, .second-section__advice--box-6 .second-section__advice--header {
  text-transform: none;
}
.second-section__advice--box {
  width: calc(100% / 3 - 20px);
  height: 226px;
  padding: 27px 30px 0 31px;
  border-radius: 7px;
  background: white;
  text-align: left;
  margin-bottom: 64px;
  cursor: pointer;
  -webkit-transition: 0.5s !important;
  -o-transition: 0.5s !important;
  transition: 0.5s !important;
}
.second-section__advice--box:hover .second-section__advice--header {
  color: #71a1b5;
}
.second-section__advice--box:hover .second-section__advice--text {
  color: #1c222c;
}
.second-section__advice--box:hover .second-section__advice--button {
  color: #1c222c;
  background: rgba(113, 161, 181, 0.5);
}
.second-section__advice--box-hover .second-section__advice--header {
  color: #71a1b5;
}
.second-section__advice--box-hover .second-section__advice--text {
  color: #1c222c;
}
.second-section__advice--box-hover .second-section__advice--button {
  color: #1c222c;
  background: rgba(113, 161, 181, 0.5);
}
.second-section__advice--box-hover-another {
  background: #f2fbfe;
}
.second-section__advice--header {
  color: #7eb3c9;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.02em;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.second-section__advice--text {
  overflow: hidden;
  position: relative;
  line-height: 1.25em;
  max-height: 5em;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 1.4rem;
  color: rgba(28, 34, 44, 0.8);
  width: 99.7%;
}
.second-section__advice--button {
  margin-top: 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.second-section__pdf {
  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;
}
.second-section__pdf svg {
  -webkit-animation: pulse-play-2 2s infinite;
  animation: pulse-play-2 2s infinite;
}
.second-section__pdf--link {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
  color: #7eb3c9;
  text-decoration: underline;
}
.second-section__pdf--link:hover {
  color: #71a1b5;
  text-decoration: none;
}
.second-section__pdf--text {
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
  color: #1c222c;
  margin-top: -3px;
}
.second-section__pdf-active svg path {
  fill: #71a1b5;
}

.third-section {
  padding-top: 10px;
  text-align: center;
  padding-bottom: 80px;
}
.third-section--subtext {
  padding-bottom: 22px;
}

.mobile-bg-image {
  display: none;
  position: absolute;
}

.iframe-container {
  position: absolute;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  top: 0;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fourth-section .video-hero {
  height: 0;
  padding: 28.125% 0;
}
.fourth-section .jquery-background-video {
  opacity: 0.5;
}
.fourth-section iframe {
  width: 100%;
  position: absolute;
  opacity: 0.5;
  height: 100%;
}
.fourth-section--wrapper {
  position: relative;
  height: 100%;
}
.fourth-section--wrapper .container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.fourth-section--header {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
  text-align: center;
  padding-bottom: 2.7rem;
}
.fourth-section--text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 862px;
  width: 100%;
  padding-bottom: 33px;
}
.fourth-section--button {
  color: white;
  background-color: #7eb3c9;
}
.fourth-section--button:hover {
  color: white;
  background-color: #71a1b5;
}

.wpcf7-list-item-label {
  display: none;
}

.review-pop-up__form .rating br {
  display: none;
}

div.wpcf7-mail-sent-ok {
  border: none;
  color: #0e101a;
  margin: 0;
  padding: 0;
}

div.wpcf7-response-output {
  border: none;
  color: #0e101a;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

div.wpcf7 .ajax-loader {
  display: none;
}

.fives-section {
  text-align: center;
  background: rgba(229, 240, 244, 0.6);
}
.fives-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 36px;
  padding-bottom: 78px;
}
.fives-section__box {
  width: 20%;
}
.fives-section__box--header {
  font-weight: bold;
  font-size: 1.8rem;
  color: #7eb3c9;
  padding-top: 6px;
}
.fives-section__box--text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #1c222c;
  opacity: 0.8;
  font-weight: 400;
  padding-top: 9px;
}
.sixth-section {
  text-align: center;
}
.sixth-section--button {
  margin-top: 14px;
}
.sixth-section__wrapper {
  margin: 0 -15px;
  position: relative;
  padding-top: 36px;
}
.sixth-section__wrapper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sixth-section__wrapper .slick-slide {
  height: auto;
}
.sixth-section__wrapper .slick-arrow {
  position: absolute;
  top: 129px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(126, 179, 201, 0.4);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  font-size: 0;
}
.sixth-section__wrapper .slick-arrow:hover {
  background: rgba(113, 161, 181, 0.5);
}
.sixth-section__wrapper .slick-arrow::before {
  content: "";
  position: absolute;
  background: url("../img/svg/arrow-slick.svg") no-repeat;
  width: 12px;
  height: 15px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sixth-section__wrapper .slick-prev {
  left: -59px;
}
.sixth-section__wrapper .slick-next {
  right: -59px;
}
.sixth-section__wrapper .slick-next::before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  -ms-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
}
.sixth-section__box {
  padding: 0 15px;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sixth-section__box:hover .sixth-section__box--header {
  color: #71a1b5;
}
.sixth-section__box:hover .sixth-section__box--text {
  opacity: 1;
}
.sixth-section__box:hover .sixth-section__box--img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sixth-section__box:hover .sixth-section__box--button {
  background: rgba(113, 161, 181, 0.5);
}
.sixth-section__box--header-block {
  max-height: 4.32rem;
  overflow: hidden;
  margin-top: 16px;
}
.sixth-section__box--header {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  text-align: left;
  color: #7eb3c9;
  line-height: 2.16rem;
}
.sixth-section__box--text-block {
  max-height: 8rem;
  overflow: hidden;
  height: 100%;
  margin-top: 10px;
}
.sixth-section__box--text {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: left;
  color: #1c222c;
  opacity: 0.8;
}
.sixth-section__box--img {
  overflow: hidden;
}
.sixth-section__box--img img {
  height: 100%;
  max-height: 196px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.seventh-section {
  text-align: center;
}
.seventh-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-top: 32px;
}
.seventh-section__help-box {
  max-width: 825px;
  margin: 0 auto;
}
.seventh-section__box {
  background: #e5f0f4;
  text-align: center;
  width: 100%;
  padding-top: 89px;
  padding-bottom: 83px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.seventh-section__box--link {
  font-weight: bold;
  text-decoration: underline;
  color: rgba(28, 34, 44, 0.8);
  cursor: pointer;
}
.seventh-section__box--name {
  color: #7eb3c9;
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  padding-top: 16px;
}
.seventh-section__box--position {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
  font-style: italic;
  color: rgba(28, 34, 44, 0.8);
  font-weight: 400;
  padding-top: 8px;
}
.seventh-section__box--about {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: rgba(28, 34, 44, 0.8);
  padding-top: 12px;
}
.seventh-section__box--about a {
  font-weight: bold;
  text-decoration: underline;
  color: rgba(28, 34, 44, 0.8);
  cursor: pointer;
}
.seventh-section__box--img {
  height: 190px;
  width: 190px;
  border-radius: 50%;
  background: white;
  margin: 0 auto;
}
.seventh-section__box--img img {
  height: 100%;
  width: 190px;
  border-radius: 50%;
}
.seventh-section__box:hover {
  background: rgba(126, 179, 201, 0.6);
}
.seventh-section__box:hover .seventh-section__box--name {
  color: #f4f9fa;
}
.seventh-section #doctor-1 {
  background: rgba(126, 179, 201, 0.6);
}
.seventh-section #doctor-1 .seventh-section__box--name {
  color: #f4f9fa;
}
.seventh-section #doctor-2:hover ~ #doctor-1 {
  background: #e5f0f4;
}
.seventh-section #doctor-2:hover ~ #doctor-1 .seventh-section__box--name {
  color: #7eb3c9;
}

.eighth-section {
  text-align: center;
}
.eighth-section__wrapper {
  margin: 0 -15px;
  margin-top: 41px;
}
.eighth-section__wrapper .slick-arrow {
  position: absolute;
  top: 146px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(126, 179, 201, 0.4);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  font-size: 0;
}
.eighth-section__wrapper .slick-arrow:hover {
  background: rgba(113, 161, 181, 0.5);
}
.eighth-section__wrapper .slick-arrow::before {
  content: "";
  position: absolute;
  background: url("../img/svg/arrow-slick.svg") no-repeat;
  width: 12px;
  height: 15px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.eighth-section__wrapper .slick-prev {
  left: -59px;
}
.eighth-section__wrapper .slick-next {
  right: -59px;
}
.eighth-section__wrapper .slick-next::before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  -ms-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
}
.eighth-section__box {
  padding: 0 15px;
}
.eighth-section__box--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.eighth-section__box--img {
  height: 85px;
  width: 85px;
}
.eighth-section__box--img img {
  border-radius: 50%;
  height: 100%;
}
.eighth-section__box--name-box {
  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;
  padding-left: 29px;
}
.eighth-section__box--name {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #7eb3c9;
  text-align: left;
}
.eighth-section__box--star .active-star {
  fill: #7eb3c9;
  opacity: 1;
}
.eighth-section__box--text {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: rgba(28, 34, 44, 0.8);
}
.eighth-section__box--text-box {
  text-align: left;
  margin-top: 24px;
}
.eighth-section__box--text-box-hidden {
  max-height: 8rem;
  overflow: hidden;
  text-align: left;
}
.eighth-section__box--close {
  display: none;
  text-align: left;
}
.eighth-section__box--more {
  text-align: left;
}
.eighth-section__box--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 386px;
}
.eighth-section__box--link {
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #7eb3c9;
  text-decoration: underline;
}
.eighth-section__box--navigation {
  padding-top: 7px;
  padding-bottom: 16px;
}
.eighth-section__box--navigation svg {
  cursor: pointer;
}

.consult-shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(14, 16, 26, 0.8);
  z-index: 9999;
  cursor: pointer;
  left: 0;
  top: 0;
  display: none;
}

.consult-form-title {
  text-align: center;
  color: black;
  font-weight: 700;
  font-size: 2.8rem;
  padding-bottom: 40px;
}

.consult-pop-up {
  background: #e5f0f4;
  position: fixed;
  top: 50vh;
  left: 50vw;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 450px;
  padding: 33px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10000;
  display: none;
}
.consult-pop-up--close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../img/svg/close.svg");
  width: 22px;
  height: 22px;
  opacity: 0.4;
  cursor: pointer;
}
.consult-pop-up--close:hover {
  opacity: 1;
}
.consult-pop-up--header {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #0e101a;
}
.consult-pop-up__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.consult-pop-up__form--wrapper {
  position: relative;
}
.consult-pop-up__form--wrapper::after {
  pointer-events: none;
  content: url("../img/svg/textarea-arrow.svg");
  font-size: 14px;
  position: absolute;
  height: 25px;
  width: 30px;
  text-align: center;
  bottom: 4px;
  right: 0;
  z-index: 2;
  background: white;
}
.consult-pop-up__form--top {
  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;
}
.consult-pop-up__form--wrapper input, .consult-pop-up__form--wrapper textarea, .consult-pop-up__form--top input, .consult-pop-up__form--top textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 2.8rem;
  color: #1c222c;
  border: none;
  border-radius: 2px;
  width: 100%;
  padding: 9px 18px;
}
.consult-pop-up__form--wrapper input, .consult-pop-up__form--top input {
  max-width: 261px;
  height: 46px;
  margin-bottom: 15px;
}
.consult-pop-up__form--wrapper textarea, .consult-pop-up__form--top textarea {
  resize: vertical;
  min-height: 46px;
  max-width: 802px;
  height: 136px;
}
.consult-pop-up__form--wrapper ::-webkit-input-placeholder, .consult-pop-up__form--top ::-webkit-input-placeholder {
  color: rgba(28, 34, 44, 0.8);
  position: relative;
}
.consult-pop-up__form--wrapper ::-moz-placeholder, .consult-pop-up__form--top ::-moz-placeholder {
  color: rgba(28, 34, 44, 0.8);
  position: relative;
}
.consult-pop-up__form--wrapper :-ms-input-placeholder, .consult-pop-up__form--top :-ms-input-placeholder {
  color: rgba(28, 34, 44, 0.8);
  position: relative;
}
.consult-pop-up__form--wrapper ::-ms-input-placeholder, .consult-pop-up__form--top ::-ms-input-placeholder {
  color: rgba(28, 34, 44, 0.8);
  position: relative;
}
.consult-pop-up__form--wrapper ::placeholder, .consult-pop-up__form--top ::placeholder {
  color: rgba(28, 34, 44, 0.8);
  position: relative;
}
.consult-pop-up__form--button-block {
  text-align: center;
  padding-top: 30px;
}
.consult-pop-up__form--button {
  max-width: 261px;
  color: white;
  background: #7eb3c9;
}
.consult-pop-up__form--button:hover {
  color: white;
  background: #71a1b5;
}

.review-shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(14, 16, 26, 0.8);
  z-index: 9999;
  cursor: pointer;
  left: 0;
  top: 0;
  display: none;
}

.review-pop-up {
  background: #e5f0f4;
  position: fixed;
  top: 50vh;
  left: 50vw;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1010px;
  padding: 53px 104px 80px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10000;
  display: none;
}
.review-pop-up--close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../img/svg/close.svg");
  width: 22px;
  height: 22px;
  opacity: 0.4;
  cursor: pointer;
}
.review-pop-up--close:hover {
  opacity: 1;
}
.review-pop-up--header {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #0e101a;
}
.review-pop-up__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.review-pop-up__form--rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.review-pop-up__form--rating p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: rgba(28, 34, 44, 0.8);
  padding-right: 11px;
}
.review-pop-up__form--file {
  cursor: pointer;
  position: relative;
  padding-left: 39px;
}
.review-pop-up__form--file label {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: underline;
  color: #71a1b5;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
  font-weight: bold;
}
.review-pop-up__form--file:hover label {
  color: #71a1b5;
}
.review-pop-up__form--file input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.review-pop-up__form .rating {
  display: inline-block;
  position: relative;
  height: 18px;
  font-size: 23px;
  line-height: 2.4rem;
}
.review-pop-up__form .rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.review-pop-up__form .rating label:last-child {
  position: static;
}
.review-pop-up__form .rating label:nth-child(1) {
  z-index: 5;
}
.review-pop-up__form .rating label:nth-child(2) {
  z-index: 4;
}
.review-pop-up__form .rating label:nth-child(3) {
  z-index: 3;
}
.review-pop-up__form .rating label:nth-child(4) {
  z-index: 2;
}
.review-pop-up__form .rating label:nth-child(5) {
  z-index: 1;
}
.review-pop-up__form .rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 19px;
  height: 18px;
  cursor: pointer;
}
.review-pop-up__form .rating label .icon {
  float: left;
  color: transparent;
}
.review-pop-up__form .rating label:last-child .icon {
  color: rgba(126, 179, 201, 0.5);
}
.review-pop-up__form .rating:not(:hover) label input:checked ~ .icon,
.review-pop-up__form .rating:hover label:hover input ~ .icon {
  color: #7eb3c9;
}
.review-pop-up__form .rating label input:focus:not(:checked) ~ .icon:last-child {
  color: rgba(126, 179, 201, 0.5);
  text-shadow: 0 0 5px #7eb3c9;
}
.review-pop-up__form--wrapper {
  position: relative;
}
.review-pop-up__form--wrapper .wpcf7-not-valid-tip {
  position: absolute;
}
.review-pop-up__form--wrapper::after {
  pointer-events: none;
  content: url("../img/svg/textarea-arrow.svg");
  font-size: 14px;
  position: absolute;
  height: 25px;
  width: 30px;
  text-align: center;
  bottom: 4px;
  right: 0;
  z-index: 2;
  background: white;
}
.review-pop-up__form--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 8px;
  padding-top: 26px;
}
.review-pop-up__form--wrapper input, .review-pop-up__form--wrapper textarea, .review-pop-up__form--top input, .review-pop-up__form--top textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 2.8rem;
  color: #1c222c;
  border: none;
  border-radius: 2px;
  width: 100%;
  padding: 9px 18px;
}
.review-pop-up__form--wrapper input, .review-pop-up__form--top input {
  max-width: 261px;
  height: 46px;
}
.review-pop-up__form--wrapper textarea, .review-pop-up__form--top textarea {
  resize: vertical;
  min-height: 46px;
  max-width: 802px;
  height: 136px;
}
.review-pop-up__form--wrapper ::-webkit-input-placeholder, .review-pop-up__form--top ::-webkit-input-placeholder {
  color: rgba(28, 34, 44, 0.8);
  position: relative;
}
.review-pop-up__form--wrapper ::-moz-placeholder, .review-pop-up__form--top ::-moz-placeholder {
  color: rgba(28, 34, 44, 0.8);
  position: relative;
}
.review-pop-up__form--wrapper :-ms-input-placeholder, .review-pop-up__form--top :-ms-input-placeholder {
  color: rgba(28, 34, 44, 0.8);
  position: relative;
}
.review-pop-up__form--wrapper ::-ms-input-placeholder, .review-pop-up__form--top ::-ms-input-placeholder {
  color: rgba(28, 34, 44, 0.8);
  position: relative;
}
.review-pop-up__form--wrapper ::placeholder, .review-pop-up__form--top ::placeholder {
  color: rgba(28, 34, 44, 0.8);
  position: relative;
}
.review-pop-up__form--button-block {
  padding-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.review-pop-up__form--button {
  width: 277px;
  max-width: none;
  color: white;
  background: #7eb3c9;
}
.review-pop-up__form--button:hover {
  color: white;
  background: #71a1b5;
}

.review-file-avatar {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

@media (max-width: 1500px) {
  .fives-section__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1240px) {
  .sixth-section__wrapper {
    margin: 0 25px;
  }
  .sixth-section__wrapper .slick-prev {
    left: -45px;
  }
  .sixth-section__wrapper .slick-next {
    right: -45px;
  }
}
@media (max-width: 1150px) {
  .second-section__box::before {
    content: none;
  }
  .second-section__human img {
    width: 17%;
  }
}
@media (max-width: 1040px) {
  .second-section__wrapper {
    padding-top: 40px;
  }
  .second-section__human {
    padding: 0 20px;
  }
  .second-section__human img {
    width: auto;
  }
  .second-section__box {
    position: relative;
    margin: 20px auto;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
  }
  .second-section__box::after, .second-section__box::before {
    content: none;
  }
  .second-section__advice {
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .second-section__advice--box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .fives-section__wrapper {
    -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;
  }
  .fives-section__box {
    width: 100%;
    margin-bottom: 40px;
  }
  .fives-section__box:nth-last-child(1) {
    margin-bottom: 0;
  }

  .sixth-section__wrapper .slick-track, .sixth-section__wrapper .slick-list {
    margin-top: 20px;
  }
  .sixth-section__wrapper .slick-arrow {
    top: 40px;
  }
  .sixth-section__wrapper .slick-next {
    right: 0;
  }
  .sixth-section__wrapper .slick-prev {
    left: calc(100% - 98px);
  }
  .sixth-section__box {
    padding: 0 30vw;
  }

  .seventh-section__box {
    padding: 20px 20px 40px;
  }
  .seventh-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .eighth-section__wrapper .slick-list {
    margin-top: 60px;
  }
  .eighth-section__wrapper .slick-arrow {
    top: -20px;
  }
  .eighth-section__wrapper .slick-next {
    right: 0;
  }
  .eighth-section__wrapper .slick-prev {
    left: calc(100% - 98px);
    right: 0;
  }
  .eighth-section__box--button {
    margin-bottom: 20px;
  }
  .eighth-section__box--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }

  .consult-pop-up {
    padding: 40px 20px;
  }
  .consult-pop-up--close {
    right: 10px;
    top: 10px;
  }
  .consult-pop-up__form--top {
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .consult-pop-up__form--top input {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .review-pop-up {
    padding: 40px 20px;
  }
  .review-pop-up--close {
    right: 10px;
    top: 10px;
  }
  .review-pop-up__form--wrapper textarea {
    height: 100px;
  }
  .review-pop-up__form--file {
    padding-left: 0;
  }
  .review-pop-up__form--rating {
    -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;
  }
  .review-pop-up__form--rating p {
    padding-right: 0;
    line-height: normal;
  }
  .review-pop-up__form--button-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review-pop-up__form--top {
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review-pop-up__form--top textarea {
    height: 100px;
  }
  .review-pop-up__form--top input {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .sixth-section__box {
    padding: 0 20vw;
  }
}
@media (max-width: 420px) {
  .first-section__wrapper {
    padding: 40px 20px 40px 40px;
  }
}
@media (max-width: 320px) {
  .sixth-section__box {
    padding: 0 15px;
  }
}
.contact-section {
  text-align: center;
}
.contact-section--subtext {
  text-align: left;
}
.contact-section--subtext img {
  display: block;
  margin: 0 auto;
}
.contact-section--record-block {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #0e101a;
  text-align: left;
  padding-top: 24px;
}
.contact-section--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 38px;
  padding-top: 68px;
  padding-bottom: 71px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  max-width: 348px;
  width: 100%;
}
.contact-section__box--img {
  position: relative;
  width: 42px;
  height: 46px;
  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;
}
.contact-section__box--img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 8px solid rgba(126, 179, 201, 0.2);
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.contact-section__box--text {
  padding-left: 62px;
}
.contact-section__box--text p, .contact-section__box--text a {
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  color: #1c222c;
}
.contact-section .contacts-actual {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 20px;
}
.contact-section .contacts-actual p {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #1c222c;
}
.contact-section .contacts-actual p a {
  font-weight: 500;
  color: #7eb3c9;
  text-decoration: underline;
}
.contact-section .contacts-actual p a:hover {
  color: #71a1b5;
}

@media (max-width: 1141px) {
  .contact-section__box:nth-last-child(1) {
    margin: 0 auto;
    padding-top: 70px;
  }
}
@media (max-width: 800px) {
  .contact-section--wrapper {
    -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;
  }
  .contact-section__box {
    padding-bottom: 90px;
  }
  .contact-section__box:nth-last-child(1) {
    margin: 0 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 415px) {
  .contact-section__box {
    padding-bottom: 60px;
  }
  .contact-section__box--text p, .contact-section__box--text a {
    font-size: 1.8rem;
  }
  .contact-section__box--img::before {
    width: 90px;
    height: 90px;
  }
  .contact-section__box--img img {
    width: 70%;
  }
}
@media (max-width: 375px) {
  .contact-section--wrapper {
    padding-left: 25px;
  }
  .contact-section__box--text {
    padding-left: 40px;
  }
  .contact-section__box--text p, .contact-section__box--text a {
    font-size: 1.6rem;
  }
}
.safety-section {
  text-align: center;
}
.safety-section__wrapper {
  padding-top: 25px;
}
.safety-section--text {
  padding: 40px 0;
}
.safety-section--text:nth-child(1) {
  padding-top: 0;
}
.safety-section--text:nth-last-child(1) {
  padding-bottom: 16px;
}
.safety-section--text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.02em;
  text-align: left;
  color: #1c222c;
  font-weight: 400;
}
.safety-section__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px;
}
.safety-section__images--bottom {
  padding: 17px 16px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background: rgba(229, 240, 244, 0.5);
}
.safety-section__images--block {
  text-align: center;
  width: calc(100% / 3 - 20px);
  margin: 0 auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.safety-section__images--img img {
  display: block;
  width: 100%;
}
.safety-section__images--header {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: bold;
  color: #1c222c;
  max-width: 354px;
}
.safety-section__images--text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: rgba(28, 34, 44, 0.8);
  max-width: 354px;
}
.safety-section__methods {
  background: #e5f0f4;
  text-align: left;
  font-size: 1.6rem;
  padding: 57px 59px;
}
.safety-section__methods--header {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #0e101a;
  padding-bottom: 11px;
}
.safety-section__methods--text {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  letter-spacing: 0.02em;
  color: rgba(28, 34, 44, 0.8);
}
.safety-section__methods--text p img {
  display: block;
  margin: 0 auto;
}
.safety-section__methods ul li {
  list-style: url("../img/svg/mark.svg");
  padding-bottom: 25px;
}
.safety-section__methods ul li:nth-last-child(1) {
  padding-bottom: 0;
}

.mfp-bottom-bar {
  padding: 25px 0 17px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background: rgba(229, 240, 244, 0.5);
}
.mfp-bottom-bar .safety-section__images--header {
  max-width: 350px;
  margin: 0 auto;
}
.mfp-bottom-bar .safety-section__images--text {
  max-width: 593px;
  padding-top: 4px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .safety-section__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .safety-section__images--img img {
    margin: 0 auto;
  }
  .safety-section__images--block {
    width: 100%;
    margin-bottom: 30px;
  }
  .safety-section__images--block:nth-last-child(1) {
    margin-bottom: 0;
  }
  .safety-section__methods {
    padding: 57px 30px;
  }
}
.project-section {
  text-align: center;
}
.project-section__subtext-block {
  padding-bottom: 40px;
}
.project-section--subtext {
  text-align: left;
}
.project-section__result {
  text-align: left;
  padding-top: 33px;
  padding-bottom: 76px;
}
.project-section__result ul li {
  padding-top: 27px;
}
.project-section__result ul li:nth-child(1) {
  padding-top: 0;
}
.project-section__result--header {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #0e101a;
  padding-bottom: 8px;
}
.project-section__result--text {
  color: #1c222c;
  letter-spacing: 0.02em;
}
.project-section__slider {
  margin: 0 -15px;
}
.project-section__slider .slick-arrow {
  position: absolute;
  top: 150px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(126, 179, 201, 0.4);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  font-size: 0;
}
.project-section__slider .slick-arrow:hover {
  background: rgba(113, 161, 181, 0.5);
}
.project-section__slider .slick-arrow::before {
  content: "";
  position: absolute;
  background: url("../img/svg/arrow-slick.svg") no-repeat;
  width: 12px;
  height: 15px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.project-section__slider .slick-prev {
  left: -59px;
}
.project-section__slider .slick-next {
  right: -59px;
}
.project-section__slider .slick-next::before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  -ms-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
}
.project-section__slider .slick-slide {
  height: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.project-section__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-section__box {
  padding: 0 15px;
}
.project-section__box--img img {
  width: 100%;
}
.project-section__box--bottom {
  background: rgba(229, 240, 244, 0.5);
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #1c222c;
  padding: 17px 16px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.project-section__box--header {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: bold;
  color: #1c222c;
  max-width: 354px;
}
.project-section__box--text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: rgba(28, 34, 44, 0.8);
  max-width: 354px;
}
.project-section__realised {
  background: rgba(229, 240, 244, 0.6);
  margin-bottom: -56px;
  padding-bottom: 80px;
}
.project-section__realised .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-section__realised--slider {
  padding-top: 36px;
  margin: 0 -15px;
}
.project-section__realised--slider .slick-slide {
  height: auto;
}
.project-section__realised--slider .slick-arrow {
  position: absolute;
  top: 130px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(126, 179, 201, 0.4);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  font-size: 0;
}
.project-section__realised--slider .slick-arrow:hover {
  background: rgba(113, 161, 181, 0.5);
}
.project-section__realised--slider .slick-arrow::before {
  content: "";
  position: absolute;
  background: url("../img/svg/arrow-slick.svg") no-repeat;
  width: 12px;
  height: 15px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.project-section__realised--slider .slick-prev {
  left: -59px;
}
.project-section__realised--slider .slick-next {
  right: -59px;
}
.project-section__realised--slider .slick-next::before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  -ms-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
}
.project-section__realised--box {
  padding: 0 15px;
  text-align: left;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.project-section__realised--box:hover .project-section__realised--header-slider {
  color: #71a1b5;
}
.project-section__realised--box:hover .project-section__realised--text-slider {
  color: #1c222c;
}
.project-section__realised--box:hover .project-section__realised--img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.project-section__realised--box:hover .project-section__realised--button-slider {
  background: rgba(113, 161, 181, 0.5);
}
.project-section__realised--header-slider-block {
  max-height: 4.32rem;
  overflow: hidden;
  margin-top: 16px;
  line-height: 2.16rem;
}
.project-section__realised--header-slider {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  color: #7eb3c9;
  text-align: left;
}
.project-section__realised--text-slider-block {
  max-height: 8rem;
  overflow: hidden;
  height: 100%;
  margin-top: 10px;
}
.project-section__realised--text-slider {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: left;
  color: rgba(28, 34, 44, 0.8);
}
.project-section__realised--button-slider {
  margin-top: 14px;
}
.project-section__realised--img {
  overflow: hidden;
}
.project-section__realised--img img {
  height: 100%;
  max-height: 196px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

@media (max-width: 1400px) {
  .project-section__box {
    padding: 0 45px;
  }
  .project-section__slider {
    margin: 0 -45px;
  }
  .project-section__slider .slick-arrow {
    top: 120px;
  }
  .project-section__realised--slider {
    margin: 0 -45px;
  }
  .project-section__realised--box {
    padding: 0 45px;
  }
}
@media (max-width: 1200px) {
  .project-section__slider {
    margin: 0;
  }
  .project-section__box {
    padding: 0 30px;
  }
  .project-section__realised--slider {
    margin: 0;
  }
  .project-section__realised--box {
    padding: 0 35px;
  }
}
@media (max-width: 768px) {
  .project-section__slider .slick-list {
    margin-top: 40px;
  }
  .project-section__slider .slick-arrow {
    top: -30px;
  }
  .project-section__slider .slick-prev {
    left: calc(100% - 98px);
  }
  .project-section__slider .slick-next {
    right: 0;
  }
  .project-section__realised--slider {
    margin-top: 70px;
    padding-top: 0;
  }
  .project-section__realised--slider .slick-arrow {
    top: -30px;
  }
  .project-section__realised--slider .slick-prev {
    left: calc(100% - 98px);
  }
  .project-section__realised--slider .slick-next {
    right: 0;
  }
}
@media (max-width: 535px) {
  .project-section__realised--box {
    padding: 0 145px;
  }
}
@media (max-width: 375px) {
  .project-section__realised--box {
    padding: 0 45px;
  }
}
.reviews-section {
  text-align: center;
  margin-bottom: 80px;
}
.reviews-section .reviews-section-block {
  background: #e5f0f4;
  padding: 53px 0 80px;
  margin-top: 30px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.reviews-section .reviews-section-block--wrapper {
  max-width: 802px;
  margin: 0 auto;
}
.reviews-section .reviews-section-block--header {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #0e101a;
}
.reviews-section .reviews-section-block__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.reviews-section .reviews-section-block__form--rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.reviews-section .reviews-section-block__form--rating p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: rgba(28, 34, 44, 0.8);
  padding-right: 11px;
}
.reviews-section .reviews-section-block__form--file {
  cursor: pointer;
  position: relative;
  padding-left: 39px;
}
.reviews-section .reviews-section-block__form--file label {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: underline;
  color: #71a1b5;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
  font-weight: bold;
}
.reviews-section .reviews-section-block__form--file:hover label {
  color: #71a1b5;
}
.reviews-section .reviews-section-block__form--file input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.reviews-section .reviews-section-block__form .rating {
  display: inline-block;
  position: relative;
  height: 18px;
  font-size: 23px;
  line-height: 2.4rem;
}
.reviews-section .reviews-section-block__form .rating br {
  display: none;
}
.reviews-section .reviews-section-block__form .rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.reviews-section .reviews-section-block__form .rating label:last-child {
  position: static;
}
.reviews-section .reviews-section-block__form .rating label:nth-child(1) {
  z-index: 5;
}
.reviews-section .reviews-section-block__form .rating label:nth-child(2) {
  z-index: 4;
}
.reviews-section .reviews-section-block__form .rating label:nth-child(3) {
  z-index: 3;
}
.reviews-section .reviews-section-block__form .rating label:nth-child(4) {
  z-index: 2;
}
.reviews-section .reviews-section-block__form .rating label:nth-child(5) {
  z-index: 1;
}
.reviews-section .reviews-section-block__form .rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 19px;
  height: 18px;
  cursor: pointer;
}
.reviews-section .reviews-section-block__form .rating label .icon {
  float: left;
  color: transparent;
}
.reviews-section .reviews-section-block__form .rating label:last-child .icon {
  color: rgba(126, 179, 201, 0.5);
}
.reviews-section .reviews-section-block__form .rating:not(:hover) label input:checked ~ .icon,
.reviews-section .reviews-section-block__form .rating:hover label:hover input ~ .icon {
  color: #7eb3c9;
}
.reviews-section .reviews-section-block__form .rating label input:focus:not(:checked) ~ .icon:last-child {
  color: rgba(126, 179, 201, 0.5);
  text-shadow: 0 0 5px #7eb3c9;
}
.reviews-section .reviews-section-block__form--wrapper {
  position: relative;
}
.reviews-section .reviews-section-block__form--wrapper::after {
  pointer-events: none;
  content: url("../img/svg/textarea-arrow.svg");
  font-size: 14px;
  position: absolute;
  height: 25px;
  width: 30px;
  text-align: center;
  bottom: 4px;
  right: 0;
  z-index: 2;
  background: white;
}
.reviews-section .reviews-section-block__form--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 8px;
  padding-top: 26px;
}
.reviews-section .reviews-section-block__form--wrapper input, .reviews-section .reviews-section-block__form--wrapper textarea, .reviews-section .reviews-section-block__form--top input, .reviews-section .reviews-section-block__form--top textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 2.8rem;
  color: #1c222c;
  border: none;
  border-radius: 2px;
  width: 100%;
  padding: 9px 18px;
}
.reviews-section .reviews-section-block__form--wrapper input, .reviews-section .reviews-section-block__form--top input {
  max-width: 261px;
  height: 46px;
}
.reviews-section .reviews-section-block__form--wrapper textarea, .reviews-section .reviews-section-block__form--top textarea {
  resize: vertical;
  min-height: 46px;
  max-width: 802px;
  height: 136px;
}
.reviews-section .reviews-section-block__form--wrapper ::-webkit-input-placeholder, .reviews-section .reviews-section-block__form--top ::-webkit-input-placeholder {
  color: rgba(28, 34, 44, 0.8);
  position: relative;
}
.reviews-section .reviews-section-block__form--wrapper ::-moz-placeholder, .reviews-section .reviews-section-block__form--top ::-moz-placeholder {
  color: rgba(28, 34, 44, 0.8);
  position: relative;
}
.reviews-section .reviews-section-block__form--wrapper :-ms-input-placeholder, .reviews-section .reviews-section-block__form--top :-ms-input-placeholder {
  color: rgba(28, 34, 44, 0.8);
  position: relative;
}
.reviews-section .reviews-section-block__form--wrapper ::-ms-input-placeholder, .reviews-section .reviews-section-block__form--top ::-ms-input-placeholder {
  color: rgba(28, 34, 44, 0.8);
  position: relative;
}
.reviews-section .reviews-section-block__form--wrapper ::placeholder, .reviews-section .reviews-section-block__form--top ::placeholder {
  color: rgba(28, 34, 44, 0.8);
  position: relative;
}
.reviews-section .reviews-section-block__form--button-block {
  padding-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews-section .reviews-section-block__form--button {
  width: 277px;
  max-width: none;
  color: white;
  background: #7eb3c9;
}
.reviews-section .reviews-section-block__form--button:hover {
  color: white;
  background: #71a1b5;
}
.reviews-section__paginator {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
}
.reviews-section__paginator--arrows {
  position: relative;
  background: rgba(126, 179, 201, 0.4);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  font-size: 0;
}
.reviews-section__paginator--arrows:hover {
  background: rgba(113, 161, 181, 0.5);
}
.reviews-section__paginator--arrows::before {
  content: "";
  position: absolute;
  background: url("../img/svg/arrow-slick.svg") no-repeat;
  width: 12px;
  height: 15px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.reviews-section__paginator--prev {
  padding-right: 13px;
}
.reviews-section__paginator--next {
  padding-left: 13px;
}
.reviews-section__paginator--next::before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  -ms-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
}
.reviews-section__paginator--link {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #0e101a;
  padding: 0 14px 0 12px;
}
.reviews-section__paginator--active {
  font-weight: bold;
}
.reviews-section--total {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  color: #0e101a;
  padding-top: 25px;
  padding-bottom: 35px;
}
.reviews-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  padding-bottom: 35px;
  padding-top: 36px;
}
.reviews-section__box:nth-child(1) {
  padding-top: 0;
}
.reviews-section__box::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
  background: rgba(28, 34, 44, 0.1);
}
.reviews-section__box--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.reviews-section__box--img {
  height: 85px;
  width: 85px;
}
.reviews-section__box--img img {
  border-radius: 50%;
  height: 100%;
}
.reviews-section__box--name-box {
  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;
}
.reviews-section__box--name {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #7eb3c9;
  text-align: left;
}
.reviews-section__box--star {
  padding-top: 5px;
}
.reviews-section__box--star .active-star {
  fill: #7eb3c9;
  opacity: 1;
}
.reviews-section__box--text {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: rgba(28, 34, 44, 0.8);
  padding-top: 7px;
}
.reviews-section__box--text-box {
  text-align: left;
  padding-left: 30px;
}
.reviews-section__box--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews-section__box--link {
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #7eb3c9;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .reviews-section__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reviews-section__box--top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reviews-section__box--text-box {
    padding-left: 0;
  }
  .reviews-section__box--name-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reviews-section__paginator--link {
    padding: 0 10px 0 8px;
  }
  .reviews-section .reviews-section-block {
    padding: 40px 20px;
  }
  .reviews-section .reviews-section-block__form--wrapper textarea {
    height: 100px;
  }
  .reviews-section .reviews-section-block__form--file {
    padding-left: 0;
  }
  .reviews-section .reviews-section-block__form--rating {
    -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;
  }
  .reviews-section .reviews-section-block__form--rating p {
    padding-right: 0;
    line-height: normal;
  }
  .reviews-section .reviews-section-block__form--button-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reviews-section .reviews-section-block__form--top {
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reviews-section .reviews-section-block__form--top textarea {
    height: 100px;
  }
  .reviews-section .reviews-section-block__form--top input {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.price-section {
  text-align: center;
  margin-bottom: 80px;
}
.price-section--text {
  text-align: left;
}
.price-section__wrapper {
  background: #e5f0f4;
  padding: 53px 44px 37px 60px;
  margin-top: 32px;
  margin-bottom: 4px;
}
.price-section__wrapper--header {
  color: #0e101a;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
}
.price-section__wrapper--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 29px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.price-section__wrapper ul {
  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-wrap: wrap;
  flex-wrap: wrap;
}
.price-section__wrapper ul li {
  color: rgba(28, 34, 44, 0.6);
  max-width: 520px;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
  text-align: left;
  font-style: italic;
  position: relative;
  padding-bottom: 20px;
  width: 100%;
}
.price-section__wrapper ul li::before {
  content: "";
  position: absolute;
  background: url("../img/svg/mark.svg") no-repeat;
  width: 18px;
  height: 18px;
  left: -29px;
  top: 0;
}
.price-section--about-text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.6rem;
  letter-spacing: 0.02em;
  color: #1c222c;
  text-align: left;
  padding-left: 60px;
  margin-top: 28px;
  position: relative;
}
.price-section--about-text::before {
  content: "";
  position: absolute;
  left: 33px;
  height: 121.18%;
  background: #e5f0f4;
  width: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.price-section__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 22px;
}
.price-section__images--bottom {
  padding: 17px 16px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.price-section__images--block {
  text-align: center;
  width: calc(100% / 3 - 20px);
  background: rgba(229, 240, 244, 0.5);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.price-section__images--img img {
  display: block;
}
.price-section__images--header {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: bold;
  color: #1c222c;
  max-width: 354px;
}
.price-section__images--text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: rgba(28, 34, 44, 0.8);
  max-width: 354px;
}
.price-section--subhead {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-align: left;
  color: #0e101a;
  padding-top: 23px;
  padding-bottom: 25px;
}
.price-section__wrapper-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 5px;
}
.price-section__wrapper-second--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-bottom: 1px;
}
.price-section__wrapper-second--row-first {
  -ms-flex-preferred-size: 68.31%;
  flex-basis: 68.31%;
  text-align: left;
  background: rgba(229, 240, 244, 0.5);
  padding: 20px;
}
.price-section__wrapper-second--row-second {
  -ms-flex-preferred-size: 31.69%;
  flex-basis: 31.69%;
  text-align: left;
  background: #e5f0f4;
  padding: 20px;
}
.price-section__wrapper-second--header {
  font-style: italic;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
  color: rgba(28, 34, 44, 0.8);
}
.price-section__wrapper-second--price {
  font-style: italic;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
  color: rgba(28, 34, 44, 0.8);
}

@media (max-width: 768px) {
  .price-section__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .price-section__images--img img {
    margin: 0 auto;
  }
  .price-section__images--block {
    width: 100%;
    margin-bottom: 30px;
  }
  .price-section__images--block:nth-last-child(1) {
    margin-bottom: 0;
  }
  .price-section--about-text {
    padding-left: 30px;
  }
  .price-section--about-text::before {
    left: 0;
    height: 100%;
  }
  .price-section__wrapper-second--row-first {
    font-size: 1.5rem;
    padding: 15px;
  }
  .price-section__wrapper-second--row-second {
    font-size: 1.5rem;
    padding: 15px;
  }
}
@media (max-width: 420px) {
  .price-section__wrapper {
    padding: 40px 20px 40px 40px;
  }
}
.template-section__block {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  margin-top: 25px;
  height: 0;
}
.template-section__block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.consult-open-form {
  margin-top: 56px;
}

.numeric-list--box ol {
  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-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.numeric-list--box ol li {
  color: rgba(28, 34, 44, 0.6);
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
  text-align: left;
  font-style: italic;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  counter-increment: inst;
  padding-left: 55px;
  max-width: 1114px;
}
.numeric-list--box ol li:nth-child(10)::before {
  left: 12px;
}
.numeric-list--box ol li::before {
  position: absolute;
  content: counter(inst);
  left: 16.2px;
  opacity: 0.8;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.numeric-list--box ol li::after {
  content: "";
  position: absolute;
  background: transparent;
  width: 41px;
  height: 41px;
  left: 0;
  border: 4px solid rgba(126, 179, 201, 0.5);
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.price-section--text-img img {
  float: left;
  margin: 0 30px 15px 0;
}

.template-list-3 {
  margin-top: 35px;
}

.project-section__slider--template {
  padding-top: 25px;
}

.safety-section__images--template {
  padding-top: 25px;
}

@media (max-width: 768px) {
  .project-section__slider--template {
    padding-top: 0;
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  .numeric-list__wrapper {
    padding: 53px 24px 37px 24px;
  }
  .numeric-list--box ol li::after {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .numeric-list--box ol li::before {
    top: 21px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.main-404 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-404 {
  text-align: center;
}
.section-404--header {
  font-weight: 500;
  font-size: 200px;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #7eb3c9;
  padding-top: 0;
}
.section-404--header::before {
  width: 151.81px;
  height: 87.84px;
  background-size: contain;
  left: -163.81px;
  bottom: 50px;
}
.section-404--header::after {
  width: 151.81px;
  height: 87.84px;
  background-size: contain;
  right: -163.81px;
  bottom: 50px;
}
.section-404--error {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
  color: #0e101a;
  text-transform: uppercase;
  margin-top: -24px;
}

.body-404 {
  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;
  height: 100vh;
}
.body-404 header {
  max-height: 149px;
}
.body-404 main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.body-404 footer {
  max-height: 188px;
}
.body-404 footer .footer {
  margin-top: 0;
}

@media (max-width: 768px) {
  .section-404--header {
    font-size: 160px;
  }
  .section-404--header::after {
    width: 105.81px;
    height: 87.84px;
    right: -130.81px;
    bottom: 15px;
  }
  .section-404--header::before {
    width: 105.81px;
    height: 87.84px;
    left: -130.81px;
    bottom: 15px;
  }
  .section-404--error {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 600px) {
  .section-404--header {
    font-size: 110px;
  }
  .section-404--header::after {
    width: 65.81px;
    height: 67.84px;
    right: -70.81px;
    bottom: 0;
  }
  .section-404--header::before {
    width: 65.81px;
    height: 67.84px;
    left: -70.81px;
    bottom: 0;
  }
  .section-404--error {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 375px) {
  .section-404--header {
    font-size: 80px;
  }
  .section-404--header::after {
    width: 45.81px;
    height: 45.84px;
    right: -50.81px;
    bottom: 0;
  }
  .section-404--header::before {
    width: 45.81px;
    height: 45.84px;
    left: -50.81px;
    bottom: 0;
  }
  .section-404--error {
    font-size: 1.2rem;
    line-height: 4.8rem;
  }
}