@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Light.woff2") format("woff2"), url("/fonts/Montserrat-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Regular.woff2") format("woff2"), url("/fonts/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Medium.woff2") format("woff2"), url("/fonts/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Bold.woff2") format("woff2"), url("/fonts/Montserrat-Bold.woff2") format("woff2");
}
.d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bottom-line {
  cursor: pointer;
  position: relative;
}
.bottom-line:hover:before {
  width: 50%;
}
.bottom-line:before {
  content: "";
  position: absolute;
  bottom: -0.3vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  transition: 0.3s all ease;
  border-bottom: 1px dashed #339B2C;
}

.has-dot {
  position: relative;
  margin-left: 0.8vw;
}
.has-dot:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.8vw;
  background-color: #69f37c;
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  -webkit-animation: 3s blinkDot linear infinite;
          animation: 3s blinkDot linear infinite;
}

.messengers {
  display: flex;
}
.messengers p {
  color: #fff;
  margin-bottom: 0.2vw;
}
.messengers a {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  justify-content: center;
  margin-right: 0.5vw;
  background-color: rgba(255, 255, 255, 0.9);
}
.messengers a img, .messengers a svg {
  width: 50%;
  height: 50%;
  transition: 0.3s all ease;
}
.messengers a.va {
  background-color: #7360F2;
}
.messengers a.va svg path {
  fill: #fff;
}
.messengers a.tg {
  background-color: #229ED9;
}
.messengers a.tg svg path {
  fill: #fff;
}
.messengers a.wa {
  background-color: #25D366;
}
.messengers a.wa svg path {
  fill: #fff;
}
.messengers a.fb svg path {
  fill: #4267B2;
}
.messengers a:hover {
  transform: scale(1.2);
}
.messengers a:last-child {
  margin-right: 0;
}

h1.page-heading,
.section-heading {
  margin: 6vw 0 2.5vw;
}
h1.page-heading .inner,
.section-heading .inner {
  position: relative;
  display: inline-block;
}
h1.page-heading .inner span.subtitle,
.section-heading .inner span.subtitle {
  color: #919191;
  font-size: 1vw;
  font-weight: 800;
  text-transform: uppercase;
}
h1.page-heading .inner h2,
.section-heading .inner h2 {
  margin-top: 0.625vw;
  font-size: 2.5vw;
  font-weight: 100;
}
h1.page-heading .inner h2 span,
.section-heading .inner h2 span {
  font-weight: 800;
}
h1.page-heading .inner:after, h1.page-heading .inner:before,
.section-heading .inner:after,
.section-heading .inner:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
h1.page-heading .inner:before,
.section-heading .inner:before {
  right: -5vw;
  width: 0.6vw;
  height: 0.6vw;
  background-color: #339B2C;
  border-radius: 50%;
  z-index: 2;
}
h1.page-heading .inner:after,
.section-heading .inner:after {
  width: 100vw;
  left: 111%;
  height: 1px;
  background-color: #BEBEBE;
  z-index: 1;
}

.top-dot {
  position: relative;
}
.top-dot:before {
  content: "";
  position: absolute;
  top: -1vw;
  left: -1vw;
  width: 0.8vw;
  height: 0.8vw;
  background-color: #339B2C;
  border-radius: 50%;
}

.pulse-dot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-animation: animPulse 2s linear infinite;
          animation: animPulse 2s linear infinite;
}

.btn {
  color: #fff;
  background: linear-gradient(180deg, #339B2C 0%, #5ED256 100%);
  box-shadow: 0 9px 30px #36AC2E;
  height: 3.125vw;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  padding: 0 3vw;
  font-size: 1vw;
  font-weight: 400;
  border-radius: 4vw;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.1vw;
  cursor: pointer;
  transition: 0.3s all ease;
}
.btn:hover {
  box-shadow: 0 4px 15px #36AC2E;
}
.btn:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -10%;
  width: 0.8vw;
  height: 10vw;
  background-color: #fff;
  display: inline-block;
  transform: rotate(15deg);
  z-index: 33;
  -webkit-animation: 4s btnBlick ease-in infinite;
          animation: 4s btnBlick ease-in infinite;
}

form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
form select, form textarea,
form input {
  width: 48%;
  height: 3vw;
  border-radius: 3vw;
  box-sizing: border-box;
  padding: 0 1.5vw;
  font-size: 0.9vw;
  font-family: "Montserrat", sans-serif;
  border: 2px solid transparent;
  transition: 0.3s all ease;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #F3F3F3;
}
form select:active, form select:focus, form textarea:active, form textarea:focus,
form input:active,
form input:focus {
  border: 2px solid #339B2C;
}
form textarea {
  margin-top: 0.875vw;
  resize: none;
  height: 6.875vw;
  width: 100%;
  border-radius: 1vw;
  padding: 1vw 1.5vw;
}
form button {
  margin-top: 0.875vw;
  width: 100%;
  height: 3vw;
  border-radius: 3vw;
  background: linear-gradient(180deg, #339B2C 0%, #5ED256 100%);
  box-shadow: 0 9px 30px #36AC2E;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 1vw;
  transition: 0.3s all ease;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  letter-spacing: 0.05vw;
}
form button:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -10%;
  width: 0.8vw;
  height: 10vw;
  background-color: #fff;
  display: inline-block;
  transform: rotate(15deg);
  z-index: 33;
  -webkit-animation: 4s btnBlick ease-in infinite;
          animation: 4s btnBlick ease-in infinite;
}
form button:hover {
  box-shadow: 0 4px 15px #36AC2E;
}
form .required {
  justify-content: center;
  width: 100%;
  margin-top: 1.125vw;
}
form .required input {
  width: 0.7vw;
  height: 0.7vw;
  position: relative;
  cursor: pointer;
}
form .required input:checked:after, form .required input:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.1vw;
}
form .required input:before {
  width: 0.8vw;
  height: 0.8vw;
  background-color: #fff;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
form .required input:checked:after {
  width: 0.6vw;
  height: 0.6vw;
  background-image: url("/img/call-check.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
form .required label, form .required p {
  font-size: 0.7vw;
  margin-left: 0.5vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}

p.slider-arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  box-shadow: 0 5px 10px #36ac2e;
  background-color: #339B2C;
}
p.slider-arr img {
  opacity: 0.7;
  transition: 0.3s all ease;
}
p.slider-arr:hover img {
  opacity: 1;
}
p.slider-arr.prev {
  left: -2vw;
}
p.slider-arr.next {
  right: -2vw;
}
p.slider-arr.next img {
  position: relative;
  transform: rotate(180deg);
}

ol.breadcrumbs {
  justify-content: flex-start;
  margin-bottom: 2vw;
}
ol.breadcrumbs li a, ol.breadcrumbs li span {
  font-size: 0.875vw;
  font-weight: 400;
}
ol.breadcrumbs li span {
  font-weight: 800;
}
ol.breadcrumbs li a:hover {
  text-decoration: underline;
}
ol.breadcrumbs li svg {
  margin: 0 0.4vw;
  width: 0.7vw;
  height: 0.5vw;
}

@media only screen and (max-width: 800px) {
  .has-dot {
    font-size: 1.8vw !important;
  }
  .has-dot:before {
    left: -1.8vw;
    width: 1vw;
    height: 1vw;
  }

  .btn {
    height: 10vw;
    padding: 0 5vw;
    font-size: 3vw;
    justify-content: center;
    border-radius: 8vw;
    letter-spacing: 0.1vw;
    width: 100%;
  }
  .btn:before {
    width: 2vw;
    height: 20vw;
  }

  .top-dot:before {
    width: 1.5vw;
    height: 1.5vw;
  }

  .section-heading {
    margin: 12vw 0 6vw;
  }
  .section-heading .inner {
    border-bottom: 1px solid #339B2C;
    padding-bottom: 2vw;
    width: 100%;
  }
  .section-heading .inner:after, .section-heading .inner:before {
    display: none;
  }
  .section-heading .inner span.subtitle {
    font-size: 2.5vw;
  }
  .section-heading .inner h2 {
    font-size: 6vw;
  }
  .section-heading .inner br {
    display: none;
  }

  p.slider-arr {
    width: 6vw;
    height: 6vw;
  }
  p.slider-arr img {
    width: 20%;
  }

  form select,
form input {
    width: 100%;
    height: 8.5vw;
    border-radius: 8vw;
    padding: 0 3vw;
    font-size: 3vw;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  form button {
    width: 100%;
    height: 8.5vw;
    border-radius: 8vw;
    font-size: 3.5vw;
  }
  form button:before {
    width: 2vw;
    height: 20vw;
  }
  form .required {
    margin-top: 2.5vw;
  }
  form .required input {
    width: 1.7vw;
    height: 1.7vw;
  }
  form .required p {
    font-size: 1.7vw;
  }

  .messengers a {
    width: 8vw;
    height: 8vw;
    margin-right: 2vw;
  }
  .messengers a:last-child {
    margin-right: 0;
  }

  ul.slick-dots {
    bottom: -5.5vw;
  }
  ul.slick-dots li {
    width: 1.5vw;
    height: 1.5vw;
    margin: 0 1vw;
  }
  ul.slick-dots li button:before {
    width: 1.5vw;
    height: 1.5vw;
  }

  ol.breadcrumbs {
    margin-bottom: 6vw;
  }
  ol.breadcrumbs li a, ol.breadcrumbs li span {
    font-size: 2vw;
  }
  ol.breadcrumbs li svg {
    width: 1.5vw;
    height: 1vw;
    margin: 0 1vw 0 0;
  }
}
@-webkit-keyframes blinkDot {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes blinkDot {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes btnBlick {
  0% {
    left: -50%;
  }
  30% {
    left: 200%;
  }
  100% {
    left: 200%;
  }
}
@keyframes btnBlick {
  0% {
    left: -50%;
  }
  30% {
    left: 200%;
  }
  100% {
    left: 200%;
  }
}
@-webkit-keyframes moveSideLine {
  0% {
    left: 100%;
  }
  50% {
    left: -105%;
  }
  100% {
    left: -105%;
  }
}
@keyframes moveSideLine {
  0% {
    left: 100%;
  }
  50% {
    left: -105%;
  }
  100% {
    left: -105%;
  }
}
@-webkit-keyframes moveSideDot {
  0% {
    left: 120%;
  }
  50% {
    left: -20%;
  }
  100% {
    left: -20%;
  }
}
@keyframes moveSideDot {
  0% {
    left: 120%;
  }
  50% {
    left: -20%;
  }
  100% {
    left: -20%;
  }
}
@-webkit-keyframes moveLocImg {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-7%);
  }
  25% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-3%);
  }
  45% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveLocImg {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-7%);
  }
  25% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-3%);
  }
  45% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes animPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
@keyframes animPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

