@charset 'UTF-8';

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../libs/slick/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../libs/slick/fonts/slick.eot);
    src: url(../libs/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(../libs/slick/fonts/slick.woff) format('woff'), url(../libs/slick/fonts/slick.ttf) format('truetype'), url(../libs/slick/fonts/slick.svg#slick) format('svg')
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

@font-face {
    font-family: Gilroy;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Gilroy-Regular/Gilroy-Regular.eot);
    src: url(../fonts/Gilroy-Regular/Gilroy-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Regular/Gilroy-Regular.woff) format("woff"), url(../fonts/Gilroy-Regular/Gilroy-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Gilroy;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Gilroy-Light/Gilroy-Light.eot);
    src: url(../fonts/Gilroy-Light/Gilroy-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Light/Gilroy-Light.woff) format("woff"), url(../fonts/Gilroy-Light/Gilroy-Light.ttf) format("truetype")
}

@font-face {
    font-family: Gilroy;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Gilroy-Medium/Gilroy-Medium.eot);
    src: url(../fonts/Gilroy-Medium/Gilroy-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Medium/Gilroy-Medium.woff) format("woff"), url(../fonts/Gilroy-Medium/Gilroy-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Gilroy;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Gilroy-Semibold/Gilroy-Semibold.eot);
    src: url(../fonts/Gilroy-Semibold/Gilroy-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Semibold/Gilroy-Semibold.woff) format("woff"), url(../fonts/Gilroy-Semibold/Gilroy-Semibold.ttf) format("truetype")
}

@font-face {
    font-family: Gilroy;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Gilroy-Bold/Gilroy-Bold.eot);
    src: url(../fonts/Gilroy-Bold/Gilroy-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Bold/Gilroy-Bold.woff) format("woff"), url(../fonts/Gilroy-Bold/Gilroy-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Cormorant;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Cormorant-Regular/Cormorant-Regular.eot);
    src: url(../fonts/Cormorant-Regular/Cormorant-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Cormorant-Regular/Cormorant-Regular.woff) format("woff"), url(../fonts/Cormorant-Regular/Cormorant-Regular.ttf) format("truetype")
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

::-webkit-input-placeholder {
    color: #202020
}

::-moz-placeholder {
    color: #202020
}

:-ms-input-placeholder {
    color: #202020
}

::-ms-input-placeholder {
    color: #202020
}

::placeholder {
    color: #202020
}

::-moz-selection {
    background-color: #f23731;
    color: #fff
}

::selection {
    background-color: #f23731;
    color: #fff
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: Gilroy, sans-serif;
    overflow-x: hidden;
    color: #202020
}

body input,
body textarea {
    border: #666 1px solid;
    outline: 0
}

a {
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

button {
    cursor: pointer;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

button:focus {
    outline: 0
}

img {
    pointer-events: none
}

b,
strong {
    font-weight: 700
}

.container {
    max-width: 1200px;
    margin: 0 auto
}

.container2 {
    max-width: 1710px;
    margin: 0 auto
}

.title {
    font-family: Cormorant, serif;
    color: #202020;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.12;
    text-transform: uppercase;
    margin-bottom: 42px
}

.title.left {
    text-align: left
}

.title.white {
    color: #fff
}

.title span {
    background: #3a4267;
    padding: 0 10px
}

.btn {
    display: inline-block;
    padding: 27px 48px;
    border-radius: 100px;
    background-color: #f23731;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    border: none
}

.btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #e2150e
}

.btn.dark {
    color: #fff;
    background-color: #3a4267
}

.btn.dark:hover {
    color: #fff;
    background-color: #2d3350
}

.header {
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
    z-index: 50
}

.header.noMain {
    position: relative;
    top: auto;
    padding-top: 25px
}

.header.noMain .header__phone {
    color: #202020
}

.header.noMain .header__phone:hover {
    color: #202020
}

.header.noMain .header__mail {
    color: #202020
}

.header.noMain .header__mail:hover {
    color: #202020
}

.header.noMain .header__menu ul li a {
    color: #3a4267;
    background-color: rgba(58, 66, 103, .05)
}

.header.noMain .header__menu ul li a:hover {
    background-color: rgba(58, 66, 103, .15)
}

.header__topContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__logo {
    display: block
}

.header__logo img {
    width: 100%;
    max-height: 67px
}

.header__logo:hover {
    text-decoration: none;
    opacity: .8
}

.header__phone {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap
}

.header__phone:hover {
    text-decoration: none;
    opacity: .8;
    color: #fff
}

.header__mail {
    display: block;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.2;
    white-space: nowrap
}

.header__mail:hover {
    text-decoration: none;
    opacity: .8;
    color: #fff
}

.header__social {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header__social li {
    list-style: none
}

.header__social li a {
    display: block;
    width: 38px;
    aspect-ratio: 1;
    height: auto
}

.header__social li a:hover {
    text-decoration: none;
    opacity: .9
}

.header__social li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header__call {
    font-size: 19px;
    font-weight: 500;
    padding: 20px 54px
}

.header__bottom {
    margin-top: 30px
}

.header__bottomContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%
}

.header__menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 9px
}

