html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: var(--color-black);
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: var(--color-black);
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

ul {
    list-style: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

@charset "UTF-8";

body.fancybox-active {
    overflow: hidden
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-navigation {
    display: none
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-slide>.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}

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

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 33px;
    font-weight: 700;
    text-align: center
}

.fancybox-share p {
    margin: 0;
    padding: 0;
    text-align: center
}

.fancybox-share p:first-of-type {
    margin-right: -10px
}

.fancybox-share_button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
    background: #fff;
    white-space: nowrap;
    font-size: 16px;
    line-height: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 140px;
    color: #707070;
    transition: all .2s
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3)
}

.fancybox-share_button svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom
}

.fancybox-share input {
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #ebebeb;
    color: #5d5b5b;
    font-size: 14px;
    outline: none
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}


html {
    overflow-x: hidden;
}




body {
    font-family: 'Gilroy';
    background: #fff;
    font-size: 16px;
    line-height: normal;
    color: #000;
    min-width: 320px;
    font-weight: normal;
    overflow-x: hidden;
    position: relative;
    padding: 72px 0 0;
}


.container,
.container__inn {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}




header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    background: #fff;
    width: 100%;
    padding: 11px 0;
    transition: all 0.15s;
}

header.f-nav {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}

header.open,
header.border {
    border-bottom: 1px solid #E6E6E6
}

header .flex {
    align-items: center;
}

header .pull {
    display: none;
}

header nav li {
    display: inline-block;
    margin: 0 9px;
    position: relative;
}

header nav li a {
    display: block;
    line-height: 150%;
    font-weight: 500;
    color: #000;
    padding: 0 5px;
    position: relative;
}

header nav li a:after {
    position: absolute;
    bottom: -27px;
    left: 0;
    width: 0;
    height: 2px;
    background: #000;
    content: '';
    opacity: 0.4;
    transition: all 0.5s;
}

header.f-nav nav li a:after {
    bottom: -24px
}

header nav li a:hover:after,
header nav li.active a:after {
    width: 100%;
}

header nav li ul, #navigation li ul {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  min-width: 280px;
  padding: 20px 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0px 13px 29.9px rgba(0, 0, 0, 0.06);
  transition: .25s;
}
.menu-item-has-children {
  background: #fff url("../img/arrs.svg") calc(100% - 0px) 50% no-repeat;
  padding-right: 15px;
}




header nav li:hover ul{
  display: block;
}
header nav li ul li, #navigation li ul li{
  display: block;
}
header nav ul li ul li a::after, header nav ul li ul li a:hover:after {
  display: none;
}
header nav ul li ul li a, #navigation ul li ul li a {
  padding: 5px;
}
header nav ul li ul li a:hover{
color: #DC0814;
}
header .lang {
    position: relative;
    margin-right: 28px;
    line-height: 150%;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0px!important;
}

header .lang ul {
    display: none;
    position: absolute;
    top: calc(100% + 15px);
    left: -16px;
    padding: 8px 0;
    background: #fff;
    z-index: 200;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}

header .lang ul li a {
    display: block;
    color: #000;
    padding: 8px 16px;
}

header .lang ul li a:hover {
    color: #DC0814;
}


#promo .video {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
	max-height: 1045px
  }
  #promo video {
    height: 100%;
    width: auto;
    display: block;
    min-width: 100%;
    transition: opacity 1s ease-in-out;
  }
#promo {
    padding: 100px 0;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    position: relative;}

#promo .container {
    justify-content: flex-end;
}

#promo .data {
    width: 750px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #fff;
    padding: 60px;
}

#promo h1 {
    font-size: 56px;
    line-height: 100%;
    margin-bottom: 20px
}

#promo p {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 20px;
    font-weight: 500;
}

#promo li {
    padding: 0 0 0 35px;
    background: url("../img/ls.svg") 0 50% no-repeat;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 22px
}

#promo .item {
    width: calc(50% - 6px);
    box-sizing: border-box;
}

#promo .item a {
    display: block;
    border: 1px solid #DC0814;
    padding: 31px 40px;
    border-radius: 20px;
    color: #fff;
    background: #DC0814;
    font-size: 15px;
    font-weight: 500;
}

#promo .item a .title {
    font-size: 24px;
    line-height: 100%;
    margin: 10px 0 30px
}

#promo .item a .more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
}

#promo .item:last-child a {
    color: #000;
    border-color: #E6E6E6;
    background: transparent;
}

#promo .item:last-child a:hover {
    background: #E6E6E6;
    border-color: #E6E6E6
}

#promo .item a:hover {
    background: #C50711;
    border-color: #C50711
}

#promo .item a:hover .more svg {
    transform: rotate(45deg);
}

#promo .item a:hover {
    transform: scale(0.98);
}





#categories {
    padding: 120px 0 0;
}

#categories .container {
    padding: 120px 155px;
    border-radius: 20px;
    background: #F3F3F6
}

#categories .grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

#categories .item a {
    display: block;
    padding: 30px 20px 30px 30px;
    color: #000;
    position: relative;
    background: #fff;
    border-radius: 20px;
}

#categories .item a:hover {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
}

#categories .item a span {
    font-size: 15px;
    font-weight: 500;
    color: #808080;
    display: block;
    margin-bottom: 5px;
    line-height: 150%;
}

