.info {
    background: #000;
    font-family: "Roboto", sans-serif;
}

.info__wrapper {
    padding: 95px 30px 110px;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.info__title {
    width: 100%;
    margin: 0 0 60px 0;
}

.info__left {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.info__right {
    width: 60%;

    background: transparent;
}

.left__item {
    font-size: 17px;
    line-height: 150%;
    color: rgba(247, 247, 247, 0.9);
}

.left__item--top {
    width: 272px;
}

.left__item--center {
    width: 272px;
    margin: 45px 0 42px;
}

.left__item--center svg {
    display: block;
    margin: 0 0 10px 0;
}

.left__item--bottom {
    width: 272px;
}

.left__item--bottom svg {
    display: block;
    margin: 0 0 10px 0;
}

.about {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.about__wrapper {
    border: 1px solid #0FA9F8;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
}

@media (max-width: 767px) {
    .about__wrapper {
        border: 1px solid #F6F6F6;
    }
}

.about__item:nth-child(1) {
    background: #0FA9F8;
    text-align: center;
    padding: 20px;
    transition: 0.2s;
    cursor: pointer;
}

.about__item:nth-child(1) a {
    font-size: 14px;
    line-height: 24px;
    color: #E2E2E4;
}

.about__item:nth-child(1):hover {
    background: #0d75ab;
}

.about__item:nth-child(1):hover a {
    color: #FF3850;
}

.about__item:nth-child(2) {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;

    padding: 20px;

    background: transparent;
}

.about__item:nth-child(2) svg {
    cursor: pointer;
}

.about__link {
    cursor: pointer;
}

.about__link:hover svg {
    fill: rgba(247, 247, 247, 0.9);
}

.right {
    font-size: 17px;
    line-height: 150%;
    color: rgba(247, 247, 247, 0.9);
}

.right__item {
    width: 100%;
    max-width: 565px;
}

.right__item:nth-child(1) p {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.right__item:nth-child(1) h2 {
    margin: 16px 0 37px;
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    color: #F7F7F7;
}

.right__item:nth-child(1) h2 span {
    color: #FF3850;
}

.right__item:nth-child(1) img {
    display: none;
}

.right__item:nth-child(2) {
    display: flex;
    gap: 5%;
}

.right__item:nth-child(2) a {
    width: calc(100% / 3);
}

.right__item:nth-child(3) p {
    padding: 13px 0;
}

.right__item:nth-child(4) {
    padding: 0 0 0 30px;

    border-left: 2px solid #FF3850;
}

.right__item:nth-child(4) p {
    margin: 45px 0 30px;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #F6F6F6;
}

.right__item--head-link {
    height: 140px;

    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media (max-width: 767px) {
    .right__item:nth-child(2) a {
        width: 100%;
    }

    .right__item--head-link {
        height: auto;

        padding: 10px 0;
    }
}

.right__item--head-link img {
    max-width: 124px;
    max-height: 68px;

    margin: auto 0;
}

.right__item--head-link p {
    margin: 0;
    padding: 0;

    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #F7F7F7;
    opacity: 0.6;
}

@media (max-width: 1000px) {
    .info__wrapper {
        flex-direction: column;
    }

    .info__title {
        margin: 60px 0 40px;
        text-align: center;
    }

    .info__left {
        width: 90%;
        margin: 0 auto;
    }

    .info__right {
        width: 90%;
        margin: 0 auto;
    }

    .left {
        order: 2;
    }

    .left__item {
        font-size: 17px;
        line-height: 150%;
        color: rgba(247, 247, 247, 0.9);
    }

    .left__item:nth-child(1) img {
        display: none;
        mix-blend-mode: screen;
    }

    .left__item:nth-child(2) {
        width: 90%;
        flex-wrap: wrap;
        display: flex;
        text-align: center;
        justify-content: center;
        align-content: center;
        margin: 40px auto 0 auto;
    }

    .left__item--top {
        width: 78%;
        margin: 0 auto 20px;
    }

    .left__item--center, .left__item--bottom {
        display: flex;
        margin: 0;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .about {
        text-align: center;
    }

    .right {
        order: 1;
        font-size: 17px;
        line-height: 150%;
        color: rgba(247, 247, 247, 0.9);
    }

    .right__item {
        width: 100%;
        max-width: none;
    }

    .right__item:nth-child(1) {
        display: flex;
    }

    .right__item:nth-child(1) img {
        display: block;
        width: 50%;
        mix-blend-mode: screen;
    }

    .right__item:nth-child(1) h2 {
        font-size: 36px;
    }

    .right__item:nth-child(2) {
        margin: 50px 0 0 0;
        justify-content: center;
    }

    .right__item--text {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 0 4%;
    }
}

@media (max-width: 767px) {
    .info__wrapper {
        flex-direction: column;
        padding: 95px 0 110px;
    }

    .info__title {
        margin: 60px 0 40px;
        text-align: center;
    }

    .info__left {
        width: 90%;
        margin: 0 auto;
    }

    .info__right {
        width: 90%;
        margin: 0 auto;
    }

    .left {
        order: 2;
    }

    .left__item {
        font-size: 14px;
    }

    .left__item:nth-child(2) {
        width: 100%;
        margin: 40px auto 0 auto;
    }

    .left__item--top {
        width: 100%;
        margin: 0 auto 20px;
    }

    .left__item--center, .left__item--bottom {
        margin: 10px 0;
        width: 100%;
    }

    .about {
        text-align: center;
    }

    .right {
        order: 1;
        font-size: 14px;
    }

    .right__item:nth-child(1) {
        flex-direction: column;
        align-items: center;
    }

    .right__item:nth-child(1) img {
        display: block;
        width: 78%;
        mix-blend-mode: screen;
    }

    .right__item:nth-child(1) h2 {
        font-size: 30px;
        line-height: 47px;
    }

    .right__item:nth-child(2) {
        margin: 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .right__item--text {
        width: 100%;
        text-align: center;
        padding: 0;
    }
}

/*# sourceMappingURL=style.css.map */