.header__menu ul li {
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header__menu ul li a {
    padding: 16px 5px;
    display: block;
    border-radius: 6px;
    background: rgba(58, 66, 103, .15);
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2
}

.header__menu ul li a:hover {
    text-decoration: none;
    background: rgba(58, 66, 103, .5)
}

.header__menu ul li a.active {
    background: rgba(58, 66, 103, .5)
}

.header__burger {
    width: 50px;
    height: auto;
    aspect-ratio: 1;
    background-color: #3a4267;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.header__burgerIcon {
    height: 20px;
    width: 30px;
    position: relative;
    cursor: pointer
}

.header__burgerIcon span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 9px;
    -webkit-transition: .25s all;
    transition: .25s all
}

.header__burgerIcon::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: .25s all;
    transition: .25s all
}

.header__burgerIcon::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: .25s all;
    transition: .25s all
}

.header__burgerIcon.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.header__burgerIcon.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px
}

.header__burgerIcon.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px
}

.promo .container {
    height: 100%
}

.promo__item {
    padding-top: 180px;
    aspect-ratio: 2.23;
    position: relative
}

.promo__itemContainer {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.promo__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.promo__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.promo__block {
    position: relative;
    z-index: 2;
    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
}

.promo__title {
    color: #fff;
    font-family: Cormorant, serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase
}

.promo__title span {
    background-color: #3a4267;
    padding: 0 5px
}

.promo__btn {
    margin-top: 30px
}

.mobile__menu {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    background-color: rgba(58, 66, 103, .92);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 100;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
    overflow-y: auto
}

.mobile__menuContainer {
    max-width: 350px;
    margin: 0 auto;
    padding: 50px 0 100px;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.mobile__menuContainer .header__menu {
    margin: 0 0 20px
}

.mobile__menuContainer .header__menu ul {
    -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;
    gap: 15px
}

.mobile__menuContainer .header__menu ul li a {
    border-bottom: none;
    font-size: 20px;
    padding: 0
}

.mobile__close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    z-index: 2
}

.mobile__close:after,
.mobile__close:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #f23731;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.mobile__close:after:hover,
.mobile__close:before:hover {
    opacity: .8
}

.mobile__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.mobile__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.practices {
    margin: 60px 0
}

.practices__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px 15px
}

.practices__item {
    aspect-ratio: 2.21;
    display: block;
    position: relative;
    width: calc(25% - 11.2781954887px);
    border-radius: 7px;
    overflow: hidden
}

.practices__item:hover {
    text-decoration: none
}

.practices__item:hover .practices__itemImg:after {
    opacity: 1
}

.practices__itemTitle {
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2;
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    z-index: 2
}

.practices__itemImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.practices__itemImg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(130deg, rgba(58, 66, 103, .71) 0, rgba(58, 66, 103, .56) 100%);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.practices__itemImg:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(130deg, rgba(58, 66, 103, .6) 0, rgba(58, 66, 103, .4) 100%);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.practices__itemImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.why {
    background: rgba(58, 66, 103, .06);
    padding: 70px 0
}

.why .title {
    margin-bottom: 70px
}

.why__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 90px
}

.why__item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px
}

.why__itemIcon {
    width: 37px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    margin-bottom: 15px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' fill='none'%3e%3crect width='36' height='36' x='.5' y='.5' fill='%23fff' stroke='%238D70D2' rx='18'/%3e%3cpath fill='%238D70D2' d='m21.28 15.386-3.821 4.874-1.648-2.057a1.04 1.04 0 0 0-1.42-.17.95.95 0 0 0-.177 1.37l2.456 3.031c.095.116.217.21.355.274a1.042 1.042 0 0 0 1.242-.284l4.62-5.849a.955.955 0 0 0-.192-1.374 1.045 1.045 0 0 0-1.425.185h.01Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.why__itemTitle {
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3
}

.why__itemText {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    opacity: .6;
    margin-top: 10px
}

.about {
    margin: 100px 0
}

.about__container {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 30px 100px
}

.about__img {
    display: block
}

.about__img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    aspect-ratio: 1.05;
    -o-object-fit: cover;
    object-fit: cover
}

.about__name {
    margin-top: 30px;
    color: #202020;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.4px;
    text-transform: uppercase
}

.about__info {
    margin-top: 15px;
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3
}

.about__content .title {
    margin-bottom: 35px
}

.about__quote {
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative
}

