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 {
    color: #1C1F20;
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.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%;
    margin-top: 150px;
}
@media (max-width: 780px){
    .wrapper{
        margin-top: -5px;
    }
}

.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: #7341A5;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    border: none;
    cursor: pointer
}
.btn-outline {
    background: #fff;
    color: #7341A5;
    border: 1px solid #7341A5;
    padding: 15px 31px;
}

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

.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;
    position: fixed;
    width: 100%;
	z-index: 1000;
}

.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(0, 0, 0, .05);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .05)
}

.header__dolgit_2 .header__dolgit_2__list-link {
    color: #7341A5
}

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

@media (max-width: 768px) {
	.header__dolgit_2__btn {
    	padding-right: 0px;
		margin-right: 60px;
	}
	
}

.dolgit_2__intro-inner {
    position: relative;
    border-top: 15px solid #7341A5;
    border-bottom: 15px solid #FFDA40
}

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

.dolgit_2__photo-two {
    position: absolute;
    right: -1%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.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 #7341A4;
    background: #7341A4;
    text-align: left
}

.dolgit_2__button:nth-child(1)::after {
    display: block;
    content: "";
    width: 18px;
    height: 22px;
    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: #7341A4;
    border-radius: 50px 0px 0px 50px;
    border-top: 1px solid #7341A4;
    border-bottom: 1px solid #7341A4;
    border-left: 1px solid #7341A4;
    background: #fff;
    border-right: none
}
@media(max-width: 767px) {
    .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 #7341A4;
        background: #7341A4
    }
    .dolgit_2__button:nth-child(1)::after {
        left: 57%
    }
    .dolgit_2__button:nth-child(2) {
        border-radius: 50px;
        border: 1px solid #7341A4;
        background: #fff
    }
}

