@charset "UTF-8";
/* @import url('/wp-content/themes/sch/assets/font/fonts.css'); */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

footer,
header,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  outline: none;
}

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

body {
  color: #000;
  font-family: 'Inter', arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  background-color: #FFF;

}

body:has(.sitenavigation.is-tapped) {
  overflow: hidden;
}

.main_wrapper:has(#wpadminbar) .header_desctop {
  margin-top: 30px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181816;
}

button:hover {
  cursor: pointer;
}

.hidden_area {
  display: none!important;
}
.main_wrapper {
    position: relative;
    width: 100%;
}

@media (max-height: 100vh) {
  .main_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 100vh;
  }
}
.jumbotron {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    min-height: 100%;
}
.main_header .container:before, .main_header .container:after {
    display: none;
}
@media (max-width: 992px) {
    .container {
      padding: 0 15px;
    }
}

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

h1 {
  font-family: 'Ruda', arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 109.375% */
}
h2 {
  font-family: 'Ruda', arial, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 109.375% */
}
@media (max-width: 992px) {
    .main_wrapper:has(#wpadminbar) .header_mobile {
      margin-top: 45px;
    }
}

@media (max-width: 768px) {
    h2 br {
      display: none;
    }
}

h3 {
  font-family: 'Ruda', arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed!important;
    }
}
h4 {
  font-family: 'Ruda', arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}
h5 {
  font-family: 'Ruda', arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 109.375% */
}

p {
    color: #999A95;
    font-family: 'Inter', arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}
