body {
    padding-top: 94px;
    min-width: 320px
}

@media (max-width:1199px) {
    body {
        padding-top: 110px
    }
}

@media (max-width:991px) {
    body {
        padding-top: 80px
    }
}

.header {
    background: #25313f;
    height: 94px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    width: 100%;
    min-width: 320px;
    top: 0;
    z-index: 10;
    transition: all .2s linear
}

@media (max-width:767px) {
    .header {
        position: fixed;
    }
}

.header.header-fixed {
    background: #25313f;
    box-shadow: 0 12px 24px hsla(0, 0%, 45%, .3)
}

@media (max-width:1199px) {
    .header {
        height: 110px
    }
}

@media (max-width:991px) {
    .header {
        height: 80px
    }
}

@media (max-width:1199px) {
    .header__logo {
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
        max-width: 210px
    }
}

.header__menu {
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:992px) {
    .header__menu {
        display: block !important
    }

    .header__menu .container {
        padding: 0;
        margin: 0;
        max-width: 100%;
        width: 100%
    }
}

@media (max-width:991px) {
    .header__menu {
        position: absolute !important;
        left: 0;
        right: 0;
        top: 80px;
        background: #fff;
        z-index: 2;
        box-shadow: 0 0 20px 0 hsla(0, 0%, 65%, .36)
    }
}

.header__menu-col {
    position: static !important
}

@media (max-width:991px) {
    .header__city {
        max-width: 300px;
        margin: 25px auto 5px
    }
}

@media (max-width:767px) {
    .header__city {
        margin: 0 auto
    }
}

@media (max-width:767px) {
    .header__menu-row {
        padding-top: 30px
    }
}

.header__nav {
    text-align: center
}

@media (max-width:991px) {
    .header__nav {
        margin-top: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e9eff3;
        padding-bottom: 20px
    }
}