#categories .item a p {
    line-height: 100%;
    font-size: 32px;
    font-weight: 700;
}

#categories .item a i {
    display: flex;
    width: 48px;
    transition: all 0.15s;
    height: 48px;
    border-radius: 20px;
    position: absolute;
    top: 42px;
    right: 20px;
    align-items: center;
    justify-content: center;
}

#categories .item a:hover i {
    background: #DC0814;
}

#categories .item a:hover svg {
    transform: rotate(45deg);
}

#categories .item a:hover svg path {
    stroke: #fff
}

#categories .item.item__last {
    text-align: center;
}

#categories .item.item__last a {
    padding: 0;
    margin: 0 auto;
    border-color: #DC0814;
    background: #DC0814;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 46px
}

#categories .item.item__last a:hover {
    background: #AC060F;
    border-color: #AC060F;
}

#categories .item.item__last p {
    padding: 20px 0 10px;
    font-weight: 500;
    font-size: 15px;
}





#about {
    padding: 120px 0 0;
}

#about .flex {
    align-items: center;
}

#about .text {
    width: 660px;
    padding: 40px;
    box-sizing: border-box;
}

#about .text p {
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 15px;
}

#about .text .btn {
    margin-top: 25px;
    width: 170px
}

#about .image {
    width: 764px;
}

#about .image img {
    width: 100%;
    border-radius: 20px;
}





#advantages {
    padding: 120px 0 0;
    text-align: center;
}

#advantages .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

#advantages .item {
    padding: 0 40px 40px;
    cursor: default;
}

#advantages .item img {
    margin: 0 auto;
}

#advantages .item svg {
    margin: 0 auto;
}

#advantages .item:hover svg path {
    fill: #DC0814
}

#advantages .item .title {
    padding: 20px 0 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
}

#advantages .item p {
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
}





#categories {
    padding: 120px 0 0;
}

#categories .container {
    padding: 120px 155px;
    border-radius: 20px;
    background: #F3F3F6
}





#reviews {
    padding: 80px 0 0;
}

#reviews .container {
    padding: 120px 155px;
    border-radius: 20px;
    background: #F3F3F6
}

.list__reviews_slider {
    position: relative;
}

.review__item {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
}

.review__item .rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.review__item .rating span {
    width: 24px;
    height: 24px;
    margin-right: 3px;
    background: url("../img/star-b.svg") 0 0 no-repeat;
}

.review__item .rating.r1 span:nth-child(1) {
    background: url("../img/starf.svg") 0 0 no-repeat;
}

.review__item .rating.r2 span:nth-child(1),
.review__item .rating.r2 span:nth-child(2) {
    background: url("../img/starf.svg") 0 0 no-repeat;
}

.review__item .rating.r3 span:nth-child(1),
.review__item .rating.r3 span:nth-child(2),
.review__item .rating.r3 span:nth-child(3) {
    background: url("../img/starf.svg") 0 0 no-repeat;
}

.review__item .rating.r4 span:nth-child(1),
.review__item .rating.r4 span:nth-child(2),
.review__item .rating.r4 span:nth-child(3),
.review__item .rating.r4 span:nth-child(4) {
    background: url("../img/starf.svg") 0 0 no-repeat;
}

.review__item .rating.r5 span {
    background: url("../img/starf.svg") 0 0 no-repeat;
}



.review__item .review {
    margin-bottom: 40px;
    line-height: 150%;
    font-weight: 500;
}

.review__item .user {
    align-items: center;
}

.review__item .user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.review__item .user .data {
    width: calc(100% - 75px);
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
}

.review__item .user .data span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #808080
}





#news {
    padding: 120px 0 0;
}

#news .flex {
    align-items: center;
    margin-bottom: 40px
}

#news .bt {
    margin-bottom: 0;
}

#news .list__news .item:last-child {
   
}

.list__news.grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.list__news .image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.list__news .image img {
    width: 100%;
    height: 388px;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.3s;
}

.list__news .item:hover .image img {
    transform: scale(1.03);
}

.list__news .btn {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.list__news .data {
    padding: 20px 10px 0
}

.list__news .data .title a {
    color: #000;
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
}

.list__news .data .title a:hover {
    color: #DC0814
}

.list__news .data .excerpt {
    padding: 10px 0 15px;
    font-size: 15px;
    color: #333333;
    line-height: 150%;
    font-weight: 500;
}

.list__news .data .date {
    font-size: 15px;
    font-weight: 500;
    color: #808080
}





#apply {
    padding: 120px 0 0;
}

#apply img {
    width: calc(50% - 6px);
    border-radius: 20px;
    object-fit: cover;
}

#apply .data {
    width: calc(50% - 6px);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 95px 80px;
    background: #DC0814;
    color: #fff;
}





#promo__page {
    padding: 20px 0;
    box-sizing: border-box;
    min-height: 420px;
    background: url("../img/bg_page.png") 50% 50% no-repeat;
    background-size: cover;
}

#promo__page .text {
    max-width: 630px
}
/* #promo__page .breadcrumbs {
    padding-bottom: 50px;
} */
#promo__page .breadcrumbs span{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 150%;
    color: #808080;
    font-weight: 500;
}

#promo__page .breadcrumbs a {
    color: #000;
}

#promo__page .breadcrumbs a:hover {
    color: #DC0814
}

