@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.ttf");
  font-weight: 500;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    font-feature-settings: 'clig' off, 'liga' off;
    background: #FCFDFD;
}

a {
    text-decoration: none;
}

.wrapper {
    max-width: 1146px;
    width: 100%;
    padding: 0px 32px;
    margin: 0px auto;
}

.block-title {
    text-align: center;
    color: #212B31;
    font-size: 32px;
    font-weight: 400;
    line-height: 54px;
}

.block-subtitle {
    display: inline-block;
    color: #212B31;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #171616;
    padding: 18px 32px;
    z-index: 2;
}

.logo {
    display: inline-block;
    height: 47px;
}

.header__desktop {
    max-width: 1376px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.header__desktop .price-btn,
.header__desktop .close-btn {
    display: none;
}

.header__mobile {
    display: none;
    width: 100%;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.menu {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
}

.menu li {
    margin-right: 18px;
}

.menu li:last-child {
    margin-right: 0px;
}

.menu a {
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
}

.question-btn {
    width: 100%;
    max-width: 200px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 98px;
    border: 2px solid #DE731D;
}

.question-btn:hover {
    background: rgba(255, 255, 255, 0.10);
}

.question-btn:active {
    border-color: rgba(255, 255, 255, 0.80);
}

.question-btn_white {
    border-color: #FFF;
}

.question-btn_white:hover {
    background: rgba(255, 255, 255, 0.10);
}

.question-btn_white:active {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.50);
}

.price-btn {
    display: flex;
    background: #FFF;
    height: 50px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    text-align: center;
    color: #DE731D;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 44px;
    border: 1px solid #FFF;
}

.price-btn_orange {
    background: linear-gradient(180deg, #DE731D 0%, #F18C2E 100%);
    color: #FFF;
    max-width: unset;
    width: unset;
    display: inline-flex;
    padding: 13px 25px;
}

.price-btn svg {
    margin-left: 10px;
}

.price-btn_orange svg path {
    stroke: #FFF;
}

.price-btn_white {
    height: 44px;
    border: 1px solid #DADEDF;
    background: #FFF;
    color: #171616;
}

.price-btn_white svg path {
    stroke: #171616;
}

.price-btn_black {
    height: 44px;
    border: 1px solid #212B31;
    background: #212B31;
    color: #FFF;
}

.price-btn_black svg path {
    stroke: #FFF;
}

.price-btn:not([class*="btn_"]):hover {
    background: rgba(255, 255, 255, 0.80);
}

.price-btn:not([class*="btn_"]):active {
    background: rgba(255, 255, 255, 1);
}

.price-btn_orange:hover {
    opacity: 0.8;
}

.price-btn_orange:active {
    opacity: 1;
    background: linear-gradient(180deg, #EF7F1A 0%, #F7AF66 100%);
}

.price-btn_black:hover {
    background: rgba(33, 43, 49, 0.80);
}

.price-btn_black:active {
    background: rgba(33, 43, 49, 1);
    border: 1px solid #FFF;
}

.price-btn_white:hover {
    background: linear-gradient(180deg, #EF7F1A 0%, #F7AF66 100%);
    border: 1px solid #DE731D;
}

.price-btn_white:active {
    background: #FFF;
}

.close-btn {
    height: 44px;
    max-width: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.41px;
    border-radius: 44px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(67.95704650878906px);
}

.promo {
    margin-top: 180px;
    margin-bottom: 73px;
}

.promo .wrapper {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 570px 572px;
}

.promo .block-title {
    text-align: left;
    max-width: 570px;
    position: relative;
    margin-bottom: 21px;
    font-weight: 600;
}

.promo .block-title::before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 30px;
    left: -10px;
    transform: translate(-50%,-50%);
    width: 97%;
    height: 71%;
    transform: rotate(-1.618deg);
    background: rgba(214, 214, 214, 0.50);
}

.promo__text {
    display: block;
    max-width: 551px;
    font-size: 18px;
    line-height: 30px;
    color: #212B31;
    margin-bottom: 58px;
}

.promo .price-btn {
    justify-self: start;
}

.promo__img {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4;
    margin-left: -70px;
    margin-top: -20px;
}

.about {
    background: linear-gradient(180deg, #DE731D 0%, #F18C2E 100%);
    padding: 50px 0px 60px 0px;
}

.about .block-title {
    color: #FFF;
}

.about:not([class*="about_"]) .block-title .nowrap {
    font-weight: 700;
}

.about__text {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    margin-top: 28px;
}

.about_sm {
    padding: 65px 0px;
}

.about__btns {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.about__btns > a:first-child {
    margin-right: 16px;
}

.specs {
    margin-top: 90px;
}

.specs__item {
    display: flex;
    align-items: center;
}

.specs__item:nth-child(even) .specs__img {
    order: -1;
}

.specs__item-content {
    max-width: 551px;
}

.spec__options {
    max-width: 542px;
    margin-top: 16px;
    color: #72787D;
    font-size: 16px;
    line-height: 24px;
    padding-left: 24px;
}

.spec__options span {
    font-weight: 700;
}

.advantages {
    padding: 54px 0px 104px 0px;
    background: linear-gradient(158deg, #171616 11.41%, #1F1E1E 35.31%, rgba(26, 25, 25, 0.95) 48.95%, #1C1C1C 70.88%, #171616 90.44%);
}

.advantages .block-title {
    color: #FFF;
}

.advantages__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 60px;
}

.advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 333px;
    width: 100%;
    margin: 16px;
}

.advantages__item > * {
    margin-bottom: 16px;
}

.advantages__item > *:last-child {
    margin-bottom: 0px;
}

.advantages__item .block-subtitle {
    color: #FFF;
    text-align: center;
}

.advantages__text {
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

#advantages-swiper {
    margin: -16px;
}

.area {
    margin: 52px 0px 74px 0px;
}

.area__list {
    display: flex;
    flex-flow: row wrap;
    margin: -21px;
    margin-top: 27px;
    justify-content: center;
}

.area__item {
    max-width: 325px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 21px;
}

.area__img {
    margin-bottom: 18px;
}

.area__item .block-subtitle {
    text-align: center;
}

.area__text {
    margin-top: 20px;
    color: #72787D;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.tech {
    background: linear-gradient(158deg, #171616 11.41%, #1F1E1E 35.31%, rgba(26, 25, 25, 0.95) 48.95%, #1C1C1C 70.88%, #171616 90.44%);
    padding: 70px 0px 147px 0px;
}

.tech .wrapper {
    display: grid;
    grid-template-columns: 1fr 386px;
}

.tech .block-title {
    color: #FFF;
    text-align: left;
}

.tech__table {
    border-collapse: collapse;
    color: #FFF;
    grid-column-start: 1;
    grid-column-end: 2;
    background: #212B31;
    border-radius: 4px;
    overflow: hidden;
}

.tech__btns {
    display: flex;
    flex-flow: row nowrap;
    grid-column-start: 1;
    grid-column-end: 2;
    align-self: end;
}

.tech__table td {
    border: 1px solid #5B5B5B;
    padding: 10px 12px;
}

.tech__table td:last-child {
    text-align: center;
}

.tech__imgs {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4;
    margin-left: 16px;
}

.tech__imgs img {
    width: 100%;
    margin-bottom: 16px;
}

.tech__imgs img:last-child {
    margin-bottom: 0px;
}

.tech .question-btn {
    color: #FFF;
    margin-left: 16px;
}

.set {
    margin: 112px 0px;
}

/* .set .wrapper {
    background: url('../images/set_bg.svg') left bottom no-repeat;
} */

.set__images {
    margin-top: 42px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 36px;
}

.set__list {
    max-width: 491px;
    margin: 0px auto;
}

.set__list li {
    font-weight: 700;
    color: #000;
    line-height: 30px;
}

.set__list span {
    font-weight: 400;
}

.company {
    margin: 64px 0px 112px 0px;
}

.company__block {
    margin-top: 64px;
    display: flex;
    flex-flow: row nowrap;
}

.company__text {
    color: #72787D;
    font-size: 16px;
    line-height: 24px;
    margin-right: 10px;
    max-width: 508px;
}

.company__text .bold {
    font-weight: 700;
}

.company__img {
    margin-left: auto;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
}

.instructions {
    padding: 71px 0px 94px 0px;
    background: #F6F8F9;
}

.instructions .block-title {
    text-transform: uppercase;
}

.instructions__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 40px;
}

.instructions__item {
    max-width: 248px;
    margin: 16px;
}

.instructions__item figcaption {
    text-decoration: underline;
    color: #212B31;
    text-align: center;
    font-weight: 600;
    line-height: 24px;
}

.questions {
    padding: 112px 0px;
}

.questions__list {
    margin-top: 72px;
}

.questions__item {
    display: grid;
    grid-template-columns: min-content 1fr;
    padding: 13px 80px 19px 0px;
    cursor: pointer;
    user-select: none;
}

.questions__item.active {
    background: #F5F5F5;
    box-shadow: 0px 0px 10px rgba(215, 215, 215, 0.25);
}

.questions__icon {
    width: 18px;
    height: 18px;
    position: relative;
    grid-row-start: 1;
    grid-row-end: 3;
    margin-right: 32px;
    margin-left: 11px;
}

.questions__icon::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: #DE731D;
}

.questions__icon::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background: #DE731D;
}

.questions__item.active .questions__icon::before {
    content: unset;
}

.questions__item.active .questions__icon::after {
    background: #171616;
}

.questions__question {
    padding-left: 10px;
    font-weight: 400;
    color: #171616;
    font-size: 18px;
    line-height: normal;
}

.questions__item.active .questions__question {
    font-weight: 700;
}

.questions__answer {
    display: none;
    padding-top: 10px;
    border-top: 1px solid #FFF;
    margin-top: 15px;
    color: #171616;
    font-size: 18px;
    line-height: normal;
}

.questions__item.active .questions__answer {
    display: block;
}

.about_big {
    padding: 55px 0px;
}

.about_big .wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.about_big .block-title {
    font-weight: 400;
    text-align: left;
}

.about_big-content {
    flex: 1 1;
}

.about_big-btns {
    margin-top: 40px;
    display: flex;
    flex-flow: row nowrap;
}

.about_big-btns a:first-child {
    margin-right: 16px;
}

.footer {
    background: #171616;
    padding: 40px 0px 20px 0px;
}

.footer__content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.footer__left {
    display: flex;
    flex-direction: column;
}

.footer__left .logo {
    margin-bottom: 20px;
}

.footer__left span, .footer__left a {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    color: #E8E9EA;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 16px;
}

.footer__left a {
    width:fit-content;
}

.footer__left span svg, .footer__left a svg {
    margin-right: 8px;
}

.footer__menu {
    columns: 2;
    list-style: none;
}

.footer__menu li {
    margin-bottom: 12px;
    margin-left: 64px;
}

.footer__menu li:nth-child(4n) {
    margin-bottom: 0px;
}

.footer__menu a {
    color: #E8E9EA;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.footer__copyright {
    display: flex;
    justify-content:space-between;
    color: #D1D1D3;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    padding-top: 16px;
    border-top: 1px solid #5D6066;
    margin-top: 40px;
}

.footer__copyright-links {
    display:flex;
    flex-direction:column;
}

.footer__copyright-links a {
    color:#E8E9EA;
    text-decoration:underline;
    font-size:12px;
}

.modal {
    display: none;
    width: 100%;
    max-width: 800px;
    padding: 60px 15px 35px 15px;
}

.modal__wrapper {
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px auto;
}

.modal__title {
    margin-bottom: 32px;
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    color: #000;
}

.modal__form {
    width: 100%;
}

.modal__form label {
    position: relative;
    display: block;
}

.modal__form label .modal__form-placeholder {
    position: absolute;
    background: #FFF;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    left: 12.5px;
    top: -7px;
    padding: 0px 5px;
}

.modal__form .with-icon img {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}

.modal__form label .modal__form-placeholder span {
    margin-left: 3px;
    margin-bottom: 4px;
    color: #FF0000;
}

.modal__form input,
.modal__form textarea {
    display: block;
    padding: 14.5px 16px;
    border: 1px solid #D2D5DA;
    border-radius: 8px;
    width: 100%;
    font-family: Inter;
    margin-bottom: 25px;
}

.modal__form input:focus,
.modal__form textarea:focus {
    border-color: #6090EB;
}

.modal__form input.error,
.modal__form textarea.error {
    border-color: #FF0000;   
}

.modal__form textarea {
    min-height: 150px;
    resize: none;
}

.modal__submit,
.modal-close {
    border: 0px;
    border-radius: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 50px;
    font-size: 16px;
    line-height: 28px;
    color: #FFF;
    background: linear-gradient(180deg, #DE731D 0%, #F18C2E 100%);
    margin: 7px auto 32px auto;
    cursor: pointer;
    font-family: Inter;
}

.modal-close {
    margin: 0px;
}

.modal__checkbox {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center;
    max-width: 330px;
    margin: 0px auto;
}

.modal__checkbox label {
    padding-left:10px;
}

.modal__checkbox input {
    width: unset;
    margin-top: 3px;
}

.modal__checkbox span {
    margin-left: 11px;
}

.modal-final__icon {
    margin-bottom: 32px;
}

.modal-final__text {
    display: block;
    max-width: 305px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: #212B31;
    margin-bottom: 32px;
}

@media (max-width: 1128px) {
    .header__desktop {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #171616;
        flex-direction: column;
        justify-content: flex-start;
        padding: 16.5px 10px 23px 10px;
    }

    .header__desktop.active {
        display: flex;
    }

    .header nav {
        width: 100%;
    }

    .header .price-btn {
        margin-bottom: 16px;
    }

    .menu {
        flex-direction: column;
        align-items: center;
        margin-bottom: 23px;
    }

    .menu li {
        width: 100%;
        text-align: center;
        margin-right: 0px;
        margin-top: 16px;
        padding-bottom: 8px;
        border-bottom: 1px solid #3B3B3B;
    }

    .menu li:first-child {
        margin-top: 14px;
    }

    .header__desktop .logo {
        margin-bottom: 16.5px;
    }

    .header__desktop .price-btn,
    .header__desktop .close-btn {
        display: flex;
    }

    .header__desktop .close-btn {
        margin-top: auto;
    }

    .header__mobile {
        display: flex;
    }

    .promo {
        margin-top: 120px;
    }

    .promo .wrapper {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .promo__img {
        grid-row-start: 1;
        grid-row-end: 2;
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .promo .price-btn {
        justify-self: center;
    }

    .specs__item {
        flex-direction: column;
    }

    .specs__item:nth-child(even) .specs__img {
        order: 1
    }

    .tech .wrapper {
        grid-template-columns: 1fr;
    }

    .tech .block-title {
        text-align: center;
    }

    .tech__table {
        margin-top: 36px;
    }

    .tech__imgs {
        display: flex;
        flex-flow: row nowrap;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
        margin-left: 0px;
        margin-top: 23px;
        margin-bottom: 35px;
    }

    .tech__imgs img {
        flex: 1 1;
        max-width: calc(50% - 8px);
        margin-bottom: 16px;
    }

    .tech__imgs img:last-child {
        margin-bottom: 16px;
        margin-left: 16px;
    }

    .tech__btns {
        justify-content: center;
    }

    .set .wrapper {
        background: unset;
    }

    .set__images {
        display: grid;
        grid-template-columns: max-content max-content;
        justify-content: center;
        margin-top: 35px;
    }

    .set__images img {
        margin: 10px;
    }

    .company__block {
        flex-direction: column;
        align-items: center;
    }

    .company__img {
        margin-right: auto;
        margin-bottom: 48px;
        order: -1; 
    }

    .about_big .wrapper {
        flex-direction: column;
    }

    .about_big img {
        max-width: 100%;
    }

    .about_big-content {
        margin-top: 48px;
    }

    .about_big-btns {
        justify-content: center;
        margin-top: 45px;
    }

    .specs__img {
        margin: 36px 0px;
    }
}

@media (max-width: 910px) {
    .footer__menu {
        display: none;
    }

    .footer__left {
        width: 100%;
    }

    .footer__left .logo {
        align-self: center;
    }
}

@media (max-width: 600px) {
    .wrapper {
        padding: 0px 15px;
    }

    .block-title {
        font-size: 22px;
        line-height: 34px;
    }

    .block-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .promo {
        margin-top: 108px;
        margin-bottom: 25px;
    }

    .promo__img {
        margin: 0px 20px 2px 20px;
        max-width: 100%;
    }

    .promo .block-title::before {
        top: 22px;
        left: -2px;
    }

    .promo__text {
        margin-bottom: 25px;
    }

    .price-btn {
        width: 100%;
        height: 50px;
        max-width: unset;
    }

    .question-btn {
        width: 100%;
        height: 50px;
        max-width: unset;
    }

    .about {
        padding: 48px 0px;
    }

    .about_sm {
        padding: 74px 0px;
    }

    .about__text {
        font-size: 16px;
        line-height: 22px;
        margin-top: 16px;
    }

    .specs__img {
        width: 100%;
    }

    .specs__item:last-child .specs__img {
        margin-bottom: 0px;
    }

    .advantages {
        padding: 108px 0px;
    }

    .advantages .block-title {
        font-size: 32px;
        line-height: 48px;
        font-weight: 400;
    }

    .advantages .block-subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .about__btns,
    .about_big-btns {
        flex-direction: column;
    }

    .about__btns > a:first-child,
    .about_big-btns > a:first-child {
        margin-right: 0px;
        margin-bottom: 16px;
    }

    .area {
        margin: 48px 0px 69px 0px;
    }

    .tech {
        padding: 48px 0px 51px 0px;
    }

    .tech .block-title {
        font-size: 32px;
        line-height: 48px;
        font-weight: 400;
    }

    .tech__imgs {
        flex-direction: column;
    }

    .tech__imgs img {
        max-width: unset;
        width: 100%;
    }

    .tech__imgs img:last-child {
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .tech__btns {
        flex-direction: column;
    }

    .tech .question-btn {
        margin-left: 0px;
        margin-top: 16px;
    }

    .set {
        margin: 42px 0px;
    }

    .set .block-title {
        font-size: 32px;
        line-height: 36px;
        font-weight: 400;
        max-width: 162px;
        text-align: left;
        margin: 0px auto;
    }

    .set__images {
        grid-template-columns: 1fr 1fr;
    }

    .set__images img {
        padding: 8px;
        margin: 0px;
        max-width: 100%;
    }

    .set__list {
        padding-left: 24px;
    }

    .instructions {
        padding: 60px 0px;
    }

    .questions .block-title, .company .block-title, .instructions .block-title {
        font-size: 32px;
        line-height: 36px;
    }

    .questions {
        padding: 53px 0px;
    }

    .questions__item {
        padding-right: 0px;
    }

    .questions__question {
        padding-left: 0px;
    }

    .questions__question,
    .questions__answer {
        font-size: 16px;
        line-height: 20px;
    }

    .about_big .block-title {
        font-size: 24px;
        line-height: 34px;
    }

    .company__img {
        max-width: 100%;
    }

    .area__list {
        margin: 48px 0px 0px 0px;
    }

    .area__item {
        padding: 0px;
        margin-bottom: 43px;
    }

    .close-btn {
        width: 100%;
        max-width: unset;
    }
    
    .advantages__list {
        flex-wrap: nowrap;
        width: 100%;
        margin: 60px 0px 0px 0px;
        justify-content: flex-start;
    }
    
    .instructions__list {
        flex-wrap: nowrap;
        width: 100%;
        justify-content: flex-start;
    }
    
    .advantages__item,
    .instructions__item {
        max-width: unset;
        margin: 0px;
        width: 80%;
    }
    
    .instructions__item img {
        width: 100%;
    }
    
    .swiper {
        padding-bottom: 20px;
    }
    
    .swiper-scrollbar_advantages {
        background: rgb(255 255 255 / 40%);
    }
    
    .swiper-scrollbar_instructions {
        background: rgb(23 22 22 / 40%);
    }
    
    .swiper-scrollbar_advantages .swiper-scrollbar-drag {
        background: #fff;
    }
    
    .swiper-scrollbar_instructions .swiper-scrollbar-drag {
        background: #000;
    }
}

@media (max-width: 375px) {
    .modal__submit,
    .modal-close {
        width: 100%;
    }
}

#jGrowl {
    display:none !important;
}

.nowrap {
    white-space: nowrap;
}

.info-section {
    padding:180px 0;
}

.info-section ul {
    padding-left: 20px;
}

.info-section h1 {
    color: #212B31;
    font-size: 32px;
    font-weight: 400;
    line-height: 54px;
}

.info-section h2 {
    color: #212B31;
    font-size: 26px;
    font-weight: 400;
    line-height: 44px;
}

.info-section p, .info-section li {
    margin-bottom:7px;
    font-size: 14px;
}

.justifyright {
    text-align:right;
}

.modal__checkbox a, .info-section a {
    color:#F18C2E;
    text-decoration:underline;
}

@media (max-width:500px) {
    .info-section h1 {
        color: #212B31;
        font-size: 24px;
        font-weight: 400;
        line-height: 28px;
        margin:20px 0;
    }
    
    .info-section h2 {
        color: #212B31;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
    }
    
    .footer__copyright {
        flex-direction:column;
    }
    
    .footer__copyright-links {
        padding-top:15px;
    }
}

.copyOuterEvent {
    position:relative;
}

.copy-notification {
    position:absolute; 
    z-index:999; 
    top:-50px; 
    left:0; 
    font-size: 12px;
    background: #de731d;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    padding: 0 6px;
    color:#fff;
    padding: 5px 10px;
}

.header-phone * {
    color:#fff;
}

.header-phone {
    display:flex;
    flex-direction:column;
    padding-left: 30px;
    position:relative;
}

.header-phone svg {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    height: 20px;
}

.header-phone span {
    font-size:12px;
}

@media (max-width:1250px) {
    .header-phone {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width:1225px) and (min-width:1125px) {
    .header__desktop .logo svg {
        max-width:140px;
    }
}

.cookie-message {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #fff;
    z-index: 99;
    box-shadow: 8px 8px 30px rgb(0 0 0 / 9%);
    max-width: 500px;
    padding: 35px;
    box-sizing: border-box;
    margin-left: auto;
    border-radius:10px;
}

.cookie-message a {
    color:#DE731D;
    text-decoration:underline;
}

.cookie-message button {
    width: 100%;
    max-width: 200px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 98px;
    border: 2px solid #DE731D;
    background: #DE731D;
    color: #fff;
    margin-top:20px;
    cursor:pointer;
    transition:all ease-out .2s;
}

.cookie-message button:hover {
    opacity:.8;
}

@media (max-width:500px) {
    .cookie-message {
        left:10px;
        right:10px;
        width:calc(100% - 20px);
        padding:25px;
    }
}