p {
  line-height: 130%;
  font-weight: 400;
  font-size: 0.9vw;
  color: #282828;
}

a {
  text-decoration: none;
  font-weight: 300;
  transition: 0.3s all ease;
  color: #282828;
}

.container {
  margin: 0 auto;
  width: 85vw;
}

form button {
  cursor: pointer;
}

b {
  font-weight: 700;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

strong {
  font-weight: bold;
}

input {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  max-width: 100%;
}

.inner-padding {
  padding: 0 80px;
}

/* Chrome, Opera, Safari */
details summary::-webkit-details-marker {
  display: none;
}

details :focus {
  outline: 0;
}

/* Firefox */
details, summary {
  display: block;
}

details summary:before {
  content: none;
}

details[open] summary:before {
  content: none;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #339B2C;
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-scrollbar {
  width: 12px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-top: 1.313vw;
}
header.white-bg, header.fixed {
  background-color: #fff;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2);
}
header.white-bg .container .logo-block p, header.white-bg .container .messengers-block p, header.white-bg .container .phone-block p, header.fixed .container .logo-block p, header.fixed .container .messengers-block p, header.fixed .container .phone-block p {
  color: #282828;
}
header.white-bg .container .phone-block span.get-callback,
header.white-bg .container .phone-block a.tel, header.fixed .container .phone-block span.get-callback,
header.fixed .container .phone-block a.tel {
  color: #282828;
}
header.white-bg .container .menu-btn span, header.fixed .container .menu-btn span {
  background-color: #339B2C;
}
header.white-bg .container.menu nav ul li span, header.fixed .container.menu nav ul li span {
  color: #282828;
  font-weight: 500;
}
header.white-bg .container.menu nav ul li a, header.fixed .container.menu nav ul li a {
  color: #282828;
  font-weight: 500;
}
header.white-bg .container.menu nav ul li a.has-child:before, header.fixed .container.menu nav ul li a.has-child:before {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
header.white-bg .container.menu:after, header.white-bg .container.menu:before, header.fixed .container.menu:after, header.fixed .container.menu:before {
  background-color: rgba(0, 0, 0, 0.2);
}
header.fixed {
  padding-top: 0.5vw;
  position: fixed;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 250%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
header.fixed .container.menu {
  margin-top: 1.2vw;
}
header .container .logo-block {
  justify-content: flex-start;
}
header .container .logo-block a {
  display: inline-block;
  width: 14vw;
}
header .container .logo-block a img {
  width: 100%;
}
header .container .logo-block a:hover {
  transform: scale(1.05);
}
header .container .logo-block p {
  color: #fff;
  font-size: 0.788vw;
  line-height: 1.1vw;
  font-weight: 300;
  margin-left: 2vw;
}
header .container .logo-block p span {
  font-weight: 800;
}
header .container .messengers-block {
  display: flex;
  align-items: center;
}
header .container .messengers-block p {
  color: #fff;
  font-weight: 300;
  font-size: 1vw;
  margin-right: 1.5vw;
}
header .container .messengers-block p span {
  font-weight: 800;
}
header .container .phone-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .container .phone-block p {
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.688vw;
}
header .container .phone-block a.tel {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.375vw;
  font-weight: 800;
  margin-top: 0.325vw;
}
header .container .phone-block a.tel:hover {
  color: #339B2C;
}
header .container .phone-block a.tel svg {
  margin-right: 0.5vw;
}
header .container .phone-block span.get-callback {
  color: #fff;
  font-size: 0.913vw;
  margin-top: 0.3vw;
}
header .container .menu-btn {
  width: 7vw;
  height: 5vw;
  position: relative;
  cursor: pointer;
  display: none;
}
header .container .menu-btn.active span:first-child {
  transform: rotate(45deg);
  top: 50%;
}
header .container .menu-btn.active span:last-child {
  transform: rotate(-45deg);
  top: 50%;
}
header .container .menu-btn.active span:nth-child(2) {
  left: 50%;
  opacity: 0;
}
header .container .menu-btn span {
  display: block;
  height: 2px;
  left: 0;
  border-radius: 10px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  transition: 0.3s all ease;
}
header .container .menu-btn span:first-child {
  top: 0;
}
header .container .menu-btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .container .menu-btn span:last-child {
  bottom: 0;
}
header .container.menu {
  margin-top: 1.55vw;
  position: relative;
  padding-bottom: 0.5vw;
}
header .container.menu nav {
  width: 100%;
}
header .container.menu nav ul li {
  position: relative;
}
header .container.menu nav ul li span {
  color: #fff;
}
header .container.menu nav ul li a {
  color: #fff;
  font-size: 1vw;
  text-transform: uppercase;
}
header .container.menu nav ul li a.has-child {
  position: relative;
}
header .container.menu nav ul li a.has-child:before {
  content: "";
  position: absolute;
  top: 35%;
  right: -1.2vw;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  width: 0.35vw;
  height: 0.35vw;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  pointer-events: none;
  transition: 0.3s all ease;
}
header .container.menu nav ul li a.active {
  color: #339B2C;
  font-weight: 500;
}
header .container.menu nav ul li a:hover {
  color: #339B2C;
  font-weight: 500;
}
header .container.menu nav ul li a:hover.has-child:before {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  border-right: 1px solid #339B2C;
  border-bottom: 1px solid #339B2C;
}
header .container.menu nav ul li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
header .container.menu nav ul li ul {
  position: absolute;
  left: 0;
  top: 1.8vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -2;
  transition: 0.3s all ease;
  box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.1);
}
header .container.menu nav ul li ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header .container.menu nav ul li ul li a {
  color: #282828;
  font-weight: 400;
  transition: 0.3s all ease;
  display: block;
  padding: 0.5vw 0.8vw;
}
header .container.menu nav ul li ul li a:hover {
  background-color: #339B2C;
  color: #fff;
}
header .container.menu nav ul li ul li:last-child {
  margin-bottom: 0;
}
header .container.menu:after, header .container.menu:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 200%;
  transform: translateX(-50%);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
header .container.menu:before {
  top: -0.5vw;
}
header .container.menu:after {
  bottom: 0;
}

@media only screen and (max-width: 800px) {
  header {
    padding-top: 2.5vw;
    padding-bottom: 1vw;
  }
  header.fixed {
    padding-top: 1.5vw;
  }
  header.fixed .container.menu {
    margin-top: 0;
  }
  header.fixed .menu-btn span {
    background-color: #339B2C;
  }
  header .container .logo-block a {
    width: 35vw;
  }
  header .container .logo-block p {
    display: none;
  }
  header .container .phone-block a.tel {
    font-size: 3.5vw;
  }
  header .container .phone-block a.tel svg {
    width: 4vw;
    height: 4vw;
  }
  header .container .phone-block span.get-callback {
    font-size: 2.5vw;
    margin-top: 0;
  }
  header .container .menu-btn {
    display: flex;
  }
  header .container .messengers-block,
header .container a.btn {
    display: none;
  }
  header .container.menu {
    margin: 0;
    position: fixed;
    top: 0;
    left: -101%;
    width: 70%;
    height: 100vh;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s all ease;
  }
  header .container.menu.show {
    left: 0;
  }
  header .container.menu nav {
    margin-top: 40vw;
  }
  header .container.menu nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  header .container.menu nav ul > li {
    padding: 0 4vw;
    margin-bottom: 3vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
  }
  header .container.menu nav ul > li.lang-block span {
    display: none;
  }
  header .container.menu nav ul > li.lang-block ul {
    display: flex;
    flex-direction: row;
  }
  header .container.menu nav ul > li.lang-block ul li {
    border-bottom: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 0;
  }
  header .container.menu nav ul > li.lang-block ul li a {
    font-weight: 700;
    font-size: 4vw;
  }
  header .container.menu nav ul > li.show-child ul {
    display: block;
  }
  header .container.menu nav ul > li i.cross {
    display: inline-block;
    width: 3vw;
    height: 3vw;
    position: relative;
    transition: 0.3s all ease;
  }
  header .container.menu nav ul > li i.cross.active {
    transform: rotate(45deg);
  }
  header .container.menu nav ul > li i.cross.active:after, header .container.menu nav ul > li i.cross.active:before {
    background-color: #339B2C;
  }
  header .container.menu nav ul > li i.cross:after, header .container.menu nav ul > li i.cross:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #000;
    transform: translate(-50%, -50%);
    transition: 0.3s all ease;
  }
  header .container.menu nav ul > li i.cross:before {
    width: 100%;
    height: 2px;
  }
  header .container.menu nav ul > li i.cross:after {
    width: 2px;
    height: 100%;
  }
  header .container.menu nav ul > li > a {
    color: #000;
    font-size: 4vw;
    font-weight: 500;
    display: inline-block;
  }
  header .container.menu nav ul > li > a.has-child:before {
    display: none;
  }
  header .container.menu nav ul > li ul {
    position: relative;
    box-shadow: none;
    opacity: 1;
    display: none;
    visibility: visible;
    z-index: 2;
    width: 65vw;
    background-color: transparent;
  }
  header .container.menu nav ul > li ul li {
    padding-left: 2vw;
  }
  header .container.menu nav ul > li ul li a {
    font-size: 3vw;
  }
  header .container.menu nav ul > li:last-child {
    margin-bottom: 0;
  }
}
section.about-section {
  margin-top: 6vw;
}
section.about-section.about-page {
  margin-top: 12vw;
}
section.about-section .container {
  align-items: flex-start;
}
section.about-section .container .slider-about {
  width: 30%;
  height: 36vw;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}
section.about-section .container .slider-about a.item {
  display: inline-block;
  height: 36vw;
  width: 100%;
  position: relative;
}
section.about-section .container .slider-about a.item span {
  position: absolute;
  bottom: 0.75vw;
  left: 1.188vw;
  color: #fff;
  font-weight: 800;
  font-size: 2.125vw;
}
section.about-section .container .slider-about p.slider-arr {
  top: 96%;
  border-radius: 0;
  height: 3vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
section.about-section .container .slider-about p.slider-arr svg {
  transition: 0.3s all ease;
}
section.about-section .container .slider-about p.slider-arr.prev {
  left: 17.5vw;
}
section.about-section .container .slider-about p.slider-arr.next {
  right: 0;
}
section.about-section .container .slider-about p.slider-arr.next svg {
  transform: rotate(180deg);
}
section.about-section .container .slider-about p.slider-arr:hover.prev svg {
  transform: scale(1.3);
}
section.about-section .container .slider-about p.slider-arr:hover.next svg {
  transform: rotate(180deg) scale(1.3);
}
section.about-section .container .content {
  width: 66%;
  position: relative;
}
section.about-section .container .content h2.title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.5vw;
  margin-top: 1vw;
}
section.about-section .container .content p.desc {
  margin-top: 1vw;
  font-size: 1.15vw;
  width: 60%;
}
section.about-section .container .content p.desc span {
  font-weight: 700;
}
section.about-section .container .content p.secondary {
  margin: 1vw 0;
}
section.about-section .container .content .about-section-adv {
  margin-top: 4vw;
  align-items: flex-start;
  justify-content: flex-start;
}
section.about-section .container .content .about-section-adv .item {
  width: 30%;
  margin-right: 6vw;
}
section.about-section .container .content .about-section-adv .item p.title {
  font-weight: 900;
  font-size: 2vw;
}
section.about-section .container .content .about-section-adv .item p.subtitle span {
  font-weight: 700;
}
section.about-section .container .content .about-section-adv .item:last-child {
  margin-right: 0;
}
section.about-section .container .content .sales-map {
  position: absolute;
  top: 0;
  right: 0;
  width: 22.438vw;
}
section.about-section .container .content .sales-map img {
  width: 100%;
}
section.about-section .container .content .sales-map .loc {
  position: absolute;
  cursor: pointer;
}
section.about-section .container .content .sales-map .loc.kyiv {
  top: 18%;
  left: 43%;
}
section.about-section .container .content .sales-map .loc.kharkiv {
  top: 20%;
  left: 76%;
}
section.about-section .container .content .sales-map .loc svg {
  width: 2vw;
  position: relative;
  -webkit-animation: 2s moveLocImg infinite linear;
          animation: 2s moveLocImg infinite linear;
}
section.about-section .container .content .sales-map .loc span {
  background-color: #fff;
  border: 5px;
  padding: 0.2vw 0.5vw;
  font-size: 0.8vw;
  border-radius: 0.2vw;
  position: absolute;
  bottom: -1vw;
  left: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
}
section.about-section .container .content .sales-map .loc:hover span {
  opacity: 1;
}

@media only screen and (max-width: 800px) {
  section.about-section {
    margin-top: 12vw;
  }
  section.about-section.about-page {
    margin-top: 16vw;
  }
  section.about-section .container .slider-about {
    width: 100%;
    margin-bottom: 6vw;
    border-radius: 2vw;
    height: 50vw;
  }
  section.about-section .container .slider-about a.item {
    border-radius: 2vw;
    height: 50vw;
  }
  section.about-section .container .slider-about a.item span {
    font-size: 4vw;
    left: 2vw;
    bottom: 2vw;
  }
  section.about-section .container .slider-about p.slider-arr {
    height: 6vw;
    top: 94%;
    width: 10vw;
  }
  section.about-section .container .slider-about p.slider-arr.prev {
    left: 70vw;
  }
  section.about-section .container .slider-about p.slider-arr.next {
    border-bottom-right-radius: 2vw;
  }
  section.about-section .container .content {
    width: 100%;
  }
  section.about-section .container .content h2.title {
    font-size: 5.5vw;
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
  section.about-section .container .content p.desc {
    margin-top: 3vw;
    font-size: 3.5vw;
    width: 100%;
  }
  section.about-section .container .content p.desc br {
    display: none;
  }
  section.about-section .container .content p.secondary {
    font-size: 3vw;
    margin: 3vw 0;
  }
  section.about-section .container .content p.secondary br {
    display: none;
  }
  section.about-section .container .content a.btn {
    margin-top: 4vw;
  }
  section.about-section .container .content .about-section-adv {
    display: none;
  }
  section.about-section .container .content .sales-map {
    display: none;
  }
}
section.products-section {
  margin-bottom: -3.75vw;
}
section.products-section .container .products-block .item {
  width: 48%;
  margin-bottom: 3.75vw;
}
section.products-section .container .products-block .item .product-images a.left {
  height: 20vw;
  width: 73.5%;
  display: inline-block;
  border-radius: 1vw;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
}
section.products-section .container .products-block .item .product-images .right {
  width: 25%;
  height: 20vw;
  flex-direction: column;
}
section.products-section .container .products-block .item .product-images .right a {
  width: 100%;
  height: 31.5%;
  display: flex;
  border-radius: 1vw;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
section.products-section .container .products-block .item .product-images .right a,
section.products-section .container .products-block .item .product-images a.left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
section.products-section .container .products-block .item .product-images .right a span,
section.products-section .container .products-block .item .product-images a.left span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #339B2C;
  border-radius: 50%;
  position: relative;
  z-index: -2;
  opacity: 1;
  transition: 0.3s all ease;
}
section.products-section .container .products-block .item .product-images .right a span svg,
section.products-section .container .products-block .item .product-images a.left span svg {
  width: 40%;
  height: 40%;
}
section.products-section .container .products-block .item .product-images .right a:before,
section.products-section .container .products-block .item .product-images a.left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
  opacity: 0;
  border-radius: 1vw;
  transition: 0.3s all ease;
}
section.products-section .container .products-block .item .product-images .right a:hover span,
section.products-section .container .products-block .item .product-images a.left:hover span {
  z-index: 2;
  opacity: 1;
}
section.products-section .container .products-block .item .product-images .right a:hover:before,
section.products-section .container .products-block .item .product-images a.left:hover:before {
  z-index: 1;
  opacity: 1;
}
section.products-section .container .products-block .item .product-images .right a span {
  width: 2.5vw;
  height: 2.5vw;
}
section.products-section .container .products-block .item .product-images a.left span {
  width: 3.5vw;
  height: 3.5vw;
}
section.products-section .container .products-block .item a.product-name {
  font-weight: 700;
  font-size: 1.5vw;
  margin-top: 1.2vw;
  display: inline-block;
}
section.products-section .container .products-block .item a.product-name:hover {
  text-decoration: underline;
}
section.products-section .container .products-block .item ul.chars {
  margin-top: 0.738vw;
}
section.products-section .container .products-block .item ul.chars li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.14);
  border-right: 1px solid rgba(0, 0, 0, 0.14);
  padding-left: 0.813vw;
  min-height: 1.875vw;
}
section.products-section .container .products-block .item ul.chars li span {
  font-size: 0.875vw;
  font-weight: 500;
}
section.products-section .container .products-block .item ul.chars li span:first-child {
  width: 55%;
}
section.products-section .container .products-block .item ul.chars li span:last-child {
  width: 45%;
}
section.products-section .container .products-block .item ul.chars li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}
section.products-section .container .products-block .item ul.chars li:nth-child(2), section.products-section .container .products-block .item ul.chars li:nth-child(4) {
  background: rgba(51, 155, 44, 0.33);
}
section.products-section .container .products-block .item .btns-block {
  margin-top: 1.675vw;
}
section.products-section .container .products-block .item .btns-block .btn {
  font-weight: 800;
  padding: 0 2vw;
}
section.products-section .container .products-block .item .btns-block .btn svg {
  width: 1.4vw;
  height: 1.7vw;
  margin-right: 1vw;
}
section.products-section .container .products-block .item .btns-block a.read-more {
  font-size: 1vw;
  color: #339B2C;
  font-weight: 800;
}
section.products-section .container .products-block .item .btns-block a.read-more svg {
  margin-left: 0.813vw;
}

