@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap');

body,
html {
    width: 100%;
    max-width: 1920px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #012046;
    font-weight: 400;
    margin: 0 auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

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

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

.text-underline {
    text-decoration: underline;
}

.loading {
    opacity: 0.5;
    pointer-events: none;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
    border-radius: .25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.form-control {
    content: "";
    display: block;
    width: 330px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: none;
    padding: 0 20px;
    color: #000;
}

textarea.form-control {
    resize: none;
    height: 100px;
    padding: 20px;
}

a {
    color: #f5c308;
    font-size: 16px;
    text-decoration: underline;
}

a:hover {
    color: #f5c308;
    text-decoration: none;
}

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

.text-orange {
    color: #f0c32e;
}

.text-red {
    color: #e40803;
}

.btn {
    display: inline-block;
    padding: 0 15px;
    width: 348px;
    height: 58px;
    text-align: center;
    line-height: 58px; 
    font-size: 18px;
    text-transform: uppercase;
    transition: all .3s;
    text-decoration: none;
    font-weight: 500;
    border: 0;
    cursor: pointer;
}

.btn.btn-orange {
    color: #111e44;
    background: #f0c32e;
}

.btn.btn-orange:hover {
    background: #f9cd3c;
}

.btn.btn-blue {
    background: #001e44;
    color: #fff;
}

.btn.btn-blue:hover {
    background: #032563;
}

.btn i {
    margin-left: 4px;
}

/*UI Elements*/
.li-list {
    list-style: none;
}

.li-list li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 48px;
    font-size: 18px;
}

.li-list li::before {
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    color: #f0c32e;
}

.li-list li strong {
    font-size: 20px;
}

.li-list li:last-child {
    margin-bottom: 0;
}

.icon-items {
    margin-bottom: -40px;
}

.icon-items .icon-item {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}

.icon-items .icon-item .btn {
    width: 166px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
}

.icon-items .icon-item i {
    font-size: 60px;
    line-height: 60px;
    color: #f5c308;
    margin-bottom: 26px;
}

.icon-items .icon-item h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 26px;
}

.bordered-items {
    margin: 0 0 -30px;
}

.bordered-items  .bordered-item {
    border: 14px solid;
    text-align: center; 
    color: #4c4c4c;
    padding: 45px 25px;
    margin-bottom: 30px;
}

.bordered-items  .bordered-item.border-orange {
    border-color: #f4aa00;
}

.bordered-items  .bordered-item h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 36px;
    font-weight: 500;
    color: #012046;
}

.bordered-items  .bordered-item strong {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #012046;
    margin-top: 36px;
}

.quote-lg-block .quote-lg-block-inner {
    border-left: 6px solid #ffc400;
    padding-left: 28px;
}

.quote-lg-block h2 {
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.quote-lg-block .button-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: end;
}

.quote-lg-block .btn {
    width: 258px;
}

.custom-checkbox {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 34px;
    padding-left: 50px;
}

.custom-checkbox .checkbox {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 34px;
    height: 34px;
    opacity: 0;
    top: -5px;
}

.custom-checkbox .custom-control-label {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

/* .custom-checkbox .checkbox:indeterminate ~ .custom-control-label::before {
    border-color: #cfa80d;
    background-color: #f0c32e;
} */

.custom-checkbox .checkbox:checked ~ .custom-control-label::before {
    border-color: #cfa80d;
    background-color: #f0c32e;
}

.custom-checkbox .custom-control-label::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -50px;
    display: block;
    width: 34px;
    height: 34px;
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.custom-checkbox .checkbox:checked ~ .custom-control-label::after {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 50%;
    left: -41px;
    margin-top: -12px;
    display: block;
}

.line {
    width: 100%;
    height: 1px;
}

.line.line-gray {
    background: #ccc;
}

.partners-list {
    margin-bottom: -34px;
}

.partners-list .partner-item {
    text-align: center;
    margin-bottom: 34px;
}

.partners-list .partner-item h3 {
    font-size: 24px;
    margin-bottom: 3px;
}

.partners-list .partner-item .image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 152px;
    margin-bottom: 4px;
}

