@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Inter-Regular_400.ttf") format("ttf"), url("/fonts/Inter-Regular_400.ttf") format("ttf");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Inter-Medium_500.ttf") format("ttf"), url("/fonts/Inter-Medium_500.ttf") format("ttf");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/ProximaNova-Light.ttf") format("TrueType"), url("/fonts/ProximaNova-Light.ttf") format("TrueType");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/proximanova_regular.ttf") format("TrueType"), url("/fonts/proximanova_regular.ttf") format("TrueType");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/proximanova_bold.otf") format("TrueType"), url("/fonts/proximanova_bold.otf") format("TrueType");
}
.center {
  text-align: center;
}

.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.ml_20 {
  margin-left: 20px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt120 {
  margin-top: 120px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.w100 {
  width: 100%;
}

.white {
  color: #fff;
}
.white b {
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

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

.transition {
  transition: 0.3s all ease;
}

.hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s all ease;
}

.d_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}
.d_flex.nowrap {
  flex-flow: nowrap;
}

.justify_start {
  justify-content: flex-start;
}

.justify_center {
  justify-content: center;
}

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

.fancybox__caption {
  color: #fff;
}

.before {
  position: relative;
}
.before:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.btn {
  height: 66px;
  width: 260px;
  font-size: 17px;
  border-radius: 50px;
  cursor: pointer;
  background-color: #DDD;
  display: flex;
  padding-left: 30px;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  transition: 0.3s all ease;
  position: relative;
}
.btn.blue {
  background-color: #00A3E2;
  color: #fff !important;
}
.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  background-color: #2F3032;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease;
  background-image: url("/img/btn_arr.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 13px;
}
.btn:hover {
  background-color: #00A3E2;
  color: #fff;
}
.btn:hover:before {
  background-color: #F59D0F;
  transform: translateY(-50%) rotate(90deg);
}
.btn.get_consult_btn {
  padding: 0 15px;
  font-size: 15px;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  height: 56px;
}
.btn.get_consult_btn:before {
  display: none;
}
.btn.get_consult_btn:hover {
  color: #fff;
  background-color: #F59D0F;
}

.round_slider_arrows .slider-arr {
  position: absolute;
  z-index: 1;
  width: 61px;
  height: 61px;
  background-color: #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
  cursor: pointer;
}
.round_slider_arrows .slider-arr:hover {
  background-color: #F59D0F;
}
.round_slider_arrows .slider-arr:hover svg path {
  stroke: #fff;
}

.section_heading {
  display: flex;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  padding-left: 65px;
  text-transform: uppercase;
}
.section_heading .blue_factor {
  margin-left: 12px;
}

.bg_alt_page_logo_icon {
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -99;
}

.blue_factor {
  color: #00A3E2;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  font-family: "Proxima Nova", sans-serif;
}
.blue_factor i {
  display: inline-block;
  margin: 0 3px;
  width: 22px;
  height: 22px;
  background-color: #F59D0F;
  border-radius: 50%;
}

.company_logo_line_bg {
  text-align: center;
  position: relative;
}
.company_logo_line_bg:before, .company_logo_line_bg:after {
  content: "";
  position: absolute;
}
.company_logo_line_bg:after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: 38px;
  background-color: #fff;
  z-index: -1;
}
.company_logo_line_bg:before {
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #F59D0F;
  transform: translateY(-50%);
  z-index: -2;
}

@media only screen and (max-width: 1880px) {
  .mt20 {
    margin-top: 1.064vw;
  }

  .mt40 {
    margin-top: 2.128vw;
  }

  .mt50 {
    margin-top: 2.66vw;
  }

  .mt70 {
    margin-top: 3.723vw;
  }

  .mt100 {
    margin-top: 5.319vw;
  }

  .mt120 {
    margin-top: 6.383vw;
  }

  .btn {
    height: 3.511vw;
    font-size: 0.904vw;
    width: 13.83vw;
    border-radius: 2.66vw;
    padding-left: 1.596vw;
  }
  .btn:before {
    right: 0.16vw;
    width: 3.245vw;
    height: 3.245vw;
    background-size: 0.638vw 0.691vw;
  }
  .btn.get_consult_btn {
    padding: 0 0.798vw;
    font-size: 0.798vw;
    letter-spacing: -0.002vw;
    height: 2.979vw;
  }

  .round_slider_arrows .slider-arr {
    width: 3.245vw;
    height: 3.245vw;
  }

  .section_heading {
    padding-left: 3.457vw;
  }
  .section_heading .blue_factor {
    margin-left: 0.638vw;
  }

  .blue_factor i {
    margin: 0 0.16vw;
    width: 1.17vw;
    height: 1.17vw;
  }

  .bg_alt_page_logo_icon {
    top: 15.957vw;
  }
}
@media only screen and (max-width: 900px) {
  .mt20 {
    margin-top: 20px;
  }

  .mt40 {
    margin-top: 20px;
  }

  .mt70 {
    margin-top: 70px;
  }

  .mt100 {
    margin-top: 50px;
  }

  .mt120 {
    margin-top: 70px;
  }

  .d_flex.nowrap {
    flex-flow: wrap;
  }

  .bg_alt_page_logo_icon {
    display: none !important;
  }

  .btn {
    height: 45px;
    font-size: 14px;
    width: -moz-max-content;
    width: max-content;
    border-radius: 50px;
    padding: 0 55px 0 20px;
  }
  .btn.get_consult_btn {
    padding: 0 15px;
    font-size: 12px;
    height: 35px;
    letter-spacing: 0;
  }
  .btn:before {
    width: 40px;
    height: 40px;
    right: 2.5px;
    background-size: 10px 10px;
  }

  .section_heading {
    display: block;
    padding-left: 0;
    text-align: center;
  }
  .section_heading .blue_factor {
    margin-left: 0;
  }

  .blue_factor {
    display: inline-block;
  }
  .blue_factor i {
    margin: 0 -2px 0 -3px;
    width: 8px;
    height: 8px;
    position: relative;
    top: -3px;
  }

  .round_slider_arrows .slider-arr {
    width: 40px;
    height: 40px;
  }

  .company_logo_line_bg:after {
    width: 190px;
  }
  .company_logo_line_bg img {
    width: 150px !important;
    height: auto !important;
  }
}
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: "Inter", sans-serif;
  box-sizing: border-box;
  color: #181818;
}

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

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  width: 100%;
}

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

p {
  font-weight: 400;
  font-size: 14px;
  color: #2F3032;
}

a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s all ease;
  color: #2F3032;
}

.container {
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1880px;
}

select {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

form button {
  cursor: pointer;
}

b {
  font-weight: 600;
}

ol, ul {
  list-style: none;
}

svg {
  transition: 0.3s all ease;
}

svg path {
  transition: 0.3s all ease;
}

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: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #181818;
  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;
}

@media only screen and (max-width: 1200px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 900px) {
  body {
    overflow: hidden;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.fz15 {
  font-size: 15px;
  line-height: 14.4px;
  letter-spacing: -0.03em;
}

.fz17 {
  font-size: 17px;
  line-height: 21px;
}

.fz23 {
  font-size: 23px;
  line-height: 22px;
  letter-spacing: -0.03em;
}

.fz25 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.01em;
}

.fz35 {
  font-size: 35px;
  line-height: 45.5px;
}

.fz45 {
  font-size: 45px;
  line-height: 56.25px;
}

.fz65 {
  font-size: 65px;
  line-height: 81.9px;
}

.fz75 {
  font-size: 75px;
  line-height: 69px;
  letter-spacing: -0.01em;
}

@media only screen and (max-width: 1880px) {
  .fz15 {
    font-size: 0.798vw;
    line-height: 0.766vw;
    letter-spacing: -0.002vw;
  }

  .fz17 {
    font-size: 0.904vw;
    line-height: 1.117vw;
  }

  .fz23 {
    font-size: 1.223vw;
    line-height: 1.17vw;
    letter-spacing: -0.002vw;
  }

  .fz25 {
    font-size: 1.277vw;
    line-height: 1.489vw;
    letter-spacing: -0.001vw;
  }

  .fz35 {
    font-size: 1.862vw;
    line-height: 2.42vw;
  }

  .fz45 {
    font-size: 2.394vw;
    line-height: 2.992vw;
  }

  .fz65 {
    font-size: 3.457vw;
    line-height: 4.362vw;
  }

  .fz75 {
    font-size: 3.989vw;
    line-height: 3.67vw;
    letter-spacing: -0.001vw;
  }
}
@media only screen and (max-width: 900px) {
  .fz23 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
  }

  .fz25 {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
  }

  .fz35 {
    font-size: 18px;
    line-height: 120%;
  }

  .fz45 {
    font-size: 20px;
    line-height: 120%;
  }

  .fz65 {
    font-size: 28px;
    line-height: 120%;
  }

  .fz75 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0;
  }
}
form input {
  height: 60px;
  padding: 0 25px;
}
form textarea {
  padding: 10px 25px;
  outline: none;
}
form textarea,
form input {
  font-family: "Inter", sans-serif;
  width: 100%;
  font-size: 30px;
  line-height: 40.8px;
  letter-spacing: -0.01em;
  border-radius: 10px;
  border: 1px solid #2F3032;
  margin-bottom: 30px;
  box-sizing: border-box;
  transition: 0.3s all ease;
  background-color: transparent;
}
form textarea:focus,
form input:focus {
  border-color: #F59D0F;
}
form textarea::-moz-placeholder, form input::-moz-placeholder {
  color: #C2C2C2;
}
form textarea:-ms-input-placeholder, form input:-ms-input-placeholder {
  color: #C2C2C2;
}
form textarea::placeholder,
form input::placeholder {
  color: #C2C2C2;
}
form button.btn {
  color: #222;
  border: none;
  padding-left: 60px;
}
form .form_button_row {
  display: flex;
  justify-content: flex-end;
}