@media only screen and (max-width: 800px) {
  section.products-section .container .products-block .item {
    width: 100%;
    margin-bottom: 9vw;
  }
  section.products-section .container .products-block .item .product-images a.left {
    height: 40vw;
    border-radius: 2vw;
  }
  section.products-section .container .products-block .item .product-images .right {
    height: 40vw;
  }
  section.products-section .container .products-block .item .product-images .right a {
    border-radius: 2vw;
  }
  section.products-section .container .products-block .item a.product-name {
    margin-top: 4vw;
    font-size: 4vw;
  }
  section.products-section .container .products-block .item ul.chars {
    margin-top: 2.5vw;
  }
  section.products-section .container .products-block .item ul.chars li {
    min-height: 6vw;
  }
  section.products-section .container .products-block .item ul.chars li span {
    padding: 1vw 0;
    font-size: 2.5vw;
  }
  section.products-section .container .products-block .item .btns-block {
    margin-top: 4vw;
  }
  section.products-section .container .products-block .item .btns-block .btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 4vw;
    height: 8vw;
    font-size: 3vw;
  }
  section.products-section .container .products-block .item .btns-block .btn svg {
    width: 3vw;
    height: 3.5vw;
    margin-right: 2vw;
  }
  section.products-section .container .products-block .item .btns-block a.read-more {
    font-size: 2.5vw;
  }
}
section.gallery-section {
  margin-bottom: -1.5vw;
}
section.gallery-section .gallery-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}
section.gallery-section .gallery-items.gallery-items-slider {
  display: block;
  margin-top: -1vw;
  margin-bottom: 8vw;
}
section.gallery-section .gallery-items.gallery-items-slider p.slider-arr {
  width: auto;
  height: auto;
  background-color: transparent;
  box-shadow: none;
}
section.gallery-section .gallery-items.gallery-items-slider p.slider-arr svg {
  width: 1vw;
  height: 2vw;
  transition: 0.3s all ease;
}
section.gallery-section .gallery-items.gallery-items-slider p.slider-arr:hover svg {
  transform: scale(1.1);
}
section.gallery-section .gallery-items.gallery-items-slider p.slider-arr:hover svg path {
  stroke: #339B2C;
}
section.gallery-section .gallery-items.gallery-items-slider p.slider-arr.prev {
  left: -3vw;
}
section.gallery-section .gallery-items.gallery-items-slider p.slider-arr.next {
  right: -3vw;
}
section.gallery-section .gallery-items.gallery-items-slider .slick-list {
  padding: 2vw 0;
  margin: 0 -2vw;
}
section.gallery-section .gallery-items.gallery-items-slider .slick-slide {
  margin: 0 2vw;
}
section.gallery-section .gallery-items a.item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 22.875vw;
  border-radius: 1vw;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease;
}
section.gallery-section .gallery-items a.item img {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  height: 100%;
  transition: 0.3s all ease;
}
section.gallery-section .gallery-items a.item span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #339B2C;
  border-radius: 50%;
  position: relative;
  width: 3.438vw;
  height: 3.438vw;
  z-index: -2;
  opacity: 1;
  transition: 0.3s all ease;
}
section.gallery-section .gallery-items a.item span svg {
  width: 40%;
  height: 40%;
}
section.gallery-section .gallery-items a.item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
  opacity: 0;
  border-radius: 1vw;
  transition: 0.3s all ease;
}
section.gallery-section .gallery-items a.item:hover {
  box-shadow: 0 9px 30px #36AC2E;
}
section.gallery-section .gallery-items a.item:hover span {
  z-index: 3;
  opacity: 1;
}
section.gallery-section .gallery-items a.item:hover:before {
  z-index: 2;
  opacity: 1;
}
section.gallery-section .all-photos-btn {
  margin-top: 3vw;
  justify-content: center;
}