#promo__page .breadcrumbs .sep {
    display: block;
    margin: 0 10px;
    width: 10px;
    height: 10px;
    background: url("../img/sep.svg") 50% 50% no-repeat;
}

#promo__page .text {
    padding: 100px 0 0
}

#promo__page .actions {
    justify-content: flex-start;
}

#promo__page .actions .btn {
    margin-right: 10px;
}




#breadcrumbs {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 150%;
    color: #808080;
    font-weight: 500;
}

#breadcrumbs .flex {
    align-items: center;
    justify-content: flex-start;
}

#breadcrumbs span {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}

#breadcrumbs a {
    color: #000;
}

#breadcrumbs a:hover {
    color: #DC0814
}

#breadcrumbs .sep {
    display: block;
    margin: 0 10px;
    width: 10px;
    height: 10px;
    background: url("../img/sep.svg") 50% 50% no-repeat;
}





#categories__list {
    padding: 120px 0 0
}

#categories__list .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
}

#categories__list .item {
    padding: 40px;
    border-radius: 20px;
    border: 2px solid #E6E6E6;
    transition: all 0.3s;
}

#categories__list .item:hover {
    border-color: #DC0814
}

#categories__list .item .title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 100%;
}

#categories__list .item p {
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 40px;
}





#groups {
    padding: 120px 0 0;
}

#groups .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
}

#groups .item {
    padding: 30px;
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s;
    border: 2px solid #E6E6E6;
    align-items: center;
}

#groups .item:hover {
    border-color: #DC0814
}

#groups .item .image {
    width: 180px
}

#groups .item .image img {
    width: 100%;
    border-radius: 10px;
}

#groups .item .detail {
    width: 120px;
    text-align: right;
}

#groups .item .detail .price {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 20px;
}

#groups .item .data {
    width: calc(100% - 340px)
}

#groups .item .data .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 100%;
}

#groups .item .data p {
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
}





#instructors {
    padding: 120px 0 0;
}

#instructors .top {
    align-items: center;
    margin-bottom: 40px;
}

.instructors.grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
}

.instructors .flex {
    align-items: center;
}

.instructors .item {
    padding: 30px;
    border-radius: 20px;
    border: 2px solid #D9D9D9;
    transition: all 0.3s;
}

.instructors .item:hover {
    border-color: #DC0814
}

.instructors .item .info {
    position: relative;
    margin-bottom: 20px;
}

.instructors .item .info img {
    width: 150px;
    height: 150px;
    border-radius: 20px;
}

.instructors .item .info .data {
    width: calc(98% - 150px);
    box-sizing: border-box;
}

.instructors .item .info .img-user img{
	object-fit: cover;
	object-position: top
}

.instructors .item .info .data .name {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 100%;
    transition: all 0.3s;
}

.instructors .item:hover .info .data .name {
    font-size: 20px
}

.instructors .item .info .data .price {
    color: #808080;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s;
}

.instructors .item:hover .info .data .price {
    font-size: 18px
}

.instructors .item .info .data .price span {
    font-size: 15px
}

.instructors .item .info .flags {
    position: absolute;
    top: -10px;
    right: 0;
}

.instructors .item .info .flags img {
    width: 24px;
    margin-left: 6px
}

.instructors .item .categories {
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #E6E6E6;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}

.instructors .item .categories span {
    font-size: 14px;
    font-weight: 500;
    color: #808080
}

.instructors .item .categories .it {
    box-sizing: border-box;
    width: 50%;
    padding: 12px 20px;
    border-bottom: 1px solid #E6E6E6;
}

.instructors .item .categories .it:first-child {
    border-right: 1px solid #E6E6E6
}

.instructors .item .categories .it:last-child {
    border-bottom: none;
    width: 100%;
}

.instructors .item .tth .it {
    padding: 0 0 0 30px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    background: url("../img/timework.svg") 0 0% no-repeat;
}

.instructors .item .tth .it.location {
    background: url("../img/location.svg") 0 0% no-repeat;
}

.instructors .item .tth .it span {
    font-size: 14px;
    font-weight: 500;
    color: #808080
}

.instructors .item .bio {
    border-radius: 10px;
    display: none;
    border: 1px solid #E6E6E6;
    padding: 12px 20px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 20px;
}

.instructors .item .bio p {
    margin-bottom: 10px;
}

.instructors .item .bio span {
    font-size: 14px;
    color: #808080;
}

.teachers.grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 12px
}

.teachers .item {
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #D9D9D9;
    transition: all 0.3s;
}

.teachers .item:hover {
    border-color: #DC0814
}

.teachers .item .image {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px
}

.teachers .item .image img {
    width: 100%;
    border-radius: 20px;
    transition: all 0.3s;
}

.teachers .item:hover .image img {
    transform: scale(1.05);
}

.teachers .item .name {
    margin-bottom: 10px;
    line-height: 150%;
    font-size: 20px;
    font-weight: 600;
}

.teachers .item span {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #808080;
    line-height: 150%;
    display: block;
    margin-bottom: 5px
}

.teachers .item .flex {
    justify-content: flex-start;
}

.teachers .item .flex img {
    margin-right: 6px
}





#commission {
    padding: 120px 0 0;
}

#commission .container {
    max-width: 1290px
}

#commission .item {
    padding-bottom: 45px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 60px
}

#commission .item:last-child {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
}