.about__quote:before {
    content: "";
    width: 32px;
    height: auto;
    aspect-ratio: 1.14;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='28' fill='none'%3e%3cpath fill='%233A4267' d='M9.169 18.486c1.441 0 2.563.44 3.364 1.322.881.881 1.322 2.002 1.322 3.364 0 3.204-1.843 4.806-5.527 4.806-2.403 0-4.286-.88-5.647-2.643-1.362-1.843-2.043-4.446-2.043-7.81 0-3.204.72-6.168 2.163-8.891C4.243 5.83 6.365 3.067 9.169.344c.08-.08.2-.12.36-.12.24 0 .44.12.6.36.161.24.161.44 0 .6C6.206 5.19 4.244 9.915 4.244 15.362c0 2.243.4 3.885 1.201 4.926.72-1.201 1.963-1.802 3.725-1.802Zm17.662 0c1.442 0 2.563.44 3.364 1.322.881.881 1.322 2.002 1.322 3.364 0 3.204-1.842 4.806-5.527 4.806-2.403 0-4.285-.88-5.647-2.643-1.362-1.843-2.043-4.446-2.043-7.81 0-3.204.721-6.168 2.163-8.891 1.442-2.804 3.564-5.567 6.368-8.29.08-.08.2-.12.36-.12.24 0 .441.12.601.36.16.24.16.44 0 .6-3.925 4.005-5.887 8.731-5.887 14.178 0 2.243.4 3.885 1.201 4.926.721-1.201 1.963-1.802 3.725-1.802Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -52px;
    top: 0
}

.about__text {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: justify;
}

.about__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 75px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px
}

.about__partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 70px
}

.about__partners img {
    max-width: 100%
}

.about__edu {
    margin-top: 50px
}

.about__eduList br,
.about__eduList .ngg-clear {
    display: none;
}

.about__eduList .ngg-galleryoverview {
    display: grid!important;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 50px
}

.about__eduList .ngg-gallery-thumbnail-box a {
    border-radius: 8px;
    border: 1px solid rgba(58, 66, 103, .3);
    background: #fff;
    padding: 10px 10px
}

