/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}


p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden;
    font-family: "Golos Text", sans-serif;
    background: #F3F4F6;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1510px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    transition: all 0.3s;
    z-index: 10;
}

.header_page,
.header.fixed {
    background: #1E212A80;
}

.header.fixed .header_wrapper {
    padding: 10px 0;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    transition: all 0.3s;
}

.menu {
    display: flex;
    gap: 25px;
    background: #FFFFFF0F;
    backdrop-filter: blur(15px);
    border-radius: 100px;
    padding: 20px 36px;
}

.menu a {
    font-size: 14px;
    display: block;
    transition: all 0.3s;
    line-height: 130%;
    color: #fff;
}

.menu a:hover {
    opacity: 0.8;
}

.header_number {
    background: #29388A;
    border-radius: 60px;
    padding: 14px 24px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
}

.header_links {
    display: flex;
    gap: 10px;
    align-items: center;
}

section {
    margin-bottom: 120px;
    scroll-margin-top: 120px;
}

.main_top {
    padding: 240px 0 150px;
    background-image: url(../img/main.jpg);
    background-size: cover;
    background-position: center;
}

.main_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.main_info {
    width: 770px;
}

.main_subtitle {
    font-weight: 500;
    font-size: 16px;
    width: fit-content;
    background: #29388A;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 10px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.main_subtitle::before {
    position: relative;
    content: "";
    background: #FFFFFF;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.main_title {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 40px;
    color: #fff;
}

.main_options {
    margin-bottom: 50px;
}

.main_option {
    font-size: 18px;
    line-height: 130%;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    margin-bottom: 15px;
}

.main_btns {
    display: flex;
    gap: 20px;
}

.btn_white {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 15px;
    gap: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #29388A;
    border: 1px solid #FFFFFF;
    padding: 24px 30px;
    transition: all 0.3s;
}

.btn_white:hover {
    background: #ffffff00;
    color: #fff;
}

.btn_white path {
    transition: all 0.3s;
}

.btn_white:hover path {
    fill: #fff;
}

.btn_light {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    padding: 24px 30px;
    transition: all 0.3s;
}

.btn_light:hover {
    background: #fff;
    color: #29388A;
}

.btn_light path {
    transition: all 0.3s;
}

.btn_light:hover path {
    fill: #29388A;
}

.btn_blue {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background: #29388A;
    border-radius: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    padding: 24px 30px;
    transition: all 0.3s;
}

.btn_blue:hover {
    background: #fff;
    color: #29388A;
}

.btn_blue path {
    transition: all 0.3s;
}

.btn_blue:hover path {
    fill: #29388A;
}

.main_item {
    width: 280px;
    background: #FFFFFF0F;
    backdrop-filter: blur(15px);
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.main_item:last-child {
    margin-bottom: 0;
}

.main_desc {
    background: #33396A;
    border-radius: 20px 20px 0 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    padding: 32px 0;
    margin-top: -70px;
}

.subtitle {
    font-weight: 500;
    font-size: 16px;
    width: fit-content;
    background: #33396A;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 20px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.subtitle::before {
    position: relative;
    content: "";
    background: #FFFFFF;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.ways_info {
    width: 430px;
}

.title {
    font-weight: 500;
    font-size: 40px;
    line-height: 110%;
    color: #444444;
    margin-bottom: 30px;
}

.ways_wrapper {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.ways_inner {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #E7E9EC;
    width: 300px;
    border-radius: 15px;
    padding: 20px 30px;
}

.ways_inner-icon {
    display: flex;
    margin-bottom: 36px;
}

.ways_inner-options {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    list-style: disc;
    padding-left: 22px;
    color: #33396A;
}

.ways_text {
    font-size: 18px;
    line-height: 130%;
    color: #6B6B6B;
}

.ways_items {
    width: 960px;
    display: flex;
    gap: 30px 40px;
    flex-wrap: wrap;
}

.ways_item {
    width: calc(33.333% - 26.666px);
}

.ways_item-img {
    height: 200px;
    margin-bottom: 15px;
    border-radius: 15px;
    display: flex;
    overflow: hidden;
}

.ways_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ways_item-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 110%;
    color: #444444;
}

.ways_item-text {
    font-size: 14px;
    line-height: 130%;
    color: #6B6B6B;
}

.problems_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.problems_item {
    width: calc(33.333% - 13.333px);
    background: #FFFFFF;
    border-radius: 15px;
    position: relative;
    padding: 32px 32px 32px 120px;
}

.problems_item-icon {
    position: absolute;
    left: 42px;
    top: 50%;
    transform: translateY(-50%);
}

.problems_item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 10px;
    color: #444444;
}

.problems_item-text {
    font-size: 14px;
    line-height: 130%;
    color: #6B6B6B;
}