#commission .item .title {
    max-width: 520px;
    line-height: 100%;
    font-size: 32px;
    font-weight: 700; 
}

#commission .item .text {
    width: 630px;
    line-height: 150%;
    font-weight: 500;
}

#commission .item .text p,
#commission .item .text li {
    margin-bottom: 15px;
}

#commission .item .text ol {
    padding-left: 17px
}





#faq {
    padding: 120px 0 0;
}
#faq .container__inn {
    margin-bottom: 40px;
}
#faq .container {
    align-items: flex-start;
    padding: 120px 155px;
    border-radius: 20px;
    background: #F3F3F6
}

#faq .left {
    max-width: 410px
}

#faq .faq {
    width: 740px
}

#faq .faq .item {
    margin-bottom: 12px;
    border: 2px solid #fff;
    border-radius: 20px;
    background: #fff;
    transition: all 0.3s;
}

#faq .faq .item:hover {
    border-color: #000
}

#faq .faq .item.open {
    border-color: #000
}

#faq .faq .item .title {
    cursor: pointer;
    position: relative;
    padding: 30px 50px 30px 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

#faq .faq .item .title:after {
    position: absolute;
    transition: all 0.15s;
    top: calc(50% - 8px);
    right: 30px;
    width: 16px;
    height: 16px;
    content: '';
    background: url("../img/arrs.svg") 50% 50% no-repeat;
}

#faq .faq .item .title.open:after {
    transform: rotate(180deg);
}

#faq .faq .item .answer {
    padding: 0 30px 30px;
    font-weight: 500;
    line-height: 150%;
    font-size: 16px;
    display: none;
}





#courses {
    padding: 120px 0 0
}

#courses .items {
    margin-bottom: 60px;
    gap: 12px
}

#courses .items .item {
    padding: 40px;
    border-radius: 20px;
    background: #F3F3F6;
    border: 1px solid #808080
}

#courses .items .item .title {
    font-size: 22px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 20px
}

#courses .items .item p {
    font-weight: 500;
    line-height: 150%;
}

.list__courses .item {
    align-items: center;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 12px;
    border: 2px solid #E6E6E6;
    transition: all 0.3s;
}

.list__courses .item:hover {
    border-color: #DC0814
}

.list__courses .item .flag {
    width: 32px
}

.list__courses .item .flag img {
    width: 100%;
}

.list__courses .item .date {
    width: 410px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}

.list__courses .item .less {
    width: 410px;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}

.list__courses .item .less span {
    font-weight: 500;
    font-size: 14px;
    color: #808080;
}





#about__page {
    position: relative;
}

#about__page .container {
    padding: 120px 155px;
    border-radius: 20px;
    background: #F3F3F6
}

#about__page h1 {
    font-size: 70px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 80px
}

#about__page .item {
    width: calc(100%/3 - 6px);
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    padding: 40px
}

#about__page .item span {
    font-size: 70px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 20px;
    display: block;
}

#about__page .item i {
    font-style: normal
}

#about__page .item p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 150%;
}





#about__info {
    position: relative;
}

#about__info .item {
    margin-top: 60px;
    align-items: center;
}

#about__info .item:nth-child(2n) img {
    order: 1
}

#about__info .item:nth-child(2n) .text {
    order: 0
}

#about__info .item img {
    width: 50%;
    object-fit: cover;
    border-radius: 20px
}

#about__info .item .text {
    width: 50%;
    box-sizing: border-box;
    padding: 20px 110px;
}

#about__info .item .text p {
    margin-bottom: 15px;
    line-height: 150%;
    font-weight: 500;
}





#quote {
    padding: 80px 0 0
}

#quote .container {
    padding: 120px 155px;
    border-radius: 20px;
    background: #F3F3F6
}

#quote .text {
    padding-left: 100px;
    background: url("../img/quote.svg") 0 0 no-repeat;
}

#quote .text p {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 120%;
    font-weight: 500;
}

#quote .text .user {
    align-items: center;
    justify-content: flex-start;
}

#quote .text .user img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

#quote .text .user .name {
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
}

#quote .text .user .name span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #808080
}





#page__reviews {
    padding: 60px 0 0
}

#page__reviews .flex {
    align-items: center;
}

#page__reviews .bt {
    margin-bottom: 0;
}

#page__reviews .flex .datas {
    text-align: right;
	width: 280px;
	max-width: 100%
}

#page__reviews .flex .datas p {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 500;
}

#page__reviews .wrapper {
    padding: 120px 155px;
    border-radius: 20px;
    background: #F3F3F6;
    margin-top: 60px;
}

#page__reviews .items {
    gap: 12px
}

#page__reviews .center {
    padding: 40px 0 0
}

#page__reviews .center .btn {
    width: 100%;
}





#cards {
    padding: 60px 0 0
}

#cards .wrapper {
    padding: 120px 155px;
    border-radius: 20px;
    background: #F3F3F6;
    margin-top: 60px;
    align-items: flex-start;
}

#cards .text {
    width: 520px
}

#cards .text .bt__s {
    margin-bottom: 20px
}

#cards input {
    border: none;
}

#cards .wpcf7-acceptance input {
    border: 1.5px solid #D9D9D9
}

