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

body, html {
    height: 100%;
}

body {
    min-width: 320px;
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    background: #fff;
    color: #3A4149;
}

#main {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: left 73px repeat-y url("/images/main-bg-left.png"), right 73px repeat-y url("/images/main-bg-right.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media (max-width: 668px) {
    #main {
        background: left 73px repeat-y url("/images/main-bg-left.png");
    }
}

.main-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1202px;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-uppercase {
    text-transform: uppercase;
}

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.bb-0 {
    border-bottom: 0 !important;
}

.col-1-2 {
    width: 50%;
}

.col-1-3 {
    width: 33.3%;
}

.col-2-3 {
    width: 66.6%;
}

.page-inner {
    padding-top: 74px;
}

.br {
    display: block;
}

.body-overflow {
    overflow: hidden;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.row__col-1-3 {
    margin-top: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    padding: 0 15px;
}

.row__col-1-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 15px;
}

.text-desctop {
    margin: 0 4px;
}

@media (max-width: 768px) {
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -7.5px;
    }

    .row__col-1-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        padding: 0 7.5px;
    }

    .row__col-1-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 7.5px;
    }
}

@media (max-width: 668px) {
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row__col-1-3, .row__col-1-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0;
        margin-bottom: 15px;
    }

    .row__col-1-3:last-child, .row__col-1-2:last-child {
        margin-bottom: 0;
    }
}

.h1, h1 {
    font-size: 56px;
    margin: 0 0 30px 0;
}

.h2, h2 {
    font-size: 50px;
    margin: 0 0 30px 0;
}

.h3, h3 {
    font-size: 40px;
    margin: 0 0 30px 0;
}

ul {
    margin: 0 0 24px 0;
    padding: 4px 0 0 31px;
}

a {
    text-decoration: none;
    outline: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: inherit;
}

.section-title {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5em;
}

.section-title-sm {
    font-weight: 600;
    font-size: 40px;
    margin: 0 0 34px 0;
}

.sub-title {
    font-size: 20px;
    font-weight: normal;
    color: #25459A;
    margin-top: 18px;
    margin-bottom: 0;
    display: block;
}

.game-title {
    max-width: 705px;
    margin-left: auto;
    margin-right: auto;
}

p {
    margin-top: 0;
    margin-bottom: 24px;
}

.text-section {
    margin-bottom: 100px;
    line-height: 1.7em;
}

@media (max-width: 1280px) {
    .section-title-sm {
        font-size: 35px;
        margin: 0 0 25px 0;
    }

    .sub-title {
        font-size: 18px;
        margin-top: 13px;
    }
}

@media (max-width: 1024px) {
    .h1, h1 {
        font-size: 35px;
    }

    .h2, h2 {
        font-size: 26px;
    }

    .h3, h3 {
        font-size: 26px;
    }
}

