@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Semibold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Semibold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

ul[class], ol[class] {
    padding: 0
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
    margin: 0
}

ul[class] {
    list-style: none
}

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

input, button, textarea, select {
    font: inherit
}

a {
    text-decoration: none
}

html, body {
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
    background: #fefafb
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

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

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

.btn {
    display: block;
    padding: 16px 32px;
    border-radius: 30px;
    background: #0071ba;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    border: none;
    cursor: pointer
}

.dolgit_2__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
    position: fixed;
    right: 0;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 50
}

.dolgit_2__button {
    padding: 10px 16px;
    text-align: left;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    cursor: pointer
}

.dolgit_2__button:nth-child(1) {
    position: relative;
    color: #fff;
    border-radius: 50px 0px 0px 50px;
    border: 1px solid #0071ba;
    background: #0071ba;
    text-align: left
}

.dolgit_2__button:nth-child(1)::after {
    display: block;
    content: "";
    width: 30px;
    height: 18px;
    position: absolute;
    left: 47%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/button-icon.svg) center/cover no-repeat
}

.dolgit_2__button:nth-child(2) {
    color: #0071ba;
    border-radius: 50px 0px 0px 50px;
    border-top: 1px solid #0071ba;
    border-bottom: 1px solid #0071ba;
    border-left: 1px solid #0071ba;
    background: #fff;
    border-right: none
}

.dolgit_2__modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(115, 115, 109, .5)
}

.dolgit_2__modal.active {
    display: block
}

.dolgit_2__modal-dialog {
    max-width: 960px;
    margin: 32px auto
}

.dolgit_2__modal-content {
    padding: 34px;
    position: relative;
    width: 100%;
    background-color: #fff;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 24px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .25);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .25)
}

.dolgit_2__modal-title {
    margin-bottom: 24px;
    color: #0071ba;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%
}

.dolgit_2__modal-subtitle {
    margin-bottom: 5px;
    color: #1c1f20;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.dolgit_2__modal-text {
    margin-bottom: 20px;
    color: #1c1f20;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.dolgit_2__modal-text:last-child {
    margin-bottom: 0
}

.dolgit_2__modal-text span {
    font-weight: 700
}

.dolgit_2__modal-text_mod {
    margin-bottom: 0
}

.dolgit_2__modal-list {
    margin-left: 25px
}

.dolgit_2__modal-list_mod {
    margin-bottom: 20px
}

.dolgit_2__modal-item {
    margin-bottom: 5px;
    list-style-type: disc;
    color: #1c1f20;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.dolgit_2__modal-item:last-child {
    margin-bottom: 0
}
.dolgit_2__modal table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
.dolgit_2__modal td {
    border: 1px solid #fbe6ef;
    border-bottom: 0;
    border-left: 0;
    padding: 8px;
}
.dolgit_2__modal table tr:last-child td {
    border-bottom: 1px solid #fbe6ef;
}
.dolgit_2__modal table tr td:first-child {
    border-left: 1px solid #fbe6ef;
}
.dolgit_2__modal table tr:first-child td:last-child,
.dolgit_2__modal table tr:first-child td:first-child {
    border-bottom: 0;
}
.closeModal {
    position: absolute;
    top: 34px;
    right: 34px;
    width: 20px;
    height: 20px;
    opacity: .6;
    cursor: pointer;
    -webkit-transition: opacity ease .5s;
    transition: opacity ease .5s
}

.closeModal:hover {
    opacity: 1
}

.closeModal::before, .closeModal::after {
    content: "";
    position: absolute;
    top: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 18px;
    height: 2px;
    background: #000
}