::-webkit-input-placeholder {
  color: #999A95;
  font-family: 'Inter', arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

::-moz-placeholder {
  color: #999A95;
  font-family: 'Inter', arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

:-ms-input-placeholder {
  color: #999A95;
  font-family: 'Inter', arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

::-ms-input-placeholder {
  color: #999A95;
  font-family: 'Inter', arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

::placeholder {
  color: #999A95;
  font-family: 'Inter', arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
/* Стили для полей ввода в Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    #tel_form .wpcf7-form-control.wpcf7-tel,
    .wpcf7 textarea {
        font-family: 'Inter', arial, sans-serif !important;
        font-size: 13px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 26px !important;
    }
}

@media (max-width: 768px) {
    ::-webkit-input-placeholder {
      font-size: 14px;
    }
    ::-moz-placeholder {
      font-size: 14px;
    }
    :-ms-input-placeholder {
      font-size: 14px;
    }
    ::-ms-input-placeholder {
      font-size: 14px;
    }
    ::placeholder {
      font-size: 14px;
    }
}

@media (max-width: 768px) {
    ::-webkit-input-placeholder {
      font-size: 14px;
    }
    ::-moz-placeholder {
      font-size: 14px;
    }
    :-ms-input-placeholder {
      font-size: 14px;
    }
    ::-ms-input-placeholder {
      font-size: 14px;
    }
    ::placeholder {
      font-size: 14px;
    }
}
.main_header .header {
    position: relative;
    z-index: 50;
    background-color: transparent;
}
.fixed {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
/* =============================================================== */
/* ========================== NEW STYLE ========================== */
/* =============================================================== */
.relative {
  position: relative;
}
.header_desctop {
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0px;
    background: #FFF;
    z-index: 11;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.container.wide {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.close_image {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    font: 50px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #1661a9;
    font-weight: 300;
    text-align: center;
    border-radius: 4px;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2;
}
main {
  position: relative;
  overflow: hidden;
}
.lang_dropdown {
    position: relative;
}
.langdropdown-menu a:hover {
    color: #2196F3;
}
.langdropdown-toggle:hover {
    color: #666660;
}
.langdropdown-toggle {
    line-height: 40px;
    height: 40px;
    width: auto;
    padding: 0px 10px 0px 10px;
    vertical-align: baseline;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #181816;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: inherit;
    outline: none;
}
.langdropdown-menu {
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #E3E3E1;
    background: #FCFCFA;
}
.langdropdown-menu.active {
    display: block;
}
.langdropdown-menu a {
    display: block;
    padding: 8px 8px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
}
.langdropdown i {
    margin-left: 5px;
}
.langdropdown.active i.arrow-down {
    display: none;
}
.langdropdown.active i.arrow-up {
    display: inline-block;
}
.langdropdown i.arrow-up {
    display: none;
}
i.arrow-down {
    background-image: url(/wp-content/uploads/2024/04/arrow_down_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 10px;
    height: 16px;
    margin-left: 10px;
}
ul.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    gap: 40px;
}
ul.menu li {
    position: relative;
}
ul.menu > .caret {
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 10;
}
.menu-open > .sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 40px;
    margin-left: -20px;
    z-index: 10;
    background: #fff;
    min-width: 230px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px #faf6f5;
}
.sub-menu {
    display: none;
    position: relative;
}
.menu-open > .sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 40px;
    margin-left: -20px;
    z-index: 10;
    min-width: 230px;
    box-shadow: 0px 2px 4px #faf6f5;
    border-radius: 16px;
    border: 1px solid #E3E3E1;
    background: #FCFCFA;
    padding: 16px;
}
ul.menu li.menu-item-has-children {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_rp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px;
    gap: 25px;
}
.header_menu {
    margin-right: 55px;
}
.header_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.menu li a {
  color: #181816;
}
ul.menu li a:after {
    background: #181816;
    transition-duration: 0.2s;
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    right: 0;
    transform: scaleX(1);
    left: 0;
    transform-origin: left;
}
ul.menu li a:hover:after {
    transform: scaleX(0);
    left: 0; /* Добавлено для точного позиционирования при скрытии */
}
.header_mobile {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: -100%;
    bottom: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0px;
    overflow: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 80px;
}
.header_mobile.active {
    top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-left: 10px;
    padding-right: 10px;
}
footer.main_footer {
    background: #FFF;
}
footer.main_footer .container {
    padding: 15px;
}
.footer_copy .container {
    padding: 15px 0!important;
    grid-template-columns: repeat(2, 1fr) !important;
}
.col_footer {
    gap: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer_logo_text p {
    margin-bottom: 0px;
    color: #999A95;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
.footer_social {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}
.footer_social a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    color: #999A95;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 173.333% */
}
.footer_social a img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.scroll-top-btn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 99;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: #1661a9;
    color: #1661a9;
    border: none;
    border-radius: 75px;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}
.scroll-top-btn svg {
    transform: rotate(-180deg);
}
.scroll-top-btn.show {
    display: inline-flex;
}

.banner_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
    width: 100%;
    padding: 85px 0px 45px;
}
.banner_inner_content {
    display: grid;
    grid-template-columns: 2fr auto;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}
.banner_inner h1 {
    text-align: center;
    text-transform: uppercase;
    font-family: Ruda;
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; /* 86.4px */
    color: #1661a9;
    margin-bottom: 5px;
}
.banner_sub_title {
    text-align: center;
    color: #181816;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    margin-bottom: 30px;
}
.banner_sub_title span {
    background: #1f7cd6;
    padding: 5px 10px;
    border-radius: 6px;
    color: #FFF;
    font-weight: 600;
    border: 2px solid #fff;
}
.banner_form {
    background-color: #FFFF;
    border-radius: 25px;
    margin-bottom: 0px;
    min-height: 0px;
    padding: 25px 25px 25px 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border: 2px solid #1661a9;
    width: 100%;
    max-width: 365px;
}
.banner_text_one {
    text-align: right;
    color: #1661a9;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.banner_text_two {
    text-align: right;
    font-weight: 600;
    font-size: 18px;
}
.form_title p {
    text-align: center;
    color: #1661a9;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 30px;
}
.banner_form input,
.banner_form select,
.form_callback_content input,
.form_callback_content select {
    width: 100%;
    height: 45px;
    border-radius: 25px!important;
    border: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FCFCFA;
}
select {
    -webkit-appearance: none; /* Убираем стандартные стили для Safari */
    -moz-appearance: none; /* Убираем стандартные стили для Firefox */
    appearance: none; /* Убираем стандартные стили для других браузеров */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6"><polygon points="0,0 12,0 6,6" style="fill:%23aaa;" /></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 30px; /* Для учета места под стрелку */
    -webkit-border-radius: 25px; /* Скругление углов для Safari */
}
a.phone:hover {
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}
textarea {
    border-radius: 25px;
    padding: 15px;
    width: 100%;
    border-radius: 25px !important;
    -webkit-border-radius: 25px; /* Скругление углов для Safari */
    border: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FCFCFA;
}
.banner_form input::placeholder,
.form_callback_content input::placeholder,
.form_callback_content select,
.banner_form select {
    font-size: 14px;
    color: #9E9E9E;
    font-weight: 500;
}
.callback_form {
    padding: 35px;
}
.form_callback_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}
.form-wrap__input-wrap {
    margin-bottom: 25px;
    position: relative;
}
.btn_submit_wrapper {
    margin-top: 40px;
}
.btn_submit_wrapper p {
    margin-bottom: 0px;
}
#btn_submit {
    background-color: #1661a9;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px 0px;
    cursor: pointer;
}
.btn_blue {
    background-color: #1661a9!important;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px 0px;
    cursor: pointer;
}
.btn_blue:hover,
.btn_blue:active,
.btn_blue:focus {
    transition: all 0.3s;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px 0px;
    background-color: #1f7cd6!important;
}
#btn_submit:hover,
#btn_submit:active,
#btn_submit:focus {
    transition: all 0.3s;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px 0px;
    background-color: #1f7cd6;
}
.form_callback_content .btn_submit_wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
.wpcf7-spinner {
    display: none;
}
.form_callback_content .form-wrap__input-wrap {
    margin: 0px;
}
.form_callback_content .form-wrap__input-wrap p {
    margin: 0px;
}
.header_desctop.scrolled {
    background-color: #FFF;
    position: fixed;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* легкая тень */
}
.banner_rimg {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.banner_rimg img {
    width: 66px;
    height: 100%;
    object-fit: contain;
    object-position: right center;
}
.type_vikup h2 {
    margin-bottom: 10px;
}
.podzag {
    text-align: center;
    color: #181816;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 50px;
}
.preim_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 35px;
    row-gap: 45px;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
.preim {
    padding: 70px 0px;
    text-align: center;
}
.home_page h2 {
    color: #1661a9;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.preim_item {
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: center;
    gap: 10px;
}
.preim_item img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.preim_item_info_title {
    font-weight: 800;
}
.preim_item_info_desc {
    font-size: 16px;
    line-height: 140%;
}
.shema {
    padding: 70px 0px;
    text-align: center;
    background-color: #f3f3f3;
}
.type_vikup {
    padding: 70px 0px;
    text-align: center;
}
.shema_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
    gap: 5px;
}
.shema_info {
    display: grid;
    align-items: baseline;
    justify-content: flex-start;
    gap: 10px;
    grid-template-columns: 40px auto;
}
.shema_info_desc {
    text-align: left;
}
.shema_info_num {
    background-color: #1661a9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 2px solid #FFF;
    color: #FFF;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-weight: 600;
}
.type_vikup_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 35px;
}
.type_vikup_item_title {
    color: #181816;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
}
.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
    font-size: 13px;
    font-weight: 500;
    color: #e85b5c;
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-radius: 5px;
    border: none;
    background-color: #e85b5b;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    padding: 5px;
    margin-bottom: 0px;
}
.wpcf7-form-control-wrap {
    position: inherit;
}
.contacts_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    justify-content: space-between;
    gap: 35px;
}
.modal_btn {
    display: inline-block;
    text-decoration: underline;
    font-size: 18px;
    color: #1661a9;
    cursor: pointer;
}
.contacts_inner_left_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.hidden_home.fancybox-content,
.hidden_home_second.fancybox-content,
.hidden_home_three.fancybox-content {
    width: 450px;
    border-radius: 25px;
    padding: 25px;
    background-color: #FFFF;
    border-radius: 25px;
    margin-bottom: 0px;
    min-height: 0px;
    padding: 25px 25px 25px 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border: 2px solid #1661a9;
    width: 100%;
    max-width: 400px;
}
.hidden_home_three.fancybox-content {
    padding-top: 50px;
}
.banner_form .modal_title {
    padding-top: 0px;
    margin-bottom: 0px;
}
.modal_title {
    text-align: center;
    font-size: 24px;
    padding-top: 20px;
    color: #1661a9;
    line-height: 130%;
    font-weight: 600;
    margin-bottom: 20px;
}
.modal_subtitle {
    text-align: center;
    line-height: 140%;
    margin-bottom: 20px;
    font-size: 14px;
}
.modal_title p {
    text-align: center;
    font-size: 24px;
    color: #1661a9;
    line-height: 130%;
    font-weight: 600;
    margin-bottom: 0px;
}
.modal_subtitle p {
    text-align: center;
    line-height: 140%;
    margin-bottom: 20px;
    font-size: 14px;
    color: #000;
}
.modal_content .form_callback_content {
    grid-template-columns: 1fr;
    gap: 35px;
}
.header_btns .modal_btn {
    background-color: #1661a9 !important;
    color: #FFF;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px 0px;
    cursor: pointer;
    padding: 6px 20px;
    border-radius: 25px;
    text-decoration: none;
    border: 2px solid #FFF;
    font-size: 16px;
}
.copy_text p {
    color: rgb(154, 154, 154);
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 0px;
}
.map {
    border-radius: 25px;
    overflow: hidden;
    border: 2px solid #fff;
}
.contacts {
    padding: 70px 0px;
    background: #f3f3f3;
}
a.phone {
    display: inline-block;
    text-decoration: underline;
    font-size: 18px;
    color: #1661a9;
    cursor: pointer;
    font-weight: 600;
}
.header_rp a.phone {
    font-weight: 600;
    font-size: 18px;
}
.vopros_title {
    color: rgb(0, 97, 169);
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 12px;
}
a.modal_btn.btn_popup_second {
    font-size: 30px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
    color: #555555;
}
.vopros {
    text-align: center;
    padding: 50px 0px;
    border-bottom: 1px solid #ddd;
}
.header_message img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.header_message {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}
img.shema_info_image {
    width: 150px;
    height: 150px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
a.modal_btn.btn_popup_four {
    background-color: #1661a9;
    color: #FFF;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px 0px;
    cursor: pointer;
    padding: 6px 20px;
    border-radius: 25px;
    text-decoration: none;
    border: 2px solid #FFF;
    font-size: 16px;
    font-weight: 600;
}
.hidden_home_four.fancybox-content {
    background-color: #FFFF;
    border-radius: 25px;
    margin-bottom: 0px;
    min-height: 0px;
    padding: 25px 25px 25px 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border: 2px solid #1661a9;
    width: 100%;
    max-width: 400px;
}

.hidden_home_four input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: -webkit-fill-available;
    height: 45px;
    border-radius: 25px !important;
    border: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FCFCFA;
}