@media (max-width: 960px) {
    .section-title {
        font-size: 28px;
        margin: 0 0 32px 0;
    }

    p {
        margin-top: 0;
        margin-bottom: 16px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .section-title-sm {
        font-size: 28px;
        margin: 0 0 20px 0;
    }

    .sub-title {
        font-size: 16px;
        margin-top: 10px;
    }

    .text-section {
        margin-bottom: 60px;
    }

    .h1, h1 {
        font-size: 24px;
    }

    .h2, h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .h3, h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    ul {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

@media (max-width: 668px) {
    .section-title {
        font-size: 18px;
        margin: 0 0 25px 0;
    }

    p {
        margin-top: 0;
        margin-bottom: 12px;
        font-size: 12px;
    }

    .section-title-sm {
        font-size: 16px;
        margin: 0 0 14px 0;
    }

    .sub-title {
        font-size: 12px;
        margin-top: 5px;
    }
}

.icon {
    fill: currentColor;
    display: inline-block;
    vertical-align: top;
}

.icon--angle-down {
    width: 10px;
    height: 7px;
}

.icon--arrow-right {
    width: 12px;
    height: 13px;
}

.icon--menu-btn {
    width: 29px;
    height: 21px;
}

.icon--facebook {
    width: 20px;
    height: 20px;
}

.icon--twitter {
    width: 20px;
    height: 20px;
}

.icon--youtube {
    width: 20px;
    height: 20px;
}

.icon--pinterest {
    width: 20px;
    height: 20px;
}

.icon--google-plus {
    width: 20px;
    height: 20px;
}

.icon--mr {
    width: 16px;
    height: 20px;
    margin-top: 5px;
}

.btn {
    display: inline-block;
    vertical-align: top;
    height: 62px;
    line-height: 62px;
    text-decoration: none;
    outline: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding: 0 44px;
    border-bottom-left-radius: 31px;
    border-top-right-radius: 31px;
    -webkit-box-shadow: 2.5px 2.5px 0 transparent, 5px 5px 0 transparent;
    box-shadow: 2.5px 2.5px 0 transparent, 5px 5px 0 transparent;
    font-size: 20px;
}

.btn.btn-w-arrow {
    padding-right: 0;
    padding-left: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn__arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 17px;
    line-height: 100%;
    background: #4D77E3;
    border-bottom-left-radius: 31px;
    border-top-right-radius: 31px;
    margin-left: 24px;
}

.btn__arrow .icon {
    width: 33px;
    height: 30px;
}

.btn:hover {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
    -webkit-box-shadow: 2.5px 2.5px 0 #5e87eda9, 5px 5px 0 #5e87ed4d;
    box-shadow: 2.5px 2.5px 0 #5e87eda9, 5px 5px 0 #5e87ed4d;
}

.btn.btn-sm {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
}

.btn.btn-lg {
    height: 78px;
    line-height: 78px;
    padding: 0 43px;
    font-size: 24px;
}

.btn-primary {
    background: #5E86ED;
    color: #FFF;
}

.btn-group .btn {
    margin-right: 20px;
    margin-bottom: 5px;
}

.btn-group .btn:last-of-type {
    margin-right: 0;
}

@media (max-width: 1280px) {
    .btn {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        padding: 0 24px;
        border-bottom-left-radius: 21px;
        border-top-right-radius: 21px;
    }

    .btn.btn-sm {
        height: 35px;
        line-height: 35px;
        padding: 0 20px;
        font-size: 15px;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .btn__arrow {
        padding: 0 9px;
        height: 100%;
        border-bottom-left-radius: 21px;
        border-top-right-radius: 21px;
        margin-left: 10px;
    }

    .btn__arrow .icon {
        width: 23px;
        height: 20px;
    }
}

@media (max-width: 960px) {
    .btn.btn-lg {
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .btn {
        height: 37px;
        line-height: 37px;
        font-size: 14px;
        padding: 0 20px;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .btn.btn-sm {
        height: 35px;
        line-height: 35px;
        padding: 0 21px;
        font-size: 12px;
    }

    .btn.btn-lg {
        height: 37px;
        line-height: 37px;
        font-size: 14px;
        padding: 0 20px;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .btn__arrow {
        padding: 0 7px;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 15px;
        margin-left: 5px;
    }

    .btn__arrow .icon {
        width: 16px;
        height: 13px;
    }

    .btn.btn-w-arrow {
        padding: 0 0 0 10px;
    }

    .text-desctop {
        display: none;
    }

    .btn-group .btn {
        margin-right: 15px;
        padding: 0 10px;
    }

    .btn-group .btn.btn-w-arrow {
        padding: 0 0 0 10px;
    }
}

.header {
    -webkit-box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.05);
    padding: 15px 0 0 0;
    background: #FFF;
    margin-bottom: 64px;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__nav {
    margin-top: -5px;
}

.header__logo {
    margin-top: -12px;
}

.header__btn-menu {
    text-decoration: none;
    outline: 0;
    color: #5E86ED;
    display: none;
    background: none;
    border: 0;
    cursor: pointer;
    margin-top: -3px;
}

.header .social {
    display: none;
    margin-top: 15px;
}

.logo {
    text-decoration: none;
    outline: 0;
    color: #3A4149;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    margin-right: 15px;
}

.logo__text {
    margin: 0 0 3px 12px;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav__head-m {
    display: none;
}

.nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav__link {
    text-decoration: none;
    outline: 0;
    font-weight: 500;
    font-size: 18px;
    display: block;
    color: #000;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: block;
}

@media (min-width: 769px) {
    .nav__link {
        margin-top: 17px;
        padding-bottom: 25px;
        position: relative;
    }

    .nav__link:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 2px;
        background: #5E86ED;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .nav__link--active:after {
        left: 0;
        width: 100%;
    }

    .nav__link:hover {
        color: #5E86ED;
    }

    .nav__link:hover:after {
        left: 0;
        width: 100%;
    }
}

@media (min-width: 769px) {
    .nav__item {
        margin-right: 29px;
    }

    .nav__item:last-child {
        margin-right: 0;
    }
}

.lang-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.lang-list__link {
    text-decoration: none;
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #3A4149;
    font-size: 18px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.lang-list__link--active {
    font-weight: 600;
    color: #5E86ED;
}

.lang-list__link:hover {
    color: #5E86ED;
}

.lang-list__icon {
    width: 22px;
    display: block;
    border-radius: 2px;
    overflow: hidden;
}

.lang-list__icon img {
    max-width: 100%;
    display: block;
}

@media (min-width: 768px) {
    .lang-list__item {
        border-bottom: 1px solid #EEEEEE;
        padding: 0 0 2px 0;
        margin: 0 0 7px 0;
    }

    .lang-list__item:last-child {
        border-bottom: 0;
        padding: 0;
        margin: 0;
    }
}

.lang__button {
    border: 0;
    outline: 0;
    background: none;
    color: #5E86ED;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    letter-spacing: 1px;
}

.lang__button.active .icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.lang__button .icon {
    margin-left: 7px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (min-width: 768px) {
    .lang {
        padding-bottom: 8px;
        position: relative;
        margin-left: 30px;
    }

    .lang__dropdown {
        width: 85px;
        position: absolute;
        top: 100%;
        left: 50%;
        background: #FFF;
        -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
        border-radius: 0px 10px 10px 10px;
        padding: 13px 11px;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        z-index: 50;
    }

    .lang__dropdown.active {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media (max-width: 1280px) {
    .header {
        margin-bottom: 30px;
    }
}

@media (max-width: 960px) {
    .nav__link {
        font-size: 14px;
    }

    .lang__button {
        font-size: 14px;
    }

    .lang-list__link {
        font-size: 14px;
    }

    .logo {
        margin-top: -10px;
        font-size: 14px;
    }

    .logo__text {
        margin-bottom: 4px;
    }

    .logo img {
        max-width: 35px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 17px 0 12px 0;
        position: relative;
    }

    .header__nav {
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        z-index: 50;
    }

    .header__nav.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .header__logo {
        margin-top: 0;
    }

    .header__btn-menu {
        display: block;
    }

    .header .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .lang {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        width: 100%;
        border-bottom: 1px solid #eee;
        padding-bottom: 19px;
    }

    .lang__button {
        pointer-events: none;
    }

    .lang .icon {
        display: none;
    }

    .lang-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 16px;
    }

    .lang-list__item {
        border-right: 1px solid #eee;
        padding: 0 10px;
    }

    .lang-list__item:last-child {
        border-right: 0;
    }

    .lang-list__icon {
        width: 20px;
        margin-left: 7px;
    }

    .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #FFF;
        -webkit-box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.15);
        border-bottom-left-radius: 15px;
        width: 271px;
        padding: 23px 16px 15px;
    }

    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 49px;
    }

    .nav__item {
        margin-bottom: 13px;
    }

    .nav__head-m {
        border-bottom: 1px solid #eee;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 8px;
        margin-bottom: 18px;
    }

    .nav__title-m {
        font-weight: bold;
        font-size: 14px;
        color: #5E86ED;
    }

    .nav__button-m {
        width: 29px;
        height: 29px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #5E86ED;
        border-radius: 100%;
        color: #FFF;
        text-decoration: none;
        outline: 0;
        border: 0;
        cursor: pointer;
    }
}

.welcome {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 132px;
    position: relative;
    z-index: 1;
}

.welcome__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 704px;
    flex: 0 0 704px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 107px 0 59px 0;
}

.welcome__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-bottom: 20px;
}

.welcome__sub-title {
    color: #4D77E3;
    font-size: 20px;
    margin: 0 0 7px 0;
}

.welcome__title {
    font-weight: 600;
    font-size: 56px;
    margin: 0 0 20px 0;
}

.welcome__img-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 704px);
    flex: 0 0 calc(100% - 704px);
}

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

.welcome__img img {
    display: block;
    max-width: 100%;
}

.welcome__main-img {
    margin: 10px -199px 0 -144px;
}

.welcome__about-us-img {
    margin: -40px -25px 0 -90px;
}

.welcome__rooster-img {
    margin: -29px -70px 0 -117px;
}

.welcome__pig-img {
    margin: -17px -211px 0 -176px;
}

.welcome__cloud-img {
    margin: -15px -130px 0 -100px;
}

.welcome__game-img {
    margin: -27px -30px 0 -340px;
}

.welcome__text {
    margin: 0 0 20px 0;
    line-height: 1.7;
    padding-right: 25px;
}

.social {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social.social-lg {
    margin: 0 -6px;
}

.social.social-lg .social__item {
    margin: 0 6px;
}

.social.social-lg .social__link {
    width: 40px;
    height: 40px;
}

.social.social-lg .social__link .icon {
    width: 26px;
    height: 26px;
}

.social__item {
    margin: 0 5px;
}

.social__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    outline: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #3A4149;
    color: #FFF;
}

.social__link:hover {
    background: #5E86ED;
}

@media (max-width: 1280px) {
    .welcome__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
    }

    .welcome__img-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
    }

    .welcome__sub-title {
        font-size: 18px;
    }

    .welcome__title {
        font-size: 44px;
    }

    .welcome__text {
        font-size: 18px;
    }

    .welcome__main-img {
        margin-left: -180px;
    }

    .welcome__about-us-img {
        margin: -20px -25px 0 -90px;
    }
}

@media (max-width: 1023px) {
    .welcome__about-us-img {
        margin: 0 -25px 0 -30px;
    }
}

@media (max-width: 960px) {
    .welcome {
        margin-bottom: 45px;
    }

    .welcome__body {
        padding: 60px 0 59px 0;
    }

    .welcome__sub-title {
        font-size: 14px;
    }

    .welcome__title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .welcome__text {
        font-size: 14px;
    }

    .welcome__img-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
    }

    .welcome__main-img {
        margin: 20px 0 0 -95px;
    }

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

@media (max-width: 768px) {
    .welcome {
        margin-bottom: 32px;
    }

    .welcome .social {
        display: none;
    }

    .welcome__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        padding-top: 10px;
    }

    .welcome__sub-title {
        font-size: 12px;
    }

    .welcome__title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .welcome__content {
        padding-bottom: 0;
    }

    .welcome__text {
        font-size: 12px;
    }

    .welcome__main-img {
        margin: 0 -60px 0 -95px;
    }

    .welcome__img-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 350px);
        flex: 0 0 calc(100% - 350px);
    }

    .welcome__about-us-img {
        margin: -24px 0 0 -10px;
    }

    .welcome__rooster-img {
        margin: -29px -10px 0 -20px;
    }

    .welcome__pig-img {
        margin: -15px -60px 0 -35px;
    }

    .welcome__cloud-img {
        margin: -15px 0 0 0;
    }

    .welcome__game-img {
        margin: -25px 0 0 -75px;
    }

    .social.social-lg {
        margin: 0 -4px;
    }

    .social.social-lg .social__item {
        margin: 0 4px;
    }

    .social.social-lg .social__link {
        width: 20px;
        height: 20px;
    }

    .social.social-lg .social__link .icon {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 668px) {
    .welcome__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        padding: 10px 0 0 0;
    }

    .welcome__img-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
    }

    .welcome__sub-title {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .welcome__title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .welcome__text {
        font-size: 10px;
        padding: 0;
        margin-bottom: 10px;
    }

    .welcome__main-img {
        margin: 0 -60px 0 -65px;
    }

    .welcome__about-us-img {
        margin: -10px -25px 0 -20px;
    }

    .welcome__rooster-img {
        margin: -29px -30px 0 -50px;
    }

    .welcome__cloud-img {
        margin: -15px -20px 0 -25px;
    }

    .welcome .btn-group {
        margin-right: -65px;
    }
}