.about__eduList .ngg-gallery-thumbnail-box a img {
    width: 100%;
    aspect-ratio: 1.5;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.trustees {
    margin: 80px 0
}

.trustees__slider {
    margin: 0 -30px
}

.trustees__slider .slick-initialized .trustees__sliderItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.trustees__slider .slick-arrow {
    width: 28px;
    height: auto;
    aspect-ratio: 1;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.trustees__slider .slick-arrow:before {
    display: none
}

.trustees__slider .slick-arrow:hover {
    text-decoration: none;
    opacity: .7
}

.trustees__slider .slick-prev {
    background-image: url(../img/slick-prev.png)
}

.trustees__slider .slick-next {
    background-image: url(../img/slick-next.png)
}

.trustees__sliderItem {
    display: none;
    margin: 0 30px;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.trustees__sliderItemImg img {
    width: 100%;
    aspect-ratio: 1;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.formSection {
    background-image: url(../img/formSection__bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0
}

.formSection .title {
    line-height: 1.25
}

.formSection__form {
    border-radius: 8px;
    border: 1px solid #d8d9e1;
    background: #fff;
    margin-top: 55px;
    padding: 35px 25px;
}

.formSection__form p {
    display: grid;
    grid-template-columns: 12fr 12fr 15fr 13fr;
    gap: 20px;
    margin: 0;
}

.formSection__form input {
    width: 100%;
    height: 78px;
    border-radius: 100px;
    border: 1px solid rgba(58, 66, 103, .4);
    color: #202020;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0 35px
}

.map {
    margin: 70px 0
}

.map__container {
    display: grid;
    grid-template-columns: 1fr 600px;
    gap: 20px
}

.map__iframe {
    border-radius: 8px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.map__iframe iframe {
    width: 100%;
    height: 100%
}

.map__address {
    color: #202020;
    font-size: 18px;
    line-height: 1.3
}

.map__img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.62;
    border-radius: 8px;
    overflow: hidden
}

.map__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.footer {
    margin: 60px 0
}

.footer.fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.footer__topContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__col:nth-child(3) {
    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;
    gap: 5px
}

.footer__name {
    color: #202020;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3
}

.footer__registry {
    color: #202020;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3
}

.footer__phone {
    display: block;
    color: #202020;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap
}

.footer__phone:hover {
    text-decoration: none;
    color: #202020;
    opacity: .8
}

.footer__mail {
    display: block;
    color: #202020;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.2;
    border-bottom: 1px solid #202020;
    white-space: nowrap
}

.footer__mail:hover {
    text-decoration: none;
    color: #202020;
    opacity: .8
}

.footer__social {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__social li {
    list-style: none
}

.footer__social li a {
    display: block;
    width: 29px;
    aspect-ratio: 1;
    height: auto
}

.footer__social li a:hover {
    text-decoration: none;
    opacity: .9
}

.footer__social li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__call {
    font-size: 15px;
    padding: 15px 33px
}

.footer__center {
    margin-top: 22px
}

.footer__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%
}

.footer__menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 9px
}

.footer__menu ul li {
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.footer__menu ul li a {
    padding: 13px 5px;
    display: block;
    border-radius: 6px;
    background: rgba(58, 66, 103, .05);
    color: #202020;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2
}

.footer__menu ul li a:hover {
    text-decoration: none;
    background: rgba(58, 66, 103, .2)
}

.footer__menu ul li a.active {
    background: rgba(58, 66, 103, .2)
}

.footer__bottom {
    margin-top: 30px
}

.footer__bottomContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__copy {
    color: #202020;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2
}

.footer__polit {
    color: #202020;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2
}

.footer__polit:hover {
    text-decoration: none;
    color: #202020;
    opacity: .8
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 50px 40px;
    width: auto;
    max-width: 420px;
    margin: 20px auto;
    border-radius: 10px
}

.form .mfp-close {
    font-size: 0;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    opacity: 1
}

.form .mfp-close:hover {
    opacity: .8
}

.form .mfp-close:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #909090;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.form .mfp-close:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #909090;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.form__title {
    font-family: Cormorant, serif;
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2
}

.form form input {
    width: 100%;
    height: 60px;
    border-radius: 100px;
    border: 1px solid rgba(58, 66, 103, .4);
    color: #202020;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0 20px;
    margin-bottom: 15px
}

.form form button {
    width: 100%;
    padding: 22px 30px;
    margin-top: 10px
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom {
    opacity: 0;
    opacity--webkit-transition: opacity .3s ease-out;
    opacity--moz-transition: opacity .3s ease-out;
    opacity--o-transition: opacity .3s ease-out;
    opacity-transition: opacity .3s ease-out
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.breadcrumbs {
    margin: 40px 0 30px
}

.breadcrumbs__list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px
}

.breadcrumbs__list li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    color: rgba(0, 0, 0, .3);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2
}

.breadcrumbs__list li:not(:last-child):after {
    content: "/";
    color: rgba(0, 0, 0, .3);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2
}

.breadcrumbs__list li a {
    color: rgba(0, 0, 0, .3);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2
}

.breadcrumbs__list li a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, .5)
}

.page {
    margin: 20px 0 80px
}

.page p {
    text-align: justify;
}

.page table {
    width: 100%;
}

.page table tr {

}

.page table tr td {
    border: 1px solid #ccc;
    padding: 10px;
}

.tableAdaptive {
    overflow-x: auto;
}

.filter {
    margin-bottom: 45px
}

.filter__container {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap */
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.filter__category {
    display: grid;
    grid-template-columns: 1fr;
}

.filter__categoryTop {
    /* max-width: 410px;
    width: 100% */
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.filter__categoryTitle {
    border-radius: 104px;
    border: 1px solid rgba(58, 66, 103, .4);
    background: #fff;
    color: #202020;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    padding: 16px 45px 16px 25px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

/* .filter__categoryTitle:before {
    content: "";
    width: 13px;
    height: auto;
    aspect-ratio: 1;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' fill='none'%3e%3cpath fill='%23F23731' d='M12.751 6.376a.91.91 0 0 1-.91.91H.91a.91.91 0 1 1 0-1.821h10.93a.91.91 0 0 1 .91.91Z'/%3e%3cpath fill='%23F23731' d='M6.374 12.751a.91.91 0 0 1-.91-.91V.91a.91.91 0 0 1 1.821 0v10.93a.91.91 0 0 1-.91.91Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
} */

.filter__categoryRadio {
    display: flex;
    margin: 0;
}

.filter__categoryRadio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    max-width: 10px;
}

.filter__categoryRadio>span {
    border-radius: 104px;
    border: 1px solid rgba(58, 66, 103, .4);
    background: #fff;
    color: #202020;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    padding: 12px 18px;
    cursor: pointer;
    position: relative;
    transition: .25s all ease-in-out;
}

.filter__categoryRadio>span::before {
    /* content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; */
}

.filter__categoryRadio>input:checked+span {
    border-color: #3a4267;
    background-color: #3a4267;
    color: #fff;
}

.filter__categoryRadio>input:disabled+span {
    opacity: .5;
}

.filter__category .btn {
    font-size: 15px;
    padding: 12px 68px;
}

.filter__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 45px
}

.filter__sortTitle {
    color: rgba(32, 32, 32, .5);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2
}

.filter__sortContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 50px
}

.filter__sortContent button {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #202020;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2
}

.filter__sortContent button:hover {
    opacity: .8
}

.filter__sortContent button.active {
    text-shadow: 0 0 1px #202020
}

.blog__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px
}

.blog__item {
    border-radius: 8px;
    border: 1px solid rgba(58, 66, 103, .3);
    background: #fff;
    padding: 35px 45px;
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 40px
}

.blog__itemImg {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1.52;
    display: block
}

.blog__itemImg:hover {
    opacity: .9
}

.blog__itemImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog__itemContnet {
    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
}

.blog__itemTitle {
    color: #202020;
    font-family: Cormorant, serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.12;
    margin-bottom: 20px
}

.blog__itemTitle:hover {
    text-decoration: none;
    color: #f23731
}

.blog__itemText {
    color: #202020;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4
}

.blog__itemDate {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 35px
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    margin-top: 45px
}

.pagination__item {
    color: rgba(32, 32, 32, .4);
    font-family: Cormorant, serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    border-bottom: 4px solid transparent;
    padding: 0 5px
}

.pagination__item:hover {
    text-decoration: none;
    color: rgba(32, 32, 32, .8)
}

.pagination__item.active {
    color: #202020;
    border-bottom-color: #f23731
}

.case__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px
}