.search_form {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.search_form input {
  width: 500px;
  height: 70px;
  border: 2px solid #ddd;
  border-radius: 20px 0 20px 0;
}
.search_form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  border-left: 2px solid #ddd;
  width: 65px;
  height: 70px;
  pointer-events: none;
}

@media only screen and (max-width: 1880px) {
  form input {
    height: 3.191vw;
    padding: 0 1.33vw;
  }
  form textarea {
    padding: 0.532vw 1.33vw;
  }
  form textarea,
form input {
    font-size: 1.596vw;
    line-height: 2.17vw;
    letter-spacing: -0.001vw;
    border-radius: 0.532vw;
    margin-bottom: 1.596vw;
  }
  form button.btn {
    padding-left: 3.191vw;
  }

  .search_form input {
    width: 26.596vw;
    height: 3.723vw;
    border-radius: 1.064vw 0 1.064vw 0;
  }
  .search_form button {
    width: 3.457vw;
    height: 3.723vw;
  }
}
@media only screen and (max-width: 900px) {
  form textarea,
form input {
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0;
    border-radius: 10px;
  }
  form input {
    padding: 0 15px;
    height: 45px;
    margin-bottom: 15px;
  }
  form textarea {
    padding: 15px;
    height: 100px;
    margin-bottom: 10px;
  }
  form button.btn {
    width: 200px;
    padding-left: 25px;
  }
  form .form_button_row {
    justify-content: center;
  }

  .search_form {
    width: 100%;
  }
  .search_form input {
    width: 100%;
    height: 45px;
    border-radius: 10px 0 10px 0;
  }
  .search_form button {
    height: 45px;
    width: 50px;
  }
}
.content_seo em {
  font-style: italic;
}
.content_seo.padding_inner {
  padding-left: 87px;
  padding-right: 87px;
}
.content_seo .left_move .col-md-6:first-child {
  margin-left: -150px;
  width: calc(49% + 150px);
}
.content_seo h1, .content_seo h2, .content_seo h3, .content_seo h4, .content_seo h5, .content_seo h6 {
  text-transform: uppercase;
  font-weight: 700;
  color: #2F3032;
  margin: 50px 0 20px;
}
.content_seo h1 {
  font-size: 45px;
  line-height: 56.25px;
}
.content_seo h2 {
  font-size: 42px;
  line-height: 49.25px;
}
.content_seo h3 {
  font-size: 39px;
  line-height: 45.25px;
}
.content_seo h4 {
  font-size: 36px;
  line-height: 42px;
}
.content_seo h5 {
  font-size: 33px;
  line-height: 39px;
}
.content_seo h6 {
  font-size: 30px;
  line-height: 36px;
}
.content_seo h4, .content_seo h5, .content_seo h6 {
  font-weight: 600;
  color: #F59D0F;
}
.content_seo ol, .content_seo ul {
  margin: 25px 0;
  padding-left: 25px;
}
.content_seo ol li, .content_seo ul li {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 300;
  margin-bottom: 5px;
  font-family: "Proxima Nova", sans-serif;
}
.content_seo ul li {
  list-style-type: disc;
}
.content_seo ol li {
  list-style-type: decimal;
}
.content_seo a, .content_seo p {
  font-size: 24px;
  line-height: 28.8px;
  margin: 15px 0;
  font-weight: 300;
  font-family: "Proxima Nova", sans-serif;
}
.content_seo a {
  color: #00A3E2;
}
.content_seo a.btn {
  color: #2F3032;
  font-size: 17px;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  padding-right: 80px;
  max-width: 100%;
}
.content_seo a.btn:hover {
  text-decoration: none;
  color: #fff;
}
.content_seo a:hover {
  text-decoration: underline;
}
.content_seo .row {
  display: flex;
  align-items: center;
  flex-flow: nowrap;
  gap: 65px;
}
.content_seo .row h1, .content_seo .row h2, .content_seo .row h3, .content_seo .row h4, .content_seo .row h5, .content_seo .row h6 {
  margin-top: 10px;
}
.content_seo .row .col-md-6:nth-child(2) {
  position: sticky;
  top: 50px;
}
.content_seo .row .col-md-6 {
  width: 49%;
}
.content_seo .fit_content .col-md-6 {
  width: -moz-fit-content;
  width: fit-content;
}
.content_seo table {
  width: 80%;
  margin: 0 auto;
}
.content_seo table thead {
  background-color: #2f3032;
}
.content_seo table thead th {
  font-size: 30px;
  padding: 30px 0;
  color: #fff;
  text-transform: uppercase;
}
.content_seo table span {
  font-family: "Proxima Nova", sans-serif;
}
.content_seo table tr, .content_seo table td, .content_seo table th {
  padding: 12px 30px;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 24px;
  line-height: 28.8px;
  font-family: "Proxima Nova", sans-serif;
}
.content_seo .big_italic p {
  text-align: center;
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
  max-width: 1300px;
  margin: auto;
  font-style: italic;
}
.content_seo .bg_blue,
.content_seo .bg_gray {
  padding: 30px 50px;
  margin: 30px 0;
  border-radius: 30px;
}
.content_seo .bg_blue p,
.content_seo .bg_gray p {
  font-weight: 600;
}
.content_seo .bg_gray {
  background-color: #DDD;
}
.content_seo .bg_blue {
  background-color: rgba(0, 163, 226, 0.1);
}
.content_seo .w_30_70 .col-md-6:first-child {
  width: 29%;
}
.content_seo .w_30_70 .col-md-6:last-child {
  width: 69%;
}
.content_seo .w_70_30 .col-md-6:first-child {
  width: 69%;
}
.content_seo .w_70_30 .col-md-6:last-child {
  width: 29%;
}
.content_seo .w_20_80 .col-md-6:first-child {
  width: 19%;
}
.content_seo .w_20_80 .col-md-6:last-child {
  width: 79%;
}
.content_seo .w_80_20 .col-md-6:first-child {
  width: 79%;
}
.content_seo .w_80_20 .col-md-6:last-child {
  width: 19%;
}
.content_seo .p_200 .row {
  padding-left: 200px;
  padding-right: 200px;
}