.closeModal::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.closeModal::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header__dolgit_2__top {
    padding: 19px 80px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo__dolgit-wrapper {
    max-width: 44px
}

.header__logo__dolgit {
    width: 100%
}

.header__dolgit_2__btn {
    position: relative;
    padding: 0 0 0 27px;
    border: none;
    background-color: inherit;
    cursor: pointer;
    color: var(--text, #1C1F20);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.header__dolgit_2__btn::before {
    display: block;
    content: "";
    position: absolute;
    width: 15px;
    height: 10px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/arrow-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.header__dolgit_2__bottom-wrapper {
    background: #005084
}

.header__dolgit_2__bottom {
    padding: 12px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__dolgit_2__main-logo-wrapper {
    max-width: 155px
}

.header__dolgit_2__main-logo {
    width: 100%
}

.header__dolgit_2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.header__dolgit_2__list-link {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%
}

.header__burger_mod {
    display: none
}

.header__dolgit_2 {
    background: #f7f8fc
}

.header__dolgit_2 .header__dolgit_2__top {
    padding: 16px 110px 16px 80px
}

.header__dolgit_2 .header__dolgit_2__bottom {
    height: 80px;
    padding: 14px 40px;
    border-top: 1px solid rgba(65, 65, 65, .5019607843)
}

.header__dolgit_2 .header__dolgit_2__bottom-wrapper {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(128, 51, 136, .25);
    box-shadow: 0px 4px 4px 0px rgba(128, 51, 136, .25)
}

.header__dolgit_2 .header__dolgit_2__list-link {
    color: #0071ba
}

.header__dolgit_2 .header__dolgit_2__list {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.header__dolgit_2 .header__dolgit_2__main-logo-wrapper {
    max-width: 250px
}

.dolgit_2__intro-inner {
    /* position: relative;
    min-height: 600px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
    border-top: 15px solid #0071ba;
    border-bottom: 15px solid #0071ba
}

.dolgit_2__title {
    margin: 0 auto 62px;
    max-width: 540px;
    color: #0071ba;
    text-align: center;
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    z-index: 1;
}

.dolgit_2__text {
    max-width: 400px;
    margin-bottom: 52px;
    color: #1c1f20;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    z-index: 1;
}

.dolgit_2__intro-btn {
    width: 100%;
    z-index: 1;
    max-width: 50px;
    cursor: pointer
}

.dolgit_2__photo {
    height: auto;
    width: 100%;
}

.dolgit_2__photo-two {
    position: absolute;
    right: 6%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dolgit_2__instruction {
    padding: 135px 0 0px
}

.dolgit_2__instruction-subtitle {
    margin-bottom: 32px;
    color: #0071ba;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}

.dolgit_2__instruction-text {
    max-width: 900px;
    margin: 0 auto 62px;
    padding: 26px;
    color: #1c1f20;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 10px;
    background: #f5b5d2
}

.dolgit_2__instruction-title {
    margin-bottom: 50px;
    color: #0071ba;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}
.dolgit_2__instruction-box-link-wrapper {
    margin-top: 20px;
    padding-left: 17px;
}
.dolgit_2__instruction-box-link {
    /* margin-left: 150px; */
}
/* .btn.dolgit_2__instruction_btn {
    height: fit-content;
} */
.instruction-box-wrap {
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
    /* column-gap: 30px; */
    /* margin-bottom: 30px; */
}

.instruction-box-wrap ul {
    color: #0071ba;
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
}

.dolgit_2__instruction-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-column-gap: 17px;
    -moz-column-gap: 17px;
    column-gap: 17px
}

.dolgit_2__instruction-box {
    width: 100%
}

.dolgit_2__instruction-box .dolgit_2__instruction-box-top {
    min-height: 200px
}

.dolgit_2__instruction-box:first-child .dolgit_2__instruction-box-top {
    margin-bottom: 31px;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 26px;
    border-radius: 10px;
    background: #fbe6ef
}

.dolgit_2__instruction-box:first-child .dolgit_2__instruction-box-link {
    /* display: block; */
    /* text-align: right */
}

.dolgit_2__instruction-box:nth-child(2) {
    margin-top: -20px
}

.dolgit_2__instruction-box:nth-child(2) .dolgit_2__instruction-box-top {
    height: auto
}

.dolgit_2__instruction-box:last-child .dolgit_2__instruction-box-top {
    margin-bottom: 31px;
    padding: 26px;
    border-radius: 10px;
    background: #f1edef
}

.dolgit_2__instruction-box:last-child .dolgit_2__instruction-box-text {
    text-align: left
}

.dolgit_2__instruction-box-title {
    margin-bottom: 24px;
    padding-left: 40px;
    position: relative;
    color: #0071ba;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.dolgit_2__instruction-box-title::before {
    display: block;
    content: "";
    width: 27px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/instruction/insticon-1.svg) center/cover no-repeat
}

.dolgit_2__instruction-box-title_mod::before {
    width: 23px;
    height: 27px;
    background: url(../images/instruction/insticon-2.svg) center/cover no-repeat
}

.dolgit_2__instruction-box-text {
    color: #121212;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.dolgit_2__instruction-box-link {
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
    padding-right: 40px;
    color: #0071ba;
    /* text-align: center; */
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.dolgit_2__instruction-box-link::after {
    display: block;
    content: "";
    width: 27px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/instruction/arrow-instr.svg) center/cover no-repeat;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.dolgit_2__instruction-box-link.active::after {
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dolgit_2__instruction-table {
    display: none;
    width: 100%;
    border-spacing: 0
}

.dolgit_2__instruction-table td {
    width: 75%;
    padding: 8px 10px;
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border: 1px solid #fbe6ef;
    border-bottom: 0 !important;
    background: #fff
}

.dolgit_2__instruction-table td:last-child {
    width: 22%;
    text-align: center;
    border-left: 0
}

.dolgit_2__instruction-table.active {
    display: block
}

table tr:last-child td:first-child {
    border: 1px solid #fbe6ef !important;
    border-bottom-left-radius: 10px
}

table tr:last-child td:last-child {
    border: 1px solid #fbe6ef !important;
    border-bottom-right-radius: 10px;
    border-left: 0 !important
}

table tr:first-child td:first-child {
    border: 1px solid #fbe6ef;
    border-top-left-radius: 10px
}

table tr:first-child td:last-child {
    border: 1px solid #fbe6ef;
    border-top-right-radius: 10px;
    border-left: 0 !important
}

.dolgit_2__instruction-photo {
    max-width: 312px;
    margin-top: -30px;
}

.dolgit_2__instruction_btn {
    position: relative;
    margin: 15px 0 0 17px
}

.dolgit_2__advantages {
    margin-bottom: 82px;
    padding-top: 140px
}

.dolgit_2__advantages-title {
    margin-bottom: 44px;
    color: #0071ba;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}

.dolgit_2__advantages-item-wrapper {
    margin-bottom: 44px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 27px 33px
}

.dolgit_2__advantages-item {
    padding: 22px;
    border-radius: 10px;
    background: #f4f4f4
}

.dolgit_2__advantages-item-top {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

.dolgit_2__advantages-item-photo {
    width: 100%;
    max-width: 82px
}

.dolgit_2__advantages-item-title {
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.dolgit_2__advantages-item-text {
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.dolgit_2__advantages-text {
    padding: 26px 12px;
    color: #1c1f20;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 10px;
    background: #f5b5d2
}

.dolgit_2__advantages-text p {
    max-width: 1000px;
    margin: 0 auto
}

.dolgit_2__advantages-text span {
    font-weight: 700
}

.dolgit_2__why {
    padding: 82px 0;
    background: #f5b5d2
}

.dolgit_2__why-title {
    margin-bottom: 32px;
    color: #0071ba;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}

.dolgit_2__why-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px
}

.dolgit_2__why-details {
    width: 50%;
    max-width: 460px
}

.dolgit_2__why-details-item {
    margin-bottom: 8px;
    padding: 12px 12px 12px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    border-radius: 10px;
    background: #fefafb
}

.dolgit_2__why-details-item:last-child {
    margin-bottom: 0
}

.dolgit_2__why-details-item-photo {
    width: 100%;
    max-width: 46px
}

.dolgit_2__why-details-item-text {
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

.dolgit_2__why-photo-wrapper {
    width: 50%
}

.dolgit_2__why-photo {
    width: 100%
}

.dolgit_2__about {
    padding: 100px 0 0px
}

.dolgit_2__about-box {
    margin-bottom: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 65px;
    -moz-column-gap: 65px;
    column-gap: 65px
}

.dolgit_2__about-box:last-child {
    margin-bottom: 0
}
.dolgit_2__about-box:last-child .dolgit_2__about-details-text {
    color: #0071ba;
}
.dolgit_2__about-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.dolgit_2__about-details-title {
    margin-bottom: 34px;
    color: #0071ba;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%
}
.dolgit_2__about-details-title:empty {
    margin: 0 !important;
}
.dolgit_2__about-details-text {
    margin-bottom: 24px;
    color: #1c1f20;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.dolgit_2__about-details-text p {
    margin-bottom: 24px
}

.dolgit_2__about-details-text p:last-child {
    margin-bottom: 0
}

.dolgit_2__about-details-text:last-child {
    margin-bottom: 0
}

.dolgit_2__about-details-text_mod {
    padding: 16px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px;
    background: #fbe6ef
}

.dolgit_2__about-details-list {
    margin-bottom: 32px
}

.dolgit_2__about-details-item {
    position: relative;
    margin-bottom: 8px;
    padding-left: 14px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.dolgit_2__about-details-item::before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #f5b5d2;
    border-radius: 50%
}

.dolgit_2__about-details-item:last-child {
    margin-bottom: 0
}

.dolgit_2-questions {
    margin-bottom: 74px
}

.dolgit_2-questions__title {
    margin-bottom: 52px;
    color: #0071ba;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%
}

.dolgit_2-questions__item {
    margin-bottom: 10px;
    padding-bottom: 34px;
    border-bottom: 1px solid #d8d7d7
}

.dolgit_2-questions__item:last-child {
    margin-bottom: 0
}

.dolgit_2-questions__item-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dolgit_2-questions__item-title {
    width: 100%;
    color: #0071ba;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer
}

.plus {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.plus.active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dolgit_2-questions__item_text_mod {
    margin-bottom: 12px;
    color: #1c1f20;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.dolgit_2-questions__item-list-item {
    margin-left: 25px;
    color: #1c1f20;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    list-style-type: disc
}

.dolgit_2-questions__item_text-single-page {
    margin-top: 24px;
    display: none;
    color: #1c1f20;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.dolgit_2-questions__item_text-single-page span {
    font-weight: 700
}

.dolgit_2__recall {
    margin-bottom: 80px;
    padding-top: 150px
}

.dolgit_2__recall-title {
    margin-bottom: 44px;
    color: #0071ba;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%
}

.dolgit_2__recall-item {
    margin-bottom: 32px
}

.dolgit_2__recall-item:nth-child(2n+1) .dolgit_2__recall-item-text::after {
    right: 29px;
    left: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.dolgit_2__recall-item:nth-child(2n+1) .dolgit_2__recall-item-name {
    text-align: right
}

.dolgit_2__recall-item:last-child {
    margin-bottom: 0
}

.dolgit_2__recall-item .dolgit_2__recall-item-text {
    position: relative
}

.dolgit_2__recall-item .dolgit_2__recall-item-text::after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: 29px;
    background: url(../images/recall/recall-icon.svg) center/cover no-repeat
}

.dolgit_2__recall-item-text {
    margin-bottom: 37px;
    padding: 22px 22px 12px;
    border-radius: 6px;
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    background: #f5b5d2
}

.dolgit_2__recall-item-name {
    color: #1c1f20;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.footer {
    position: relative;
    background: #67926a;
    z-index: 40
}

.footer__inner {
    position: relative;
    padding: 55px 0 38px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr 2fr 2fr;
    grid-template-columns:2fr 1fr 2fr 2fr;
    grid-column-gap: 132px
}

.footer__title {
    margin-bottom: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px
}

.footer__list-item {
    margin-bottom: 12px
}

.footer__list-item:last-child {
    margin-bottom: 0
}

.footer__list-link {
    color: #fff;
    font-size: 14px
}

.footer__contacts-title {
    margin-bottom: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px
}

.footer__contacts-number {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-size: 14px
}

.footer__contacts-time {
    color: #fff;
    font-size: 14px
}

.footer__subscribe-title {
    margin-bottom: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px
}

.footer__subscribe-subtitle {
    margin-bottom: 12px;
    color: #fff;
    font-size: 14px
}

.footer__subscribe-form {
    position: relative
}

.footer__subscribe-form-email {
    min-width: 400px;
    padding: 10px 115px 10px 16px;
    border-radius: 50px;
    border: .5px solid #fff;
    background-color: inherit
}

.footer__subscribe-form-email::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: .5
}

.footer__subscribe-form-email::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: .5
}

.footer__subscribe-form-email:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: .5
}

.footer__subscribe-form-email::-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: .5
}

.footer__subscribe-form-email::placeholder {
    color: #fff;
    font-size: 14px;
    opacity: .5
}

.footer__subscribe-btn {
    padding: 10px;
    position: absolute;
    right: 1%;
    top: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    color: #67926a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.3px
}

.footer__pay {
    position: absolute;
    right: 0;
    bottom: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__pay-photo {
    margin-right: 22px
}

.footer__pay-photo:last-child {
    margin-right: 0
}

.footer__copy-wrapper {
    background: #fff
}

.footer__copy {
    padding: 18px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__copy-text {
    color: #3e3e3e;
    font-size: 14px
}

.footer__copy-dev {
    color: #3e3e3e;
    text-align: right;
    font-size: 14px
}

.footer__copy-dev span {
    text-decoration: underline
}

.footer__copy-dev_mod {
    display: none
}
@media (min-width: 768px) {
    .dolgit_2__advantages-item:first-child {
        grid-row-start: 1;
        grid-column-start: 1;
        grid-row-end: 2;
        grid-column-end: 3;
    }
    .dolgit_2__about,
    .dolgit_2__instruction-box-bottom {
        margin-top: -146px;
        padding-top: 146px;
    }
}
@media (max-width: 1366px) {
    .header__dolgit_2 .header__dolgit_2__top {
        padding: 19px 15px 16px
    }

    .header__dolgit_2 .header__dolgit_2__bottom {
        padding: 0px 15px
    }

    .header__dolgit_2__list-link {
        font-size: 15px
    }

    /* .dolgit_2__photo {
        max-width: 400px
    } */

    .dolgit_2__photo-two {
        right: 0;
        max-width: 400px
    }

    .footer__inner {
        grid-column-gap: 70px
    }
}

@media (max-width: 1200px) {
    .header__dolgit_2 .header__dolgit_2__main-logo-wrapper {
        max-width: 100px
    }

    .dolgit_2__instruction-box .dolgit_2__instruction-box-top {
        min-height: 230px
    }

    .footer__inner {
        grid-column-gap: 50px
    }
}

@media (max-width: 1040px) {
    .header__dolgit_2__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 1px;
        height: 80px !important
    }

    .header__dolgit_2 .header__dolgit_2__list {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    /* .dolgit_2__intro-inner {
        padding-top: 32px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    } */

    /* .dolgit_2__photo {
        max-width: 550px
    } */

    /* .dolgit_2__photo-two {
        top: 70%
    } */

    .dolgit_2__instruction-box .dolgit_2__instruction-box-top {
        min-height: 260px
    }

    .dolgit_2__instruction-box-text {
        font-size: 17px
    }

    .dolgit_2__advantages-item-wrapper {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns:1fr 1fr
    }

    .dolgit_2__about-box {
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 24px
    }

    .dolgit_2__about-box:last-child {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dolgit_2__about-details {
        width: 100%
    }

    .dolgit_2__about-photo-wrapper {
        width: 100%
    }

    .dolgit_2__about-photo {
        width: 100%;
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .dolgit_2__about-details-title {
        margin-bottom: 16px
    }

    .footer__inner {
        -ms-grid-columns: 2fr 1fr 150px 2fr;
        grid-template-columns:2fr 1fr 150px 2fr;
        grid-column-gap: 40px
    }

    .footer__subscribe-form-email {
        min-width: 300px
    }
}

@media (max-width: 900px) {
    .header__dolgit_2__list-link {
        font-size: 13px
    }

    .dolgit_2__title {
        padding: 0 15px;
        margin-bottom: 16px;
        font-size: 30px;
        line-height: 36px
    }

    .dolgit_2__text {
        padding: 0 15px;
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 30px
    }

    .dolgit_2__instruction {
        padding: 40px 0 0
    }

    .dolgit_2__instruction-subtitle {
        font-size: 30px
    }

    .dolgit_2__instruction-text {
        margin-bottom: 72px;
        padding: 16px 12px;
        font-size: 16px
    }

    .dolgit_2__instruction-title {
        max-width: 600px;
        margin: 0 auto 27px;
        font-size: 24px
    }

    .dolgit_2__instruction-box-title {
        margin-bottom: 12px;
        padding-left: 20px
    }

    .dolgit_2__instruction-box-title::before {
        width: 18px;
        height: 20px
    }

    .dolgit_2__instruction-box-text {
        font-size: 16px
    }

    .dolgit_2__instruction-box-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 42px
    }

    .dolgit_2__instruction-box:first-child {
        text-align: center
    }

    .dolgit_2__instruction-box:first-child .dolgit_2__instruction-box-link {
        display: inline-block
    }

    .dolgit_2__instruction-box:first-child .dolgit_2__instruction-box-top {
        margin-bottom: 13px;
        padding: 16px 12px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: auto
    }

    .dolgit_2__instruction-box:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .dolgit_2__instruction-box:nth-child(2) .dolgit_2__instruction-box-top {
        max-width: 60%;
        margin: 0 auto
    }

    .dolgit_2__instruction-box:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center
    }

    .dolgit_2__instruction-box:last-child .dolgit_2__instruction-box-top {
        min-height: auto;
        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-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .dolgit_2__instruction-table.active {
        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-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .dolgit_2__instruction-table.active tbody {
        width: 100%
    }

    .dolgit_2__instruction-table.active tbody td {
        width: 100%;
        text-align: left
    }

    .dolgit_2__instruction-table.active tbody td:first-child {
        width: 100%
    }

    .dolgit_2__instruction-table.active tbody td:last-child {
        min-width: 80px;
        text-align: center
    }

    .dolgit_2__why-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .dolgit_2__why-details {
        width: 100%;
        max-width: 100%
    }

    .footer__inner {
        -ms-grid-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
        -ms-grid-columns: max-content max-content max-content;
        grid-template-columns:-webkit-max-content -webkit-max-content -webkit-max-content;
        grid-template-columns:max-content max-content max-content;
        grid-gap: 50px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__subscribe {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 3;
        grid-column: span 3;
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 768px) {
    .header__dolgit_2__top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
        z-index: 100
    }
    .instruction-box-wrap {
        flex-direction: column;
        align-items: center;
    }
    .instruction-box-wrap ul {
        line-height: 2.2;
        padding: 0;
        font-size: 21px;
        list-style: none;
        margin-top: 15px;
    }

    .header__dolgit_2__btn {
        padding-right: 40px
    }

    .header__burger_mod {
        display: block;
        position: absolute;
        right: 16px;
        width: 20px;
        height: 18px;
        z-index: 5;
        cursor: pointer
    }

    .header__burger_mod::before, .header__burger_mod::after {
        content: "";
        background-color: #000;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .header__burger_mod span {
        position: absolute;
        background-color: #67926a;
        top: 8px;
        left: 0;
        width: 100%;
        height: 2px;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .header__burger_mod::before {
        top: 0;
        background-color: #67926a
    }

    .header__burger_mod::after {
        bottom: 0;
        background-color: #67926a
    }

    .header__burger_mod.active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .header__burger_mod.active:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 8px
    }

    .header__burger_mod.active:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 8px
    }

    .header__dolgit_2__bottom {
        position: fixed;
        top: 72px;
        left: -100%;
        padding: 44px 15px 15px !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        row-gap: 44px;
        width: 100%;
        height: calc(100vh - 72px) !important;
        background: #f7f8fc;
        z-index: 140;
        -webkit-transition: .2s linear;
        transition: .2s linear
    }

    .header__dolgit_2__main-logo-wrapper {
        max-width: 100% !important
    }

    .header__dolgit_2__bottom.active {
        left: 0
    }

    .header__dolgit_2__main-logo-wrapper {
        max-width: 155px
    }

    .header__dolgit_2__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 22px
    }

    .header__dolgit_2__list-link {
        font-size: 18px
    }

    .dolgit_2__intro-inner {
        margin-top: 79px
    }

    .dolgit_2__photo-two {
        max-width: 194px;
        top: 71%
    }

    .dolgit_2__advantages {
        margin-bottom: 24px
    }

    .dolgit_2__advantages-item-wrapper {
        margin-bottom: 24px;
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        grid-row-gap: 32px
    }
    .dolgit_2__instruction-box-link {
        font-size: 30px
    }
    .dolgit_2__advantages-title {
        margin-bottom: 24px;
        font-size: 30px
    }

    .dolgit_2__advantages-item {
        padding: 0;
        background-color: inherit
    }

    .dolgit_2__advantages-item-top {
        position: relative;
        margin-bottom: 8px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .dolgit_2__advantages-item-title {
        padding-left: 71px
    }

    .dolgit_2__advantages-item-photo {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 55px
    }

    .dolgit_2__advantages-item-text {
        padding-left: 71px
    }

    .dolgit_2__why {
        padding: 40px 0 34px
    }

    .dolgit_2__why-title {
        margin-bottom: 24px;
        font-size: 30px
    }

    .dolgit_2__why-details-item {
        padding: 12px 8px
    }

    .dolgit_2__why-details-item-photo {
        max-width: 24px
    }

    .dolgit_2__why-photo-wrapper {
        width: 70%
    }

    .dolgit_2__about-details-title {
        font-size: 24px
    }

    .dolgit_2__about-details-text p {
        margin-bottom: 8px
    }

    .dolgit_2__about-details-list {
        margin-bottom: 24px
    }

    .dolgit_2-questions__item-title {
        padding-right: 40px
    }
    .dolgit_2__instruction_btn {
        margin: 15px auto 0;
    }
    .dolgit_2__instruction-box-link-wrapper {
        padding-left: 0;
    }
    .dolgit_2__instruction-photo {
        display: none;
    }
    .footer__inner {
        padding: 50px 0 100px;
        grid-column-gap: 100px;
        grid-row-gap: 20px
    }

    .footer__pay {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .footer__copy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__copy-text {
        margin-bottom: 10px
    }
}

@media (any-hover: hover) {
    .header__nav-item:hover .submenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 640px) {
    .footer__inner {
        grid-column-gap: 50px
    }
}

@media (max-width: 575px) {
    .dolgit_2__intro-inner {
        border-top: 6px solid #0071ba;
        border-bottom: 6px solid #0071ba
    }

    /* .dolgit_2__photo {
        max-width: 234px;
        left: -14%;
    } */

    .dolgit_2__instruction-box-link {
        margin: 0;
    }
    /* .dolgit_2__photo {
        height: auto;
    } */
    .dolgit_2__photo-two {
        max-width: 143px;
        top: 83%;
        right: -1%
    }

    .dolgit_2__instruction-box:nth-child(2) .dolgit_2__instruction-box-top {
        max-width: 80%;
        min-height: auto
    }

    .dolgit_2__why-photo-wrapper {
        width: 100%
    }

    .dolgit_2__about {
        padding: 72px 0 96px
    }

    .dolgit_2__about-photo {
        height: auto
    }

    .dolgit_2-questions {
        margin-bottom: 1px
    }

    .dolgit_2-questions__title {
        margin-bottom: 44px;
        font-size: 30px
    }

    .dolgit_2-questions__item-title {
        padding-right: 20px;
        font-size: 16px
    }

    .dolgit_2-questions__item {
        margin-bottom: 24px
    }

    .dolgit_2-questions__item_text_mod {
        font-size: 16px
    }

    .dolgit_2-questions__item-list-item {
        font-size: 16px
    }

    .dolgit_2-questions__item_text-single-page {
        font-size: 16px
    }

    .dolgit_2__recall {
        margin-bottom: 56px
    }

    .dolgit_2__recall-item {
        margin-bottom: 24px
    }

    .dolgit_2__recall-title {
        margin-bottom: 38px;
        font-size: 30px
    }

    .dolgit_2__recall-item-text {
        margin-bottom: 30px;
        padding: 14px 16px
    }

    .dolgit_2__button-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 7px;
        -moz-column-gap: 7px;
        column-gap: 7px;
        top: auto;
        right: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 16px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .dolgit_2__button {
        min-width: 170px;
        font-size: 14px
    }

    .dolgit_2__button:nth-child(1) {
        padding: 10px 16px 10px 35px;
        border-radius: 50px;
        border: 1px solid #0071ba;
        background: #0071ba
    }

    .dolgit_2__button:nth-child(1)::after {
        left: 57%
    }

    .dolgit_2__button:nth-child(2) {
        border-radius: 50px;
        border: 1px solid #0071ba;
        background: #fff
    }

    .dolgit_2__modal-content {
        padding: 54px 24px 16px 24px
    }

    .dolgit_2__modal-title {
        margin-bottom: 18px
    }
}

@media (max-width: 520px) {
    .footer__inner {
        padding: 40px 0 23px;
        -ms-grid-columns: -webkit-max-content;
        -ms-grid-columns: max-content;
        grid-template-columns:-webkit-max-content;
        grid-template-columns:max-content;
        grid-row-gap: 52px;
        grid-column-gap: 150px
    }

    .footer__subscribe {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }

    .footer__contacts {
        margin-top: -10px
    }

    .footer__pay {
        display: none
    }

    .footer__contacts-time {
        margin-bottom: 42px
    }

    .footer__copy {
        padding: 8px 0;
        text-align: left
    }

    .footer__copy-dev {
        display: none
    }

    .footer__copy-dev_mod {
        display: block;
        color: #fff;
        text-align: left
    }
}

@media (max-width: 420px) {
    .footer__inner {
        grid-column-gap: 40px
    }
}

@media (max-width: 360px) {
    .header__dolgit_2__btn {
        margin: 0 auto
    }
    .dolgit_2__text {
        display: none;
    }

    /* .dolgit_2__photo {
        max-width: 285px;
        left: -11%;
    } */

    .dolgit_2__photo-two {
        max-width: 139px;
        top: 75%;
        right: 0
    }

    .dolgit_2__instruction-box:nth-child(2) .dolgit_2__instruction-box-top {
        margin-bottom: 24px;
        max-width: 100%
    }

    .dolgit_2__instruction-photo {
        margin: 0 auto;
        max-width: 266px
    }

    .dolgit_2__instruction-title {
        max-width: 100%
    }

    .dolgit_2__advantages-text {
        padding: 16px 12px;
        font-size: 14px
    }

    .dolgit_2__about-photo {
        height: 200px
    }

    .footer__inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer__subscribe-form-email {
        min-width: 328px
    }
}

.level-media__link {
    font: inherit;
    color: #3E3E3E;
    text-decoration-line: underline
}

@media (max-width: 900px) {
    .footer__subscribe-form-email {
        width: 100%;
        max-width: min-content;
    }
}