.solution .container {
    display: flex;
    flex-direction: column;
}

.solution_text {
    font-size: 18px;
    line-height: 130%;
    color: #6B6B6B;
    margin-bottom: 30px;
}

.solution_warpper {
    background-image: url(../img/solution_warpper.jpg);
    background-size: cover;
    background-position: center;
    padding: 110px 0 60px;
    width: 1780px;
    min-width: 1780px;
    border-radius: 20px;
    align-self: center;
}

.solution_items {
    display: flex;
    width: 1310px;
    gap: 20px 708px;
    flex-wrap: wrap;
    margin: 0 auto 60px;
}

.solution_item {
    background: #FFFFFF0F;
    backdrop-filter: blur(15px);
    width: fit-content;
    gap: 15px;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 18px;
    border-radius: 10px;
    color: #fff;
}

.solution_btn {
    width: 400px;
    margin: 0 auto;
}

.solution_item-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 275px;
}

.solution_item-wrapper:nth-child(2n) {
    justify-content: flex-start;
    width: 326px;
}

.solution_item-wrapper:nth-child(2n) .solution_item {
    flex-direction: row-reverse;
}

.insulation_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.insulation_top .title {
    width: 890px;
    margin-bottom: 0;
}

.insulation_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-wrap: wrap;
}

.insulation_item {
    background: #E7E9EC;
    width: 380px;
    border-radius: 15px;
    padding: 40px 30px;
}

.insulation_item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 10px;
    color: #444444;
}

.insulation_item-text {
    font-size: 14px;
    line-height: 130%;
    color: #6B6B6B;
}

.insulation_item-img {
    height: 180px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
}

.insulation_item-img img {
    max-width: 100%;
    max-height: 100%;
}

.insulation_inner {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    width: 280px;
}

.insulation_inner-text {
    font-size: 14px;
    line-height: 130%;
    color: #6B6B6B;
    margin-top: auto;
}

.insulation_inner-icon {
    display: flex;
    margin-bottom: 30px;
}

.complex_text {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 30px;
    color: #6B6B6B;
}

.complex_wrapper {
    display: flex;
    justify-content: space-between;
}

.complex_img {
    width: 780px;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
}

.complex_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.complex_right {
    width: 680px;
    background: #FFFFFF;
    overflow: hidden;
    border-radius: 15px;
}

.complex_info {
    padding: 50px;
}

.complex_info-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #444444;
    margin-bottom: 10px;
}

.complex_info-list {
    margin: 0;
    font-size: 16px;
    padding-left: 26px;
    line-height: 160%;
    color: #444444;
}

.complex_desc {
    background: #E7E9EC;
    padding: 32px 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #33396A;
}

.calc {
    padding: 140px 0 0;
    background-image: url(../img/calc.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
}

.calc::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: 0;
    right: 0;
    background: #F3F4F6;
    border-radius: 0 0 20px 20px;
}

.calc::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    bottom: 0;
    right: 0;
    background: #F3F4F6;
    border-radius: 20px 20px 0 0;
}

.calc_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 110px;
}

.calc_info {
    width: 580px;
}

.calc_info .title {
    color: #fff;
}

.calc_text {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 66px;
}

.calc_desc {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;
}

.calc_number {
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    color: #fff;
}

.calc_form {
    width: 680px;

}

.calc_form .jb_form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}

.calc_form .inp_wrapper {
    width: calc(50% - 10px);
}

.jb_input:has(.calc_form-btn) {
    width: calc(50% - 10px);
    margin-left: auto;
}

.inp_title {
    line-height: 130%;
    margin-bottom: 10px;
}

.inp {
    display: block;
    width: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    background: none;
    height: 70px;
    padding-left: 20px;
    color: #fff;
}

.inp::placeholder {
    color: #ffffff82;
}

.calc_form-btn {
    width: 100%;
    cursor: pointer;
    border: none;
    height: 70px;

}

.form_ok {
    display: block;
    color: #ACACAC;
    font-size: 10px;
    cursor: pointer;
    line-height: 120%;
    padding-left: 26px;
}

.form_ok a {
    color: #ACACAC;

}

.form_ok span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #ACACAC;
    width: 15px;
    height: 15px;
    border-radius: 2px;
}

.form_ok input {
    display: none;
}

.form_ok input:checked+span {
    background-image: url(../img/check.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.calc_form .form_ok {
    width: calc(50% - 10px);
    position: absolute;
    bottom: 0;
    left: 0;
}

.calc_form .form_ok:nth-last-child(5) {
    bottom: 40px;
}

.calc_bot-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: #33396A;
    padding: 34px 60px 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #fff;
}

.comparison_table {
    border: 1px solid #E7E9EC;
    border-radius: 15px 15px 0 0;

}

.comparison_table-titles {
    padding: 28px 40px;
    display: flex;
    justify-content: space-between;
    background: #E7E9EC;
    border-radius: 15px 15px 0 0;
}

.comparison_table-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    flex: 1;
    color: #6B6B6B;
}