.case__item {
    padding: 40px 50px;
    border-radius: 8px;
    border: 1px solid rgba(58, 66, 103, .3);
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 40px
}

.case__itemContent {
    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
}

.case__itemTitle {
    color: #202020;
    font-family: Cormorant, serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.12;
    margin-bottom: 20px
}

.case__itemSituation {
    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
}

.case__itemHeader {
    color: #202020;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px
}

.case__itemText {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: justify;
}

.case__itemSolution {
    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;
    margin-top: 20px
}

.case__itemResult {
    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;
    border-radius: 8px;
    background: rgba(58, 66, 103, .05);
    padding: 40px
}

.case__itemResultTitle {
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative
}

.case__itemResultTitle:before {
    content: "";
    width: 4px;
    height: 36px;
    background-color: #3a4267;
    position: absolute;
    left: -35px;
    top: -5px
}

.case__itemResultText {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4
}

.case__itemResultBtn {
    margin-top: auto;
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    border-bottom: 4px solid #f23731
}

.case__itemResultBtn:hover {
    text-decoration: none;
    opacity: .8;
    color: #202020
}

.casePage__top {
    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
}

.casePage__text {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4
}

.casePage__btn {
    display: block;
    color: #3a4267;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 104px;
    border: 3px solid #3a4267;
    background: #fff;
    padding: 13px 33px;
    margin-top: 30px
}

.casePage__btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #3a4267
}

.casePage__nav {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px 200px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.casePage__navLink {
    color: #3a4267;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2
}

.casePage__navLink:hover {
    text-decoration: none;
    color: #4c5788
}

.casePage__item {
    border-radius: 8px;
    border: 1px solid rgba(58, 66, 103, .3);
    background: #fff;
    padding: 40px 50px;
    margin-top: 35px
}

.casePage__itemTop {
    display: grid;
    grid-template-columns: 1fr 350px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px
}

.casePage__itemContent>:last-child {
    margin-bottom: 0
}

.casePage__itemContent h1 {
    color: #202020;
    font-family: Cormorant, serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.12;
    margin-bottom: 20px
}

.casePage__itemContent h2 {
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px
}

.casePage__itemContent h3 {
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px
}

.casePage__itemContent p {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px
}

.casePage__itemContent p:last-child {
    margin-bottom: 0
}

.casePage__itemImg {
    border-radius: 8px;
    overflow: hidden
}

.casePage__itemImg img {
    width: 100%
}

.contactsPage__top {
    display: grid;
    grid-template-columns: 1fr 285px;
    gap: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contactsPage__block {
    display: grid;
    grid-template-columns: 67px 1fr;
    gap: 20px
}

.contactsPage__blockImg {
    width: 100%;
    height: auto;
    aspect-ratio: 1
}

.contactsPage__blockImg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.contactsPage__blockList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 30px
}

.contactsPage__blockItem {
    border-radius: 100px;
    border: 1px solid rgba(58, 66, 103, .2);
    background: #fff;
    padding: 14px 30px;
    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;
    gap: 3px
}

.contactsPage__title {
    color: #202020;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2
}

.contactsPage__text {
    color: #202020;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3
}

.contactsPage__text a {
    color: #202020
}

.contactsPage__text a:hover {
    text-decoration: none;
    color: #202020;
    opacity: .8
}

.contactsPage a.contactsPage__text:hover {
    text-decoration: none;
    color: #202020;
    opacity: .8
}

.contactsPage__info {
    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
}

.contactsPage__who {
    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
}

.contactsPage__whoText {
    color: #202020;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 5px
}

.contactsPage__map {
    margin-top: 38px;
    grid-template-columns: 3fr 2fr;
}

.contactsPage__socialBlock {
    margin-top: 30px
}

.contactsPage__social {
    margin: 10px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contactsPage__social li {
    list-style: none
}

.contactsPage__social li a {
    display: block;
    width: 29px;
    aspect-ratio: 1;
    height: auto
}

.contactsPage__social li a:hover {
    text-decoration: none;
    opacity: .9
}

.contactsPage__social li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.trademark {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 50px 30px;
    margin: 30px 0;
}

.trademark__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.trademark__item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 4;
}

.trademark__item:nth-child(2) {
    grid-column-start: 4;
    grid-column-end: 7;
}

.trademark__item:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.trademark__item:nth-child(4) {
    grid-column-start: 3;
    grid-column-end: 5;
}

.trademark__item:nth-child(5) {
    grid-column-start: 5;
    grid-column-end: 7;
}

.trademark__itemNum {
    width: 40px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid #8D70D2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    color: #8D70D2;
    margin-bottom: 15px;
}

.trademark__itemTitle {
    color: #202020;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #8D70D2;
}

.trademark__item > p {
    display: none;
}

.trustees__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.trustees__listItem {
    border: 1px solid #8D70D2;
    border-radius: 8px;
    overflow: hidden;
}

.trustees__listItemImg {
    width: 100%;
    aspect-ratio: 1.5;
    height: auto;
    padding: 20px;
}

.trustees__listItemImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width:1770px) {
    .container2 {
        max-width: 1400px
    }

    .header__menu ul li a {
        font-size: 21px
    }

    .header__logo img {
        max-height: 60px
    }

    .header__phone {
        font-size: 20px
    }

    .header__mail {
        font-size: 20px
    }

    .practices__itemTitle {
        font-size: 18px
    }

    .why__list {
        gap: 70px 40px
    }
}