#cards form.invalid .wpcf7-acceptance input[type="checkbox"], #cards form .wpcf7-form-control-wrap .wpcf7-not-valid, form.invalid .wpcf7-acceptance input[type="checkbox"] {
    border: 1.5px solid red;
}

#cards .amount_in input {
    width: 168px
}

#cards .btn {
    margin: 25px 0 20px;
    width: 100%;
}







.filters.flex {
    justify-content: space-between;
    align-items: center;
}

.filters select {
    margin-left: 12px;
    height: 55px;
    border-radius: 8px;
    border: none;
    background: #F3F3F6 url("../img/arrs.svg") calc(100% - 20px) 50% no-repeat;
    width: 200px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
}





#materials {
    padding: 60px 0 0;
}

#materials .wrapper {
    padding: 120px 155px;
    border-radius: 20px;
    background: #F3F3F6;
    margin: 40px 0
}

#materials .wrapper:last-child {
    margin: 0
}

#materials .title {
    line-height: 100%;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
}

#materials .item {
    background: #fff;
    min-height: 80px;
    align-items: center;
    border-radius: 20px;
    border: 2px solid #fff;
    transition: all 0.3s;
    padding: 5px 30px;
    box-sizing: border-box;
    width: calc(50% - 6px);
    margin-bottom: 12px;
}

#materials .item .title__item {
    width: calc(100% - 102px);
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

#materials .item .title__item span {
    width: calc(100% - 45px)
}

#materials .item:hover {
    border-color: #DC0814
}

#materials .item:hover .btn {
    color: #000
}

#materials .item:hover .btn svg path {
    stroke: #000
}





#csdd {
    padding: 60px 0 0
}

#csdd .flex {
    margin-top: 40px
}

#csdd .text {
    width: calc(50% - 6px);
    border-radius: 20px;
    background: #F3F3F6;
    display: flex;
    align-items: center;
    justify-content: center;
}

#csdd .text .inn {
    width: 555px
}

#csdd .text .title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
}

#csdd .text p {
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 150%;
}

#csdd img {
    width: calc(50% - 6px);
    border-radius: 20px
}





#page__news {
    padding: 60px 0 0;
}

#page__news .bt {
    margin-bottom: 0;
}

#page__news .list__news {
    margin-top: 40px
}



.wow {
    visibility: hidden;
}




article {
    padding: 60px 0 0
}

article .container {
    max-width: 850px
}

article img {
    border-radius: 20px;
    margin-bottom: 40px;
    width: 100%
}

article .content img {
    border-radius: 16px;
}

article .content .flex img {
    width: calc(50% - 5px)
}

article .content {
    color: #333333;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
}

article .content p {
    margin-bottom: 15px
}

article .content a {
    color: #DC0814
}

article .content h1,
article .content h2,
article .content h3,
article .content h4,
article .content h5,
article .content h6 {
    color: #000;
    font-weight: 700;
    line-height: 100%;
    font-size: 40px;
    margin-bottom: 10px
}

article .content h2 {
    font-size: 32px;
    margin: 40px 0 20px
}

article .content h3 {
    font-size: 24px;
    margin: 40px 0 20px
}

article .content ul {
    margin-bottom: 40px
}

article .content ul li {
    padding: 0 0 0 22px;
    background: url("../img/lsc.svg") 0 8px no-repeat;
    margin-bottom: 20px
}

article .content ol {
    margin-bottom: 40px
}

article .content ol li {
    margin-bottom: 20px
}

ol {
    counter-reset: item;
}

ol li {
    display: block;
}

ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #DC0814;
    font-weight: 700;
    margin-right: 10px;
}

article .share {
    padding: 40px 0 0;
    font-weight: 600;
}

article .share .flex {
    justify-content: flex-start;
}

article .share a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 10px 0 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #DC0814;
    background: #DC0814
}

article .share a:hover {
    background: transparent;
}

article .share a:hover svg path {
    fill: #000
}




.pagination.flex {
    justify-content: center;
    align-items: center;
    padding: 60px 0 0
}

.pagination a,
.pagination span {
    display: flex;
    margin: 0 1px;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 20px;
    border: 2px solid transparent;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.pagination a:hover {
    background: #F3F3F6;
    border-color: #F3F3F6
}

.pagination span.current {
    border-color: #DC0814
}





#faq.page__faq {
    padding: 60px 0 0;
}

#faq.page__faq .container {
    margin-bottom: 12px;
}





#page__contacts {
    padding: 60px 0 0;
}

#page__contacts .data {
    margin-top: 40px
}

#page__contacts iframe {
    width: calc(50% - 6px);
    display: block;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 12px;
    outline: none !important;
}

#page__contacts .info {
    width: calc(50% - 6px)
}

#page__contacts .box {
    width: calc(50% - 6px);
    margin-bottom: 12px;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 40px;
    background: #F3F3F6
}

#page__contacts .box .title {
    margin: 20px 0 10px;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
}

#page__contacts .box p {
    line-height: 150%;
    color: #333;
    margin-bottom: 20px;
    font-weight: 500;
}

#page__contacts .box .type {
    font-weight: 600;
}

#page__contacts .box .type a {
    color: #000
}

#page__contacts .box .type a:hover {
    color: #DC0814
}

#page__contacts .contacts__form {
    padding: 120px 155px;
    border-radius: 20px;
    background: #F3F3F6;
    align-items: flex-start;
}

#page__contacts .contacts__form .text {
    width: 520px
}