@media (max-width: 568px) {
    .welcome__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        padding: 10px 0 0 0;
    }

    .welcome__sub-title {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .welcome__title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .welcome__text {
        font-size: 10px;
        padding: 0;
        margin-bottom: 10px;
    }

    .welcome__main-img {
        margin: 0 -65px 0 -30px;
    }

    .welcome__rooster-img {
        margin: -10px -50px 0 -40px;
    }

    .welcome__pig-img {
        margin: -15px -120px 0 -35px;
    }

    .welcome__cloud-img {
        margin: -15px -50px 0 -25px;
    }

    .welcome__game-img {
        margin: 0 -30px 0 -100px;
    }
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.card.card__screenshots .card__img {
    margin-bottom: 17px;
}

.card__footer-text {

    padding: 0 5px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.card.card__lg {
    max-width: 100%;
    margin-bottom: 120px;
}

.card.card__lg .card__img {
    margin-bottom: 50px;
}

.card.card__lg .card__img img {
    height: 446px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card.card__md .card__text {
    font-size: 20px;
    padding: 0 110px;
}

.card.card__md .card__title {
    font-size: 24px;
}

.card.card__md .card__body {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.card.card__md .card__footer {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.card__game-button {
    padding: 0 17px;
    margin: -65px 0 8px 0;
    position: relative;
    z-index: 2;
    background: #FFF;
}

.card__body {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #FFF;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.card__footer {
    -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.card__img {
    outline: 0;
    text-decoration: none;
    display: block;
}

.card__img img {
    display: block;
    width: 100%;
}

.card__content {
    text-align: center;
    padding: 20px 13px 6px;
}

.card__title {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 600;
}

.card__text {
    margin: 0 0 5px 0;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.7em;
}

.card__line {
    position: relative;
    height: 30px;
    overflow: hidden;
}

.card__line:after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 30px);
    background: #eee;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.card__line-left {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card__line-right {
    position: absolute;
    width: 30px;
    height: 100%;
    overflow: hidden;
}

.card__line-left {
    left: -15px;
}

.card__line-right {
    right: -15px;
}

.card__line-left:after, .card__line-right:after {
    display: block;
    content: "";
    position: absolute;
    width: 30px;
    height: 100%;
    border-radius: 100%;
    top: 0;
}

.card__line-left:after {
    -webkit-box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 2000px #FFF;
    box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 2000px #FFF;
}

.card__line-right:after {
    -webkit-box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 600px #FFF;
    box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 600px #FFF;
}

.card__line-left:after {
    left: 0;
}

.card__line-right:after {
    right: 0;
}

.card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 5px 20px 5px;
    background: #FFF;
}

.card.card__review .card__img {
    background: #5E86ED;
    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;
    padding: 34px 0;
}

.card.card__review .card__content {
    text-align: center;
    padding: 15px 14px 0;
}

.card.card__review .card__title {
    margin: 0 0 0 0;
}

.card.card__review .card__line {
    z-index: 2;
}

.card.card__review .card__footer {
    padding: 2px 5px 19px 5px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}

.card.card__review .card__footer:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(37, 69, 154, 0.9);
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.card.card__review .card__line-left:before, .card.card__review .card__line-right:before {
    display: block;
    content: "";
    position: absolute;
    width: 30px;
    height: 100%;
    border-radius: 100%;
    top: 0;
}

.card.card__review .card__line-left:before {
    -webkit-box-shadow: 0px 0px 0px 2000px rgba(37, 69, 154, 0.9);
    box-shadow: 0px 0px 0px 2000px rgba(37, 69, 154, 0.9);
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 3;
}

.card.card__review .card__line-right:before {
    -webkit-box-shadow: 0px 0px 0px 600px rgba(37, 69, 154, 0.9);
    box-shadow: 0px 0px 0px 600px rgba(37, 69, 154, 0.9);
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 3;
}

.card.card__review .card__line-left:before {
    left: 0;
}

.card.card__review .card__line-right:before {
    right: 0;
}

.card.card__review:hover .card__line-left:before {
    opacity: 1;
}

.card.card__review:hover .card__line-right:before {
    opacity: 1;
}

.card.card__review:hover .card__footer:before {
    opacity: 1;
}

.card.card__review:hover .card__body-hover {
    opacity: 1;
}

.card.card__review:hover .card__line:after {
    z-index: 1;
}

.card.card__review .card__body {
    position: relative;
}

.card__body-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 32px;
    overflow: hidden;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 134, 237, 0.9)), to(rgba(37, 69, 154, 0.9)));
    background: linear-gradient(180deg, rgba(94, 134, 237, 0.9) 0%, rgba(37, 69, 154, 0.9) 100%);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
}