@media only screen and (max-width: 1880px) {
  .content_seo .p_200 .row {
    padding-left: 10.638vw;
    padding-right: 10.638vw;
  }
  .content_seo.padding_inner {
    padding-left: 4.628vw;
    padding-right: 4.628vw;
  }
  .content_seo h1, .content_seo h2, .content_seo h3, .content_seo h4, .content_seo h5, .content_seo h6 {
    margin: 2.66vw 0 1.064vw;
  }
  .content_seo h1 {
    font-size: 2.394vw;
    line-height: 2.979vw;
  }
  .content_seo h2 {
    font-size: 2.234vw;
    line-height: 2.819vw;
  }
  .content_seo h3 {
    font-size: 2.074vw;
    line-height: 2.606vw;
  }
  .content_seo h4 {
    font-size: 1.915vw;
    line-height: 2.447vw;
  }
  .content_seo h5 {
    font-size: 1.755vw;
    line-height: 2.234vw;
  }
  .content_seo h6 {
    font-size: 1.596vw;
    line-height: 1.915vw;
  }
  .content_seo ol, .content_seo ul {
    margin: 1.33vw 0;
    padding-left: 1.33vw;
  }
  .content_seo ol li, .content_seo ul li {
    font-size: 1.277vw;
    line-height: 1.532vw;
    margin-bottom: 0.266vw;
  }
  .content_seo a, .content_seo p {
    font-size: 1.277vw;
    line-height: 1.532vw;
    margin: 0.798vw 0;
  }
  .content_seo a.btn {
    font-size: 0.904vw;
    padding-right: 4.255vw;
  }
  .content_seo .row {
    gap: 3.457vw;
  }
  .content_seo .row .col-md-6:nth-child(2) {
    top: 2.66vw;
  }
  .content_seo table thead th {
    font-size: 1.596vw;
    padding: 1.596vw 0;
  }
  .content_seo table tr, .content_seo table td, .content_seo table th {
    padding: 0.638vw 1.596vw;
    font-size: 1.277vw;
    line-height: 1.532vw;
  }
  .content_seo .big_italic p {
    font-size: 1.596vw;
    line-height: 1.968vw;
    max-width: 69.149vw;
  }
  .content_seo .bg_blue,
.content_seo .bg_gray {
    padding: 1.596vw 2.66vw;
    margin: 1.596vw 0;
    border-radius: 1.596vw;
  }
}
@media only screen and (max-width: 900px) {
  .content_seo .p_200 .row {
    padding-left: 0;
    padding-right: 0;
  }
  .content_seo .w_30_70 img {
    margin: 0 auto;
    float: none !important;
  }
  .content_seo .w_30_70 .col-md-6:first-child {
    width: 100%;
  }
  .content_seo .w_30_70 .col-md-6:last-child {
    width: 100%;
  }
  .content_seo .w_70_30 img {
    margin: 0 auto;
    float: none !important;
  }
  .content_seo .w_70_30 .col-md-6:first-child {
    width: 100%;
  }
  .content_seo .w_70_30 .col-md-6:last-child {
    width: 100%;
  }
  .content_seo .w_20_80 img {
    margin: 0 auto;
    float: none !important;
  }
  .content_seo .w_20_80 .col-md-6:first-child {
    width: 100%;
  }
  .content_seo .w_20_80 .col-md-6:last-child {
    width: 100%;
  }
  .content_seo .w_80_20 img {
    margin: 0 auto;
    float: none !important;
  }
  .content_seo .w_80_20 .col-md-6:first-child {
    width: 100%;
  }
  .content_seo .w_80_20 .col-md-6:last-child {
    width: 100%;
  }
  .content_seo .left_move .col-md-6:first-child {
    margin-left: 0;
    width: 100%;
  }
  .content_seo .big_italic {
    margin: 20px 0;
  }
  .content_seo .big_italic p {
    font-size: 20px;
    line-height: 22px;
    max-width: 100%;
  }
  .content_seo h1, .content_seo h2, .content_seo h3, .content_seo h4, .content_seo h5, .content_seo h6 {
    margin: 35px 0 15px;
    line-height: 130%;
  }
  .content_seo h1 {
    font-size: 26px;
  }
  .content_seo h2 {
    font-size: 24px;
  }
  .content_seo h3 {
    font-size: 22px;
  }
  .content_seo h4 {
    font-size: 20px;
  }
  .content_seo h5 {
    font-size: 18px;
  }
  .content_seo h6 {
    font-size: 16px;
  }
  .content_seo.padding_inner {
    padding-left: 0;
    padding-right: 0;
  }
  .content_seo ol, .content_seo ul {
    margin: 20px 0;
    padding-left: 20px;
  }
  .content_seo ol li, .content_seo ul li {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 5px;
  }
  .content_seo a, .content_seo p {
    font-size: 16px;
    line-height: 120%;
    margin: 15px 0;
  }
  .content_seo a.btn {
    font-size: 14px;
    padding-right: 60px;
  }
  .content_seo .row {
    flex-flow: wrap;
  }
  .content_seo .row .col-md-6 {
    width: 100%;
  }
  .content_seo .row .col-md-6:nth-child(2) {
    position: relative;
    top: 0;
  }
  .content_seo table {
    min-width: 100%;
    width: -moz-max-content;
    width: max-content;
    overflow-x: scroll;
  }
  .content_seo table thead th {
    font-size: 16px;
    padding: 15px;
  }
  .content_seo table tr, .content_seo table td, .content_seo table th {
    padding: 10px;
    font-size: 16px;
    line-height: 120%;
  }
  .content_seo .about_page_custom_images .row-2,
.content_seo .about_page_custom_images .row-4 {
    flex-direction: column-reverse;
  }
  .content_seo .bg_blue,
.content_seo .bg_gray {
    padding: 15px 20px;
    margin: 25px 0;
    border-radius: 25px;
  }
}
ul.messengers_block {
  display: flex;
  margin-top: 20px;
  gap: 19px;
}
ul.messengers_block a {
  display: flex;
  transition: 0.3s all ease;
}
ul.messengers_block a:hover svg path {
  fill: #F59D0F;
}