.modal-open {
    overflow:hidden;
}

.modal {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1050;
    display:none;
    overflow:hidden;
    outline:0;
}

.modal.fade .modal-dialog {
    transition:-webkit-transform .3s ease-out;
    transition:transform .3s ease-out;
    transition:transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform:translate(0,-25%);
    transform:translate(0,-25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .4;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 32px;
    border-bottom: 1px solid #e9e9e9;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-header .close {
    padding: 22px;
    margin: -17px -22px -22px auto;
}

.modal-title {
    font-size: 22px;
    color: #666;
    font-weight: 400;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem;
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal-dialog {
    position: relative;
    top: 10vh;
    margin: 30px auto 0;
}

.modal-case .modal-dialog {
    width: 1110px;
}

.modal-case .modal-case-body {
    position: relative;
    padding: 50px 75px;
    background: #fff;
    border: 22px solid #e1a801;
    box-shadow: 3px 0 16px rgba(0, 0, 0, .35);
}

.modal-case .modal-case-body .modal-close {
    position: absolute;
    top: 22px;
    right: 28px;
    border: 0;
    background: 0 0;
    color: #666;
    font-size: 30px;
    cursor: pointer;
    z-index: 5;
}

.modal-case .modal-case-body h2 {
    text-align: center;
    font-size: 24px;
    color: #002046;
    margin: 0 0 54px;
}

.modal-case .modal-case-body h3 {
    color: #999;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 22px;
}

.modal-case.coach-modal .modal-case-body h3 {
    color: #002046;
    font-size: 24px;
    text-align: center;
}

.modal-case.coach-modal .modal-case-body span {
    font-size: 16px;
    font-weight: 400;
}

.modal-case .modal-case-body ul {
    list-style: none;
    margin-bottom: 50px;
}

.modal-case .modal-case-body ul li {
    position: relative;
    font-size: 16px;
    padding-left: 16px;
    margin-bottom: 4px;
}

.modal-case .modal-case-body ul li:before {
    content: "\f054";
    display: inline-block;
    font-family: 'font awesome 5 free';
    font-weight: 900;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 12px;
    color: #e1a801;
}

.modal-case .modal-case-body ul li ul li:before {
    content: "-";
}

.modal-case .modal-case-body ul li ul {
    margin: 20px 0;
}

.modal-case .modal-dialog {
    width: 1110px;
}

.owl-nav>button {
    font-size: 56px;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    background-color: transparent;
    border: none;
    z-index: 10;
    transition: .3s;
    cursor: pointer;
    outline: none;
}

.owl-nav .owl-prev {
    left: 0px;
}

.owl-nav .owl-next {
    right: 0px;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    cursor: default !important;
    opacity: 0.2;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

.desktop-slider.owl-carousel {
    display: block;
    margin: 0; 
}

.desktop-slider.owl-carousel .col-12 {
    padding: 0;
}



.desktop-slider.owl-carousel .owl-nav > button {
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -16px;
}

header {
    padding-top: 96px;
    text-align: center;
    overflow: hidden;
}

header h1 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 70px;
}

header .description {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}

header .image {
    position: relative;
    line-height: 0; 
    margin-top: -73px;
    left: -70px;
}

header .header-inner {
    position: relative;
    height: 614px;
}

header .header-inner::before, .footer-inner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 0;
    height: 0;
    border-top: 486px solid transparent;
    border-right: 1484px solid #e3e3e3; 
}

header .author {
    position: absolute;
    bottom: 20px;
    right: 110px;
    color: #999;
    font-weight: 300;
    line-height: 19px;
}

header .author strong {
    color: #012046;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
}

.block {
    padding: 66px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.block .buttons-wrapper {
    margin-top: 80px;
    text-align: center;
}

.block .buttons-wrapper .btn {
    margin-left: 26px;
}

.block .buttons-wrapper .btn:first-child {
    margin-left: 0;
}

.block.block-1 {
    background-image: url(../images/bg-1.png);
    color: #fff;
    padding: 86px 0;
}

.number-items {
    margin-bottom: -100px; 
}

.number-items .number-item {
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}

.number-items .number-item i {
    font-style: normal;
    font-weight: 900;
    color: #f5c308;
    font-size: 48px;
    line-height: 48px;
}

.number-items .number-item.inline {
    text-align: left;
    padding-left: 100px;
}

.number-items .number-item.inline i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
}

.block-2 {
    background-image: url(../images/bg-2.png);
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.section-title {
    margin: -8px 0 48px;
    text-align: center;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
}

.block-3 {
    background-image: url(../images/bg-3.png);
}

.block-3 .image {
    position: relative;
    left: -47px;
}

.block-5 {
    background-image: url(../images/bg-4.png);
    color: #fff;
    min-height: 869px;
    padding: 254px 0 0;
    margin-top: -106px;
}

.block-5 .section-title {
    margin-bottom: 70px;
}

.block-5 .icon-items .icon-item i {
    font-size: 72px;
    margin-bottom: 50px;
}

.block-5 .icon-items .icon-item h3 {
    font-size: 24px;
    line-height: 36px;
    height: 72px;
    margin: 5px 0 34px;
}

.block-6 .bordered-items  .bordered-item {
    height: 484px;
}

.block-7 {
    background-image: url(../images/bg-5.png);
    color: #fff;
}

.block-8 {
    background-image: url(../images/bg-6.png);
    text-align: center;
}

.block-8 .img-responsive {
    max-width: 542px;
}

.block-8 .block-inner {
    display: flex;
    align-items: center;
    font-size: 18px;
    height: 100%;
}

.block-8 .block-inner .btn {
    margin-top: 62px;
    width: 258px;
}

.test-wrapper .test-teps {
    text-align: center;
    font-weight: 300;
    color: #1d3d65;
    margin-bottom: 60px;
}

.test-wrapper .test-inner {
    border-radius: 20px;
    box-shadow: 3px 0 24px rgba(0, 0, 0, 0.07);
    padding: 40px 80px 42px;
}

.test-wrapper .question {
    text-align: center;
    font-size: 18px;
    font-weight: 28px;
    font-weight: 500;
    margin-bottom: 48px;
}

.test-wrapper .answers-list ul {
    list-style: none;
}

.test-wrapper .answers-list ul li {
    margin-bottom: 16px;
}

.test-wrapper .answers-list ul li:last-child {
    margin-bottom: 0; 
}

.test-wrapper .test-nav {
    text-align: center;
    margin-top: 36px;
}

.test-wrapper .test-nav .btn {
    width: 190px;
}

.block-10 {
    background-image: url(../images/bg-7.png);
    color: #fff;
}

.block-11 {
    font-size: 18px;
    line-height: 28px;
}

.block-11 h3 {
    margin-bottom: 50px;
}

.block-11 .image {
    display: flex;
    height: 100%;
    align-items: end;
}

.block-11 .line {
    margin: 60px 0;
}

.block-11 .author-row .col-12 {
    margin-top: 40px;
}

.block-12 {
    background-image: url(../images/bg-8.png);
    color: #fff;
    padding: 74px 0;
}

.block-13 {
    background-image: url(../images/bg-9.png);
}

.block-14 .partners-list .partner-item p{
    padding: 0 60px;
}

.block-15 {
    background-image: url(../images/bg-10.png);
    color: #fff;
    min-height: 787px;
    padding: 302px 0 0;
    margin-top: -135px;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}

.block-15 .text-orange {
    margin: 57px 0;
}

.block-16 {
    padding: 80px 0 0;
    overflow: hidden;
}

.block-16 .footer-inner {
    position: relative;
    padding-left: 96px;
    height: 586px;
}

.block-16 .footer-inner h3 {
    font-size: 20px;
    margin: 70px 0 60px 0;
}

.block-16 .image {
    position: relative;
    line-height: 0;
    margin-top: -100px;
}

.block-16 .info {
    position: relative;
    z-index: 100;
}

.modal-case {
    text-align: center;
}

.modal-case h4 {
    font-weight: 500;
    font-size: 20px;
}

.modal-case .info {
    margin-top: 45px;
    font-size: 18px;
    font-style: italic;
}

.owl-carousel.slider {
    display: flex;
}

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

    .modal-case .modal-dialog {
        width: 960px;
    }

    header {
        padding-top: 50px;
    }

    header h1 {
        margin-bottom: 30px;
    }

    header .author {
        bottom: 13px;
        right: 40px;
    }

    .block-3 {
        overflow: hidden;
    }

    .block-3 .image {
        top: 47px;
    }

    .block-5 .icon-items .icon-item h3 {
        line-height: 28px;
        height: 84px;
    }

    .block-6 .bordered-items .bordered-item {
        height: 560px;
    }

    .block-16 .footer-inner {
        padding-left: 0;
    }
}

@media screen and (max-width:991px) {
    .modal-case .modal-dialog {
        width: 720px;
    }

    .modal-case .modal-case-body {
        padding: 40px;
        border: 10px solid #e1a801;
    }

    .modal-case .modal-dialog {
        width: 100%;
    }

    .modal-case .modal-case-body h2 {
        font-size: 20px;
    }

    header .container {
        position: relative;
    }
    header .container .col-lg-7 {
        position: static;
    }

    header h1 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 40px;
    }

    header .image {
        margin-top: 0;
        left: inherit;
        right: -30px;
        text-align: right;
    }

    header .image img {
        width: 508px;
        height: 564px;
    }

    header .header-inner {
        position: static;
        height: inherit;
    }

    header .header-inner::before {
        left: -275px;
    }

    header .author {
        bottom: 13px;
        right: inherit;
        left: 15px;
        width: 265px;
    }

    header .author strong {
        font-size: 20px;
    }

    .block-3 .content-row {
        flex-direction: column-reverse;
    }

    .block-3 .image {
        top: 0;
        left: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    .block .buttons-wrapper .btn {
        margin-left: 0;
    }

    .block .buttons-wrapper .btn:first-child {
        margin-bottom: 30px;
    }

    .block-5 {
        padding: 290px 0 120px;
        margin-top: -180px;
    }

    .block-5 .icon-items .icon-item h3 {
        margin-bottom: 0;
    }

    .icon-items .icon-item {
        margin-bottom: 60px;
    }

    .block-6 .bordered-items .bordered-item {
        height: inherit;
    }

    .quote-lg-block .button-wrapper {
        justify-content: center;
        margin-top: 30px;
    }

    .block-8 .content-row {
        flex-direction: column-reverse;
    }

    .block-8 .image {
        margin-bottom: 30px;
    }

    .block-11 .image {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    .block-11 .img-responsive {
        max-width: 415px;
    }

    .row.slider {
        display: block;
        margin: 0;
    }

    .row.slider .col-12 {
        padding: 0;
    }

    .row.slider .owl-nav>button {
        font-size: 30px;
        color: #f5c308;
        margin-top: -15px;
    }

    .row.slider .owl-nav .owl-next {
        right: -30px;
    }

    .row.slider .owl-nav .owl-prev {
        left: -30px;
    }

    .block-13 .row.slider .owl-item {
        text-align: center;
    }

    .block-13 .row.slider .img-responsive {
        max-width: 254px;
    }

    .block-16 > .container {
        position: relative;
    }

    .block-16 .col-lg-6 {
        position: static;
    }

    .block-16 .footer-inner {
        position: static;
        padding-left: 96px;
        height: inherit;
    }

    .block-16 .footer-inner::before {
        left: -275px;
    }

    .block-16 .image {
        margin-top: 0;
        left: inherit;
        text-align: right;
    }

    .block-16 .image img {
        width: 508px;
        height: 564px;
    }

}

@media screen and (max-width:767px) {
    .modal-case .modal-dialog {
        width: 100%;
    }

    .modal-case .modal-case-body {
        padding: 25px 30px;
        border: 5px solid #e1a801;
    }

    .modal-case .modal-case-body .description {
        margin: 0 auto 30px;
    }

    .modal-case .modal-case-body {
        padding: 20px 10px;
    }

    .modal-case .modal-case-body h2 {
        font-size: 18px;
        max-width: 250px;
        margin: 0 auto 30px;
    }

    .modal-case .modal-case-body .modal-close {
        top: 10px;
        right: 10px;
        font-size: 26px;
    }

    header {
        padding-top: 45px;
    }

    header h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 40px;
    }
    
    header .description {
        font-size: 20px;
        line-height: 26px;
        font-weight: 300;
    }

    header .author {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 40px;
    }

    header .header-inner::before {
        left: -603px;
    }

    header .image img {
        width: 411px;
        height: 463px;
    }

    header .image {
        right: -48px;
    }

    .block.block-1 {
        padding: 43px 0;
    }

    .number-items .number-item.inline {
        padding-left: 80px;
    }

    .number-items .number-item {
        margin-bottom: 50px;
    }

    .number-items {
        margin-bottom: -50px;
    }

    .btn {
        width: 330px;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .block-2 {
        padding: 50px 0;
    }

    .block {
        padding: 33px 0;
    }

    .section-title {
        margin: -4px 0 33px;
    }

    .block-3 .image img {
        width: 100%;
        height: auto;
        max-width: 583px;
    }

    .li-list li {
        padding-left: 35px;
        margin-bottom: 24px;
        font-size: 16px;
    }

    .li-list li strong {
        font-size: 16px;
    }

    .li-list li::before {
        font-size: 24px;
    }

    .icon-items .icon-item {
        margin-bottom: 40px;
    }

    .block .buttons-wrapper {
        margin: 40px 0;
        text-align: center;
    }

    .block-5 .icon-items .icon-item h3 {
        line-height: 22px;
        height: 44px;
    }

    .block-5 .icon-items .icon-item h3 {
        font-size: 18px;
    }

    .block-5 .icon-items .icon-item i {
        font-size: 60px;
        margin-bottom: 30px;
    }

    .block-5 {
        padding: 140px 0 35px;
        min-height: inherit;
        margin-top: -110px;
      }

    .block-5 .section-title {
        margin-bottom: 35px;
    }

    .bordered-items .bordered-item {
        border: 10px solid;
        padding: 22px 15px;
    }

    .bordered-items .bordered-item h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .bordered-items .bordered-item strong {
        font-size: 16px;
        margin-top: 20px;
    }

    .quote-lg-block h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .quote-lg-block .button-wrapper {
        display: block;
        text-align: center;
    }

    .block-8 .image {
        margin-bottom: 20px;
    }

    .block-8 .block-inner .btn {
        margin-top: 31px;
    }

    .test-wrapper .test-teps {
        margin-bottom: 30px;
    }

    .test-wrapper .test-inner {
        padding: 33px 20px;
    }

    .test-wrapper .question {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .block-11 {
        font-size: 16px;
        line-height: 24px;
    }

    .block-11 h3 {
        margin-bottom: 25px;
    }

    .block-11 .line {
        margin: 30px 0;
    }

    .row.slider .owl-nav .owl-next {
        right: 0;
    }

    .row.slider .owl-nav .owl-prev {
        left: 0;
    }


    .block-14 .partners-list .partner-item p {
        padding: 0;
    }

    .partners-list .partner-item h3 {
        font-size: 18px;
    }

    .partners-list .partner-item .image {
        margin-bottom: 15px;
        height: inherit;
    }

    .block-15 {
        min-height: inherit;
        padding: 135px 0 45px;
        margin-top: -90px;
        font-size: 18px;
        line-height: 24px;
    }

    .block-15 .text-orange {
        margin: 30px 0;
    }

    .block-16 .footer-inner {
        padding-left: 0;
    }

    .block-16 .footer-inner h3 {
        font-size: 18px;
        margin: 35px 0 30px 0;
    }

    .block-16 .footer-inner::before {
        left: -603px;
    }

    .block-16 .image img {
        width: 411px;
        height: 463px;
    }

    .block-16 {
        padding: 33px 0 0;
    }

}