.card__avatar {
    width: 121px;
    height: 121px;
    border-radius: 50%;
    overflow: hidden;
}

.card-container {
    margin-bottom: 120px;
}

.screenshots {
    padding: 0 63px;
    margin-bottom: 120px;
}

@media (max-width: 1024px) {
    .card.card__lg {
        margin-bottom: 80px;
    }

    .card.card__lg .card__img img {
        height: 441px;
    }

    .card.card__md .card__text {
        font-size: 18px;
        padding: 0 50px;
    }

    .card.card__md .card__title {
        font-size: 16px;
    }

    .card__content {
        text-align: center;
        padding: 15px 6px 6px;
    }

    .card__title {
        margin: 0 0 10px 0;
        font-size: 16px;
    }

    .card__text {
        font-size: 14px;
    }

    .card__footer {
        padding: 3px 5px 10px 5px;
    }

    .card__line {
        position: relative;
        height: 20px;
        overflow: hidden;
    }

    .card__line:after {
        width: calc(100% - 20px);
        left: 10px;
    }

    .card__line-left {
        left: -10px;
    }

    .card__line-right {
        right: -10px;
        width: 20px;
    }

    .card__line-left:after, .card__line-right:after {
        width: 20px;
    }

    .card.card__screenshots .card__img {
        margin-bottom: 8px;
    }

    .card.card__review .card__line-left:before, .card.card__review .card__line-right:before {
        width: 20px;
    }

    .screenshots {
        padding: 0;
        margin-bottom: 120px;
    }
}

