@font-face {
    font-family: 'Akrobat';
    src: local("Akrobat"), local("Akrobat-Regular"), url(../font/Akrobat.woff2) format("woff2"), url(../font/Akrobat.woff) format("woff"), url(../font/Akrobat.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Akrobat';
    src: local("Akrobat Bold"), local("Akrobat-Bold"), url(../font/Akrobatbold.woff2) format("woff2"), url(../font/Akrobatbold.woff) format("woff"), url(../font/Akrobatbold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Akrobat';
    src: local("Akrobat Black"), local("Akrobat-Black"), url(../font/Akrobatblack.woff2) format("woff2"), url(../font/Akrobatblack.woff) format("woff"), url(../font/Akrobatblack.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: #111
}

h1, h2, h3, p, ul {
    margin-top: 0;
    margin-bottom: 0
}

body {
    margin: 0;
    background: url(../images/bg_body.png) 50% 50%/cover repeat-y fixed
}

button {
    cursor: pointer;
    outline: 0
}

.responsive {
    width: 100%;
    height: auto
}

.page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    background: url(../images/header_bg.png) no-repeat center/cover
}

@media screen and (max-width: 426px) {
    .page-header {
        background: url(../images/mobile_header_bg.png) no-repeat center/cover
    }
}

.page-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 13%;
    margin-top: 2.5%
}

@media (max-width: 1305px) {
    .page-header__top {
        margin-left: 6%
    }
}

@media screen and (max-width: 1210px) {
    .page-header__top {
        margin-left: 2%
    }
}

@media screen and (max-width: 426px) {
    .page-header__top {
        margin-left: 0;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .page-header__top .logo-top {
        display: none
    }
}

.page-header__top .top_line {
    margin-left: 5%;
    width: 30%;
    margin-bottom: 2.5%;
    border-bottom: 2px solid #ffba00
}

@media screen and (max-width: 426px) {
    .page-header__top .top_line {
        margin-left: 0;
        width: 45%
    }
}

.page-header__top .top_line2 {
    width: 18%;
    margin-bottom: 2.5%;
    margin-left: 2%;
    border-bottom: 2px solid #ffba00
}

@media screen and (max-width: 426px) {
    .page-header__top .top_line2 {
        display: none
    }
}

.page-header__top .top_contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 20%;
    margin-left: 2%
}

@media screen and (max-width: 426px) {
    .page-header__top .top_contacts {
        width: auto
    }
}

.page-header__top .top_contacts__wrapper, .page-header__top .top_contacts__wrapper .top_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.page-header__top .top_contacts__wrapper .top_phone {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 16px;
    color: #ffba00;
    margin-top: 5%;
    margin-left: 20%;
    letter-spacing: 1px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 426px) {
    .page-header__top .top_contacts__wrapper .top_phone {
        font-size: 14px
    }
}

.page-header__top .top_contacts__wrapper .facebook_top_logo {
    margin-left: 5%;
    margin-top: 5%
}

@media screen and (max-width: 1410px) {
    .page-header__top .top_contacts__wrapper .facebook_top_logo {
        width: 30px
    }
}

@media screen and (max-width: 770px) {
    .page-header__top .top_contacts__wrapper .facebook_top_logo {
        display: none
    }
}

@media screen and (max-width: 426px) {
    .page-header__top .top_contacts__wrapper .facebook_top_logo {
        display: inline;
        width: 20px
    }
}

.page-header__top .top_contacts__wrapper .instagram_top_logo {
    margin-left: 4%;
    margin-top: 5%
}

@media screen and (max-width: 1410px) {
    .page-header__top .top_contacts__wrapper .instagram_top_logo {
        width: 30px
    }
}

@media screen and (max-width: 770px) {
    .page-header__top .top_contacts__wrapper .instagram_top_logo {
        display: none
    }
}

@media screen and (max-width: 426px) {
    .page-header__top .top_contacts__wrapper .instagram_top_logo {
        display: inline;
        width: 20px
    }
}

.page-header__top .top_contacts__button__wrapper .degustation_button {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 3px;
    width: 100%;
    padding-bottom: 3%;
    padding-top: 3%;
    background: 0 0;
    color: #f2f2f2;
    text-align: center;
    border: 2px solid #ffba00;
    border-radius: 15px;
    text-transform: uppercase
}

@media screen and (max-width: 1160px) {
    .page-header__top .top_contacts__button__wrapper .degustation_button {
        margin-top: 10%;
        font-size: 12px
    }
}

.page-header__top .top_contacts__button__wrapper .degustation_button:hover {
    border: 2px solid #12b41e;
    background-color: #12b41e;
    color: #f2f2f2;
    -webkit-transition: .5s;
    transition: .5s
}

.page-header__center {
    margin-left: 22%;
    margin-top: 7%
}

@media screen and (max-height: 685px) {
    .page-header__center {
        margin-top: 4%
    }
}

@media screen and (max-width: 850px) {
    .page-header__center {
        margin-left: 11%;
        margin-top: 14%
    }
}

@media screen and (max-width: 426px) {
    .page-header__center {
        margin-left: 0;
        margin-top: 27%
    }
}

.page-header__center .main_title {
    font-family: "Akrobat";
    font-weight: 900;
    font-size: 48px;
    color: #f2f2f2;
    text-transform: uppercase;
    margin-bottom: 9%
}

@media screen and (max-width: 426px) {
    .page-header__center .main_title {
        font-family: "Akrobat";
        font-weight: 700;
        font-size: 38px;
        text-align: center;
        margin-top: 15%
    }
}

@media screen and (max-height: 685px) {
    .page-header__center .main_title {
        margin-bottom: 6%
    }
}

.page-header__center .secondary_title {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 48px;
    color: #f2f2f2;
    text-transform: uppercase
}

@media screen and (max-width: 426px) {
    .page-header__center .secondary_title {
        font-family: "Akrobat";
        font-weight: 700;
        font-size: 26px;
        text-align: center
    }
}

.page-header__center .header__mobile__logo {
    display: none
}

@media screen and (max-width: 426px) {
    .page-header__center .header__mobile__logo {
        display: block;
        text-align: center
    }
}

.page__wrapper {
    z-index: 10;
    top: 0;
    width: 100%;
    min-height: 100%;
    position: fixed;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .5)
}

.degustation_form__wrapper {
    width: 525px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 426px) {
    .degustation_form__wrapper {
        width: 320px
    }
}

.degustation__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(../images/order_form_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 12%;
    padding-bottom: 6%
}

@media screen and (max-width: 426px) {
    .degustation__form {
        background-size: contain
    }
}

.popup__close {
    position: absolute;
    top: 6%;
    left: 80%;
    background: 0 0;
    border: 0
}

@media screen and (max-width: 426px) {
    .popup__close {
        top: 8%
    }
}