@media (max-width:1460px) {
    .container2 {
        max-width: 1200px
    }

    .btn {
        font-size: 18px
    }

    .header__menu ul li {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }

    .header__logo img {
        max-height: 57px
    }

    .header__mail {
        font-size: 18px;
    }

    .header__bottom {
        margin-top: 20px
    }

    .header {
        top: 20px
    }

    .header.noMain {
        padding-top: 20px
    }

    .practices__itemTitle {
        font-size: 16px
    }

    .why__list {
        gap: 60px 30px
    }

    .why__item {
        padding-bottom: 25px
    }

    .why__itemTitle {
        font-size: 19px
    }

    .trustees__slider {
        padding: 0 30px
    }

    .trustees__slider .slick-prev {
        left: 0
    }

    .trustees__slider .slick-next {
        right: 0
    }

    .formSection__form p {
        grid-template-columns: 1fr 1fr 1fr
    }

    .formSection__form button {
        grid-column-start: 2
    }

    .map__container {
        grid-template-columns: 1fr 450px
    }

    .promo__title {
        font-size: 60px
    }

    .header__social {
        gap: 10px
    }

    .header__menu ul li a {
        font-size: 19px
    }

    .promo__item {
        padding-top: 160px
    }

    .footer__call.btn {
        font-size: 15px
    }

    .filter__sortContent {
        gap: 10px 30px
    }

    .filter__sort {
        gap: 10px 30px
    }

    .about__eduList .ngg-galleryoverview{
        gap: 30px
    }
}

@media (max-width:1260px) {

    .container,
    .container2 {
        max-width: 960px
    }

    .title {
        font-size: 38px
    }

    .header__menu ul li a {
        font-size: 18px;
        padding: 12px 5px
    }

    .header__phone {
        font-size: 16px
    }

    .header__mail {
        font-size: 16px
    }

    .header__social li a {
        width: 30px
    }

    .header__logo img {
        max-height: 40px
    }

    .header__call {
        padding: 17px 30px
    }

    .header__bottom {
        margin-top: 15px
    }

    .header {
        top: 15px
    }

    .header.noMain {
        padding-top: 15px
    }

    .promo__item {
        aspect-ratio: unset;
        padding: 200px 0 100px
    }

    .promo__title {
        font-size: 55px
    }

    .practices__item {
        width: calc(33.3333333333% - 10px)
    }

    .why__itemTitle {
        font-size: 18px
    }

    .why__itemText {
        font-size: 14px
    }

    .trustees__slider {
        margin: 0 -20px
    }

    .trustees__sliderItem {
        margin: 0 20px
    }

    .formSection__form p {
        grid-template-columns: 1fr 1fr
    }

    .formSection__form p span:nth-child(3) {
        grid-column: 1/3
    }

    .formSection__form button {
        grid-column: 1/3;
        width: 300px;
        margin: 0 auto
    }

    .formSection__form input {
        height: 65px
    }

    .map__container {
        grid-template-columns: 1fr 400px
    }

    .footer__name {
        font-size: 16px
    }

    .footer__registry {
        font-size: 16px
    }

    .footer__phone {
        font-size: 17px
    }

    .footer__mail {
        font-size: 16px
    }

    .footer__social {
        gap: 10px
    }

    .footer__social li a {
        width: 26px
    }

    .filter__categoryTitle {
        font-size: 14px
    }

    .filter__category {

    }

    .filter__sortContent {
        gap: 10px 15px
    }

    .filter__sort {
        gap: 10px 15px
    }

    .case__itemResultBtn {
        font-size: 18px
    }

    .case__itemTitle {
        font-size: 28px
    }

    .case__itemHeader,
    .case__itemResultTitle {
        font-size: 19px
    }

    .contactsPage__blockList {
        grid-template-columns: 1fr
    }

    .about__eduList .ngg-galleryoverview{
        gap: 20px
    }

    .filter__categoryRadio>span {
        font-size: 13px;
    }
}