@media (max-width: 960px) {
    .card-container {
        margin-bottom: 80px;
    }

    .screenshots {
        margin-bottom: 60px;
    }

    .card__game-button {
        padding: 0 10px;
        margin: -38px 0 8px 0;
    }

    .card__body-hover {
        font-size: 18px;
    }

    .card.card__review .card__footer {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .card.card__lg {
        margin-bottom: 60px;
    }

    .card.card__lg .card__img {
        margin-bottom: 25px;
    }

    .card.card__md .card__text {
        font-size: 14px;
        padding: 0;
    }

    .card.card__md .card__title {
        font-size: 12px;
    }

    .card__game-button {
        padding: 0;
        margin: 0;
    }

    .card__title {
        font-size: 14px;
    }

    .card__text {
        font-size: 12px;
    }

    .card__footer-text {
        font-size: 12px;
    }

    .card-container {
        margin-bottom: 60px;
    }
}

@media (max-width: 668px) {
    .card {
        max-width: 283px;
        margin: auto;
    }

    .card__content {
        padding: 15px 26px 4px;
    }
}

.review {
    max-width: 903px;
    margin: auto;
    -webkit-transform: rotate(-6.23deg);
    transform: rotate(-6.23deg);
    background: #5E86ED;
    border-radius: 20px;
    margin-bottom: 149px;
}

.review__inner {
    -webkit-transform: rotate(6.23deg);
    transform: rotate(6.23deg);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.review__img img {
    display: block;
    max-width: 100%;
}

.review__button {
    text-decoration: none;
    outline: 0;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.review__button img {
    max-width: 126px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.review__button:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 960px) {
    .review {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 768px) {
    .review {
        margin-bottom: 80px;
    }

    .review__button img {
        max-width: 80px;
    }
}

@media (max-width: 568px) {
    .review {
        margin-bottom: 60px;
        margin-left: 0;
        margin-right: 0;
    }

    .review__button img {
        max-width: 44px;
    }
}

.question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 114px 0;
}

.question .sub-title {
    color: #5E86ED;
}

.question__img-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.question__img {
    margin-left: -73px;
}

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

.question__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 123px 0 0 16px;
}

.question__body p {
    font-size: 22px;
    margin: 0 0 36px 0;
    line-height: 1.64;
    letter-spacing: 0.2px;
}

@media (max-width: 1280px) {
    .question__img-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }

    .question__img {
        margin-left: 0;
    }

    .question__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        padding: 100px 0 0 16px;
    }

    .question__body p {
        font-size: 20px;
        margin-bottom: 25px;
    }
}