#page__contacts .contacts__form .text .title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 100%;
}

#page__contacts .contacts__form .text p {
    font-weight: 500;
    line-height: 150%;
}

#page__contacts .contacts__form .form {
    width: 520px
}

#page__contacts .contacts__form .btn {
    width: 100%;
    margin-bottom: 20px
}






footer {
    padding: 120px 0 16px;
}

footer .title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer .col {
    width: 300px
}

footer .col li {
    line-height: 150%;
    margin-bottom: 15px;
}

footer .col li a {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

footer .col li a:hover {
    color: #DC0814
}

footer a.phone {
    padding: 0 0 0 32px;
    background: url("../img/phone.svg") 0 50% no-repeat;
    font-size: 16px !important;
}

footer a.email {
    padding: 0 0 0 32px;
    background: url("../img/email.svg") 0 50% no-repeat;
    font-size: 16px !important;
}

footer .subscribe {
    width: 400px
}

footer .subscribe input[type="email"] {
    width: 100%;
    height: 56px;
    margin-bottom: 8px;
    background: #F3F3F6;
    padding: 0 16px;
    border-radius: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

footer .bottom {
    align-items: center;
    width: 100%;
    padding: 16px 0 0;
    border-top: 1px solid #D9D9D9;
    font-size: 14px;
    font-weight: 500;
    color: #808080;
    margin-top: 100px;
}

footer .bottom li {
    margin-left: 10px;
    color: #808080;
}

footer .bottom li a {
    color: #808080;
    font-size: 14px;
    font-weight: 500;
}

footer .bottom li a:hover {
    color: #DC0814
}

footer .bottom .socials {
    position: relative;
    left: -100px;
	align-items: center
}
footer .bottom .socials a:first-child {
	width: 30px
}
footer .bottom a:hover svg path {
    fill: #DC0814
}



















.slider-products .swiper {
    padding: 0 1px
}

.slider-sw,
.list__swiper {
    position: relative;
}

.slider-sw .swiper-button-prev,
.slider-sw .swiper-button-next {
    width: 60px;
    opacity: 1 !important;
    height: 60px;
    border-radius: 20px;
    top: 0;
    transition: all 0.15s ease-out;
    background: #fff
}

.slider-sw .swiper-button-prev:hover,
.slider-sw .swiper-button-next:hover {
    background: #DC0814;
}

.slider-sw .swiper-button-prev svg,
.slider-sw .swiper-button-next svg {
    width: auto;
    height: auto;
}

.slider-sw .swiper-button-prev:hover svg path,
.slider-sw .swiper-button-next:hover svg path {
    stroke: #fff
}

.slider-sw .swiper-button-prev:after,
.slider-sw .swiper-button-next:after {
    display: none;
}

.slider-sw .swiper-button-prev {
    left: 0;
}

.slider-sw .swiper-button-next {
    right: 0
}



.slider-products.slider-sw .product__item {
    margin-bottom: 45px;
    width: 100%
}

.slider-products.slider-sw .swiper-pagination {
    bottom: 0px !important
}

.slider-sw .swiper-pagination {
    bottom: -8px !important;
}

.slider-sw .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: transparent;
    border: 1px solid #8FC143;
    border-radius: 50% !important
}

.slider-sw .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #8FC143
}


.slider-sw .swiper-button-prev,
.slider-sw .swiper-button-next {
    top: -80px
}

.slider-sw .swiper-button-prev {
    left: calc(100% - 132px)
}




.iti__country {
    padding-left: 10px !important;
    background: transparent !important;
    font-size: 14px !important;
    margin-bottom: 4px !important
}

.iti__selected-flag {
    background: transparent !important;
}

.iti-mobile .iti--container {
    z-index: 400000 !important
}






#navigation {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    padding: 90px 12px 20px;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    z-index: 280;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

#navigation .flex {
    align-items: center;
    justify-content: center;
}

#navigation .lang {
    margin-bottom: 20px;
    font-size: 14px;
}

#navigation .lang a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 5px 0;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 2px solid #D9D9D9;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

#navigation .lang .wpml-ls-current-language a,
#navigation .lang a:hover {
    color: #fff;
    background: #DC0814;
    border-color: #DC0814
}
#navigation nav li {
  display: block;
  border-bottom: 1px solid #E6E6E6;
  text-align: left;
  position: relative;
  background: transparent;
}
#navigation nav li.menu-item-has-children::after {
  position: absolute;
  transition: all 0.15s;
  top: 21px;
  right: 4px;
  height: 20px;
  width: 14px;
  background: url("../img/arrs.svg") 50% 50% no-repeat;
  content: '';
}
#navigation nav li.menu-item-has-children.open::after {
  transform: rotate(180deg);
}
#navigation nav li a {
    display: inline-block;
    text-align: left;
    padding: 20px 0;
    color: #000;
    line-height: 100%;
    font-size: 26px;
    font-weight: 700;
    
}

#navigation ul li ul {
  position: relative;
  padding: 0;
  box-shadow: none;
  padding-bottom: 20px;
  border: none;
  transition: none;
}
#navigation ul li ul li{
  border: none;
}
#navigation ul li ul li a {
  font-weight: normal;
  font-size: 18px;
  border: none;
  padding: 10px 0;
}

#navigation .contacts {
    padding: 40px 0
}

