@font-face {
  font-family: "UniformPro";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/UniformPro-Thn_200.ttf") format("TrueType"), url("/fonts/UniformPro-Thn_200.ttf") format("TrueType");
}
@font-face {
  font-family: "UniformPro";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/UniformPro-Reg.ttf") format("TrueType"), url("/fonts/UniformPro-Reg.ttf") format("TrueType");
}
@font-face {
  font-family: "UniformPro";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/UniformPro-Med.ttf") format("TrueType"), url("/fonts/UniformPro-Med.ttf") format("TrueType");
}
@font-face {
  font-family: "UniformPro";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/UniformPro-Bld_700.ttf") format("TrueType"), url("/fonts/UniformPro-Bld_700.ttf") format("TrueType");
}
@font-face {
  font-family: "UniformPro";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/UniformPro-Blk_900.ttf") format("TrueType"), url("/fonts/UniformPro-Blk_900.ttf") format("TrueType");
}
.center {
  text-align: center;
}

.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt150 {
  margin-top: 150px;
}

.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;
}

.no_decoration:hover {
  text-decoration: none;
}

.short_container {
  max-width: 1495px;
  margin: 0 auto;
}

.image_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 0.3s all ease;
}

.image_bg_hover:hover .image_bg {
  transform: scale(1.05);
}

.btn {
  height: 76px;
  display: flex;
  align-items: center;
  border: 3px solid #126FB7;
  color: #126FB7;
  border-radius: 12px;
  font-size: 23px;
  text-transform: uppercase;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  padding: 0 35px;
  font-weight: 500;
  text-align: center;
  transition: 0.3s all ease;
}
.btn:hover {
  background: #126FB7;
  border-color: #126FB7;
  color: #fff;
  text-decoration: none;
}

.back_all_news {
  gap: 20px;
}
.back_all_news:hover svg path {
  fill: #fff;
}

.slider_arrows.blog_slider_arrows .slider-arr.prev {
  left: -105px;
  transform: translate(-100%, -50%);
}
.slider_arrows.blog_slider_arrows .slider-arr.next {
  left: calc(100% + 105px);
  transform: translate(0, -50%);
}
.slider_arrows .slider-arr {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
.slider_arrows .slider-arr.prev {
  left: calc(50% - 860px);
}
.slider_arrows .slider-arr.next {
  left: calc(50% + 860px);
}
.slider_arrows .slider-arr:hover svg path {
  fill: #126FB7;
  fill-opacity: 1;
}

.section_heading {
  font-weight: 500;
  font-size: 75px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.section_heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 60px);
  transform: translateY(-50%);
  width: 100vw;
  height: 4px;
  background: #126FB7;
}

.all_news_link_block .all_news_link {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blue {
  color: #126FB7;
}

.breadcrumbs {
  margin-top: 150px;
  justify-content: flex-start;
}
.breadcrumbs ol {
  display: inline-block;
}
.breadcrumbs ol li {
  display: inline;
}
.breadcrumbs ol li:after {
  content: "/";
  margin-left: 5px;
}
.breadcrumbs ol li > span {
  color: #126FB7;
}
.breadcrumbs ol li:last-child:after {
  display: none;
  margin-right: 0;
}
.breadcrumbs ol span {
  font-size: 16px;
}

@media only screen and (max-width: 1920px) {
  .mt10 {
    margin-top: 0.521vw;
  }

  .mt20 {
    margin-top: 1.042vw;
  }

  .mt30 {
    margin-top: 1.563vw;
  }

  .mt40 {
    margin-top: 2.083vw;
  }

  .mt50 {
    margin-top: 2.604vw;
  }

  .mt60 {
    margin-top: 3.125vw;
  }

  .mt70 {
    margin-top: 3.646vw;
  }

  .mt90 {
    margin-top: 4.688vw;
  }

  .mt100 {
    margin-top: 5.208vw;
  }

  .mt120 {
    margin-top: 6.25vw;
  }

  .mt130 {
    margin-top: 6.771vw;
  }

  .mt150 {
    margin-top: 7.813vw;
  }

  .slider_arrows.blog_slider_arrows .slider-arr.prev {
    left: -4.469vw;
  }
  .slider_arrows.blog_slider_arrows .slider-arr.next {
    left: calc(100% + 4.469vw);
  }
  .slider_arrows .slider-arr.prev {
    left: 4.167vw;
    transform: translate(0, -50%);
  }
  .slider_arrows .slider-arr.next {
    left: calc(100% - 4.167vw);
    transform: translate(-100%, -50%);
  }

  .section_heading {
    font-size: 3.906vw;
  }
  .section_heading:before {
    left: calc(100% + 3.125vw);
  }

  .all_news_link_block .all_news_link {
    gap: 0.781vw;
  }
  .all_news_link_block .all_news_link svg {
    width: 2.865vw;
  }

  .btn {
    height: 3.958vw;
    border-radius: 0.625vw;
    font-size: 1.198vw;
    padding: 0 1.823vw;
  }

  .breadcrumbs {
    margin-top: 7.61vw;
  }
}
@media only screen and (max-width: 1690px) {
  .blog_slider_arrows.slider_arrows .slider-arr.prev {
    left: -20px;
  }
  .blog_slider_arrows.slider_arrows .slider-arr.next {
    left: calc(100% + 20px);
  }
}
@media only screen and (max-width: 800px) {
  .mt10 {
    margin-top: 5px;
  }

  .mt20 {
    margin-top: 15px;
  }

  .mt30 {
    margin-top: 20px;
  }

  .mt40 {
    margin-top: 20px;
  }

  .mt50 {
    margin-top: 30px;
  }

  .mt60 {
    margin-top: 50px;
  }

  .mt70 {
    margin-top: 50px;
  }

  .mt90 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 50px;
  }

  .mt130 {
    margin-top: 50px;
  }

  .mt150 {
    margin-top: 50px;
  }

  .section_heading {
    font-size: 28px;
    text-align: center;
    width: 100%;
  }
  .section_heading:before {
    display: none;
  }

  .btn {
    height: 50px;
    width: 100%;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    border-width: 2px;
  }

  .breadcrumbs {
    margin-top: 70px;
  }
  .breadcrumbs ol li:after,
.breadcrumbs ol span {
    font-size: 12px;
  }
  .breadcrumbs ol li:after {
    margin-left: 0;
  }

  .all_news_link_block .all_news_link {
    gap: 10px;
  }
  .all_news_link_block .all_news_link svg {
    width: 25px;
  }
}
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: "UniformPro", sans-serif;
  box-sizing: border-box;
  color: #181818;
}

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

