/*!
Theme Name: Theme by oxbox.ru
Theme URI: https://oxbox.ru
Author: oxbox.ru
Author URI: https://oxbox.ru
Description: Theme for custom site
Version: 5.5.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wisedev
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

wisedev is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
/* -----------------------------------------------------------------------------------------------------------

                                                   GLOBAL STYLE

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

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

html,
body {
    height: 100%;
    position: relative; }

body.fixed {
    overflow: hidden; }

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

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

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

h1 {
    color: #276297;
    font-weight: 700;
    line-height: 1.081;
    text-transform: uppercase; }
@media (max-width: 767px) {
    h1 {
        font-size: calc(45px + 49.3 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    h1 {
        font-size: calc(45px + 29 * (100vw / 1920)); } }

ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0; }

a {
    color: #1c2d3c;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

button:focus,
input:focus {
    outline: transparent; }

input,
textarea,
button {
    padding: 0;
    border-radius: 0;
    -webkit-appearance: none; }

.container {
    max-width: 1300px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto; }

body {
    min-height: -webkit-fill-available;
    color: #1c2d3c;
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    background-color: #d6ebfb;
    line-height: 1.476; }
body.fixed {
    overflow: hidden; }

.btn {
    font-size: 16px;
    font-weight: 500;
    width: 240px;
    height: 50px;
    background-color: #33c14b;
    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;
    color: #fff;
    position: relative;
    border-radius: 50px;
    z-index: 2; }
.btn::before {
    content: "";
    background: #1c57a5;
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

img {
    display: block; }

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    a:hover {
        color: #276297; }
    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: bounce-1;
        animation-name: bounce-1;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear; }
    .swiper-button-prev:hover::before,
    .swiper-button-next:hover::before {
        border: solid #33c14b;
        border-width: 0 2px 2px 0; }
    .swiper-button-prev:hover {
        -webkit-animation-name: bounce-2;
        animation-name: bounce-2; } }

@-webkit-keyframes bounce-1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px); }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0); } }

@keyframes bounce-1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px); }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0); } }

@-webkit-keyframes bounce-2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px); }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0); } }

@keyframes bounce-2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px); }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0); } }

.section-title {
    color: #1c2d3c;
    display: inline-block;
    padding-left: 135px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700; }
@media (max-width: 767px) {
    .section-title {
        font-size: calc(24px + 20.4 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .section-title {
        font-size: calc(24px + 12 * (100vw / 1920)); } }
.section-title::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: #33c14b;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

* {
    outline: none;
    scrollbar-color: #276297 #d6ebfb;
    scrollbar-width: thin; }

*scrollbarbutton {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important; }

*::-webkit-scrollbar {
    width: 4px;
    height: 10px; }

*::-webkit-scrollbar-thumb {
    background-color: #276297; }

*::-webkit-scrollbar-track {
    background-color: #d6ebfb;
    width: 4px; }

.swiper-button-next,
.swiper-button-prev {
    opacity: 1 !important; }

.swiper-button-next::before,
.swiper-button-prev::before {
    content: "";
    position: absolute;
    border: solid #276297;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    right: 0;
    width: 3px;
    height: 3px;
    margin-left: 5px; }

.swiper-button-prev::before {
    margin-left: 15px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
    position: absolute;
    background-image: url(images/triangle.svg);
    background-size: cover;
    height: 43px;
    width: 43px;
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
    font-size: 0; }

.swiper-button-prev::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.swiper-pagination-fraction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #d6ebfb;
    top: 0;
    bottom: auto;
    width: 100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 27px;
    padding-bottom: 8px;
    font-size: 21px;
    color: #276297; }

.swiper-pagination-current {
    font-size: 36px;
    margin-right: 10px;
    color: #1c2d3c; }

.swiper-pagination-total {
    margin-left: 10px; }

/**
 * Modal
 **/
.modal-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: none; }

.modal-container .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(35, 57, 100, 0.6); }