/* SECTION-1 */
.section-1 .container {
    margin-top: 70px;
    display: flex;
    align-items: center;
    gap: 10px 50px;
}
.section-1 .img {
    max-width: 500px;
    flex: 1;
}
.section-1 .text {
    flex: 1;
}
.section-1 .title {
    font-size: 40px;
    line-height: 1;
    margin: 0 0 52px;
}
.section-1 ul {
    padding: 0;
    margin: 0;
}
.section-1 li {
    font-size: 17px;
    color: #696969;
    margin-bottom: 7px;
    list-style: none;
    display: flex;
    gap: 10px;
}
.section-1 li::before {
    display: block;
    content: "";
    margin-top: 8px;
    width: 8px;
    height: 8px;
    background-color: #7341A5;
    border-radius: 50%;
    flex: none;
}
.section-1 .info {
    margin-top: 55px;
    color: #7341A5;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    font-weight: bold;
    border-radius: 30px;
    background: #F8F5FB;
    position: relative;
    padding: 37px 50px;
}
.section-1 .info .icon {
    color: #fff;
    font-size: 34px;
    line-height: 1;
    background: #FF9C00;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: -22px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 767px) {
    .section-1 .container {
        margin-top: 20px;
        flex-direction: column;
    }
    .section-1 .title {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .section-1 .info {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 30px;
    }
    .section-1 .info .icon {
        font-size: 24px;
        left: -15px;
        top: -15px;
        height: 40px;
        width: 40px;
    }
}

/* SECTION-2 */
.section-2 .container {
    margin-top: 70px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.section-2 .title {
    font-size: 40px;
    line-height: 1;
    margin: 0 0 14px;
}
.section-2 .sub {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 54px;
}
.section-2 .blockquote {
    color: #696969;
    border-left: 4px solid #7341A5;
    padding: 3px 0 3px 16px;
    margin-bottom: 50px;
    max-width: 370px;
}
.section-2 .blockquote strong {
    color: #7341A5;
}
.section-2 .sub-2 {
    font-size: 20px;
}
.section-2 ul {
    padding: 0;
    margin: 19px 0 0;
}
.section-2 li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-2 li span {
    font-size: 100px;
    font-weight: 800;
    line-height: 80px;
    color: #FFDA40;
    flex: none;
}
.section-2 li div {
    max-width: 216px;
}
.section-2 li:nth-child(2) {
    margin-left: 88px;
    margin-bottom: 10px;
}
.section-2 .info {
    color: #fff;
    font-size: 17px;
    background: #7341A5;
    border-radius: 50%;
    padding: 35px;
    position: absolute;
    bottom: 0;
    left: 46%;
    transform: translateX(-50%);
    height: 246px;
    width: 246px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    z-index: 1;
}
.section-2 .img {
    max-width: 580px;
    flex: 1;
}
@media(max-width: 1070px) {
    .section-2 .info {
        bottom: auto;
        left: auto;
        right: 15px;
        top: 0;
        transform: none;
    }
}
@media(max-width: 767px) {
    .section-2 .container {
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
        padding-bottom: 160px;
    }
    .section-2 .title {
        font-size: 34px;
        margin-bottom: 5px;
    }
    .section-2 .sub {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .section-2 .info {
        font-size: 14px;
        right: auto;
        top: auto;
        bottom: 0;
        height: 210px;
        width: 210px;
    }
}

/* SECTION-3 */
.section-3 {
    background: linear-gradient(0deg, #FAF7F0 0%, #FFFFFF 100%);
}
.section-3 .container {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.section-3 .item {
    color: #7341A5;
    font-size: 17px;
    text-align: center;
    flex: 0 0 198px;
}
.section-3 .item .icon {
    margin: 0 auto 15px;
}
@media(max-width: 767px) {
    .section-3 .container {
        padding-top: 10px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .section-3 .item {
        flex: 0 0 150px;
    }
}

/* SECTION-4 */
.section-4 {
    margin-bottom: 40px;
}
.section-4 .title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: -16px;
}
.section-4 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 10px;
}
.section-4 .item {
    background: #F8F5FB;
    border-radius: 30px;
    position: relative;
    margin-top: 50px;
    padding: 0 40px 30px;
    max-width: 512px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.section-4 .item.disabled {
    opacity: 0.5 !important;
}
.section-4 .img {
    margin-top: -50px;
    margin-bottom: 38px;
    position: relative;
    padding-top: 57%;
}
.section-4 .img .expected {
    color: #7E3CAB;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='93' height='97' viewBox='0 0 93 97' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='46.5' cy='46.5' r='46.5' fill='%23F7D526'/%3E%3Cpath d='M16.1198 94.3289C46.5001 101.736 65.1127 89.8443 73.3097 84.4469C64.6319 83.0322 34.9577 75.3354 31 87.5097C28.7323 94.4853 8.5 89 7.49994 90.0001C6.49988 91.0001 8.49419 92.4698 16.1198 94.3289Z' fill='%23F7D526'/%3E%3C/svg%3E%0A");
    height: 97px;
    width: 93px;
    position: absolute;
    left: 64%;
    top: 15%;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-4 .img img {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.section-4 .name {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
}
.section-4 .sub {
    font-size: 17px;
    font-weight: bold;
    display: block;
    margin-bottom: 22px;
}
.section-4 .item p {
    color: #696969;
    font-size: 17px;
    margin: 0 0 20px;
}
.section-4 ul {
    padding: 0;
    margin: 0 0 20px;
}
.section-4 li {
    font-size: 17px;
    line-height: 27px;
    color: #696969;
    margin-bottom: 7px;
    list-style: none;
    display: flex;
    gap: 10px;
}
.section-4 li::before {
    display: block;
    content: "";
    margin-top: 8px;
    width: 8px;
    height: 8px;
    background-color: #7341A5;
    border-radius: 50%;
    flex: none;
}
.section-4 ul.lists li {
    gap: 14px;
}
.section-4 ul.lists li::before {
    background-color: #FF9C00;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 4.5L4.5 8.25L12 0.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0;
    height: 25px;
    width: 25px;
}
.section-4 .btns {
    margin-top: auto;
    display: flex;
    gap: 10px 20px;
}
.section-4 .btn {
    flex: 1;
}
@media(max-width: 880px) {
    .section-4 .title {
        margin-bottom: 20px;
    }
    .section-4 .item {
        max-width: 100%;
    }
    .section-4 .img {
        margin-bottom: 30px;
        padding-top: 0;
    }
    .section-4 .img img {
        position: static;
        transform: none;
    }
}
@media(max-width: 767px) {
    .section-4 .title {
        font-size: 24px;
    }
    .section-4 .item {
        padding: 0 20px 20px;
        flex: 100%;
    }
    .section-4 .name {
        margin-bottom: 20px;
    }
    .section-4 .sub {
        margin-bottom: 20px;
    }
    .section-4 .btns {
        flex-direction: column;
    }
}

/* SECTION-5 */
.section-5 {
    margin-top: 70px;
}
.section-5 .title {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px;
}
.section-5 .dl {
    border-radius: 30px;
    padding: 27px 24px;
    display: flex;
    align-items: center;
    gap: 32px;
}
.section-5 .dl:nth-child(even) {
    background-color: #FBF6EC;
}
.section-5 .dt {
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 60%;
}
.section-5 .dd {
    flex: 40%;
}
.section-5 .dl strong {
    font-size: 17px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.section-5 .dl p {
    color: #696969;
    font-size: 17px;
    margin: 0;
}
.section-5 .img {
    flex: none;
    width: 70px;
}
.section-5 .dt .item {
    flex: 1 1 400px;
}
.section-5 .dt .item strong {
    color: #7341A5;
}
.section-5 .dt svg {
    flex: none;
}
@media(max-width: 767px) {
    .section-5 {
        margin-top: 50px;
    }
    .section-5 .title {
        font-size: 34px;
        margin-bottom: 0;
    }
    .section-5 .dl {
        border-radius: 0;
        padding: 30px 15px;
        margin: 0 -15px;
        flex-wrap: wrap;
        gap: 20px;
    }
    .section-5 .dt {
        margin-right: -15px;
        flex: 100%;
        gap: 15px;
    }
}

/* SECTION-6 */
.section-6 {
    margin-top: 60px;
    position: relative;
}
.section-6::after {
    content: "";
    background: linear-gradient(0deg, #F8F5FB 0%, #FFFFFF 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    height: 270px;
    z-index: -1;
}
.section-6 .title {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px;
}
.section-6 .list {
    position: relative;
    height: 770px;
}
.section-6 .list strong {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
.section-6 .list > div {
    position: absolute;
    width: 328px;
}
.section-6 .img {
    pointer-events: none;
    max-width: 54%;
    position: absolute;
    top: -32px;
    left: 10%;
}
.section-6 .item1 {
    right: 16px;
    top: 47px;
}
.section-6 .item2 {
    left: 0;
    bottom: 146px;
}
.section-6 .item3 {
    right: 220px;
    bottom: 48px;
}
.section-6 ul {
    padding: 0;
    margin: 0;
}
.section-6 li {
    font-size: 17px;
    line-height: 27px;
    color: #696969;
    margin-bottom: 7px;
    list-style: none;
    display: flex;
    gap: 10px;
}
.section-6 li::before {
    display: block;
    content: "";
    margin-top: 8px;
    width: 8px;
    height: 8px;
    background-color: #7341A5;
    border-radius: 50%;
    flex: none;
}
@media(max-width: 930px) {
    .section-6 .img {
        position: static;
        margin-bottom: -70px;
        max-width: 100%;
        width: calc(50% - 15px);
        object-fit: contain;
    }
    .section-6 .list {
        height: auto;
        padding-bottom: 50px;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .section-6 .list > div {
        position: static;
        width: calc(50% - 15px);
    }
}
@media(max-width: 767px) {
    .section-6 {
        margin-top: 50px;
    }
    .section-6::after {
        height: 360px;
    }
    .section-6 .title {
        font-size: 34px;
        margin-bottom: 0;
    }
    .section-6 .img {
        width: 100%;
    }
    .section-6 .list > div {
        width: 100%;
    }
}

.dolgit_2__instruction-box-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 40px;
    gap: 12px;
}
.dolgit_2__instruction-box-link::after {
    display: block;
    content: "";
    flex: none;
    width: 18px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3E%3Cpath d='M16.7071 0.707153L8.70709 8.70715L0.707092 0.707153' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    -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-box-link.active + .dolgit_2__instruction-table {
    display: block;
}
.dolgit_2__instruction-table {
    display: none;
    border-radius: 30px;
    box-shadow: 0 14px 74px 0 rgba(0, 0, 0, 0.20);
    margin-top: 10px;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -28px;
    background: #fff;
    border-collapse: collapse;
    z-index: 2;
}
.dolgit_2__instruction-table > strong {
    color: #7341A5;
    font-size: 19px;
    font-weight: bold;
    display: block;
    margin-bottom: 17px;
}
.main .dolgit_2__instruction-table > p {
    font-size: 11px;
    line-height: 1.2;
    color: #696969;
    margin: 20px 0 0;
}
.dolgit_2__instruction-table table {
    width: 100%;
    border-collapse: collapse;
}
.dolgit_2__instruction-table td {
    font-size: 16px;
    padding: 20px 20px;
}
.dolgit_2__instruction-table td:first-child {
    font-weight: 600;
    white-space: nowrap;
    color: #7341A5;
    border-radius: 10px 0 0 10px;
}
.dolgit_2__instruction-table td:last-child{
    border-radius: 0 10px 10px 0;
}
.dolgit_2__instruction-table tr:nth-child(odd) td {
    background: #EFECF2;
}
@media(max-width: 767px) {
    .dolgit_2__instruction-table {
        margin-top: 0;
        padding: 15px;
    }
    .dolgit_2__instruction-table > strong {
        font-size: 17px;
    }
    .dolgit_2__instruction-table table {
        margin: 0 auto;
        width: 100%;
    }
    .dolgit_2__instruction-table td {
        font-size: 14px;
        border-radius: 0 !important;
        padding: 10px;
    }
}

@media (any-hover: hover) {
    .dolgit_2__button {
        transition: all .3s ease-in-out;
    }
    .dolgit_2__button:hover {
        transform: scale(1.1);
    }
}

.dolgit_2-questions {
    margin-top: 60px;
    margin-bottom: 80px;
}
.dolgit_2-questions__title {
    margin-bottom: 23px;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    line-height: 120%
}

.dolgit_2-questions__item {
    margin-bottom: 10px;
    padding-bottom: 30px;
    padding-top: 16px;
    border-bottom: 1px solid #D1D2D5
}

.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: #7341A5;
    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_text-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(44%, 1fr));
    grid-gap: 30px 80px;
}
.dolgit_2-questions__item-col img {
    display: block;
    margin-bottom: 20px;
}
.dolgit_2-questions__item-list {
    margin-top: 20px;
}
.dolgit_2-questions__item-list-item {
    position: relative;
    color: #696969;
    margin-bottom: 10px;
    padding-left: 17px;
    font-size: 16px;
    line-height: 1.4;
}
.dolgit_2-questions__item-list-item::before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 7px;
    background-color: #328750;
    border-radius: 50%;
}

.dolgit_2-questions__item_text-single-page {
    margin-top: 30px;
    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
}
@media(max-width: 767px) {
    .dolgit_2-questions {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .dolgit_2-questions__title {
        font-size: 34px;
    }
}

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

.footer__copy-dev_mod .level-media__link {
    color: inherit;
}

@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-two {
        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
    }
    .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__photo-two {
        top: 70%
    }
    .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
    }
    .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
    }
    .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: 350px;
        top: 50%
    }
    .dolgit_2-questions__item-title {
        padding-right: 40px
    }
    .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: 767px) {
    .dolgit_2-questions__item_text-row {
        justify-items: center;
    }
    .dolgit_2-questions__item-col {
        text-align: center;
    }
    .dolgit_2-questions__item-col img {
        margin: 0 auto 20px;
    }
}
@media(max-width: 640px) {
    .footer__inner {
        grid-column-gap: 50px
    }
}

@media(max-width: 575px) {
    .dolgit_2__intro-inner {
        border-top-width:#7341A5;
        border-bottom-width: 6px;
    }
    .dolgit_2__photo-two {
        max-width: 220px;
        top: 63%;
        right: -1%
    }
    .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_text-single-page {
        font-size: 16px
    }
    .footer__subscribe-form-email {
    	max-width: 312px;
	}
}
@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__photo-two {
        max-width: 220px;
        top: 63%;
        right: -1%
    }
    .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;
    }
}

.dolgit_2__modal.active {
    display: block
}
.dolgit_2__modal-dialog {
    max-width: 960px;
    margin: 32px auto
}
.dolgit_2__modal-content {
    padding: 20px;
    line-height: 27px;
    position: relative;
    width: 100%;
    background-color: #fff;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .25);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .25)
}
.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)
}
.dolgit_2__modal-title {
    color: #7341A5;
    font-weight: 700;
    font-size: 26px;
}
.dolgit_2__modal-subtitle {
    color: #7341A5;
    font-weight: 600;
    font-size: 17px;
}
.dolgit_2__modal small {
    color: #696969;
    font-size: 11px;
    line-height: 1.3;
    margin-top: 10px;
    display: inline-block
}
.dolgit_2__modal strong {
    color: #7341A5;
    font-weight: 600;
}
.dolgit_2__modal .block {
    border-radius: 10px;
    padding: 10px;
    background: #EFECF2;
    margin: 15px 0;
}
.dolgit_2__modal table {
    margin-top: 25px;
    width: 100%;
    border-collapse: collapse;
}
.dolgit_2__modal td {
    font-size: 16px;
    padding: 20px 20px;
}
.dolgit_2__modal td:first-child {
    font-weight: 600;
    white-space: nowrap;
    color: #7341A5;
    border-radius: 10px 0 0 10px;
}
.dolgit_2__modal td:last-child{
    border-radius: 0 10px 10px 0;
}
.dolgit_2__modal tr:nth-child(odd) td {
    background: #EFECF2;
}
@media(max-width: 767px) {
    .dolgit_2__modal-content {
        padding: 15px;
        font-size: 14px;
    }
    .dolgit_2__modal-title {
        font-size: 17px;
    }
    .dolgit_2__modal table {
        margin: 20px auto 0;
        width: auto;
    }
    .dolgit_2__modal td {
        font-size: 14px;
        border-radius: 0 !important;
        padding: 10px;
    }
}