@media (max-width: 960px) {
    .question__img {
        margin-left: -50px;
    }

    .question__body {
        padding: 90px 0 0 16px;
    }

    .question__body p {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .question {
        margin-bottom: 60px;
    }

    .question__img {
        margin-left: -65px;
    }

    .question__body {
        padding: 35px 0 0 16px;
    }

    .question__body p {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media (max-width: 668px) {
    .question__img {
        margin-left: -15px;
    }

    .question__body {
        padding: 35px 0 0 16px;
    }

    .question__body p {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media (max-width: 568px) {
    .question__img-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 138px;
        flex: 0 0 138px;
    }

    .question__img {
        margin-left: -75px;
    }

    .question__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 138px);
        flex: 0 0 calc(100% - 138px);
        padding: 30px 0 0 7px;
    }

    .question__body p {
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 1.3;
        letter-spacing: 0;
    }
}

@media (max-width: 359px) {
    .question__img-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }

    .question__img {
        margin-left: -85px;
    }

    .question__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 100px);
        flex: 0 0 calc(100% - 100px);
        padding: 0 0 0 7px;
    }

    .question__body p {
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 1.3;
        letter-spacing: 0;
    }
}

.footer {
    /*border-top: 1px solid #eee;*/
    padding-top: 30px;
    padding-bottom: 90px;
}