.comparison_table-title:last-child {
    color: #29388A;
}

.comparison_table-values {
    padding: 28px 40px;
    display: flex;
    border-bottom: 1px solid #E7E9EC;
    justify-content: space-between;
}

.comparison_table-values:last-child {
    border-bottom: none;
}

.comparison_table-value {
    font-size: 16px;
    line-height: 130%;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #444444;
}

.delivery {
    width: 1780px;
    margin: 0 auto 120px;
    background-image: url(../img/delivery.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
}

.delivery .subtitle {
    background: #FFFFFF;
    color: #33396A;
}

.delivery .subtitle::before {
    background: #33396A;
}

.delivery_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.delivery_info {
    width: 630px;
}

.delivery_info .title {
    color: #fff;
}

.delivery_text {
    font-size: 18px;
    max-width: 450px;
    line-height: 130%;
    margin-bottom: 50px;
}

.delivery_btn {
    width: 330px;
}

.delivery_desc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: #33396A;
    padding: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #fff;
}

.delivery_right {
    width: 400px;
}

.delivery_subtitle {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 14px;
}

.delivery_item {
    background: #FFFFFF0F;
    backdrop-filter: blur(15px);
    margin-bottom: 10px;
    gap: 15px;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 18px;
    border-radius: 10px;
    color: #fff;
}

.steps_wrapper {
    display: flex;
    justify-content: space-between;
}

.steps_info {
    width: 240px;
}

.steps_items {
    width: 1105px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.steps_item {
    width: calc(33.333% - 13.333px);
    background: #FFFFFF;
    border-radius: 15px;
    padding: 20px;
}

.steps_item-number {
    background: #33396A;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
}

.steps_item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 10px;
    color: #444444;
}

.steps_item-text {

    font-size: 14px;
    line-height: 130%;
    color: #6B6B6B;
}

.steps_item-text a {
    text-decoration: underline;
    color: #29388A;
}

.about_text {
    font-size: 18px;
    line-height: 130%;
    color: #6B6B6B;
    margin-bottom: 30px;
}

.about_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about_img {
    width: 355px;
    height: 500px;
    border-radius: 15px;
    display: flex;
    overflow: hidden;
}

.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 1105px;
}

.about_item {
    background: #E7E9EC;
    border-radius: 15px;
    padding: 30px;
    width: calc(33.333% - 13.333px);
    display: flex;
    min-height: 240px;
    flex-direction: column;
}

.about_item-icon {
    display: flex;
    margin-bottom: 20px;
}

.about_item-title {
    margin-top: auto;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #33396A;
    margin-bottom: 10px;
}

.about_item-text {
    font-size: 14px;
    line-height: 130%;
    color: #6B6B6B;
}

.about_item-img {
    border-radius: 15px;
    overflow: hidden;
    width: calc(33.333% - 13.333px);
    display: flex;
    min-height: 240px;
}

.about_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quiz .subtitle {
    margin: 0 auto 20px;
}

.quiz .title {
    text-align: center;
}

.quiz_item {
    border-radius: 20px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.quiz_item img {
    border-radius: 20px;
}

.works_slider .slick-arrow {
    position: absolute;
    top: -70px;
    background: #33396A;
    border-radius: 5px;
    display: flex;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
}

.works_slider .slick-next {
    right: 0;
    background-image: url(../img/arrow_right.svg);
}

.works_slider .slick-prev {
    right: 60px;
    background-image: url(../img/arrow_left.svg);
}

.works_slide-wrapper {
    display: flex;
    justify-content: space-between;
}

.works_slide-img {
    width: calc(50% - 10px);
    height: 600px;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
}

.works_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works_slide-info {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 50px;
}

.works_slide-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #444444;
}

.works_slide-text {
    line-height: 130%;
    color: #6B6B6B;
    margin-bottom: 30px;
}

.works_slide-subtitle {
    font-weight: 500;
    line-height: 130%;
    color: #444444;
    margin-bottom: 10px;
}

.works_slide-list {
    list-style: disc;
    padding-left: 24px;
    line-height: 130%;
    margin-bottom: 30px;
    color: #6B6B6B;
}

.works_slide-btn {
    width: fit-content;
    margin-top: auto;
}

.faq_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.faq_item {
    width: calc(50% - 10px);
}

.faq_item-title {
    background: #E7E9EC;
    border-radius: 10px;
    padding: 24px 60px 24px 30px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    color: #444444;
}

