@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@40,400,0,0');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@40,400,1,0');

* {
    /* margin: 0; */
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    display: block;
    width: 100%;
    height: auto
}

button,
input,
textarea,
select,
option {
    border: none;
    outline: none
}

button {
    background-color: transparent;
    cursor: pointer
}

a {
    text-decoration: none
}

a,
button {
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear
}

::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear
}

.breadcrumbs::after {
    content: '';
    display: block;
    clear: both
}

.popup .maine-form .btn {
    width: 100%;
    padding: 15px 0;
    color: #ffffff;
    background-color: #6ebfc2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 24px 0 #6ebfc2d0;
    box-shadow: 0 10px 24px 0 #6ebfc2d0;
}

.popup .maine-form .btn:hover {
    background-color: #7cd7da
}

.popup .maine-form .btn:active {
    -webkit-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95)
}

.popup__title,
.popup__document h2 {
    font-size: 24px
}

.sidebar__opening-hours,
.sidebar__menu-link,
.footer__contacts,
.breadcrumbs li>a,
.breadcrumbs li>span,
.popup .maine-form .btn,
.popup__document h3,
.popup__document p {
    font-size: 17px
}

html,
body {
    height: 100%
}

[class*="__filling"] {
    margin-right: auto;
    margin-left: auto
}

@media all and (min-width: 1368px) {
    [class*="__filling"] {
        max-width: 1168px
    }
}