@media (max-width:991px) {

    .container,
    .container2 {
        max-width: 720px
    }

    .title {
        font-size: 36px
    }

    .btn {
        padding: 20px 35px
    }

    .practices__item {
        width: calc(50% - 10px)
    }

    .why__list {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 20px
    }

    .why__itemTitle br {
        display: none
    }

    .why .title {
        margin-bottom: 60px
    }

    .about__container {
        grid-template-columns: 1fr
    }

    .about {
        margin: 80px 0
    }

    .about .title {
        text-align: center;
        margin-bottom: 35px
    }

    .about__name {
        margin-top: 20px;
        text-align: center
    }

    .about__img {
        max-width: 400px;
        margin: 0 auto
    }

    .about__bottom {
        gap: 20px
    }

    .about__partners {
        gap: 20px
    }

    .about__quote {
        padding-left: 38px
    }

    .about__quote:before {
        width: 22px;
        top: 2px;
        left: 0
    }

    .trustees__slider {
        margin: 0 -15px
    }

    .trustees__sliderItem {
        margin: 0 15px
    }

    .map__container {
        grid-template-columns: 1fr
    }

    .map__iframe {
        height: 350px
    }

    .map__img {
        height: 350px;
        aspect-ratio: unset
    }

    .promo__title {
        font-size: 45px
    }

    .header__bottom {
        display: none
    }

    .header .header__call {
        display: none
    }

    .header .header__social {
        display: none
    }

    body.lock {
        overflow: hidden;
        height: 100vh
    }

    .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .mobile__menu.open {
        right: 0
    }

    .header__logo img {
        max-height: 40px
    }

    .promo__item {
        padding: 120px 0 100px
    }

    .footer__topContainer {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px 20px
    }

    .footer__center {
        display: none
    }

    .footer__col:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .footer__col:nth-child(2) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .footer__col:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .footer__col:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .footer__col:nth-child(5) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        grid-column-start: 3
    }

    .blog__item {
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .blog__itemDate {
        margin-top: 20px
    }

    .blog__itemTitle {
        font-size: 26px
    }

    .case__item {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .case__itemResultBtn {
        margin-top: 20px
    }

    .casePage__nav {
        gap: 10px 100px
    }

    .casePage__item {
        padding: 30px
    }

    .casePage__itemContent h1 {
        font-size: 28px
    }

    .casePage__itemContent h2,
    .casePage__itemContent h3 {
        font-size: 18px
    }

    .casePage__itemTop {
        grid-template-columns: 1fr 250px;
        gap: 30px;
        margin-bottom: 30px
    }

    .about__info {
        text-align: center;
        max-width: 500px;
        margin: 10px auto 0
    }

    .contactsPage__top {
        gap: 30px
    }

    .about__eduList .ngg-galleryoverview{
        grid-template-columns: 1fr 1fr 1fr
    }
    .filter__categoryTop {
        gap: 5px
    }
    .filter__categoryRadio>span {
        font-size: 12px;
    }
    .filter__category .btn {
        font-size: 13px;
        padding: 12px 40px;
    }

    .trademark {
        grid-template-columns: 1fr 1fr;
        gap: 30px
    }

    .trademark__item:nth-child(1) {
        grid-column-start: unset;
        grid-column-end: unset;
    }
    
    .trademark__item:nth-child(2) {
        grid-column-start: unset;
        grid-column-end: unset;
    }
    
    .trademark__item:nth-child(3) {
        grid-column-start: unset;
        grid-column-end: unset;
    }
    
    .trademark__item:nth-child(4) {
        grid-column-start: unset;
        grid-column-end: unset;
    }
    
    .trademark__item:nth-child(5) {
        grid-column-start: unset;
        grid-column-end: unset;
    }

    .trustees__list {
        gap: 15px
    }
    .trustees__listItemImg {
        padding: 10px;
    }
}

@media (max-width:767px) {

    .container,
    .container2 {
        max-width: 540px
    }

    .title {
        font-size: 32px
    }

    .practices__itemTitle {
        font-size: 14px;
        bottom: 15px
    }

    .why__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px
    }

    .why__item {
        padding-bottom: 20px
    }

    .why .title {
        margin-bottom: 40px
    }

    .about__bottom {
        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: center;
        -ms-flex-align: center;
        align-items: center
    }

    .promo__block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .promo__title {
        text-align: center;
        font-size: 40px
    }

    .promo__item {
        aspect-ratio: unset;
        padding: 120px 0 80px
    }

    .header .header__mail {
        display: none
    }

    .footer__topContainer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 20px
    }

    .footer__col:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .footer__col:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: none
    }

    .footer__col:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .footer__col:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .footer__col:nth-child(5) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        grid-column-start: unset
    }

    .footer__social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .breadcrumbs__list li {
        font-size: 14px
    }

    .breadcrumbs__list li:not(:last-child):after {
        font-size: 14px
    }

    .breadcrumbs__list li a {
        font-size: 14px
    }

    .page .container>.title {
        text-align: center
    }

    .filter__container {
        -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;
        gap: 20px
    }

    .blog__item {
        grid-template-columns: 1fr
    }

    .pagination__item {
        font-size: 25px
    }

    .pagination {
        gap: 10px
    }

    .case__item {
        padding: 30px
    }

    .casePage__top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .casePage__btn {
        margin-top: 25px
    }

    .casePage__nav {
        gap: 10px 50px;
        margin-top: 50px
    }

    .casePage__navLink {
        font-size: 16px
    }

    .casePage__itemTop {
        grid-template-columns: 1fr
    }

    .about__info {
        font-size: 14px
    }

    .contactsPage__top {
        grid-template-columns: 1fr
    }

    .about__eduList .ngg-galleryoverview{
        grid-template-columns: 1fr 1fr
    }

    .trademark {
        grid-template-columns: 1fr;
    }

    .trustees__list {
        gap: 10px
    }
    .trustees__listItemImg {
        padding: 5px;
    }
}

