




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

.container,.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

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

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%
}

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

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

.g-0 {
    --bs-gutter-x: 0
}

.g-0 {
    --bs-gutter-y: 0
}

.form-control:focus,.form-control:hover {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(255,255,255,.7);
    box-shadow: 0 0 10px 0 rgba(255,255,255,.7)
}

.form-check-input {
    width: 15px;
    height: 15px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    cursor: pointer
}

.form-check-input:focus,.form-check-input:hover {
    outline: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-check-input[type=checkbox] {
    border-radius: 4px
}

.form-check-input:checked[type=checkbox]:before {
    font-size: 10px;
    color: #121487
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    opacity: 0;
    pointer-events: hidden;
    visibility: hidden;
    display: none
}

.modal-open {
    overflow: hidden
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

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

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

.d-grid {
    display: -ms-grid!important;
    display: grid!important
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

.flex-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.gap-0 {
    gap: 0!important
}

.gap-1 {
    gap: .25rem!important
}

.gap-2 {
    gap: .5rem!important
}

.gap-3 {
    gap: 1rem!important
}

.gap-4 {
    gap: 1.5rem!important
}

.gap-5 {
    gap: 3rem!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

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

.align-self-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
}

.order-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important
}

.order-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important
}

.order-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important
}

.order-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important
}

.order-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important
}

.order-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important
}

.order-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important
}

.order-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important
}

.accordion-button {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out
}

.accordion-button:before {
    font-size: 14px;
    color: #333;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    -o-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s,-webkit-transform .3s ease 0s
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: -o-radial-gradient(95.35% 100%,110.87% 1422.5%,#114abf 0,#1a72fb 100%);
    background: radial-gradient(110.87% 1422.5% at 95.35% 100%,#114abf 0,#1a72fb 100%);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.15);
    box-shadow: 0 4px 8px rgba(0,0,0,.15)
}

.accordion-button:not(.collapsed):before {
    color: #fff
}

.accordion-button:not(.collapsed)::before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.accordion-button:focus {
    z-index: 3;
    outline: 0
}

.accordion-button:focus::before {
    color: #fff
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.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(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -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-item img {
    display: block;
    width: 100%
}

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

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

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    border: none;
    padding: 0!important;
    font: inherit
}

.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: -webkit-grab;
    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 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

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

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

._no-webp .owl-carousel .owl-video-play-icon {
    background: url(owl.video.play.png) no-repeat
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease,-webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

@font-face {
    font-family: icons;
    font-display: swap;
    src: url(../fonts/icons.woff) format("woff"),url(../fonts/icons.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: icons;
    font-display: swap;
    src: url(../fonts/icons.woff) format("woff"),url(../fonts/icons.woff2#icons) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.accordion-button:before,.form-check-input:checked[type=checkbox]:before,.slider>.owl-nav .owl-next:before,.slider>.owl-nav .owl-prev:before,.training__slider>.owl-nav .owl-next:before,.training__slider>.owl-nav .owl-prev:before,[class*=" _icon-"]:before,[class^="_icon-"]:before {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" _icon-"]:before,[class^="_icon-"]:before {
    display: block
}

._icon-arrow:before,.accordion-button:before,.slider>.owl-nav .owl-next:before,.slider>.owl-nav .owl-prev:before,.training__slider>.owl-nav .owl-next:before,.training__slider>.owl-nav .owl-prev:before {
    content: "\e900"
}

._icon-cancel:before {
    content: "\e901"
}

._icon-checkbox:before,.form-check-input[type=checkbox]:checked:before {
    content: "\e902"
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

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

:active,:focus {
    outline: 0
}

a:active,a:focus {
    outline: 0
}

aside,footer,header,nav,section {
    display: block
}

body,html {
    height: 100%;
    min-width: 320px
}

body {
    font-family: Montserrat;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button,input,textarea {
    font-family: Montserrat
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,h2,h3,h4,h5,h6 {
    font-weight: inherit;
    font-size: inherit
}

body {
    color: #fff;
    overflow-x: hidden;
    background: #0f0e0f
}

body._lock {
    overflow: hidden
}

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2
}

.wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.wrapper._blackout:after {
    z-index: 2;
    opacity: 1
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    line-height: 121.42857%;
    border-radius: 8px
}

input[type=email],input[type=tel],input[type=text],textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.input {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #333;
    width: 100%;
    padding: 16px 20px;
    background: #fff;
    border-radius: 8px
}

.input::-webkit-input-placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #333
}

.input::-moz-placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #333
}

.input:-ms-input-placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #333
}

.input::-ms-input-placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #333
}

.input::placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #333
}

.input:focus::-webkit-input-placeholder {
    opacity: 0
}

.input:focus::-moz-placeholder {
    opacity: 0
}

.input:focus:-ms-input-placeholder {
    opacity: 0
}

.input:focus::-ms-input-placeholder {
    opacity: 0
}

.input:focus::placeholder {
    opacity: 0
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    padding-top: 35px
}

.header__logo a {
    position: relative;
    font-weight: 300;
    font-size: 24px;
    line-height: 120.83333%;
    color: #fff;
    z-index: 20
}

.menu {
    height: 100%;
    width: 100%
}

.menu._active {
    position: fixed;
    top: 0;
    right: 0
}

.menu__body._active {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    position: relative
}

.menu__list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 15px 0
}

.menu__list>li:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,.05)
}

.menu__list>li.border-none {
    border: none
}

.menu__sub-list {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 0
}

.menu__sub-list>li {
    width: 100%;
    padding: 15px 0
}

.menu__sub-list._active {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    z-index: 3
}