.footer__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 29px 0;
}

.footer__copy-right {
    color: #a6a6a6;
    text-align: center;
    font-size: 18px;
    margin: 0 0 18px 0;
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__link {
    color: #a6a6a6;
    font-size: 18px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin: 0 14px;
    text-decoration: none;
    outline: 0;
}

.footer__link:hover {
    border-bottom: 1px solid transparent;
}

.footer__bottom {
    background: #FFF;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
}

@media (max-width: 568px) {
    .footer {
        background: #FFF;
    }

    .footer__copy-right {
        font-size: 12px;
        margin: 0 0 12px 0;
    }

    .footer__link {
        font-size: 12px;
    }
}

.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.products .sub-title {
    color: #5E86ED;
}

.products__img-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.products__img {
    margin-right: -191px;
}

.products__img img {
    max-width: 100%;
    display: block;
}

.products__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 100px 0 0 15px;
}

@media (max-width: 960px) {
    .products {
        margin-bottom: 60px;
    }

    .products__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 35px 0 0 10px;
    }
}

@media (max-width: 568px) {
    .products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .products__img-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }

    .products__img {
        margin-right: -91px;
        margin-left: -25px;
    }

    .products__img img {
        max-width: 100%;
        display: block;
    }

    .products__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        padding: 10px 0 0 10px;
    }
}

.share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.share .sub-title {
    color: #5E86ED;
}

.share__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-top: 179px;
}

@media (max-width: 1202px) {
    .share__body {
        padding-top: calc(30px + 149 * ((100vw - 320px) / 882));
    }
}

.share__img-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.share__img-sm {
    float: right;
    margin-top: 48px;
    margin-right: 106px;
    width: 190px;
}

@media (max-width: 1202px) {
    .share__img-sm {
        margin-right: calc(5px + 101 * ((100vw - 320px) / 882));
    }
}

@media (max-width: 1202px) {
    .share__img-sm {
        width: calc(50px + 140 * ((100vw - 320px) / 882));
    }
}

.share__img-sm img {
    display: block;
    max-width: 100%;
}

.share__img img {
    display: block;
    max-width: 100%;
}

@media (max-width: 767px) {
    .share {
        margin-bottom: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .share__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
    }

    .share__img-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    }

    .share__img-sm {
        display: none;
    }
}

@media (max-width: 767px) {
    .share {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .share__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
    }

    .share__img-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    }

    .share__img-sm {
        display: none;
    }
}

.support {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 49% 51%;
    grid-template-columns: 49% 51%;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
}

.support > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.support > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.support > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.support > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.support__text {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
    padding-top: 22px;
    padding-bottom: 5px;
}

.support__text p {
    line-height: 1.64;
}

.support__img-container {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 2;
    grid-row: span 2;
}

.support__img {
    margin: -6px -110px 0 86px;
}

.support__img img {
    display: block;
    max-width: 100%;
}

.support__form {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
}

.support__title {
    font-size: 56px;
    margin: 0 0 20px 0;
    font-weight: 600;
}

.form-row {
    margin-bottom: 20px;
}