.faq_item-title span {
    position: absolute;
    right: 15px;
    transition: all 0.3s;
    top: 15px;
    background: #33396A;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq_item-title span img {
    transition: all 0.3s;

}

.faq_item-title.active img {
    transform: rotate(180deg);
}

.faq_item-text {
    font-size: 14px;
    padding-top: 10px;
    display: none;
    line-height: 130%;
    padding-left: 30px;
    padding-right: 15px;
    color: #6B6B6B;
}

.calc_need .calc_info {
    width: 660px;
}

.calc_need {
    background-image: url(../img/calc_need.jpg);
}

.contacts_wrapper {
    display: flex;
    justify-content: space-between;
}

.contacts .subtitle {
    background: #FFFFFF;
    color: #33396A;
}

.contacts .subtitle::before {
    background: #33396A;
}

.contacts_info {
    background: #33396A;
    width: calc(50% - 10px);
    border-radius: 15px;
    padding: 60px 40px;
    color: #fff;
}

.contacts_items {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #4E5483;
    padding-top: 40px;
    gap: 40px;
}

.contacts_item {
    width: calc(50% - 20px);
}

.contacts_info .title {
    color: #fff;
}

.contacts_map {
    width: calc(50% - 10px);
    height: 472px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
}

.contacts_map iframe {
    width: 100%;
    border: none;
    height: 100%;
}

.contacts_item-title {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 10px;
    color: #ADB0C3;
}

.contacts_item-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    color: #FFFFFF;
}

.contacts_item-messages {
    display: flex;
    gap: 10px;
}

.contacts_item-message {
    display: flex;
}

.footer {
    background: #E7E9EC;
    border-radius: 20px 20px 0 0;
    padding: 70px 0 30px;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.footer_logo {
    display: flex;
}

.footer_menu {
    gap: 40px;
    display: flex;
}

.footer_menu a {
    display: block;
    font-weight: 500;
    line-height: 130%;
    color: #444444;
}

.footer_inner {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.footer_inner-item {
    font-size: 12px;
    line-height: 140%;
    max-width: 390px;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #93969E;
}

.trigger_scroll {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.scroll_up.active {
    transform: scale(1);
}

.scroll_up {
    border-radius: 8px;
    background: #29388A;
    width: 46px;
    height: 46px;
    z-index: 8;
    position: fixed;
    padding: 6px;
    bottom: 50px;
    right: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    transform: scale(0);
}

.footer a {
    transition: all 0.3s;
}

.footer a:hover {
    color: #29388A;
}

.delivery_mobile-block {
    display: none;
}

.header_inner .header_links,
.header_inner .main_btn,
.menu_burger {
    display: none;
}

.main_top-img {
    display: none;
}


.insulation_items .insulation_btn {
    display: none;
}

.popup_body {
    background: #FFFFFF;
    border-radius: 20px;
    width: 1060px;
    padding: 60px 50px;
    position: relative;
}

#popup_consult {
    min-height: 430px;
}

.popup_body-inner {
    position: absolute;
    bottom: 60px;
    left: 50px;
}

.popup_body-wrapper {
    display: flex;
}

.popup_body-info {
    width: 492px;
    margin-right: 76px;
}

.popup_body-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #444444;
}

.popup_body-text {
    font-size: 16px;
    line-height: 130%;
    color: #444444;
}

.popup_body-desc {
    line-height: 130%;
    color: #444444;
    margin-bottom: 10px;
}

.popup_body-number {
    display: block;
    font-weight: 500;
    font-size: 26px;
    line-height: 110%;
    color: #444444;
}

.popup_body-form {
    width: 330px;
    margin-top: 90px;
}

.popup_body .inp {
    border: 1px solid #DEDEDE;
    width: 100%;
    color: #444444;
    margin-bottom: 10px;
}

.popup_body .inp::placeholder {
    color: #44444480;
}

.popup_body-btn {
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #29388A;
}


.popup_body .form_ok {
    margin-bottom: 10px;
    position: relative;
}

.main_text {
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 40px;
}



.main_radio {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    font-size: 18px;
}

.main_radio span {
    display: block;
    width: 30px;
    height: 30px;
    min-width: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
}

.main_radio input {
    display: none;
}

.main_thanks {
    margin-bottom: 0;
}

.main_thanks .main_top {
    min-height: calc(100vh - 210px);
}

.main_radio input:checked+span::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.main_thanks .main_btn {
    width: 320px;
    margin-bottom: 30px;
}

.main_thanks_desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
}


.page_default {
    margin-top: 160px;
}

.page_default h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

.page_default p {
    line-height: 130%;
    margin-bottom: 20px;
}



.page_default table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}



.page_default table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
}