#navigation .contacts .btn {
    width: 100%;
}

#navigation .socials {
    font-size: 17px;
    font-weight: 700;
}

#navigation .socials a:first-child {
	width: 40px
}

#navigation .socials span {
    margin-bottom: 15px;
    display: block;
}


.box__modal {
    display: none;
    padding: 60px;
    width: 850px !important;
    text-align: center;
    max-width: calc(100% - 24px) !important;
    box-sizing: border-box !important;
    color: #000 !important;
    border-radius: 20px !important;
    background: #fff !important;
    font-family: 'Gilroy' !important;
}

.box__modal .bt {
    text-align: left;
    font-size: 40px;
}

.box__modal .bt__note {
    text-align: left;
    margin-bottom: 30px
}

.box__modal .btn {
    width: 100%;
    margin: 14px 0 20px
}

.fancybox-close-small {
    background: url("../img/close.svg") 50% 50% no-repeat;
    top: 30px;
    right: 30px;
    opacity: 1;
    background-size: 100%;
    width: 24px;
    height: 24px;
    transition: all 0.15s;
}

.fancybox-close-small:hover {
    transform: rotate(90deg);
}

.fancybox-close-small:after {
    display: none;
}


.compensate-for-scrollbar {
    margin-right: 0 !important
}







section {
    position: relative;
    z-index: 2
}







.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.grid.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}


.bt {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 100%;
}

.bt__note {
    margin-bottom: 40px;
    line-height: 150%;
    font-weight: 500;
    font-size: 16px;
}

.bt__s {
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
}

.box__modal {
    display: none;
}






section {
    box-sizing: border-box;
    position: relative;
}



.form {
    position: relative;
    color: #000;
}

.form label {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="password"],
.form textarea,
.form select {
    width: 100%;
    padding: 0 16px;
    height: 55px;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
}

.form select {
    background: #fff url("../img/arrs.svg") calc(100% - 20px) 50% no-repeat;
}

.form .flex .item__input {
    width: calc(50% - 8px)
}

.form input[type="email"]:focus {}

.form textarea {
    padding-top: 16px;
    border-radius: 8px;
    height: 100px;
    resize: none;
}


.form .privacy {
    margin-bottom: 23px;
    font-size: 14px;
    line-height: 20px;
    color: #414141;
    text-align: left;
}

.form .privacy a {
    color: #000;
    border-bottom: 1px solid #000
}

.form .privacy a:hover {
    border-color: transparent;
}

.wpcf7-acceptance input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1.5px solid #D9D9D9;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 6px;
}

.wpcf7-acceptance input[type="checkbox"]:checked {
    border-color: red;
    background: url("../img/checkh.svg") 50% 50% no-repeat;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}

.form .wpcf7-acceptance .wpcf7-list-item label {
    font-weight: 500;
    font-size: 15px;
    line-height: 22.5px;
}

.item__input {
    text-align: left;
}

.item__input .label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 150%;
}

.wpcf7-not-valid-tip {
    display: none;
}

form .wpcf7-form-control-wrap .wpcf7-not-valid, footer .subscribe input[type="email"].wpcf7-not-valid {
    border: 1px solid red;
}


form.invalid .wpcf7-acceptance input[type="checkbox"],
.unaccepted .wpcf7-acceptance input[type="checkbox"] {
    border-color: red;
}


label.file {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
    border: 1px solid rgba(0, 16, 26, 0.3);
    padding: 0 20px;
    font-size: 16px;
    height: 62px;
    border-radius: 10px;
    max-width: 190px;
    font-size: 16px;
}

label.file:hover {
    background: rgba(0, 16, 26, 0.3);
    cursor: pointer;
}




input[type="checkbox"],
input[type="radio"] {
    display: none;
}


label.checkbox {
    display: block;
    position: relative;
    padding: 0 0 0 26px;
    cursor: pointer;
    font-size: 15px;
    line-height: 150%;
    font-weight: 500;
}

label.checkbox:after {
    position: absolute;
    top: calc(50% - 9px);
    left: 0;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    content: '';
    background: url("../img/check.svg") 50% 50% no-repeat;
}

label.checkbox span {
    font-style: normal;
}

label.checkbox span:after {
    position: absolute;
    top: calc(50% - 10px);
    left: 0px;
    width: 16px;
    height: 16px;
    content: '';
    background: url("../img/checkh.svg") 50% 50% no-repeat;
    display: none;
    border-radius: 4px;
    z-index: 2;
}

label.checkbox input:checked+span:after {
    display: block;
}


.radio label {
    position: relative;
}

.radio label span {
    display: block;
    position: relative;
    padding: 0 0 0 47px;
    background: #fff;
    height: 56px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid #fff
}

.radio label:after {
    position: absolute;
    top: calc(50% - 8px);
    left: 20px;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    content: '';
    background: url("../img/radio.svg") 50% 50% no-repeat;
    border-radius: 50%;
    background-size: 100% 100%;
    z-index: 4
}

.radio label span:after {
    position: absolute;
    top: calc(50% - 8px);
    left: 20px;
    width: 16px;
    height: 16px;
    content: '';
    background: url("../img/radioh.svg") 50% 50% no-repeat;
    display: none;
    z-index: 6;
    border-radius: 50%;
    background-size: 100% 100%
}

.radio label input:checked+span:after {
    display: block;
}

