.container-wp {
    width: 1212px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}
.main.container{
    overflow: visible;
    max-width: 100%;
    padding: 0;
}
ul.breadcrumb {
    max-width: 1392px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}
.main__title {
    max-width: 1392px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px
}
.footer{
    margin-top: 0;
}

.about-banner {
    background-image: url("./images/about-banner2.png");
    margin-top: -18px;
    
    padding-top: 76px;
    padding-bottom: 90px;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about-banner__content {
    max-width: 760px;
}
.about-banner__mobile-image {
    display: none;
}
.about-banner__title{
    letter-spacing: -1px;
    font-weight: 900;
    font-size: 32px;
    line-height: 45px;
    color: #324C9A;
}
.about-banner__title br {
    display: none;
}
.about-banner__descr {
    max-width: 644px;
    font-weight: 550;
    font-size: 24px;
    line-height: 45px;
    color: #324C9A;
    margin-top: 57px;
}
.about-banner__btn {
    margin-top: 72px;
    font-weight: 550;
    font-size: 16px;
    line-height: 25px;
    height: 58px;
    width: 256px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 1440px) {
    .about-banner {
        background-size: cover;
    }
    .about-banner {
        background-size: cover;
        background-position: right center;
    }
}
@media(max-width: 1200px) {
    .about-banner__content {
        max-width: 540px;
    }
    .about-banner__title {
        font-size: 24px;
        line-height: 130%;
    }
    .about-banner__descr {
        font-size: 14px;
        margin-top: 20px;
    }
    .about-banner__btn {
        margin-top: 30px;
        font-size: 13px;
        height: 42px;
        width: 216px;
    }
    .about-banner {
        margin-top: 30px;
        padding-top: 50px;
    }
}
@media(max-width: 975px) {
    .about-banner {
        background-position: 10%;
    }
    .about-banner {
        background-position: right -90px center;
    }
}
@media(max-width: 880px) {
    .about-banner {
        padding-top: 30px;
        padding-bottom: 40px;
        background-position: right -0px center;
    }
    .about-banner__content {
        max-width: 440px;
    }
    .about-banner__title {
        font-size: 20px;
        line-height: 130%;
    }
    .about-banner__descr {
        font-size: 12px;
        margin-top: 15px;
        line-height: 130%;
    }
    .about-banner__btn {
        margin-top: 20px;
        font-size: 12px;
        height: 36px;
        width: 170px;
    }
}
@media(max-width: 790px) {
    .about-banner {
        padding-top: 40px;
        background-position: right -56px center;
    }
}
@media(max-width: 740px) {
    .about-banner {
        background-image: none;
        margin-top: 0;
    }
    .about-banner__mobile-image {
        display: block;
        margin: 10px 0;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-banner__mobile-image img {
        display: block;
        width: 100%;
    }
    .about-banner__content {
        max-width: 100%;
        text-align: center;
    }
    .about-banner__descr {
        margin: 15px auto 0;
    }
    .about-banner__btn {
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 580px) {
    .about-banner__mobile-image {
        width: calc(100% + 32px);
        margin-left: -16px;
        max-width: none;
    }
    .about-banner {
        padding-top: 32px;
        padding-bottom: 34px;
    }
    .about-banner__title {
        font-size: 24px;
        line-height: 150%;
    }
    .about-banner__descr {
        font-size: 16px;
        line-height: 25px;
        margin: 29px auto 0;
        text-align: justify;
    }
    .about-banner__btn {
        margin-top: 25px;
        font-size: 16px;
        height: 58px;
        width: 224px;
    }
}
@media(max-width: 400px) {
    .about-banner__title{
        padding: 0 6px;
    }
    .about-banner__title br {
        display: block;
    }
}

.about-stat {
    background-color: #324C9A;
    padding: 63px 0 39px;
    position: relative;
    overflow: hidden;
}
.about-stat__content {
    position: relative;
    z-index: 1;
}
.about-stat__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.about-stat__item {
    min-width: 33%;
    margin: 37px 0;
}
.about-stat__count {
    font-weight: 900;
    font-size: 48px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}
.about-stat__count span {
    font-size: 25px;
}
.about-stat__descr {
    font-weight: 550;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 27px;
}
.about-stat__descr_upper {
    text-transform: uppercase;
}
.about-stat__decor {
    position: absolute;
    bottom: -189px;
    left: 0;
    z-index: 0;
}
.about-stat__decor img {
    display: block;
    width: 100%;
}
@media(max-width: 1030px) {
    .about-stat__decor {
        position: absolute;
        bottom: -219px;
        left: -30px;
    }
    .about-stat__count {
        font-size: 40px;
    }
    .about-stat__descr {
        font-size: 15px;
        line-height: 25px;
        margin-top: 10px;
    }
    .about-stat__item {
        min-width: 33%;
        margin: 30px 0;
    }
}
@media(max-width: 850px) {
    .about-stat__count {
        font-size: 28px;
    }
    .about-stat__descr {
        font-size: 12px;
        line-height: 130%;
        margin-top: 10px;
    }
    .about-stat__item {
        min-width: 33%;
        margin: 21px 0;
    }
    .about-stat__count span {
        font-size: 16px;
    }
}
@media(max-width: 605px) {
    .about-stat__item {
        width: 50%;
    }
}
@media(max-width: 520px) {
    .about-stat {
        padding: 53px 0 30px;
    }
    .about-stat__list {
        flex-direction: column;
        align-items: center;
    }
    .about-stat__item {
        width: 100%;
        margin-top: 0;
    }
    .about-stat__item:not(:last-child) {
        margin-bottom: 53px;
    }
    .about-stat__count {
        font-size: 24px;
    }
    .about-stat__count span {
        font-size: inherit;
    }
    .about-stat__descr {
        font-weight: 550;
        font-size: 16px;
        line-height: 25px;
        margin-top: 20px;
    }
    .about-stat__decor {
        max-width: 255px;
        bottom: -137px;
    }
}

.principle {
    background-image: url("./images/principle.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
    padding-top: 83px;
    padding-bottom: 79px;
}
.principle__content {
    display: flex;
}
.principle__title {
    font-weight: 900;
    font-size: 32px;
    line-height: 45px;
    color: #324C9A;
    white-space: nowrap;
    letter-spacing: -0.5px;
    margin-right: 78px;
}
.principle__descr {
    font-weight: 550;
    font-size: 24px;
    line-height: 45px;
    color: #324C9A;
    letter-spacing: -0.6px;
}
@media(max-width: 1440px) {
    .principle {
        background-size: cover;
    }
}
@media(max-width: 1100px) {
    .principle__descr {
        font-size: 22px;
        line-height: 130%;
        max-width: 500px;
    }
    .principle__title {
        font-size: 22px;
        line-height: 130%;
    }
    .principle__content {
        justify-content: center;
    }
    .principle {
        padding: 60px 0;
    }
}
@media(max-width: 730px) {
    .principle__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .principle__title {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .principle {
        padding: 50px 0 35px;
    }
}
@media(max-width: 520px) {
    .principle {
        padding: 39px 0 50px;
        background-image: url("./images/principle__mob.png");
    }
    .principle__title {
        font-size: 24px;
        line-height: 45px;
        margin-bottom: 12px;
    }
    .principle__descr {
        font-weight: 550;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        margin-left: 4px;
    }
}

.about-feature {
    background-image: url(./images/feature.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 92px 15px 69px;
    max-height: 362px;
}
.about-feature__content {
    display: flex;
    justify-content: flex-end;
    max-width: 1440px;
    margin: 0 auto;
}
.about-feature__list {
    list-style: none;
    margin: 0;
    padding: 0;
    
    max-width: 46%;
}
.about-feature__item:after {
    background-image: url('./images/ok.svg');
    
    position: absolute;
    left: 0;
    top: 0;
    
    content: '';
    
    width: 27px;
    height: 20px;
}
.about-feature__item {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    position: relative;
    padding-left: 90px;
    margin-bottom: 20px;
}
.about-feature__image-mob {
    display: none;
}
.about-feature__image-mob img {
    display: block;
    width: 100%;
}
@media(max-width: 1030px) {
    .about-feature {
        background-size: contain;
        padding: 60px 15px 30px;
    }
    .about-feature__item {
        font-size: 14px;
        padding-left: 50px;
        margin-bottom: 15px;
    }
}
@media(max-width: 750px) {
    .about-feature {
        background-image: none;
        max-height: none;
        padding-top: 0;
        padding-bottom: 0;
    }
    .about-feature__content {
        display: flex;
        flex-direction: column;
    }
    .about-feature__image-mob {
        display: block;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-bottom: 20px;
    }
    .about-feature__item {
        font-size: 16px;
        padding-left: 88px;
        margin-bottom: 20px;
    }
    .about-feature__list {
        max-width: 100%;
        margin-top: 40px;
    }
}
@media(max-width: 520px) {
    .about-feature__item:after {
        width: 20px;
        height: 15px;
        
        left: 2px;
        top: 4px;
        
        background-size: cover;
    }
    .about-feature__item {
        font-size: 16px;
        padding-left: 55px;
        margin-bottom: 25.5px;
        letter-spacing: -0.2px;
        text-transform: initial;
    }
    .about-feature__list {
        margin-top: 30px;
        padding-right: 26px;
    }
}

.about-map {
    padding-top: 70px;
    padding-bottom: 0;
    max-height: 600px;
}
.about-map__title {
    font-weight: 900;
    font-size: 32px;
    line-height: 45px;
    color: #324C9A;
    text-transform: initial;
    position: relative;
    z-index: 1;
}
.about-map__map-wrap {
    position: relative;
    margin-top: -31px;
    margin-left: -8px;
}
.about-map__map-img{
    text-align: right;
    pointer-events: none;
}
.about-map__map-img img {
    max-width: 100%;
    margin-right: 0;
    left: 131px;
    position: relative;
    top: -88px;
}
.about-map__map-content-list {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    top: 46%;
    transform: translateY(-50%);
    margin-left: 8px;
}
.about-map__map-item {
    width: 33%;
}
.about-map__map-item-count {
    font-weight: 900;
    font-size: 48px;
    line-height: 25px;
    text-align: center;
    color: #324C9A;
    margin-bottom: 28px;
}
.about-map__map-item-descr {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    text-transform: lowercase;
    color: #324C9A;
}
.about-map__descr {
    max-width: 712px;
    flex: 1 0 100%;
    margin-top: 85px;
}
.about-map__descr p {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin-top: 0;
}
.about-map__descr p:not(:last-child) {
    margin-bottom: 25px;
}
@media(max-width: 970px) {
    .about-map__map-content-list {
        margin-left: 0;
    }
    .about-map__map-item-count {
        font-size: 39px;
        margin-bottom: 20px;
    }
    .about-map__map-item-descr {
        font-size: 17px;
    }
}
@media(max-width: 730px) {
    .about-map {
        max-height: none;
    }
    .about-map__title {
        text-align: center;
        font-size: 27px;
    }
    .about-map__map-wrap {
        margin-top: -10px;
        margin-left: 0;
    }
    .about-map__map-item-count {
        font-size: 33px;
        margin-bottom: 10px;
    }
    .about-map__map-item-descr {
        font-size: 14px;
    }
}
@media(max-width: 590px) {
    .about-map {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .about-map__title {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0.1px;
        margin-left: 2px;
    }
    .about-map__map-content-list {
        flex-direction: column;
        transform: none;
        align-items: center;
        position: static;
        
        padding-top: 55px;
        padding-bottom: 13px;
    }
    .about-map__map-img {
        position: absolute;
        text-align: center;
    }
    .about-map__map-img img{
        margin-left: auto;
        margin-right: auto;
        left: 0;
        top: 100px;
    }
    .about-map__map-item-count {
        font-weight: 900;
        font-size: 24px;
        line-height: 25px;
    }
    .about-map__map-item {
        width: 100%;
        margin-bottom: 48px;
    }
    .about-map__map-item:last-of-type{
        margin-bottom: 0;
    }
    .about-map__map-item-descr {
        font-weight: 700;
        font-size: 16px;
        line-height: 25px;
        margin-top: 24px;
    }
    .about-map__descr {
        max-width: 712px;
        text-align: justify;
        margin-left: 6px;
        margin-right: 4px;
        margin-top: 0;
    }
    .about-map__descr p{
        font-weight: 550;
        font-size: 16px;
        line-height: 25px;
        color: #324C9A;
    }
}

.about-other {
    background-image: url(./images/other.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 76px;
    padding-bottom: 77px;
}
.about-other__content {
    display: flex;
    justify-content: space-between;
}
.about-other__title {
    font-weight: 900;
    font-size: 32px;
    line-height: 45px;
    color: #324C9A;
    min-width: 302px;
    display: block;
    text-align: right;
    margin-left: -23px;
    letter-spacing: -0.6px;
    margin-right: 92px;
}
.about-other__descr {
    font-weight: 550;
    font-size: 24px;
    line-height: 45px;
    color: #324C9A;
}
@media(max-width: 1230px) {
    .about-other__title {
        margin-left: 0;
    }
    .about-other__descr {
        font-size: 27px;
        line-height: 130%;
    }
}
@media(max-width: 980px) {
    .about-other__title {
        font-size: 26px;
        line-height: 130%;
        
        min-width: 236px;
        margin-right: 50px;
    }
    .about-other__descr {
        font-size: 23px;
    }
}
@media(max-width: 800px) {
    .about-other__content {
        flex-direction: column;
    }
    .about-other__title {
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
        margin-right: 0;
    }
    .about-other__descr {
        text-align: center;
    }
}
@media(max-width: 530px) {
    .about-other {
        padding-top: 48px;
        padding-bottom: 50px;
    }
    .about-other__title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .about-other__descr {
        text-align: justify;
        margin-left: 5px;
        font-size: 16px;
        line-height: 24px;
        margin-right: 5px;
        margin-top: 3px;
    }
}

.about-price {
    padding-top: 76px;
    padding-bottom: 96px;
}
.about-price__title {
    font-weight: 900;
    font-size: 32px;
    line-height: 45px;
    margin-left: 2px;
    color: #324C9A;
}
.about-price__descr {
    font-weight: 550;
    font-size: 24px;
    line-height: 45px;
    color: #324C9A;
    margin-top: 62px;
}
.about-price__items {
    display: flex;
    justify-content: space-between;
    
    width: calc(100% + 90px);
    margin-top: 60px;
    margin-bottom: 70px;
}
.about-price__item {
    padding-top: 110px;
    max-width: 276px;
    
    position: relative;
}
.about-price__item-icon {
    position: absolute;
    left: 0;
    top: 6px;
}
.about-price__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #324C9A;
    
    letter-spacing: -0.3px;
    display: block;
    height: 50px;
    margin-bottom: 12px;
}
.about-price__item-descr {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    color: #000000;
}
.about-price__description {
    font-weight: 550;
    font-size: 24px;
    line-height: 45px;
    color: #324C9A;
    margin-top: 62px;
}
.about-price__btn {
    max-width: 224px;
    margin: 78px auto 0;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 1500px) {
    .about-price__items {
        width: calc(100% + 40px);
    }
}
@media(max-width: 1450px) {
    .about-price__items {
        width: 100%;
    }
    .about-price__item {
        max-width: 260px;
    }
}
@media(max-width: 1170px) {
    .about-price__items {
        flex-wrap: wrap;
    }
    .about-price__item {
        max-width: calc(50% - 20px);
        padding-top: 80px;
        margin-bottom: 40px;
    }
    .about-price__item-title {
        height: auto;
    }
}
@media(max-width: 670px) {
    .about-price {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .about-price__descr {
        font-size: 16px;
        line-height: 130%;
        margin-top: 30px;
    }
    .about-price__items {
        margin-bottom: 20px;
    }
    .about-price__item-descr {
        font-size: 13px;
    }
    .about-price__description {
        font-size: 16px;
        line-height: 130%;
        margin-top: 20px;
        margin-left: 0;
    }
    .about-price__btn {
        margin: 40px auto 0;
    }
    
}
@media(max-width: 520px) {
    .about-price {
        padding-top: 48px;
        padding-bottom: 58px;
    }
    .about-price__title {
        font-size: 24px;
        line-height: 45px;
        margin-left: -1px;
        text-align: center;
    }
    .about-price__descr {
        font-size: 16px;
        line-height: 24px;
        margin-top: 18px;
        margin-left: 4px;
        margin-right: 4px;
        text-align: justify;
    }
    .about-price__item-descr {
        font-size: 16px;
        margin-top: 18px;
    }
    .about-price__items {
        flex-direction: column;
        margin-top: 36px;
        margin-bottom: 49px;
    }
    .about-price__item {
        max-width: 100%;
        padding-top: 82px;
        margin-left: 4px;
        margin-right: 3px;
        margin-bottom: 0px;
    }
    .about-price__item:not(:last-child) {
        margin-bottom: 53px;
    }
    .about-price__item-title {
        height: auto;
        max-width: 200px;
        text-align: center;
        margin: 0 auto;
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
    }
    .about-price__item-icon {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .about-price__description {
        font-weight: 550;
        font-size: 16px;
        line-height: 25px;
        margin-top: 11px;
        margin-left: 4px;
        text-align: justify;
    }
    .about-price__btn {
        margin: 27px auto 0;
        max-width: 186px;
    }
}


.about-block {
    background: #324C9A;
    color: #fff;
}
.about-block__content {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
}
.about-block__text {
    width: 54%;
    padding: 0 96px 0 134px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-block__image {
    width: 46%;
    /*min-width: 547px;*/
}
.about-block__image img {
    display: block;
    width: 100%;
}
@media(max-width: 1400px) {
    .about-block__text {
        width: 60%;
    }
    .about-block__image {
        width: 40%;
    }
    .about-block__image img {
        height: 100%;
        object-fit: cover;
    }
}
@media(max-width: 1250px) {
    .about-block__text {
        padding: 0 70px 0 30px;
    }
}
@media(max-width: 890px) {
    .about-block__text {
        padding: 0 30px 0 30px;
    }
}
@media(max-width: 850px) {
    .about-block__content {
        flex-direction: column;
    }
    .about-block__text {
        width: 100%;
    }
    .about-block__image {
        width: 100%;
        height: 300px;
    }
}
@media(max-width: 520px) {
    .about-block__text {
        padding: 0 19px;
    }
    .about-block__image {
        height: auto;
        max-height: none;
    }
}


.about-license__title {
    font-weight: 900;
    font-size: 32px;
    line-height: 45px;
    color: #FFFFFF;
    letter-spacing: -0.7px;
    margin-bottom: 72px;
}
.about-license__descr {
    font-weight: 550;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    color: #FFFFFF;
}
@media(max-width: 1400px) {
    .about-license {
        padding: 40px 0;
    }
}
@media(max-width: 850px) {
    .about-license__title {
        margin-bottom: 20px;
    }
}
@media(max-width: 520px) {
    .about-license {
        padding: 50px 0 27px;
    }
    .about-license__title {
        font-weight: 900;
        font-size: 24px;
        line-height: 25px;
        text-align: center;
        max-width: 300px;
        margin: 0 auto 20px;
    }
    .about-license__descr{
        font-weight: 550;
        font-size: 16px;
        line-height: 25px;
    }
}


.about-form__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    color: #FFFFFF;
    letter-spacing: -0.6px;
}
.about-form__fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 530px;
    margin-top: 32px;
}
.about-form__field {
    width: calc(50% - 10px);
    background: transparent;
    
    height: 36px;
    margin-bottom: 47px;
    
    text-align: center;
    
    border: none;
    border-bottom: 1px solid #fff;
}
.about-form__field {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    
    outline: none;
    
    color: #FFFFFF;
}
.about-form__field:focus::placeholder {
    opacity: 0;
    transition: .5s;
}
.about-form__field::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: .5s;
    
    color: #FFFFFF;
}
.about-form__checkbox {
    margin-top: 6px;
    display: block;
}
.about-form__checkbox-field {
    opacity: 0;
    width: 26px;
}
.about-form__checkbox span {
    font-weight: 550;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    color: #FFFFFF;
    position: relative;
}
.about-form__checkbox span:before {
    content: '';
    background: #324C9A;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: -3px;
    left: -25px;
}
.about-form__checkbox input:checked + span:after {
    content: '';
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: -3px;
    left: -25px;
    
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("./images/checkbox.png");
}
.about-form__btn {
    display: block;
    margin: 51px auto 0;
    width: 255px;
    height: 57px;
    transform: translateX(-19px);
    font-size: 17px;
    font-weight: 900;
}
@media(max-width: 1400px) {
    .about-form {
        padding: 40px 0;
    }
}
@media(max-width: 1250px) {
    .about-form__title {
        font-size: 30px;
    }
}
@media(max-width: 850px) {
    .about-form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-form__btn {
        transform: none;
    }
}
@media(max-width: 520px) {
    .about-form {
        padding: 45px 0 49px;
    }
    .about-form__title {
        font-weight: 900;
        font-size: 24px;
        line-height: 25px;
        text-align: center;
        max-width: 300px;
        margin: 0 auto;
    }
    .about-form__fields {
        flex-direction: column;
        width: 100%;
        max-width: 256px;
        margin-top: 36px;
    }
    .about-form__field:nth-child(1) {
        order: 0;
    }
    .about-form__field:nth-child(3) {
        order: 1;
    }
    .about-form__field {
        width: 100%;
        margin-bottom: 43px;
    }
    .about-form__checkbox {
        margin-top: 14px;
    }
    .about-form__checkbox-field {
        width: 36px;
    }
    .about-form__checkbox span:before {
        left: -33px;
    }
    .about-form__checkbox input:checked + span:after {
        left: -33px;
    }
    .about-form__btn {
        margin: 37.5px auto 0;
        width: 184px;
        height: 58px;
        font-weight: 900;
        font-size: 15px;
    }
}


.about-offers {
    padding-bottom: 39px;
}
.about-offers__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    margin-bottom: 19px;
}
.about-offers__item_left {}
.about-offers__item_right {
    flex-direction: row-reverse;
}
.about-offers__item__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    text-align: right;
    color: #324C9A;
}
.about-offers__item__descr {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: right;
    color: #000000;
}
.about-offers__list {
    margin-top: 98px;
}

@media(max-width: 520px){
    .about-offers{
        padding-bottom: 49px;
    }
    .about-offers__list {
        margin-top: 56px;
    }
    .about-offers__item:last-of-type{
        margin-bottom: 0;
    }
}

.about-offers__item_1 .about-offers__item__descr,
.about-offers__item_3 .about-offers__item__descr,
.about-offers__item_5 .about-offers__item__descr {
    max-width: 532px;
    text-align: left;
}
.about-offers__item_1 .about-offers__item__title,
.about-offers__item_3 .about-offers__item__title,
.about-offers__item_5 .about-offers__item__title {
    max-width: 212px;
}

.about-offers__item_2 .about-offers__item__descr,
.about-offers__item_4 .about-offers__item__descr {
    max-width: 460px;
    text-align: right;
}
.about-offers__item_2 .about-offers__item__title,
.about-offers__item_4 .about-offers__item__title {
    max-width: 278px;
    text-align: left;
}
.about-form__field.error {
    border-color: #ea0000;
}
@media(max-width: 1110px) {
    .about-offers__item {
        margin-bottom: 30px;
    }
    .about-offers__item__icon img {
        display: block;
        height: 200px;
    }
    .about-offers__item__title {
        font-size: 28px;
        line-height: 130%;
    }
    
    .about-offers__item_1 .about-offers__item__descr,
    .about-offers__item_3 .about-offers__item__descr,
    .about-offers__item_5 .about-offers__item__descr {
        max-width: 470px;
        text-align: left;
    }
    .about-offers__item_1 .about-offers__item__title,
    .about-offers__item_3 .about-offers__item__title,
    .about-offers__item_5 .about-offers__item__title {
        max-width: 140px;
    }
    .about-offers__item_2 .about-offers__item__descr,
    .about-offers__item_4 .about-offers__item__descr {
        max-width: 410px;
        text-align: right;
    }
    .about-offers__item_2 .about-offers__item__title,
    .about-offers__item_4 .about-offers__item__title {
        max-width: 248px;
        text-align: left;
    }
}
@media(max-width: 890px) {
    .about-offers__item {
        flex-direction: column;
        width: 100%;
        margin-bottom: 40px;
    }
    .about-offers__item__descr {
        max-width: 100% !important;
        text-align: center !important;
    }
    .about-offers__item__title {
        max-width: 100% !important;
        text-align: center !important;
    }
}
@media(max-width: 520px) {
    .about-offers__item__title {
        font-size: 24px;
        line-height: 25px;
    }
    .about-offers__item__descr {
        font-size: 16px;
        line-height: 25px;
        text-align: justify !important;
    }
}