@media only screen and (max-width: 1880px) {
  ul.messengers_block {
    margin-top: 1.064vw;
    gap: 1.011vw;
  }
  ul.messengers_block a svg {
    width: 1.915vw;
    height: 1.755vw;
  }
}
@media only screen and (max-width: 900px) {
  ul.messengers_block {
    margin-top: 20px;
    gap: 20px;
  }
  ul.messengers_block a svg {
    width: 40px;
    height: 40px;
  }
}
.lang_block {
  width: 65px;
  cursor: pointer;
  margin-top: 20px;
  position: relative;
}
.lang_block .current_lang {
  color: #F59D0F;
  border: 2px solid #858484;
  height: 32px;
  justify-content: center;
  border-radius: 30px;
  position: relative;
  z-index: 2;
  background-color: #444446;
  box-shadow: 0 3px 0 #444446;
}
.lang_block:hover ul.langs {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.lang_block ul.langs {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  min-height: 94px;
  padding: 45px 0 15px;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
  gap: 8px;
}
.lang_block ul.langs p {
  padding-bottom: 1px;
  border-bottom: 2px solid #858484;
}
.lang_block ul.langs a {
  border-bottom: 2px solid transparent;
}
.lang_block ul.langs a:hover {
  border-color: #858484;
}
.lang_block ul.langs p, .lang_block ul.langs a {
  color: #858484;
}

@media only screen and (max-width: 1880px) {
  .lang_block {
    width: 3.457vw;
    margin-top: 1.064vw;
  }
  .lang_block .current_lang {
    height: 1.702vw;
    border-radius: 1.596vw;
    box-shadow: 0 0.16vw 0 #444446;
  }
  .lang_block ul.langs {
    top: 0.532vw;
    min-height: 5vw;
    padding: 2.394vw 0 0.798vw;
    border-radius: 0.638vw;
    gap: 0.426vw;
  }
  .lang_block ul.langs p {
    padding-bottom: 0.053vw;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: rgba(47, 48, 50, 0.9);
  z-index: 999;
}
header.fixed {
  position: fixed;
}
header.fixed .inner {
  height: 110px;
}
header.fixed .logo_block img {
  width: 200px;
}
header.fixed .get_consult_btn {
  height: 46px;
}
header.fixed .lang_block {
  margin-top: 0 !important;
  height: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
header .logo_block img {
  transition: 0.3s all ease;
}
header nav li.current > a {
  color: #F59D0F;
}
header nav li.has_child {
  position: relative;
}
header nav li.has_child .main_link {
  gap: 5px;
  display: flex;
  align-items: center;
}
header nav li.has_child .main_link svg {
  position: relative;
  top: -1px;
}
header nav li.has_child:hover ul.child_menu {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
header nav li.has_child:hover .main_link {
  color: #F59D0F;
}
header nav li.has_child:hover .main_link svg {
  transform: rotate(180deg);
}
header nav li.has_child:hover .main_link svg path {
  stroke: #F59D0F;
}
header nav ul.main_menu {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  gap: 40px;
}
header nav ul.child_menu {
  background-color: #fff;
  position: absolute;
  top: calc(100% + 14px);
  left: -22px;
  padding: 20px 0;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
header nav ul.child_menu a {
  font-size: 23px;
  height: 40px;
  padding: 0 22px;
  display: flex;
  align-items: center;
}
header nav ul.child_menu a svg {
  margin-right: 10px;
}
header nav ul.child_menu a:hover {
  color: #fff;
  background-color: #2F3032;
}
header nav ul.child_menu a:hover svg .circle {
  fill: #fff;
}
header nav .main_link {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400;
  line-height: 20.16px;
  letter-spacing: -0.03em;
  color: #fff;
}
header nav .main_link:hover {
  color: #F59D0F;
}
header .messengers_col {
  flex-direction: column;
}
header .lang_block {
  transition: 0.3s all ease;
}
header .lang_col {
  flex-direction: column;
}
header a.header_phone {
  color: #fff;
}
header a.header_phone:hover {
  color: #F59D0F;
}
header .inner {
  display: flex;
  align-items: center;
  height: 170px;
  transition: 0.3s all ease;
}
header .burger_btn {
  width: 24px;
  height: 24px;
  position: relative;
  transition: 0.3s all ease;
  margin-left: 15px;
  display: none;
}
header .burger_btn span {
  position: absolute;
  width: 24px;
  height: 3px;
  display: block;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
}
header .burger_btn span:first-child {
  top: calc(50% - 9px);
}
header .burger_btn span:last-child {
  top: calc(50% + 9px);
}

@media only screen and (max-width: 1880px) {
  header.fixed .inner {
    height: 5.851vw;
  }
  header.fixed .logo_block img {
    width: 10.638vw;
  }
  header.fixed .get_consult_btn {
    height: 2.447vw;
  }
  header.fixed .lang_block {
    margin-top: 0.532vw;
  }
  header .logo_block img {
    width: 13.883vw;
  }
  header nav li.has_child .main_link {
    gap: 0.266vw;
  }
  header nav li.has_child .main_link svg {
    width: 0.585vw;
    height: 0.532vw;
  }
  header nav ul.main_menu {
    gap: 2.128vw;
  }
  header nav ul.child_menu {
    top: calc(100% + 0.745vw);
    left: -1.17vw;
    padding: 1.064vw 0;
    border-radius: 0.532vw;
  }
  header nav ul.child_menu a {
    font-size: 1.223vw;
    height: 2.128vw;
    padding: 0 1.17vw;
  }
  header nav ul.child_menu a svg {
    margin-right: 0.532vw;
  }
  header nav .main_link {
    font-size: 1.117vw;
    line-height: 1.072vw;
    letter-spacing: -0.002vw;
  }
  header .inner {
    height: 9.043vw;
  }
}
@media only screen and (max-width: 900px) {
  header {
    background-color: transparent;
  }
  header.fixed .inner {
    height: 60px;
  }
  header.fixed .logo_block img {
    width: 80px;
  }
  header .get_consult_btn, header ul.messengers_block,
header .lang_col {
    display: none;
  }
  header nav {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
  }
  header nav li.has_child:hover {
    padding-bottom: 0;
  }
  header nav li.has_child:hover ul.child_menu {
    position: relative;
  }
  header nav li.has_child .main_link svg {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 2px;
    pointer-events: none;
  }
  header nav li.has_child .main_link svg path {
    stroke: rgba(47, 48, 50, 0.9);
  }
  header nav ul.main_menu {
    display: flex;
    flex-flow: wrap;
    gap: 15px;
  }
  header nav ul.main_menu li {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header nav ul.child_menu {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    top: 0;
    left: 0;
    padding: 10px 0 0 0;
    box-shadow: none;
  }
  header nav ul.child_menu li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  header nav ul.child_menu li:last-child {
    margin-bottom: 0;
    border: none;
  }
  header nav ul.child_menu a {
    padding: 0 0 0 15px;
    height: -moz-max-content;
    height: max-content;
  }
  header nav ul.child_menu a svg {
    margin-right: 5px;
  }
  header nav ul.child_menu a:hover {
    background-color: transparent;
    color: #222;
  }
  header nav ul.child_menu a:hover svg .circle {
    fill: #00A3E2;
  }
  header nav ul.child_menu a,
header nav .main_link {
    color: #222;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
  }
  header nav li a {
    width: 100%;
    display: block;
  }
  header nav ul > li.has_child > a {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  header .logo_block {
    position: relative;
    z-index: 2;
  }
  header .logo_block img {
    width: 80px;
  }
  header .inner {
    height: 60px;
    position: relative;
  }
  header .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% + 36px);
    transform: translateX(-50%);
    background-color: rgba(47, 48, 50, 0.9);
    height: 100%;
    z-index: 1;
  }
  header .messengers_col {
    position: relative;
    z-index: 2;
    flex-direction: row;
  }
  header .burger_btn {
    display: block;
  }
  header.open {
    position: fixed;
    background-color: #fff;
    height: 100vh;
  }
  header.open nav {
    display: block;
  }
  header.open .burger_btn span {
    width: 30px;
  }
  header.open .burger_btn span:first-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header.open .burger_btn span:last-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header.open .burger_btn span:nth-child(2) {
    opacity: 0;
  }
}
.hero_section_slider {
  height: 796px;
  overflow: hidden;
}
.hero_section_slider .slider-arr {
  position: absolute;
  top: calc(50% + 80px);
  z-index: 2;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.hero_section_slider .slider-arr.prev {
  left: calc(50% - 860px);
}
.hero_section_slider .slider-arr.next {
  left: calc(50% + 860px);
}
.hero_section_slider .slider-arr:hover svg path {
  fill-opacity: 1;
}

.hero_section {
  height: 796px;
}
.hero_section .inner {
  padding: 250px 90px 0;
  display: flex;
}
.hero_section .inner.align_end {
  justify-content: flex-end;
}
.hero_section .inner.align_center {
  justify-content: center;
}
.hero_section .content_editor {
  min-width: 400px;
}
.hero_section .content_editor h1, .hero_section .content_editor h2, .hero_section .content_editor h3, .hero_section .content_editor h4, .hero_section .content_editor h5, .hero_section .content_editor h6 {
  margin-bottom: 13px;
  font-size: 75px;
  font-weight: 600;
  line-height: 69px;
  letter-spacing: -0.01em;
  text-align: center;
}
.hero_section .content_editor p {
  font-size: 25px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: -0.01em;
  text-align: center;
}
.hero_section .content_editor .btn {
  margin: 20px auto 0;
  width: -moz-max-content;
  width: max-content;
  padding-right: 90px;
}

.home_about_section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.home_about_section h2 {
  font-size: 65px;
  margin-top: -15px;
}
.home_about_section .btn {
  margin-top: 25px;
}
.home_about_section .left_video {
  justify-content: center;
  margin-left: -100px;
}
.home_about_section .left_video:hover svg {
  transform: scale(1.1);
}
.home_about_section .section_heading {
  padding-left: 0;
}

@media only screen and (max-width: 1880px) {
  .hero_section_slider {
    height: 42.34vw;
  }
  .hero_section_slider .slider-arr {
    top: calc(50% + 4.255vw);
  }
  .hero_section_slider .slider-arr.prev {
    left: calc(50% - 45.745vw);
  }
  .hero_section_slider .slider-arr.next {
    left: calc(50% + 45.745vw);
  }
  .hero_section_slider .slider-arr svg {
    width: 1.543vw;
    height: 2.606vw;
  }

  .hero_section {
    height: 42.34vw;
  }
  .hero_section .inner {
    padding: 13.298vw 4.787vw 0;
  }
  .hero_section .content_editor {
    min-width: 21.277vw;
  }
  .hero_section .content_editor h1, .hero_section .content_editor h2, .hero_section .content_editor h3, .hero_section .content_editor h4, .hero_section .content_editor h5, .hero_section .content_editor h6 {
    margin-bottom: 0.691vw;
    font-size: 3.989vw;
    line-height: 3.67vw;
    letter-spacing: -0.001vw;
  }
  .hero_section .content_editor p {
    font-size: 1.33vw;
    line-height: 1.809vw;
    letter-spacing: -0.001vw;
  }
  .hero_section .content_editor .btn {
    margin-top: 1.064vw;
    padding-right: 4.787vw;
  }

  .home_about_section h2 {
    font-size: 3.457vw;
    margin-top: -0.798vw;
  }
}
@media only screen and (max-width: 900px) {
  .hero_section_slider {
    height: -moz-max-content;
    height: max-content;
    min-height: 600px;
  }
  .hero_section_slider .slider-arr {
    top: 50%;
  }
  .hero_section_slider .slider-arr.prev {
    left: 28px;
  }
  .hero_section_slider .slider-arr.next {
    left: calc(100% - 28px);
  }
  .hero_section_slider .slider-arr svg {
    width: 20px;
    height: 30px;
  }

  .hero_section {
    height: -moz-max-content;
    height: max-content;
    min-height: 600px;
  }
  .hero_section .content_editor {
    max-width: 100%;
  }
  .hero_section .content_editor h1, .hero_section .content_editor h2, .hero_section .content_editor h3, .hero_section .content_editor h4, .hero_section .content_editor h5, .hero_section .content_editor h6 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .hero_section .content_editor p {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
  }
  .hero_section .content_editor .btn {
    margin-top: 20px;
    padding-right: 60px;
  }
  .hero_section .inner {
    padding: 0;
    margin-top: 150px;
    justify-content: center !important;
  }

  .home_about_section {
    margin-top: 80px;
  }
  .home_about_section h2 {
    font-size: 28px;
    margin-top: 0;
  }
  .home_about_section .left_video {
    margin-left: 0;
    width: 100%;
    height: 300px;
  }
  .home_about_section .left_video svg {
    width: 100px;
    height: 100px;
  }
  .home_about_section .container {
    display: flex;
    flex-flow: wrap;
    gap: 30px;
  }
}
.compensation_card {
  cursor: pointer;
}
.compensation_card .image_block {
  height: 670px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.compensation_card .image_block.post_page {
  height: 580px;
}
.compensation_card .title {
  font-family: "Proxima Nova", sans-serif;
  font-size: 25px;
  line-height: 23px;
  margin-bottom: 30px;
  padding-left: 0;
  letter-spacing: -0.01em;
  color: #E5E5E5;
  min-height: 60px;
  transition: 0.3s all ease;
  text-transform: uppercase;
}
.compensation_card .image {
  width: 100%;
  height: 360px;
  border-radius: 0 50px 0 50px;
  transition: 0.3s all ease;
}
.compensation_card .excerpt_block {
  padding-left: 65px;
}
.compensation_card .excerpt {
  margin: 35px 0;
}
.compensation_card .excerpt p {
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  line-height: 27px;
}

.compensation_slider.post_page {
  padding-bottom: 120px;
}
.compensation_slider.post_page .slider-arr {
  top: calc(100% - 65px);
}
.compensation_slider .slider-arr {
  top: 740px;
}
.compensation_slider .slider-arr.next {
  right: 0;
}
.compensation_slider .slider-arr.prev {
  right: 90px;
}
.compensation_slider .slick-list {
  margin: 0 -35px;
  margin-right: -300px;
}
.compensation_slider .slick-slide {
  margin: 0 35px;
}
.compensation_slider .slick-slide .excerpt_block {
  display: none;
}
.compensation_slider .slick-slide.slick-current + .slick-active {
  max-width: 605px;
}
.compensation_slider .slick-slide.slick-current + .slick-active .title {
  color: #C7C7C7;
  font-size: 40px;
  line-height: 40px;
  min-height: 90px;
}
.compensation_slider .slick-slide.slick-current + .slick-active .image {
  height: 460px;
}
.compensation_slider .slick-slide.slick-current .image_block {
  justify-content: space-between;
}
.compensation_slider .slick-slide.slick-current .title {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  color: #2F3032;
}
.compensation_slider .slick-slide.slick-current .image {
  height: 580px !important;
}
.compensation_slider .slick-slide.slick-current .excerpt_block {
  display: block;
}

@media only screen and (max-width: 1880px) {
  .compensation_card .image_block {
    height: 35.638vw;
  }
  .compensation_card .image_block.post_page {
    height: 30.851vw;
  }
  .compensation_card .title {
    font-size: 1.33vw;
    line-height: 1.223vw;
    letter-spacing: -0.001vw;
    margin-bottom: 1.596vw;
    min-height: 3.191vw;
  }
  .compensation_card .image {
    height: 19.15vw;
    border-radius: 0 2.66vw 0 2.66vw;
  }
  .compensation_card .excerpt_block {
    padding-left: 3.457vw;
  }
  .compensation_card .excerpt {
    margin: 1.862vw 0;
  }
  .compensation_card .excerpt p {
    font-size: 1.064vw;
    line-height: 1.436vw;
  }

  .compensation_slider.post_page {
    padding-bottom: 6.383vw;
  }
  .compensation_slider.post_page .slider-arr {
    top: calc(100% - 3.457vw);
  }
  .compensation_slider .slider-arr {
    top: 39.362vw;
  }
  .compensation_slider .slider-arr.prev {
    right: 4.787vw;
  }
  .compensation_slider .slick-list {
    margin: 0 -1.862vw;
    margin-right: -15.957vw;
  }
  .compensation_slider .slick-slide {
    margin: 0 1.862vw;
  }
  .compensation_slider .slick-slide.slick-current + .slick-active {
    max-width: 32.181vw;
  }
  .compensation_slider .slick-slide.slick-current + .slick-active .title {
    font-size: 2.128vw;
    line-height: 2.128vw;
    min-height: 4.787vw;
  }
  .compensation_slider .slick-slide.slick-current + .slick-active .image {
    height: 24.468vw;
  }
  .compensation_slider .slick-slide.slick-current .title {
    font-size: 2.394vw;
    line-height: 2.394vw;
    margin-bottom: 1.064vw;
  }
  .compensation_slider .slick-slide.slick-current .image {
    height: 30.851vw !important;
  }
}
@media only screen and (max-width: 900px) {
  .compensation_card .image {
    border-radius: 0 30px 0 30px;
  }
  .compensation_card .image_block {
    height: -moz-max-content;
    height: max-content;
  }
  .compensation_card .image_block.post_page {
    height: 300px;
  }
  .compensation_card .excerpt_block {
    padding-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .compensation_card .excerpt {
    margin: 15px 0;
  }
  .compensation_card .excerpt p {
    font-size: 15px;
    line-height: 120%;
  }

  .compensation_slider {
    padding-bottom: 30px;
    margin-bottom: 110px;
  }
  .compensation_slider.post_page {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  .compensation_slider .slider-arr {
    top: 100%;
    transform: translateX(50%);
  }
  .compensation_slider .slider-arr.prev {
    right: calc(50% + 30px);
  }
  .compensation_slider .slider-arr.next {
    right: calc(50% - 30px);
  }
  .compensation_slider .slick-list {
    margin: 0;
  }
  .compensation_slider .slick-slide {
    margin: 0;
    padding-left: 18px;
    padding-right: 18px;
    height: 1px;
    transition: 0.3s all ease;
  }
  .compensation_slider .slick-slide.slick-current {
    height: -moz-max-content;
    height: max-content;
  }
  .compensation_slider .slick-slide.slick-current .image,
.compensation_slider .slick-slide .image {
    height: 300px !important;
  }
  .compensation_slider .title {
    color: #2F3032;
    font-size: 24px !important;
    line-height: 120% !important;
    margin-bottom: 15px !important;
    padding-left: 0 !important;
  }

  .compensation_section .container {
    padding: 0;
  }
}
.advantages_section .bg_adv {
  position: absolute;
  top: calc(50% + 52px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.advantages_section .adv_cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
}
.advantages_section .adv_cards .more_adv {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.advantages_section .adv_cards .more_adv .more_btn {
  width: 119px;
  height: 119px;
  background-color: #2F3032;
  border-radius: 50%;
  justify-content: center;
}
.advantages_section .adv_cards .more_adv .more_btn:hover {
  background-color: #F59D0F;
}
.advantages_section .adv_cards .more_adv .more_btn:hover svg {
  transform: rotate(90deg);
}

.advantage_card {
  min-height: 380px;
  padding: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s all ease;
}
.advantage_card:hover {
  justify-content: flex-start;
}
.advantage_card:hover svg {
  transform: translate(-50%, -50%) scale(2);
}
.advantage_card:hover .icon {
  opacity: 0.4;
}
.advantage_card:hover .title {
  width: 100%;
  font-size: 30px;
}
.advantage_card:hover .text {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.advantage_card .title {
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto 10px;
}
.advantage_card p {
  color: #fff;
  text-align: center;
  font-family: "Proxima Nova", sans-serif;
}
.advantage_card .inner {
  z-index: 3;
}
.advantage_card .text {
  position: absolute;
  opacity: 0;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.advantage_card .text p {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.05em;
  margin: 10px 0;
}
.advantage_card .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 55%;
  max-height: 70%;
  z-index: 1;
}
.advantage_card .bg_oval {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  transform: translate(-50%, -50%);
  transition: 1s all ease;
}

@media only screen and (max-width: 1880px) {
  .advantages_section .bg_adv {
    top: calc(50% + 2.766vw);
  }
  .advantages_section .adv_cards {
    grid-column-gap: 1.064vw;
    grid-row-gap: 0.532vw;
  }
  .advantages_section .adv_cards .more_adv .more_btn {
    width: 6.33vw;
    height: 6.33vw;
  }

  .advantage_card {
    min-height: 20.213vw;
    padding: 1.064vw;
  }
  .advantage_card svg.bg_oval {
    width: 17.553vw;
    height: 16.649vw;
  }
  .advantage_card:hover .title {
    font-size: 1.596vw;
  }
  .advantage_card .title {
    margin-bottom: 1.064vw;
  }
  .advantage_card .text p {
    font-size: 1.17vw;
    line-height: 1.383vw;
    letter-spacing: -0.003vw;
    margin: 0.532vw 0;
  }
}
@media only screen and (max-width: 900px) {
  .advantages_section .adv_cards {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
  .advantages_section .adv_cards .more_adv {
    margin-top: 20px;
    flex-flow: nowrap;
  }
  .advantages_section .adv_cards .more_adv p {
    text-align: left;
    font-size: 25px;
  }
  .advantages_section .adv_cards .more_adv .more_btn {
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    margin: 0 0 0 10px;
  }

  .advantage_card {
    min-height: 200px;
    padding: 30px 20px;
    border-radius: 20px;
  }
  .advantage_card:hover {
    justify-content: center;
  }
  .advantage_card:hover .title {
    font-size: 18px;
    line-height: 120%;
  }
  .advantage_card .title {
    width: 100%;
    margin-bottom: 15px;
  }
  .advantage_card .text {
    display: block;
  }
  .advantage_card .text p {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
    margin: 10px 0;
  }
  .advantage_card svg.bg_oval {
    width: 900px;
    height: 900px;
  }
}
.page_hero_alternate {
  min-height: 400px;
}
.page_hero_alternate .hero_title.sm_title {
  font-size: 55px;
}
.page_hero_alternate:before {
  background-color: rgba(47, 48, 50, 0.5);
}
.page_hero_alternate .inner {
  margin: 0 auto;
  max-width: 1300px;
  padding-top: 210px;
  flex-direction: column;
  z-index: 1;
}
.page_hero_alternate .breadcrumbs {
  width: 100%;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
  border-top: 2px solid #fff;
}
.page_hero_alternate .breadcrumbs ol {
  display: inline-block;
}
.page_hero_alternate .breadcrumbs ol li {
  display: inline;
}
.page_hero_alternate .breadcrumbs a {
  display: inline-block;
  margin-right: 4px;
}
.page_hero_alternate .breadcrumbs a span {
  color: #fff;
  transition: 0.3s all ease;
  border-bottom: 1px solid transparent;
}
.page_hero_alternate .breadcrumbs a:hover span {
  color: #F59D0F;
  border-color: #F59D0F;
}
.page_hero_alternate .breadcrumbs a:after {
  content: "/";
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  font-size: 21px;
}
.page_hero_alternate .breadcrumbs span {
  color: #F59D0F;
  font-size: 21px;
}

.products_slider_section {
  margin-top: -325px;
}
.products_slider_section .slick-list {
  margin: 0 -10px;
}
.products_slider_section .slick-slide {
  margin: 0 10px;
}

.product_slide_card {
  background-size: contain;
  background-position: center bottom;
  padding-bottom: 70px;
  cursor: pointer;
}
.product_slide_card .product_image {
  height: 390px;
  margin-bottom: 20px;
  background-size: contain;
  background-position: center bottom;
  transition: 0.3s all ease;
}
.product_slide_card .title {
  text-align: center;
  text-transform: uppercase;
  color: #F59D0F;
}
.product_slide_card .excerpt {
  margin: 25px auto;
  text-align: center;
  max-width: 80%;
}
.product_slide_card .btn {
  margin: 0 auto;
}
.product_slide_card:hover .product_image {
  transform: scale(1.05);
}

.product_cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 70px;
}
.product_cards.main_page {
  margin-top: 27px;
}
.product_cards.main_page .product_card:nth-child(3) .image_block {
  border-radius: 0 0 0 320px;
}

.product_card {
  gap: 30px;
}
.product_card.reverse {
  flex-direction: row-reverse;
}
.product_card.reverse .image_block {
  border-radius: 0 0 320px 0;
}
.product_card.reverse .desc_block {
  padding-left: 65px;
  padding-right: 0;
}
.product_card .image_block {
  width: 50%;
  height: 581px;
  background-color: rgba(0, 163, 226, 0.1);
  border-radius: 0 320px 0 0;
  justify-content: center;
}
.product_card .image_block img {
  max-width: 100%;
  max-height: 100%;
}
.product_card .title {
  font-family: "Proxima Nova", sans-serif;
}
.product_card .title b {
  color: #00A3E2;
}
.product_card .desc_block {
  width: 50%;
  padding-right: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 581px;
}

@media only screen and (max-width: 1880px) {
  .page_hero_alternate {
    min-height: 21.277vw;
  }
  .page_hero_alternate .hero_title.sm_title {
    font-size: 2.926vw;
  }
  .page_hero_alternate .inner {
    max-width: 69.149vw;
    padding-top: 11.17vw;
  }
  .page_hero_alternate .breadcrumbs {
    margin-top: 2.66vw;
    padding-top: 1.064vw;
    padding-bottom: 1.3vw;
  }
  .page_hero_alternate .breadcrumbs a {
    margin-right: 0.213vw;
  }
  .page_hero_alternate .breadcrumbs a:after {
    font-size: 1.117vw;
  }
  .page_hero_alternate .breadcrumbs span {
    font-size: 1.117vw;
  }

  .products_slider_section {
    margin-top: -17.287vw;
  }
  .products_slider_section .slick-list {
    margin: 0 -0.532vw;
  }
  .products_slider_section .slick-slide {
    margin: 0 0.532vw;
  }

  .product_slide_card {
    padding-bottom: 3.723vw;
  }
  .product_slide_card .product_image {
    height: 20.745vw;
    margin-bottom: 1.064vw;
  }
  .product_slide_card .excerpt {
    margin: 1.33vw auto;
  }

  .product_cards {
    gap: 3.723vw;
  }
  .product_cards.main_page {
    margin-top: 2.2vw;
  }
  .product_cards.main_page .product_card:nth-child(3) .image_block {
    border-radius: 0 0 0 17.021vw;
  }

  .product_card {
    gap: 1.596vw;
  }
  .product_card.reverse .image_block {
    border-radius: 0 0 17.021vw 0;
  }
  .product_card.reverse .desc_block {
    padding-left: 3.457vw;
  }
  .product_card .image_block {
    height: 30.904vw;
    border-radius: 0 17.021vw 0 0;
  }
  .product_card .desc_block {
    padding-right: 7.979vw;
    min-height: 30.904vw;
  }
}
@media only screen and (max-width: 900px) {
  .page_hero_alternate {
    min-height: 200px;
  }
  .page_hero_alternate .hero_title {
    font-size: 24px;
    line-height: 120%;
  }
  .page_hero_alternate .hero_title.sm_title {
    font-size: 20px;
  }
  .page_hero_alternate .inner {
    padding-top: 100px;
    max-width: 100%;
  }
  .page_hero_alternate .breadcrumbs {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page_hero_alternate .breadcrumbs a {
    margin-right: 0;
  }
  .page_hero_alternate .breadcrumbs a:after,
.page_hero_alternate .breadcrumbs span {
    font-size: 12px;
  }

  .products_slider_section {
    margin-top: -225px;
  }
  .products_slider_section .slick-slide {
    margin: 0;
    padding-left: 18px;
    padding-right: 18px;
  }
  .products_slider_section .container {
    padding: 0;
  }

  .product_slide_card {
    padding-bottom: 0;
  }
  .product_slide_card .product_image {
    height: 250px;
    margin-bottom: 10px;
  }
  .product_slide_card .excerpt {
    margin: 10px auto 20px;
  }
  .product_slide_card .excerpt br {
    display: none;
  }
  .product_slide_card .btn {
    margin-bottom: 50px;
  }

  .product_cards {
    gap: 50px;
  }
  .product_cards.main_page {
    margin-top: 20px;
  }

  .product_card {
    gap: 25px;
  }
  .product_card.reverse .desc_block {
    padding-left: 0;
  }
  .product_card .title {
    margin-bottom: -5px;
  }
  .product_card .image_block {
    width: 100%;
    height: 275px;
    border-radius: 0 30px 0 30px !important;
  }
  .product_card .desc_block {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .product_card .excerpt,
.product_card .text_top {
    margin-top: 0;
  }
}
.products_section.products_page .product_card:first-child .image_block {
  border-radius: 320px 0 0 0;
}
.products_section.products_page .product_card:nth-child(2) .image_block {
  border-radius: 0 0 320px 0;
}
.products_section.products_page .product_card:nth-child(3) .image_block {
  border-radius: 0 0 0 320px;
}
.products_section.products_page .product_card:nth-child(3) .text_top {
  margin-top: 0;
}

.product_page .slide_image .inner {
  height: 545px;
  align-items: center;
  border-bottom-right-radius: 31px;
  margin-bottom: -3px;
}
.product_page .slide_image .inner img {
  max-width: 100%;
  max-height: 100%;
}
.product_page .inner {
  gap: 50px;
  align-items: flex-start;
}
.product_page .product_image_slider {
  display: none;
}
.product_page .product_image_slider.slick-initialized {
  display: block;
}
.product_page .left_images {
  width: 50%;
}
.product_page .slider_block .slider-arr {
  bottom: 0;
}
.product_page .slider_block .slider-arr.next {
  right: 0;
}
.product_page .slider_block .slider-arr.prev {
  right: 90px;
}
.product_page .slider_block:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  border-bottom-right-radius: 31px;
  background-color: #DEF3FB;
  width: 100vw;
  right: 0;
  top: 0;
  z-index: -1;
}
.product_page .right_text {
  width: 50%;
  padding-right: 65px;
  height: 100%;
}
.product_page .right_text .content_seo p {
  letter-spacing: -0.6px;
}
.product_page .right_text .title {
  font-size: 60px;
  line-height: 75px;
  margin-top: -10px;
}
.product_page .right_text .title b {
  color: #00A3E2;
  font-family: "Proxima Nova", sans-serif;
}
.product_page .get_consult_btn {
  height: 112px;
  background-color: #ddd;
  justify-content: center;
  border-radius: 0 20px 0 20px;
  cursor: pointer;
  transition: 0.3s all ease;
}
.product_page .get_consult_btn:hover {
  color: #fff;
  background-color: #F59D0F;
}
.product_page .nav_image_slider {
  display: none;
}
.product_page .nav_image_slider.slick-initialized {
  display: block;
}
.product_page .nav_image_slider .slick-list {
  margin: 0 -7px;
}
.product_page .nav_image_slider .slick-slide {
  margin: 0 7px;
}
.product_page .nav_image_slider .slick-current .nav_image p {
  height: 135px;
  border-color: #F59D0F;
}
.product_page .nav_image_slider .nav_image {
  height: 135px;
  display: flex !important;
  align-items: center;
}
.product_page .nav_image_slider .nav_image p {
  cursor: pointer;
  height: 110px;
  border-radius: 0 20px 0 20px;
  border: 1px solid #ddd;
  transition: 0.3s all ease;
}
.product_page .product_chars {
  align-items: flex-start;
}
.product_page .product_chars .char_col {
  flex-direction: column;
}
.product_page .product_chars .char_col img {
  opacity: 0.8;
}
.product_page .product_chars .char_col .num {
  color: #00A3E2;
}
.product_page .product_chars .char_col p {
  margin-top: 10px;
  text-align: center;
}

@media only screen and (max-width: 1880px) {
  .products_section.products_page .product_card:first-child .image_block {
    border-radius: 17.021vw 0 0 0;
  }
  .products_section.products_page .product_card:nth-child(2) .image_block {
    border-radius: 0 0 17.021vw 0;
  }
  .products_section.products_page .product_card:nth-child(3) .image_block {
    border-radius: 0 0 0 17.021vw;
  }

  .product_page .slide_image .inner {
    height: 28.989vw;
  }
  .product_page .inner {
    gap: 2.66vw;
  }
  .product_page .slider_block .slider-arr.prev {
    right: 4.787vw;
  }
  .product_page .slider_block:before {
    border-bottom-right-radius: 1.649vw;
  }
  .product_page .right_text {
    padding-right: 3.457vw;
  }
  .product_page .right_text .content_seo p {
    letter-spacing: -0.032vw;
  }
  .product_page .right_text .title {
    font-size: 3.191vw;
    line-height: 3.989vw;
    margin-top: -0.532vw;
  }
  .product_page .right_text .product_page_logo img {
    width: 20.319vw;
  }
  .product_page .get_consult_btn {
    height: 5.957vw;
    border-radius: 0 1.064vw 0 1.064vw;
  }
  .product_page .nav_image_slider .slick-list {
    margin: 0 -0.372vw;
  }
  .product_page .nav_image_slider .slick-slide {
    margin: 0 0.372vw;
  }
  .product_page .nav_image_slider .slick-current .nav_image p {
    height: 7.181vw;
  }
  .product_page .nav_image_slider .nav_image {
    height: 7.181vw;
  }
  .product_page .nav_image_slider .nav_image p {
    height: 5.851vw;
    border-radius: 0 1.064vw 0 1.064vw;
  }
  .product_page .product_chars .char_col img {
    height: 5.585vw;
  }
  .product_page .product_chars .char_col p {
    margin-top: 0.532vw;
  }
}
@media only screen and (max-width: 900px) {
  .product_page_content.mt70 {
    margin-top: 50px;
  }

  .product_page.mt70 {
    margin-top: 40px;
  }
  .product_page .inner {
    gap: 30px;
  }
  .product_page .left_images {
    width: 100%;
  }
  .product_page .slide_image .inner {
    height: 300px;
  }
  .product_page .slider_block:before {
    border-bottom-right-radius: 20px;
  }
  .product_page .slider_block .slider-arr.prev {
    right: 55px;
  }
  .product_page .nav_image_slider {
    margin-top: 10px;
  }
  .product_page .nav_image_slider .slick-list {
    margin: 0 -5px;
  }
  .product_page .nav_image_slider .slick-slide {
    margin: 0 5px;
  }
  .product_page .nav_image_slider .slick-current .nav_image p {
    height: 75px;
  }
  .product_page .nav_image_slider .nav_image p {
    height: 60px;
    border-radius: 0 12px 0 12px;
  }
  .product_page .nav_image_slider .nav_image {
    height: 75px;
  }
  .product_page .right_text {
    width: 100%;
    padding-right: 0;
  }
  .product_page .right_text .title {
    font-size: 24px;
    line-height: 120%;
    margin-top: 0;
  }
  .product_page .get_consult_btn {
    height: 50px;
    border-radius: 0 10px 0 10px;
  }
  .product_page .product_chars {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
  .product_page .product_chars .char_col img {
    height: 50px;
  }
  .product_page .product_chars .char_col .num {
    margin-top: 10px;
    font-size: 20px;
  }
  .product_page .product_chars .char_col p {
    margin-top: 5px;
    font-size: 15px;
    line-height: 120%;
  }
}
.news_page .news_cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 70px;
}
.news_page .news_cards .post_card:nth-child(2) .btn_row,
.news_page .news_cards .post_card:nth-child(5) .btn_row {
  justify-content: center;
}
.news_page .news_cards .post_card:nth-child(3) .btn_row,
.news_page .news_cards .post_card:nth-child(6) .btn_row {
  justify-content: flex-end;
}

.post_card:hover .image_block {
  border-bottom-left-radius: 0;
}
.post_card:hover .title {
  background-color: #F59D0F;
  color: #fff;
}
.post_card .image_block {
  height: 420px;
  transition: 0.3s all ease;
  border-bottom-left-radius: 50px;
}
.post_card .title {
  background-color: #DDD;
  line-height: 26px;
  border-radius: 40px 0 40px 0;
  min-height: 92px;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  transition: 0.3s all ease;
  padding: 0 20px;
}
.post_card .title.fz23 {
  letter-spacing: -0.43px;
}
.post_card .excerpt {
  overflow: hidden;
  position: relative;
  height: 160px;
  margin-bottom: 10px;
}
.post_card .excerpt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0) 100%);
}
.post_card .excerpt p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.search_row {
  justify-content: flex-end;
}

.pagination {
  justify-content: center;
  margin-top: 120px;
}
.pagination div > span.relative > span:first-child {
  margin-right: 70px;
}
.pagination div > span.relative > span:last-child {
  margin-left: 70px;
}
.pagination div > span.relative > span:last-child, .pagination div > span.relative > span:first-child {
  width: 60px;
  height: 60px;
  background-color: #ddd;
  border-radius: 50%;
  transition: 0.3s all ease;
  background-image: none !important;
}
.pagination div > span.relative > span:last-child:hover, .pagination div > span.relative > span:first-child:hover {
  background-color: #F59D0F;
}
.pagination div > span.relative > span:last-child:hover svg path, .pagination div > span.relative > span:first-child:hover svg path {
  fill: #fff;
}
.pagination div > span.relative > span:last-child button, .pagination div > span.relative > span:first-child button {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  font-size: 0;
}
.pagination .nav-link a.back, .pagination .nav-link a.ahead {
  display: none !important;
}
.pagination nav div:first-child {
  display: none;
}
.pagination nav span.relative {
  display: flex;
  align-items: center;
}
.pagination nav span.relative > span {
  background-image: url("/img/pagination_gray.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin: 0 15px;
  color: #DDD;
  font-weight: 600;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
.pagination nav span.relative > span > span span {
  color: #F59D0F;
  font-size: 16px;
  position: relative;
}
.pagination nav span.relative > span > span span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background-image: url("/img/pagination_num_bg.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: none !important;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.pagination nav span.relative > span:first-child span span:before, .pagination nav span.relative > span:last-child span span:before {
  display: none;
}
.pagination nav span.relative > span:first-child:before, .pagination nav span.relative > span:last-child:before {
  display: none;
}
.pagination nav span.relative > span:last-child {
  margin-right: 0;
}
.pagination nav span.relative > span svg {
  width: 30px !important;
  height: 30px !important;
  fill: #000;
  opacity: 0.6;
}
.pagination nav span.relative > span:hover svg {
  opacity: 1;
}
.pagination nav span.relative > span button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #DDD;
  font-weight: 600;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

@media only screen and (max-width: 1880px) {
  .news_page .news_cards {
    grid-column-gap: 2.128vw;
    grid-row-gap: 3.723vw;
  }

  .post_card .image_block {
    height: 22.34vw;
    border-bottom-left-radius: 2.66vw;
  }
  .post_card .title {
    line-height: 1.383vw;
    border-radius: 2.128vw 0 2.128vw 0;
    min-height: 4.894vw;
    padding: 0 1.064vw;
  }
  .post_card .excerpt {
    height: 8.511vw;
    margin-bottom: 0.532vw;
  }
  .post_card .excerpt:before {
    height: 3.989vw;
  }
  .post_card .excerpt p {
    font-size: 1.064vw;
    line-height: 1.489vw;
  }

  .pagination {
    margin-top: 6.383vw;
  }
  .pagination div > span.relative > span:first-child {
    margin-right: 3.723vw;
  }
  .pagination div > span.relative > span:last-child {
    margin-left: 3.723vw;
  }
  .pagination div > span.relative > span:last-child, .pagination div > span.relative > span:first-child {
    width: 3.191vw;
    height: 3.191vw;
  }
  .pagination nav span.relative > span {
    width: 1.702vw;
    height: 1.702vw;
    margin: 0 0.798vw;
  }
  .pagination nav span.relative > span > span span {
    font-size: 0.851vw;
  }
  .pagination nav span.relative > span > span span:before {
    width: 1.702vw;
    height: 1.702vw;
  }
  .pagination nav span.relative > span svg {
    width: 1.596vw !important;
    height: 1.596vw !important;
  }
  .pagination nav span.relative > span button {
    font-size: 0.851vw;
  }
}
@media only screen and (max-width: 900px) {
  .news_page .news_cards {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }

  .post_card .image_block {
    height: 275px;
    border-bottom-left-radius: 25px;
  }
  .post_card .title {
    line-height: 120%;
    min-height: 50px;
    padding: 15px;
    border-radius: 25px 0 25px 0;
  }
  .post_card .excerpt {
    height: 100px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .post_card .excerpt:before {
    height: 30px;
  }
  .post_card .excerpt p {
    font-size: 15px;
    line-height: 120%;
  }
  .post_card .btn_row {
    justify-content: flex-start !important;
  }

  .pagination {
    margin-top: 70px;
  }
  .pagination div > span.relative > span:first-child {
    margin-right: 15px;
  }
  .pagination div > span.relative > span:last-child {
    margin-left: 15px;
  }
  .pagination div > span.relative > span:last-child, .pagination div > span.relative > span:first-child {
    width: 25px;
    height: 25px;
  }
  .pagination nav span.relative > span {
    width: 25px;
    height: 25px;
    margin: 0 5px;
  }
  .pagination nav span.relative > span > span span {
    font-size: 12px;
  }
  .pagination nav span.relative > span > span span:before {
    width: 25px;
    height: 25px;
  }
  .pagination nav span.relative > span svg {
    width: 15px !important;
    height: 15px !important;
  }
  .pagination nav span.relative > span button {
    font-size: 12px;
  }
}
.contact_page .inner {
  padding: 0 65px;
}
.contact_page .left {
  width: 50%;
}
.contact_page .form_block {
  width: 50%;
}
.contact_page .form_block p {
  font-family: "Proxima Nova", sans-serif;
}
.contact_page .contact_row {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.contact_page .contact_row:last-child {
  margin-bottom: 0;
}
.contact_page .contact_row a:hover {
  text-decoration: underline;
}
.contact_page .contact_row img {
  margin-right: 70px;
}

.contact_page_wrapper .map_block_bg {
  position: absolute;
  z-index: -1;
  top: -400px;
  width: 2560px;
  height: 1500px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 163, 227, 0.1);
  border-radius: 2000px 1500px 0 0;
}
.contact_page_wrapper .map_block {
  overflow: hidden;
  height: 1000px;
  width: 100%;
  margin-bottom: -490px;
  border-radius: 1000px 700px 0 0;
  background-position: bottom center;
}
.contact_page_wrapper .map_block iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1880px) {
  .contact_page .inner {
    padding: 0 3.457vw;
  }
  .contact_page .contact_row {
    margin-bottom: 1.862vw;
  }
  .contact_page .contact_row img {
    margin-right: 3.723vw;
    width: 2.287vw;
  }

  .contact_page_wrapper .map_block_bg {
    top: -21.277vw;
    width: 136.17vw;
    height: 79.787vw;
    border-radius: 106.383vw 79.787vw 0 0;
  }
  .contact_page_wrapper .map_block {
    height: 53.191vw;
    margin-bottom: -26.064vw;
    border-radius: 53.191vw 37.234vw 0 0;
  }
}
@media only screen and (max-width: 900px) {
  .contact_page {
    margin-top: 50px;
  }
  .contact_page .fz25 {
    font-size: 18px;
  }
  .contact_page .inner {
    padding: 0;
  }
  .contact_page .contact_row {
    margin-bottom: 25px;
  }
  .contact_page .contact_row img {
    width: 30px;
    margin-right: 15px;
  }
  .contact_page .left {
    width: 100%;
  }
  .contact_page .form_block {
    margin-top: 50px;
    width: 100%;
  }

  .contact_page_wrapper {
    margin-top: 60px;
    padding: 0 18px;
  }
  .contact_page_wrapper .map_block_bg {
    display: none;
  }
  .contact_page_wrapper .map_block {
    height: 400px;
    margin-bottom: 0;
    border-radius: 20px;
  }
}
.page_hero_alternate.thx_page {
  min-height: 80vh;
  margin-bottom: -100px;
}
.page_hero_alternate.thx_page.error_page {
  padding-bottom: 100px;
}
.page_hero_alternate.thx_page .num {
  font-size: 200px;
}
.page_hero_alternate.thx_page .hero_title {
  margin-bottom: 80px;
  text-align: center;
}
.page_hero_alternate.thx_page .btn {
  width: -moz-max-content;
  width: max-content;
  padding-right: 80px;
}

@media only screen and (max-width: 1880px) {
  .page_hero_alternate.thx_page {
    margin-bottom: -5.319vw;
  }
  .page_hero_alternate.thx_page.error_page {
    padding-bottom: 5.319vw;
  }
  .page_hero_alternate.thx_page .num {
    font-size: 10.638vw;
  }
  .page_hero_alternate.thx_page .hero_title {
    margin-bottom: 4.255vw;
  }
  .page_hero_alternate.thx_page .btn {
    padding-right: 4.255vw;
  }
}
@media only screen and (max-width: 900px) {
  .page_hero_alternate.thx_page {
    margin-bottom: -100px;
  }
  .page_hero_alternate.thx_page.error_page {
    padding-bottom: 80px;
  }
  .page_hero_alternate.thx_page .num {
    font-size: 120px;
  }
  .page_hero_alternate.thx_page .hero_title {
    margin-bottom: 40px;
  }
  .page_hero_alternate.thx_page .btn {
    padding-right: 60px;
  }
}
footer {
  background-color: #2F3032;
  margin-top: 100px;
  padding: 140px 0 0;
  position: relative;
  z-index: 2;
}
footer p, footer a {
  color: #fff;
}
footer .btn {
  color: #2F3032;
}
footer .socials {
  padding: 0 180px;
}
footer .socials ul {
  margin-left: 30px;
  gap: 15px;
}
footer .socials a:hover svg path {
  fill: #F59D0F;
}
footer img.bg_footer {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
footer .col_menu ul li {
  margin-bottom: 17px;
}
footer .col_menu ul li:last-child {
  margin-bottom: 0;
}
footer .col_menu ul li a {
  display: flex;
  align-items: center;
}
footer .col_menu ul li a svg {
  margin-right: 8px;
}
footer .col_menu ul li a:hover {
  color: #F59D0F;
}
footer .col_menu ul li a:hover svg .circle {
  fill: #fff;
}
footer .inner {
  z-index: 2;
  padding: 0 180px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .contacts_col {
  flex-direction: column;
  margin-top: -20px;
}
footer a.tel {
  margin-top: 15px;
  display: block;
}
footer .title {
  color: #F59D0F;
  text-transform: uppercase;
  display: block;
  margin-bottom: 35px;
}
footer .title:hover {
  text-decoration: underline;
}
footer .low_row {
  margin-top: 70px;
  border-top: 1px solid #fff;
}
footer .low_row .container {
  flex-direction: column;
  justify-content: center;
  height: 108px;
}
footer .low_row .container p {
  margin-bottom: 5px;
}
footer .low_row .container p, footer .low_row .container a {
  color: #DDD;
  font-size: 16px;
}

@media only screen and (max-width: 1880px) {
  footer {
    margin-top: 5.319vw;
    padding: 7.447vw 0 0;
  }
  footer img.bg_footer {
    top: -4.787vw;
    width: 90.426vw;
  }
  footer .col_menu ul li {
    margin-bottom: 0.904vw;
  }
  footer .col_menu ul li a svg {
    margin-right: 0.426vw;
  }
  footer .socials {
    padding: 0 9.574vw;
  }
  footer .socials a svg {
    width: 1.915vw;
    height: 1.755vw;
  }
  footer .inner {
    padding: 0 9.574vw;
  }
  footer .contacts_col {
    margin-top: -1.064vw;
  }
  footer a.tel {
    margin-top: 0.798vw;
  }
  footer .title {
    margin-bottom: 1.862vw;
  }
  footer .low_row {
    margin-top: 3.723vw;
  }
  footer .low_row .container {
    height: 5.745vw;
  }
  footer .low_row .container p {
    margin-bottom: 0.266vw;
  }
  footer .low_row .container p, footer .low_row .container a {
    font-size: 0.851vw;
  }
}
@media only screen and (max-width: 900px) {
  footer {
    margin-top: 70px;
    padding-top: 60px;
  }
  footer img.bg_footer {
    display: none;
  }
  footer .socials {
    padding: 0;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }
  footer .socials ul {
    margin: 15px 0 0 0;
  }
  footer .socials p {
    text-align: center;
  }
  footer .socials a svg {
    width: 40px;
    height: 40px;
  }
  footer .title {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }
  footer .inner {
    padding: 0;
    flex-flow: wrap;
    flex-direction: column;
  }
  footer .col_menu {
    margin-bottom: 40px;
  }
  footer .col_menu ul li {
    margin-bottom: 10px;
  }
  footer .col_menu ul li a {
    font-size: 20px;
    justify-content: center;
  }
  footer .col_menu ul li a svg {
    margin-right: 5px;
  }
  footer .btn.get_consult_btn {
    height: 45px;
    font-size: 15px;
    width: 80%;
    justify-content: center;
  }
  footer a.tel {
    margin-top: 25px;
    font-size: 24px;
  }
  footer .low_row {
    margin-top: 40px;
  }
  footer .low_row .container {
    flex-direction: column;
    height: -moz-max-content;
    height: max-content;
    padding: 15px;
  }
  footer .low_row .container p {
    margin-bottom: 3px;
  }
  footer .low_row .container p, footer .low_row .container a {
    font-size: 14px;
  }
}