@media only screen and (max-width: 800px) {
  section.gallery-section .gallery-items {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }
  section.gallery-section .gallery-items a.item {
    height: 45vw;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    border-radius: 2vw;
  }
  section.gallery-section .gallery-items a.item span {
    width: 8vw;
    height: 8vw;
  }
  section.gallery-section .all-photos-btn {
    margin-top: 6vw;
  }
}
section.services-section .serv-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}
section.services-section .serv-items.serv-items-slider {
  display: block;
  margin-top: -1vw;
  margin-bottom: 8vw;
}
section.services-section .serv-items.serv-items-slider p.slider-arr {
  width: auto;
  height: auto;
  background-color: transparent;
  box-shadow: none;
}
section.services-section .serv-items.serv-items-slider p.slider-arr svg {
  width: 1vw;
  height: 2vw;
  transition: 0.3s all ease;
}
section.services-section .serv-items.serv-items-slider p.slider-arr:hover svg {
  transform: scale(1.1);
}
section.services-section .serv-items.serv-items-slider p.slider-arr:hover svg path {
  stroke: #339B2C;
}
section.services-section .serv-items.serv-items-slider p.slider-arr.prev {
  left: -3vw;
}
section.services-section .serv-items.serv-items-slider p.slider-arr.next {
  right: -3vw;
}
section.services-section .serv-items.serv-items-slider .slick-list {
  padding: 2vw 0;
  margin: 0 -1vw;
}
section.services-section .serv-items.serv-items-slider .slick-slide {
  margin: 0 1vw;
}
section.services-section .serv-items .item {
  height: 26vw;
  border-radius: 2vw;
  overflow: hidden;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
}
section.services-section .serv-items .item .inner {
  padding: 1.875vw 2vw;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
  height: 100%;
}
section.services-section .serv-items .item .inner a.name {
  font-weight: 800;
  font-size: 1.5vw;
  display: inline-block;
  max-width: 90%;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 2;
}
section.services-section .serv-items .item .inner a.name:hover {
  text-decoration: underline;
}
section.services-section .serv-items .item .inner p.price {
  margin-top: 1.25vw;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.1vw 0.813vw 0.85vw;
  position: relative;
  z-index: 2;
}
section.services-section .serv-items .item .inner p.price span {
  font-size: 1.5vw;
  color: #339B2C;
  font-weight: 800;
}
section.services-section .serv-items .item .inner p.desc {
  font-weight: 500;
  margin-top: 1.25vw;
  font-size: 0.875vw;
  max-width: 80%;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 2;
}
section.services-section .serv-items .item .inner .btns-block {
  width: 100%;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
section.services-section .serv-items .item .inner .btns-block .btn {
  padding: 0 1.5vw;
}
section.services-section .serv-items .item .inner .btns-block a.read {
  font-weight: 800;
  color: #fff;
  text-shadow: #000 1px 0 5px;
  font-size: 1vw;
}
section.services-section .serv-items .item .inner .btns-block a.read svg {
  width: 1vw;
  height: 0.5vw;
  margin-left: 0.5vw;
}
section.services-section .serv-items .item .inner .btns-block a.read svg path {
  stroke: #fff;
}
section.services-section .serv-items .item .inner:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 58.125vw;
  height: 43.75vw;
  z-index: 1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.61) 47.4%, rgba(255, 255, 255, 0.2673) 100%);
}

@media only screen and (max-width: 800px) {
  section.services-section .serv-items {
    grid-template-columns: 1fr;
    grid-row-gap: 4vw;
  }
  section.services-section .serv-items.serv-items-slider p.slider-arr {
    background-color: #339B2C;
    width: 9vw;
    height: 9vw;
  }
  section.services-section .serv-items.serv-items-slider p.slider-arr.prev {
    left: -4vw;
  }
  section.services-section .serv-items.serv-items-slider p.slider-arr.next {
    right: -4vw;
  }
  section.services-section .serv-items.serv-items-slider p.slider-arr svg {
    width: 3vw;
    height: 4vw;
  }
  section.services-section .serv-items.serv-items-slider p.slider-arr svg path {
    stroke: #fff;
  }
  section.services-section .serv-items.serv-items-slider p.slider-arr:hover svg path {
    stroke: #fff;
  }
  section.services-section .serv-items .item {
    height: 80vw;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  section.services-section .serv-items .item .inner {
    padding: 5vw 5vw;
    overflow: hidden;
  }
  section.services-section .serv-items .item .inner a.name {
    font-size: 4.5vw;
  }
  section.services-section .serv-items .item .inner p.price {
    margin-top: 3vw;
    font-size: 3vw;
    padding: 2vw 3vw;
    border-radius: 2vw;
  }
  section.services-section .serv-items .item .inner p.price span {
    font-size: 5vw;
  }
  section.services-section .serv-items .item .inner p.desc {
    font-size: 3vw;
    margin-top: 3vw;
  }
  section.services-section .serv-items .item .inner .btns-block span.btn {
    width: 50%;
  }
  section.services-section .serv-items .item .inner .btns-block a.read {
    font-size: 3vw;
  }
  section.services-section .serv-items .item .inner .btns-block a.read svg {
    width: 3vw;
    height: 2vw;
    margin-left: 2vw;
  }
  section.services-section .serv-items .item .inner:before {
    width: 200vw;
    height: 100vw;
  }
}
section.callback {
  margin-top: 7vw;
}
section.callback .container {
  border-radius: 2vw;
  background-color: #f1f1f1;
  padding: 4vw 4.5vw;
  position: relative;
}
section.callback .container .inner {
  position: relative;
  z-index: 2;
}
section.callback .container .inner h2.section-title {
  text-align: left;
  font-size: 2.5vw;
}
section.callback .container .inner h2.section-title span {
  font-weight: 800;
}
section.callback .container .inner p.subtitle {
  margin-top: 2vw;
  font-size: 1.125vw;
}
section.callback .container .inner p.subtitle.bold {
  margin-top: 3vw;
  font-weight: bold;
}
section.callback .container .inner form {
  width: 40%;
  margin-top: 2vw;
}
section.callback .container .inner form button {
  width: 49%;
  margin-top: 0;
}
section.callback .container .inner form .required {
  margin-top: 1vw;
}
section.callback .container .inner form .required p {
  width: 80%;
}
section.callback .container img.callback_person {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  z-index: 2;
}
section.callback .container .or-call {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
section.callback .container .or-call p.call-title {
  font-size: 1.2vw;
  font-weight: bold;
  margin-bottom: 1vw;
}
section.callback .container .or-call a.tel {
  font-weight: bold;
  font-size: 1.5vw;
  margin-bottom: 1vw;
}
section.callback .container .or-call a.tel:hover {
  color: #339B2C;
}
section.callback .container .manager-name {
  position: absolute;
  top: 20%;
  left: 70%;
  z-index: 2;
}
section.callback .container .manager-name p.position {
  text-align: right;
}
section.callback .container .manager-name p.name {
  margin-top: 0.5vw;
  font-weight: bold;
  font-size: 1.2vw;
  text-align: right;
}
section.callback .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2vw;
  background-color: #339B2C;
  opacity: 0.2;
  z-index: 1;
}

@media only screen and (max-width: 800px) {
  section.callback {
    margin-top: 16vw;
  }
  section.callback .container {
    padding: 6vw 5vw;
  }
  section.callback .container .inner h2.section-title {
    font-size: 4.5vw;
  }
  section.callback .container .inner p.subtitle {
    font-size: 3.5vw;
  }
  section.callback .container .inner p.subtitle.bold {
    font-size: 3vw;
  }
  section.callback .container .inner p.subtitle.bold br {
    display: none;
  }
  section.callback .container .inner form {
    width: 100%;
    margin-top: 4vw;
  }
  section.callback .container .inner form > input {
    width: 49%;
  }
  section.callback .container .inner form button {
    width: 49%;
    height: 8vw;
    font-size: 3.5vw;
    font-weight: normal;
    text-transform: none;
  }
  section.callback .container .inner form .required input {
    display: none;
  }
  section.callback .container .inner form .required p {
    text-align: center;
  }
  section.callback .container .manager-name,
section.callback .container img.callback_person {
    display: none;
  }
  section.callback .container .or-call {
    margin-top: 4vw;
    position: relative;
    top: 0;
    left: 0;
  }
  section.callback .container .or-call p.call-title {
    font-size: 3vw;
  }
  section.callback .container .or-call a.tel {
    font-size: 4vw;
  }
}
section.clients-section .section-heading .inner:after {
  left: 115%;
}
section.clients-section .partners-slider {
  margin: -2vw 0;
}
section.clients-section .partners-slider .slick-list {
  padding: 2vw 2px;
}
section.clients-section .partners-slider a.item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 9vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
section.clients-section .partners-slider a.item img {
  width: 60%;
  transition: 0.3s all ease;
  transform: scale(0.9);
  filter: grayscale(1);
}
section.clients-section .partners-slider a.item:hover {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}
section.clients-section .partners-slider a.item:hover img {
  filter: grayscale(0);
  transform: scale(1);
}
section.clients-section .partners-slider a.item:first-child {
  margin-left: -2px;
}
section.clients-section .testims-title {
  margin: 3.125vw 0 2vw;
}
section.clients-section .testims-title p.title {
  font-size: 1.3vw;
}
section.clients-section .testims-title p.title span {
  font-weight: 800;
  display: block;
}
section.clients-section .testims-slider .slick-list {
  margin: 0 -1vw;
}
section.clients-section .testims-slider .slick-list .slick-slide {
  margin: 0 1vw;
}
section.clients-section .testims-slider .item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1vw;
  padding: 1.875vw 1.5vw;
}
section.clients-section .testims-slider .item p.name {
  font-weight: 800;
  font-size: 1vw;
  margin-bottom: 0.438vw;
}
section.clients-section .testims-slider .item .stars {
  margin: 0.6vw 0 0.4vw;
}
section.clients-section .testims-slider .item .stars svg {
  width: 5vw;
  height: 1vw;
}
section.clients-section .testims-slider .item p.company,
section.clients-section .testims-slider .item p.text {
  font-weight: 500;
}
section.clients-section .partners-slider p.slider-arr, section.clients-section .testims-slider p.slider-arr {
  width: auto;
  height: auto;
  background-color: transparent;
  box-shadow: none;
}
section.clients-section .partners-slider p.slider-arr svg, section.clients-section .testims-slider p.slider-arr svg {
  width: 1vw;
  height: 2vw;
  transition: 0.3s all ease;
}
section.clients-section .partners-slider p.slider-arr:hover svg, section.clients-section .testims-slider p.slider-arr:hover svg {
  transform: scale(1.1);
}
section.clients-section .partners-slider p.slider-arr:hover svg path, section.clients-section .testims-slider p.slider-arr:hover svg path {
  stroke: #339B2C;
}
section.clients-section .partners-slider p.slider-arr.prev, section.clients-section .testims-slider p.slider-arr.prev {
  left: -3vw;
}
section.clients-section .partners-slider p.slider-arr.next, section.clients-section .testims-slider p.slider-arr.next {
  right: -3vw;
}