body {
  font-family: "UniformPro", sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

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

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

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

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

select {
  font-family: "UniformPro", 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: #242350;
  background-position: center;
  background-repeat: no-repeat;
}

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

/* 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: 1920px) {
  .container {
    padding-left: 6.167vw;
    padding-right: 6.167vw;
  }

  p {
    font-size: 0.833vw;
  }
}
@media only screen and (max-width: 900px) {
  body {
    overflow: hidden;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.fz17 {
  font-size: 17px;
}

.fz20 {
  font-size: 20px;
}

.fz23 {
  font-size: 23px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz35 {
  font-size: 35px;
}

.fz50 {
  font-size: 50px;
}

@media only screen and (max-width: 1920px) {
  .fz17 {
    font-size: 0.885vw;
  }

  .fz20 {
    font-size: 1.042vw;
  }

  .fz23 {
    font-size: 1.198vw;
  }

  .fz28 {
    font-size: 1.458vw;
  }

  .fz30 {
    font-size: 1.563vw;
  }

  .fz35 {
    font-size: 1.823vw;
  }

  .fz50 {
    font-size: 2.604vw;
  }
}
@media only screen and (max-width: 800px) {
  .fz20 {
    font-size: 15px;
  }

  .fz23 {
    font-size: 20px;
  }

  .fz28 {
    font-size: 20px;
  }

  .fz30 {
    font-size: 20px;
  }

  .fz35 {
    font-size: 20px;
  }

  .fz50 {
    font-size: 22px;
  }
}
form .input_group.file_group {
  width: 341px;
}
form .input_group label {
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}
form .input_group label i {
  color: #FF0000;
}
form .input_group input[type=file i] {
  font-size: 18px;
}
form .input_group input[type=file] {
  font-weight: 400;
  cursor: pointer;
  color: #fff;
}
form .input_group input[type=file].has_file {
  color: #222;
}
form .input_group input[type=file]::file-selector-button {
  width: 0;
  height: 50px;
  background: transparent;
  border: none;
  color: #fff;
}
form .input_group textarea, form .input_group input {
  margin-top: 12px;
  border-radius: 12px;
  border: 1.5px solid #126FB7;
  width: 100%;
  font-size: 23px;
  box-sizing: border-box;
  color: #262626;
  font-family: "UniformPro", sans-serif;
}
form .input_group textarea::-moz-placeholder, form .input_group input::-moz-placeholder {
  color: rgba(38, 38, 38, 0.4);
}
form .input_group textarea:-ms-input-placeholder, form .input_group input:-ms-input-placeholder {
  color: rgba(38, 38, 38, 0.4);
}
form .input_group textarea::placeholder, form .input_group input::placeholder {
  color: rgba(38, 38, 38, 0.4);
}
form .input_group textarea {
  resize: none;
  height: 115px;
  padding: 15px 20px;
  outline: none;
}
form .input_group input {
  font-weight: 500;
  height: 53px;
  padding-left: 65px;
}
form .input_group input.email, form .input_group input.phone {
  letter-spacing: 1px;
}
form .input_block {
  display: block;
}
form .input_block.w26:before {
  left: 15px;
  top: calc(50% + 6px);
  width: 26px;
  height: 26px;
}
form .input_block:before {
  top: calc(50% + 6px);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  z-index: 2;
  cursor: pointer;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
form .input_block.man:before {
  background-image: url("/img/form/name.webp");
}
form .input_block.company:before {
  background-image: url("/img/form/company.webp");
}
form .input_block.email:before {
  background-image: url("/img/form/email.webp");
}
form .input_block.phone:before {
  background-image: url("/img/form/phone.webp");
}
form .input_block.file:before {
  background-image: url("/img/form/file.webp");
}
form button.btn {
  box-sizing: border-box;
  height: 68px;
  background-color: #126FB7;
  color: #fff;
}
form button.btn:hover {
  background-color: #fff;
  color: #126FB7;
}

.agree_row label, .agree_row a {
  font-size: 14px;
  line-height: 120%;
}

.header_search_form {
  position: absolute;
  right: 80px;
  top: calc(100% + 15px);
}
.header_search_form.show {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.header_search_form input {
  height: 66px;
  width: 430px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.2);
  font-size: 23px;
  padding-left: 20px;
  color: #fff;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.header_search_form button {
  position: absolute;
  right: 0;
  height: 100%;
  background: none;
  border: none;
  padding: 0 15px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 1920px) {
  form .input_group.file_group {
    width: 17.76vw;
  }
  form .input_group label {
    font-size: 0.938vw;
  }
  form .input_group input[type=file i] {
    font-size: 0.938vw;
  }
  form .input_group input[type=file]::file-selector-button {
    height: 2.604vw;
  }
  form .input_group textarea, form .input_group input {
    margin-top: 0.625vw;
    border-radius: 0.625vw;
    font-size: 1.198vw;
  }
  form .input_group textarea {
    height: 5.99vw;
    padding: 0.781vw 1.042vw;
  }
  form .input_group input {
    height: 2.76vw;
    padding-left: 3.385vw;
  }
  form .input_block.w26:before {
    left: 0.781vw;
    top: calc(50% + 0.313vw);
    width: 1.354vw;
    height: 1.354vw;
  }
  form .input_block:before {
    top: calc(50% + 0.313vw);
    width: 1.875vw;
    height: 1.875vw;
  }
  form button.btn {
    height: 3.542vw;
  }

  .agree_row input {
    min-width: 1.04vw !important;
    min-height: 1.04vw !important;
    width: 1.04vw !important;
    height: 1.04vw !important;
  }
  .agree_row label, .agree_row a {
    font-size: 0.8vw;
  }

  .header_search_form {
    right: 4.167vw;
    top: calc(100% + 0.781vw);
  }
  .header_search_form input {
    height: 3.438vw;
    width: 22.396vw;
    border-radius: 0.625vw;
    font-size: 1.198vw;
    padding-left: 1.042vw;
  }
  .header_search_form button {
    padding: 0 0.781vw;
  }
  .header_search_form button svg {
    width: 1.458vw;
    height: 1.354vw;
  }
}
@media only screen and (max-width: 800px) {
  form .input_block.w26:before {
    width: 20px;
    height: 20px;
    left: 15px;
  }
  form .input_group label {
    font-size: 12px;
  }
  form .input_group textarea,
form .input_group input {
    height: 45px;
    margin-top: 5px;
    font-size: 15px;
    border-radius: 5px;
  }
  form .input_group input {
    padding: 0 45px;
  }
  form .input_group p {
    font-size: 12px;
  }
  form .input_group textarea {
    height: 200px;
  }
  form .input_group.file_group {
    width: 100%;
  }
  form .input_group input[type=file i] {
    font-size: 14px;
  }
  form button.btn {
    font-size: 16px;
    height: 50px;
  }

  .agree_row {
    justify-content: flex-start !important;
  }
  .agree_row input {
    min-width: 16px !important;
    min-height: 16px !important;
    width: 16px !important;
    height: 16px !important;
  }
  .agree_row label, .agree_row a {
    font-size: 12px;
  }
}
.content_seo.common_styles h1, .content_seo.common_styles h2 {
  margin-top: 100px;
  position: relative;
  display: inline-block;
}
.content_seo.common_styles h1:before, .content_seo.common_styles h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 60px);
  transform: translateY(-50%);
  width: 100vw;
  height: 4px;
  background: #126FB7;
}
.content_seo.common_styles h1:first-child, .content_seo.common_styles h2:first-child {
  margin-top: 0;
}
.content_seo.common_styles h3 {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.content_seo.common_styles h4 {
  font-size: 38px;
  color: #262626;
  font-weight: 500;
}
.content_seo.common_styles .btgrid {
  display: grid;
  gap: 40px;
}
.content_seo.common_styles .btgrid .row {
  gap: 35px;
}
.content_seo.common_styles .btgrid > .row > .col-md-4 > .content > p:first-child {
  margin-top: 0;
}
.content_seo.common_styles .btgrid > .row > .col-md-4 > .content > p:last-child {
  margin-bottom: 0;
}
.content_seo.common_styles .btgrid > .row > .col-md-6 > .content {
  height: 100%;
}
.content_seo.common_styles .btgrid > .row > .col-md-6 > .content > h3 {
  margin-top: 0;
}
.content_seo.common_styles .btgrid > .row > .col-md-6 > .content .bg_blue {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
}
.content_seo.common_styles .btgrid > .row > .col-md-6 > .content .bg_blue.h100 {
  height: calc(100% - 5px);
}
.content_seo.common_styles .btgrid > .row > .col-md-6 > .content .bg_blue p {
  margin: 10px 0;
}
.content_seo.common_styles .btgrid > .row > .col-md-6 > .content > p:first-child {
  margin-top: 0;
}
.content_seo.common_styles .btgrid > .row > .col-md-6 > .content > p:last-child {
  margin-bottom: 0;
}
.content_seo.common_styles .bg_blue {
  background: #E0F1FF;
  padding: 60px 30px;
  position: relative;
}
.content_seo.common_styles .col-md-6 .bg_blue {
  padding: 20px 65px;
}
.content_seo .blue_wide {
  position: relative;
}
.content_seo .blue_wide:before {
  content: "";
  position: absolute;
  background: #E0F1FF;
  height: 100%;
  display: block;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.content_seo .booklet p {
  display: flex;
  align-items: center;
  gap: 20px;
}
.content_seo .booklet a {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 500;
}
.content_seo .booklet a:hover {
  text-decoration: underline;
}
.content_seo .pdf a {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 38px;
  font-weight: 500;
}
.content_seo h1, .content_seo h2 {
  font-size: 75px;
  font-weight: 500;
}
.content_seo h3 {
  font-size: 50px;
  color: #126FB7;
  font-weight: 600;
}
.content_seo .bg_blue ol li:before {
  color: #126FB7;
}
.content_seo .label_order {
  position: absolute;
  top: 0;
  left: 0;
  background: #126FB7;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 12px;
}
.content_seo .label_order p {
  margin: 0;
  font-size: 40px;
  color: #E0F1FF;
  font-weight: 500;
}
.content_seo .wide {
  margin-left: -132px;
  margin-right: -132px;
}
.content_seo strong {
  font-weight: 500;
}
.content_seo strong p, .content_seo strong a {
  font-weight: inherit;
}
.content_seo h2, .content_seo h3 {
  text-transform: uppercase;
}
.content_seo h4 {
  font-weight: 700;
  text-transform: uppercase;
  color: #126FB7;
  font-size: 38px;
  margin: 50px 0 30px;
}
.content_seo h5 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
}
.content_seo h6 {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: #126FB7;
}
.content_seo h6 * {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: #126FB7;
}
.content_seo a {
  font-size: 22px;
  line-height: 130%;
  color: #126FB7;
  text-decoration: underline;
}
.content_seo a strong {
  color: #126FB7;
}
.content_seo a.btn {
  text-decoration: none;
}
.content_seo a.btn.blue {
  background: #126FB7;
  color: #fff;
}
.content_seo a.btn.blue:hover {
  background: transparent;
  color: #126FB7;
}
.content_seo p {
  font-size: 22px;
  margin: 30px 0;
  line-height: 130%;
}
.content_seo ul, .content_seo ol {
  margin: 20px 0;
}
.content_seo ul li, .content_seo ol li {
  font-size: 22px;
  line-height: 130%;
  margin: 10px 0;
  list-style-type: none !important;
}
.content_seo ol {
  list-style: none;
  padding-left: 55px;
}
.content_seo ol li {
  position: relative;
  padding-left: 20px;
  margin: 40px 0;
  counter-increment: custom;
}
.content_seo ol li:before {
  content: counter(custom) " ";
  position: absolute;
  left: -55px;
  color: #fff;
  width: 50px;
  text-align: center;
  font-size: 42px;
}
.content_seo ol li:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -55px;
  width: 50px;
  height: 50px;
  background: #126FB7;
  z-index: -1;
  border-bottom-right-radius: 12px;
}
.content_seo ul li {
  position: relative;
  padding-left: 40px;
}
.content_seo ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 17px;
  height: 17px;
  background: #126FB7;
}
.content_seo blockquote {
  background: #E0F1FF;
  padding: 20px 250px;
  position: relative;
  margin: 60px 0 20px;
}
.content_seo blockquote p {
  font-size: 28px;
  margin: 20px 0;
  font-weight: 400 !important;
}
.content_seo blockquote:after, .content_seo blockquote:before {
  position: absolute;
  top: 50%;
  width: 160px;
  height: calc(100% - 40px);
  transform: translateY(-50%);
  background-image: url("/img/blockquote.webp");
  background-repeat: no-repeat;
  background-size: 120px 80px;
}
.content_seo blockquote:before {
  left: 20px;
  background-position: left center;
  border-right: 4px solid #fff;
}
.content_seo blockquote:after {
  right: 20px;
  background-position: right center;
  border-left: 4px solid #fff;
}
.content_seo big {
  font-size: 35px;
}
.content_seo > .bg_blue {
  background: #E0F1FF;
  padding: 10px 30px;
  box-sizing: border-box;
}
.content_seo .col-md-3 .bg_blue {
  padding: 60px 10px;
  min-height: 222px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content_seo .col-md-3 .bg_blue.h100 {
  height: 100%;
}
.content_seo .col-md-3 .bg_blue p {
  margin: 0;
}
.content_seo .btgrid {
  margin-top: 30px;
}
.content_seo .btgrid .row {
  display: flex;
  flex-flow: nowrap;
  gap: 70px;
}
.content_seo .btgrid .col-md-3 {
  width: 25%;
}
.content_seo .btgrid .col-md-4 {
  width: 33%;
}
.content_seo .btgrid .col-md-6 {
  width: 50%;
}
.content_seo .fz30 {
  font-size: 30px;
}
.content_seo .fz30 p, .content_seo .fz30 strong, .content_seo .fz30 a {
  font-size: inherit;
}
.content_seo .fz38 {
  font-size: 38px;
}
.content_seo .fz38 p, .content_seo .fz38 strong, .content_seo .fz38 a {
  font-size: inherit;
}
.content_seo .gap25 * {
  gap: 25px;
}
.content_seo .flex_center {
  display: flex;
  align-items: center;
}
.content_seo .flex_center p, .content_seo .flex_center a, .content_seo .flex_center strong {
  display: inherit;
  align-items: inherit;
}
.content_seo .flex_center a {
  text-decoration: none;
}
.content_seo .flex_center a:hover {
  text-decoration: underline;
}
.content_seo .advantages .col-md-3 .bg_blue {
  padding-left: 25px;
  padding-right: 25px;
  justify-content: flex-start;
}
.content_seo .advantages .col-md-3 .content {
  height: 100%;
}
.content_seo .advantages .col-md-3 .content .bg_blue {
  height: 100%;
}

@media only screen and (max-width: 1920px) {
  .content_seo.common_styles h1, .content_seo.common_styles h2 {
    margin-top: 5.208vw;
  }
  .content_seo.common_styles h1:before, .content_seo.common_styles h2:before {
    left: calc(100% + 3.125vw);
  }
  .content_seo.common_styles h1 {
    margin-bottom: 0;
  }
  .content_seo.common_styles h4 {
    font-size: 1.979vw;
  }
  .content_seo.common_styles h3 {
    margin-top: 3.13vw;
  }
  .content_seo.common_styles .btgrid > .row > .col-md-6 > .content .bg_blue {
    min-height: 7.813vw;
  }
  .content_seo.common_styles .col-md-6 .bg_blue {
    padding: 2.083vw 3.385vw;
  }
  .content_seo.common_styles .bg_blue {
    padding: 3.125vw 1.563vw;
  }
  .content_seo.common_styles .btgrid {
    gap: 2.083vw;
  }
  .content_seo.common_styles .btgrid .row {
    gap: 1.823vw;
  }
  .content_seo .pdf a {
    font-size: 1.98vw;
  }
  .content_seo .booklet a {
    font-size: 1.56vw;
  }
  .content_seo h1, .content_seo h2 {
    font-size: 3.906vw;
  }
  .content_seo h3 {
    font-size: 2.604vw;
  }
  .content_seo .label_order {
    width: 2.604vw;
    height: 2.604vw;
    border-bottom-right-radius: 0.625vw;
  }
  .content_seo .label_order p {
    font-size: 2.083vw;
  }
  .content_seo .wide {
    margin-left: -6.875vw;
    margin-right: -6.875vw;
  }
  .content_seo h4 {
    font-size: 1.979vw;
    margin: 1.563vw 0;
  }
  .content_seo h5 {
    font-size: 1.458vw;
  }
  .content_seo h6 {
    font-size: 1.302vw;
  }
  .content_seo a {
    font-size: 1.146vw;
  }
  .content_seo p {
    font-size: 1.146vw;
    margin: 1.563vw 0;
  }
  .content_seo big {
    font-size: 1.823vw;
  }
  .content_seo > .bg_blue {
    padding: 0.521vw 1.563vw;
  }
  .content_seo .btgrid {
    margin-top: 1.56vw;
  }
  .content_seo .btgrid .row {
    gap: 3.646vw;
  }
  .content_seo ol {
    padding-left: 2.86vw;
  }
  .content_seo ol li {
    font-size: 1.15vw;
    padding-left: 1.04vw;
    margin: 2.08vw 0;
  }
  .content_seo ol li:before {
    left: -2.86vw;
    width: 2.6vw;
    font-size: 2.19vw;
  }
  .content_seo ol li:after {
    top: -0.52vw;
    left: -2.86vw;
    width: 2.6vw;
    height: 2.6vw;
    border-bottom-right-radius: 0.63vw;
  }
  .content_seo ul {
    margin: 1.042vw 0;
  }
  .content_seo ul li {
    font-size: 1.146vw;
    margin: 0.521vw 0;
    padding-left: 2.083vw;
  }
  .content_seo ul li:before {
    top: 0.313vw;
    width: 0.885vw;
    height: 0.885vw;
  }
  .content_seo blockquote {
    padding: 1.042vw 13.021vw;
    margin: 3.125vw 0 1.042vw;
  }
  .content_seo blockquote p {
    font-size: 1.458vw;
    margin: 1.042vw 0;
  }
  .content_seo blockquote:after, .content_seo blockquote:before {
    width: 8.333vw;
    height: calc(100% - 2.083vw);
    background-size: 6.25vw 4.167vw;
  }
  .content_seo blockquote:before {
    left: 1.042vw;
  }
  .content_seo blockquote:after {
    right: 1.042vw;
  }
  .content_seo .col-md-3 .bg_blue {
    padding: 3.125vw 0.521vw;
    min-height: 11.563vw;
  }
  .content_seo .fz30 {
    font-size: 1.56vw;
  }
  .content_seo .fz38 {
    font-size: 1.98vw;
  }
  .content_seo .gap25 * {
    gap: 1.3vw;
  }
  .content_seo .advantages .col-md-3 .bg_blue {
    padding-left: 1.3vw;
    padding-right: 1.3vw;
  }
}
@media only screen and (max-width: 800px) {
  .content_seo.common_styles .col-md-6 .bg_blue {
    padding: 20px 18px;
  }
  .content_seo.common_styles .bg_blue {
    padding: 20px 18px;
  }
  .content_seo.common_styles h2 {
    margin-top: 40px;
  }
  .content_seo.common_styles h3 {
    margin-top: 30px;
  }
  .content_seo.common_styles .btgrid {
    gap: 20px;
  }
  .content_seo.common_styles .btgrid .row {
    gap: 20px;
  }
  .content_seo .gap25 {
    gap: 15px !important;
  }
  .content_seo .gap25 * {
    gap: 15px !important;
  }
  .content_seo .fz30 {
    font-size: 18px;
  }
  .content_seo .fz38 {
    font-size: 22px;
  }
  .content_seo video {
    height: 200px !important;
  }
  .content_seo .label_order {
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 5px;
  }
  .content_seo .label_order p {
    font-size: 20px;
  }
  .content_seo big {
    font-size: 20px;
  }
  .content_seo h1, .content_seo h2 {
    font-size: 24px !important;
    margin-bottom: 15px;
  }
  .content_seo h1:before, .content_seo h2:before {
    display: none !important;
  }
  .content_seo h3 {
    margin: 20px 0 10px;
    font-size: 22px !important;
  }
  .content_seo h4 {
    margin: 25px 0 15px;
    font-size: 20px !important;
  }
  .content_seo h5 {
    margin: 15px 0;
    font-size: 16px !important;
  }
  .content_seo h6 {
    font-size: 15px;
  }
  .content_seo p {
    margin: 15px 0;
  }
  .content_seo ol {
    padding-left: 13px;
  }
  .content_seo ol li {
    font-size: 15px;
    padding-left: 25px;
    margin: 10px 0;
  }
  .content_seo ol li:before {
    left: -12px;
    width: 25px;
    font-size: 18px;
  }
  .content_seo ol li:after {
    top: -0.52vw;
    left: -2.86vw;
    width: 25px;
    height: 25px;
    border-bottom-right-radius: 5px;
  }
  .content_seo ul {
    margin: 20px 0;
  }
  .content_seo ul li {
    font-size: 15px;
    padding-left: 12px;
    margin: 5px 0;
  }
  .content_seo ul li:before {
    width: 6px;
    height: 6px;
    top: 7px;
  }
  .content_seo p, .content_seo a {
    font-size: 15px;
  }
  .content_seo .col-md-3 .bg_blue {
    padding: 40px 18px 25px;
  }
  .content_seo iframe {
    width: 100% !important;
    height: 200px !important;
  }
  .content_seo .btgrid {
    margin-top: 20px;
  }
  .content_seo .btgrid .row {
    flex-flow: wrap;
  }
  .content_seo .btgrid .col-md-3,
.content_seo .btgrid .col-md-4,
.content_seo .btgrid .col-md-6 {
    width: 100%;
  }
  .content_seo .booklet a {
    font-size: 18px;
  }
  .content_seo .pdf img {
    width: 40px !important;
  }
  .content_seo .pdf a {
    font-size: 18px;
  }
  .content_seo .blue_wide:before {
    top: -10px;
    height: calc(100% + 20px);
  }
  .content_seo blockquote {
    margin: 20px 0;
    padding: 40px 18px;
  }
  .content_seo blockquote:after, .content_seo blockquote:before {
    border: none;
    width: 30px;
    height: 30px;
    background-size: contain;
    transform: translateY(0);
  }
  .content_seo blockquote:before {
    left: 18px;
    top: 10px;
  }
  .content_seo blockquote:after {
    top: calc(100% - 40px);
    right: 18px;
  }
  .content_seo blockquote p {
    font-size: 15px;
    margin: 10px 0;
  }
  .content_seo .mobile_50 {
    width: 50px !important;
  }
}
.content_seo table {
  width: 100% !important;
}
.content_seo table.dark thead th, .content_seo table.dark thead p, .content_seo table.dark thead strong {
  background: #202350;
  color: #fff;
  border-right-color: #fff;
}
.content_seo table.dark tbody {
  background: rgba(224, 241, 255, 0.7);
}
.content_seo table.dark tbody td {
  border-color: rgba(32, 35, 80, 0.7);
}
.content_seo table.dark tbody td, .content_seo table.dark tbody td p, .content_seo table.dark tbody td strong {
  color: rgba(32, 35, 80, 0.7);
}
.content_seo table.dark tbody tr:hover td {
  background: #e0f1ff;
}
.content_seo table th, .content_seo table td {
  border: 1px solid rgba(32, 35, 80, 0.2);
  font-size: 22px;
  line-height: 130%;
  padding: 22px 20px;
}
.content_seo table p {
  margin: 0;
}
.content_seo table thead {
  background: #E0F1FF;
}
.content_seo table thead th, .content_seo table thead p, .content_seo table thead strong {
  font-weight: 600;
  color: #202350;
}
.content_seo table tbody tr:hover {
  background: rgba(227, 227, 229, 0.4);
}

@media only screen and (max-width: 1920px) {
  .content_seo table th, .content_seo table td {
    font-size: 1.15vw;
    padding: 1.15vw 1.04vw;
  }
}
@media only screen and (max-width: 800px) {
  .content_seo table {
    display: block;
    width: 100% !important;
    overflow-x: auto;
  }
  .content_seo table th, .content_seo table td {
    font-size: 15px;
    padding: 5px 10px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: rgba(36, 35, 80, 0.9);
}
header .burger_btn {
  display: none;
  overflow: hidden;
}
header .burger_btn span {
  display: block;
  height: 2px;
  width: 18px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease-in;
}
header .burger_btn span:first-child {
  top: calc(50% - 6px);
}
header .burger_btn span:last-child {
  top: calc(50% + 6px);
}
header .inner {
  height: 114px;
  gap: 30px;
}
header a, header p {
  color: #fff;
}
header nav ul {
  gap: 50px;
}
header nav a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}
header nav .has_child {
  position: relative;
}
header nav .has_child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url("/img/menu_arr.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: 0.3s all ease-in;
}
header nav li:hover .has_child:before {
  transform: translateY(-50%) rotate(180deg);
}
header nav li:hover .child_menu {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
header .child_menu {
  margin-top: 5px;
  border-top: 2px solid #126FB7;
  background: #242350;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 15px 20px;
  border-radius: 0 0 12px 12px;
  width: -moz-max-content;
  width: max-content;
}
header .child_menu a {
  line-height: 200%;
}
header .right {
  gap: 25px;
}
header .btn {
  height: 68px;
  color: #fff;
  border-color: #fff;
  font-size: 17px;
  padding: 0 26px;
}
header .btn svg {
  display: none;
}
header .btn i {
  color: #fff;
}
header .current_lang {
  gap: 4px;
  font-size: 23px;
}
header .lang_block {
  position: relative;
  cursor: pointer;
}
header .lang_block p, header .lang_block a {
  font-weight: 500;
  font-size: 20px;
}
header .lang_block ul {
  left: -20px;
}
header .lang_block:hover svg {
  transform: rotate(180deg);
}
header .lang_block:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}

@media only screen and (max-width: 1920px) {
  header .logo img {
    width: 8.125vw;
  }
  header nav ul {
    gap: 2.604vw;
  }
  header nav a {
    font-size: 1.042vw;
  }
  header nav .has_child:before {
    left: calc(100% + 0.26vw);
    width: 0.52vw;
    height: 0.52vw;
  }
  header .child_menu {
    margin-top: 0.26vw;
    padding: 0.781vw 1.042vw;
    border-radius: 0 0 0.625vw 0.625vw;
  }
  header .inner {
    height: 5.938vw;
  }
  header .btn {
    height: 3.542vw;
    font-size: 0.885vw;
    padding: 0 1.354vw;
  }
  header .search_icon svg {
    width: 1.458vw;
    height: 1.354vw;
  }
  header .lang_block a, header .lang_block p {
    font-size: 1.042vw;
  }
  header .current_lang svg {
    width: 0.573vw;
    height: 0.521vw;
  }
}
@media only screen and (max-width: 800px) {
  header.show_mobile_menu {
    background: #242350;
  }
  header.show_mobile_menu .burger_btn {
    background: #126FB7;
    border-color: #126FB7;
  }
  header.show_mobile_menu .burger_btn span:first-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header.show_mobile_menu .burger_btn span:nth-child(2) {
    opacity: 0;
    left: 100%;
  }
  header.show_mobile_menu .burger_btn span:last-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header.show_mobile_menu .lang_block,
header.show_mobile_menu nav {
    display: block;
  }
  header .right .search_icon,
header .lang_block,
header nav {
    display: none;
  }
  header .lang_block {
    position: fixed;
    top: 55px;
    left: 18px;
    z-index: 99;
    width: calc(100% - 36px);
  }
  header .lang_block .current_lang {
    display: none;
  }
  header .lang_block .child_menu {
    margin-top: 0;
    padding-left: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  header .lang_block p, header .lang_block a {
    font-size: 20px;
  }
  header .lang_block ul {
    left: 0;
  }
  header nav {
    display: none;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 55px);
    background: #242350;
    z-index: 98;
    padding: 60px 18px;
    overflow-y: scroll;
  }
  header nav::-webkit-scrollbar {
    display: none;
  }
  header nav li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
  }
  header nav ul {
    gap: 15px;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  header nav a {
    font-size: 20px;
  }
  header .child_menu {
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 2;
    border-top: none;
    padding: 0 0 0 15px;
    margin-bottom: -15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 10px;
    border-radius: 0;
  }
  header .child_menu li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header .child_menu li:last-child {
    border: none;
  }
  header .child_menu a {
    font-size: 18px;
    text-align: left;
  }
  header .right {
    gap: 15px;
  }
  header .show_callback_mobile {
    display: flex;
  }
  header .burger_btn {
    display: block;
  }
  header .btn {
    height: 35px;
    width: 35px;
    padding: 0;
    border-width: 2px;
  }
  header .btn svg {
    display: block;
  }
  header .btn i {
    display: none;
  }
  header .inner {
    height: 55px;
  }
  header .logo img {
    width: 70px;
  }

  .header_search_form {
    display: none;
  }
}
.hero_section .hero_slider {
  overflow: hidden;
  height: 925px;
}
.hero_section .slide_link {
  display: block;
  min-height: 925px;
  padding-top: 220px;
}
.hero_section .slide_link:hover {
  text-decoration: none;
}
.hero_section .slide_link:before {
  background: rgba(0, 0, 0, 0.25);
  z-index: 3;
}
.hero_section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}

.hero_slide .content_seo p, .hero_slide .content_seo h3 {
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.hero_slide .content_seo h3 {
  font-size: 193px;
}
.hero_slide .content_seo p {
  font-size: 110px;
}
.hero_slide .image_bg.mobile {
  display: none;
}

@media only screen and (max-width: 1920px) {
  .hero_section .hero_slider {
    height: 48.177vw;
  }
  .hero_section .slide_link {
    min-height: 48.177vw;
    padding-top: 11.458vw;
  }
  .hero_section .slider-arr svg {
    width: 2.031vw;
    height: 3.385vw;
  }

  .hero_slide .content_seo h3 {
    font-size: 10.052vw;
  }
  .hero_slide .content_seo p {
    font-size: 5.729vw;
  }
}
@media only screen and (max-width: 800px) {
  .hero_section .content_seo h3 {
    font-size: 34px !important;
  }
  .hero_section .slider_arrows .slider-arr svg {
    width: 20px;
    height: 30px;
  }
  .hero_section .slider_arrows .slider-arr.prev {
    left: 18px;
  }
  .hero_section .slider_arrows .slider-arr.next {
    left: calc(100% - 18px);
  }
  .hero_section .hero_slider {
    min-height: 500px;
  }
  .hero_section .slide_link {
    padding-top: 150px;
    min-height: 500px;
  }
}
@media only screen and (max-width: 480px) {
  .hero_section .hero_slider,
.hero_section .slide_link {
    min-height: 130vw;
  }

  .hero_slide.show_mobile_bg .image_bg {
    display: none;
  }
  .hero_slide.show_mobile_bg .image_bg.mobile {
    display: block;
  }
}
.catalog_section .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 45px;
  grid-column-start: span 2;
}
.catalog_section .product_card:nth-child(1) {
  grid-row: 1/3;
}
.catalog_section .product_card:nth-child(1) .image_block {
  height: calc(100% - 115px);
}

@media only screen and (max-width: 1920px) {
  .catalog_section .inner {
    grid-column-gap: 1.823vw;
    grid-row-gap: 2.344vw;
  }
  .catalog_section .product_card:nth-child(1) .image_block {
    height: calc(100% - 5.99vw);
  }
}
@media only screen and (max-width: 800px) {
  .catalog_section .inner {
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
  }
}
.about_section .content_seo .bg_blue {
  background: #E0F1FF;
  padding: 10px 30px;
  box-sizing: border-box;
}
.about_section .content_seo .bg_blue h4 {
  display: flex;
  align-items: center;
  flex-flow: nowrap;
  justify-content: center;
}
.about_section .content_seo .bg_blue p, .about_section .content_seo .bg_blue h4 {
  margin: 23px 0;
}
.about_section .content_seo .col-md-4 {
  margin-bottom: 40px;
}
.about_section .content_seo .btgrid {
  margin-top: 0;
}
.about_section .content_seo .align_left .row {
  gap: 60px;
}
.about_section .content_seo .align_left > .btgrid > .row > .col-md-6 {
  width: -moz-fit-content;
  width: fit-content;
}
.about_section .content_seo .align_left > .btgrid > .row > .col-md-6:first-child {
  min-width: 515px;
}
.about_section .content_seo .goal_block img {
  margin-top: 70px;
}
.about_section .content_seo .goal_block .row {
  gap: 40px;
}
.about_section .content_seo .goal_block .col-md-6 {
  width: -moz-max-content;
  width: max-content;
}
.about_section .content_seo .goal_block .col-md-6:first-child {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.about_page .goal_block .btn {
  display: none;
}

@media only screen and (max-width: 1920px) {
  .about_section .content_seo .bg_blue {
    padding: 0.521vw 1.563vw;
  }
  .about_section .content_seo .bg_blue p, .about_section .content_seo .bg_blue h4 {
    margin: 1.198vw 0;
  }
  .about_section .content_seo .bg_blue img {
    width: 4.427vw !important;
  }
  .about_section .content_seo .col-md-4 {
    margin-bottom: 2.08vw;
  }
  .about_section .content_seo .align_left .row {
    gap: 3.125vw;
  }
  .about_section .content_seo .align_left > .btgrid > .row > .col-md-6:first-child {
    min-width: 26.823vw;
  }
  .about_section .content_seo .goal_block img {
    margin-top: 3.646vw;
    width: 5.417vw !important;
  }
  .about_section .content_seo .goal_block .row {
    gap: 2.083vw;
  }
}
@media only screen and (max-width: 800px) {
  .about_section .content_seo {
    margin-top: 10px;
  }
  .about_section .content_seo .goal_block p:first-child {
    margin: 15px 0 0 0;
  }
  .about_section .content_seo .goal_block .row {
    gap: 0;
  }
  .about_section .content_seo .goal_block img {
    margin-top: 0;
    width: 50px !important;
  }
  .about_section .content_seo .align_left .row {
    gap: 0;
  }
  .about_section .content_seo .col-md-4 {
    margin-bottom: 0;
  }
  .about_section .content_seo .bg_blue {
    margin-bottom: 20px;
  }
  .about_section .content_seo .bg_blue {
    padding: 10px 20px;
  }
  .about_section .content_seo .bg_blue img {
    width: 40px !important;
  }
  .about_section .content_seo .bg_blue p, .about_section .content_seo .bg_blue h4 {
    margin: 15px 0;
  }
}
.blog_slider {
  display: none;
}
.blog_slider.slick-initialized {
  display: block;
}
.blog_slider .slick-list {
  margin: 0 -17.5px;
}
.blog_slider .slick-slide {
  margin: 0 17.5px;
}

.news_posts_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 55px;
}

.articles_posts_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 55px;
}

.pagination {
  justify-content: center;
  margin-top: 90px;
}
.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;
  flex-flow: wrap;
  justify-content: center;
}
.pagination nav span.relative > span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
  color: #000;
  font-size: 23px;
}
.pagination nav span.relative > span > span span {
  color: #fff;
  font-size: 23px;
  position: relative;
  font-weight: 500;
  font-family: "UniformPro", sans-serif;
}
.pagination nav span.relative > span > span span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 47px;
  height: 47px;
  background: #126FB7;
  border-radius: 5px;
  border: none !important;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.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:hover svg path {
  fill-opacity: 1;
}
.pagination nav span.relative > span button {
  background-color: transparent;
  cursor: pointer;
  color: #126FB7;
  font-weight: 500;
  font-size: 23px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  font-family: "UniformPro", sans-serif;
  border: 1px solid #126FB7;
}
.pagination nav span.relative > span button[rel=prev], .pagination nav span.relative > span button[rel=next] {
  border: none;
}

.post_page .content_seo.common_styles h1 {
  font-weight: 600;
  font-size: 50px;
  color: #126FB7;
  text-transform: uppercase;
}
.post_page .content_seo.common_styles h1:before {
  display: none;
}

@media only screen and (max-width: 1920px) {
  .blog_slider .slick-list {
    margin: 0 -0.911vw;
  }
  .blog_slider .slick-slide {
    margin: 0 0.911vw;
  }

  .articles_posts_grid,
.news_posts_grid {
    grid-column-gap: 1.823vw;
    grid-row-gap: 2.865vw;
  }

  .pagination {
    margin-top: 4.688vw;
  }
  .pagination nav span.relative > span {
    width: 2.083vw;
    height: 2.083vw;
    margin: 0 0.521vw;
    font-size: 1.198vw;
  }
  .pagination nav span.relative > span > span span {
    font-size: 1.198vw;
  }
  .pagination nav span.relative > span > span span:before {
    width: 2.448vw;
    height: 2.448vw;
    border-radius: 0.26vw;
  }
  .pagination nav span.relative > span svg {
    width: 1.198vw;
    height: 1.927vw;
  }
  .pagination nav span.relative > span button {
    font-size: 1.198vw;
    width: 2.083vw;
    height: 2.083vw;
    border-radius: 0.26vw;
  }

  .post_page .content_seo.common_styles h1 {
    font-size: 2.6vw;
  }
}
@media only screen and (max-width: 800px) {
  .blog_slider .slick-slide {
    height: 0;
  }
  .blog_slider .slick-slide.slick-current {
    height: -moz-max-content;
    height: max-content;
  }

  .articles_posts_grid,
.news_posts_grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .post_after_content_btns {
    gap: 20px;
  }

  .pagination {
    margin-top: 30px;
  }
  .pagination nav span.relative > span {
    font-size: 14px;
    width: 25px;
    height: 25px;
    margin: 0 5px;
  }
  .pagination nav span.relative > span > span span:before,
.pagination nav span.relative > span button {
    width: 25px;
    height: 25px;
    border-radius: 5px;
  }
  .pagination nav span.relative > span > span span,
.pagination nav span.relative > span button {
    font-size: 14px;
  }
  .pagination nav span.relative > span svg {
    width: 15px;
    height: 15px;
  }
}
.contact_page_inner {
  gap: 50px;
}
.contact_page_inner .content_seo h2 {
  margin-top: 80px;
  margin-bottom: 50px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.contact_page_inner .content_seo h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 60px);
  transform: translateY(-50%);
  width: 100vw;
  height: 4px;
  background: #126FB7;
}
.contact_page_inner .content_seo h4 {
  font-size: 30px;
  min-height: 75px;
  margin: 25px 0;
}
.contact_page_inner .content_seo a {
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
  color: #262626;
}
.contact_page_inner .content_seo a:hover {
  text-decoration: underline;
}
.contact_page_inner .content_seo p {
  margin: 20px 0;
}
.contact_page_inner .content_seo > .bg_blue {
  padding-top: 40px;
  padding-bottom: 50px;
}
.contact_page_inner .content_seo > .btgrid > .row > .col-md-6 > .content > .bg_blue {
  background: #E0F1FF;
  padding: 30px;
}
.contact_page_inner .content_seo .btgrid {
  display: grid;
  gap: 30px;
}
.contact_page_inner .content_seo .btgrid .row {
  gap: 30px;
  justify-content: center;
}
.contact_page_inner .content_seo .btgrid .row.row-2 h4 {
  min-height: 50px;
}
.contact_page_inner .content_seo .btgrid .row.row-2 p {
  margin: 0 0 20px;
}
.contact_page_inner .content_seo .btgrid .col-md-6 p {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-flow: nowrap;
}
.contact_page_inner .left {
  width: 865px;
  min-width: 865px;
}
.contact_page_inner .right {
  padding: 60px 75px;
  width: 100%;
  border: 2px solid #126FB7;
}
.contact_page_inner form {
  display: grid;
  gap: 25px;
}
.contact_page_inner form .input_group {
  max-width: 340px;
}
.contact_page_inner form .input_group.w100 {
  max-width: 100%;
}
.contact_page_inner form .btn {
  font-size: 17px;
  padding: 0 25px;
}

.contact_page_join_socials {
  background: #126FB7;
  padding: 40px 0;
  margin-bottom: -90px;
}
.contact_page_join_socials p {
  text-align: center;
  color: #fff;
}
.contact_page_join_socials ul {
  justify-content: center;
  gap: 135px;
}
.contact_page_join_socials ul a:hover svg path {
  fill-opacity: 1;
}

@media only screen and (max-width: 1920px) {
  .contact_page_inner {
    gap: 2.604vw;
  }
  .contact_page_inner .content_seo {
    gap: 2.292vw;
  }
  .contact_page_inner .content_seo h4 {
    font-size: 1.563vw;
    min-height: 3.906vw;
    margin: 1.302vw 0;
  }
  .contact_page_inner .content_seo a {
    font-size: 1.563vw;
  }
  .contact_page_inner .content_seo p {
    margin: 1.042vw 0;
  }
  .contact_page_inner .content_seo img {
    width: 1.25vw;
  }
  .contact_page_inner .content_seo > .bg_blue {
    padding-top: 2.083vw;
    padding-bottom: 2.604vw;
  }
  .contact_page_inner .content_seo .btgrid .row {
    gap: 1.563vw;
  }
  .contact_page_inner .left {
    width: 45.052vw;
    min-width: 45.052vw;
  }
  .contact_page_inner .right {
    padding: 3.125vw 3.906vw;
  }
  .contact_page_inner form {
    gap: 1.302vw;
  }
  .contact_page_inner form .input_group {
    max-width: 17.708vw;
  }
  .contact_page_inner form .btn {
    font-size: 0.885vw;
    padding: 0 1.302vw;
  }

  .contact_page_join_socials {
    padding: 2.083vw 0;
    margin-bottom: -4.688vw;
  }
  .contact_page_join_socials ul {
    gap: 7.031vw;
  }
  .contact_page_join_socials ul svg {
    height: 2.604vw;
  }
}
@media only screen and (max-width: 800px) {
  .contact_page_inner {
    flex-flow: wrap !important;
    gap: 50px;
  }
  .contact_page_inner .content_seo {
    gap: 20px;
  }
  .contact_page_inner .content_seo a {
    font-size: 18px;
  }
  .contact_page_inner .content_seo > .bg_blue {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact_page_inner .content_seo h2 {
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .contact_page_inner .content_seo h4 {
    margin-bottom: 15px;
  }
  .contact_page_inner .content_seo p {
    margin: 5px 0;
  }
  .contact_page_inner .content_seo > .btgrid > .row > .col-md-6 > .content > .bg_blue {
    padding: 15px;
  }
  .contact_page_inner .content_seo .btgrid {
    gap: 15px;
  }
  .contact_page_inner .content_seo .btgrid .row {
    gap: 15px;
  }
  .contact_page_inner .right,
.contact_page_inner .left {
    width: 100%;
  }
  .contact_page_inner .right {
    padding: 30px 18px;
  }
  .contact_page_inner form {
    gap: 20px;
  }
  .contact_page_inner form .btn {
    font-size: 16px;
  }
  .contact_page_inner form .input_group {
    max-width: 100%;
  }

  .contact_page_join_socials {
    padding: 20px 0;
  }
  .contact_page_join_socials ul svg {
    height: 25px;
  }
}
.partners_card {
  height: 307px;
  border: 2px solid #126FB7;
  padding: 8px 5px;
  cursor: pointer;
  display: block;
}
.partners_card .diploma_bg {
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.partners_card .partner_logo {
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.partners_card .partner_logo img {
  max-width: 156px;
  max-height: 250px;
  opacity: 0.4;
  transition: 0.3s all ease;
}
.partners_card:hover, .partners_card.active {
  padding: 0;
}
.partners_card:hover .partner_logo img, .partners_card.active .partner_logo img {
  opacity: 1;
}
.partners_card input {
  display: none;
}

.diploma_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 30px;
}

.diploma_card {
  height: 660px;
  border: 2px solid #126FB7;
  padding: 28px 20px;
}
.diploma_card .image {
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.diploma_card .partner_logo {
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.diploma_card .partner_logo img {
  max-width: 250px;
  max-height: 500px;
  opacity: 0.4;
  transition: 0.3s all ease;
}
.diploma_card:hover {
  padding: 0;
}
.diploma_card:hover .partner_logo img {
  opacity: 0;
}

.partners_slider {
  display: none;
}
.partners_slider.slick-initialized {
  display: block;
}
.partners_slider .slick-list {
  margin: 0 -15px;
}
.partners_slider .slick-slide {
  margin: 0 15px;
}

@media only screen and (max-width: 1920px) {
  .partners_card {
    height: 15.99vw;
    padding: 0.417vw 0.26vw;
  }
  .partners_card .partner_logo img {
    max-width: 8.125vw;
    max-height: 13vw;
  }

  .diploma_items {
    grid-column-gap: 1.3vw;
    grid-row-gap: 1.563vw;
  }

  .diploma_card {
    height: 34.4vw;
    padding: 1.458vw 1.042vw;
  }
  .diploma_card .partner_logo img {
    max-width: 13.021vw;
    max-height: 26.042vw;
  }

  .partners_slider .slick-list {
    margin: 0 -0.781vw;
  }
  .partners_slider .slick-slide {
    margin: 0 0.781vw;
  }
}
@media only screen and (max-width: 800px) {
  .partners_slider {
    margin-bottom: 50px;
  }
  .partners_slider .slick-list {
    margin: 0 -5px;
  }
  .partners_slider .slick-slide {
    margin: 0 5px;
  }
  .partners_slider .slider-arr {
    top: 112% !important;
  }
  .partners_slider .slider-arr svg {
    width: 25px !important;
    height: 25px !important;
  }
  .partners_slider .slider-arr.prev {
    left: calc(50% - 10px) !important;
  }
  .partners_slider .slider-arr.next {
    left: calc(50% + 10px) !important;
  }

  .partners_card {
    height: 275px;
  }
  .partners_card .partner_logo img {
    max-width: 100px;
    max-height: 100px;
  }

  .diploma_card {
    height: 275px;
    padding: 18px;
  }
  .diploma_card .partner_logo img {
    max-width: 100px;
    max-height: 100px;
  }

  .diploma_items {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.write_to_us .heading {
  display: flex;
  align-items: center;
  gap: 40px;
}
.write_to_us .heading p {
  color: #126FB7;
}
.write_to_us form {
  display: flex;
  gap: 150px;
}
.write_to_us form .left {
  width: 477px;
  min-width: 477px;
  display: grid;
  gap: 40px;
}
.write_to_us form .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.write_to_us form textarea {
  height: 180px;
}

@media only screen and (max-width: 1920px) {
  .write_to_us .heading {
    gap: 2.083vw;
  }
  .write_to_us .heading img {
    width: 3.958vw;
  }
  .write_to_us form {
    gap: 7.813vw;
  }
  .write_to_us form .left {
    width: 24.844vw;
    min-width: 24.844vw;
    gap: 2.083vw;
  }
  .write_to_us form textarea {
    height: 9.375vw;
  }
}
@media only screen and (max-width: 800px) {
  .write_to_us form {
    gap: 20px;
    flex-flow: wrap;
  }
  .write_to_us form .right,
.write_to_us form .left {
    width: 100%;
    gap: 20px;
  }
  .write_to_us form button.btn {
    margin-top: 30px;
  }
}
.error_page {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error_page .title {
  font-size: 200px;
  color: #242350;
}

@media only screen and (max-width: 1920px) {
  .error_page .title {
    font-size: 10.417vw;
  }
}
@media only screen and (max-width: 800px) {
  .error_page .title {
    font-size: 100px;
  }
}
.bottom_gallery .bottom__slider {
  display: none;
}
.bottom_gallery .bottom__slider.slick-initialized {
  display: block;
}
.bottom_gallery .bottom_small_slider .slick-list {
  margin: 0 -20px;
}
.bottom_gallery .bottom_small_slider .slick-slide {
  margin: 0 20px;
}
.bottom_gallery .image {
  display: block;
  cursor: pointer;
}
.bottom_gallery .image.big {
  height: 720px;
}
.bottom_gallery .image.small {
  height: 175px;
}

@media only screen and (max-width: 1920px) {
  .bottom_gallery .bottom_small_slider .slick-list {
    margin: 0 -1.04vw;
  }
  .bottom_gallery .bottom_small_slider .slick-slide {
    margin: 0 1.04vw;
  }
  .bottom_gallery .image.big {
    height: 37.5vw;
  }
  .bottom_gallery .image.small {
    height: 9.11vw;
  }
}
@media only screen and (max-width: 800px) {
  .bottom_gallery .image.big {
    height: 300px;
  }
  .bottom_gallery .image.small {
    height: 75px;
  }
  .bottom_gallery .bottom_small_slider .slick-list {
    margin: 0 -5px;
  }
  .bottom_gallery .bottom_small_slider .slick-slide {
    margin: 0 5px;
  }

  .bottom_small_slider.mt30 {
    margin-top: 10px;
  }
}
.product_card .image_block {
  height: 306px;
  overflow: hidden;
}
.product_card .title {
  color: #126FB7;
  text-transform: uppercase;
  margin-top: 25px;
  max-width: 80%;
  background: #fff;
  padding-right: 25px;
}
.product_card .title_link {
  font-size: 38px;
  transition: 0.3s all ease;
  position: relative;
  overflow: hidden;
}
.product_card .title_link svg {
  position: absolute;
  top: 35px;
  z-index: -1;
  right: 0;
  opacity: 0.4;
}
.product_card:hover {
  text-decoration: none;
}
.product_card:hover .title_link svg {
  opacity: 1;
  right: 0 !important;
}

@media only screen and (max-width: 1920px) {
  .product_card .image_block {
    height: 15.938vw;
  }
  .product_card .title {
    margin-top: 1.302vw;
    padding-right: 1.302vw;
  }
  .product_card .title_link {
    font-size: 1.979vw;
  }
  .product_card .title_link svg {
    top: 1.823vw;
    height: 1.2vw;
    width: 39.32vw;
  }
}
@media only screen and (max-width: 800px) {
  .product_card .image_block {
    height: 275px !important;
  }
  .product_card .title_link {
    font-size: 24px;
  }
  .product_card .title_link svg {
    display: none;
  }
  .product_card .title {
    margin-top: 10px;
    padding-right: 0;
    max-width: 100%;
  }
}
.post_card .image_block {
  height: 475px;
  width: 100%;
  overflow: hidden;
}
.post_card .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post_card .post_title {
  -webkit-text-decoration-color: #126FB7;
          text-decoration-color: #126FB7;
}
.post_card .post_title h4 {
  color: #126FB7;
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}
.post_card .excerpt {
  text-align: justify;
  font-size: 22px;
}
.post_card .btn {
  margin-top: 35px;
}

@media only screen and (max-width: 1920px) {
  .post_card .image_block {
    height: 24.74vw;
  }
  .post_card .post_title h4 {
    font-size: 1.563vw;
  }
  .post_card .excerpt {
    font-size: 1.146vw;
  }
  .post_card .btn {
    margin-top: 1.823vw;
  }
}
@media only screen and (max-width: 800px) {
  .post_card .image_block {
    height: 275px;
  }
  .post_card .post_title h4 {
    font-size: 18px;
  }
  .post_card .excerpt {
    font-size: 15px;
  }
  .post_card .btn {
    margin-top: 15px;
  }
}
footer {
  margin-top: 110px;
  background: #242350;
  padding: 80px 0 0;
}
footer .col_title {
  text-transform: uppercase !important;
  font-size: 22px !important;
  font-weight: 500;
  margin-bottom: 24px;
  gap: 4px;
}
footer .menu_col ul {
  display: grid;
  gap: 12px;
}
footer .menu_col ul li {
  max-width: 300px;
}
footer .menu_col ul .col_title {
  margin-bottom: 12px;
  display: inline-block;
}
footer .menu_col ul a {
  font-size: 18px;
  font-weight: 500;
}
footer p, footer a {
  color: #fff;
}
footer .contacts_col .btn {
  height: 68px;
  padding: 0 26px;
  color: #fff;
  border-color: #fff;
  font-size: 17px;
}
footer .contacts_col .btn:hover {
  border-color: #126FB7;
}
footer .rights_row {
  text-align: center;
  border-top: 2px solid #fff;
  padding: 40px 0 35px;
}
footer .rights_row p, footer .rights_row a {
  font-weight: 200;
  line-height: 160%;
}
footer .footer_socials {
  gap: 35px;
  justify-content: center;
}

@media only screen and (max-width: 1920px) {
  footer {
    margin-top: 5.729vw;
    padding: 4.167vw 0 0;
  }
  footer .logo_col img {
    width: 11.25vw;
  }
  footer .col_title {
    font-size: 1.146vw !important;
    margin-bottom: 1.25vw;
    gap: 0.208vw;
  }
  footer .col_title svg {
    width: 0.573vw;
    height: 0.469vw;
  }
  footer .menu_col ul {
    gap: 0.625vw;
  }
  footer .menu_col ul li {
    max-width: 12.5vw;
  }
  footer .menu_col ul .col_title {
    margin-bottom: 0.625vw;
  }
  footer .menu_col ul a {
    font-size: 0.938vw;
  }
  footer .contacts_col .btn {
    height: 3.542vw;
    padding: 0 1.354vw;
    font-size: 0.885vw;
  }
  footer .rights_row {
    padding: 2.083vw 0 1.823vw;
  }
  footer .rights_row p, footer .rights_row a {
    font-size: 0.833vw;
  }
  footer .footer_socials {
    gap: 1.823vw;
  }
  footer .footer_socials svg {
    height: 1.563vw;
  }
}
@media only screen and (max-width: 800px) {
  footer {
    margin-top: 70px;
    padding: 50px 0 0;
  }
  footer .inner {
    flex-flow: wrap !important;
  }
  footer .col_title {
    font-size: 18px !important;
    margin-bottom: 15px;
  }
  footer .rights_row {
    padding: 15px 0;
    margin-top: 50px;
  }
  footer .rights_row p, footer .rights_row a {
    font-size: 12px;
  }
  footer .menu_col {
    width: 48%;
    margin-top: 40px;
  }
  footer .menu_col ul {
    gap: 10px;
  }
  footer .menu_col ul li {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  footer .menu_col ul a {
    font-size: 15px;
  }
  footer .logo_col {
    width: 100%;
  }
  footer .logo_col a {
    display: block;
    text-align: center;
  }
  footer .logo_col img {
    width: 150px;
  }
  footer .contacts_col {
    margin-top: 40px;
    width: 100%;
  }
  footer .contacts_col ul {
    margin-top: 40px;
  }
  footer .contacts_col .btn {
    font-size: 15px;
    height: 50px;
  }
  footer .footer_socials {
    gap: 40px;
  }
  footer .footer_socials svg {
    height: 25px;
  }
}
.modal_callback_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
}
.modal_callback_form::-webkit-scrollbar {
  display: none;
}
.modal_callback_form.show {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}
.modal_callback_form.show .inner {
  top: 0;
}
.modal_callback_form .inner {
  background: #fff;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 35px;
  top: 100px;
}
.modal_callback_form .container {
  height: 100%;
}
.modal_callback_form .left {
  width: 340px;
  min-width: 340px;
  gap: 25px;
  display: grid;
}
.modal_callback_form form {
  gap: 70px;
}
.modal_callback_form form .file_group {
  margin-top: 23px;
}
.modal_callback_form .close_modal_btn {
  cursor: pointer;
  transition: 0.3s all ease;
}
.modal_callback_form .close_modal_btn:hover svg {
  transform: rotate(90deg);
}
.modal_callback_form .close_modal_btn:hover svg path {
  stroke: #126FB7;
}

@media only screen and (max-width: 1920px) {
  .modal_callback_form .close_modal_btn svg {
    width: 1.719vw;
    height: 1.719vw;
  }
  .modal_callback_form .inner {
    max-width: 61.458vw;
    padding: 1.823vw;
  }
  .modal_callback_form .left {
    width: 17.708vw;
    min-width: 17.708vw;
    gap: 1.302vw;
  }
  .modal_callback_form form {
    gap: 3.646vw;
  }
  .modal_callback_form form .file_group {
    margin-top: 1.198vw;
  }
}
@media only screen and (max-width: 800px) {
  .modal_callback_form {
    padding: 100px 0 150px;
  }
  .modal_callback_form .container {
    height: -moz-max-content;
    height: max-content;
  }
  .modal_callback_form .inner {
    padding: 25px 18px;
    max-width: 100%;
  }
  .modal_callback_form .close_modal_btn svg {
    width: 24px;
    height: 24px;
  }
  .modal_callback_form form {
    flex-flow: wrap !important;
    gap: 20px;
  }
  .modal_callback_form .left,
.modal_callback_form .right {
    width: 100%;
  }
  .modal_callback_form .left {
    gap: 20px;
  }
  .modal_callback_form .mt60 {
    margin-top: 30px;
  }
}