@media all and (max-width: 1367px) and (min-width: 1168px) {
    [class*="__filling"] {
        max-width: 965px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    [class*="__filling"] {
        max-width: 768px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    [class*="__filling"] {
        max-width: 420px
    }
}

.edit-translation {
    width: 30px;
    height: 20px;
    display: block;
    font-weight: 100;
    font-size: 18px;
    font-family: sans-serif;
    color: #000000;
    line-height: initial;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    text-align: center
}

.edit-translation:hover {
    background-color: #FFFF00;
    cursor: pointer
}

@font-face {
    font-family: Montserrat-Bold;
    src: url("../themes/bundles/app/fonts/Montserrat-Bold.ttf")
}

@font-face {
    font-family: Roboto-Bold;
    src: url("../themes/bundles/app/fonts/Roboto-Bold.ttf")
}

@font-face {
    font-family: Roboto-Regular;
    src: url("../themes/bundles/app/fonts/Roboto-Regular.ttf")
}

.header {
    padding: 18px 14px 16px;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 5;
    width: 100%;
}


@media screen and (max-width: 767px) {
    .have-questions__form-block {
        border: none !important;
        float: left !important;
    }
}

/* @media all and (min-width: 1168px) {
    .header {
        display: none
    }
} */

@media all and (max-width: 1167px) {
    .header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header__sidebar-button {
    width: 23px;
    height: 19px;
    margin-right: 24px
}

.header__sidebar-bar {
    height: 3px;
    background-color: #6ebfc2;
    border: none
}

.header__sidebar-bar:nth-child(-n+2) {
    margin-bottom: 5px
}

.header__logo-link {
    width: 190px
}

.header__tel-link {
    margin-left: 21px
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 2;
    height: 100vh
}

.sidebar__block {
    position: relative;
    height: 100%;
    background-color: #fbfbfb;
    -webkit-transition: left 0.5s linear;
    -o-transition: left 0.5s linear;
    transition: left 0.5s linear
}

@media all and (max-height: 567px) {
    .sidebar__block {
        overflow-y: scroll
    }
}

@media all and (min-width: 768px) {
    .sidebar__block.open {
        width: 358px
    }

    .sidebar__block.open .sidebar__contacts {
        padding: 45px 48px 59px 39px
    }

    .sidebar__block.open .sidebar__menu-link {
        padding: 18px 58px 18px 110px;
        background-position-x: 58px
    }
}

@media all and (max-width: 767px) {
    .sidebar__block.open {
        left: 0;
        width: 271px
    }

    .sidebar__block.open .sidebar__contacts {
        padding: 20px 15px
    }

    .sidebar__block.open .sidebar__menu-link {
        padding: 10px 18px 10px 64px;
        background-position-x: 19px
    }
}

@media all and (min-width: 1168px) {
    .sidebar__block.closed {
        width: 84px
    }
}

@media all and (max-width: 1167px) {
    .sidebar__block.closed {
        left: -320px;
        width: 0
    }
}

.sidebar__block.closed .sidebar__tel-link,
.sidebar__block.closed .sidebar__callback-button,
.sidebar__block.closed .sidebar__opening-hours,
.sidebar__block.closed .sidebar__menu-link-text {
    display: none
}

@media all and (min-width: 768px) {
    .sidebar__block.closed .sidebar__contacts {
        padding: 13px
    }

    .sidebar__block.closed .sidebar__logo-link {
        overflow: hidden
    }

    .sidebar__block.closed .sidebar__logo-image {
        width: 187px
    }

    .sidebar__block.closed .sidebar__menu-point {
        display: block
    }

    .sidebar__block.closed .sidebar__menu-link {
        height: 61px;
        padding: 30px 29px;
        color: transparent;
        text-indent: -250px;
        background-position-x: center
    }
}

.sidebar__contacts {
    border-bottom: 1px solid #eeeeee
}

@media all and (min-width: 768px) {
    .sidebar__contacts {
        height: 349px
    }
}

.sidebar__logo-link {
    display: block
}

@media all and (min-width: 768px) {
    .sidebar__logo-link {
        margin-bottom: 55px
    }
}

@media all and (max-width: 767px) {
    .sidebar__logo-link {
        margin-bottom: 23px
    }
}

.sidebar__tel-link {
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 26px;
    font-size: 24px;
    font-family: Roboto-Regular, sans-serif;
    line-height: 24px;
    color: #000000;
    background: url("../themes/bundles/app/img/icons/telephone.png") left center/16px no-repeat
}

.sidebar__callback-button {
    display: block;
    margin: 0 0 31px 26px;
    font-size: 14px;
    font-family: Roboto-Regular, sans-serif;
    color: #7d7e7d;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #7d7e7d
}

.sidebar__callback-button:hover {
    color: #6ebfc2;
    border-bottom-color: #6ebfc2
}

.sidebar__opening-hours {
    display: inline-block;
    margin-bottom: 4px;
    padding-left: 26px;
    line-height: 17px;
    background: url("../themes/bundles/app/img/icons/clock-circular-outline.png") left center/16px no-repeat;
    font-family: Roboto-Regular, sans-serif
}

.sidebar__menu-link {
    display: block;
    color: #000000;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position-y: center;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-family: Roboto-Regular, sans-serif
}

.sidebar__menu-link.briefcase {
    background-image: url("../themes/bundles/app/img/icons/briefcase.png");
    -webkit-background-size: 26px 26px;
    background-size: 26px
}

.sidebar__menu-link.deal {
    background-image: url("../themes/bundles/app/img/icons/deal.png");
    -webkit-background-size: 26px 26px;
    background-size: 26px
}

.sidebar__menu-link.lecture {
    background-image: url("../themes/bundles/app/img/icons/lecture.png");
    -webkit-background-size: 23px 23px;
    background-size: 23px
}

.sidebar__menu-link.advertising {
    background-image: url("../themes/bundles/app/img/icons/advertising.png");
    -webkit-background-size: 26px 26px;
    background-size: 26px
}

.sidebar__menu-link.diamond {
    background-image: url("../themes/bundles/app/img/icons/diamond.png");
    -webkit-background-size: 27px 27px;
    background-size: 27px
}

.sidebar__menu-link.agenda {
    background-image: url("../themes/bundles/app/img/icons/agenda.png");
    -webkit-background-size: 18px 18px;
    background-size: 18px
}

.sidebar__menu-link.id-card {
    background-image: url("../themes/bundles/app/img/icons/id-card.png");
    -webkit-background-size: 26px 26px;
    background-size: 26px
}

.sidebar__menu-link:hover {
    background-color: #eee
}

.sidebar__sidebar-button {
    position: absolute;
    top: 0;
    width: 49px;
    height: 49px;
    -webkit-box-shadow: 0 10px 60px 8px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 60px 8px rgba(0, 0, 0, 0.35);
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

@media all and (min-width: 1168px) {
    .sidebar__sidebar-button {
        right: -49px
    }
}

.sidebar__sidebar-button.closed {
    background: url("../themes/bundles/app/img/icons/arrow-pointing-to-right.png") center center/14px no-repeat, #eee
}

@media all and (max-width: 1167px) {
    .sidebar__sidebar-button.closed {
        right: 271px
    }
}

.sidebar__sidebar-button.open {
    background: url("../themes/bundles/app/img/icons/close.png") center center/14px no-repeat, #eee
}

@media all and (max-width: 1167px) {
    .sidebar__sidebar-button.open {
        right: -49px
    }
}

.sidebar__sidebar-button:hover {
    background-color: #c8c8c8
}

.footer__block {
    background-color: #fbfbfb
}

.footer__map {
    height: 424px
}

.footer__map [class*="-ground-pane"] {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

@media all and (min-width: 1168px) {
    .footer__map {
        padding-left: 84px
    }
}

.footer__filling {
    position: relative
}

@media all and (min-width: 768px) {
    .footer__filling {
        padding-top: 67px
    }
}

@media all and (max-width: 767px) {
    .footer__filling {
        padding-top: 127px
    }
}

.footer__contacts {
    width: 100%;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 43px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 43px 6px rgba(0, 0, 0, 0.05);
    font-family: Roboto-Regular, sans-serif
}

@media all and (min-width: 768px) {
    .footer__contacts {
        top: -63px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media all and (max-width: 767px) {
    .footer__contacts {
        top: -70px
    }
}

@media all and (min-width: 1168px) {
    .footer__contacts {
        padding: 47px 132px 38px 103px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .footer__contacts {
        padding: 37px 50px 35px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .footer__contacts {
        padding: 31px 16px;
        line-height: 24px
    }
}

/* .footer__address {
    padding-left: 23px;
    background: url("../themes/bundles/app/img/icons/maps-and-flags.png") left top/13px no-repeat
} */

@media all and (min-width: 768px) {
    .footer__address {
        width: 367px
    }
}

@media all and (max-width: 767px) {
    .footer__address {
        margin-bottom: 16px;
        padding-right: 15px
    }
}

@media all and (min-width: 1168px) {
    .footer__connection {
        width: 438px
    }
}

@media all and (min-width: 768px) {
    .footer__connection {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .footer__connection {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 170px;
        height: 60px
    }
}

.footer__tel-link {
    /* padding-left: 25px; */
    color: #000000;
    /* background: url("../themes/bundles/app/img/icons/telephone-red.png") left center/16px no-repeat */
}

.footer__tel-link:hover {
    text-decoration: underline
}

@media all and (max-width: 767px) {
    .footer__tel-link {
        display: inline-block;
        margin-bottom: 14px
    }
}

.footer__mail-link {
    /* padding-left: 25px; */
    color: #000000;
    /* background: url("../themes/bundles/app/img/icons/envelope-red.png") left center/17px no-repeat */
}

.footer__mail-link:hover {
    text-decoration: underline
}

@media all and (min-width: 1168px) {
    .footer__text {
        padding: 42px 34px 68px 31px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .footer__text {
        padding: 41px 23px 44px 21px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .footer__text {
        padding: 50px 7px 60px
    }
}

.footer__paragraph {
    font-size: 14px;
    font-family: Roboto-Regular, sans-serif;
    line-height: 18px;
    text-align: justify;
}

.footer__paragraph:not(:last-child) {
    margin-bottom: 18px
}

.breadcrumbs {
    padding-left: 407px;
    background-color: #fbfbfb
}

@media all and (max-width: 1167px) {
    .breadcrumbs {
        display: none
    }
}

.breadcrumbs li {
    float: left;
    list-style-type: none
}

.breadcrumbs li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 194px;
    height: 49px;
    color: #000000;
    font-family: Roboto-Regular, sans-serif
}

.breadcrumbs li>span {
    display: block;
    padding: 14px;
    color: #000000;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: Roboto-Regular, sans-serif
}

.breadcrumbs li a:hover {
    background-color: #e4e4e4
}

.popup {
    position: relative;
    display: none;
    z-index: 5
}

.popup__shadow {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 6
}

.popup__block {
    position: relative;
    max-width: 573px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff
}

@media all and (min-width: 768px) {
    .popup__block {
        margin-top: 236px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .popup__block {
        margin-top: 36px
    }
}

.popup__window {
    position: relative;
    max-width: 777px;
    height: -webkit-calc(100% - 72px);
    height: calc(100% - 72px);
    margin: 36px auto;
    background-color: #ffffff
}

.popup__window .popup__filling {
    height: 100%
}

.popup__filling {
    padding-top: 59px;
    padding-bottom: 58px
}

@media all and (min-width: 768px) {
    .popup__filling {
        padding-right: 84px;
        padding-left: 85px
    }
}

@media all and (max-width: 767px) {
    .popup__filling {
        padding-right: 7px;
        padding-left: 7px
    }
}

.popup__button-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 49px;
    background: url("../themes/bundles/app/img/icons/close.png") center center/14px no-repeat
}

.popup__button-close:hover {
    background-color: #f2f2f2
}

.popup__title {
    margin-bottom: 25px;
    text-align: center;
    font-family: Montserrat-Bold, sans-serif
}

.popup .maine-form-label {
    display: inline-block
}



.popup .maine-form-label:nth-child(2) {
    margin-bottom: 26px
}

.forex .maine-form-label:first-child .form-control {
    background-image: url("../themes/bundles/app/img/icons/mail.png")
}

.forex .maine-form-label:nth-child(2) .form-control {
    background-image: url("../themes/bundles/app/img/icons/phone-call.png")
}

.forex .maine-form-label:nth-child(3) .form-control {
    background-image: url("../themes/bundles/app/img/icons/avatar.png")
}

@media all and (min-width: 768px) {
    .popup .maine-form-label:first-child {
        float: left;
        width: 198px;
        margin-right: 14px;
        margin-bottom: 26px
    }

    .popup .maine-form-label:nth-child(2) {
        width: 207px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .popup .maine-form-label:first-child {
        width: 100%;
        margin-bottom: 17px
    }

    .popup .maine-form-label:nth-child(2) {
        width: 100%
    }
}

.popup .maine-form .form-control {
    width: 100%;
    padding: 17px 12px 14px 44px;
    border: 1px solid #dadada;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #a3a3a3;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    font-size: 14px;
    font-family: Roboto-Regular, sans-serif;
    line-height: 17px
}

.popup .maine-form .form-control::-moz-placeholder {
    color: #a3a3a3
}

.popup .maine-form .form-control::-webkit-input-placeholder {
    color: #a3a3a3
}

.popup .maine-form .form-control:-ms-input-placeholder {
    color: #a3a3a3
}

.popup .maine-form .form-control::-ms-input-placeholder {
    color: #a3a3a3
}

.popup .maine-form .form-control::placeholder {
    color: #a3a3a3
}

.popup .maine-form-agreement {
    display: block;
    max-width: 325px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    font-family: Roboto-Regular, sans-serif;
    line-height: 18px;
    clear: left
}

@media all and (min-width: 768px) {
    .popup .maine-form-agreement {
        margin-bottom: 30px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .popup .maine-form-agreement {
        margin-bottom: 26px
    }
}

.popup .maine-form-checkbox {
    position: relative;
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-bottom: 25px
}

.popup .maine-form-checkbox::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 2px;
    background-color: #ffffff;
    border: 1px solid #dadada;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    z-index: 1
}

.popup .maine-form-checkbox:checked:after {
    content: url("../themes/bundles/app/img/icons/correct-symbol.png")
}

.popup .maine-form-policy {
    color: #3156ff;
    text-decoration: underline
}

.popup .maine-form-policy:hover {
    text-decoration: none
}

.popup .maine-form .btn {
    display: block;
    max-width: 236px;
    margin-right: auto;
    margin-left: auto;
    font-family: Roboto-Regular, sans-serif
}

.popup__document {
    height: 100%;
    overflow-y: scroll
}

.popup__document h2 {
    margin-bottom: 20px;
    font-family: Montserrat-Bold, sans-serif
}

.popup__document h3 {
    margin-bottom: 18px;
    font-family: Roboto-Bold, sans-serif
}

.popup__document p {
    margin-bottom: 8px;
    font-family: Roboto-Regular, sans-serif
}

.we-train-to {
    height: 60vh;
}

@media screen and (max-width: 1500px) {
    .we-train-to {
        height: calc(100vh - 84px);
    }
}

.we-train-to .we-train-to__block {
    height: 100%;
}

.we-train-to__studied-blocks::after,
.epresentation__filling:after,
.no-time-to-learn__information::after,
.client-about-us__reviews::after,
.have-questions__information::after,
.forex__without::after,
.forex__form-block {
    content: '';
    display: block;
    clear: both
}

.we-train-to__button,
.trader-course__link,
.no-time-to-learn__button,
.have-questions .maine-form .btn,
.forex .maine-form .btn {
    width: 100%;
    padding: 15px 0;
    color: #ffffff;
    background-color: #6ebfc2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 24px 0 #6ebfc2d3;
    box-shadow: 0 10px 24px 0 #6ebfc2d3;
}

.we-train-to__button:hover,
.trader-course__link:hover,
.no-time-to-learn__button:hover,
.have-questions .maine-form .btn:hover,
.forex .maine-form .btn:hover {
    background-color: #88e4e7;
}

.we-train-to__button:active,
.trader-course__link:active,
.no-time-to-learn__button:active,
.have-questions .maine-form .btn:active,
.forex .maine-form .btn:active {
    -webkit-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95)
}

.we-train-to__title,
.trader-course__title,
.no-time-to-learn__title,
.can-trust__title,
.client-about-us__title {
    font-size: 36px
}

.trader-course__themed-block-title,
.no-time-to-learn__right-block-title,
.forex__form-block-title {
    font-size: 24px
}

.trader-course__themed-block span {
    position: absolute;
    left: 5px;
    top: 10px;
    color: #6ebfc2;
    font-size: 35px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 40;
}

.we-train-to__text,
.we-train-to__button,
.we-train-to__studied-block-title,
.epresentation__text,
.trader-course__text,
.trader-course__link,
.no-time-to-learn__text,
.no-time-to-learn__left-block,
.no-time-to-learn__right-block-point,
.no-time-to-learn__button,
.can-trust__chip,
.client-about-us__text,
.client-about-us__new-review-text,
.have-questions .maine-form .btn,
.forex .maine-form .btn {
    font-size: 17px
}

.first-section {
    background: url("../themes/bundles/app/img/main/we-train-to.png") center center/cover no-repeat;
    background-position: top;
    width: 100% !important;
    max-width: 100% !important;
    height: 65vh;
    display: flex;
}

.first-section .epresentation-container {
    max-width: 1168px;
    margin: 0 auto;
}

@media screen and (max-width: 1400px) {
    .first-section {
        height: calc(100vh - 84px);
    }
}

@media screen and (max-width: 768px) {
    .first-section {
        height: auto;
    }
}

@media all and (min-width: 1168px) {
    .we-train-to__filling {
        padding: 0px 0 0px 0px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .we-train-to__filling {
        padding: 22px 113px 393px 117px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .we-train-to__filling {
        padding: 22px 7px 57px
    }
}

.we-train-to__title {
    margin-bottom: 19px;
    line-height: 46px;
    font-family: Montserrat-Bold, sans-serif
}

.we-train-to__text {
    max-width: 505px;
    margin-bottom: 25px;
    line-height: 24px;
    font-family: Roboto-Regular, sans-serif
}

.we-train-to__button {
    max-width: 236px;
    margin-bottom: 53px;
    margin-left: 3px;
    font-family: Roboto-Regular, sans-serif
}

.we-train-to__studied-block {
    float: left
}

.we-train-to__studied-block:first-of-type {
    width: 125px
}

.d-md-block {
    display: block;
}

@media all and (min-width: 768px) {
    .we-train-to__studied-block:first-of-type {
        margin-right: 64px
    }

    .d-md-block {
        display: block;
    }
}

.we-train-to__studied-block:nth-child(2) {
    width: 128px
}

@media all and (min-width: 768px) {
    .we-train-to__studied-block:nth-child(2) {
        margin-right: 67px;
        padding-left: 8px
    }
}

.we-train-to__studied-block:last-of-type {
    width: 141px
}

@media all and (min-width: 768px) {
    .we-train-to__studied-block:last-of-type {
        padding-left: 18px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .we-train-to__studied-block:first-child {
        margin-right: 49px
    }
}

.we-train-to__studied-block-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 133px;
    margin-bottom: 15px;
    padding: 28px;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 3px solid #eeeeee
}

.we-train-to__studied-block-wrap span {
    font-size: 70px;
    color: #6ebfc2;
}

.we-train-to__studied-block-title {
    line-height: 22px;
    font-family: Roboto-Regular, sans-serif
}

.epresentation-container {
    font-family: 'Roboto', sans-serif;
}

.epresentation-container h2 {
    font-family: Montserrat-Bold, sans-serif;
    font-size: 36px;
    margin-bottom: 20px;
}

.epresentation-container p,
.epresentation-container ul li {
    font-size: 17px;
    line-height: 24px;
}

.epresentation-image {
    width: 30%;
    text-align: center;
}

.epresentation-image img {
    max-width: 320px;
    margin: 0 auto;
}

.epresentation-texting {
    width: 70%;
}

.epresentation {
    max-width: 965px;
}

@media all and (min-width: 1168px) {
    .epresentation__filling {
        padding: 43px 0 102px 36px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .epresentation__filling {
        padding: 95px 21px 100px 24px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .epresentation__filling {
        padding: 92px 7px 56px
    }
}

.epresentation__wrap-image {
    float: left;
    width: 317px;
    margin: 10px 75px 0 0
}

@media all and (max-width: 1400px) {
    .epresentation__wrap-image {
        display: none
    }

    .text-who-are {
        margin-top: 100px;
    }
}

.epresentation__title {
    float: left;
    font-family: Montserrat-Bold, sans-serif
}

@media all and (min-width: 1368px) {
    .epresentation__title {
        max-width: 635px
    }

    .epresentation {
        max-width: 1168px;
    }
}

@media all and (min-width: 768px) {
    .epresentation__title {
        margin-bottom: 22px;
        font-size: 36px;
        line-height: 47px
    }
}

@media all and (max-width: 1367px) and (min-width: 1168px) {
    .epresentation__title {
        max-width: 525px
    }
}

@media all and (max-width: 767px) {
    .epresentation__title {
        margin-bottom: 21px;
        font-size: 24px
    }

    .epresentation-container {
        display: block !important;
        padding: 0 20px;
    }

    .epresentation-image {
        width: 100%;
    }

    .epresentation-texting {
        width: 100%;
        margin-left: 0 !important;
    }

    .d-none {
        display: none;
    }
}

@media all and (max-width: 1167px) {
    .epresentation__title {
        max-width: 740px
    }
}

.epresentation__text {
    float: left;
    line-height: 24px;
    font-family: Roboto-Regular, sans-serif
}

@media all and (min-width: 1368px) {
    .epresentation__text {
        max-width: 730px
    }
}

@media all and (max-width: 1367px) and (min-width: 1168px) {
    .epresentation__text {
        max-width: 525px
    }
}

@media all and (max-width: 1167px) {
    .epresentation__text {
        max-width: 730px
    }
}

.trader-course__block {
    background: url("../themes/bundles/app/img/main/trader-course.png") center center/cover no-repeat, #fbfbfb
}

@media all and (min-width: 1168px) {
    .trader-course__filling {
        padding: 97px 0 100px 22px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .trader-course__filling {
        padding: 45px 7px 58px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .trader-course__filling {
        padding: 67px 7px 56px
    }
}

.trader-course__title {
    line-height: 46px;
    font-family: Montserrat-Bold, sans-serif
}

@media all and (min-width: 1168px) {
    .trader-course__title {
        margin-bottom: 11px;
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .trader-course__title {
        margin-bottom: 14px;
        padding-right: 27px;
        padding-left: 17px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .trader-course__title {
        margin-bottom: 14px
    }
}

.trader-course__text {
    font-family: Roboto-Regular, sans-serif
}

@media all and (min-width: 1168px) {
    .trader-course__text {
        margin-bottom: 44px;
        margin-left: 17px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .trader-course__text {
        margin-bottom: 57px;
        padding-right: 21px;
        padding-left: 21px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .trader-course__text {
        margin-bottom: 51px
    }
}

.trader-course__themed-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .trader-course__themed-blocks {
        padding-bottom: 40px;
        padding-left: 15px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .trader-course__themed-blocks {
        margin-bottom: 30px;
        padding-left: 10px
    }
}

.trader-course__themed-block {
    position: relative;
    min-height: 121px;
    margin-bottom: 19px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 43px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 43px 8px rgba(0, 0, 0, 0.05)
}

@media all and (min-width: 1168px) {
    .themed-block-services {
        width: 45%;
        max-width: 100%;
        padding: 20px 45px;
    }

    .themed-block-services-2 {
        width: 31%;
        max-width: 100%;
        padding: 20px 45px;
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .trader-course__themed-block {
        width: 359px;
        padding: 17px 45px
    }

    .trader-course__themed-block:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .trader-course__themed-block:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .trader-course__themed-block:nth-child(3) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .trader-course__themed-block:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .trader-course__themed-block:nth-child(5) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .trader-course__themed-block:nth-child(6) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .trader-course__themed-block:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .trader-course__themed-block:nth-child(2) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .trader-course__themed-block:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .trader-course__themed-block:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .trader-course__themed-block:nth-child(5) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .trader-course__themed-block:nth-child(6) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media all and (max-width: 767px) {
    .trader-course__themed-block {
        width: 100%;
        padding: 20px 30px
    }
}

.trader-course__themed-block-title {
    font-family: Roboto-Bold, sans-serif
}

@media all and (min-width: 768px) {
    .trader-course__themed-block-title {
        margin-bottom: 13px
    }
}

@media all and (max-width: 767px) {
    .trader-course__themed-block-title {
        margin-bottom: 11px
    }
}

.trader-course__themed-block-text {
    font-size: 17px;
    font-family: Roboto-Regular, sans-serif;
    text-align: justify;
}

/* .trader-course__themed-block::before {
    content: url("../themes/bundles/app/img/icons/checked.png");
    position: absolute;
    top: 10px;
    left: -35px
} */

.trader-course__link {
    display: block;
    max-width: 236px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-family: Roboto-Regular, sans-serif
}

@media all and (min-width: 1168px) {
    .no-time-to-learn__filling {
        padding: 98px 0 104px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .no-time-to-learn__filling {
        padding: 99px 7px 100px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .no-time-to-learn__filling {
        padding: 72px 7px 100px
    }
}

.no-time-to-learn__title {
    font-family: Montserrat-Bold, sans-serif
}

@media all and (min-width: 1168px) {
    .no-time-to-learn__title {
        margin-bottom: 10px;
        margin-left: 39px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .no-time-to-learn__title {
        margin-bottom: 9px;
        padding-right: 21px;
        padding-left: 21px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .no-time-to-learn__title {
        margin-bottom: 13px
    }
}

.no-time-to-learn__text {
    max-width: 610px;
    line-height: 23px;
    font-family: Roboto-Regular, sans-serif
}

@media all and (min-width: 1168px) {
    .no-time-to-learn__text {
        margin-left: 39px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .no-time-to-learn__text {
        padding-right: 21px;
        padding-left: 21px
    }
}

.no-time-to-learn__text .color-red {
    font-weight: bold;
    color: #6ebfc2
}

@media all and (min-width: 1368px) {
    .no-time-to-learn__information {
        background-position-y: 51px;
        -webkit-background-size: 435px 435px;
        background-size: 435px
    }
}

@media all and (min-width: 1168px) {
    .no-time-to-learn__information {
        padding: 55px 0 12px;
        background-image: url("../themes/bundles/app/img/main/no-time-to-learn.png");
        background-position-x: 325px;
        background-repeat: no-repeat
    }
}

@media all and (max-width: 1367px) and (min-width: 1168px) {
    .no-time-to-learn__information {
        background-position-y: 180px;
        -webkit-background-size: 265px 265px;
        background-size: 265px
    }
}

.no-time-to-learn__left-block {
    position: relative;
    line-height: 24px;
    /* border-width: 22px 0 22px 22px; */
    border-style: solid;
    border-color: #f4f4f4;
    font-family: Roboto-Regular, sans-serif
}

@media all and (min-width: 1168px) {
    .no-time-to-learn__left-block {
        max-width: 275px;
        margin-top: 94px;
        padding: 22px 5px 20px 31px
    }
}

@media all and (min-width: 768px) {
    .no-time-to-learn__left-block {
        float: left
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .no-time-to-learn__left-block {
        max-width: 280px;
        margin-top: 71px;
        padding: 24px 15px 20px 26px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .no-time-to-learn__left-block {
        margin-top: 47px
    }
}

@media all and (max-width: 767px) {
    .no-time-to-learn__left-block {
        margin-right: auto;
        margin-left: auto;
        padding: 22px 0 22px 22px
    }
}

.no-time-to-learn__left-block::before {
    content: '!';
    position: absolute;
    width: 32px;
    height: 60px;
    font-size: 60px;
    font-family: Montserrat-Bold, sans-serif;
    color: #6ebfc2;
    text-align: center;
    background-color: #ffffff
}

@media all and (min-width: 1168px) {
    .no-time-to-learn__left-block::before {
        top: -32px;
        left: 24px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .no-time-to-learn__left-block::before {
        top: -33px;
        left: 20px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .no-time-to-learn__left-block::before {
        top: -33px;
        left: 17px
    }
}

.no-time-to-learn__right-block {
    max-width: 330px;
    /* border-width: 22px 22px 22px 0; */
    border-style: solid;
    border-color: #f4f4f4;
    width: 100%;
    height: 332px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

@media all and (min-width: 1168px) {
    .no-time-to-learn__right-block {
        margin-top: 94px;
    }
}

@media all and (min-width: 1400px) {
    .no-time-to-learn__right-block {
        max-width: 350px;
    }
}

@media all and (min-width: 768px) {
    .no-time-to-learn__right-block {
        float: right
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .no-time-to-learn__right-block {
        margin-top: 70px;
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .no-time-to-learn__right-block {
        margin-top: 42px;
    }
}

@media all and (max-width: 767px) {
    .no-time-to-learn__right-block {
        margin-right: auto;
        margin-left: auto
    }
}

.no-time-to-learn__right-block-title {
    margin-bottom: 9px;
    font-family: Montserrat-Bold, sans-serif;
    text-align: right;
}

.no-time-to-learn__right-block-point {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto-Regular, sans-serif
}

.no-time-to-learn__right-block-point:first-of-type {
    margin-bottom: 3px
}

.no-time-to-learn__right-block-point:last-of-type {
    margin-bottom: 28px
}

.no-time-to-learn__right-block-point .hr {
    display: inline-block;
    width: 14px;
    height: 2px;
    margin-right: 6px;
    background-color: #6ebfc2;
    border: none
}

.no-time-to-learn__button {
    display: block;
    line-height: 21px;
    font-family: Roboto-Regular, sans-serif
}

@media all and (min-width: 1168px) {
    .can-trust__filling {
        padding-bottom: 102px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .can-trust__filling {
        padding: 0 7px 77px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .can-trust__filling {
        padding-bottom: 63px
    }
}

.can-trust__title {
    font-family: Montserrat-Bold, sans-serif
}

@media all and (min-width: 1168px) {
    .can-trust__title {
        margin-bottom: 64px;
        margin-left: 39px
    }
}

@media all and (min-width: 768px) {
    .can-trust__title {
        line-height: 30px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .can-trust__title {
        margin-bottom: 47px;
        padding-right: 21px;
        padding-left: 21px
    }
}

@media all and (max-width: 767px) {
    .can-trust__title {
        padding-right: 18px;
        padding-left: 18px
    }
}

.can-trust__chips {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.can-trust__chip {
    position: relative;
    height: 131px;
    font-family: Roboto-Regular, sans-serif;
    background-repeat: no-repeat
}

.can-trust__chip .fas {
    position: absolute;
    left: 25px;
    font-size: 40px;
    color: #6ebfc2;
}

.text-primary {
    color: #6ebfc2 !important;
}

/* .can-trust__chip.leaders {
    background-image: url("../themes/bundles/app/img/icons/leaders.png");
    -webkit-background-size: 40px 40px;
    background-size: 40px
}

.can-trust__chip.experience {
    background-image: url("../themes/bundles/app/img/icons/experience.png");
    -webkit-background-size: 44px 44px;
    background-size: 44px
}

.can-trust__chip.offices {
    background-image: url("../themes/bundles/app/img/icons/offices.png");
    -webkit-background-size: 44px 44px;
    background-size: 44px
}

.can-trust__chip.graduates {
    background-image: url("../themes/bundles/app/img/icons/graduates.png");
    -webkit-background-size: 39px 39px;
    background-size: 39px
}

.can-trust__chip.training {
    background-image: url("../themes/bundles/app/img/icons/training.png");
    -webkit-background-size: 36px 36px;
    background-size: 36px
}

.can-trust__chip.diplomas {
    background-image: url("../themes/bundles/app/img/icons/diplomas.png");
    -webkit-background-size: 49px 49px;
    background-size: 49px
} */

@media all and (min-width: 1168px) {
    .can-trust__chip {
        width: 33.33%;
        padding: 35px 34px 33px 97px
    }

    .can-trust__chip:nth-child(-n+3) {
        border-bottom: 2px solid #eeeeee
    }

    .can-trust__chip:not(:nth-child(3n)) {
        border-right: 2px solid #eeeeee
    }

    .can-trust__chip:not(:nth-child(3n))::before,
    .can-trust__chip:not(:nth-child(3n))::after {
        content: '';
        position: absolute;
        right: -15px;
        width: 29px;
        height: 19px;
        background-color: #ffffff;
        z-index: 1
    }

    .can-trust__chip:not(:nth-child(3n))::before {
        top: -10px
    }

    .can-trust__chip:not(:nth-child(3n))::after {
        bottom: -10px
    }
}

@media all and (min-width: 768px) {
    .can-trust__chip {
        background-position: 30px 39px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .can-trust__chip {
        width: 50%;
        padding: 31px 34px 31px 97px
    }

    .can-trust__chip:nth-child(1),
    .can-trust__chip:nth-child(2),
    .can-trust__chip:nth-child(4),
    .can-trust__chip:nth-child(5) {
        border-bottom: 2px solid #eeeeee
    }

    .can-trust__chip:nth-child(1),
    .can-trust__chip:nth-child(3),
    .can-trust__chip:nth-child(4) {
        border-right: 2px solid #eeeeee
    }

    .can-trust__chip:nth-child(1)::before,
    .can-trust__chip:nth-child(1)::after,
    .can-trust__chip:nth-child(3)::before,
    .can-trust__chip:nth-child(3)::after,
    .can-trust__chip:nth-child(4)::before,
    .can-trust__chip:nth-child(4)::after {
        content: '';
        position: absolute;
        right: -15px;
        width: 29px;
        height: 19px;
        background-color: #ffffff;
        z-index: 1
    }

    .can-trust__chip:nth-child(1)::before,
    .can-trust__chip:nth-child(3)::before,
    .can-trust__chip:nth-child(4)::before {
        top: -10px
    }

    .can-trust__chip:nth-child(1)::after,
    .can-trust__chip:nth-child(3)::after,
    .can-trust__chip:nth-child(4)::after {
        bottom: -10px
    }

    .can-trust__chip.leaders {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .can-trust__chip.experience {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .can-trust__chip.offices {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .can-trust__chip.graduates {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .can-trust__chip.training {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .can-trust__chip.diplomas {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .can-trust__chip {
        width: 100%;
        padding: 31px 7px 31px 80px;
        background-position: 15px 39px
    }

    .can-trust__chip:not(:last-child) {
        border-bottom: 2px solid #eeeeee
    }

    .can-trust__chip.leaders {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .can-trust__chip.experience {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .can-trust__chip.offices {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .can-trust__chip.graduates {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .can-trust__chip.training {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .can-trust__chip.diplomas {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

.client-about-us__block {
    background: url("../themes/bundles/app/img/main/client-about-us.png") center center/cover no-repeat, #fbfbfb
}

@media all and (min-width: 1168px) {
    .client-about-us__filling {
        padding-top: 97px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .client-about-us__filling {
        padding: 102px 7px 0
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .client-about-us__filling {
        padding-top: 66px
    }
}

.client-about-us__title {
    font-family: Montserrat-Bold, sans-serif
}

@media all and (min-width: 1168px) {
    .client-about-us__title {
        margin-left: 39px
    }
}

@media all and (min-width: 768px) {
    .client-about-us__title {
        margin-bottom: 10px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .client-about-us__title {
        padding-right: 21px;
        padding-left: 21px
    }
}

@media all and (max-width: 767px) {
    .client-about-us__title {
        margin-bottom: 11px;
        padding-right: 18px;
        padding-left: 18px
    }
}

.client-about-us__text {
    font-weight: bold;
    font-family: Roboto-Regular, sans-serif
}

@media all and (min-width: 1168px) {
    .client-about-us__text {
        margin-left: 39px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .client-about-us__text {
        padding-right: 21px;
        padding-left: 21px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .client-about-us__text {
        padding-right: 18px;
        padding-left: 18px
    }
}

.client-about-us__text .color-red {
    color: #6ebfc2
}

.client-about-us__reviews {
    position: relative
}

@media all and (min-width: 1168px) {
    .client-about-us__reviews .slick-list {
        padding-bottom: 108px
    }
}

@media all and (min-width: 768px) {
    .client-about-us__reviews .slick-list {
        padding-top: 59px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .client-about-us__reviews .slick-list {
        padding-bottom: 106px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .client-about-us__reviews .slick-list {
        padding-top: 100px;
        padding-bottom: 56px
    }
}

.client-about-us__reviews .prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media all and (min-width: 1468px) {
    .client-about-us__reviews .prev {
        left: -49px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .client-about-us__reviews .prev {
        top: 20px;
        left: 104px
    }
}

.client-about-us__reviews .prev,
.client-about-us__reviews .next {
    content: url("../themes/bundles/app/img/icons/arrow-point-to-right.png");
    position: absolute;
    width: 49px;
    height: 49px;
    padding: 16px 19px;
    background-color: #d7d7d7;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 1
}

.client-about-us__reviews .prev:hover,
.client-about-us__reviews .next:hover {
    background-color: #b1b1b1
}

@media all and (min-width: 768px) {

    .client-about-us__reviews .prev,
    .client-about-us__reviews .next {
        top: 168px
    }
}

@media all and (min-width: 1468px) {
    .client-about-us__reviews .next {
        right: -49px
    }
}

@media all and (max-width: 1467px) and (min-width: 768px) {
    .client-about-us__reviews .next {
        right: 0
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .client-about-us__reviews .next {
        top: 20px;
        right: 104px
    }
}

.client-about-us__review {
    position: relative;
    display: none;
    max-width: 353px;
    margin-right: 22px;
    margin-left: 22px;
    outline: none
}

.client-about-us__review::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 5px 13px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 13px 8px rgba(0, 0, 0, 0.05)
}

.client-about-us__review-wrap-link {
    position: relative;
    height: 269px;
    padding: 18px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 13px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 13px 8px rgba(0, 0, 0, 0.05);
    outline: none;
    z-index: 1
}

.client-about-us__review-link {
    position: relative;
    display: block;
    height: 100%;
    outline: none
}

.client-about-us__review-link::after {
    content: url("../themes/bundles/app/img/icons/youtube.png");
    position: absolute;
    top: 50%;
    left: 50%;
    width: 47px;
    height: 33px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.client-about-us__review-link img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.client-about-us__new-review {
    width: 100%;
    max-width: 353px;
    height: 194px !important;
    margin-left: 22px;
    background: url("../themes/bundles/app/img/icons/chat.png") center 10px/100px no-repeat;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* border-width: 5px; */
    border-style: solid;
    border-color: #ededed;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear
}

.client-about-us__new-review:hover {
    border-color: #f9b5bd
}

.client-about-us__new-review-text {
    display: block;
    max-width: 148px;
    margin: 125px auto 0;
    color: #a0a0a0;
    text-align: center;
    font-family: Roboto-Regular, sans-serif;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear
}

.client-about-us__new-review-text:hover {
    color: #6ebfc2
}

@media all and (min-width: 1168px) {
    .have-questions__filling {
        padding-top: 134px;
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .have-questions__filling {
        padding: 107px 7px 106px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .have-questions__filling {
        padding: 0px 7px 65px
    }
}

.have-questions__information {
    position: relative
}

.have-questions__information-image {
    position: absolute
}

@media all and (min-width: 768px) {
    .have-questions__information-image {
        content: url("../themes/bundles/app/img/main/have-questions.png")
    }
}

@media all and (min-width: 1168px) {
    .have-questions__information-image {
        top: -1px;
        right: 527px;
        width: 594px;
        height: 483px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .have-questions__information-image {
        top: 30px;
        left: -190px;
        width: 459px;
        height: 376px
    }
}

.have-questions__form-block {
    float: right;
    max-width: 471px;
    /* border-width: 22px 22px 22px 0; */
    border-style: solid;
    border-color: #f4f4f4
}

@media all and (min-width: 1168px) {
    .have-questions__form-block {
        margin-top: 32px;
        margin-bottom: 21px;
        padding: 48px 21px 40px 25px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .have-questions__form-block {
        padding: 50px 30px 40px 17px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .have-questions__form-block {
        padding: 20px 40px 40px 17px
    }
}

.have-questions__form-block-title {
    font-size: 24px;
    font-family: Roboto-Bold, sans-serif
}

@media all and (min-width: 768px) {
    .have-questions__form-block-title {
        margin-bottom: 10px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .have-questions__form-block-title {
        margin-bottom: 16px
    }
}

.have-questions__form-block-text {
    margin-bottom: 24px;
    font-size: 17px;
    font-family: Roboto-Regular, sans-serif
}

.have-questions .maine-form-label {
    display: inline-block
}

.have-questions .maine-form-label:first-child .form-control {
    background-image: url("../themes/bundles/app/img/icons/mail.png")
}

.have-questions .maine-form-label:nth-child(2) {
    width: 207px;
    margin-bottom: 26px
}

.have-questions .maine-form-label:nth-child(2) .form-control {
    background-image: url("../themes/bundles/app/img/icons/phone-call.png")
}



.have-questions .maine-form-label:nth-child(3) .form-control {
    background-image: url("../themes/bundles/app/img/icons/avatar.png")
}


@media all and (min-width: 768px) {
    .have-questions .maine-form-label:first-child {
        float: left;
        width: 198px;
        margin-right: 14px;
        margin-bottom: 26px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .have-questions .maine-form-label:first-child {
        width: 100%;
        margin-bottom: 17px
    }

    .have-questions .maine-form-label:nth-child(2) {
        width: 100%;
    }
}

.have-questions .maine-form .form-control {
    width: 100%;
    padding: 17px 12px 14px 44px;
    border: 1px solid #dadada;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #a3a3a3;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    font-size: 14px;
    font-family: Roboto-Regular, sans-serif;
    line-height: 17px
}

.have-questions .maine-form .form-control::-moz-placeholder {
    color: #a3a3a3
}

.have-questions .maine-form .form-control::-webkit-input-placeholder {
    color: #a3a3a3
}

.have-questions .maine-form .form-control:-ms-input-placeholder {
    color: #a3a3a3
}

.have-questions .maine-form .form-control::-ms-input-placeholder {
    color: #a3a3a3
}

.have-questions .maine-form .form-control::placeholder {
    color: #a3a3a3
}

.have-questions .maine-form-agreement {
    display: block;
    font-size: 12px;
    font-family: Roboto-Regular, sans-serif
}

@media all and (min-width: 768px) {
    .have-questions .maine-form-agreement {
        margin-bottom: 28px;
        padding-left: 10px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .have-questions .maine-form-agreement {
        margin-bottom: 26px
    }
}

.have-questions .maine-form-checkbox {
    position: relative;
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-bottom: 25px
}

.have-questions .maine-form-checkbox::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 2px;
    background-color: #ffffff;
    border: 1px solid #dadada;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    z-index: 1
}

.have-questions .maine-form-checkbox:checked:after {
    content: url("../themes/bundles/app/img/icons/correct-symbol.png")
}

.have-questions .maine-form-policy {
    line-height: 16px;
    color: #3156ff;
    text-decoration: underline
}

.have-questions .maine-form-policy:hover {
    text-decoration: none
}

.have-questions .maine-form .btn {
    max-width: 236px;
    font-family: Roboto-Regular, sans-serif
}

@media all and (min-width: 768px) {
    .forex__block {
        padding-bottom: 106px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .forex__block {
        padding-bottom: 41px
    }
}

.forex__filling {
    background: url("../themes/bundles/app/img/main/forex.png") center center/cover no-repeat, #d8dde1;
    -webkit-border-radius: 9px;
    border-radius: 9px
}

@media all and (min-width: 1368px) {
    .forex__filling {
        padding: 60px 91px 36px 140px
    }
}

@media all and (max-width: 1367px) and (min-width: 1168px) {
    .forex__filling {
        padding: 60px 50px 36px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .forex__filling {
        padding: 61px 6px 37px 0
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .forex__filling {
        padding-top: 43px;
        padding-bottom: 63px
    }
}

.forex__title {
    font-size: 36px;
    line-height: 48px;
    font-family: Montserrat-Bold, sans-serif
}

@media all and (min-width: 1168px) {
    .forex__title {
        max-width: 471px;
        margin: 52px 0 36px 0;
        padding-right: 23px;
        padding-left: 23px
    }
}

@media all and (min-width: 768px) {
    .forex__title {
        float: right
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .forex__title {
        max-width: 358px;
        margin-bottom: 24px;
        margin-top: -10px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .forex__title {
        max-width: 175px;
        margin-right: auto;
        margin-bottom: 22px;
        margin-left: auto
    }
}

.forex__title .color-green {
    color: #00ce63;
    text-transform: uppercase
}

@media all and (min-width: 1368px) {
    .forex__image {
        width: 409px
    }
}

@media all and (max-width: 1367px) and (min-width: 1168px) {
    .forex__image {
        width: 390px
    }
}

@media all and (min-width: 768px) {
    .forex__image {
        float: left
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .forex__image {
        width: 359px;
        margin-left: 9px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .forex__image {
        width: 235px;
        margin-bottom: 25px;
        margin-left: 39px
    }
}

.forex__complete-manual {
    padding-top: 19px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-color: #ffffff
}

@media all and (min-width: 1368px) {
    .forex__complete-manual {
        max-width: 471px;
        margin-bottom: 63px
    }
}

@media all and (min-width: 1168px) {
    .forex__complete-manual {
        padding-bottom: 30px
    }
}

@media all and (min-width: 768px) {
    .forex__complete-manual {
        float: right;
        width: 100%;
        padding-top: 19px
    }
}

@media all and (max-width: 1367px) and (min-width: 1168px) {
    .forex__complete-manual {
        max-width: 445px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .forex__complete-manual {
        max-width: 358px
    }
}

@media all and (max-width: 1167px) {
    .forex__complete-manual {
        padding-bottom: 29px;
        margin-bottom: 44px
    }
}

@media all and (max-width: 767px) {
    .forex__complete-manual {
        padding-top: 17px
    }
}

.forex__complete-manual-title {
    font-weight: normal;
    font-size: 17px;
    font-family: Roboto-Regular, sans-serif;
    border-bottom: 3px solid #c6d3da
}

@media all and (min-width: 1168px) {
    .forex__complete-manual-title {
        padding: 0 0 14px 24px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .forex__complete-manual-title {
        padding: 0 60px 15px 25px
    }
}

@media all and (max-width: 767px) {
    .forex__complete-manual-title {
        padding: 0 0 15px 24px
    }
}

@media all and (min-width: 1168px) {
    .forex__without {
        padding: 27px 27px 0 29px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .forex__without {
        padding: 29px 35px 0 14px
    }
}

@media all and (max-width: 767px) {
    .forex__without {
        padding: 26px 22px 0 14px
    }
}

.forex__without-block {
    float: left
}

.forex__without-block:first-of-type {
    width: 80px
}

@media all and (min-width: 1168px) {
    .forex__without-block:first-of-type {
        margin-left: 3px
    }
}

@media all and (min-width: 1168px) {
    .forex__without-block:first-of-type .forex__without-block-image {
        margin-left: 14px;
        margin-bottom: 6px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .forex__without-block:first-of-type .forex__without-block-image {
        margin-left: 13px;
        margin-bottom: 6px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .forex__without-block:first-of-type .forex__without-block-image {
        margin-left: 10px
    }
}

.forex__without-block:nth-child(2) {
    width: 100px
}

@media all and (min-width: 1168px) {
    .forex__without-block:nth-child(2) {
        margin-left: 41px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .forex__without-block:nth-child(2) {
        margin-left: 27px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .forex__without-block:nth-child(2) {
        margin-left: 9px
    }
}

@media all and (min-width: 1168px) {
    .forex__without-block:nth-child(2) .forex__without-block-image {
        margin-left: 21px;
        margin-bottom: 5px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .forex__without-block:nth-child(2) .forex__without-block-image {
        margin-left: 22px;
        margin-bottom: 5px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .forex__without-block:nth-child(2) .forex__without-block-image {
        margin-left: 23px
    }
}

@media all and (min-width: 1368px) {
    .forex__without-block:last-of-type {
        margin-left: 47px
    }
}

@media all and (min-width: 1168px) {
    .forex__without-block:last-of-type {
        width: 143px
    }
}

@media all and (max-width: 1367px) and (min-width: 1168px) {
    .forex__without-block:last-of-type {
        margin-left: 20px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .forex__without-block:last-of-type {
        margin-left: 21px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .forex__without-block:last-of-type {
        margin-left: 15px
    }
}

@media all and (max-width: 1167px) {
    .forex__without-block:last-of-type {
        width: 65px
    }
}

@media all and (min-width: 1168px) {
    .forex__without-block:last-of-type .forex__without-block-image {
        margin-left: 45px;
        margin-bottom: 5px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .forex__without-block:last-of-type .forex__without-block-image {
        margin-left: 11px;
        margin-bottom: 6px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .forex__without-block:last-of-type .forex__without-block-image {
        margin-left: 12px
    }
}

.forex__without-block-image {
    max-width: 54px;
    height: 58px
}

.forex__without-block-title {
    font-size: 13px;
    font-family: Roboto-Regular, sans-serif
}

.forex__form-block-title {
    max-width: 545px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-family: Montserrat-Bold, sans-serif
}

@media all and (min-width: 1168px) {
    .forex__form-block-title {
        margin-bottom: 33px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .forex__form-block-title {
        margin-bottom: 34px
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .forex__form-block-title {
        margin-bottom: 22px
    }
}

.forex__form-block-title .color-red {
    text-transform: uppercase;
    color: #6ebfc2
}

.forex .maine-form {
    position: relative
}

@media all and (min-width: 1368px) {
    .forex .maine-form {
        padding: 1px 26px 31px 36px
    }
}

@media all and (max-width: 1367px) and (min-width: 1168px) {
    .forex .maine-form {
        padding: 1px 26px 31px 36px
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .forex .maine-form {
        padding: 0 4px 31px 27px
    }
}

.forex .maine-form-label {
    display: block
}

.forex .maine-form-label:first-child .form-control {
    background-image: url("../themes/bundles/app/img/icons/mail.png")
}

.forex .maine-form-label:nth-child(2) .form-control {
    background-image: url("../themes/bundles/app/img/icons/phone-call.png")
}

.forex .maine-form-label:nth-child(3) .form-control {
    background-image: url("../themes/bundles/app/img/icons/avatar.png")
}

@media all and (min-width: 1368px) {
    .forex .maine-form-label {
        width: 273px
    }
}

@media all and (min-width: 1168px) {
    .forex .maine-form-label {
        margin-right: 26px
    }
}

@media all and (max-width: 1367px) and (min-width: 1168px) {
    .forex .maine-form-label {
        width: 254px
    }
}

@media all and (min-width: 768px) {
    .forex .maine-form-label {
        float: left
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .forex .maine-form-label {
        width: 232px;
        margin-right: 20px
    }
}

@media all and (max-width: 767px) {
    .forex .maine-form-label {
        width: 231px;
        margin-right: auto;
        margin-left: auto
    }

    .forex .maine-form-label:first-child {
        margin-bottom: 18px
    }

    .forex .maine-form-label:nth-child(2) {
        margin-bottom: 25px
    }
}

.forex .maine-form .form-control {
    width: 100%;
    padding: 14px 12px 14px 44px;
    border: 2px solid #c6d3da;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #a3a3a3;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    font-size: 14px;
    font-family: Roboto-Regular, sans-serif
}

.forex .maine-form .form-control::-moz-placeholder {
    color: #a3a3a3
}

.forex .maine-form .form-control::-webkit-input-placeholder {
    color: #a3a3a3
}

.forex .maine-form .form-control:-ms-input-placeholder {
    color: #a3a3a3
}

.forex .maine-form .form-control::-ms-input-placeholder {
    color: #a3a3a3
}

.forex .maine-form .form-control::placeholder {
    color: #a3a3a3
}

.forex .maine-form-agreement {
    display: block;
    font-size: 12px;
    font-family: Roboto-Regular, sans-serif
}

@media all and (min-width: 1168px) {
    .forex .maine-form-agreement {
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media all and (min-width: 768px) {
    .forex .maine-form-agreement {
        position: absolute;
        left: 50%
    }
}

@media all and (max-width: 1167px) and (min-width: 768px) {
    .forex .maine-form-agreement {
        bottom: 2px;
        -webkit-transform: translateX(-43%);
        -ms-transform: translateX(-43%);
        transform: translateX(-43%)
    }
}

@media all and (max-width: 767px) {
    .forex .maine-form-agreement {
        margin-bottom: 22px;
        padding-right: 7px;
        padding-left: 7px
    }
}

.forex .maine-form-checkbox {
    position: relative;
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 10px
}

.forex .maine-form-checkbox::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 2px;
    background-color: #ffffff;
    border: 1px solid #dadada;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    z-index: 1
}

.forex .maine-form-checkbox:checked:after {
    content: url("../themes/bundles/app/img/icons/correct-symbol.png")
}

.forex .maine-form-policy {
    color: #3156ff;
    text-decoration: underline
}

.forex .maine-form-policy:hover {
    text-decoration: none
}

.forex .maine-form .btn {
    position: relative;
    padding-left: 30px;
    text-align: left;
    font-family: Roboto-Regular, sans-serif
}

@media all and (min-width: 1168px) {
    .forex .maine-form .btn {
        max-width: 236px
    }
}

@media all and (max-width: 1167px) {
    .forex .maine-form .btn {
        max-width: 210px
    }
}

@media all and (max-width: 767px) {
    .forex .maine-form .btn {
        display: block;
        margin-right: auto;
        margin-left: auto
    }
}

.forex .maine-form .btn::after {
    content: url("../themes/bundles/app/img/icons/download.png");
    position: absolute;
    top: 30px;
    right: 21px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.flip-card,
.flip-card-click {
    display: inline-block;
    background-color: transparent;
    position: relative;
    width: 100%;
    perspective: 1000px;
    box-shadow: 0 5px 43px 8px rgb(0 0 0 / 5%);
    border-radius: 5px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card-front .material-symbols-outlined,
.flip-card-back .material-symbols-outlined {
    position: absolute;
    left: 5px;
    top: 5px;
    color: #6ebfc2;
    font-size: 35px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 40;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner,
.flip-card:focus-within .flip-card-inner,
.flip-card:active .flip-card-inner,
.flip-card-click:focus .flip-card-inner,
.flip-card-click:active .flip-card-inner,
.flip-card-click.flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 5px;
}

.flip-card-back {
    background-color: #fff;
    transform: rotateY(180deg);
    padding: 20px 30px;
    border-radius: 5px;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn__access {
    display: flex;
}

p,
a,
h4,
h1 {
    font-family: 'Roboto', sans-serif;
}

.login {
    padding: 5px 10px !important;
    border: solid 1px #6DBFC2;
    color: #6DBFC2 !important;
    border-radius: 10px;
    background-color: transparent;
    width: 118px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-right: 15px;
}

.register {
    width: 118px;
    font-family: 'Roboto', sans-serif;
    padding: 7px 10px !important;
    border: solid 1px #6DBFC2;
    background-color: #6DBFC2 !important;
    color: #fff !important;
    border-radius: 10px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}


.iq-footer-box .iq-icon i {
    font-size: 26px;
    float: left;
    margin-right: 20px;
    height: 60px;
    width: 60px;
    background: #f4f4f4;
    text-align: center;
    line-height: 60px;
    color: #6DBFC2;
    border-radius: 90px;
}

.footer_links a {

    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.w-90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.footer-copyright {
    margin-top: 30px;
    text-align: center;
}


.legal__copy {
    text-align: center;
    display: block;
    padding: 15px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
}

.hr_legal {
    margin-top: 15px;
    border-top: 1px solid #efefef;
    /* border-color: #efefef; */

}



.footer_links a,
.footer-content a {
    color: unset;
}


.footer_links a:hover {
    color: #6DBFC2;
}


.footer_links a {
    margin-bottom: 9px;
}

.iq-tw-6.iq-pb-10 {
    display: flex;
    align-items: center;
}

.iq-tw-6.iq-pb-10 i {
    margin-right: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #6DBFC2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}


.container-legal {
    width: 80%;
    margin: auto;
    text-align: justify;
    padding-top: 85px;
    padding-bottom: 100px;
    margin-bottom: 100px;
    font-family: Roboto-Regular;
    color: black;
}


.container-legal h1 {
    text-align: center;
}


.btn__access {
    display: none;
}


.whats-btn {
    z-index: 999;
    position: fixed;
    margin: 0;
    color: #fff;
    background: #27ae60;
    position: fixed;
    bottom: 90px;
    right: 25px;
    z-index: 999;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 90px;
    transition: all .3s ease-in-out;
}

.logo_cards {
    width: 100px;
}

.logo_cards:first-of-type {
    margin-right: 10px;
}

.logo_cards:last-of-type {
    margin-left: 10px;
}

.row_logos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}


.f-12 {
    font-size: 12px;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

/* h6 {
    font-family: Roboto-Regular, sans-serif;
    font-size: 18px;
} */

.header div {

    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header div .menu-item {
    color: #5b666e;
    text-decoration: none !important;
    font-weight: bold;
    margin-left: 10px;
}


.header div .btn:first-of-type {
    width: 120px;
    border: 1px solid #6ebfc2;
    color: #6ebfc2;
    font-size: 15px;
    margin-right: 10px;
}


.header div .btn:last-of-type {
    border: 1px solid #6ebfc2;
    width: 120px;
    background-color: #6ebfc2;
    color: white;
    font-size: 15px;

}


.btn.focus,
.btn:focus {

    box-shadow: none !important;
    text-decoration: none !important;
}

.btn_courses {
    border: 1px solid #6ebfc2;
    width: fit-content;
    background-color: #6ebfc2;
    color: white;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    margin: 24px auto;
}



@media (min-width: 1281px) {

    .w-fix {
        max-width: 1100px;
        margin: auto;
    }

}