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

    html {
        padding: env(safe-area-inset);
    }

    body {
        position: relative;
        overflow-x: hidden;
        font-family: "Fira Sans";
        padding: 0px;
        margin: 0px auto;
        line-height: 1;
        background-color: #1F1250;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
    }

    .container {
        max-width: 100%;
        width: 1560px;
        padding: 0px 15px;
        margin: 0px auto;
    }
    @media (max-width: 1669px) {
        .container {
            width: 1200px;
        }
    }
    @media (max-width: 1199px) {
        .container {
            width: 744px;
            padding-left: 20px;
            padding-left: 20px;
        }
    }
    @media (max-width: 743px) {
        .container {
            width: 100%;
            max-width: 480px;
            padding-left: 11px;
            padding-left: 11px;
        }
    }

    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0px;
    }

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

    a {
        text-decoration: none;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
        opacity: 1;
        -webkit-outline: none;
        -moz-outline: none;
        outline: none;
        text-decoration-thickness: 1px;
        text-underline-offset: 0.15em;
    }

    select,
    input,
    textarea {
        width: 100%;
        -webkit-outline: none;
        -moz-outline: none;
        outline: none;
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    button {
        padding: 0px;
        background-color: transparent;
        border: none;
        -webkit-outline: none;
        -moz-outline: none;
        outline: none;
        cursor: pointer;
    }
    button:disabled {
        cursor: default;
    }

    .infoPage {
        position: relative;
        padding-top: 15px;
        overflow: hidden;
        z-index: 1;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        min-height: 100vh;
    }
    @media (min-height: 1081px) and (min-width: 1200px) {
        .infoPage {
            padding-top: 39px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 920px) {
        .infoPage {
            padding-top: 10px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage {
            padding-top: 5px;
        }
    }
    @media (max-width: 1199px) {
        .infoPage {
            padding-top: 39px;
        }
    }
    @media (max-width: 743px) {
        .infoPage {
            padding-top: 25px;
        }
    }
    .infoPage .backBlock {
        position: absolute;
        display: block;
        width: 1050px;
        height: auto;
        top: 0;
        right: 0;
        z-index: -1;
        bottom: 0;
    }
    .infoPage .backBlock::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #1f1250 11.33%, rgba(31, 18, 80, 0) 33.26%), linear-gradient(90.01deg, #1f1250 25.93%, rgba(31, 18, 80, 0) 82.97%);
    }
    .infoPage .backBlock img {
        width: 100%;
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .backBlock {
            width: 50%;
        }
    }
    @media (max-width: 1199px) {
        .infoPage .backBlock {
            display: none;
        }
    }
    .infoPage .logo {
        width: 280px;
        position: relative;
        z-index: 1;
    }
    .infoPage .logo > a {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 7;
        overflow: hidden;
        text-indent: 200%;
        white-space: nowrap;
    }
    @media (min-height: 1081px) and (min-width: 1200px) {
        .infoPage .logo {
            width: 327px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 920px) {
        .infoPage .logo {
            width: 210px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .logo {
            width: 210px;
        }
    }
    @media (max-width: 1199px) {
        .infoPage .logo {
            width: 298px;
        }
    }
    @media (max-width: 743px) {
        .infoPage .logo {
            width: 195px;
        }
    }
    .infoPage .logo img {
        display: block;
        width: 100%;
        height: auto;
    }
    .infoPage h1,
    .infoPage .firstCap {
        display: block;
        font-size: 28px;
        line-height: 41px;
        color: white;
        font-weight: 500;
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 920px) {
        .infoPage h1,
        .infoPage .firstCap {
            font-size: 26px;
            line-height: 28px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage h1,
        .infoPage .firstCap {
            font-size: 26px;
            line-height: 28px;
        }
    }
    @media (max-width: 743px) {
        .infoPage h1,
        .infoPage .firstCap {
            font-size: 24px;
            line-height: 29px;
        }
    }
    .infoPage .textBlock {
        font-size: 16px;
        line-height: 150%;
        color: white;
    }
    .infoPage .btnFill {
        display: inline-block;
        padding: 17px 26px;
        font-size: 18px;
        line-height: 22px;
        color: white;
        font-weight: 400;
        text-align: center;
        background-color: #EB276D;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 920px) {
        .infoPage .btnFill {
            padding: 10px 26px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .btnFill {
            padding: 10px 26px;
        }
    }
    .infoPage .btnFill:hover {
        background-color: #ef4682;
    }
    .infoPage .btnFill:active {
        background-color: #de115a;
    }
    .infoPage .mainInfo {
        margin-top: 20px;
    }
    @media (min-height: 1081px) and (min-width: 1200px) {
        .infoPage .mainInfo {
            margin-top: 40px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 920px) {
        .infoPage .mainInfo {
            margin-top: 20px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .mainInfo {
            margin-top: 10px;
        }
    }
    @media (max-width: 1199px) {
        .infoPage .mainInfo {
            margin-top: 40px;
        }
    }
    @media (max-width: 743px) {
        .infoPage .mainInfo {
            margin-top: 26px;
        }
    }
    .infoPage .mainInfo .contentContainer {
        margin-top: 10px;
        max-width: 885px;
    }
    @media (min-height: 1081px) and (min-width: 1200px) {
        .infoPage .mainInfo .contentContainer {
            margin-top: 15px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 920px) {
        .infoPage .mainInfo .contentContainer {
            margin-top: 10px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .mainInfo .contentContainer {
            margin-top: 5px;
        }
    }
    @media (max-width: 743px) {
        .infoPage .mainInfo .contentContainer {
            margin-top: 12px;
        }
    }
    .infoPage .mainInfo .contentContainer p {
        font-size: 18px;
        line-height: 140%;
        color: #EB276D;
        font-weight: 500;
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 920px) {
        .infoPage .mainInfo .contentContainer p {
            font-size: 16px;
            line-height: 20px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .mainInfo .contentContainer p {
            font-size: 16px;
            line-height: 20px;
        }
    }
    @media (max-width: 743px) {
        .infoPage .mainInfo .contentContainer p {
            font-size: 16px;
            line-height: 140%;
        }
    }
    .infoPage .redirectBlock {
        margin-top: 15px;
        margin-bottom: 30px;
        max-width: 1062px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    @media (min-height: 1081px) and (min-width: 1200px) {
        .infoPage .redirectBlock {
            margin-top: 29px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 920px) {
        .infoPage .redirectBlock {
            margin-top: 20px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .redirectBlock {
            margin-top: 10px;
        }
    }
    @media (max-width: 1199px) {
        .infoPage .redirectBlock .leftSide {
            margin-top: 0;
        }
    }
    @media (max-width: 743px) {
        .infoPage .redirectBlock {
            margin-top: 15px;
        }
    }
    .infoPage .clientsInfo {
        margin-top: 10px;
        max-width: 880px;
    }
    @media (min-height: 1081px) and (min-width: 1200px) {
        .infoPage .clientsInfo {
            margin-top: 50px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 920px) {
        .infoPage .clientsInfo {
            margin-top: 20px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .clientsInfo {
            margin-top: 10px;
        }
    }
    @media (max-width: 1199px) {
        .infoPage .clientsInfo {
            margin-top: 50px;
        }
    }
    @media (max-width: 743px) {
        .infoPage .clientsInfo {
            margin-top: 29px;
        }
    }
    .infoPage .clientsInfo .title {
        display: block;
        font-size: 28px;
        line-height: 120%;
        color: white;
        font-weight: 500;
    }
    @media (min-height: 1081px) and (min-width: 1200px) {
        .infoPage .clientsInfo .title {
            line-height: 140%;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 920px) {
        .infoPage .clientsInfo .title {
            font-size: 24px;
            line-height: 28px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .clientsInfo .title {
            font-size: 24px;
            line-height: 28px;
        }
    }
    @media (max-width: 743px) {
        .infoPage .clientsInfo .title {
            font-size: 20px;
            line-height: 140%;
        }
    }
    .infoPage .clientsInfo p {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 140%;
        color: white;
        font-weight: 400;
        opacity: 0.7;
    }
    @media (min-height: 1081px) and (min-width: 1200px) {
        .infoPage .clientsInfo p {
            margin-top: 15px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 920px) {
        .infoPage .clientsInfo p {
            font-size: 16px;
            line-height: 20px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .clientsInfo p {
            font-size: 16px;
            line-height: 20px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .clientsInfo p {
            margin-top: 5px;
        }
    }
    @media (max-width: 743px) {
        .infoPage .clientsInfo p {
            font-size: 14px;
            margin-top: 16px;
        }
    }
    .infoPage .advantages {
        margin-top: 10px;
        max-width: 897px;
        margin-bottom: 20px;
    }
    @media (min-height: 1081px) and (min-width: 1200px) {
        .infoPage .advantages {
            margin-top: 30px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 920px) {
        .infoPage .advantages {
            margin-top: 20px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .advantages {
            margin-top: 10px;
        }
    }
    @media (max-width: 1199px) {
        .infoPage .advantages {
            margin-top: 29px;
        }
    }
    @media (max-width: 743px) {
        .infoPage .advantages {
            margin-top: 31px;
        }
    }
    .infoPage .advantages .title {
        display: block;
        font-size: 28x;
        line-height: 140%;
        color: white;
        font-weight: 500;
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 920px) {
        .infoPage .advantages .title {
            font-size: 24px;
            line-height: 38px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .advantages .title {
            font-size: 24px;
            line-height: 38px;
        }
    }
    @media (max-width: 743px) {
        .infoPage .advantages .title {
            font-size: 20px;
        }
    }
    .infoPage .advantages ul {
        margin-top: 10px;
        font-size: 17px;
        line-height: 140%;
        color: rgba(255, 255, 255, 0.7);
        font-weight: 400;
    }
    @media (min-height: 1081px) and (min-width: 1200px) {
        .infoPage .advantages ul {
            margin-top: 15px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 920px) {
        .infoPage .advantages ul {
            font-size: 16px;
            line-height: 20px;
            display: flex;
            flex-wrap: wrap;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .advantages ul {
            font-size: 16px;
            line-height: 20px;
            display: flex;
            flex-wrap: wrap;
            margin-top: 5px;
        }
    }
    @media (max-width: 1199px) {
        .infoPage .advantages ul {
            margin-top: 16px;
        }
    }
    @media (max-width: 743px) {
        .infoPage .advantages ul {
            font-size: 14px;
        }
    }
    .infoPage .advantages ul li {
        position: relative;
        padding-left: 21px;
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 920px) {
        .infoPage .advantages ul li {
            width: 50%;
            white-space: nowrap;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .advantages ul li {
            width: 50%;
            white-space: nowrap;
        }
    }
    .infoPage .advantages ul li::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        left: 0px;
        width: 10px;
        height: 10px;
        background-color: #EB276D;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
    }
    @media (max-width: 743px) {
        .infoPage .advantages ul li::before {
            top: 4px;
            margin-top: 0;
            left: 1px;
        }
    }
    .infoPage .advantages ul li + li {
        margin-top: 2px;
    }
    @media (min-height: 1081px) and (min-width: 1200px) {
        .infoPage .advantages ul li + li {
            margin-top: 5px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .advantages ul li + li {
            margin-top: 0;
        }
    }
    @media (max-width: 743px) {
        .infoPage .advantages ul li + li {
            margin-top: 6px;
        }
    }
    .infoPage .contacts {
        position: relative;
        max-width: 885px;
        margin-top: 10px;
        padding-top: 10px;
    }
    @media (min-height: 1081px) and (min-width: 1200px) {
        .infoPage .contacts {
            margin-top: 27px;
            padding-top: 30px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 920px) {
        .infoPage .contacts {
            margin-top: 20px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .contacts {
            margin-top: 10px;
            padding-top: 0;
        }
    }
    @media (max-width: 1199px) {
        .infoPage .contacts {
            margin-top: 26px;
            padding-top: 33px;
        }
    }
    .infoPage .contacts .title {
	    margin-top: 10px;
        display: block;
        font-size: 18px;
        line-height: 140%;
        color: white;
        font-weight: 500;
    }
    .infoPage .contacts::before {
        content: "";
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 1px;
        background-color: rgba(229, 229, 229, 0.3);
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .contacts::before {
            display: none;
        }
    }
    .infoPage .contactsList {
        margin-top: 10px;
        display: grid;
        grid-template-columns: 270px 1fr;
        grid-template-rows: repeat(5, 26px);
        row-gap: 8px;
        column-gap: 0px;
    }
    @media (min-height: 1081px) and (min-width: 1200px) {
        .infoPage .contactsList {
            margin-top: 17px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 920px) {
        .infoPage .contactsList {
            margin-top: 15px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .contactsList {
            margin-top: 10px;
            grid-template-rows: repeat(5, 21px);
        }
    }
    @media (max-width: 1199px) {
        .infoPage .contactsList {
            margin-bottom: 35px;
        }
    }
    @media (max-width: 743px) {
        .infoPage .contactsList {
            display: block;
            width: 100%;
            margin-top: 14px;
            margin-bottom: 28px;
        }
    }
    .infoPage .contactsList .item {
        display: block;
        break-inside: avoid;
        align-self: start;
    }
    .infoPage .contactsList .item:first-child {
        grid-row: 1/5;
    }
    .infoPage .contactsList .item:first-child .cap {
        display: block;
        width: 100%;
    }
    @media (max-width: 743px) {
        .infoPage .contactsList .item:first-child {
            margin-bottom: 14px;
        }
    }
    @media (max-width: 743px) {
        .infoPage .contactsList .item + .item {
            margin-top: 3px;
        }
    }
    .infoPage .contactsList .tit {
        font-size: 15px;
        line-height: 22px;
        color: #EB276D;
        font-weight: 500;
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
        width: 40px;
    }
    @media (max-width: 743px) {
        .infoPage .contactsList .tit {
            font-size: 14px;
            margin-right: 0;
        }
    }
    .infoPage .contactsList a {
        display: inline-block;
        vertical-align: middle;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        text-decoration: underline;
        text-decoration-color: transparent;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .infoPage .contactsList a:hover {
        text-decoration-color: white;
    }
    .infoPage .contactsList a:active {
        color: #EB276D;
        text-decoration-color: #EB276D;
    }
    .infoPage .contactsList ul.data {
        display: block;
        margin-top: 11px;
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .contactsList ul.data {
            margin-top: 6px;
        }
    }
    @media (max-width: 743px) {
        .infoPage .contactsList ul.data {
            margin-top: 8px;
        }
    }
    .infoPage .contactsList ul li + li {
        margin-top: 4px;
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .contactsList ul li + li {
            margin-top: 0;
        }
    }
    @media (max-width: 743px) {
        .infoPage .contactsList ul li + li {
            margin-top: 3px;
        }
    }
    .infoPage .contactsList .cap {
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
        font-size: 15px;
        line-height: 22px;
        color: #EB276D;
        font-weight: 500;
    }
    @media (max-width: 743px) {
        .infoPage .contactsList .cap {
            font-size: 14px;
        }
    }
    .infoPage .contactsList .data {
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
        line-height: 140%;
        color: white;
        font-weight: 400;
    }
    @media (max-width: 743px) {
        .infoPage .contactsList .data {
            font-size: 14px;
        }
    }
    .infoPage .copyright {
        position: relative;
        margin-top: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        background: rgba(255, 255, 255, 0.05);
    }
    @media (min-height: 1081px) and (min-width: 1200px) {
        .infoPage .copyright {
            padding-top: 24px;
            padding-bottom: 20px;
        }
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .copyright {
            padding-top: 10px;
            padding-bottom: 10px;
        }
    }
    @media (max-width: 1199px) {
        .infoPage .copyright {
            padding-top: 29px;
            padding-bottom: 34px;
        }
    }
    @media (max-width: 743px) {
        .infoPage .copyright {
            padding: 29px 0;
        }
    }
    .infoPage .copyright ul {
        display: flex;
        font-size: 16px;
        line-height: 140%;
        color: rgba(255, 255, 255, 0.3);
    }
    @media (max-width: 1620px) and (min-width: 1200px) and (max-height: 770px) {
        .infoPage .copyright ul {
            font-size: 14px;
            line-height: 120%;
        }
    }
    @media (max-width: 1199px) {
        .infoPage .copyright ul {
            justify-content: space-between;
        }
    }
    @media (max-width: 743px) {
        .infoPage .copyright ul {
            flex-wrap: wrap;
            font-size: 14px;
        }
    }
    .infoPage .copyright ul li {
        width: 100%;
    }
    .infoPage .copyright ul li + li {
        margin-left: 119px;
    }
    @media (max-width: 1199px) {
        .infoPage .copyright ul li + li {
            margin-left: 0;
        }
    }
    @media (max-width: 743px) {
        .infoPage .copyright ul li + li {
            margin-top: 18px;
        }
    }