.popup__page__wrapper {
    display: none;
    z-index: 10;
    top: 0;
    width: 100%;
    min-height: 100%;
    position: fixed;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .5)
}

.popup__wrapper {
    -webkit-transition: 1s;
    transition: 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(../images/bg_body.png) no-repeat center/cover;
    border-radius: 20px;
    height: 300px;
    width: 525px;
    position: absolute;
    top: 50%;
    left: -100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 426px) {
    .popup__wrapper {
        width: 320px
    }
}

.popup__title {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    color: #ffba00
}

@media screen and (max-width: 426px) {
    .popup__title {
        font-size: 26px;
        text-align: center
    }
}

.popup__button {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    padding: 1.5% 6%;
    letter-spacing: 3px;
    background: 0 0;
    border: 2px solid #ffba00;
    border-radius: 15px;
    color: #f2f2f2;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s
}

.popup__button:hover {
    border: 2px solid #12b41e;
    background-color: #12b41e;
    color: #f2f2f2
}

.close__popup {
    position: absolute;
    top: 3%;
    right: .5%;
    background: 0 0;
    border: 0
}

@media screen and (max-width: 426px) {
    .close__popup {
        top: 1%;
        right: -.5%
    }
}

.page-footer {
    background-color: #323232;
    padding-top: 4%;
    padding-bottom: 4%
}

.page-footer__top {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 2%
}

@media screen and (max-width: 1150px) {
    .page-footer__top {
        max-width: 900px;
        margin-right: auto;
        margin-left: auto
    }
}