@media only screen and (max-width: 800px) {
  section.clients-section .partners-slider a.item {
    height: 15vw;
  }
  section.clients-section .partners-slider a.item img {
    filter: grayscale(0);
  }
  section.clients-section .partners-slider a.item:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  }
  section.clients-section .partners-slider p.slider-arr.prev {
    left: -4vw;
  }
  section.clients-section .partners-slider p.slider-arr.next {
    right: -4vw;
  }
  section.clients-section .partners-slider p.slider-arr svg {
    height: 4vw;
    width: 3vw;
  }
  section.clients-section .testims-title {
    margin: 5vw 0 3vw;
  }
  section.clients-section .testims-title p.title {
    font-size: 4vw;
  }
  section.clients-section .testims-slider {
    margin-top: 4vw;
  }
  section.clients-section .testims-slider .item {
    border-radius: 2vw;
    padding: 3.5vw 3.5vw;
  }
  section.clients-section .testims-slider .item p.name {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
  }
  section.clients-section .testims-slider .item p.company {
    font-size: 3vw;
  }
  section.clients-section .testims-slider .item .stars {
    margin: 1vw 0 1vw;
  }
  section.clients-section .testims-slider .item .stars svg {
    width: 15vw;
    height: 3vw;
  }
  section.clients-section .testims-slider .item p.text {
    font-size: 3vw;
  }
  section.clients-section .testims-slider p.slider-arr.prev {
    left: -4vw;
  }
  section.clients-section .testims-slider p.slider-arr.next {
    right: -4vw;
  }
  section.clients-section .testims-slider p.slider-arr svg {
    height: 4vw;
    width: 3vw;
  }
}
section.scheme-section {
  margin-bottom: -3vw;
}
section.scheme-section .scheme-items .item {
  width: 32%;
  margin-bottom: 3vw;
}
section.scheme-section .scheme-items .item .left span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.125vw;
  height: 8.125vw;
  background: rgba(51, 155, 44, 0.35);
  border-radius: 50%;
  position: relative;
}
section.scheme-section .scheme-items .item .left span svg {
  width: 50%;
  height: 50%;
}
section.scheme-section .scheme-items .item .left span:after, section.scheme-section .scheme-items .item .left span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
section.scheme-section .scheme-items .item .left span:after {
  width: 0.7vw;
  height: 0.7vw;
  background-color: #339B2C;
  border-radius: 50%;
  right: -2.5vw;
}
section.scheme-section .scheme-items .item .left span:before {
  right: -2.5vw;
  width: 2.5vw;
  height: 1px;
  background-color: rgba(51, 155, 44, 0.35);
}
section.scheme-section .scheme-items .item .right {
  width: 55%;
}
section.scheme-section .scheme-items .item .right p.title {
  font-weight: 500;
  font-size: 1.5vw;
  margin-bottom: 0.525vw;
}
section.scheme-section .scheme-items .item .right p.desc {
  font-weight: 500;
  font-size: 0.9vw;
  line-height: 1.2vw;
  margin-bottom: 0.4vw;
}
section.scheme-section .scheme-items .item .right p.desc a, section.scheme-section .scheme-items .item .right p.desc span {
  font-weight: 800;
}
section.scheme-section .scheme-items .item .right p.desc a {
  font-size: 1vw;
}
section.scheme-section .scheme-items .item .right p.desc a:hover {
  color: #339B2C;
  text-decoration: underline;
}
section.scheme-section .scheme-items .item .right span.btn {
  margin-top: 1vw;
  font-size: 0.8vw;
  padding: 0 1.5vw;
  height: 2.5vw;
}