@media (max-width:767px) {
    .header__nav {
        margin-top: 20px;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header__tel {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .header__tel {
        -ms-flex: 0 0 210px !important;
        flex: 0 0 210px !important;
        max-width: 210px !important
    }
}

@media (max-width:767px) {
    .header__tel {
        margin-bottom: 30px;
        border-top: 1px solid #e9eff3;
        padding-top: 20px
    }
}

.header__nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important
}

@media (max-width:991px) {
    .header__nav-link {
        font-size: 18px;
        padding: 10px;
        color: #000 !important
    }
}

@media (max-width:767px) {
    .header__nav-link {
        display: block;
        text-align: center;
        margin-right: 0 !important;
        padding: 10px 0;
        line-height: 1.1;
        font-size: 16px
    }
}

.header__nav-link:not(:last-child) {
    margin-right: 20px
}

.header__nav-link:hover {
    color: #ffe407
}

.header__phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header__phone a {
    color: #fff
}

.header__phone a:hover {
    text-decoration: none;
    color: #ffe407
}

@media (max-width:1199px) {
    .header__phone {
        margin-bottom: 10px
    }
}

@media (max-width:991px) {
    .header__phone {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .header__phone {
        margin-bottom: 15px;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.header__phone-icon {
    width: 29px;
    height: 29px;
    fill: #dedede;
    display: inline-block;
    margin-right: 10px
}

@media (max-width:767px) {
    .header__phone-icon {
        fill: #000
    }
}

.header__phone-text {
    font-size: 16px;
    font-weight: 700
}

@media (max-width:767px) {
    .header__phone-text {
        color: #000
    }
}

@media (max-width:767px) {
    .header__call-btn.btn-yellow {
        font-size: 16px;
        height: 40px
    }
}

@media (max-width:991px) {
    .header-bottom {
        display: none
    }
}

@media (max-width:991px) {
    .header-bottom__nav.row {
        padding-top: 5px;
        padding-bottom: 25px
    }
}

@media (max-width:767px) {
    .header-bottom__nav.row {
        padding-top: 0;
        padding-bottom: 12px
    }
}

.header-bottom__link {
    display: block;
    text-align: center;
    padding: 10px 30px;
    white-space: nowrap;
    color: #25313f;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
    transition: all .2s linear
}

@media (max-width:767px) {
    .header-bottom__link {
        white-space: normal;
        padding: 10px 0
    }
}

.header-bottom__link:hover {
    background-color: #25313f;
    color: #fff
}

.first {
    background: url(../img/bg.jpg);
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 120px;
    margin-bottom: 20px
}

@media (max-width:1199px) {
    .first {
        padding-top: 100px
    }
}

@media (max-width:991px) {
    .first {
        padding-top: 80px
    }
}

@media (max-width:767px) {
    .first {
        padding-top: 60px;
        margin-bottom: 10px
    }
}

.first__title {
    font-size: 50px;
    font-weight: 700;
    color: #2d3946;
    margin: 0 auto;
    text-align: center;
    font-weight: 900
}

@media (max-width:991px) {
    .first__title {
        font-size: 38px
    }
}

@media (max-width:767px) {
    .first__title {
        font-size: 28px
    }
}

.first__title-color {
    color: #7d4be1
}

.first__subtitle {
    color: #25313f;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-top: 17px;
    line-height: 1.2
}

@media (max-width:767px) {
    .first__subtitle {
        font-size: 20px
    }
}

.first__form-wrap {
    margin-top: 120px;
    box-shadow: 0 12px 54px rgba(0, 192, 56, .4);
    border-radius: 10px;
    overflow: hidden;
    background: #3ad467
}

@media (max-width:1199px) {
    .first__form-wrap {
        margin-top: 100px
    }
}

@media (max-width:991px) {
    .first__form-wrap {
        margin-top: 80px
    }
}

@media (max-width:767px) {
    .first__form-wrap {
        margin-top: 60px
    }
}

.first__left {
    background: #3ad467;
    overflow: hidden;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 70px 50px 40px
}

@media (max-width:767px) {
    .first__left {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px
    }
}

.first__left-round {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -46px
}

.first__left-icon {
    position: absolute;
    bottom: 14px;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    left: 50%;
    fill: #3ad467;
    text-align: center
}

.first__left-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 5px
}

.first__left-subtitle {
    font-size: 16px;
    margin-bottom: 29px;
    font-weight: 300;
    font-style: italic
}

.first__input {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #e1eef6;
    background-color: #fff;
    padding: 10px;
    outline: none
}

.first__input:focus {
    border-color: #c0a5f6
}

.first__button {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    border-radius: 4px;
    background-color: #00c038;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background-image: linear-gradient(90deg, #601ee6 0, #7f4fe1);
    transition: all .2s linear
}

.first__button:hover {
    box-shadow: 0 12px 24px rgba(96, 30, 230, .59)
}

.first-left__accept {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 20px
}

.first__right {
    display: table;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 40px;
    border-radius: 10px;
    background: #fff;
    position: relative
}

.first__right:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -35px;
    border: 20px solid transparent;
    border-right: 20px solid #fff
}

.first__right>div {
    display: table-cell;
    vertical-align: middle
}

@media (max-width:1199px) {
    .first__right {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .first__right {
        margin-top: 20px;
        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 10px
    }

    .first__right>div {
        display: block;
        overflow: hidden
    }

    .first__right:before {
        left: 50%;
        margin-left: -20px;
        top: -18px;
        border: 20px solid transparent;
        border-bottom: 20px solid #fff
    }
}

.first__item {
    display: table;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px
}

@media (max-width:1199px) {
    .first__item {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.first__item-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    margin-right: 20px;
    fill: #6221e6
}

.first__item-icon, .first__item-text {
    display: table-cell;
    vertical-align: middle
}

.first__item-text {
    color: #25313f;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400
}

.benefits {
    margin-bottom: 50px
}

@media (max-width:767px) {
    .benefits {
        margin-bottom: 20px
    }
}

.benefits__item {
    box-shadow: 0 11px 35px hsla(30, 1%, 67%, .64);
    border-radius: 10px;
    background-color: #fff;
    padding: 30px;
    position: relative;
    line-height: 1.2;
    overflow: hidden;
    padding-right: 140px;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:767px) {
    .benefits__item {
        padding-left: 20px;
        padding-right: 20px
    }
}

.benefits__col {
    margin-bottom: 30px
}

.benefits__col:nth-child(2) .benefits__round, .benefits__col:nth-child(3) .benefits__round {
    background: #3ad467
}

.benefits__subtitle {
    font-weight: 900;
    margin-bottom: 10px;
    font-size: 14px
}

@media (max-width:767px) {
    .benefits__subtitle {
        text-align: center;
        font-size: 16px;
        margin-bottom: 15px
    }
}

.benefits__text {
    font-weight: 400;
    font-size: 14px
}

@media (max-width:767px) {
    .benefits__text {
        padding-bottom: 150px;
        line-height: 1.3
    }
}

.benefits__round {
    width: 200px;
    height: 200px;
    background: #7f4ee1;
    position: absolute;
    right: -80px;
    top: 50%;
    margin-top: -100px;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 38px;
    border-radius: 50% 0 0 50%
}

@media (max-width:767px) {
    .benefits__round {
        width: 400px;
        height: 400px;
        left: 50%;
        margin-left: -200px;
        top: auto;
        bottom: -250px;
        -ms-flex-align: normal;
        align-items: normal;
        border-radius: 50% 50% 0 0;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        padding-top: 40px
    }
}

.benefits__icon {
    width: 60px;
    height: 60px
}

@media (max-width:767px) {
    .benefits__icon {
        width: 80px;
        height: 80px
    }
}

.services {
    padding-bottom: 60px
}

@media (max-width:767px) {
    .services {
        padding-bottom: 50px
    }
}

.services__table-title {
    background: #3ad467;
    color: #fff
}

.services__table {
    width: 100%
}

.services__item.row {
    position: relative;
    margin-top: 4px;
    border-radius: 4px;
    color: #25313f;
    font-size: 14px;
    font-weight: 700;
    cursor: default;
    -ms-flex-align: center;
    align-items: center
}

.services__item.row:before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    bottom: 0;
    background: #f1f6f9;
    border-radius: 4px;
    transition: all .2s linear
}

.services__item.row:hover {
    z-index: 2
}

.services__item.row:hover:before {
    background: #e9eff3
}

.services__col-2 {
    text-align: center
}

@media (max-width:767px) {
    .services__col-2 {
        padding-left: 0 !important
    }
}

.services__col-3 {
    text-align: center
}

@media (max-width:767px) {
    .services__col-3 {
        position: static !important
    }
}

.services__item--title {
    color: #fff !important;
    pointer-events: none
}

.services__item--title:before {
    background: #3ad467 !important
}

.services__td {
    padding: 15px 30px;
    line-height: 1.2
}

@media (max-width:1199px) {
    .services__td {
        padding: 15px
    }
}

.services__btn-order {
    color: #3ad467;
    cursor: pointer;
    padding-left: 65px;
    padding-right: 65px
}

@media (max-width:1199px) {
    .services__btn-order {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:991px) {
    .services__btn-order {
        margin: 10px;
        border-radius: 5px !important
    }
}

@media (max-width:767px) {
    .services__btn-order {
        position: absolute;
        left: 15px;
        bottom: 0;
        top: 0;
        right: 15px;
        opacity: 0
    }
}

.services__btn-order:hover {
    box-shadow: 0 12px 24px rgba(96, 30, 230, .3);
    border-radius: 0 4px 4px 0;
    background-color: #0b0b0b;
    color: #fff;
    background-image: linear-gradient(90deg, #601ee6 0, #7f4fe1)
}

.services__show {
    text-align: center;
    margin-top: 10px
}

.services__show-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 20px;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
    color: #25313f;
    font-size: 14px;
    font-weight: 700
}

.services__show-btn:hover {
    color: #6526e5
}

.services__show-btn:hover svg {
    fill: #6526e5 !important
}

.services__show-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    fill: #25313f
}

.services__open-modal {
    display: none
}

@media (max-width:767px) {
    .services__open-modal {
        display: block;
        margin-top: 10px
    }

    .services__open-modal .btn-yellow {
        height: 45px;
        font-size: 18px
    }
}

.advantages {
    background-color: #f1f6f9;
    overflow: hidden;
    margin-bottom: 80px
}

@media (max-width:767px) {
    .advantages {
        margin-bottom: 50px
    }
}

.advantages__title {
    color: #3ad467;
    font-size: 50px !important;
    font-weight: 900;
    text-align: left
}

@media (max-width:1199px) {
    .advantages__title {
        font-size: 35px !important
    }
}

@media (max-width:991px) {
    .advantages__title {
        font-size: 30px !important
    }
}

@media (max-width:767px) {
    .advantages__title {
        font-size: 22px !important;
        text-align: center
    }
}

.advantages__left, advantages__right {
    padding: 70px 0
}

@media (max-width:767px) {
    .advantages__left {
        padding: 40px 0
    }
}

.advantages__right {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 14px;
    padding-right: 14px
}

.advantages__right:before {
    content: "";
    display: block;
    width: 10000px;
    background: #3ad467;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%
}

@media (max-width:767px) {
    .advantages__right {
        padding-bottom: 60px;
        padding-left: 0;
        padding-right: 0
    }

    .advantages__right:before {
        left: -5000px;
        top: 140px
    }
}

.advantages__round {
    position: relative;
    z-index: 1
}

@media (max-width:767px) {
    .advantages__round {
        margin: 0 auto
    }
}

.advantages__round:before {
    border-radius: 50%;
    border: 5px solid #caf3d5
}

.advantages__round:after, .advantages__round:before {
    content: "";
    display: block;
    position: absolute;
    left: -14px;
    right: -14px;
    bottom: -14px;
    top: -14px
}

.advantages__round:after {
    width: calc(50% + 14px);
    background: #f1f6f9
}

@media (max-width:767px) {
    .advantages__round:after {
        top: -20px;
        bottom: auto;
        height: 160px;
        left: -15px;
        right: -15px;
        width: auto
    }
}

.advantages__round-inner {
    width: 288px;
    height: 288px;
    border-radius: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid;
    position: relative;
    z-index: 3
}

@media (max-width:767px) {
    .advantages__round-inner {
        width: 250px;
        height: 250px
    }
}

.advantages__list {
    margin: 0;
    padding: 0
}

.advantages__item {
    list-style: none;
    padding: 0;
    color: #25313f;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.advantages__item:not(:last-child) {
    margin-bottom: 30px
}

.advantages__icon {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.timetable {
    margin-bottom: 80px
}

@media (max-width:767px) {
    .timetable {
        margin-bottom: 40px
    }
}

.timetable__row {
    margin-right: -8px;
    margin-left: -8px;
    -ms-flex-align: center;
    align-items: center
}

.timetable__row .col {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: auto;
    margin-right: auto
}

.timetable__item {
    box-shadow: 0 25px 35px rgba(207, 215, 216, .4);
    border-radius: 4px;
    background-color: #fff;
    padding: 15px;
    width: 100%;
    min-height: 180px;
    display: table;
    cursor: default;
    text-align: center;
    margin-bottom: 16px
}

@media (max-width:767px) {
    .timetable__item {
        min-height: 150px
    }
}

.timetable__item>div {
    display: table-cell;
    vertical-align: middle
}

.timetable__item:hover {
    box-shadow: 0 25px 35px rgba(207, 215, 216, .4);
    background-color: #fbfb5c;
    background-image: linear-gradient(90deg, #6628e5 0, #511cbe)
}

.timetable__item:hover * {
    color: #fff;
    fill: #fff
}

.timetable__subtitle {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    width: 100%;
    text-align: center
}

.timetable__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    width: 100%
}

.timetable__icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    fill: #6628e5;
    margin-bottom: 10px
}

.info {
    margin-bottom: 100px
}

@media (max-width:767px) {
    .info {
        margin-bottom: 50px
    }
}

.info__wrap {
    box-shadow: 0 12px 24px hsla(0, 0%, 45%, .3);
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden
}

.info__right {
    padding: 50px 90px 50px 60px;
    color: #25313f
}

@media (max-width:1199px) {
    .info__right {
        padding: 35px
    }
}

@media (max-width:991px) {
    .info__right {
        padding: 20px
    }
}

.info__title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 15px
}

.info__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3
}

.info__img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.application {
    background: url(../img/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 80px
}

@media (max-width:767px) {
    .application {
        padding-top: 40px;
        padding-bottom: 50px
    }
}

.application__title {
    color: #ffe407;
    font-size: 50px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 37px;
    line-height: 1.2
}

@media (max-width:1199px) {
    .application__title {
        font-size: 40px
    }
}

@media (max-width:991px) {
    .application__title {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .application__title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 30px !important
    }
}

.application__wrap {
    padding-right: 195px;
    position: relative
}

@media (max-width:1199px) {
    .application__wrap {
        padding-right: 180px
    }
}

.application__wrap:after {
    content: "";
    right: -38px;
    top: 50%;
    margin-top: -90px;
    display: block;
    position: absolute;
    width: 497px;
    height: 272px;
    background: url(../img/macbook.png);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

@media (max-width:991px) {
    .application__wrap:after {
        width: 300px;
        height: 200px
    }
}

@media (max-width:991px) {
    .application__wrap {
        padding-right: 0
    }

    .application__wrap:after {
        display: none
    }
}

.application__form {
    background: #fff;
    padding: 40px;
    padding-right: 306px;
    border-radius: 4px
}

@media (max-width:991px) {
    .application__form {
        padding: 40px 60px
    }
}

@media (max-width:767px) {
    .application__form {
        padding: 20px
    }
}

.application__form-title {
    color: #25313f;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700
}

@media (max-width:767px) {
    .application__form-title {
        font-size: 18px;
        text-align: center;
        margin-bottom: 5px
    }
}

.application__form-subtitle {
    color: #25313f;
    font-size: 18px;
    font-weight: 400
}

@media (max-width:767px) {
    .application__form-subtitle {
        font-size: 16px;
        text-align: center
    }
}

.application__row {
    padding-top: 20px
}

.application__input {
    display: block;
    width: 100%
}

@media (max-width:767px) {
    .application__input {
        margin-bottom: 15px
    }
}

.application__btn {
    display: block;
    width: 100%
}

.application__accept {
    margin-top: 20px;
    color: #aabfdd;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2
}

.row.application__row {
    margin-right: -5px;
    margin-left: -5px
}

.row.application__row>div {
    padding-left: 5px;
    padding-right: 5px
}

.application__input {
    height: 48px;
    border-radius: 5px;
    border: 2px solid #e1eef6;
    background-color: #fff;
    padding-left: 22px;
    outline: none !important
}

.application__btn.btn-yellow {
    height: 48px;
    font-size: 18px;
    outline: none !important
}

.contacts {
    position: relative;
    min-height: 500px
}

.contacts__left {
    padding-top: 58px;
    padding-bottom: 38px;
    padding-right: 80px !important
}

@media (max-width:991px) {
    .contacts__left {
        padding-right: 0 !important;
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    .contacts__left {
        padding-top: 50px;
        padding-right: 0 !important
    }
}

.contacts__title {
    margin-bottom: 0 !important;
    text-align: left
}

.contacts__subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 1.2;
    margin-top: 5px
}

.contacts__form-row {
    -ms-flex-align: center;
    align-items: center
}

.contacts__phone {
    position: relative;
    margin-bottom: 24px
}

.contacts__phone a {
    display: inline-block;
    padding-left: 25px;
    color: #6221e6;
    font-size: 26px;
    font-weight: 900;
    text-decoration: none !important
}

.contacts__phone svg {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: -11px;
    top: 50%;
    left: -2px;
    fill: #6221e6;
    pointer-events: none
}

.contacts__input {
    height: 45px
}

.contacts__form-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 13px
}

.contacts__textarea {
    height: 105px;
    padding-top: 15px
}

.contacts__input, .contacts__textarea {
    width: 100%;
    display: block;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    padding-left: 25px;
    margin-bottom: 12px;
    outline: none !important;
    font-size: 16px
}

.contacts__accept {
    width: 270px;
    height: 27px;
    color: #000;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 500;
    padding-left: 10px
}

@media (max-width:767px) {
    .contacts__accept {
        margin-top: 15px;
        padding-left: 0
    }
}

.contacts__btn.btn-yellow {
    display: block;
    width: 100%;
    height: 48px;
    font-size: 18px;
    outline: none !important
}

.contacts__form-row.row {
    margin-left: -6px;
    margin-right: -6px
}

.contacts__form-row.row>div {
    padding-left: 6px;
    padding-right: 6px
}

.contacts__map {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 500px
}

.contacts__map iframe {
    width: 100%;
    height: 500px
}

.contacts__map * {
    border: none !important
}

@media (max-width:991px) {
    .contacts__map {
        position: static;
        width: 100%;
        height: 350px
    }

    .contacts__map iframe {
        height: 350px !important
    }
}

.footer {
    padding-top: 35px;
    padding-bottom: 35px
}

@media (max-width:767px) {
    .footer__logo {
        text-align: center;
        margin-bottom: 20px
    }

    .footer__logo .logo {
        margin-left: auto;
        margin-right: auto;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .footer__logo .logo__text {
        text-align: left
    }
}

.footer__logo .logo__text {
    color: #25313f
}

.footer__politics {
    text-align: right
}

@media (max-width:767px) {
    .footer__politics {
        text-align: center;
        margin-top: 20px
    }
}

.footer__nav {
    text-align: center
}

@media (max-width:991px) {
    .footer__nav {
        text-align: right;
        margin-right: -16px
    }
}

@media (max-width:767px) {
    .footer__nav {
        margin-right: 0
    }
}

.footer__link {
    display: inline-block;
    padding: 16px 25px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none !important
}

@media (max-width:1199px) {
    .footer__link {
        padding: 16px;
        margin-right: 0 !important
    }
}

@media (max-width:767px) {
    .footer__link {
        display: block;
        margin: 0 !important;
        padding: 10px 25px;
        text-align: center
    }
}

.footer__link:not(:last-child) {
    margin-right: 20px
}

.footer__link:hover {
    background: #000;
    color: #fff
}

.footer__politics-link {
    color: #aaa;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline
}

.footer__politics-link:hover {
    text-decoration: none
}

.modal__close {
    outline: none !important
}

.modal__close svg {
    width: 16px;
    height: 16px;
    display: block
}

.modal-form-wrap, .modal-success-wrap {
    display: none
}

.modal-form-wrap.modal-active, .modal-success-wrap.modal-active {
    display: block
}

@media (min-width:992px) {
    .modal-dialog {
        max-width: 700px !important
    }
}

.modal-header {
    border: none !important
}

@media (max-width:767px) {
    .modal-content {
        width: 290px !important;
        margin: auto !important
    }
}

.modal-body {
    margin: 0 auto 60px;
    padding-left: 40px !important;
    padding-right: 40px !important
}

@media (min-width:992px) {
    .modal-body {
        padding-left: 140px !important;
        padding-right: 140px !important
    }
}

@media (max-width:991px) {
    .modal-body {
        margin-bottom: 30px !important;
        padding-top: 0 !important
    }
}

@media (max-width:767px) {
    .modal-body {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

.modal__title {
    font-size: 18px;
    font-weight: 900;
    text-align: center
}

.modal__subtitle {
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    font-weight: 400;
    margin-bottom: 38px
}

.modal__input {
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    text-align: center
}

.modal__btn, .modal__input {
    display: block;
    width: 100%;
    height: 48px;
    outline: none !important
}

.modal__btn {
    color: #fff;
    border: none !important;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(96, 30, 230, .59);
    border-radius: 4px;
    background-color: #00c038;
    background-image: linear-gradient(90deg, #601ee6 0, #7f4fe1)
}

.modal__accept {
    color: #000;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    max-width: 320px;
    margin: 20px auto 0;
    text-align: center
}

.anchor {
    position: relative;
    top: -140px
}

@media (max-width:991px) {
    .anchor {
        top: -120px
    }
}

@media (max-width:767px) {
    .anchor {
        top: -30px
    }
}

.section {
    position: relative
}

.contacts .anchor {
    top: -94px
}

@media (max-width:767px) {
    .contacts .anchor {
        top: 0
    }
}

.logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.logo__icon {
    display: inline-block;
    position: relative;
    top: -2px;
    width: 46px;
    height: 52px;
    margin-right: 10px
}

.logo__text {
    max-width: 110px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.1;
    display: inline-block
}

.city__btn {
    position: relative;
    min-width: 165px;
    height: 36px;
    font-weight: 500;
    border-radius: 4px;
    background-color: #e9eff3;
    padding-left: 20px;
    padding-right: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none !important
}

.city__btn:after {
    display: none !important
}

.city__btn-text {
    color: #25313f;
    font-size: 12px;
    font-weight: 500
}

.city__icon {
    position: absolute;
    right: 20px;
    fill: #25313f;
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px
}

.city__list {
    position: absolute;
    top: 0;
    display: none;
    min-width: 100% !important
}

.city__item.dropdown-item {
    padding: 5px 20px;
    font-size: 14px
}

.btn-yellow {
    color: #25313f;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
    background-color: #ffe407;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    border: none;
    outline: none;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s linear
}

.btn-yellow:hover {
    box-shadow: 0 0 32px rgba(255, 228, 7, .67)
}

@media (max-width:1199px) {
    .btn-yellow {
        padding-left: 15px;
        padding-right: 15px
    }
}

::-webkit-input-placeholder {
    color: #929292
}

:-moz-placeholder, ::-moz-placeholder {
    color: #929292
}

:-ms-input-placeholder {
    color: #929292
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus:-moz-placeholder, :focus::-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

.hamburger {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    top: 50%;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #fff
}

.hamburger-inner {
    margin-top: -2px
}

.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:after {
    top: -12px;
    bottom: auto
}

.hamburger-inner:before {
    top: auto;
    bottom: -12px
}

body {
    margin: 0;
    font-family: Roboto, sans-serif !important
}

a {
    transition: color .2s linear
}

h2 {
    color: #25313f;
    font-size: 50px !important;
    font-weight: 900 !important;
    margin-bottom: 40px !important;
    text-align: center
}

@media (max-width:1199px) {
    h2 {
        font-size: 45px !important
    }
}

@media (max-width:991px) {
    h2 {
        font-size: 40px !important
    }
}

@media (max-width:767px) {
    h2 {
        font-size: 26px !important;
        margin-bottom: 30px !important;
        line-height: 1.3
    }
}

@media (max-width:767px) {
    .container {
        max-width: 320px !important;
        margin: 0 auto
    }
}