@media screen and (max-width: 426px) {
    .page-footer__top {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-footer__top__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 426px) {
    .page-footer__top__wrapper {
        margin-bottom: 8%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .page-footer__top__logo {
        display: none
    }
}

.page-footer__top__logo__mobile {
    display: none
}

@media screen and (max-width: 426px) {
    .page-footer__top__logo__mobile {
        display: block;
        text-align: center;
        margin-bottom: 5%
    }
}

.page-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    list-style: none;
    margin-right: 8%;
    color: #f2f2f2
}

.page-footer__menu_link {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px;
    color: #f2f2f2
}

.page-footer__menu_link:hover {
    text-decoration: underline
}

.page-footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 426px) {
    .page-footer__contacts {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.page-footer__contacts__title {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px;
    color: #f2f2f2
}

@media screen and (max-width: 426px) {
    .page-footer__contacts__title {
        margin-bottom: 5%
    }
}

.page-footer__contacts__phone {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 16px;
    color: #ffba00;
    letter-spacing: 1px
}

@media screen and (max-width: 426px) {
    .page-footer__contacts__phone {
        margin-bottom: 5%
    }

    .page-footer__contacts .footer__social__contacts {
        width: 60%;
        margin-bottom: 5%
    }
}

.page-footer__email {
    margin-right: 17%
}

@media screen and (max-width: 426px) {
    .page-footer__email {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
        margin-bottom: 8%
    }
}

.page-footer__email__title {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px;
    color: #f2f2f2;
    margin-bottom: 4%
}

.page-footer__contacts__email {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px;
    color: #ffba00
}

.page-footer__bottom, .page-footer__left-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.page-footer__bottom {
    margin-bottom: 2%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.page-footer__left-line {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%
}

@media screen and (max-width: 1050px) {
    .page-footer__left-line {
        width: 35%
    }
}

@media screen and (max-width: 850px) {
    .page-footer__left-line {
        width: 30%
    }
}

.page-footer__socials {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 426px) {
    .page-footer__socials {
        width: 30%
    }
}

.page-footer__right-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 40%
}

@media screen and (max-width: 1050px) {
    .page-footer__right-line {
        width: 35%
    }
}

@media screen and (max-width: 850px) {
    .page-footer__right-line {
        width: 30%
    }
}

.page-footer__credits {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px;
    text-align: center
}

@media screen and (max-width: 426px) {
    .page-footer__credits {
        margin-bottom: 5%
    }
}

.page-footer__credits .made_by {
    color: #bdbdbd
}

.page-footer__credits .who_made {
    color: #bdbdbd;
    -webkit-transition: .5s;
    transition: .5s
}

.page-footer__credits .who_made:hover {
    text-decoration: underline;
    color: #f2f2f2
}

.main_section1 {
    padding-top: 9%;
    padding-bottom: 9%
}

@media screen and (max-width: 426px) {
    .main_section1__image {
        display: none
    }
}

.main_section1__wrapper {
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto
}

.main_section1__content_wrapper, .main_section1__content_wrapper .office_meal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.main_section1__content_wrapper {
    margin-top: 1%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 426px) {
    .main_section1__content_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main_section1__content_wrapper .office_meal {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%
}

@media screen and (max-width: 426px) {
    .main_section1__content_wrapper .office_meal {
        width: auto;
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10%
    }
}

.main_section1__content_wrapper .office_meal__image {
    display: none
}

@media screen and (max-width: 426px) {
    .main_section1__content_wrapper .office_meal__image {
        display: block
    }
}

.main_section1__content_wrapper .office_meal__description {
    margin-bottom: 12%;
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 20px;
    color: #bdbdbd
}

@media screen and (max-width: 426px) {
    .main_section1__content_wrapper .office_meal__description {
        text-align: center
    }
}

.main_section1__content_wrapper .office_meal__button {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 20px;
    padding: 2% 10%;
    background: 0 0;
    color: #bdbdbd;
    border: 2px solid #ffba00;
    border-radius: 40px;
    -webkit-transition: .5s;
    transition: .5s
}

.main_section1__content_wrapper .office_meal__button:hover, .main_section1__content_wrapper .snack_machine__button:hover {
    color: #111;
    background-color: #ffba00
}

.main_section1__content_wrapper .snack_machine {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%
}

@media screen and (max-width: 426px) {
    .main_section1__content_wrapper .snack_machine {
        width: auto;
        max-width: 320px;
        margin-right: auto;
        margin-left: auto
    }
}

.main_section1__content_wrapper .snack_machine__image {
    display: none
}

@media screen and (max-width: 426px) {
    .main_section1__content_wrapper .snack_machine__image {
        display: block
    }
}

.main_section1__content_wrapper .snack_machine__description {
    margin-bottom: 7%;
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px;
    color: #bdbdbd
}

@media screen and (max-width: 426px) {
    .main_section1__content_wrapper .snack_machine__description {
        text-align: center
    }
}

.main_section1__content_wrapper .snack_machine__button {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 18px;
    padding: 2% 10%;
    background: 0 0;
    color: #bdbdbd;
    border: 2px solid #ffba00;
    border-radius: 15px;
    -webkit-transition: .5s;
    transition: .5s
}

.main_section2__wrapper {
    margin-bottom: 7%;
    background-image: url(../images/cruasan.png);
    background-size: 455px;
    background-position: left;
    background-repeat: no-repeat
}

@media screen and (max-width: 426px) {
    .main_section2__wrapper {
        background-size: 225.5px
    }
}

.main_section2_title__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1400px;
    margin-left: 14%;
    margin-bottom: 4.5%
}

@media screen and (max-width: 426px) {
    .main_section2_title__wrapper {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.main_section2_title__wrapper .office_meal__title {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    color: #ffba00
}

@media screen and (max-width: 426px) {
    .main_section2_title__wrapper .office_meal__title {
        font-size: 26px;
        text-align: center
    }
}

.main_section2_title__wrapper .office_meal__line_container {
    width: 60%;
    margin-left: 3%
}

@media screen and (max-width: 1275px) {
    .main_section2_title__wrapper .office_meal__line_container {
        width: 40%
    }
}

@media screen and (max-width: 426px) {
    .main_section2_title__wrapper .office_meal__line_container {
        display: none
    }
}

.main_section2_title__wrapper .office_meal__line_container .office_meal__line {
    width: 100%;
    margin-top: 24px
}

@media screen and (max-width: 426px) {
    .main_section2_title__wrapper .office_meal__line_container .office_meal__line {
        display: none
    }
}

.main_section2_content__wrapper, .main_section2_content__wrapper .free_choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-direction: normal;
    margin-right: auto;
    margin-left: auto
}

.main_section2_content__wrapper {
    padding-bottom: 5%;
    max-width: 1200px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 426px) {
    .main_section2_content__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main_section2_content__wrapper .free_choice {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px
}

@media screen and (max-width: 426px) {
    .main_section2_content__wrapper .free_choice {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10%
    }

    .main_section2_content__wrapper .free_choice__title {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.main_section2_content__wrapper .free_choice__button {
    -ms-flex-item-align: center;
    align-self: center
}

.main_section2_content__wrapper .preorder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto
}

@media screen and (max-width: 426px) {
    .main_section2_content__wrapper .preorder {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto
    }

    .main_section2_content__wrapper .preorder__title {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

.content_title {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #f2f2f2;
    margin-bottom: 7%
}

@media screen and (max-width: 426px) {
    .content_title {
        font-size: 26px
    }
}

.content_description {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 20px;
    color: #bdbdbd;
    margin-bottom: 14%
}

.content_button {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 20px;
    padding: 2% 10%;
    background: 0 0;
    color: #bdbdbd;
    border: 2px solid #ffba00;
    border-radius: 40px;
    -webkit-transition: .5s;
    transition: .5s
}

.content_button:hover {
    color: #111;
    background-color: #ffba00
}

.long_line {
    width: 68%
}

.slider {
    z-index: 9;
    width: 100%;
    overflow: hidden;
    margin: 0 0 7px
}

.slider li, .slider ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.slider ul {
    width: 9999px
}

.slider ul li {
    list-style-type: none;
    float: left;
    width: 700px;
    height: 290px
}

.slider .nav {
    position: absolute;
    left: 43%;
    bottom: -5%
}

@media screen and (max-width: 426px) {
    .slider .nav {
        left: 40%;
        bottom: 0
    }
}

.slider .nav span {
    opacity: .9;
    background: #fff;
    margin: 0 8px 0 0;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    display: block;
    float: left;
    -webkit-box-shadow: 0 1px 2px #000;
    box-shadow: 0 1px 2px #000
}

.slider .nav span.on {
    background: #ffba00
}

.main_section3 {
    margin-bottom: 6%;
    background-image: url(../images/grusha.png);
    background-size: 455px;
    background-position: right;
    background-repeat: no-repeat
}

@media screen and (max-width: 426px) {
    .main_section3 {
        position: relative;
        background-image: none
    }
}

.main_section3__wrapper {
    padding-bottom: 5%
}

@media screen and (max-width: 426px) {
    .main_section3__wrapper {
        padding-bottom: 20%
    }
}

.main_section3__wrapper .menu__title {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #f2f2f2;
    margin-bottom: 3%
}

@media screen and (max-width: 426px) {
    .main_section3__wrapper .menu__title {
        font-size: 26px
    }
}

.main_section3__wrapper .menu__list {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin-bottom: 3%
}

@media screen and (max-width: 426px) {
    .main_section3__wrapper .menu__list {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main_section3__wrapper .menu__list_item {
        margin-bottom: 5%;
    }
}

.main_section3__wrapper .menu__list_item .menu__button {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 30px;
    color: #676666;
    background: 0 0;
    border: 0;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s
}

@media screen and (max-width: 426px) {
    .main_section3__wrapper .menu__list_item .menu__button {
        font-size: 24px
    }
}

.main_section3__wrapper .menu__list_item .menu__button:hover {
    color: #ffba00
}

.main_section3__wrapper .menu__card {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 426px) {
    .main_section3__wrapper .menu__card {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main_section3__wrapper .menu__card__description {
    width: 40%
}

@media screen and (max-width: 426px) {
    .main_section3__wrapper .menu__card__description {
        width: auto
    }
}

.main_section3__wrapper .menu__card__description_title {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 35px;
    color: #f2f2f2;
    margin-bottom: 10%
}

@media screen and (max-width: 426px) {
    .main_section3__wrapper .menu__card__description_title {
        margin-bottom: 7%;
        font-size: 24px
    }
}

.main_section3__wrapper .menu__card__description_text {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 20px;
    color: #bdbdbd;
    margin-bottom: 23.5%
}

@media screen and (max-width: 426px) {
    .main_section3__wrapper .menu__card__description_text {
        margin-bottom: 10%
    }
}

.main_section3__wrapper .menu__card__description_button {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px;
    margin-left: 22%;
    padding: 1.5% 6%;
    letter-spacing: 3px;
    background: 0 0;
    border: 2px solid #ffba00;
    border-radius: 15px;
    color: #f2f2f2;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s
}

@media screen and (max-width: 426px) {
    .main_section3__wrapper .menu__card__description_button {
        margin-left: 0;
        position: absolute;
        bottom: 0;
        right: 23%
    }
}

.main_section3__wrapper .menu__card__description_button:hover {
    border: 2px solid #12b41e;
    background-color: #12b41e;
    color: #f2f2f2
}

.main_section3__wrapper .menu__card__photos {
    position: relative;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 426px) {
    .main_section3__wrapper .menu__card__photos {
        width: auto
    }
}

.main_section3__wrapper .card {
    display: none
}

.main_section3__wrapper .visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.button__active {
    color: #ffba00 !important
}

.menu__slider__photo {
    width: 400px
}

@media screen and (max-width: 426px) {
    .menu__slider__photo {
        width: 320px
    }
}

.main_section4 {
    margin-bottom: 4%;
    background-image: url(../images/become_client_bg.png);
    background-repeat: no-repeat
}

.become_client__wrapper, .become_client__wrapper .left__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.become_client__wrapper {
    margin-bottom: 4%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media screen and (max-width: 426px) {
    .become_client__wrapper {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto
    }
}

.become_client__wrapper .left__line {
    margin-top: 4%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%
}

@media screen and (max-width: 1050px) {
    .become_client__wrapper .left__line {
        width: 25%
    }
}

@media screen and (max-width: 850px) {
    .become_client__wrapper .left__line {
        width: 20%
    }
}

@media screen and (max-width: 426px) {
    .become_client__wrapper .left__line {
        display: none
    }
}

.become_client__wrapper .right__line {
    margin-top: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 30%
}

@media screen and (max-width: 1050px) {
    .become_client__wrapper .right__line {
        width: 25%
    }
}

@media screen and (max-width: 850px) {
    .become_client__wrapper .right__line {
        width: 20%
    }
}

@media screen and (max-width: 426px) {
    .become_client__wrapper .right__line {
        display: none
    }
}

.become_client__wrapper .become_client__title {
    margin-top: 4%;
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 36px;
    color: #f2f2f2
}

@media screen and (max-width: 426px) {
    .become_client__wrapper .become_client__title {
        font-size: 26px;
        margin-bottom: 4%
    }
}

.become_client__explain {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto
}

.become_client__explain .explain__left_side, .become_client__explain .explain__right_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 8%
}

@media screen and (max-width: 426px) {
    .become_client__explain .explain__left_side, .become_client__explain .explain__right_side {
        margin-bottom: 5%
    }
}

.explain__description, .explain__description__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.explain__description {
    margin-left: 2%
}

.explain__description__right {
    margin-right: 2%
}

.explain__description__title, .explain__description__title_right {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 28px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 3%;
    color: #f2f2f2
}

.explain__description__title_right {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.explain__description__text {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 20px;
    color: #bdbdbd
}

.explain__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 20%;
    padding-bottom: 17%
}

.explain__button_degustation {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px;
    background: 0 0;
    border: 2px solid #ffba00;
    border-radius: 15px;
    text-transform: uppercase;
    color: #f2f2f2;
    padding: 1% 5%;
    letter-spacing: 3px;
    -webkit-transition: .5s;
    transition: .5s
}

@media screen and (max-width: 426px) {
    .explain__button_degustation {
        padding: 2% 7%
    }
}

.explain__button_degustation:hover, .snack_machine__order:hover {
    border: 2px solid #12b41e;
    background-color: #12b41e;
    color: #f2f2f2
}

.main_section5 {
    background-image: url(../images/cake.png);
    background-size: 455px;
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-bottom: 4%
}

@media screen and (max-width: 426px) {
    .main_section5 {
        background-size: 225.5px;
        background-position: right center
    }
}

.main_section5__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 3%
}

@media screen and (max-width: 426px) {
    .main_section5__headline {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.main_section5__title {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 36px;
    color: #ffba00;
    justify-self: flex-start;
    margin-left: 15%
}

@media screen and (max-width: 426px) {
    .main_section5__title {
        font-size: 26px;
        margin-left: 0
    }
}

.main_section5__line {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 1200px) {
    .main_section5__line {
        width: 50%
    }
}

@media screen and (max-width: 426px) {
    .main_section5__line {
        display: none
    }
}

.snack_machine__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 8%
}

@media screen and (max-width: 426px) {
    .snack_machine__wrapper {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.snack_machine__about {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 426px) {
    .snack_machine__about {
        width: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.snack_machine__photo {
    width: 50%
}

@media screen and (max-width: 426px) {
    .snack_machine__photo {
        width: auto;
        margin-bottom: 8%
    }
}

.snack_machine__text {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 20px;
    color: #bdbdbd;
    margin-bottom: 15px;
}

@media screen and (max-width: 426px) {
    .snack_machine__text {
        margin-bottom: 5%;
        text-align: center
    }
}

.snack_machine__text2 {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 20px;
    color: #bdbdbd;
    margin-bottom: 30px;
}

@media screen and (max-width: 426px) {
    .snack_machine__text2 {
        margin-bottom: 15%;
        text-align: center
    }
}

.snack_machine__order {
    -ms-flex-item-align: center;
    align-self: center;
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 20px;
    background: 0 0;
    border: 2px solid #ffba00;
    border-radius: 40px;
    text-transform: uppercase;
    color: #f2f2f2;
    padding: 1.5% 6%;
    letter-spacing: 3px;
    -webkit-transition: .5s;
    transition: .5s
}

.main_section6 {
    padding-bottom: 5%
}

.main_section6__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 5%
}

@media screen and (max-width: 426px) {
    .main_section6__headline {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.main_section6__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 50%;
    margin-right: 3%
}

@media screen and (max-width: 1200px) {
    .main_section6__line {
        width: 40%
    }
}

@media screen and (max-width: 426px) {
    .main_section6__line {
        display: none
    }
}

.main_section6__title {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 40px;
    color: #ffba00;
    text-transform: uppercase
}

@media screen and (max-width: 426px) {
    .main_section6__title {
        font-size: 26px
    }
}

.our_mission__text1, .our_mission__text2 {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px;
    color: #bdbdbd;
    line-height: 25px;
    margin-bottom: 20px;
}

@media screen and (max-width: 426px) {
    .our_mission__text1 {
        margin-bottom: 5%
    }
}

.our_mission__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10%
}

@media screen and (max-width: 426px) {
    .our_mission__wrapper {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.our_mission__image {
    width: 50%
}

@media screen and (max-width: 426px) {
    .our_mission__image {
        display: none
    }
}

.our_mission__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 43%
}

@media screen and (max-width: 426px) {
    .our_mission__description {
        width: auto
    }
}

.clients__title {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #ffba00;
    margin-bottom: 3%
}

@media screen and (max-width: 426px) {
    .clients__title {
        font-size: 26px
    }
}

.clients__videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.clients__videos .prev__video {
    margin-right: 2%;
    background: 0 0;
    border: 0
}

.clients__videos .next__video {
    margin-left: 2%;
    background: 0 0;
    border: 0
}

.video__name {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 24px;
    color: #f2f2f2;
    text-align: center
}

.main_section7 {
    padding-top: 5%;
    padding-bottom: 10%;
    background-color: #111
}

@media screen and (max-width: 426px) {
    .main_section7 {
        position: relative;
        padding-bottom: 20%
    }
}

.main_section7__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 15%;
    margin-bottom: 4%
}

@media screen and (max-width: 426px) {
    .main_section7__headline {
        margin-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.main_section7__title {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 36px;
    color: #ffba00
}

@media screen and (max-width: 426px) {
    .main_section7__title {
        font-size: 26px
    }
}

.main_section7__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 62%
}

@media screen and (max-width: 1200px) {
    .main_section7__line {
        width: 50%
    }
}

@media screen and (max-width: 900px) {
    .main_section7__line {
        width: 45%
    }
}

@media screen and (max-width: 820px) {
    .main_section7__line {
        width: 40%
    }
}

@media screen and (max-width: 426px) {
    .main_section7__line {
        display: none
    }
}

.partnership__all__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto
}

@media screen and (max-width: 426px) {
    .partnership__all__wrapper {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.partnership__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60%
}

@media screen and (max-width: 426px) {
    .partnership__wrapper {
        width: auto
    }
}

.partnership__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 35%
}

@media screen and (max-width: 426px) {
    .partnership__slider {
        width: auto;
        margin-bottom: 20%
    }
}

.partnership__slider__title {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 4%;
    color: #bdbdbd
}

.partnership__slider__subtitle {
    margin-top: 4%
}

.partnership__description, .partnership__slider__subtitle {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 20px;
    color: #bdbdbd
}

@media screen and (max-width: 426px) {
    .partnership__description {
        margin-bottom: 15%
    }
}

.partnership__button {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 36px;
    border: 0;
    background: 0 0;
    padding: 0;
    color: #bdbdbd
}

@media screen and (max-width: 426px) {
    .partnership__button {
        font-size: 26px;
        margin-bottom: 5%
    }
}

.partnership__button:first-child {
    margin-right: 5%
}

.partnership__button-active {
    color: #f2f2f2
}

.partnership__become_partner {
    -ms-flex-item-align: center;
    align-self: center;
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px;
    background: 0 0;
    border: 2px solid #ffba00;
    border-radius: 15px;
    text-transform: uppercase;
    color: #f2f2f2;
    padding: 1.5% 6%;
    letter-spacing: 3px;
    -webkit-transition: .5s;
    transition: .5s
}

@media screen and (max-width: 426px) {
    .partnership__become_partner {
        position: absolute;
        bottom: 7%
    }
}

.partnership__become_partner:hover {
    border: 2px solid #12b41e;
    background-color: #12b41e;
    color: #f2f2f2
}

.partnership__card {
    display: none
}

.partnership__card-visible {
    display: block
}

.main_section8 {
    background-color: #111;
    padding-bottom: 10%;
    background-image: url(../images/big_logo.png);
    background-repeat: no-repeat;
    background-position: center
}

@media screen and (max-width: 426px) {
    .main_section8 {
        background-size: contain
    }
}

.main_section8__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 5%
}

@media screen and (max-width: 426px) {
    .main_section8__headline {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.main_section8__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 62%;
    margin-right: 3%
}

@media screen and (max-width: 1200px) {
    .main_section8__line {
        width: 50%
    }
}

@media screen and (max-width: 900px) {
    .main_section8__line {
        width: 45%
    }
}

@media screen and (max-width: 820px) {
    .main_section8__line {
        width: 40%
    }
}

@media screen and (max-width: 426px) {
    .main_section8__line {
        display: none
    }
}

.main_section8__title {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 36px;
    color: #ffba00
}

.order__wrapper {
    max-width: 525px;
    margin-right: auto;
    margin-left: auto
}

@media screen and (max-width: 426px) {
    .order__wrapper {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto
    }
}

.order__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(../images/order_form_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 12%;
    padding-bottom: 6%
}

@media screen and (max-width: 426px) {
    .order__form {
        background-size: contain
    }
}

.order__form__input {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px;
    width: 55%;
    padding: 2.5% 2%;
    background-color: #202020;
    border: 2px solid #ffba00;
    border-radius: 5px;
    color: #f2f2f2
}

.order__form__input::-webkit-input-placeholder {
    color: #f2f2f2;
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px
}

.order__form__input::-moz-placeholder {
    color: #f2f2f2;
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px
}

.order__form__input:-ms-input-placeholder, .order__form__input::-ms-input-placeholder {
    color: #f2f2f2;
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px
}

.order__form__input::placeholder {
    color: #f2f2f2;
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px
}

.order__form__input1, .order__form__input2 {
    margin-bottom: 6%
}

.order__form__input3 {
    margin-bottom: 15%
}

.order__form__button {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px;
    background-color: #1a1a1a;
    border: 2px solid #ffba00;
    border-radius: 15px;
    text-transform: uppercase;
    color: #f2f2f2;
    padding: 2.5% 5.5%;
    letter-spacing: 3px;
    -webkit-transition: .5s;
    transition: .5s
}

.order__form__button:hover {
    border: 2px solid #12b41e;
    background-color: #12b41e;
    color: #f2f2f2
}

.site-menu {
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #111
}

.site-menu__office {
    background: 0 0
}

.site-menu__wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.site-menu__list {
    clear: both;
    display: -webkit-box;
    padding: 0 0 0 20px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
}

@media screen and (max-width: 426px) {
    .site-menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 5%
    }
}

.site-menu__list_item {
    -webkit-transition: .5s;
    transition: .5s
}

@media screen and (max-width: 426px) {
    .site-menu__list_item {
        width: 70%;
        margin-bottom: 7%
    }
}

.site-menu__list_item:nth-child(2),
.site-menu__list_item:first-child {
    margin-right: 4%
}

.site-menu__list_item:hover {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.site-down-menu {
    padding-top: 5%;
    padding-bottom: 4%;
    background-image: url(../images/keks.png);
    background-size: 455px;
    background-position: left top;
    background-repeat: no-repeat
}

.site-down-menu__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 3%
}

@media screen and (max-width: 426px) {
    .site-down-menu__headline {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 5%
    }
}

.site-down-menu__title {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 36px;
    color: #ffba00;
    justify-self: flex-start;
    margin-left: 16%;
    text-transform: uppercase
}

@media screen and (max-width: 426px) {
    .site-down-menu__title {
        font-size: 26px;
        margin-left: 0
    }
}

.site-down-menu__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40%
}

@media screen and (max-width: 426px) {
    .site-down-menu__line {
        display: none
    }
}

.site-down-menu__wrapper {
    max-width: 900px;
    margin: 0 auto
}

@media screen and (max-width: 426px) {
    .site-down-menu__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.site-down-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    padding: 0
}

@media screen and (max-width: 426px) {
    .site-down-menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 70%
    }

    .site-down-menu__list_item {
        margin-bottom: 7%
    }
}

.site-down-menu__list_item:first-child {
    margin-right: 4%
}

.site-down-menu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.site-down-menu__text {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 24px;
    color: #f2f2f2;
    margin-right: 4%;
    -webkit-transition: .5s;
    transition: .5s
}

.razion-page-header, .site-down-menu__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.hover-link:hover .site-down-menu__text {
    margin-right: 10%
}

.razion-page-header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    background: url(../images/razion_bg.png) no-repeat center/cover
}

@media screen and (max-width: 426px) {
    .razion-page-header {
        background: url(../images/racion_mobile.png) no-repeat center/cover
    }
}

.razion-page-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 20%;
    margin-top: 2.5%
}

@media screen and (max-width: 1305px) {
    .razion-page-header__top {
        margin-left: 6%
    }

    .dostavka-page-header .top-nav,
    .razion-page-header .top-nav,
    .page-header .top-nav {
        /*margin-left: 6% !important;*/
        padding: 0 20px 0 12%;
    }

    .page-header .top-nav {
        padding: 0 20px 0 12%;
    }
}

@media screen and (max-width: 1210px) {
    .razion-page-header__top {
        margin-left: 2%
    }

    .dostavka-page-header .top-nav,
    .razion-page-header .top-nav,
    .page-header .top-nav {
        /*margin-left: 2% !important;*/
        border-left: 283px solid transparent;
        padding: 0 10px 0 8%;

    }

    .page-header .top-nav {
        padding: 0 20px 0 8%;
    }
}

@media screen and (max-width: 426px) {
    .razion-page-header__top {
        margin-left: 0;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .razion-page-header__top .logo-top {
        display: none
    }
}

.razion-page-header__top .top_line {
    margin-left: 5%;
    width: 30%;
    margin-bottom: 2.5%;
    border-bottom: 2px solid #ffba00
}

@media screen and (max-width: 1463px) {
    .razion-page-header__top .top_line {
        width: 25%
    }
}

@media screen and (max-width: 1415px) {
    .razion-page-header__top .top_line {
        width: 20%
    }
}

@media screen and (max-width: 426px) {
    .razion-page-header__top .top_line {
        margin-left: 0;
        width: 45%
    }
}

.razion-page-header__top .top_line2 {
    width: 18%;
    margin-bottom: 2.5%;
    margin-left: 2%;
    border-bottom: 2px solid #ffba00
}

@media screen and (max-width: 426px) {
    .razion-page-header__top .top_line2 {
        display: none
    }
}

.razion-page-header__top .top_contacts {

}

@media screen and (max-width: 426px) {
    .razion-page-header__top .top_contacts {
        width: auto
    }
}

.razion-page-header__top .top_contacts__wrapper{
    float: right;
    white-space: nowrap;
    margin-bottom: 10px;
}

.instagram_top_logo,
.facebook_top_logo{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px !important;
}

.razion-page-header__top .top_contacts__wrapper .top_phone {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 16px;
    color: #ffba00;
    letter-spacing: 1px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-menu__wrapper__down {
    display: block !important;
}

@media screen and (max-width: 426px) {
    .razion-page-header__top .top_contacts__wrapper .top_phone {
        font-size: 14px
    }
}

.razion-page-header__top .top_contacts__wrapper .facebook_top_logo {
    margin-left: 5%;
    margin-top: 5%
}

@media screen and (max-width: 1410px) {
    .razion-page-header__top .top_contacts__wrapper .facebook_top_logo {
        width: 30px
    }
    .razion-page-header__top .top_contacts__wrapper .top_phone{
        line-height: 30px;
    }

}
.header_in{
    margin-left: 15%;
}

@media screen and (max-width: 426px) {
    .site-menu__wrapper{
        display: none;
    }

    .razion-page-header__top {
        justify-content: space-between;
    }
}

@media screen and (max-width: 770px) {
    .header_in{
        margin-left: 0;
    }
}

@media screen and (max-width: 770px) {
    .razion-page-header__top .top_contacts__wrapper .facebook_top_logo {
        display: none
    }
}

@media screen and (max-width: 426px) {
    .razion-page-header__top .top_contacts__wrapper .facebook_top_logo {
        display: inline;
        width: 20px
    }
}

.razion-page-header__top .top_contacts__wrapper .instagram_top_logo {
    margin-left: 4%;
    margin-top: 5%
}

@media screen and (max-width: 1410px) {
    .razion-page-header__top .top_contacts__wrapper .instagram_top_logo {
        width: 30px
    }
}

@media screen and (max-width: 770px) {
    .razion-page-header__top .top_contacts__wrapper .instagram_top_logo {
        display: none
    }
}

@media screen and (max-width: 426px) {
    .razion-page-header__top .top_contacts__wrapper .instagram_top_logo {
        display: inline;
        width: 20px
    }
}

.razion-page-header__top .top_contacts__button__wrapper .degustation_button {
    display: inline-block;
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 3px;
    width: 100%;
    padding-bottom: 3%;
    padding-top: 3%;
    background: 0 0;
    color: #f2f2f2;
    text-align: center;
    border: 2px solid #ffba00;
    border-radius: 15px;
    text-transform: uppercase
}

@media screen and (max-width: 1160px) {
    .razion-page-header__top .top_contacts__button__wrapper .degustation_button {
        margin-top: 10%;
        font-size: 12px
    }
}

.razion-page-header__top .top_contacts__button__wrapper .degustation_button:hover {
    border: 2px solid #12b41e;
    background-color: #12b41e;
    color: #f2f2f2;
    -webkit-transition: .5s;
    transition: .5s
}

.razion-page-header__center {
    margin-left: 20%;
    margin-top: 8%
}

@media screen and (max-width: 1180px) {
    .razion-page-header__center {
        margin-left: 10%;
        margin-top: 10%
    }
}

@media screen and (max-height: 685px) {
    .razion-page-header__center {
        margin-top: 4%
    }
}

@media screen and (max-width: 850px) and (orientation: portrait) {
    .razion-page-header__center {
        margin-left: 11%;
        margin-top: 46%
    }
}

@media screen and (max-width: 703px) {
    .razion-page-header__center {
        margin-left: 5%;
        margin-top: 31%
    }
}

@media screen and (max-width: 426px) {
    .razion-page-header__center {
        margin-left: 15px;
        margin-top: 33%
    }
}

.razion-page-header__center .main_title {
    font-family: "Akrobat";
    font-weight: 900;
    font-size: 60px;
    color: #f2f2f2;
    text-transform: uppercase;
    margin-bottom: 1%
}

@media screen and (max-width: 426px) {
    .razion-page-header__center .main_title {
        font-family: "Akrobat";
        font-weight: 900;
        font-size: 38px;
        text-align: left;
        margin-bottom: 8%;
        letter-spacing: 3px
    }
}

@media screen and (max-height: 685px) {
    .razion-page-header__center .main_title {
        margin-bottom: 6%
    }
}

.razion-page-header__center .secondary_title {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 2px;
    color: #f2f2f2;
    text-transform: uppercase;
    margin-bottom: 3%
}

@media screen and (max-width: 426px) {
    .razion-page-header__center .secondary_title {
        font-family: "Akrobat";
        font-weight: 700;
        font-size: 26px;
        text-align: left;
        width: 60%;
        margin-bottom: 5%
    }
    .razion-page-header__button__container{
        margin-bottom: 5%;
    }
}

.razion-page-header__center .header__mobile__logo {
    display: none
}

@media screen and (max-width: 426px) {
    .razion-page-header__center .header__mobile__logo {
        display: block;
        text-align: center
    }

    .razion-page-header__center .racion-mobile__logo {
        display: none
    }
}

.razion-page-header__button {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 22px;
    padding: .7% 4%;
    letter-spacing: 3px;
    background: 0 0;
    border: 2px solid #ffba00;
    border-radius: 40px;
    color: #f2f2f2;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s
}

@media screen and (max-width: 426px) {
    .razion-page-header__button {
        font-family: "Akrobat";
        font-weight: 400;
        font-size: 26px;
        padding: 3% 20%;
        background-color: #12b41e;
        border: 2px solid #12b41e
    }

    .razion-page-header__button__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.razion-page-header__button:hover {
    border: 2px solid #12b41e;
    background-color: #12b41e;
    color: #f2f2f2
}

.main_section3__wrapper .razion__menu__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main_section3__wrapper .razion-menu__card {
    max-width: 900px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main_section3__wrapper .visible__razion {
    display: block
}

.razion-menu {
    padding-top: 2%
}

.razion-menu__title {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin-bottom: 4%
}

.razion-menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 45%
}

@media screen and (max-width: 426px) {
    .razion-menu__content {
        width: 90%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        margin-bottom: 3%
    }
}

.razion-menu__subcontent__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 2%
}

@media screen and (max-width: 426px) {
    .razion-menu__subcontent__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 375px) {
    .razion-menu__subcontent__wrapper {
        width: 80%
    }
}

.razion-menu__image img{
    width: 92px;
}
.razion-menu__image {
    margin-right: 4%
}

.razion-menu__text {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    -ms-flex-item-align: center;
    align-self: center
}

.razion-menu__text span {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 22px;
    color: #bdbdbd
}

@media screen and (max-width: 375px) {
    .razion-menu__text span {
        display: block;
        width: 50%
    }

    .razion-menu__text {
        width: 70%
    }
}

.razion-menu__price {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 65px;
    color: #ffba00;
    text-align: center;
    margin-bottom: 2%
}

@media screen and (max-width: 426px) {
    .razion-menu__price {
        margin-bottom: 5%
    }
}

.razion-menu__price span {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 35px
}

.razion-menu__container__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.razion-menu__button {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 20px;
    background: 0 0;
    border: 2px solid #ffba00;
    border-radius: 15px;
    text-transform: uppercase;
    color: #f2f2f2;
    padding: .9% 6%;
    letter-spacing: 3px;
    -webkit-transition: .5s;
    transition: .5s
}

@media screen and (max-width: 426px) {
    .razion-menu__button {
        padding-top: 2%;
        padding-bottom: 2%
    }
}

.razion-menu__button:hover {
    border: 2px solid #12b41e;
    background-color: #12b41e;
    color: #f2f2f2
}

.razion__menu__button {
    font-family: "Akrobat";
    font-weight: 700;
    font-size: 30px;
    color: #676666;
    background: 0 0;
    border: 0;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s
}

@media screen and (max-width: 426px) {
    .razion__menu__button {
        font-size: 24px
    }
}

.dostavka-page-header__title span, .order__discount__title span, .razion__menu__button:hover {
    color: #ffba00
}

.razion-about-us {
    background-color: #111;
    padding: 0 0 4%
}

.razion-about-us__headline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.razion-about-us__line {
    margin: 0
}

.razion-about-us__line_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 426px) {
    .razion-about-us__line_bottom {
        display: none
    }
}

.razion-about-us__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 6%
}

@media screen and (max-width: 426px) {
    .razion-about-us__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.razion-about-us__title {
    margin-right: 8%
}

.razion-about-us__description {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.razion-about-us__button {
    justify-self: start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media screen and (max-width: 426px) {
    .razion-about-us__button {
        margin-top: 4%;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.razion-client {
    margin-bottom: 0
}

.razion-order__headline, .razion_section8__headline {
    padding-top: 4%
}

.dostavka-page-header, .dostavka-page-header__secondary_title__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-direction: normal
}

.dostavka-page-header {
    height: 100vh;
    background: url(../images/dostavka_bg.png) no-repeat center/cover;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 360px) {
    .dostavka-page-header .dostavka-page-header__title {
        margin-bottom: 10%
    }
}

.dostavka-page-header__secondary_title__wrapper {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.dostavka-page-header__smile {
    margin-right: 3%
}

@media screen and (max-width: 426px) {
    .dostavka-page-header__center {
        margin-left: 6%;
        margin-top: 20%
    }
}

.dostavka__mobile__logo {
    margin-bottom: 6%
}

@media screen and (max-width: 320px) {
    .razion-page-header__button {
        display: none
    }
}

.dostavka-menu {
    padding-top: 2%
}

.order__buttons {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 5%
}

@media screen and (max-width: 426px) {
    .order__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.menu__order__button {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 20px;
    padding: .7% 5%;
    letter-spacing: 3px;
    background: 0 0;
    border-radius: 40px;
    border: 2px solid #ffba00;
    color: #f2f2f2;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s
}

@media screen and (max-width: 426px) {
    .menu__order__button {
        padding: 1.5% 5%
    }
}

.menu__order__button:first-child {
    margin-right: 4%
}

@media screen and (max-width: 426px) {
    .menu__order__button:first-child {
        margin-right: 0;
        margin-bottom: 5%;
        margin-top: 5%
    }
}

.menu__order__button:hover {
    border: 2px solid #12b41e;
    background-color: #12b41e;
    color: #f2f2f2
}

.order__dostavka {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 2.5%
}

@media screen and (max-width: 426px) {
    .order__dostavka {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 4%
    }
}

.order__left__line {
    margin-top: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 30%
}

@media screen and (max-width: 1050px) {
    .order__left__line {
        width: 25%
    }
}

@media screen and (max-width: 850px) {
    .order__left__line {
        width: 20%
    }
}

@media screen and (max-width: 426px) {
    .order__left__line {
        display: none
    }
}

.order__right__line {
    margin-top: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 30%
}

@media screen and (max-width: 1050px) {
    .order__right__line {
        width: 25%
    }
}

@media screen and (max-width: 850px) {
    .order__right__line {
        width: 20%
    }
}

@media screen and (max-width: 426px) {
    .order__right__line {
        display: none
    }
}

.order__title {
    margin-top: 4%
}

@media screen and (max-width: 426px) {
    .order__title {
        text-align: center
    }
}

.order__discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 2.5%
}

.order__discount__title {
    font-family: "Akrobat";
    font-weight: 400;
    font-size: 30px;
    color: #f2f2f2
}

@media screen and (max-width: 426px) {
    .order__discount__title {
        font-size: 23px;
        text-align: center
    }
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    padding: 0 !important;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
}

.fancybox-close {
    position: absolute;
    top: 20px;
    right: 19px;
    width: 11px;
    height: 11px;
    background: none no-repeat;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-close:hover {
    opacity: 0.5;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(17, 17, 17, 0.75);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}


.only-mobile {
    display: none;
}

.top-nav {
    margin-top: 15px;
    width: 100vw;
    padding: 0 20px 0 25%;
    max-width: none;
    box-sizing: border-box;
    border-left: 276px solid transparent;
}

.btn-gorup a {
    margin: 10px 0;
    justify-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.btn-gorup {
    padding: 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-header .top-nav{
    padding: 0 20px 0 18%;
    border-left: 281px solid transparent;
}

.new-price-list-item span{
    color: #bdbdbd;
    white-space: nowrap;
}
.new-price-list-item{
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Akrobat";
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
}

.new-price-list{
    margin: 138px 0 30px -136px;
    position: relative;
}

.price-bonus p span{
    color: #bdbdbd;
    white-space: nowrap;
}
.price-bonus p{
    margin: 3px 0 0;
    font-family: "Akrobat";
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    text-transform: none;
    font-weight: bold;
}
.price-bonus img{
    margin: 0 0 11px;
}
.price-bonus{
    text-transform: uppercase;
    position: absolute;
    width: 255px;
    top: 194px;
    left: -6px;
    color: #ffb900;
    font-family: "Akrobat";
    text-align: right;
    font-size: 28px;
    font-weight: bold;
}
.popup .title{
    color: #111;
    font-family: "Akrobat";
    font-size: 56px;
    margin: 0 0 32px;
    text-transform: uppercase;
    line-height: 56px;
    font-weight: 300;
}
.popup .subtitle span{
    display: inline-block;
    color: #ffba00;
    vertical-align: top;
    padding: 0 10px;
    font-weight: 800;
    background-color: #3f151d;
}
.popup .subtitle{
    text-transform: uppercase;
    color: #ffb900;
    color: #000001;
    font-weight: 300;
    font-family: "Akrobat";
    font-size: 37px;
    line-height: 47px;
    margin: 0 0 28px;
}
.popup .btn{
    width: 284px;
    height: 57px;
    border-radius: 20px;
    background-color: #3f151d;
    height: 57px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-family: "Akrobat";
    font-size: 21px;
    font-weight: 800;
    line-height: 24px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 15px 36px;

}
.popup{
    text-align: right;
    padding: 103px 53px 0 0;
    background: url(../images/pop.png) no-repeat bottom center;
    background-size: cover;
    height: 483px;
    box-sizing: border-box;
    width: 855px;
    display: none;
}
.fancybox-close{
    background: url(../images/cls.png) no-repeat;
    width: 16px;
    height: 16px;
    top: -25px;
    right: -33px;
}

.menu__list_item{
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}

@media screen and (max-width: 1220px) {
    .new-price-list {
        transform: scale(0.7);
        transform-origin: top;
        margin-bottom: -200px;
    }
}


@media screen and (max-width: 1023px) {
    .popup {
        padding: 103px 20px 0;
        text-align: center;
        width: 500px;
    }
    .popup .title {
        margin: 0 0 20px;
        font-size: 45px;
    }
    .popup .subtitle {
        font-size: 30px;
    }

    .new-price-list {
        transform: scale(0.5);
        transform-origin: top;
        margin-bottom: -350px;
    }
}

@media screen and (max-width: 767px) {
    .only-mobile {
        display: block;
    }

    .dostavka-page-header{
        min-height: 100vh;
        height: auto;
    }
    .razion-page-header__button__container a{
        white-space: nowrap;
        margin: 0 0 10px;
        display: inline-block;
        padding: 5px 20px;
        text-align: center;
        white-space: normal;
        font-size: 18px;
    }
    .razion-page-header__button__container{
        text-align: center;
        padding: 0 10px 0 0;
        flex-direction: column;
    }
    .site-menu__list_item{
        margin: 0 2% 7% !important;
    }

    .site-menu__list{
        padding: 0 0 0 10px;
    }

    .logo-top img{
        width: 100%;
    }
    .logo-top{
        flex: 200px 0 0 ;
        width: 200px;
    }

    .new-price-list img{
        width: 100%;
        margin: 0 0 20px;
    }
    .new-price-list{
        margin: 0 !important;
        transform: none;
    }
    .new-price-list-item{
        width: 100% !important;
        box-sizing: border-box;
        padding: 0 15px 10px;
        position: static !important;
    }
    .popup .btn{
        font-size: 19px;
        width: 100%;
    }
    .popup{
        padding: 40px 20px 30px;
        width: 280px;
        height: auto;
    }

    .fancybox-close{
        top: 5px;
        right: 5px;
    }
    .main_section3__wrapper .razion__menu__list{
        margin-bottom: 3% !important;
    }
    .main_section3__wrapper .menu__list_item .menu__button{
        font-size: 22px;
    }
    .price-bonus img{
        width: 100px;
        float: left;
        margin: 0 20px 0 0;
    }
    .price-bonus br{
        display: none;
    }
    .price-bonus{
        margin-bottom: 20px;
        width: 100%;
        overflow: hidden;
        text-align: left;
        position: static;
    }

    .razion-menu__content{
        width: 100%;
    }
    .razion-menu__subcontent__wrapper{
        display: block;
    }

    .razion-menu__content {
        justify-content: left;
    }
}
.menu__button{
    white-space: nowrap;
}

@media screen and (max-width: 426px) {

    .razion-page-header__top .top_contacts__wrapper .instagram_top_logo,
    .razion-page-header__top .top_contacts__wrapper .facebook_top_logo{
        display: inline-block;
    }

    .dostavka-page-header,
    .razion-page-header,
    .page-header {
        height: auto;
        min-height: 100vh;
    }

    .dostavka-page-header .top-nav,
    .razion-page-header .top-nav,
    .page-header .top-nav {
        padding: 0;
        border: none;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .razion-page-header__top{
        flex-direction: column-reverse;
    }
    .dostavka-page-header__center{
        margin-top: 10%;
    }

    .page-header__center,
    .razion-page-header__center,
    .dostavka-page-header__center{
        margin-top: 10%;
        margin-left: 10px;
    }
    .razion-page-header__center .racion-mobile__logo{
        display: block;
    }
    .razion-page-header__center .main_title{
        margin-top: 15%;
    }
}