.menu__sub-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 121.42857%;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.menu__link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 121.42857%;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s;
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.menu__link:before {
    font-size: 12px;
    color: rgba(255,255,255,.25);
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.menu__link-close {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.menu__breadcrumb {
    border-bottom: 1px solid rgba(255,255,255,.05);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    height: 0;
    font-size: 0;
    visibility: hidden;
    pointer-events: none
}

.menu__breadcrumb._active {
    height: auto;
    padding: 0 0 15px 0;
    visibility: visible;
    opacity: 1;
    pointer-events: all
}

.menu__breadcrumb-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 121.42857%;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.menu__breadcrumb-link:before {
    padding: 0 0 0 22px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    font-size: 12px;
    color: rgba(255,255,255,.25);
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.icon-menu span {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    top: calc(50% - 1px);
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px
}

.icon-menu span:first-child {
    top: 0
}

.icon-menu span:last-child {
    top: auto;
    bottom: 0
}

.icon-menu._active {
    right: 50px
}

.icon-menu._active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px)
}

.icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px)
}

.footer {
    padding: 30px 0
}

.info a {
    color: #fff;
    font-weight: 300;
    line-height: 121.42857%;
    text-decoration: underline;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    cursor: pointer
}

.info__copy {
    color: rgba(255,255,255,.7);
    text-decoration: none;
    font-weight: 300;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    cursor: pointer
}

.info a:hover,.info__copy:hover {
    color: #999
}

.modal-content {
    height: 502px
}

.modal-body {
    color: #000
}

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 150px;
}

.title {
    font-size: 42px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    font-size: calc(36px + 6 * ((100vw - 320px)/ 1120))
}