@media only screen and (max-width: 800px) {
  section.scheme-section .container {
    margin-top: 14vw;
  }
  section.scheme-section .container .scheme-items .item {
    width: 100%;
    margin-bottom: 6vw;
  }
  section.scheme-section .container .scheme-items .item .left span {
    width: 20vw;
    height: 20vw;
  }
  section.scheme-section .container .scheme-items .item .left span:before {
    right: -3vw;
    width: 3vw;
  }
  section.scheme-section .container .scheme-items .item .left span:after {
    width: 1.5vw;
    height: 1.5vw;
    right: -3.5vw;
  }
  section.scheme-section .container .scheme-items .item .right {
    width: 70%;
  }
  section.scheme-section .container .scheme-items .item .right p.title {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  section.scheme-section .container .scheme-items .item .right p.desc {
    font-size: 3vw;
    line-height: normal;
  }
  section.scheme-section .container .scheme-items .item .right p.desc a {
    margin: 1vw 0 0.5vw;
    display: inline-block;
    font-size: 3vw;
  }
  section.scheme-section .container .scheme-items .item .right span.btn {
    margin-top: 2vw;
    height: 7vw;
    padding: 0 4vw;
    font-size: 3vw;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
section.blog-section .container .section-heading {
  position: relative;
}
section.blog-section .container .section-heading a.btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
section.blog-section .latest-posts {
  justify-content: flex-start;
}
section.blog-section .latest-posts.latest-posts-slider a.item {
  width: 100%;
}
section.blog-section .latest-posts a.item {
  height: 25vw;
  width: 33.333%;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
section.blog-section .latest-posts a.item.big {
  width: 45%;
}
section.blog-section .latest-posts a.item.sm {
  width: 27.5%;
}
section.blog-section .latest-posts a.item.sm .inner h3 {
  font-size: 1.275vw;
}
section.blog-section .latest-posts a.item .inner {
  position: relative;
  z-index: 2;
  padding: 1.875vw;
  bottom: -2vw;
  transition: 0.3s all ease;
  width: 100%;
}
section.blog-section .latest-posts a.item .inner p.date {
  color: #fff;
  margin-bottom: 0.5vw;
}
section.blog-section .latest-posts a.item .inner h3 {
  color: #fff;
  max-width: 90%;
  font-weight: 800;
  font-size: 1.475vw;
}
section.blog-section .latest-posts a.item .inner span.read-more {
  margin-top: 0.5vw;
  justify-content: flex-start;
  font-weight: 800;
  color: #339B2C;
  font-size: 1vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  transition: 0.3s all ease;
}
section.blog-section .latest-posts a.item .inner span.read-more svg {
  margin-left: 0.5vw;
}
section.blog-section .latest-posts a.item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
section.blog-section .latest-posts a.item:hover {
  box-shadow: inset 0 4px 52px #339B2C;
}
section.blog-section .latest-posts a.item:hover .inner {
  bottom: 0;
}
section.blog-section .latest-posts a.item:hover .inner span.read-more {
  opacity: 1;
}
section.blog-section .latest-posts p.slider-arr {
  width: 3vw;
  height: 3vw;
  transition: 0.3s all ease;
}
section.blog-section .latest-posts p.slider-arr.prev {
  left: -5vw;
}
section.blog-section .latest-posts p.slider-arr.next {
  right: -5vw;
}
section.blog-section .latest-posts p.slider-arr svg {
  width: 50%;
  height: 50%;
}
section.blog-section .latest-posts p.slider-arr svg path {
  stroke: rgba(255, 255, 255, 0.8);
}
section.blog-section .latest-posts p.slider-arr:hover {
  transform: translateY(-50%) scale(1.1);
}
section.blog-section .latest-posts p.slider-arr:hover svg path {
  stroke: white;
}

@media only screen and (max-width: 800px) {
  section.blog-section .container .section-heading {
    margin: 10vw 0 2vw;
  }
  section.blog-section .container .section-heading .inner {
    border-bottom: none;
    padding-bottom: 6vw;
  }
  section.blog-section .container .section-heading a.btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 7vw;
    top: 80%;
    font-size: 2.5vw;
  }
  section.blog-section .latest-posts a.item,
section.blog-section .latest-posts a.item.sm,
section.blog-section .latest-posts a.item.big {
    width: 100%;
    height: 50vw;
  }
  section.blog-section .latest-posts a.item .inner,
section.blog-section .latest-posts a.item.sm .inner,
section.blog-section .latest-posts a.item.big .inner {
    bottom: 0;
    padding: 3vw 5vw;
  }
  section.blog-section .latest-posts a.item .inner p.date,
section.blog-section .latest-posts a.item.sm .inner p.date,
section.blog-section .latest-posts a.item.big .inner p.date {
    font-size: 2.5vw;
  }
  section.blog-section .latest-posts a.item .inner h3,
section.blog-section .latest-posts a.item.sm .inner h3,
section.blog-section .latest-posts a.item.big .inner h3 {
    font-size: 3.5vw;
  }
  section.blog-section .latest-posts a.item .inner span.read-more,
section.blog-section .latest-posts a.item.sm .inner span.read-more,
section.blog-section .latest-posts a.item.big .inner span.read-more {
    opacity: 1;
    font-size: 2.5vw;
  }
}
section.catalog-section {
  margin-top: 6vw;
}
section.catalog-section .left {
  width: 50%;
}
section.catalog-section .left h3.heading {
  font-size: 2.5vw;
}
section.catalog-section .left h3.heading span {
  font-weight: 800;
}
section.catalog-section .left ul {
  margin-top: 1.7vw;
}
section.catalog-section .left ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 29%;
  border-top: 2px solid #339B2C;
  padding-top: 0.5vw;
}
section.catalog-section .left ul li span.num {
  font-weight: 800;
  font-size: 2.2vw;
}
section.catalog-section .left p.title {
  margin-top: 2.18vw;
  font-weight: 800;
  font-size: 1.25vw;
}
section.catalog-section .left form {
  align-items: center;
  margin-top: 1vw;
  width: 113%;
}
section.catalog-section .left form p.sm {
  font-size: 0.8vw;
}
section.catalog-section .left form select {
  width: 8vw;
  padding: 0 1vw;
}
section.catalog-section .left form input {
  width: 14vw;
  margin: 0 0.5vw;
}
section.catalog-section .left form button {
  width: 15vw;
  margin-top: 0;
  text-transform: none;
}
section.catalog-section .right {
  width: 45%;
  position: relative;
  height: 20vw;
}
section.catalog-section .right p.size {
  width: 7.813vw;
  height: 7.813vw;
  background-color: #339B2C;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  flex-direction: column;
}
section.catalog-section .right p.size span {
  color: #fff;
}
section.catalog-section .right p.size span.title {
  font-weight: 800;
  font-size: 1.5vw;
  margin: 0.5vw 0;
}
section.catalog-section .right img {
  position: absolute;
  top: 0;
  left: 15vw;
}

@media only screen and (max-width: 800px) {
  section.catalog-section {
    margin-top: 9vw;
  }
  section.catalog-section .container .left {
    width: 100%;
  }
  section.catalog-section .container .left h3.heading {
    font-size: 5vw;
  }
  section.catalog-section .container .left ul {
    margin-top: 3.5vw;
  }
  section.catalog-section .container .left ul li {
    padding-top: 1vw;
  }
  section.catalog-section .container .left ul li span.num {
    font-size: 6vw;
  }
  section.catalog-section .container .left ul li span.desc {
    font-size: 3vw;
  }
  section.catalog-section .container .left p.title {
    margin-top: 3.5vw;
    font-size: 3.5vw;
  }
  section.catalog-section .container .left form {
    width: 100%;
  }
  section.catalog-section .container .left form p.sm {
    width: 100%;
    font-size: 3vw;
  }
  section.catalog-section .container .left form p.sm br {
    display: none;
  }
  section.catalog-section .container .left form div {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }
  section.catalog-section .container .left form div select,
section.catalog-section .container .left form div input {
    width: 49%;
    margin: 3vw 0;
  }
  section.catalog-section .container .left form div button {
    width: 100%;
  }
  section.catalog-section .container .right {
    display: none;
  }
}
.aside-messengers {
  position: fixed;
  top: 50%;
  right: 2vw;
  transform: translateY(-50%);
  z-index: 9;
}
.aside-messengers ul {
  display: flex;
  flex-direction: column;
}
.aside-messengers ul li {
  position: relative;
}
.aside-messengers ul li a {
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 2.5vw;
  height: 2.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aside-messengers ul li a.viber svg path {
  fill: #665cac;
}
.aside-messengers ul li a.tg svg path {
  fill: #08c;
}
.aside-messengers ul li a.wa svg path {
  fill: #25d366;
}
.aside-messengers ul li a img, .aside-messengers ul li a svg {
  width: 50%;
}
.aside-messengers ul li span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3vw;
  color: #339B2C;
  font-size: 0.8vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: right;
  opacity: 0;
  transition: 0.3s all ease;
  pointer-events: none;
}
.aside-messengers ul li:hover span {
  right: 3.5vw;
  opacity: 1;
}
.aside-messengers ul li:first-child a {
  border-top-left-radius: 1vw;
  border-top-right-radius: 1vw;
}
.aside-messengers ul li:last-child a {
  border-bottom-left-radius: 1vw;
  border-bottom-right-radius: 1vw;
}

@media only screen and (max-width: 900px) {
  .aside-messengers ul li a {
    width: 9vw;
    height: 10vw;
  }
  .aside-messengers ul li span {
    display: none;
  }
  .aside-messengers ul li:first-child a {
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;
  }
  .aside-messengers ul li:last-child a {
    border-bottom-left-radius: 3vw;
    border-bottom-right-radius: 3vw;
  }
}
footer {
  padding: 3.75vw 0 1.875vw;
  background: rgba(29, 29, 29, 0.95);
}
footer.top-offset {
  margin-top: 8vw;
}
footer .container {
  align-items: flex-start;
}
footer .container p.title {
  color: #fff;
  font-weight: 800;
  font-size: 1.1vw;
  margin-bottom: 0.5vw;
}
footer .container .logo-col a img {
  width: 12vw;
  transition: 0.3s all ease;
}
footer .container .logo-col a:hover img {
  transform: scale(1.05);
}
footer .container .logo-col p.desc {
  margin-top: 1vw;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8vw;
}
footer .container .logo-col p.desc span {
  font-weight: 800;
}
footer .container .menu-col ul li {
  margin-bottom: 0.2vw;
}
footer .container .menu-col ul li a {
  color: #fff;
  font-size: 0.9vw;
}
footer .container .menu-col ul li a:hover {
  text-decoration: underline;
}
footer .container .contacts-col p.title {
  margin-bottom: 0.8vw;
}
footer .container .contacts-col .phone-block p.has-dot {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8vw;
  margin-bottom: 0.3vw;
}
footer .container .contacts-col .phone-block a.tel {
  color: #fff;
  font-weight: 800;
  font-size: 1.3vw;
}
footer .container .contacts-col .phone-block a.tel:hover {
  color: #339B2C;
}
footer .container .contacts-col .phone-block a.tel svg {
  margin-right: 0.3vw;
}
footer .container .contacts-col .phone-block a.email {
  justify-content: flex-start;
  color: #fff;
  margin-top: 1vw;
  font-size: 1vw;
}
footer .container .contacts-col .phone-block a.email:hover {
  color: #339B2C;
}
footer .container .contacts-col .phone-block a.email svg {
  margin-right: 0.5vw;
}
footer .container .contacts-col .messengers-block {
  margin-top: 1.5vw;
}
footer .container .contacts-col .messengers-block p {
  color: #fff;
  margin-bottom: 0.5vw;
}
footer .container .rights {
  border-top: 1px solid #757575;
  margin-top: 3.125vw;
  width: 100%;
  padding-top: 0.938vw;
}
footer .container .rights p {
  color: #9C9C9C;
  font-size: 0.85vw;
}
footer .container .rights p a {
  color: #339B2C;
}
footer .container .rights p a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 800px) {
  footer {
    padding: 9vw 0 4vw;
  }
  footer .container p.title {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
  footer .container .logo-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 6vw;
  }
  footer .container .logo-col a img {
    width: 40vw;
  }
  footer .container .logo-col p.desc {
    text-align: center;
    font-size: 3vw;
    max-width: 70%;
  }
  footer .container .logo-col p.desc br {
    display: none;
  }
  footer .container .menu-col {
    width: 48%;
    margin-bottom: 5vw;
  }
  footer .container .menu-col ul li {
    margin-bottom: 2vw;
    line-height: 3.5vw !important;
  }
  footer .container .menu-col ul li a {
    font-size: 3vw;
    line-height: 3.5vw !important;
  }
  footer .container .contacts-col {
    width: 48%;
  }
  footer .container .contacts-col .phone-block {
    margin-top: 2.5vw;
  }
  footer .container .contacts-col .phone-block p.has-dot {
    margin-bottom: 1vw;
  }
  footer .container .contacts-col .phone-block a.tel {
    font-size: 3.5vw;
    justify-content: flex-start;
  }
  footer .container .contacts-col .phone-block a.tel svg {
    margin-right: 1.5vw;
  }
  footer .container .contacts-col .phone-block a.email {
    font-size: 3vw;
    margin-top: 4vw;
  }
  footer .container .contacts-col .phone-block a.email svg {
    margin-right: 2vw;
  }
  footer .container .contacts-col .messengers-block {
    margin-top: 5vw;
  }
  footer .container .contacts-col .messengers-block p {
    margin-bottom: 3vw;
    font-size: 3vw;
  }
  footer .container .rights {
    margin-top: 7vw;
    padding-top: 2.5vw;
  }
  footer .container .rights p {
    width: 100%;
    text-align: center;
    font-size: 2.5vw;
  }
  footer .container .rights p br {
    display: none;
  }
}
section.advantages-section .container .company-adv {
  margin-top: 2vw;
}
section.advantages-section .container .company-adv .item {
  width: 32%;
  background-color: #339B2C;
  height: 17vw;
  border-radius: 2vw;
  padding: 2vw 2.5vw;
  margin-bottom: 1.5vw;
  position: relative;
  overflow: hidden;
}
section.advantages-section .container .company-adv .item span.dot {
  width: 1vw;
  height: 1vw;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
section.advantages-section .container .company-adv .item p.big {
  margin-top: 1vw;
  color: #fff;
  font-size: 1.1vw;
  font-weight: bold;
}
section.advantages-section .container .company-adv .item p.desc {
  max-width: 55%;
  color: #fff;
  margin-top: 1vw;
}
section.advantages-section .container .company-adv .item img.adv-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
}
section.advantages-section .container .company-adv .item:first-child img.adv-img {
  width: 58%;
}
section.advantages-section .container .company-adv .item:nth-child(2) span.dot, section.advantages-section .container .company-adv .item:nth-child(4) span.dot, section.advantages-section .container .company-adv .item:nth-child(6) span.dot {
  background-color: #339B2C;
}
section.advantages-section .container .company-adv .item:nth-child(2) span.dot:before, section.advantages-section .container .company-adv .item:nth-child(4) span.dot:before, section.advantages-section .container .company-adv .item:nth-child(6) span.dot:before {
  background-color: #339B2C;
}
section.advantages-section .container .company-adv .item:nth-child(2) p.big, section.advantages-section .container .company-adv .item:nth-child(2) p.desc, section.advantages-section .container .company-adv .item:nth-child(4) p.big, section.advantages-section .container .company-adv .item:nth-child(4) p.desc, section.advantages-section .container .company-adv .item:nth-child(6) p.big, section.advantages-section .container .company-adv .item:nth-child(6) p.desc {
  color: #282828;
}
section.advantages-section .container .company-adv .item:nth-child(2) {
  background-color: #f1f7fa;
}
section.advantages-section .container .company-adv .item:nth-child(2) img.adv-img {
  width: 40%;
}
section.advantages-section .container .company-adv .item:nth-child(3) img.adv-img {
  width: 55%;
}
section.advantages-section .container .company-adv .item:nth-child(4) {
  background-color: #f1f7fa;
}
section.advantages-section .container .company-adv .item:nth-child(4) img.adv-img {
  width: 45%;
  right: -1vw;
}
section.advantages-section .container .company-adv .item:nth-child(5) img.adv-img {
  width: 45%;
  right: -2vw;
}
section.advantages-section .container .company-adv .item:nth-child(6) {
  background-color: #f1f7fa;
}
section.advantages-section .container .company-adv .item:nth-child(6) img.adv-img {
  width: 44%;
}

@media only screen and (max-width: 800px) {
  section.advantages-section .container .company-adv .item {
    width: 100%;
    height: 50vw;
    padding: 4vw;
    margin-bottom: 4vw;
  }
  section.advantages-section .container .company-adv .item span.dot {
    width: 2vw;
    height: 2vw;
  }
  section.advantages-section .container .company-adv .item p.big {
    font-size: 3.5vw;
  }
  section.advantages-section .container .company-adv .item p.desc {
    font-size: 3vw;
  }
  section.advantages-section .container .company-adv .item:nth-child(3) img.adv-img {
    right: -6vw;
  }
}
section.first-screen {
  position: relative;
  padding: 15vw 0 11vw;
}
section.first-screen:before {
  content: "";
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
section.first-screen .container {
  position: relative;
  z-index: 2;
}
section.first-screen .container .offer h1 {
  color: #fff;
  font-size: 3.125vw;
  font-weight: 300;
}
section.first-screen .container .offer h1 span {
  font-weight: 800;
}
section.first-screen .container .offer p.subtitle {
  margin-top: 1.563vw;
  font-size: 1.275vw;
  color: #fff;
  opacity: 0.8;
}
section.first-screen .container .offer .about-section-adv {
  display: none;
}
section.first-screen .container .offer .btns-block {
  justify-content: flex-start;
  margin-top: 3.438vw;
}
section.first-screen .container .offer .btns-block a.second {
  background: linear-gradient(180deg, #CACACA 0%, #616261 100%);
  margin-left: 3.125vw;
  box-shadow: none;
}
section.first-screen .container .form-block {
  position: relative;
}
section.first-screen .container .form-block .inner {
  width: 29.688vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25vw 1.563vw;
  position: relative;
  z-index: 2;
}
section.first-screen .container .form-block .inner p.title {
  font-size: 1.25vw;
  width: 100%;
  font-weight: 800;
  text-align: center;
}
section.first-screen .container .form-block .inner p.title.fill-form {
  margin-top: 0.425vw;
}
section.first-screen .container .form-block .inner p.subtitle {
  text-align: center;
  width: 100%;
  font-size: 1vw;
  margin-top: 0.675vw;
}
section.first-screen .container .form-block .inner .input-params {
  margin: 1vw 0 0.8vw;
  width: 100%;
}
section.first-screen .container .form-block .inner .input-params .item {
  flex-direction: column;
  align-items: flex-start;
}
section.first-screen .container .form-block .inner .input-params .item span {
  font-size: 0.688vw;
  margin-bottom: 0.338vw;
}
section.first-screen .container .form-block .inner .input-params .item select {
  width: 9vw;
  padding: 0 0 0 0.5vw;
}
section.first-screen .container .form-block .inner .input-params .item input {
  width: 5.563vw;
  padding: 0 0 0 1vw;
}
section.first-screen .container .form-block .inner .customer-details {
  width: 100%;
  margin-top: 0.875vw;
}
section.first-screen .container .form-block svg {
  position: absolute;
  width: 31.2vw;
  height: 33vw;
  z-index: 1;
  top: -1.8vw;
  left: -1.1vw;
}
section.first-screen .scroll-down {
  position: absolute;
  top: 50%;
  left: -4.5vw;
  z-index: 2;
  transform: rotate(-90deg);
}
section.first-screen .scroll-down span {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9vw;
  letter-spacing: 0.1vw;
}
section.first-screen .scroll-down span.circle {
  width: 2vw;
  height: 1.1vw;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-right: 1vw;
  position: relative;
}
section.first-screen .scroll-down span.circle i {
  height: 100%;
  width: 80%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
section.first-screen .scroll-down span.circle i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
  width: 0.2vw;
  height: 0.2vw;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: 2s moveSideDot ease-in infinite;
          animation: 2s moveSideDot ease-in infinite;
}
section.first-screen .scroll-down span.line {
  width: 2vw;
  margin-right: 1vw;
  height: 1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
section.first-screen .scroll-down span.line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 1px;
  width: 100%;
  background-color: #fff;
  transition: 0.3s all ease;
  -webkit-animation: 2s moveSideLine ease-in infinite;
          animation: 2s moveSideLine ease-in infinite;
}

section.thx-page-section {
  margin: 8vw 0 -8vw;
  padding: 8vw 0 15vw;
}
section.thx-page-section h1 {
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 0 5px;
}
section.thx-page-section p.title {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 0 5px;
  margin: 1vw 0 3vw;
  font-size: 1.2vw;
  text-align: center;
}
section.thx-page-section a.btn {
  margin: 0 auto;
}

.modal-form-thx,
.modal-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -33;
  opacity: 0;
  visibility: hidden;
}
.modal-form-thx .inner,
.modal-form .inner {
  position: absolute;
  top: 70%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  padding: 2vw 3vw 3vw;
  border-radius: 1vw;
  width: 30vw;
  transition: 0.3s all ease;
}
.modal-form-thx .inner span.close-form,
.modal-form .inner span.close-form {
  position: absolute;
  top: 1.5vw;
  right: 2vw;
  cursor: pointer;
}
.modal-form-thx .inner span.close-form svg,
.modal-form .inner span.close-form svg {
  transition: 0.3s all ease;
}
.modal-form-thx .inner span.close-form:hover svg,
.modal-form .inner span.close-form:hover svg {
  transform: rotate(180deg);
}
.modal-form-thx .inner p,
.modal-form .inner p {
  text-align: center;
}
.modal-form-thx .inner p.title,
.modal-form .inner p.title {
  font-weight: 500;
  font-size: 2vw;
}
.modal-form-thx .inner p.second,
.modal-form .inner p.second {
  font-weight: 500;
  font-size: 1vw;
  margin: 1vw 0;
}
.modal-form-thx .inner form,
.modal-form .inner form {
  width: 80%;
  margin: 0 auto;
}
.modal-form-thx .inner form .group,
.modal-form .inner form .group {
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.modal-form-thx .inner form .group label,
.modal-form .inner form .group label {
  padding-left: 2vw;
  font-size: 0.9vw;
}
.modal-form-thx .inner form .group input,
.modal-form .inner form .group input {
  margin: 0.5vw 0 0.2vw;
  width: 100%;
}
.modal-form-thx.show,
.modal-form.show {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.modal-form-thx.show .inner,
.modal-form.show .inner {
  top: 50%;
}

@media only screen and (max-width: 800px) {
  section.thx-page-section {
    margin: 8vw 0 -8vw;
    padding: 38vw 0 45vw;
  }
  section.thx-page-section h1 {
    font-size: 7vw;
  }
  section.thx-page-section p.title {
    margin: 6vw 0 12vw;
    font-size: 3.2vw;
  }
  section.thx-page-section a.btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 10vw;
  }

  section.first-screen {
    padding: 40vw 0 35vw;
  }
  section.first-screen .container {
    justify-content: center;
  }
  section.first-screen .container .offer h1 {
    font-size: 6vw;
  }
  section.first-screen .container .offer p.subtitle {
    margin-top: 4vw;
    font-size: 3.5vw;
  }
  section.first-screen .container .offer .about-section-adv {
    margin-top: 9vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  section.first-screen .container .offer .about-section-adv .item {
    width: 48%;
    margin-right: 0;
  }
  section.first-screen .container .offer .about-section-adv .item p.title {
    font-size: 5vw;
    color: #fff;
    font-weight: bold;
  }
  section.first-screen .container .offer .about-section-adv .item p.title.top-dot:before {
    top: -2vw;
  }
  section.first-screen .container .offer .about-section-adv .item p.subtitle {
    font-size: 2.5vw;
    margin-top: 1vw;
  }
  section.first-screen .container .offer .about-section-adv .item p.subtitle span {
    font-weight: 700;
  }
  section.first-screen .container .offer .about-section-adv .item:last-child {
    margin-right: 0;
  }
  section.first-screen .container .offer .btns-block {
    margin-top: 8vw;
  }
  section.first-screen .container .offer .btns-block a.btn.second {
    margin-top: 3vw;
    margin-left: 0;
  }
  section.first-screen .container .form-block {
    display: none;
  }
  section.first-screen .scroll-down {
    left: 44%;
    top: 85%;
    transform: rotate(-90deg) translateX(-50%);
  }
  section.first-screen .scroll-down span.line {
    width: 6vw;
    margin-right: 0;
  }
  section.first-screen .scroll-down span.circle {
    width: 5vw;
    height: 2.5vw;
    margin-right: 3vw;
  }
  section.first-screen .scroll-down span.circle i:before {
    width: 0.5vw;
    height: 0.5vw;
  }
  section.first-screen .scroll-down span:last-child {
    display: none;
  }

  .modal-form .inner {
    padding: 4vw 3vw;
    width: 70vw;
    border-radius: 2vw;
  }
  .modal-form .inner p.title {
    font-size: 4vw;
  }
  .modal-form .inner p.second {
    font-size: 2.5vw;
    margin: 1vw 0 2vw;
  }
  .modal-form .inner form .group label {
    font-size: 2vw;
  }
  .modal-form .inner form button {
    margin-top: 2vw;
  }
  .modal-form .inner form .required input {
    display: none;
  }

  .container {
    margin: 0 auto;
    width: 90vw;
  }
}
section.product-page-hero {
  margin-top: 11vw;
}
section.product-page-hero .container {
  border-radius: 1vw;
  padding: 3vw 4vw;
  height: 37.5vw;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
section.product-page-hero .container img.img-top-bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  transform: translate(-50%, -50%);
}
section.product-page-hero .container .inner {
  position: relative;
  z-index: 2;
}
section.product-page-hero .container .inner h1 {
  font-size: 2.5vw;
  color: #fff;
  font-weight: 800;
  max-width: 50%;
}
section.product-page-hero .container .inner p.excerpt {
  margin-top: 1.5vw;
  font-size: 1.1vw;
  width: 50%;
  color: rgba(255, 255, 255, 0.9);
}
section.product-page-hero .container .inner ol.breadcrumbs li a, section.product-page-hero .container .inner ol.breadcrumbs li span {
  color: rgba(255, 255, 255, 0.9);
}
section.product-page-hero .container .inner ol.breadcrumbs li svg path {
  stroke: rgba(255, 255, 255, 0.9);
}
section.product-page-hero .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  border-radius: 1vw;
}

section.product-page-content .container {
  padding-top: 3.125vw;
}
section.product-page-content .container h1, section.product-page-content .container h2, section.product-page-content .container h3, section.product-page-content .container h4, section.product-page-content .container h5, section.product-page-content .container h6 {
  font-size: 1.375vw;
  font-weight: 800;
  margin: 2vw 0 1vw;
}
section.product-page-content .container ul li,
section.product-page-content .container ul li a,
section.product-page-content .container ul li p,
section.product-page-content .container ul li p a,
section.product-page-content .container p {
  font-size: 1.1vw;
  font-weight: 400;
}
section.product-page-content .container > p {
  margin: 1vw 0;
}
section.product-page-content .container p a,
section.product-page-content .container ul li p a,
section.product-page-content .container ul li a {
  text-decoration: underline;
}
section.product-page-content .container p a:hover,
section.product-page-content .container ul li p a:hover,
section.product-page-content .container ul li a:hover {
  color: #339B2C;
}
section.product-page-content .container ul li {
  padding-left: 0.75vw;
  margin-bottom: 0.2vw;
  position: relative;
}
section.product-page-content .container ul li:before {
  content: "";
  position: absolute;
  top: 0.7vw;
  transform: translateY(-50%);
  left: 0;
  width: 0.3vw;
  height: 0.3vw;
  border-radius: 50%;
  background-color: #339B2C;
}
section.product-page-content .container table {
  width: 100%;
  margin: 2vw 0;
}
section.product-page-content .container table thead {
  background-color: #339B2C;
}
section.product-page-content .container table thead tr {
  color: #fff;
}
section.product-page-content .container table thead tr th {
  padding: 1vw 0;
}
section.product-page-content .container table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 1vw;
  padding: 0.5vw;
  vertical-align: center;
}

section.calculator-section {
  padding-top: 4vw;
  margin-top: -4vw;
}
section.calculator-section .container .section-heading .inner {
  width: 60%;
}
section.calculator-section .container .section-heading .inner p.second {
  margin-top: 2.5vw;
  font-size: 1.25vw;
  font-weight: 800;
}
section.calculator-section .container .section-heading .inner form {
  margin-top: 1vw;
  align-items: flex-end;
  justify-content: flex-start;
}
section.calculator-section .container .section-heading .inner form .group {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 1vw;
}
section.calculator-section .container .section-heading .inner form .group label {
  font-size: 0.85vw;
  font-weight: 500;
}
section.calculator-section .container .section-heading .inner form .group label.cost {
  font-weight: 800;
}
section.calculator-section .container .section-heading .inner form .group input {
  width: 8.75vw;
  margin-top: 0.5vw;
}
section.calculator-section .container .section-heading .inner form button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 2vw;
}
section.calculator-section .container .section-heading .inner:before, section.calculator-section .container .section-heading .inner:after {
  display: none;
}
section.calculator-section .container .section-heading .images-slider {
  width: 30%;
}
section.calculator-section .container .section-heading .images-slider p.slider-arr {
  background-color: transparent;
  box-shadow: none;
}
section.calculator-section .container .section-heading .images-slider p.slider-arr.prev {
  left: -5vw;
}
section.calculator-section .container .section-heading .images-slider p.slider-arr.next {
  right: -5vw;
}
section.calculator-section .container .section-heading .images-slider p.slider-arr svg {
  width: 1vw;
  height: 2vw;
}
section.calculator-section .container .section-heading .images-slider p.slider-arr svg:hover path {
  stroke: #339B2C;
}
section.calculator-section .container .section-heading .images-slider a.item {
  display: block;
  height: 15vw;
}

section.products-section.product-page .container .section-heading .inner:after {
  left: 112%;
}
section.products-section.product-page .container .products-block p.slider-arr {
  width: 3vw;
  height: 3vw;
  transition: 0.3s all ease;
}
section.products-section.product-page .container .products-block p.slider-arr.prev {
  left: -5vw;
}
section.products-section.product-page .container .products-block p.slider-arr.next {
  right: -5vw;
}
section.products-section.product-page .container .products-block p.slider-arr svg {
  width: 50%;
  height: 50%;
}
section.products-section.product-page .container .products-block p.slider-arr svg path {
  stroke: rgba(255, 255, 255, 0.8);
}
section.products-section.product-page .container .products-block p.slider-arr:hover {
  transform: translateY(-50%) scale(1.1);
}
section.products-section.product-page .container .products-block p.slider-arr:hover svg path {
  stroke: white;
}
section.products-section.product-page .container .products-block .slick-list {
  margin: 0 -1vw;
}
section.products-section.product-page .container .products-block .slick-list .slick-slide {
  margin: 0 1vw;
}
section.products-section.product-page .container .products-block .item .btns-block a.btn {
  box-shadow: 0 5px 20px #36ac2e;
}
section.products-section.product-page .container .products-block .item .btns-block a.btn:hover {
  box-shadow: 0 2px 10px #36ac2e;
}
section.products-section.product-page .container .products-block ul.slick-dots {
  bottom: 0;
}

@media only screen and (max-width: 800px) {
  section.product-page-hero {
    margin-top: 18vw;
  }
  section.product-page-hero .container {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 3vw 4vw 10vw;
  }
  section.product-page-hero .container .inner h1 {
    font-size: 5vw;
    max-width: 95%;
  }
  section.product-page-hero .container .inner p.excerpt {
    font-size: 3vw;
    width: 90%;
  }

  section.product-page-content .container {
    margin-top: 4vw;
  }
  section.product-page-content .container ul li {
    padding-left: 2vw;
  }
  section.product-page-content .container ul li:before {
    top: 2vw;
    width: 1vw;
    height: 1vw;
  }
  section.product-page-content .container ul li p a,
section.product-page-content .container ul li p,
section.product-page-content .container ul li a,
section.product-page-content .container ul li,
section.product-page-content .container p {
    font-size: 3vw;
  }
  section.product-page-content .container h1, section.product-page-content .container h2, section.product-page-content .container h3, section.product-page-content .container h4, section.product-page-content .container h5, section.product-page-content .container h6 {
    margin: 4vw 0 2vw;
    font-size: 4.5vw;
  }
  section.product-page-content .container table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    margin: 4vw 0;
  }
  section.product-page-content .container table thead {
    background-color: #339B2C;
  }
  section.product-page-content .container table thead tr {
    color: #fff;
  }
  section.product-page-content .container table tbody {
    display: table;
    width: 100%;
  }
  section.product-page-content .container table td {
    font-size: 2vw;
    padding: 1vw;
  }

  section.calculator-section .container .section-heading .inner {
    width: 100%;
    border-bottom: none;
  }
  section.calculator-section .container .section-heading .inner p.second {
    font-size: 3.5vw;
  }
  section.calculator-section .container .section-heading .inner form {
    margin-top: 3vw;
  }
  section.calculator-section .container .section-heading .inner form .group {
    width: 31%;
    margin-right: 2vw;
  }
  section.calculator-section .container .section-heading .inner form .group label {
    font-size: 2vw;
  }
  section.calculator-section .container .section-heading .inner form .group input {
    width: 100%;
  }
  section.calculator-section .container .section-heading .inner form button {
    width: 100%;
    margin-top: 3vw;
  }
  section.calculator-section .container .section-heading .images-slider {
    display: none;
  }
}
section.page-breadcrumbs {
  margin: 11vw 0 3.125vw;
  height: 12.5vw;
}
section.page-breadcrumbs .container {
  position: relative;
}
section.page-breadcrumbs .container ol.breadcrumbs {
  margin-bottom: 1vw;
}
section.page-breadcrumbs .container h1 {
  font-size: 2.5vw;
}
section.page-breadcrumbs .container h1 span {
  font-weight: 800;
}
section.page-breadcrumbs .container .img {
  width: 46.875vw;
  height: 12.5vw;
  position: absolute;
  right: -8vw;
  top: 0;
}
section.page-breadcrumbs .container .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(51, 155, 44, 0.28), rgba(51, 155, 44, 0.28));
}