.page_default table td {
    border: 1px solid #dddddd;
    padding: 10px;
}

.footer_docs {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
}

.footer_doc {
    font-size: 12px;
    line-height: 140%;
    color: #93969E;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s;
}

a.footer_doc:hover {
    color: #29388A;
}

.mobile_item {
    display: none;
}




@media (max-width: 1550px) {
    .container {
        max-width: 1180px;
    }

    .menu {
        gap: 15px;
        padding: 14px;
    }

    .menu a {
        font-size: 13px;
    }

    .header_number {
        font-size: 14px;
    }

    .main_desc {
        font-size: 16px;
    }

    .ways_items {
        width: 700px;
        gap: 20px;
    }

    .ways_item {
        width: calc(33.333% - 13.333px);
    }

    .ways_info {
        width: 420px;
    }

    .ways_item-img {
        height: 147px;
    }

    .ways_item-title {
        font-size: 18px;
    }

    .title {
        font-size: 32px;
    }

    .problems_item {
        padding: 24px 24px 24px 80px;
    }

    .problems_item-icon {
        left: 24px;
    }

    .solution_warpper {
        width: calc(100vw - 30px);
        min-width: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .solution_items {
        width: 100%;
        gap: 20px 400px;
        justify-content: space-between;
    }

    .insulation_top .title {
        width: 760px;
    }

    .insulation_item {
        width: calc(33.333% - 13.333px);
    }

    .insulation_inner {
        width: 100%;
    }

    .complex_img {
        width: 630px;
    }

    .complex_desc,
    .complex_info {
        padding: 30px;
    }

    .complex_wrapper {
        align-items: flex-start;
    }

    .complex_right {
        width: 500px;
    }

    .calc_form {
        width: 600px;
    }

    .calc_info {
        width: 520px;
    }

    .delivery {
        width: calc(100% - 30px);
    }

    .steps_items {
        width: 800px;
    }

    .about_items {
        width: 800px;
    }

    .works_slide-img {
        height: auto;
    }

    .faq_item-title {
        font-size: 18px;
    }

    .about_img {
        width: 330px;
    }

    .calc_need .calc_info {
        width: 520px;
    }

    .calc_bot-desc {
        font-size: 16px;
    }

    .footer_inner {
        flex-wrap: wrap;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 950px;
    }

    .header_number {
        width: 40px;
        height: 40px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0;
        font-size: 0;
    }


    .menu a {
        font-size: 12px;
    }

    .header_message {
        display: flex;
        width: 40px;
    }

    .header_message img {
        width: 100%;
        height: auto;
    }

    .main_info {
        width: 100%;
    }

    .main_btns {
        flex-direction: column;
        width: 420px;
    }

    .main_title {
        font-size: 42px;
    }

    .main_wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .main_items {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .main_item {
        margin: 0;
        width: calc(50% - 10px);
    }

    .ways_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .ways_info {
        width: 100%;
    }

    .ways_items {
        width: 100%;
    }

    .ways_inner {
        position: relative;
        width: 100%;
    }

    .problems_item-title {
        font-size: 18px;
    }

    .problems_item-text br {
        display: none;
    }

    .solution_items {
        gap: 20px 200px;
    }

    .insulation_top {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .insulation_item-img {
        height: 120px;
    }

    .complex_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .complex_img {
        width: 100%;
    }

    .complex_right {
        width: 100%;
    }

    .calc_wrapper {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .calc_info {
        width: 100%;
    }

    .calc_form {
        width: 100%;
    }

    .calc_text {
        margin-bottom: 30px;
    }

    .comparison_table-values,
    .comparison_table-titles {
        padding: 20px;
        gap: 20px;
    }

    .delivery_info {
        width: 500px;
    }

    .delivery_right {
        width: 380px;
    }

    .steps_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .steps_items {
        width: 100%;
    }

    .steps_info {
        width: 100%;
    }

    .about_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .about_items {
        width: 100%;
    }

    .about_img {
        display: none;
    }

    .works_slide-info {
        padding: 30px;
    }

    .calc_need .calc_info {
        width: 100%;
    }

    .contacts_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .contacts_info {
        width: 100%;
    }

    .contacts_map {
        width: 100%;
    }

    .footer_menu {
        gap: 20px;
    }

    .footer_menu a {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }

    .header_wrapper {
        padding: 10px 0;
    }

    .menu a {
        font-size: 14px;
    }

    .header_wrapper:has(.header_inner.active) .header_logo path {
        fill: #444444;
    }

    .header_inner {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        background: #F3F4F6;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        transition: all 0.6s;
        padding-top: 80px;
    }

    .header_inner .header_links {
        display: flex;
        justify-content: center;
        margin-top: 40px;
        margin-right: 0;
    }

    .header_inner .header_number {
        font-size: 14px;
        width: auto;
        padding: 0 20px;
        gap: 10px;
    }

    .header_inner .main_btn {
        width: 330px;
        padding: 20px;
        font-size: 15px;
        display: flex;
        margin: 30px auto 0;
    }

    .menu {
        flex-direction: column;
        padding: 0;
        align-items: center;
        background: none;
    }

    .menu a {
        color: #444444;
    }

    .header_inner.active {
        opacity: 1;
        visibility: visible;
    }

    .main_top {
        padding: 160px 0 120px;
    }

    .problems_item {
        width: calc(50% - 10px);
    }

    section {
        margin-bottom: 80px;
    }

    .solution_items {
        gap: 20px;
    }

    .solution_item {
        gap: 16px;
    }

    .insulation_inner,
    .insulation_item {
        width: calc(50% - 10px);
    }

    .comparison_table-title {
        font-size: 14px;
    }

    .comparison_table-titles {
        align-items: center;
    }

    .comparison_table-values,
    .comparison_table-titles {
        padding: 12px 15px;
    }

    .comparison_table-value {
        font-size: 12px;
    }

    .delivery_right {
        display: none;
    }

    .delivery_btn {
        display: none;
    }

    .delivery_info {
        width: 100%;
    }

    .steps_item {
        width: calc(50% - 10px);
    }

    .delivery_mobile-block {
        display: block;
        margin-bottom: 80px;
    }

    .delivery {
        margin-bottom: 30px;
    }

    .delivery_item {
        background-color: #fff;
        color: #444444;
    }

    .delivery_mobile-block .delivery_btn {
        display: flex;
    }

    .about_item-img,
    .about_item {
        width: calc(50% - 10px);
    }

    .works .title {
        max-width: 500px;
    }

    .works .title br {
        display: none;
    }

    .works_slide-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .works_slide-img,
    .works_slide-info {
        width: 100%;
    }

    .faq_item {
        width: 100%;
    }

    .scroll_up {
        right: 15px;
    }

    .footer_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .footer_menu {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .menu_burger {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #29388A;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        position: relative;
    }

    .menu_burger span {
        width: 19px;
        height: 19px;
        display: flex;
        background-image: url(../img/menu_burger.svg);
    }

    .menu_burger.active span {
        background-image: url(../img/menu_burger2.svg);
        width: 16px;
        height: 16px;
    }

    .header_links {
        margin-left: auto;
        margin-right: 40px;
    }

    .header_links,
    .header_logo {
        display: flex;
        z-index: 1;
    }

    .popup_body-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .popup_body-info {
        width: 100%;
        margin-right: 0;
    }

    .popup_body-form {
        width: 100%;
    }

    .popup_body-inner {
        position: relative;
        inset: auto;
    }
}

@media (max-width: 766.98px) {
    .container {
        max-width: 100%;
    }

    .header_logo {
        width: 101px;
    }

    .header_logo img {
        width: 100%;
        height: auto;
    }

    .header_message {
        display: none;
    }

    .header_wrapper>.header_links {
        order: -1;
        margin-left: 0;
        margin-right: 0;
    }

    .header_inner .main_btn {
        max-width: 100%;
    }

    .header_inner .header_message {
        display: flex;
    }

    .main_top {
        padding: 245px 0 0;
        background: none;
    }

    .main_top-img {
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 260px;
        z-index: -1;
    }

    .main_top-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .main_subtitle {
        font-size: 12px;
        padding: 8px 15px;
    }

    .main_title {
        color: #33396A;
        font-size: 34px;
        margin-bottom: 20px;
    }

    .main_option {
        color: #444444;
        font-size: 16px;
    }

    .main_option br {
        display: none;
    }

    .main_options {
        margin-bottom: 20px;
    }

    .main_btns {
        width: 100%;
        gap: 10px;
    }

    .btn_light,
    .btn_blue,
    .btn_white {
        font-size: 15px;
        padding: 20px;
    }

    .main_desc {
        display: none;
    }

    .main_wrapper {
        gap: 40px;
    }

    .main_item {
        width: 100%;
        background: #FFFFFF;
        color: #33396A;
        display: flex;
        gap: 16px;
        align-items: center;
        flex-direction: row;
    }

    .main_btn:nth-child(1) {
        background: #29388A;
        color: #fff;
    }

    .main_btn:nth-child(1) path {
        fill: #fff;
    }

    .main_btn:nth-child(2) {
        border: 1px solid #29388A;
        color: #29388A;
    }

    .main_btn:nth-child(2) path {
        fill: #29388A;
    }

    .main_item svg {
        min-width: 34px;
    }

    .main_item path {
        fill: #29388A;
    }

    .subtitle {
        font-size: 12px;
        padding: 9px 15px;
    }

    .title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .ways_text {
        font-size: 14px;
    }

    .ways_items {
        gap: 30px 10px;
    }

    .ways_item {
        width: calc(50% - 5px);
    }

    .ways_item-img {
        height: 107px;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    .ways_item-title {
        font-size: 16px;
    }

    .ways_item-text {
        font-size: 13px;
    }

    .ways_inner {
        display: flex;
        padding: 20px 25px;
        gap: 15px;
        align-items: center;
    }

    .ways_inner-options {
        font-size: 14px;
    }

    .ways_inner-icon {
        margin: 0;
    }

    .problems_item {
        width: 100%;
        padding: 20px 20px 20px 80px;
    }

    .problems_items {
        gap: 10px;
    }

    .problems_item-title {
        font-size: 16px;
    }

    .solution_text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .solution_warpper {
        padding: 20px 15px 40px;
        width: 100vw;
        border-radius: 0;
    }

    .solution_items {
        gap: 10px;
        flex-wrap: nowrap;
        min-width: max-content;
        /*   overflow: auto;
        width: calc(100% + 15px);
        padding-right: 15px; */
        margin-bottom: 188px;
        animation: lineAnim 60s linear infinite;
    }

    .mobile_item {
        display: flex;
    }

    /* 
    .solution_items::-webkit-scrollbar {
        background: #5A6678;
        height: 3px;
        border-radius: 10px;
    }

    .solution_items::-webkit-scrollbar-thumb {
        background: #FFFFFF;
        border-radius: 10px;
    } */
    .solution_item-wrapper {
        width: auto !important;
    }

    @keyframes lineAnim {
        0% {
            transform: translateX(0)
        }

        100% {
            transform: translateX(-50%)
        }
    }

    .solution_item br {
        display: none;
    }

    .solution_item {
        flex-direction: row-reverse;
        padding: 13px 20px;
        min-width: 205px;
        font-size: 14px;
        gap: 14px;
    }

    .solution_btn {
        width: 100%;
    }

    .insulation_top .title {
        width: 100%;
    }

    .insulation_top {
        gap: 0;
        margin-bottom: 30px;
    }

    .insulation_top .insulation_btn {
        display: none;
    }

    .insulation_items {
        gap: 10px;
    }

    .insulation_item {
        width: 100%;
        padding: 30px;
    }

    .insulation_item-title {
        font-size: 18px;
    }

    .insulation_inner {
        width: 100%;
    }

    .insulation_inner-icon {
        margin-bottom: 20px;
    }

    .complex_text {
        font-size: 14px;
    }

    .complex_wrapper {
        gap: 10px;
    }

    .complex_info-list {
        font-size: 12px;
    }

    .complex_desc {
        padding: 20px;
        font-size: 14px;
    }

    .insulation_items .insulation_btn {
        display: flex;
        width: 100%;
    }

    .calc {
        padding-top: 80px;
    }

    .calc_text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .calc_desc {
        font-size: 16px;
    }

    .calc_number {
        font-size: 28px;
    }

    .calc_form {
        gap: 15px;
    }

    .calc_form .inp_wrapper {
        width: 100%;
    }

    .inp_title {
        font-size: 14px;
    }

    .calc_form-btn {
        width: 100%;
    }

    .jb_input:has(.calc_form-btn) {
        width: 100%;
    }

    .calc_form .form_ok:nth-last-child(5) {
        inset: auto;
    }

    .calc_form .form_ok {
        position: relative;
        width: 100%;
    }

    .calc_bot-desc {
        flex-direction: column;
    }

    .comparison_table {
        width: calc(100% + 15px);
        padding-right: 15px;
        padding-bottom: 10px;
        border: none;
        overflow: auto;
    }

    .comparison_table::-webkit-scrollbar {
        background: #FFFFFF;
        border-radius: 10px;
        height: 3px;
    }

    .comparison_table::-webkit-scrollbar-thumb {
        background: #5A6678;
        border-radius: 10px;
    }

    .comparison_table-values,
    .comparison_table-titles {
        min-width: 460px;
    }

    .comparison_table-values {
        border-right: 1px solid #E7E9EC;
        border-left: 1px solid #E7E9EC;
    }

    .comparison_table-values:last-child {
        border-bottom: 1px solid #E7E9EC;
    }

    .delivery {
        width: 100%;
        padding-top: 40px;
    }

    .delivery_text {
        margin-bottom: 0;
        font-size: 14px;
    }

    .delivery_wrapper {
        margin-bottom: 114px;
    }

    .delivery_desc {
        flex-direction: column;
        gap: 10px;
        font-size: 16px;
    }

    .delivery_item {
        font-size: 14px;
    }

    .delivery_btn {
        width: 100%;
    }

    .delivery_subtitle {
        font-size: 14px;
    }

    .steps_wrapper {
        gap: 0;
    }

    .steps_items {
        flex-wrap: nowrap;
        gap: 10px;
        overflow: auto;
        width: calc(100% + 15px);
        padding-right: 15px;
        padding-bottom: 10px;
    }

    .steps_items::-webkit-scrollbar {
        background: #FFFFFF;
        border-radius: 10px;
        height: 3px;
    }

    .steps_items::-webkit-scrollbar-thumb {
        background: #5A6678;
        border-radius: 10px;
    }

    .steps_item-title {
        font-size: 16px;
    }

    .steps_item-text {
        font-size: 12px;
    }

    .steps_item {
        width: 250px;
        min-width: 250px;
    }

    .about_text {
        font-size: 14px;
        line-height: 130%;
    }

    .about_items {
        gap: 10px;
    }

    .about_item {
        min-height: 1px;
        padding: 20px;
        width: 100%;
    }

    .about_item-title {
        font-size: 18px;
    }

    .about_item-img {
        width: 100%;
        height: 224px;
    }

    .about_img {
        display: flex;
        width: 100%;
        height: auto;
    }

    .about_wrapper {
        gap: 10px;
    }

    .quiz .title br {
        display: none;
    }

    .works_slide-info {
        padding: 30px 20px;
    }

    .works_slide-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .works_slide-text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .works_slide-list {
        font-size: 14px;
    }

    .works_slide-subtitle {
        font-size: 14px;
    }

    .works_slide-btn {
        font-size: 14px;
        width: 100%;
    }

    .works_slider .slick-arrow {
        top: -40px;
        width: 30px;
        height: 30px;
    }

    .works_slider .slick-prev {
        right: 40px;
    }

    .faq_items {
        gap: 10px;
    }

    .faq_item-title {
        font-size: 16px;
        padding: 20px 60px 20px 15px;
    }

    .faq_item-title span {
        width: 30px;
        top: 50%;
        transform: translateY(-50%);
        height: 30px;
    }

    .contacts_info {
        padding: 50px 30px;
    }

    .contacts_items {
        padding-top: 30px;
        gap: 30px;
    }

    .contacts_item {
        width: 100%;
    }

    .footer_inner {
        gap: 10px;
        text-align: center;
        justify-content: center;
    }

    .popup_body {
        padding: 30px 20px;
    }

    .popup_body-title {
        font-size: 26px;
    }

    .popup_body-text {
        font-size: 14px;
    }

    .popup_body .inp {
        height: 60px;
    }

    .main_text {
        color: #33396A;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .main_radio {
        color: #33396A;

    }

    .main_radio span {
        border: 1px solid #33396A;
    }

    .main_radio input:checked+span::before {
        background: #33396A;
    }

    .main_thanks_desc {
        color: #33396A;
        font-size: 16px;

    }

    .main_thanks {
        margin-bottom: 80px;
    }

    .main_thanks .main_top {
        padding-top: 284px;
    }

    .main_thanks .main_btn {
        width: 100%;
        background: #29388A;
        color: #fff;
    }

    .main_thanks .main_btn path {
        fill: #fff;
    }

    .main_thanks {
        min-height: 1px;
    }

    .page_default table {
        overflow: auto;
        display: block;
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .page_default {
        margin-top: 90px;
    }

    .page_default h2 {
        font-size: 20px;
    }
}

.cookies {
    position: fixed;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    background: #33396A;
    width: 780px;
    color: #fff;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    padding: 20px 30px;
    border-radius: 10px;
    z-index: 9;
}

.cookies_text {
    margin-bottom: 20px;
}

.cookies_btns {
    display: flex;
    align-items: center;
    gap: 20px;
}


.cookies_more {
    text-decoration: underline;
    color: #fff;
}

.cookies_done,
.cookies_none {
    width: 180px;
    cursor: pointer;
    height: 52px;
    padding-left: 0px;
    padding-right: 0;
}

@media (max-width: 767.98px) {
    .cookies {
        width: 100%;
        bottom: 0;
        left: 0;
        transform: none;
        max-width: 100%;
        border-radius: 10px 10px 0 0;
        padding: 14px;
    }

    .cookies_btns {
        flex-wrap: wrap;
        gap: 10px;
    }

    .cookies_text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .cookies_done,
    .cookies_none {
        font-size: 14px;
        width: calc(50% - 5px);
        height: 40px;
    }

    .cookies_more {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .footer_docs {
        justify-content: center;
        gap: 10px;
        text-align: center;
        align-items: center;
    }

    .popup_body-form {
        margin-top: 0;
    }

    .faq_item-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}