.button-blue {
    width: 100%;
    padding: 15px 5px;
    background: -o-radial-gradient(95.35% 100%,110.87% 1422.5%,#114abf 0,#1a72fb 100%);
    background: radial-gradient(110.87% 1422.5% at 95.35% 100%,#114abf 0,#1a72fb 100%);
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s;
    margin-top: 50px
}

.button-circle {
    background: -o-radial-gradient(95.35% 100%,110.87% 1422.5%,#114abf 0,#1a72fb 100%);
    background: radial-gradient(110.87% 1422.5% at 95.35% 100%,#114abf 0,#1a72fb 100%);
    padding: 16px;
    border-radius: 50%
}

.bg {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    z-index: -1
}

.bg img,.bg source {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.bg_main-box {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%
}

.bg_main-box img,.bg_main-box source {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%
}

.circle_zod,.circle_zod1,.circle_zod2,.circle_zod3,.circle_zod4,.main_circle {
    opacity: .3
}

.main_circle img,.main_circle source {
    width: calc(304px + 272 * ((100vw - 320px)/ 1120));
    height: calc(304px + 272 * ((100vw - 320px)/ 1120));
    -webkit-animation: rotate-center 5s linear infinite;
    animation: rotate-center 60s linear infinite
}

.circle_zod img,.circle_zod source {
    width: calc(227px + 205 * ((100vw - 320px)/ 1120));
    height: calc(227px + 205 * ((100vw - 320px)/ 1120));
    animation: rotate-reverse 60s linear reverse infinite
}

.circle_zod1 img,.circle_zod1 source {
    width: calc(227px + 144 * ((100vw - 1788px)/ 1120));
    height: calc(227px + 144 * ((100vw - 1788px)/ 1120));
    animation: rotate-reverse 262s linear reverse infinite
}

.circle_zod2 img,.circle_zod2 source {
    width: calc(227px + 263 * ((100vw - 1149px)/ 1120));
    height: calc(227px + 263 * ((100vw - 1149px)/ 1120));
    animation: rotate-reverse 100s linear infinite
}

.circle_zod3 img,.circle_zod3 source {
    width: calc(227px + 437 * ((100vw - 733px)/ 1120));
    height: calc(227px + 437 * ((100vw - 733px)/ 1120));
    animation: rotate-reverse 68s linear reverse infinite
}

.circle_zod4 img,.circle_zod4 source {
    width: calc(227px + 925 * ((100vw - 400px)/ 1120));
    height: calc(227px + 925 * ((100vw - 400px)/ 1120));
    animation: rotate-reverse 109s linear infinite
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate-reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.dna_wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    height: calc(100px + 150 * ((100vw - 320px)/ 1120));
    width: calc(50px + 30 * ((100vw - 320px)/ 1120));
    text-align: center;
    z-index: 5;
    overflow: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(45deg) translate(-50%,-50%);
    -ms-transform: rotate(45deg) translate(-50%,-50%);
    transform: rotate(45deg) translate(-50%,-50%);
    opacity: .7
}

.dna_wrapper .dna_line {
    width: 100%;
    height: 1px;
    background: #4b2e5c;
    background: -webkit-gradient(linear,left top,right top,color-stop(1%,#4b2e5c),to(#763356));
    background: -o-linear-gradient(left,#4b2e5c 1%,#763356 100%);
    background: linear-gradient(90deg,#4b2e5c 1%,#763356 100%);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: relative;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: calc(5px + 5 * ((100vw - 320px)/ 1120));
    -webkit-animation-name: dna;
    animation-name: dna;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.465,.19,.455,.705);
    animation-timing-function: cubic-bezier(.465,.19,.455,.705)
}

.dna_wrapper .dna_line.dna_line_0 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.dna_wrapper .dna_line.dna_line_0:after,.dna_wrapper .dna_line.dna_line_0:before {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.dna_wrapper .dna_line.dna_line_1 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.dna_wrapper .dna_line.dna_line_1:after,.dna_wrapper .dna_line.dna_line_1:before {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.dna_wrapper .dna_line.dna_line_2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.dna_wrapper .dna_line.dna_line_2:after,.dna_wrapper .dna_line.dna_line_2:before {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.dna_wrapper .dna_line.dna_line_3 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.dna_wrapper .dna_line.dna_line_3:after,.dna_wrapper .dna_line.dna_line_3:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.dna_wrapper .dna_line.dna_line_4 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.dna_wrapper .dna_line.dna_line_4:after,.dna_wrapper .dna_line.dna_line_4:before {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.dna_wrapper .dna_line.dna_line_5 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.dna_wrapper .dna_line.dna_line_5:after,.dna_wrapper .dna_line.dna_line_5:before {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.dna_wrapper .dna_line.dna_line_6 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.dna_wrapper .dna_line.dna_line_6:after,.dna_wrapper .dna_line.dna_line_6:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.dna_wrapper .dna_line.dna_line_7 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.dna_wrapper .dna_line.dna_line_7:after,.dna_wrapper .dna_line.dna_line_7:before {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.dna_wrapper .dna_line.dna_line_8 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.dna_wrapper .dna_line.dna_line_8:after,.dna_wrapper .dna_line.dna_line_8:before {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.dna_wrapper .dna_line.dna_line_9 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.dna_wrapper .dna_line.dna_line_9:after,.dna_wrapper .dna_line.dna_line_9:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.dna_wrapper .dna_line.dna_line_10 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.dna_wrapper .dna_line.dna_line_10:after,.dna_wrapper .dna_line.dna_line_10:before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.dna_wrapper .dna_line.dna_line_11 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.dna_wrapper .dna_line.dna_line_11:after,.dna_wrapper .dna_line.dna_line_11:before {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.dna_wrapper .dna_line:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    border-radius: 100px;
    background: #7e83c7;
    -webkit-animation-name: dot-left;
    animation-name: dot-left;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.dna_wrapper .dna_line:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    border-radius: 100px;
    background: #7e83c7;
    -webkit-animation-name: dot-right;
    animation-name: dot-right;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes dna {
    0%,100% {
        width: 100%
    }

    50% {
        width: 0%
    }
}

@keyframes dna {
    0%,100% {
        width: 100%
    }

    50% {
        width: 0%
    }
}

@-webkit-keyframes dot-left {
    0%,100% {
        width: 1px;
        height: 1px
    }

    50% {
        width: 3px;
        height: 3px
    }
}

@keyframes dot-left {
    0%,100% {
        width: 1px;
        height: 1px
    }

    50% {
        width: 3px;
        height: 3px
    }
}

@-webkit-keyframes dot-right {
    0%,100% {
        width: 5px;
        height: 5px
    }

    50% {
        width: 3px;
        height: 3px
    }
}

@keyframes dot-right {
    0%,100% {
        width: 5px;
        height: 5px
    }

    50% {
        width: 3px;
        height: 3px
    }
}

.main {
    /* height: 100vh; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 600px
}

.main__title {
    font-size: 64px;
    line-height: 78px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 200
}

.main__subtitle {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
    letter-spacing: .11em;
    font-weight: 300
}

.main__text {
    color: rgba(255,255,255,.4);
}

.main__button {
    padding: 15px 16px;
    background: -o-radial-gradient(95.35% 100%,110.87% 1422.5%,#114abf 0,#1a72fb 100%);
    background: radial-gradient(110.87% 1422.5% at 95.35% 100%,#114abf 0,#1a72fb 100%);
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s;
    margin-top: 35px
}

@-webkit-keyframes arrow {
    0% {
        bottom: 0
    }

    50% {
        bottom: 10px
    }

    to {
        bottom: 0
    }
}

@keyframes arrow {
    0% {
        bottom: 0
    }

    50% {
        bottom: 10px
    }

    to {
        bottom: 0
    }
}

.training {
    padding-top: calc(65px + 35 * ((100vw - 320px)/ 1120));
    padding-right: calc(15px + 35 * ((100vw - 320px)/ 1120));
    padding-left: calc(15px + 35 * ((100vw - 320px)/ 1120));
    padding-bottom: calc(25px + 65 * ((100vw - 320px)/ 1120))
}

.training__wrapper {
    width: 100%;
    border-radius: 20px;
    background: -o-linear-gradient(336.07deg,rgba(30,23,55,.4) 21.58%,rgba(52,28,70,.4) 65.37%);
    background: linear-gradient(113.93deg,rgba(30,23,55,.4) 21.58%,rgba(52,28,70,.4) 65.37%);
    padding-top: calc(25px + 25 * ((100vw - 320px)/ 1120));
    padding-bottom: calc(35px + 15 * ((100vw - 320px)/ 1120))
}

.training__slider {
    position: relative
}

.training__slider.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    border-radius: 0
}

.training__slider>.owl-nav {
    margin-top: 0
}

.training__slider>.owl-nav [class*=owl-]:hover {
    background: 0 0
}

.training__slider>.owl-nav .owl-next,.training__slider>.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.training__slider>.owl-nav .owl-next:before,.training__slider>.owl-nav .owl-prev:before {
    font-size: 24px
}

.training__slider>.owl-nav .owl-next {
    right: calc(10px + -110 * ((100vw - 320px)/ 1120))
}

.training__slider>.owl-nav .owl-prev {
    left: calc(10px + -110 * ((100vw - 320px)/ 1120));
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
}

.training__title {
    letter-spacing: .02em;
    margin-bottom: 50px
}

.box__item {
    background: #fff;
    border-radius: 8px;
    color: #333;
    padding-top: calc(30px + 5 * ((100vw - 320px)/ 1120));
    padding-bottom: calc(30px + 5 * ((100vw - 320px)/ 1120));
    padding-right: calc(20px + 15 * ((100vw - 320px)/ 1120));
    padding-left: calc(20px + 15 * ((100vw - 320px)/ 1120))
}

.box__item-back,.box__item-front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform .8s ease 0s;
    transition: -webkit-transform .8s ease 0s;
    -o-transition: transform .8s ease 0s;
    transition: transform .8s ease 0s;
    transition: transform .8s ease 0s,-webkit-transform .8s ease 0s
}

.box__item-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.box__item-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.box__title {
    font-weight: 500;
    font-size: 28px;
    line-height: 121.42857%;
    text-align: center;
    margin-bottom: 35px
}

.box__text {
    font-weight: 300;
    font-size: 12px;
    line-height: 125%;
    margin-bottom: 25px;
    margin: 0 0 25px 0
}

.box__list {
    font-weight: 300;
    font-size: 12px;
    line-height: 125%;
    margin: 0;
    padding: 0 0 0 18px
}

.box__list li {
    list-style: disc
}

.box__list li:not(:last-child) {
    margin: 0 0 10px 0
}

.box__button-back {
    background: #0d7b39;
    margin-top: 50px;
    padding: 15px 10px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.box__button-back:hover {
    color: #e6e6e6;
    background: #0f9244
}

.box-items .rotate-front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.box-items .rotate-back {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.skills {
    padding-top: calc(25px + 35 * ((100vw - 320px)/ 1120));
    padding-bottom: calc(25px + 35 * ((100vw - 320px)/ 1120));
    margin-bottom: calc(0px + 75 * ((100vw - 320px)/ 1120));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(50%,rgba(1,1,1,.36)),to(rgba(1,1,1,0)));
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(1,1,1,.36) 50%,rgba(1,1,1,0) 100%);
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(1,1,1,.36) 50%,rgba(1,1,1,0) 100%)
}

.skills__title {
    font-size: 28px;
    line-height: 121.42857%;
    margin: 0 0 15px 0;
    text-align: left
}

.skills__descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 122.22222%;
    color: rgba(255,255,255,.6);
    max-width: 295px
}

.items {
    margin: 0 0 100px 0
}

.items__img {
    margin: 0 0 25px 25px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-animation: rotate 2.5s linear infinite;
    animation: rotate 2.5s linear infinite
}

.items__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 122.22222%;
    margin: 0 0 15px 0
}

.items__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 118.75%
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

.offer__wrapper {
    padding-top: 60px;
    padding-bottom: 120px;
    background: -o-linear-gradient(336.07deg,rgba(30,23,55,.4) 21.58%,rgba(52,28,70,.4) 65.37%);
    background: linear-gradient(113.93deg,rgba(30,23,55,.4) 21.58%,rgba(52,28,70,.4) 65.37%)
}

.offer__title {
    margin-bottom: 50px;
    line-height: 121.42857%;
    text-align: left
}

.slider {
    color: #333
}

.slider>.owl-stage-outer>.owl-stage>.owl-item:last-of-type {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.slider.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    border-radius: 0
}

.slider__items {
    background: -o-linear-gradient(340.86deg,#fff 7.88%,#f4f4f4 38.56%,#fff 76.39%);
    background: linear-gradient(109.14deg,#fff 7.88%,#f4f4f4 38.56%,#fff 76.39%);
    border-radius: 8px;
    padding: 35px 30px;
    min-height: 308px;
    height: 100%;
    width: 306px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative
}

.slider__leftside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2px 0 0 0
}

.slider__rightside {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.slider__number {
    font-weight: 500;
    font-size: 24px;
    line-height: 120.83333%
}

.slider__title {
    font-weight: 500;
    font-size: 36px;
    line-height: 122.22222%;
    margin: 0 0 15px 0;
    max-width: 210px;
    min-height: 88px;
    word-wrap: break-word
}

.slider__descr {
    font-weight: 300;
    font-size: 12px;
    line-height: 125%;
    margin: 0 0 10px 0;
    max-width: 175px
}

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

.slider>.owl-nav {
    margin-top: 0
}

.slider>.owl-nav [class*=owl-]:hover {
    background: 0 0
}

.slider>.owl-nav .owl-next,.slider>.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider>.owl-nav .owl-next:before,.slider>.owl-nav .owl-prev:before {
    font-size: 26px
}

.slider>.owl-nav .owl-next span,.slider>.owl-nav .owl-prev span {
    display: none
}

.slider>.owl-nav .owl-prev {
    left: calc(-11px + 111 * ((100vw - 320px)/ 1120));
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
}

.slider>.owl-nav .owl-next {
    right: calc(-11px + 111 * ((100vw - 320px)/ 1120))
}

.slider.owl-theme .owl-dots {
    position: absolute;
    top: 113%
}

.owl-theme .owl-dots .owl-dot span {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-color: #fff;
    margin: 5px 4px;
    border: 1px solid #333;
    width: 8px;
    height: 8px
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #333
}

.deshift {
    padding-top: 110px;
    padding-bottom: 110px;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(20.31%,rgba(0,0,0,.27)),color-stop(50.52%,rgba(0,0,0,.42)),color-stop(80.21%,rgba(0,0,0,.27)),to(rgba(0,0,0,0)));
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.27) 20.31%,rgba(0,0,0,.42) 50.52%,rgba(0,0,0,.27) 80.21%,rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.27) 20.31%,rgba(0,0,0,.42) 50.52%,rgba(0,0,0,.27) 80.21%,rgba(0,0,0,0) 100%)
}

.deshift__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 121.875%;
    margin: 0 0 25px 0;
    text-transform: uppercase
}

.deshift__button {
    background: #0d7b39;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 121.42857%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.deshift__button:hover {
    color: #e6e6e6;
    background: #0f9244
}

.deshift__items:not(:last-child) {
    margin-bottom: 50px
}

.deshift__wrapper-head {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%
}

.deshift__wrapper-bottom {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%
}

.deshift__img {
    margin: 0 0 25px 25px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 2.5s infinite;
    animation: pulse 2.5s infinite
}

.deshift__items-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 122.22222%;
    margin: 0 0 15px 0;
    white-space: pre-wrap
}

.deshift__text {
    color: rgba(255,255,255,.6);
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: .02em
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.faq {
    padding-top: 60px;
    padding-bottom: 100px
}

.faq>.container>.row>.col-3 {
    width: 20%
}

.faq__accordion {
    display: none
}

.tabs__wrapper {
    color: #333;
    width: 100%;
    height: 100%;
    min-height: 500px;
    height: 78%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tabs__scroll {
    position: absolute;
    top: 35px;
    background: -o-radial-gradient(95.35% 100%,110.87% 1422.5%,#114abf 0,#1a72fb 100%);
    background: radial-gradient(110.87% 1422.5% at 95.35% 100%,#114abf 0,#1a72fb 100%);
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    height: 74px;
    width: 120%;
    z-index: 5;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.tabs__box {
    background: #ffffffcc;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 20px 0 0 20px;
    height: 100%
}

.tabs__content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 100px 35px 80px;
    min-height: 500px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.tabs__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120.83333%;
    margin: 0 0 15px 0
}

.tabs__text {
    letter-spacing: .02em;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%
}

.tabs__text:not(:last-child) {
    margin: 0 0 20px 0
}

.tabs__inputs {
    background: #fff;
    padding: 35px 0 55px 0;
    -webkit-box-shadow: -6px 0 25px 5px rgba(0,0,0,.15);
    box-shadow: -6px 0 25px 5px rgba(0,0,0,.15);
    border-radius: 20px;
    z-index: 2;
    position: relative;
    max-width: 220px
}

.tab {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #333;
    text-align: center;
    padding: 25px;
    position: relative;
    border-radius: 8px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 10
}

.tab:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 100px;
    background: #d3d3d3
}

.tab:last-of-type:after {
    content: none
}

.tab:hover {
    color: gray
}

.tab__active {
    color: #fff
}

.tab__active:after {
    content: none
}

.tab__active:hover {
    color: #fff
}

.tab.after-none:after {
    content: none
}

.content {
    opacity: 0
}

.content__active {
    opacity: 1
}

.accordion-item {
    color: #333;
    border-radius: 8px;
    margin: 0 0 15px 0
}

.accordion-body {
    padding: 25px 15px
}

.accordion-collapse {
    background-color: #ffffffcc;
    width: 90%;
    margin: 0 auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 1
}

.accordion-button {
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: .02em;
    color: #333;
    background: #fff;
    padding: 17px 25px
}

.accordion-button:focus {
    color: #fff;
    background: -o-radial-gradient(95.35% 100%,110.87% 1422.5%,#114abf 0,#1a72fb 100%);
    background: radial-gradient(110.87% 1422.5% at 95.35% 100%,#114abf 0,#1a72fb 100%);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.15);
    box-shadow: 0 4px 8px rgba(0,0,0,.15)
}

.accordion__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 122.22222%;
    margin: 0 0 7px 0
}

.accordion__text {
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #333;
    margin: 0 0 20px 0
}

.accordion__text:last-child {
    margin: 0
}

.contact {
    padding-top: 145px;
    padding-bottom: 200px
}

.contact__title {
    font-size: 36px;
    margin: 0 0 35px 0
}

.form__input {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.form__input:not(:last-of-type) {
    margin: 0 0 15px 0
}

.form__check {
    margin: 15px 0 0 0
}

.form__checkbox {
    margin: 0 10px 0 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form__label {
    font-size: 13px;
    line-height: 123.07692%;
    letter-spacing: .02em;
    color: rgba(255,255,255,.7)
}

.form__label a {
    color: rgba(255,255,255,.9);
    text-decoration: underline;
    letter-spacing: .02em
}

.form__button {
    padding: 8px 22px;
    background-color: #fff;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: .02em;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.form__button:hover {
    color: gray;
    background: #f2f2f2;
    -webkit-box-shadow: 0 0 10px 0 rgba(255,255,255,.7);
    box-shadow: 0 0 10px 0 rgba(255,255,255,.7)
}

@media (min-width: 320px) {
    .menu__body {
        position:fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: rgba(21,12,29,.9);
        padding: 102px 50px 0 50px;
        -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
        transform: translateY(-110%);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 10;
        overflow-y: scroll
    }

    .icon-menu {
        width: 25px;
        position: absolute;
        right: calc(15px + 135 * ((100vw - 320px)/ 1120));
        top: calc(26px + 24 * ((100vw - 320px)/ 1120));
        height: 15px;
        cursor: pointer;
        z-index: 11;
        -webkit-transition: right .5s;
        -o-transition: right .5s;
        transition: right .5s
    }

    .box-items {
        min-height: 450px;
        height: 100%;
        width: 100%;
        position: relative;
        -webkit-perspective: 800px;
        perspective: 800px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }

    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%
    }

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

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }

    .icon-menu {
        width: 20px
    }
}

@media (min-width: 600px) {
    .menu__body {
        -webkit-transform:translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%)
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%
    }

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

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }

    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .menu__body {
        width: 50%
    }

    .slider.owl-carousel-offer .owl-stage {
        margin-left: calc(-90px + 228 * ((100vw - 320px)/ 1120))
    }
}

@media (min-width: 991px) {
    .training__body {
        margin:0 0 20px 0
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%
    }

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

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }

    .g-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0 {
        --bs-gutter-y: 0
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .modal-lg,.modal-xl {
        max-width: 800px
    }

    .menu__body {
        width: 40%
    }
}

@media (min-width: 1199px) {
    .box-items {
        min-height:410px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }

    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%
    }

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

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }

    .g-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0 {
        --bs-gutter-y: 0
    }

    .modal-xl {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex:1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%
    }

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

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1440px) {
    .container {
        max-width:1140px
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 1199px) {
    .faq>.container>.row>.col-3 {
        width:25%
    }

    .tabs__content {
        padding: 50px 80px 25px 70px
    }

    .tabs__text:not(:last-child) {
        margin: 0 0 15px 0
    }
}

@media (max-width: 1170px) {
    .header {
        padding-top:calc(20px + 15 * ((100vw - 320px)/ 850))
    }

    .button-blue {
        margin-top: calc(100px + -50 * ((100vw - 320px)/ 850))
    }

    .main__title {
        font-size: calc(30px + 24 * ((100vw - 320px)/ 850))
    }

    .main__title {
        line-height: calc(49px + 29 * ((100vw - 320px)/ 850))
    }

    .main__title {
        margin-bottom: calc(7px + 8 * ((100vw - 320px)/ 850))
    }

    .main__subtitle {
        font-size: calc(14px + 10 * ((100vw - 320px)/ 850))
    }

    .main__subtitle {
        line-height: calc(17px + 12 * ((100vw - 320px)/ 850))
    }

    .main__subtitle {
        margin-bottom: calc(10px + 10 * ((100vw - 320px)/ 850))
    }

    .main__button {
        margin-top: calc(25px + 10 * ((100vw - 320px)/ 850))
    }

    .training__title {
        margin-bottom: calc(0px + 50 * ((100vw - 320px)/ 850))
    }

    .box__title {
        margin-bottom: calc(25px + 10 * ((100vw - 320px)/ 850))
    }

    .box__text {
        margin-bottom: calc(20px + 5 * ((100vw - 320px)/ 850))
    }

    .box__button-back {
        margin-top: calc(100px + -50 * ((100vw - 320px)/ 850))
    }

    .offer__wrapper {
        padding-top: calc(40px + 20 * ((100vw - 320px)/ 850))
    }

    .offer__wrapper {
        padding-bottom: calc(40px + 80 * ((100vw - 320px)/ 850))
    }

    .offer__title {
        margin-bottom: calc(25px + 25 * ((100vw - 320px)/ 850))
    }

    .deshift {
        padding-top: calc(25px + 85 * ((100vw - 320px)/ 850))
    }

    .deshift {
        padding-bottom: calc(25px + 85 * ((100vw - 320px)/ 850))
    }

    .deshift__title {
        font-size: calc(28px + 4 * ((100vw - 320px)/ 850))
    }

    .faq {
        padding-bottom: calc(30px + 70 * ((100vw - 320px)/ 850))
    }

    .contact {
        padding-top: calc(50px + 95 * ((100vw - 320px)/ 850))
    }

    .contact {
        padding-bottom: calc(70px + 130 * ((100vw - 320px)/ 850))
    }
}

@media (max-width: 992px) {
    .g-md-0 {
        --bs-gutter-x:0
    }

    .deshift__title {
        text-align: center;
        margin: 0
    }

    .deshift__button {
        margin: 0
    }

    .deshift__button-new {
        margin: 50px 0 0 0;
        text-align: center
    }

    .deshift__items {
        margin: 70px 0 0 0;
        text-align: center
    }

    .deshift__img {
        margin: 0 0 25px 0
    }

    .faq__desktop {
        display: none!important
    }

    .faq__accordion {
        display: block
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 991px) {
    .training__slider.owl-carousel .owl-stage-outer {
        padding:40px 0
    }

    .box__list li:not(:last-child) {
        margin: 0 0 8px 0
    }

    .skills__descr {
        max-width: 400px;
        font-size: 16px;
        line-height: 137.5%;
        margin: 0 0 50px 0
    }

    .items {
        margin: 50px 0 40px 0
    }
}

@media (max-width: 768px) {
    .justify-content-md-center {
        -webkit-box-pack:center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .offer {
        padding: 0 15px
    }

    .offer__wrapper {
        border-radius: 20px;
        padding-right: 45px;
        padding-left: 45px
    }

    .offer__title {
        text-align: center;
        line-height: 100%
    }

    .slider.owl-carousel .owl-stage-outer {
        padding: 25px 0
    }

    .slider.owl-theme .owl-dots {
        top: 100%
    }

    .deshift__items:not(:last-child) {
        margin-bottom: 0
    }

    .deshift__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 12px;
        text-align: left
    }
}

@media (max-width: 768px) and (max-width:1170px) {
    .offer__wrapper {
        padding-right:calc(15px + 30 * ((100vw - 320px)/ 850))
    }

    .offer__wrapper {
        padding-left: calc(15px + 30 * ((100vw - 320px)/ 850))
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 767px) {
    .info__copy {
        margin:30px 0 0 0
    }

    .main__text {
        max-width: 100%
    }

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

    .items__wrapper-head {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .items__wrapper-bottom {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }

    .items__img {
        margin: 0
    }
}

@media (max-width: 600px) {
    .menu__sub-link {
        font-size:20px;
        line-height: 150%;
        word-wrap: break-word
    }

    .menu__link {
        font-size: 20px;
        line-height: 150%;
        word-wrap: break-word;
        padding: 0 20px 0 0
    }

    .menu__breadcrumb-link {
        font-size: 20px;
        line-height: 150%
    }

    .icon-menu._active {
        right: 10%
    }
}

@media (max-width: 576px) {
    .flex-sm-column {
        -webkit-box-orient:vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

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

    .input::-webkit-input-placeholder {
        font-size: 18px
    }

    .input::-moz-placeholder {
        font-size: 18px
    }

    .input:-ms-input-placeholder {
        font-size: 18px
    }

    .input::-ms-input-placeholder {
        font-size: 18px
    }

    .input::placeholder {
        font-size: 18px
    }

    .info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .info a {
        margin: 30px 0 0 0
    }

    .circle_zod,.main_circle {
        opacity: .2
    }

    .dna_wrapper {
        opacity: .3
    }

    .main {
        position: relative;
    }

    ._no-webp .main:after {
        background: url(/wp-content/themes/dagaz/img/icon/arrow_down.png) center center/contain no-repeat
    }

    .main:after {
        content: '';
        position: absolute;
        height: 10px;
        width: 26px;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-animation: arrow 2.5s infinite linear;
        animation: arrow 2.5s infinite linear
    }

    .main__text {
        text-align: center
    }

    .main__button {
        padding: 17px 18px
    }

    .items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 45px;
        margin: 0 0 70px 0
    }

    .items:last-child {
        margin: 0 0 50px 0
    }

    .items__wrapper-head {
        margin: 0 0 25px 0
    }

    .items__wrapper-bottom {
        text-align: center
    }

    .deshift {
        padding-right: 20px;
        padding-left: 20px
    }

    .deshift__title {
        line-height: 121.42857%
    }

    .deshift__button {
        padding: 16px 20px
    }

    .deshift__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .deshift__wrapper-head {
        margin: 0
    }

    .deshift__wrapper-bottom {
        text-align: center
    }

    .form__input:not(:last-of-type) {
        margin: 0 0 20px 0
    }

    .form__check {
        margin: 20px 0 0 0
    }

    .form__label {
        font-size: 16px
    }

    .form__button {
        margin: 20px 0 0 0;
        padding: 15px 50px;
        font-size: 16px;
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 576px) and (max-width:1170px) {
    .deshift {
        padding-right:calc(10px + 10 * ((100vw - 320px)/ 850))
    }

    .deshift {
        padding-left: calc(10px + 10 * ((100vw - 320px)/ 850))
    }
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .accordion-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .accordion-button::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

@media (any-hover: hover) {
    .accordion-button:hover {
        color:#b3b0b0
    }

    .accordion-button:hover:before {
        color: #b3b0b0
    }

    .menu__sub-link:hover {
        color: #ccc
    }

    .menu__link:hover {
        color: #ccc
    }

    .menu__link:hover:before {
        color: rgba(255,255,255,.15)
    }

    .menu__breadcrumb-link:hover {
        color: #ccc
    }

    .menu__breadcrumb-link:hover:before {
        color: rgba(255,255,255,.15)
    }

    .button-blue:hover {
        color: #ccc
    }

    .main__button:hover {
        color: #ccc
    }

    .box__item-close:hover {
        color: #ca1818
    }
}

._webp .owl-carousel .owl-video-play-icon {
    background: url(owl.video.play.webp) no-repeat
}

@media (max-width: 576px) {
    ._webp .main:after {
        background:url(/wp-content/themes/dagaz/img/icon/arrow_down.webp) center center/contain no-repeat
    }
}

#white .icon-menu span {
    background-color: #000;
}

#white .header__logo a {
    text-shadow: #0e0d0d 2px 3px 4px;
    background-color: #020202;
    border: aliceblue 1px;
    border-radius: 5px;
    padding: 4px;
}

#content tAble {
    width: 100%;
    border-collApse: collApse;
}

#content th, td {
    border: 1px solid #dddddd;
    text-Align: left;
    pAdding: 8px;
    verticAl-Align: top;
}

#content th {
    bAckground-color: #f2f2f2;
}

.content {
    border: 1px solid #000;
    padding: 10px;
}

#content .hidden-text {
    display: none;
    padding: 10px;
    padding-top: 25px;
}

#content .toggle-button {
    display: none;
}

#content .toggle-button + label {
    cursor: pointer;
    background-color: #f0f0f0;
    padding: 5px 10px;
    border: 1px solid #ddd;
    top: 8px;
    position: relative;
}

#content .toggle-button:checked + label + .hidden-text {
    display: block;
}

#content div:nth-child(1) {
    padding: 10px;
}

#content div:nth-child(2) {
    font-style: italic;
}

#contentimg {
    width: 100%;
}

#content {
    margin: 20px;
    line-height: normal;
    font-weight: unset;
    font-size: 1rem;
    color: black;
    background-color: white;
    padding: 8px;
    border-radius: 5px;
    padding-top: 120px;
}

#content p {
    margin-top: 0;
    margin-bottom: 1rem;
}

#content input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s;
}

#content a {
    color: red;
}

#content h1, h2, h3, h4, h5, h6 {
    margin-top: 30px;
    line-height: normal;
    font-weight: unset;
    margin-bottom: 20px;
}

#content h1 {
    font-size: 2rem;
}

#content h2 {
    font-size: 1.8rem;
}

#content h3 {
    font-size: 1.6rem;
}

#content h4 {
    font-size: 1.4rem;
}

#content h5 {
    font-size: 1.3rem;
}

#content h6 {
    font-size: 1.2rem;
}

font-size: 2rem; .pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.pagination .page-numbers {
    margin: 0 5px;
    padding: 10px 15px;
    background: #f1f1f1;
    border: 1px solid #ddd;
    text-decoration: none;
}

.pagination .page-numbers.current {
    background: #0073aa;
    color: #fff;
    border: 1px solid #0073aa;
}

.pagination .page-numbers:hover {
    background: #0073aa;
    color: #fff;
}

.post-meta {
    font-size: 0.9em;
    color: #666;
}

.post-content {
    margin-top: 20px;
}

.post-navigation {
    margin-top: 30px;
}

.post-tags {
    margin-top: 20px;
}

.post-tags h4 {
    font-weight: bold;
}

.post-tags ul {
    list-style-type: none;
    padding: 0;
}

.post-tags li {
    display: inline;
    margin-right: 10px;
}

.post-tags li a {
    text-decoration: none;
    color: #0073aa;
    /* Цвет ссылок */
}

.post-tags li a:hover {
    text-decoration: underline;
    /* Подчеркивание при наведении */
}

#content #matrixfree {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#content select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s;
}

#content select:focus {
    border-color: #007bff;
    outline: none;
}

#content .btn {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#content .btn:hover {
    background-color: #0056b3;
}

.formbodik form {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 400px;
}

.formbodik div {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.formbodik label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.formbodik input[type="text"], select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 10px;
    transition: border-color 0.3s;
}

.formbodik input[type="text"]:focus, select:focus {
    border-color: #007bff;
    outline: none;
}

.formbodik button {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

.formbodik button:hover {
    background-color: #0056b3;
}

.formbodik hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 20px 0;
}

.formbodik h3 {
    text-align: center;
    margin: 10px 0;
}

.formbodik .autocomplete-container {
    position: relative;
}

.formbodik .autocomplete-items {
    position: absolute;
    border: 1px solid #ccc;
    background-color: white;
    z-index: 99;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
}

.formbodik .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
}

.formbodik .autocomplete-items div:hover {
    background-color: #f4f4f4;
}


.maintext_button {
    padding: 5px;
    background-color: #000000;
    border: 1px solid #fff;
    margin: 11px;
    font-size: 16px;
    text-decoration: none;
}


/* Пример базовой типографики */
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif; /* Убедиться, что шрифт загружен */
    font-weight: 700; /* Или другой базовый вес */
    line-height: 1.2; /* Хорошая базовая высота строки для заголовков */
    margin-top: 1.5em; /* Базовые отступы */
    margin-bottom: 0.5em;
    color: #fff; /* Или другой базовый цвет */
}
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
    font-family: Montserrat, sans-serif;
    font-weight: 400; /* Нормальный вес для текста */
    font-size: 1rem; /* Базовый размер */
    line-height: 1.6; /* Хорошая высота строки для читаемости */
    margin-top: 0;
    margin-bottom: 1em; /* Отступ между абзацами */
    color: rgba(255, 255, 255, 0.8); /* Немного приглушить цвет основного текста для лучшего контраста? */
}

/* Стили для списков с маркерами/нумерацией */
ul, ol {
    margin-top: 0;
    margin-bottom: 1em;
    padding-left: 1.5em; /* Отступ для маркеров/нумерации */
}

ul {
    list-style-type: disc; /* Вернуть маркеры */
}

ol {
    list-style-type: decimal; /* Вернуть нумерацию */
}

li {
    margin-bottom: 0.25em; /* Отступ между пунктами */
}

/* Стили для других тегов */
a {
    color: #your-link-color; /* Определить цвет ссылок */
    text-decoration: underline; /* Возможно, добавить подчеркивание по умолчанию */
}
a:hover {
    color: #your-hover-link-color;
    text-decoration: none; /* Убрать подчеркивание при наведении, если нужно */
}

blockquote {
    margin: 1.5em 0;
    padding: 0.5em 1em;
    border-left: 4px solid #your-accent-color; /* Акцентная линия */
    font-style: italic;
    color: #ccc; /* Цвет цитаты */
    background-color: rgba(255, 255, 255, 0.05); /* Легкий фон */
}

code {
    font-family: 'Courier New', monospace;
    background-color: #2d2d2d; /* Темный фон для кода */
    color: #f8f8f2; /* Светлый цвет текста */
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 0.9em;
}

pre {
    background-color: #2d2d2d;
    color: #f8f8f2;
    padding: 1em;
    border-radius: 5px;
    overflow-x: auto; /* Горизонтальная прокрутка */
    font-size: 0.9em;
}
pre code {
    background: none; /* Убрать фон у code внутри pre */
    padding: 0;
}

small {
    font-size: 0.875em; /* 87.5% от родительского размера */
    color: #aaa; /* Цвет для мелкого текста */
}

hr {
    border: 0;
    height: 1px;
    background-color: #444; /* Цвет линии */
    margin: 1.5em 0;
}


/* Базовые стили для таблиц */
/* Применяются ко всем таблицам, если не переопределены другими правилами (например, #content table) */

table {
    width: 100%;
    border-collapse: collapse; /* Убирает двойные границы между ячейками */
    margin-bottom: 1rem; /* Отступ снизу таблицы */
    /* Можно добавить общий font-family, если нужно отличие от body */
    /* font-family: Arial, sans-serif; */
    /* Можно добавить общий font-size для таблиц */
    /* font-size: 0.9rem; */
}

/* Заголовок таблицы - выравнивание по центру, немного отступа */
caption {
    caption-side: top; /* Расположение над таблицей */
    text-align: center;
    font-weight: bold; /* Сделать заголовок чуть выразительнее */
    padding: 0.5rem 0; /* Отступы сверху и снизу */
    /* color: #fff; */ /* Цвет, если нужно отличие */
}

/* Общие стили для ячеек заголовка и данных */
th,
td {
    padding: 0.75rem; /* Внутренние отступы */
    vertical-align: top; /* Выравнивание содержимого по верху ячейки */
    border: 1px solid #444; /* Граница ячеек (темнее фона сайта) */
    text-align: left; /* Выравнивание текста по левому краю */
}

/* Стили для ячеек заголовка таблицы */
th {
    /* background-color: #2a2a2a; */ /* Фон для заголовков (темнее основного фона) */
    background-color: rgba(255, 255, 255, 0.1); /* Альтернатива: полупрозрачный фон */
    font-weight: bold; /* Жирный шрифт для заголовков */
    /* color: #fff; */ /* Цвет текста заголовков, если нужно */
    /* text-align: center; */ /* Центрирование текста в заголовках, если нужно */
}

/* Стили для ячеек тела таблицы */
td {
    /* background-color: #1a1a1a; */ /* Фон для ячеек данных (если нужно отличие от body) */
    /* color: #e0e0e0; */ /* Цвет текста данных, если нужно */
}


/* Альтернативные стили для "полосатой" таблицы (зебра) */
/* Эти стили применятся, если добавить класс .table-striped к <table> */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); /* Очень легкий фон для нечетных строк */
}

/* Наведение на строки таблицы (если таблица интерактивна) */
/* Эти стили применятся, если добавить класс .table-hover к <table> */
.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Легкий фон при наведении */
    /* color: #fff; */ /* Изменение цвета текста при наведении, если нужно */
}



/* Заголовки */
h1 { font-size: 2.5rem; font-weight: 700; margin: 1.2em 0 0.6em; }
h2 { font-size: 2rem;   font-weight: 600; margin: 1.1em 0 0.55em; }
h3 { font-size: 1.75rem; font-weight: 600; margin: 1em 0 0.5em; }
h4 { font-size: 1.5rem; font-weight: 500; margin: 0.9em 0 0.45em; }
h5 { font-size: 1.25rem; font-weight: 500; margin: 0.8em 0 0.4em; }
h6 { font-size: 1rem;   font-weight: 500; margin: 0.7em 0 0.35em; }

/* Параграфы */
p { margin: 0 0 1em; line-height: 1.6; }

/* Списки */
ul { padding-left: 1.5em; margin: 0 0 1em; }
ul li { list-style: disc; margin-bottom: 0.3em; }
ol li { margin-bottom: 0.3em; }

/* Цитаты */
blockquote {
  margin: 1.5em 0;
  padding: 1em 1.5em;
  border-left: 4px solid #1a72fb;
  background: rgba(255,255,255,0.05);
  font-style: italic;
}

/* Ссылки */
a {
  color: #1a72fb;
  text-decoration: underline;
  transition: color .2s ease;
}
a:hover { color: #114abf; }

/* Таблицы */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}
th, td {
  padding: 0.6em 1em;
  border: 1px solid rgba(255,255,255,0.2);
}
th {
  background: rgba(255,255,255,0.1);
  font-weight: 600;
}

/* Код */
code {
  background: rgba(255,255,255,0.1);
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-family: monospace;
}
pre {
  background: rgba(255,255,255,0.1);
  padding: 1em;
  border-radius: 6px;
  overflow-x: auto;
  font-family: monospace;
}