section.contacts-section .container {
  align-items: flex-start;
}
section.contacts-section .container .left {
  width: 45%;
}
section.contacts-section .container .left .item {
  justify-content: flex-start;
  width: 45%;
}
section.contacts-section .container .left .item:nth-child(1), section.contacts-section .container .left .item:nth-child(2) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 2.5vw;
  margin-bottom: 2.5vw;
}
section.contacts-section .container .left .item p.title {
  font-weight: 800;
  font-size: 1.125vw;
  margin-bottom: 0.575vw;
}
section.contacts-section .container .left .item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3vw;
  height: 3vw;
  background-color: #339B2C;
  border-radius: 50%;
}
section.contacts-section .container .left .item span svg {
  width: 50%;
  height: 50%;
}
section.contacts-section .container .left .item .desc-block {
  margin-left: 1.25vw;
}
section.contacts-section .container .left .item .desc-block a, section.contacts-section .container .left .item .desc-block p.second {
  font-size: 1vw;
  font-weight: 500;
  display: block;
  margin-bottom: 0.5vw;
}
section.contacts-section .container .left .item .desc-block a:hover {
  text-decoration: underline;
}
section.contacts-section .container .left .item .desc-block span.btn {
  margin-top: 1vw;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 2vw;
  padding: 0 1.5vw;
  font-size: 0.8vw;
  height: 2.5vw;
}
section.contacts-section .container .left .item .desc-block .messengers-block {
  margin-top: 1vw;
}
section.contacts-section .container .left .item .desc-block .messengers-block a {
  display: flex;
}
section.contacts-section .container iframe {
  width: 46%;
  border-radius: 2vw;
  height: 23.75vw;
}