.radio label input:checked+span {
    border-color: red;
}

.radio .wpcf7-list-item {
    margin: 0;
    display: block;
    width: 100%;
}


.amount label span {
    display: flex;
    width: 80px;
    margin-bottom: 10px;
    height: 55px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.amount label input:checked+span {
    background: #D9D9D9
}

.amount .wpcf7-list-item {
    margin: 0;
    margin-right: 5px;
}

::placeholder {
    color: #959EAD;
}



button {
    background: transparent;
}



.clearfix {
    clear: both;
}

.center {
    display: inline-block;
    width: 100%;
    text-align: center;
}


a,
svg,
svg path {
    text-decoration: none;
    transition: all 0.35s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

a:hover {
    transition: all 0.35s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    max-width: 100%;
    height: auto;
    transition: all 0.15s ease-out;
}

div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.an1 {
  display: inline;
}

.btn2 {
  width: 100%;
  margin-bottom: 15px;
}

.btn2:hover {
    transition: all 0.35s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



.btn,
.btn:after {
    font-family: 'Gilroy';
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-align: center;
    cursor: pointer;
    padding: 0;
    border: none;
    transition: all 0.35s ease-out;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    box-sizing: border-box;
}

.btn:hover {
    transition: all 0.35s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.btn-red {
    color: #fff;
    padding: 11px 30px;
    background: #DC0814;
    border: 1px solid #DC0814;
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    border-radius: 8px;
}

.btn-red:hover {
    background: #AC060F;
    border-color: #AC060F
}

.btn-red:active {
    background: #C50711;
    border-color: #C50711
}



.btn-grey-tr {
    color: #000;
    padding: 11px 30px;
    background: transparent;
    border: 1px solid #D9D9D9;
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    border-radius: 8px;
}

.btn-grey-tr:hover {
    background: #D9D9D9;
    border-color: #D9D9D9
}

.btn-grey-tr:active {
    background: #f0f0f0;
    border-color: #D9D9D9
}



.btn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #E6E6E6;
    border-radius: 8px
}

.btn-more:hover {
    background: #E6E6E6
}

.btn-more svg {
    margin-left: 15px;
}

.btn-more:hover svg {
    transform: rotate(45deg);
}


.btn-grey {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #E6E6E6;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #E6E6E6;
    border-radius: 8px
}

.btn-grey:hover {
    background: #fff
}

.btn-grey svg {
    margin-left: 15px;
}

.btn-grey:hover svg {
    transform: rotate(45deg);
}



.btn-white {
    padding: 12px 41px;
    background: #fff;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    border-radius: 8px;
    color: #000
}

.btn-white:hover {
    background: transparent;
    color: #fff
}



.btn-black {
    width: 100%;
    border: 2px solid #000;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    background: #000;
    border-radius: 8px;
    color: #fff
}

.btn-black:hover {
    background: transparent;
    color: #000
}




.btn-apply {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    padding-left: 10px;
    height: 48px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #DC0814;
    border-radius: 8px;
    background: #DC0814
}

.btn-apply svg {
    margin-left: 5px;
}

.btn-apply:hover svg {
    transform: rotate(45deg);
}

.btn-apply:hover svg path {
    stroke: #000
}

.btn-apply:hover {
    background: transparent;
    color: #000
}





.btn-readmore {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #fff;
    width: 64px;
    height: 64px;
}

.btn-readmore:hover,
.list__news.grid .image:hover .btn {
    background: #DC0814;
}

.btn-readmore:hover svg path,
.list__news.grid .image:hover .btn svg path {
    stroke: #fff;
}

.btn-readmore:hover svg,
.list__news.grid .image:hover .btn svg {
    transform: rotate(45deg);
}



.btn-bio {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    height: 48px;
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.btn-bio svg {
    margin-left: 15px
}

.btn-bio:hover {
    background: #E6E6E6;
}

.btn-bio:hover svg {
    transform: rotate(90deg);
}



.btn-read {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #808080;
    font-size: 15px;
    font-weight: 600;
}

.btn-read svg {
    margin-left: 5px
}

.btn-read:hover svg {
    transform: rotate(45deg);
}

.btn-read:hover {
    color: #DC0814 !important
}

.btn-read:hover svg path {
    stroke: #DC0814 !important
}


input,
textarea,
select,
button,
iframe {
    -webkit-appearance: none;
    box-sizing: border-box;
    font-family: 'Gilroy';
}

.reviews-form-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 15px 20px;
          color: #959EAD;
          margin-bottom: 16px;
  }
      .rating-form {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
      .rating-form .wpcf7-list-item {
    cursor: pointer;
    background-image: url(/wp-content/themes/olimp-school/assets/img/star-b.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 0 2px;
  }
      .rating-form .wpcf7-list-item.active {
    background-image: url(/wp-content/themes/olimp-school/assets/img/starf.svg);
  }
      .rating-form input {
    opacity: 0;
    width: 100%;
          display: block;
          height: 100%
  }
      .rating-form .wpcf7-list-item-label {
    display: none;
  }

#thanks p{font-weight: 300; font-size: 20px; line-height: 28px; margin-bottom: 4px;}
#thanks .btn{width: 100%; max-width: 266px; margin: 25px auto 0;}
#thanks .fancybox-close-small {display: none}
#thanks .bt {text-align:center;}