.modal {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 2;
    background: #fff;
    max-width: 605px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.modal .input.error input {
    border-color: #f66544; }
.modal input,
.modal textarea {
    height: 50px;
    font-size: 16px;
    display: block;
    width: 100%;
    border: 1px solid #accfe9;
    color: #276297;
    margin-bottom: 20px;
    padding: 20px; }
.modal input::-webkit-input-placeholder, .modal textarea::-webkit-input-placeholder {
    color: #1c2d3c; }
.modal input::-moz-placeholder, .modal textarea::-moz-placeholder {
    color: #1c2d3c; }
.modal input:-ms-input-placeholder, .modal textarea:-ms-input-placeholder {
    color: #1c2d3c; }
.modal input::-ms-input-placeholder, .modal textarea::-ms-input-placeholder {
    color: #1c2d3c; }
.modal input::placeholder,
.modal textarea::placeholder {
    color: #1c2d3c; }
.modal input:focus,
.modal textarea:focus {
    border-color: #33c14b; }
.modal label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px; }
.modal textarea {
    padding: 10px;
    resize: none;
    height: 115px;
    border: 1px solid #d7e0e3; }
.modal button {
    padding-right: 0;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    background-color: #33c14b;
    color: #fff;
    max-width: 245px;
    width: 100%;
    height: 50px;
    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;
    font-size: 16px; }

.modal:not(.open) {
    -webkit-transform: scale(0.001);
    -ms-transform: scale(0.001);
    transform: scale(0.001);
    opacity: 0.01; }

.modal .modal-content-title {
    height: 94px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 45px;
    color: #fff;
    font-size: 21px;
    background-color: #276297;
    text-transform: uppercase; }

.modal .icon-close {
    height: 50px;
    width: 50px;
    display: block;
    position: relative;
    right: -20px;
    cursor: pointer; }

.modal .icon-close:before,
.modal .icon-close:after {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 2px;
    width: 20px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff; }

.modal .icon-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.modal .icon-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.modal .scroll-container {
    max-height: calc(100vh - 55px - 40px);
    max-height: calc(var(--vh, 1vh) * 100 - 55px - 40px);
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    padding-bottom: 60px;
    font-size: 14px; }

/* -----------------------------------------------------------------------------------------------------------

                                                   START MAIN PAGE

----------------------------------------------------------------------------------------------------------- */
.wrapper.overlay {
    position: relative;
    z-index: 3; }
/*.wrapper.overlay::before {*/
    /*content: "";*/
    /*top: 95px;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*background-color: rgba(39, 98, 151, 0.7);*/
    /*z-index: 3;*/
    /*-webkit-transition: all 0.3s;*/
    /*-o-transition: all 0.3s;*/
    /*transition: all 0.3s; }*/
.wrapper::before {
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(39, 98, 151, 0.7);
    z-index: 4;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.wrapper.overlay::before {
    opacity: 1;
    visibility: visible;
}
.header {
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50% 100%; }
.header .header-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 90%;
    height: 90%; }

.header__wrapper {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 95px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 155px; }

.header__box {
    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;
    border-radius: 50px;
    background-color: #fff;
    padding: 15px 40px; }
.logo img{
    height: 40px;
}
.header__top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
.header__top.scroll {
    z-index: 5;
    background-color: #fff; }
.header__top.scroll .btn {
    height: 45px; }
.header__top.scroll .header__btn {
    border: 1px solid #d6ebfb; }
.header__top.scroll .logo img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 40px; }
.header__top.scroll .header__inner {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 75px; }
.header__top .btn {
    max-width: 210px;
    background-color: #276297; }

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

.menu__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.menu__list li:not(:last-child) {
    margin-right: 35px; }
.menu__list li a.active {
    color: #276297; }

.header__links {
    margin-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 35px;
    position: relative; }
.header__links::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #accfe9;
    top: 0; }
.header__links a {
    height: 20px; }
.header__links a:not(:last-child) {
    margin-right: 25px; }
.header__links svg {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 20px;
    height: 100%;
    fill: #276297; }

.header__btn {
    cursor: pointer;
    display: none;
    margin-left: 20px;
    background-color: #fff;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    padding: 18px 15px;
    border: 1px solid #fff; }
.header__btn div {
    margin-left: auto;
    background-color: #276297;
    height: 2px;
    width: 100%;
    top: calc(50% - 1px);
    left: 15px; }
.header__btn div:not(:last-child) {
    margin-bottom: 3px; }
.header__btn div:last-child {
    width: 70%; }

.header__content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.header__content-text {
    margin-top: 75px;
    max-width: 640px; }
.header__content-text .btn {
    background-color: #33c14b; }

.header__content-title {
    margin-bottom: 25px; }

.header__content-subtitle {
    font-size: 18px;
    margin-bottom: 40px; }
.header__content-subtitle span {
    font-weight: 500;
    color: #33c14b; }

.header__content-info {
    margin-bottom: 40px;
    line-height: 1.476;
    padding-top: 40px;
    position: relative; }
@media (max-width: 767px) {
    .header__content-info {
        font-size: calc(16px + 8.5 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .header__content-info {
        font-size: calc(16px + 5 * (100vw / 1920)); } }
.header__content-info::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: #33c14b;
    left: 0;
    top: 0; }

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .header__links svg:hover {
        fill: #33c14b; }
    .header__top .btn:hover {
        background-color: #d6ebfb; }
    .header__content-text .btn:hover {
        color: #fff;
        background-color: #276297; }
    .about__item:hover .about__item-info {
        background-color: #d6ebfb; }
    .about__item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    .program__buy-link.btn:hover {
        color: #fff;
        background-color: #33c14b; } }

.hedaer__link {
    text-align: right; }
.hedaer__link a {
    display: block; }
.hedaer__link a:not(:last-child) {
    margin-bottom: 10px; }

.about {
    background-color: #fff;
    padding-top: 40px; }

.about__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -20px; }

.about__box-item {
    margin-left: 20px;
    -ms-flex-negative: calc(50% - 20px);
    flex-shrink: calc(50% - 20px);
    background-color: #276297;
    color: #fff;
    padding: 30px 55px 30px 40px;
    position: relative;
    margin-bottom: 45px; }
.about__box-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 35px;
    width: 10px;
    height: 53px;
    background-color: #33c14b; }
.about__box-item:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; }
.about__box-item:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; }
.about__box-item p:first-child {
    margin-bottom: 20px; }
@media (max-width: 767px) {
    .about__box-item p:first-child {
        font-size: calc(18px + 5.1 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .about__box-item p:first-child {
        font-size: calc(18px + 3 * (100vw / 1920)); } }
.about__box-item p:not(:first-child) {
    color: #d6ebfb; }
@media (max-width: 767px) {
    .about__box-item p:not(:first-child) {
        font-size: calc(16px + 3.4 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .about__box-item p:not(:first-child) {
        font-size: calc(16px + 2 * (100vw / 1920)); } }

.about__text {
    margin-bottom: 45px; }
@media (max-width: 767px) {
    .about__text {
        font-size: calc(16px + 8.5 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .about__text {
        font-size: calc(16px + 5 * (100vw / 1920)); } }

.about__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -20px; }

.about__item-wrapper {
    margin-left: 20px;
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.about__item {
    margin-bottom: 20px; }
.about__item-name {
    color: #276297;
    margin-bottom: 20px; }
@media (max-width: 767px) {
    .about__item-name {
        font-size: calc(18px + 5.1 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .about__item-name {
        font-size: calc(18px + 3 * (100vw / 1920)); } }
.about__item-img {
    overflow: hidden;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px; }
.about__item-img img {
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.about__item-info {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 30px;
    border: 3px solid #d6ebfb;
    border-top: none;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.trainer {
    padding-top: 75px; }

.trainer__box {
    background-color: #fff;
    border-radius: 20px;
    padding: 65px;
    position: relative;
    z-index: 1; }
.trainer__box-bg {
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 20px; }

.trainer__name {
    font-weight: 700;
    margin-bottom: 20px; }
@media (max-width: 767px) {
    .trainer__name {
        font-size: calc(24px + 20.4 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .trainer__name {
        font-size: calc(24px + 12 * (100vw / 1920)); } }

.trainer__info {
    color: #276297;
    margin-bottom: 40px; }
@media (max-width: 767px) {
    .trainer__info {
        font-size: calc(18px + 5.1 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .trainer__info {
        font-size: calc(18px + 3 * (100vw / 1920)); } }

.trainer__box-wrapper {
    max-width: 550px; }

.trainer__descr {
    margin-left: 10px;
    list-style: none;
    font-size: 14px;
    margin-bottom: 50px; }
.trainer__descr li {
    position: relative;
    padding-left: 15px; }
.trainer__descr li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 2px;
    background-color: #33c14b; }
.trainer__descr li:not(:last-child) {
    margin-bottom: 15px; }

.trainer__experience-title {
    font-size: 21px;
    color: #276297;
    margin-bottom: 40px; }

.trainer__experience-img {
    max-width: 375px; }
.trainer__experience-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%; }

.certs {
    padding-top: 75px;
    background: -o-linear-gradient(0, #276297 300px, transparent 300px);
    background: linear-gradient(0, #276297 300px, transparent 300px); }

.certs__inner {
    padding: 55px 20px;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom: 3px solid #33c14b;
    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; }

.certs__info {
    margin-left: 20px;
    max-width: 700px; }
@media (max-width: 767px) {
    .certs__info {
        font-size: calc(16px + 3.4 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .certs__info {
        font-size: calc(16px + 2 * (100vw / 1920)); } }
.certs__info p.custom {
    color: #276297;
    margin-bottom: 35px; }
@media (max-width: 767px) {
    .certs__info p.custom {
        font-size: calc(18px + 5.1 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .certs__info p.custom {
        font-size: calc(18px + 3 * (100vw / 1920)); } }
.certs__info p.custom:first-child {
    margin-bottom: 0; }
@media (max-width: 767px) {
    .certs__info p {
        font-size: calc(16px + 3.4 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .certs__info p {
        font-size: calc(16px + 2 * (100vw / 1920)); } }
.certs__info ul {
    margin-left: 10px;
    margin-top: 35px;
    list-style: none; }
.certs__info ul li {
    position: relative;
    padding-left: 15px; }
.certs__info ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 2px;
    background-color: #1c2d3c; }
.certs__info ul li:not(:last-child) {
    margin-bottom: 15px; }

.reviews {
    padding-top: 75px;
    background: -o-linear-gradient(top, #276297 370px, transparent 370px);
    background: linear-gradient(180deg, #276297 370px, transparent 370px); }
.reviews .section-title {
    color: #fff; }

.reviews__inner {
    padding: 55px 45px;
    padding-top: 0;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: 3px solid #33c14b; }

.reviews-slider {
    padding-top: 55px; }

.reviews__text {
    color: #276297;
    text-align: center;
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px; }
@media (max-width: 767px) {
    .reviews__text {
        font-size: calc(16px + 3.4 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .reviews__text {
        font-size: calc(16px + 2 * (100vw / 1920)); } }

.reviews__author {
    text-align: center; }

.reviews__author-img {
    margin: 0 auto;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    border: 3px solid #d6ebfb;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px; }

.reviews__author-name {
    margin-bottom: 15px; }
@media (max-width: 767px) {
    .reviews__author-name {
        font-size: calc(18px + 5.1 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .reviews__author-name {
        font-size: calc(18px + 3 * (100vw / 1920)); } }

.reviews__author-position {
    color: #33c14b; }

.questions {
    padding-top: 75px;
    padding-bottom: 75px; }
.questions .section-title {
    margin-bottom: 10px; }

.program {
    padding-top: 75px; }

.program__text {
    margin-bottom: 55px; }
@media (max-width: 767px) {
    .program__text {
        font-size: calc(16px + 8.5 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .program__text {
        font-size: calc(16px + 5 * (100vw / 1920)); } }

.program__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px; }

.program__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px; }

.program__box {
    border-radius: 20px;
    background-color: #276297;
    color: #fff;
    padding: 40px;
    margin-left: 20px;
    -ms-flex-preferred-size: calc(33.3333% - 20px);
    flex-basis: calc(33.3333% - 20px);
    position: relative;
    overflow: hidden;
    z-index: 1; }
.program__box-name {
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 35px;
    margin-bottom: 20px;
    position: relative; }
.program__box-name::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 90px;
    background-color: #33c14b;
    left: 0;
    bottom: 0; }
.program__box-number {
    font-weight: 700;
    color: #30699c;
    position: absolute;
    font-size: 235px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
    bottom: -150px;
    letter-spacing: -16px;
    z-index: -1; }
.program__box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 15%;
    background: -webkit-gradient(linear, left bottom, left top, from(#276297), to(rgba(39, 98, 151, 0.0001)));
    background: -o-linear-gradient(bottom, #276297, rgba(39, 98, 151, 0.0001));
    background: linear-gradient(to top, #276297, rgba(39, 98, 151, 0.0001));
    bottom: 0;
    left: 0;
    right: 0; }

.tabs__container {
    max-width: 16%;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    height: 100%;
    border-radius: 20px; }

.overflow-wrapper {
    width: 100%; }

.tabs {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 40px 45px 55px;
    background-color: #33c14b;
    list-style: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; }
.tabs li {
    font-size: 21px; }
.tabs li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #71d481; }
.tabs li span {
    color: #fff; }

.tab-link.current {
    position: relative; }
.tab-link.current::before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-left: 10px solid #33c14b;
    top: 5px;
    right: -65px; }

.tab-content {
    max-width: 84%;
    width: 100%; }

.block__info {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #276297;
    padding: 70px 60px 50px; }
.block__info p {
    color: #fff;
    font-size: 21px;
    margin-bottom: 20px; }
.block__info ul {
    list-style: none; }
.block__info ul li {
    color: #d6ebfb;
    position: relative;
    padding-left: 15px; }
.block__info ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 2px;
    background-color: #33c14b; }
.block__info ul li:not(:last-child) {
    margin-bottom: 15px; }
.block__info ul:not(:last-child) {
    margin-bottom: 50px; }

.program__download {
    display: block;
    background-color: #33c14b;
    color: #fff;
    padding: 25px 60px; }

.program__buy {
    padding: 45px 60px;
    background-color: #276297;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; }

.program__buy-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.program__buy-item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 3px solid #33c14b; }

.program__buy-text {
    max-width: 440px;
    width: 100%;
    color: #fff; }
@media (max-width: 767px) {
    .program__buy-text {
        font-size: calc(16px + 8.5 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .program__buy-text {
        font-size: calc(16px + 5 * (100vw / 1920)); } }
.program__buy-text span {
    text-transform: uppercase;
    font-weight: 700; }

.program__buy-price {
    color: #fff;
    font-weight: 700; }
@media (max-width: 767px) {
    .program__buy-price {
        font-size: calc(21px + 42.5 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .program__buy-price {
        font-size: calc(21px + 25 * (100vw / 1920)); } }

.program__buy-link.btn {
    color: #1c2d3c;
    background-color: #fff; }

.tab-content {
    display: none; }

.tab-content.current {
    display: block; }

.block__descr {
    padding: 50px 60px 1px;
    background-color: #fff; }
.block__descr .accordion {
    margin-bottom: 30px; }
.block__descr .accordion:last-child .accordion__head {
    border-bottom: transparent; }
.block__descr .accordion:last-child .accordion__inner {
    border-bottom: transparent; }
.block__descr .accordion__head {
    border-bottom: 1px solid #d6ebfb;
    padding-bottom: 25px; }
.block__descr .accordion__head span {
    font-size: 16px;
    display: block;
    font-weight: 500;
    color: #276297;
    margin-bottom: 15px; }
.block__descr .accordion__head ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.block__descr .accordion__head ul li {
    font-size: 21px; }
@media (max-width: 767px) {
    .block__descr .accordion__head ul li {
        font-size: calc(15px + 10.2 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .block__descr .accordion__head ul li {
        font-size: calc(15px + 6 * (100vw / 1920)); } }
.block__descr .accordion__head ul li:not(:last-child) {
    padding-right: 15px;
    margin-right: 10px;
    position: relative; }
.block__descr .accordion__head ul li:not(:last-child)::before {
    content: "/";
    position: absolute;
    color: #d6ebfb;
    right: 0; }
@media (max-width: 767px) {
    .block__descr .accordion__head ul li:not(:last-child)::before {
        font-size: calc(15px + 10.2 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .block__descr .accordion__head ul li:not(:last-child)::before {
        font-size: calc(15px + 6 * (100vw / 1920)); } }
.block__descr .accordion__content .accordion__inner {
    padding-left: 0;
    padding-top: 0;
    border-bottom: 1px solid #33c14b; }
.block__descr .accordion__content .accordion__inner ul {
    list-style: none;
    margin-left: 10px; }
.block__descr .accordion__content .accordion__inner ul li {
    color: #1c2d3c;
    position: relative;
    padding-left: 15px; }
.block__descr .accordion__content .accordion__inner ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 2px;
    background-color: #33c14b; }
.block__descr .accordion__content .accordion__inner ul li:not(:last-child) {
    margin-bottom: 15px; }
.block__descr .accordion.opened .accordion__head {
    border-bottom-color: transparent; }
.block__descr .accordion.opened .accordion__head span {
    color: #33c14b; }

.block__descr-name {
    font-weight: 700;
    margin-bottom: 40px; }
@media (max-width: 767px) {
    .block__descr-name {
        font-size: calc(21px + 25.5 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .block__descr-name {
        font-size: calc(21px + 15 * (100vw / 1920)); } }

.block__name {
    color: #fff;
    font-size: 36px;
    margin-bottom: 40px; }
@media (max-width: 767px) {
    .block__name {
        font-size: calc(21px + 25.5 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .block__name {
        font-size: calc(21px + 15 * (100vw / 1920)); } }
.block__name span {
    font-weight: 700; }

.footer__copyright-inner {
    border-radius: 20px;
    background-color: #276297;
    padding: 45px 55px;
    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;
    margin-bottom: 65px; }

.footer__copyright-text {
    color: #fff; }
.footer__copyright-text a {
    display: block;
    font-size: 13px;
    color: #33c14b;
    margin-top: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .footer__copyright-text a:hover {
        color: #fff; } }

.footer__copyright-oxbox {
    margin-left: auto;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    white-space: pre-wrap; }
.footer__copyright-oxbox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff; }

.accordion {
    width: 100%; }
.accordion.border .accordion__head::before {
    background-color: transparent; }
.accordion.opened .accordion__head-icon {
    background-color: #d6ebfb; }
.accordion.opened .accordion__head-icon::before, .accordion.opened .accordion__head-icon::after {
    background-color: #1c2d3c; }
.accordion.opened .accordion__head-icon::after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.accordion__head {
    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;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
@media (max-width: 767px) {
    .accordion__head {
        font-size: calc(18px + 5.1 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .accordion__head {
        font-size: calc(18px + 3 * (100vw / 1920)); } }

.questions .accordion__head {
    padding: 35px;
    position: relative; }
.questions .accordion__head::before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #fff;
    width: calc(100% - 70px);
    left: 35px;
    right: 0;
    bottom: 0; }

.questions .accordion.opened .accordion__head {
    color: #276297;
    background-color: #fff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px; }
.questions .accordion.opened .accordion__head::before {
    background-color: #d6ebfb; }

.questions .accordion.opened .accordion__inner {
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; }

.accordion__head-icon {
    margin-left: 10px;
    min-width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #276297;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.accordion__head-icon::before, .accordion__head-icon::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 10px;
    height: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.accordion__head-icon::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }

.accordion__content {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
.closed .accordion__content {
    height: 0px;
    -webkit-transition: height 1s ease-out;
    -o-transition: height 1s ease-out;
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0); }

.accordion__inner {
    padding: 35px 45px;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s; }

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .footer__copyright-oxbox a:hover {
        color: #33c14b; }
    .footer__copyright-oxbox a:hover::after {
        -webkit-animation: DevLogo 2s infinite;
        animation: DevLogo 2s infinite; } }

.footer__copyright-oxbox a::after {
    content: "";
    display: inline-block;
    background-image: url(images/oxbox__logo.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 28px;
    width: 28px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    -o-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    margin-left: 25px; }

.arrow-up {
    cursor: pointer;
    width: 53px;
    height: 53px;
    border: 1px solid #33c14b;
    background-color: #33c14b;
    position: relative;
    margin-left: 25px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.arrow-up::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto; }
.arrow-up div {
    position: absolute;
    width: 53px;
    height: 53px; }
.arrow-up div::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 5px;
    height: 1px;
    left: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -4px;
    margin: 0 auto;
    top: 34%; }
.arrow-up div::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 5px;
    height: 1px;
    left: -6px;
    right: 0;
    margin: 0 auto;
    top: 34%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.arrow-up:hover {
    background-color: #fff; }
.arrow-up:hover::before {
    background-color: #357df9; }
.arrow-up:hover div::before {
    background-color: #357df9; }
.arrow-up:hover div::after {
    background-color: #357df9; }

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px !important;
    cursor: pointer;
    font-size: 14px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #1c2d3c;
    line-height: 1.538; }
.checkbox-container a {
    color: #276297; }
.checkbox-container.agreement {
    padding-left: 30px; }
.checkbox-container::-moz-selection {
    background: none;
    outline: none;
    box-shadow: none;
    -moz-user-select: none;
    user-select: none; }
.checkbox-container::selection {
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

input[type="checkbox"]::-moz-selection {
    background: none;
    outline: none;
    box-shadow: none; }

input[type="checkbox"]::selection {
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

.checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #33c14b;
    background-color: #d6ebfb; }

.checkmark:after {
    content: "";
    position: absolute;
    display: none; }

.checkbox-container input:checked ~ .checkmark {
    background-color: #33c14b; }

.checkbox-container input:checked ~ .checkmark:after {
    display: block; }

.checkbox-container .checkmark:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/icon-checkbox.svg); }

.course-checkbox {
    padding-bottom: 7px;
    margin-bottom: 30px;
    border-bottom: 1px solid #accfe9; }
.course-checkbox .checkbox-container {
    /*font-size: 18px !important; */
}
.course-checkbox label {
    padding-left: 30px; }
.course-checkbox .course-checkbox__item label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.course-checkbox .course-checkbox__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.course-checkbox .course-checkbox__items .course-checkbox__item {
    max-width: 40%;
    width: 100%; }
.course-checkbox .course-checkbox__items .course-checkbox__item label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.input {
    height: 50px;
    position: relative;
    margin-bottom: 20px; }

.input .input-label {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.input:not(.empty) .input-label,
.textarea:not(.empty) .input-label {
    font-size: 0; }

.input.required .input-label:after,
.textarea.required .input-label:after {
    content: "*";
    color: #f66544;
    margin-left: 3px; }

.input-wrapper label.error {
    font-size: 0; }

.course-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.course-inputs .input {
    max-width: 248px;
    width: 100%; }
.course-inputs .input:first-child {
    max-width: 100%;
    width: 100%; }

.course-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px; }

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .arrow-up:hover {
        background-color: #fff; }
    .arrow-up:hover::before {
        background-color: #33c14b; }
    .arrow-up:hover div::before {
        background-color: #33c14b; }
    .arrow-up:hover div::after {
        background-color: #33c14b; }
    .checkmark :hover {
        border-color: #33c14b; } }

/* -----------------------------------------------------------------------------------------------------------

                                                   ANIMATION

----------------------------------------------------------------------------------------------------------- */
.revealOnScroll {
    opacity: 0; }

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    aniamtion-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.flipX {
    -webkit-animation-name: flipX;
    animation-name: flipX; }

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight; }

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; }

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0); }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0); }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }

@-webkit-keyframes fadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0); } }

@keyframes fadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0); } }

@-webkit-keyframes DevLogo {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes DevLogo {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@media (max-width: 1260px) {
    .header__btn {
        display: block; }
    .header__box {
        display: none; }
    .header__top .btn {
        margin-left: auto; }
    .header__top {
        z-index: 3; }
    .header__top.scroll .header__inner {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        height: 65px; }
    .header__inner {
        height: 65px; }
    .logo img {
        height: 40px; }
    .header__top .btn {
        height: 45px; }
    .header__box {
        border-radius: 0;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        padding: 20px 40px;
        position: absolute;
        left: 0;
        right: 0;
        top: 65px;
        z-index: 5; }
    .header__links {
        margin-top: 20px;
        padding-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0; }
    .header__links::before {
        display: none; }
    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; }
    .menu__list li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px; } }

@media (max-width: 1140px) {
    .header__content-img {
        height: 750px; }
    .header__content-img img {
        height: 100%; }
    .swiper-pagination-fraction {
        display: none; }
    .footer__copyright-inner {
        padding: 30px;
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .footer__copyright-oxbox {
        margin: 20px auto; }
    .footer__copyright-text {
        text-align: center; }
    .arrow-up {
        margin-left: 0; }
    .program__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .tab-content {
        max-width: 100%; }
    .overflow-wrapper {
        position: static;
        max-width: none; }
    .tabs__container {
        max-width: none;
        width: calc(100% + 30px);
        z-index: 3;
        top: 95px;
        margin-left: -15px;
        border-radius: 0; }
    .overflow-wrapper {
        overflow: hidden;
        height: 65px;
        border-radius: 0; }
    .tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        position: relative;
        margin-bottom: 0;
        padding: 20px;
        margin-top: 0;
        border-radius: 0; }
    .tabs::before {
        content: "";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 15px; }
    .tab-link.current::before {
        display: none; }
    .tab-content.current {
        margin-top: 20px; }
    .tabs li:not(:last-child) {
        margin-bottom: 0;
        margin-right: 20px; }
    .tabs li {
        font-size: 18px;
        min-width: 100px;
        padding-bottom: 0 !important;
        border-bottom: none !important; }
    .block__info ul:not(:last-child) {
        margin-bottom: 20px; }
    .block__name {
        margin-bottom: 20px; }
    .block__descr-name {
        margin-bottom: 20px; }
    .block__info,
    .program__buy {
        padding: 30px; }
    .block__descr {
        padding: 30px 30px 1px; }
    .block__descr .accordion__head ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .block__descr .accordion__head ul li {
        margin-bottom: 5px; } }

@media (max-width: 1023px) {
    .program__boxes .header__content-img {
        height: 715px; }
    .program__boxes .header__content-img img {
        height: 100%; }
    .header__content {
        margin-top: 125px; }
    .header__content-img {
        display: none; }
    .header__content-title {
        margin-bottom: 20px; }
    .header__content-subtitle {
        margin-bottom: 20px; }
    .header__content-info {
        padding-top: 20px;
        margin-bottom: 20px; }
    .header {
        background-image: none !important; }
    .header__content {
        margin-top: 108px;
        margin-bottom: 50px; }
    h1 {
        line-height: 50px; }
    .header__content-text {
        max-width: 100%;
        text-align: center;
        margin: 0 auto; }
    .header__content-info::before {
        left: 0;
        right: 0;
        margin: 0 auto; }
    .header__content-text .btn {
        margin: 0 auto; }
    .swiper-button-next,
    .swiper-button-prev {
        display: none; }
    .trainer__box {
        padding: 20px; }
    .trainer__box-bg {
        background-position: 55%; }
    .program__download {
        text-align: center; }
    .program__buy-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .program__buy-text {
        text-align: center;
        margin-bottom: 10px; }
    .program__buy-price {
        margin-bottom: 15px; }
    .program__boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .program__box:not(:last-child) {
        margin-bottom: 20px; }
    .program__box {
        padding: 20px; }
    .program__box-name {
        padding-bottom: 20px; }
    .program__inner {
        margin-bottom: 20px; }
    .program__box-number {
        bottom: -160px; }
    .program__text {
        margin-bottom: 20px; } }

@media (max-width: 767px) {
    .checkbox-container a {
        display: inline; }
    .course-inputs .input {
        max-width: 100%; }
    .course-btns {
        -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; }
    .course-btns button:not(:last-child) {
        margin-bottom: 15px; }
    .modal {
        max-width: 100%;
        height: 100%; }
    .modal .modal-content-title .icon-close {
        right: -25px; }
    .modal .modal-content-title {
        padding: 0 25px; }
    .checkbox-container {
        padding-right: 0; }
    .modal .scroll-container {
        padding: 25px; }
    .modal .scroll-container .blue-btn {
        margin: 0 auto; }
    .header__top {
        z-index: 3; }
    .header__top.scroll .logo img {
        height: 35px; }
    .logo img {
        height: 35px; }
    .header__inner {
        height: 65px; }
    .revealOnScroll {
        opacity: 1; }
    .program {
        padding-top: 30px; }
    .tabs__container {
        top: 65px; }
    .tabs {
        padding: 15px 0; }
    .overflow-wrapper {
        height: 56px; }
    .header__top .btn {
        display: none; }
    .footer__copyright-inner {
        padding: 20px;
        margin-bottom: 15px; }
    .reviews-slider {
        padding-top: 30px; }
    .reviews__inner {
        padding: 0 20px 30px; }
    .reviews__author-name {
        margin-bottom: 5px; }
    .reviews__text {
        max-width: 100%;
        margin-bottom: 20px; }
    .reviews__author-img {
        margin-bottom: 20px;
        width: 70px;
        height: 70px; }
    .about__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .about__box-item {
        border-radius: 20px;
        margin-bottom: 20px; }
    .section-title {
        padding-left: 0;
        margin-bottom: 30px; }
    .section-title::before {
        display: none; }
    .about__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .about__text {
        margin-bottom: 25px; }
    .about__item-info {
        padding: 20px; }
    .trainer__box-bg {
        position: static;
        background-size: cover;
        height: 250px;
        width: calc(100% + 40px);
        margin: -20px;
        margin-bottom: 20px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        background-position: 100%; }
    .trainer__info {
        margin-bottom: 20px; }
    .trainer__descr {
        margin-left: 0;
        margin-bottom: 20px; }
    .trainer__experience-title {
        margin-bottom: 20px; }
    .about {
        padding-bottom: 20px; }
    .trainer {
        padding-top: 30px; }
    .trainer__box-wrapper {
        max-width: 100%; }
    .certs__info {
        margin-left: 0; }
    .certs__info p.custom {
        margin-bottom: 20px; }
    .certs__info ul {
        margin-left: 0;
        margin-top: 20px; }
    .certs__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .certs__img {
        margin-bottom: 20px;
        height: 250px; }
    .certs__img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .certs,
    .reviews {
        padding-top: 30px; }
    .questions .accordion__head,
    .questions .accordion__inner {
        padding: 20px; }
    .questions .accordion__head::before {
        width: calc(100% - 30px);
        left: 15px; }
    .questions {
        padding: 30px 0; } }

@media (max-width: 350px) {
    .modal .modal-content-title {
        font-size: 18px; }
    .course-checkbox .course-checkbox__items .course-checkbox__item {
        max-width: 45%; }
    .course-checkbox .checkbox-container {
        font-size: 16px !important; } }

@media (min-width: 1260px) {
    .header__box {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }

@media (min-width: 1024px) {
    .header,
    .header__wrapper {
        min-height: 100vh; } }