section.contact-page-callback {
  margin: 5vw 0 -8vw;
  padding: 4.125vw 0;
  background-color: #000;
  position: relative;
}
section.contact-page-callback:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
section.contact-page-callback .container {
  position: relative;
  z-index: 2;
}
section.contact-page-callback .container p.title {
  font-size: 2.5vw;
  color: #fff;
  font-weight: 300;
}
section.contact-page-callback .container p.title span {
  font-weight: 800;
}
section.contact-page-callback .container form {
  width: 60%;
}
section.contact-page-callback .container form input {
  width: 32%;
}

@media only screen and (max-width: 800px) {
  section.page-breadcrumbs {
    margin: 17vw 0 10vw;
  }
  section.page-breadcrumbs .container h1 {
    font-size: 4vw;
  }
  section.page-breadcrumbs .container .img {
    height: 15vw;
  }

  section.contacts-section .container .left {
    width: 100%;
    margin-bottom: 6vw;
    align-items: flex-start;
  }
  section.contacts-section .container .left .item:nth-child(1), section.contacts-section .container .left .item:nth-child(2) {
    margin-bottom: 6vw;
  }
  section.contacts-section .container .left .item span {
    width: 10vw;
    height: 10vw;
  }
  section.contacts-section .container .left .item .desc-block {
    margin: 3vw 0 0;
    width: 100%;
    min-height: 18vw;
  }
  section.contacts-section .container .left .item .desc-block p.title {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
  section.contacts-section .container .left .item .desc-block p.second,
section.contacts-section .container .left .item .desc-block a {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
  section.contacts-section .container .left .item .desc-block p.second:last-child,
section.contacts-section .container .left .item .desc-block a:last-child {
    margin-bottom: 0;
  }
  section.contacts-section .container .left .item .desc-block span.btn {
    margin-top: 3vw;
    height: 6vw;
    border-radius: 10vw;
    padding: 0 3vw;
    font-size: 2.5vw;
  }
  section.contacts-section .container .left .item .desc-block .messengers-block {
    margin-top: 3vw;
  }
  section.contacts-section .container iframe {
    width: 100%;
    height: 70vw;
  }

  section.contact-page-callback {
    margin: 12vw 0 -8vw;
    padding: 6vw 0 8vw;
  }
  section.contact-page-callback .container {
    justify-content: center;
  }
  section.contact-page-callback .container p.title {
    font-size: 4.5vw;
    text-align: center;
    max-width: 70%;
  }
  section.contact-page-callback .container p.title br {
    display: none;
  }
  section.contact-page-callback .container form {
    margin-top: 5vw;
    width: 100%;
  }
  section.contact-page-callback .container form textarea {
    margin: 2vw 0;
    height: 20vw;
    font-size: 3vw;
    padding: 2vw 3vw;
    border-radius: 2vw;
  }
}