.form-row__input {
    width: 100%;
    background: #FFF;
    border: 1px solid #D3D3D3;
    -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
    border-radius: 58px;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    color: #a6a6a6;
    font-weight: normal;
    padding: 0 30px;
    outline: 0;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.form-row__input.error {
    border: 1px solid red;
}

.form-row__input::-webkit-input-placeholder {
    color: #a6a6a6;
}

.form-row__input::-moz-placeholder {
    color: #a6a6a6;
}

.form-row__input:focus {
    border: 1px solid #5E86ED;
}

.form-row__textarea {
    width: 100%;
    background: #FFF;
    border: 1px solid #D3D3D3;
    -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
    border-radius: 27px;
    font-size: 20px;
    color: #a6a6a6;
    padding: 20px 30px;
    outline: 0;
    height: 155px;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.form-row__textarea.error {
    border: 1px solid red;
}

.form-row__textarea:focus {
    border: 1px solid #5E86ED;
}

@media (max-width: 960px) {
    .form-row {
        margin-bottom: 15px;
    }

    .form-row__input {
        border-radius: 58px;
        height: 53px;
        line-height: 53px;
        font-size: 18px;
        padding: 0 20px;
    }

    .form-row__textarea {
        font-size: 18px;
        padding: 20px 20px;
    }

    .support__title {
        font-size: 40px;
        margin: 0 0 15px 0;
    }
}

@media (max-width: 768px) {
    .support__img {
        margin: 0 -110px 0 0;
    }
}

@media (max-width: 668px) {
    .support {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
        -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
    }

    .support > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .support > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .support > *:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .support > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .support__text {
        -ms-grid-column-span: 1;
        grid-column: span 1;
        -ms-grid-row-span: 1;
        grid-row: span 1;
        padding-bottom: 0;
        padding-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .support__text p {
        line-height: 1.64;
    }

    .support__img-container {
        -ms-grid-column-span: 1;
        grid-column: span 1;
        -ms-grid-row-span: 1;
        grid-row: span 1;
    }

    .support__img {
        margin: -25px -11px 0 -14px;
    }

    .support__form {
        -ms-grid-column-span: 2;
        grid-column: span 2;
        -ms-grid-row-span: 1;
        grid-row: span 1;
        padding-top: 20px;
    }

    .support__title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .form-row {
        margin-bottom: 15px;
    }

    .form-row__input {
        font-size: 14px;
        padding: 0 20px;
    }

    .form-row__textarea {
        font-size: 14px;
        padding: 20px 20px;
        height: 116px;
    }
}

.review-slider {
    max-width: 903px;
    margin: auto;
    margin-bottom: 135px;
}

.review-slider .swiper-slide-active .review__inner:after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.review-slider .review__inner {
    position: relative;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.review-slider .review__inner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(241, 239, 255, 0.8)), to(rgba(241, 239, 255, 0.8)));
    background: linear-gradient(0deg, rgba(241, 239, 255, 0.8), rgba(241, 239, 255, 0.8));
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 3;
}

.review-slider img {
    width: 100%;
}

.review-slider .swiper-pagination {
    bottom: -68px;
}

.review-slider .swiper-pagination-bullet {
    width: 53px;
    height: 3px;
    border-radius: 0;
    background: #BDBDBD;
}

.review-slider .swiper-pagination-bullet-active {
    background: #5E86ED;
}

@media (max-width: 1280px) {
    .review-slider {
        max-width: 630px;
    }
}

@media (max-width: 1024px) {
    .review-slider {
        max-width: 530px;
    }
}

@media (max-width: 768px) {
    .review-slider {
        max-width: 328px;
        margin-bottom: 90px;
    }

    .review-slider .swiper-pagination {
        bottom: -37px;
    }

    .review-slider .swiper-pagination-bullet {
        width: 40px;
        height: 3px;
        border-radius: 0;
    }
}

.review-card-slider-cont {
    padding: 10px;
    padding-bottom: 70px;
    margin: 0 -10px;
    overflow: hidden;
}

.review-card-slider {
    position: relative;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 135px;
}

.review-card-slider .swiper-pagination {
    bottom: -68px;
}

.review-card-slider .swiper-pagination-bullet {
    width: 53px;
    height: 3px;
    border-radius: 0;
    background: #BDBDBD;
}

.review-card-slider .swiper-pagination-bullet-active {
    background: #5E86ED;
}

@media (max-width: 768px) {
    .review-card-slider-cont {
        padding: 10px;
        padding-bottom: 40px;
        margin: 0 -10px;
    }

    .review-card-slider {
        margin-bottom: 90px;
        max-width: 350px;
    }

    .review-card-slider .swiper-pagination {
        bottom: -37px;
    }

    .review-card-slider .swiper-pagination-bullet {
        width: 40px;
        height: 3px;
        border-radius: 0;
    }
}


.privacy-text{
    line-height: 1.7em;
}
.share p{
    line-height: 1.7em;
}