@media (max-width:575px) {

    .container,
    .container2 {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .title {
        font-size: 28px;
        margin-bottom: 35px
    }

    .promo__title {
        font-size: 29px
    }

    .why__list {
        grid-template-columns: 1fr;
        gap: 30px 20px
    }

    .why {
        padding: 60px 0
    }

    .why .title {
        margin-bottom: 35px
    }

    .about {
        margin: 60px 0
    }

    .about .title {
        margin-bottom: 30px
    }

    .about__partners {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .about__partners img {
        max-height: 35px
    }

    .about__quote {
        font-size: 18px
    }

    .about__name {
        font-size: 18px
    }

    .trustees__slider {
        margin: 0 -10px
    }

    .trustees__sliderItem {
        margin: 0 10px
    }

    .formSection {
        padding: 60px 0
    }

    .formSection__form {
        margin-top: 40px;
        padding: 30px 20px;
    }

    .formSection__form p {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .formSection__form input {
        height: 52px
    }

    .formSection__form p span:nth-child(3) {
        grid-column: 1/2
    }

    .formSection__form button {
        grid-column: 1/2;
        width: 100%;
        margin-top: 10px
    }

    .formSection__form input {
        font-size: 16px;
        padding: 0 20px
    }

    .formSection .title {
        text-align: center;
        font-size: 27px;
    }

    .map {
        margin: 60px 0
    }

    .map__iframe {
        height: 300px
    }

    .map__img {
        aspect-ratio: 1.62;
        height: auto
    }

    .header .header__phone {
        display: none
    }

    .header__topContainer {
        gap: 20px
    }

    .white-popup {
        padding: 50px 20px 40px
    }

    .form form input {
        height: 52px;
        font-size: 16px
    }

    .form form button {
        padding: 18px 30px;
        margin-top: 5px
    }

    .form__title {
        font-size: 26px
    }

    .footer__topContainer {
        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: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px
    }

    .footer__col {
        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: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__name {
        text-align: center
    }

    .footer__registry {
        text-align: center
    }

    .footer__col:nth-child(3) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__bottomContainer {
        -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;
        gap: 15px
    }

    .breadcrumbs__list li {
        font-size: 12px
    }

    .breadcrumbs__list li:not(:last-child):after {
        font-size: 12px
    }

    .breadcrumbs__list li a {
        font-size: 12px
    }

    .page {
        margin: 20px 0 70px
    }

    .blog__item {
        padding: 20px
    }

    .blog__itemTitle {
        font-size: 24px
    }

    .blog__itemText {
        font-size: 15px
    }

    .blog__itemDate {
        font-size: 15px
    }

    .pagination {
        margin-top: 30px
    }

    .pagination__item {
        font-size: 23px
    }

    .case__item {
        padding: 20px
    }

    .case__itemTitle {
        font-size: 26px
    }

    .case__itemHeader,
    .case__itemResultTitle {
        font-size: 18px
    }

    .case__itemText {
        font-size: 15px
    }

    .case__itemResult {
        padding: 20px
    }

    .case__itemResultBtn {
        font-size: 16px
    }

    .case__itemResultTitle:before {
        width: 3px;
        left: -15px
    }

    .casePage__btn {
        font-size: 16px
    }

    .casePage__nav {
        gap: 10px 30px;
        margin-top: 40px
    }

    .casePage__item {
        padding: 20px
    }

    .contactsPage__block {
        grid-template-columns: 1fr
    }

    .contactsPage__blockImg {
        display: none
    }

    .contactsPage__text {
        font-size: 16px
    }

    .contactsPage__title {
        font-size: 17px
    }

    .contactsPage__blockItem {
        border-radius: 35px
    }

    .contactsPage__blockList {
        gap: 10px
    }

    .contactsPage__socialBlock {
        margin-top: 20px
    }

    .about__eduList .ngg-galleryoverview{
        gap: 10px
    }

    .about__eduList .ngg-gallery-thumbnail-box a {
        padding: 5px
    }

    .tableAdaptive table {
        width: 800px;
    }

    .tableAdaptive table tr td {
        font-size: 12px;
    }

    .trustees__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:500px) {

    .container,
    .container2 {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .practices__item {
        width: 100%
    }

    .practices__itemTitle {
        font-size: 16px
    }
}

@media (max-width:360px) {
    .promo__title {
        font-size: 24px
    }

    .contactsPage__text {
        font-size: 15px
    }

    .contactsPage__title {
        font-size: 16px
    }

    .contactsPage__blockItem {
        padding: 15px 20px
    }

    .formSection .title {
        font-size: 25px;
    }
}