.hidden_home_four select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: -webkit-fill-available;
    height: 45px;
    border-radius: 25px !important;
    border: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FCFCFA;
    font-size: 14px;
    color: #9E9E9E;
    font-weight: 500;
}

.hidden_home_four input.wpcf7-form-control.wpcf7-submit.has-spinner.btn_red {
    background-color: #1661a9;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px 0px;
    cursor: pointer;
    width: -webkit-fill-available;
    height: 45px;
    border-radius: 25px !important;
    padding-left: 15px;
    padding-right: 15px;
}
.hidden_home_four input.wpcf7-form-control.wpcf7-submit.has-spinner.btn_red:hover,
.hidden_home_four input.wpcf7-form-control.wpcf7-submit.has-spinner.btn_red:active,
.hidden_home_four input.wpcf7-form-control.wpcf7-submit.has-spinner.btn_red:focus {
    transition: all 0.3s;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px 0px;
    background-color: #1f7cd6!important;
}
img.type_vikup_item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.seo_text {
    padding: 50px 0px;
}
.seo_text h1 {
    font-size: 38px;
    line-height: 135%;
    color: #1661a9;
    text-transform: uppercase;
}
.seo_text p {
    font-size: 14px;
    line-height: 140%;
}
.seo_text h2 {
    font-size: 32px;
    line-height: 135%;
    margin-bottom: 10px;
    margin-top: 30px;
}
.show-more, .show-less {
    border: none;
    background: transparent;
    background-color: transparent;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
    color: #555;
}
.show-more:hover, .show-less:hover {
    transition: all 0.3s;
    text-decoration: none;
}
/* =============================================================== */
/* ========================= MEDIA STYLE ========================= */
/* =============================================================== */
@media (min-width:992px) {
    a.modal_btn.btn_popup_three {
        display: none;
    }
}
/* =============================================================== */
/* =============================================================== */
/* =============================================================== */
@media (max-width: 992px) {
    .banner_inner_content {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
    .seo_text h1 {
        font-size: 28px;
    }
    .seo_text h3 {
        font-size: 20px;
        line-height: 135%;
    }
    .callback_form {
        display: none;
    }
    .imgvikup {
        width: 100%;
        height: 89px;
        object-fit: contain;
        margin-bottom: 20px!important;      
    }
    a.modal_btn.btn_popup_three {
        background-color: #1661a9;
        color: #FFF;
        border: none;
        box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px 0px;
        cursor: pointer;
        padding: 6px 20px;
        border-radius: 25px;
        text-decoration: none;
        border: 2px solid #FFF;
        font-size: 16px;
        font-weight: 600;
    }
    .type_vikup h2 {
        margin-bottom: 0px;
    }
    .podzag {
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 30px;
    }
    .preim_list {
        grid-template-columns: 1fr;
        row-gap: 25px;
    }
    .shema_list {
        grid-template-columns: 1fr;
    }
    .type_vikup_list {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-bottom: 30px;
    }
    .form_callback_content {
        grid-template-columns: 1fr;
    }
    .contacts_inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .home_page h2 {
        margin-bottom: 25px;
        font-size: 24px;
    }
    .banner_inner h1 {
        font-size: 32px;
        text-transform: uppercase;
    }
    .banner_sub_title {
        font-size: 18px;
        line-height: 130%;
        margin-bottom: 15px;
    }
    .banner_text_one {
        text-align: center;
        font-size: 22px;
        line-height: 130%;
        margin-bottom: 10px;
    }
    .banner_text_two {
        font-size: 16px;
        line-height: 130%;
        text-align: center;
        margin-bottom: 20px;
    }
    .banner_rimg {
        display: none;
    }
    img.banner_img {

    }
    .preim {
        padding: 35px 0px;
    }
    .shema {
        padding: 35px 0px;
    }
    img.shema_info_image {
        width: 150px;
        height: 150px;
        object-fit: contain;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    .shema_info {
        width: 100%;
        grid-template-columns: auto auto;
    }
    .shema_info_num {
        width: 30px;
        height: 30px;
        padding: 0px;
        font-size: 12px;
    }
    .type_vikup {
        padding: 35px 0px;
    }
    .callback_form {
        background-color: #FFFF;
        border-radius: 25px;
        margin-bottom: 0px;
        min-height: 0px;
        padding: 25px 25px 25px 25px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
        border: 2px solid #1661a9;
    }
    .contacts {
        padding: 35px 0px;
    }
    .vopros_title {
        font-size: 30px;
        line-height: 130%;
    }
    .vopros {
        padding: 25px 0px;
    }
    a.modal_btn.btn_popup_second {
        font-size: 24px;
        line-height: 130%;
    }
    .scroll-top-btn {
        right: 15px;
        bottom: 15px;
    }

    .header_btns {
        display: none;
    }
    .lang_dropdown {
        display: none;
    }
    .header_logo {
        display: none;
    }
    .header_rp {
        display: grid;
        grid-template-columns: auto 1fr;
    }
    .container.wide {
        display: grid;
        grid-template-columns: 1fr;
    }
}
/* =============================================================== */
/* =============================================================== */
/* =============================================================== */
@media (max-width: 425px) {

}