html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

details,
main {
    display: block
}

h1 {
    font-size: 2em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

:root {
    --swiper-theme-color: #2f3b72;
    --swiper-navigation-size: 44px
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: 100%
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    content: '';
    top: 50%;
    width: 0;
    height: 0;
    z-index: 300;
    cursor: pointer
}
.home-slider-container .swiper-button-next,
.home-slider-container .swiper-button-prev {
        opacity: 0;
     transition: 0.5s opacity , 1s left , 1s right;
}
.home-slider-container .swiper-button-prev{
   left: 60px;
}
.home-slider-container .swiper-button-next{
   right: 60px;
}
.home-slider-container:hover  .swiper-button-next , .home-slider-container:hover .swiper-button-prev {
        opacity: 1;
}
.home-slider-container:hover .swiper-button-prev{
    left: 15px;
}
.home-slider-container:hover .swiper-button-next{
    right: 15px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    position: absolute;
    content: '';
    top: 0;
    left: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #c1cbff;
    z-index: 300;
    cursor: pointer
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    transform: translateY(-50%) rotate(-90deg);
    left: -45px
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    transform: translateY(-50%) rotate(90deg);
    right: -45px;
    left: auto
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    background-color: #2f3b72
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 15px
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 25px;
    height: 6px;
    display: inline-block;
    background: #d9dfff;
    transition: height .5s ease-out
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    height: 13px
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: 1s linear infinite swiper-preloader-spin;
    animation: 1s linear infinite swiper-preloader-spin;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: Roboto, sans-serif
}
.scroll{
overflow: hidden;
}
.wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.home-section {
    height: calc(100vh - 5rem);
    margin-bottom: 16.8rem
}

.home-section img {
    width: 100%;
    max-height: calc(100vh - 100px);
        height: 100%;
    object-fit: cover;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4vw
}
.home-slider-container .swiper-button-next{
    width: 40px;
    height: 40px;
}
.home-slider-container .swiper-button-prev{
    width: 40px;
    height: 40px;
}
.home-slider-container::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 40%;
    bottom: -15px;
    background-image: linear-gradient(182deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .95) 44%, #fff 86%, #fff 100%);
    opacity: .78;
    z-index: 20;
    -webkit-filter: blur(21px);
    filter: blur(21px)
}

.title-slider {
    position: absolute;
    color: #0c122b;
    font-size: 4.5625rem;
    font-weight: 900;
    z-index: 30;
    text-align: center;
    bottom: 74px;
    left: 50%;
    width: 100%;
    transform: translateX(-51%);
    text-shadow: 3px 0 1px #fff;
}

.partners-section {
    margin-top: 4.125rem
}

.partners-text {
    margin-right: 3.7rem;
    color: #2f3b72;
    font-size: 1.625rem;
    font-weight: 900
}

.partners-img {
    width: 138px;
    height: 58px
}

.inst {
    margin-bottom: 80px
}

.inst-title {
    display: inline-block;
    text-align: center;
    color: #2f3b72;
    font-size: 1.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.inst-link {
    display: flex;
    justify-content: center;
    text-decoration: none;
    margin-bottom: 0;
        align-items: center;
}

.inst-logo {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 25px
}

.inst-logo>img {
    width: 32px;
    height: 32px
}

.inst-logo:hover::after , .inst-title:hover + .inst-logo::after{
    opacity: 1;
    right: -35px;
}

.inst-logo::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: -15px;
    border-top: 15px solid transparent;
    border-left: 20px solid #2f3b72;
    border-bottom: 15px solid transparent;
    transition: opacity 0.3s ease-in-out, right 0.3s ease-in-out;
    opacity: 0
}

.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 55px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(12, 18, 43, .75);
    z-index: 20
}

.header::before {
    position: absolute;
    content: '';
    left: 0;
    top: 55px;
    width: 0;
    height: 0;
    border-top: 11vw solid rgba(12, 18, 43, .75);
    border-right: 40vw solid transparent;
}

.header-logo {
    position: relative;
       transform: translate(89px, 39px);
}

.header-info {
    display: flex;
    position: relative;
    align-items: center;
        margin-left: auto;
    margin-right: 70px;
}

.header-info-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 370px
}

.header-info-contact-item {
    position: relative;
    color: #d9dfff;
    font-size: .93rem;
    font-weight: 500;
    text-decoration: none
}

.header-info-contact-item::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-color: #d9dfff;
    transform: scaleX(0);
    transition: transform .5s ease-in-out
}

.header-info-contact-item:hover::before {
    transform: scaleX(1)
}

.header-info-contact-item>span {
    font-weight: 400
}

.header-info-leng {
    display: flex;
    list-style-type: none;
    margin-left: 3.43rem
}

.header-info-leng li {
    width: 49px;
    height: 31px;
    position: relative;
    background: url(../img/svg/flag.svg);
    text-align: center;
    line-height: 31px;
    cursor: pointer
}

.header-info-leng a {
    text-decoration: none;
    color: #c1cbff;
    font-family: "Open Sans";
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 11px;  
}

.header-info-contact-item-img {
        margin-right: 7px;
    width: 20px;
    transform: translateY(2px);
}

footer {
    padding: 15px 0;
    padding-top: 3.2rem;
    background-color: #11183a
}

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

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center
}

.footer-contact-img {
    position: absolute;
    left: 0;
    top: 0;
    fill: #fff
}

.footer-contact a {
    position: relative;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    text-decoration: none;
    padding-left: 40px
}

.footer-contact a:first-of-type {
    margin-bottom: 15px
}

.footer-info {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: right;
        font-family: 'Open Sans';
}
.footer-phone{
width: 18px;
height: 18px;
}
.footer-info-title {
    font-weight: 400;
    text-transform: uppercase
}

.footer-info-adress {
    color: #fff;
    text-decoration: none
}

.footer-link-copy {
    width: 110px;
    height: 30px;
    margin-left: 13px
}

.end {
    display: flex;
    justify-self: center;
    max-width: 200зч;
    margin: 0 auto;
    margin-top: 1rem
}

.footer-copy {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
    font-size: 11px;
    font-family: "Open Sans";
    font-weight: 400;
        margin: 0 auto;
}

.home-slider-container,
.main-slider {
    max-height: calc(100vh - 150px);
    cursor: pointer
}
.home-slider-container .swiper-button-next:after, .swiper-button-prev:after{
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 40px solid #c1cbff;
    filter: drop-shadow(-1px 0px 8px rgba(0,0,0,0.8));
    left: 0;
}



.directions-section {
    position: relative;
    padding-top: 3rem;
    margin-bottom: 3rem
}

.directions-section:after {
    position: absolute;
    content: '';
    left: 0;
    top: -7%;
    width: calc(56vw - 355px);
    height: 100%;
    background: url(../img/svg/titleG.svg) no-repeat;
    background-size: 100%
}

.directions-section::before {
    position: absolute;
    content: '';
    right: 0;
    top: -17%;
    width: calc(56vw - 355px);
    height: 634px;
    background: url(../img/svg/titleG.svg) no-repeat;
    background-size: 120% 57%;
}

.directions-title {
    position: relative;
    color: #2f3b72;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 355px;
    text-align: center;
    margin: 0 auto
}

.directions-cards {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: space-between;
    margin-top: 2.18rem
}

.directions-img {
    position: relative;
    z-index: 10;
    transition: padding-right .5s ease-in-out;
    padding-right: 50px
}
.directions-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 50px);
    height: 100%;
    background: #2F3B72 0% 0% no-repeat padding-box;
    mix-blend-mode: overlay;
    opacity: 0.53;
}
.directions-item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(42% - 30px);
    min-height: 341px;
    position: relative;
    margin-bottom: 3.9rem;
    transition: width .5s ease-in-out;
    cursor: pointer
}

.directions-item img {
    width: 100%;
    height: auto;
    display: block
}

.directions-item-title {
    display: flex;
    align-items: center;
    position: absolute;
    content: '';
    right: -100px;
    bottom: 0;
    width: 353px;
    height: 204px;
    color: #fff;
    font-size: 1.625rem;
    font-weight: 900;
    line-height: 1.61em;
    text-transform: uppercase;
    background-color: rgba(47, 59, 114, .9);
    transition: transform .5s ease-in-out, width .5s ease-in-out, height .5s ease-in-out, background-color .5s ease-in-out;
    z-index: 15;
    padding: 1.656em 1.4em 1.656em .9em
}
.directions-item-center{
        max-width: 290px;
}
.directions-item:nth-of-type(2) .directions-item-title {
    right: auto;
    left: -100px
}

.directions-item:nth-of-type(3) .directions-item-title {
    bottom: auto;
    top: -37px
}

.directions-item:nth-of-type(4) .directions-item-title {
    right: auto;
    left: -100px;
    top: -37px
}

.directions-item:hover .directions-item-title {
    width: 400px;
    height: 240px;
    background-color: #4d5b9c
}

.directions-item:hover .directions-img {
    padding-right: 0
}
.directions-item:hover .directions-img::after {
    width: 100%;
    transition: width .5s ease-in-out;
}

.directions-item:hover .directions-img::before {
    width: 100%
}

.what-section {
    position: relative;
    background-color: #2f3b72;
    padding-top: 9.375rem
}


.what-section::after {
    position: absolute;
    content: '';
    left: 0;
    top: -13%;
    width: 37%;
    height: 531px;
    background: url(../img/svg/titleL.svg) no-repeat;
    background-size: 100%
}

.what-section::before {
    position: absolute;
    content: '';
    right: 0;
    top: -9.5%;
    width: 36%;
    height: 531px;
    background: url(../img/svg/arrow-left.svg) no-repeat;
    background-size: 100%
}


.what-title {
    text-align: center;
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.3em;
    max-width: 770px;
    margin: 0 auto;
    text-transform: uppercase
}

.what-plus {
    margin-top: 4.75rem
}

.what-plus-item {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: space-between;
    position: relative;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style-type: none;
    counter-reset: item
}

.what-plus-item>li::before {
    position: absolute;
    content: counter(item);
    counter-increment: item;
    display: block;
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 100%;
    line-height: 90px;
    text-align: center;
    color: #2f3b72;
    font-size: 3rem;
    font-weight: 900;
    left: 0
}

.what-plus-item>li {
    position: relative;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(45.83333% - 30px);
    padding-left: 120px
}

.what-plus-item>li:nth-of-type(2n):after {
    left: -15px;
    transform: rotate(-25deg)
}

.what-plus-item>li::after {
   position: absolute;
    content: '';
    top: -10px;
    left: 65px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 40px solid #c1cbff;
    transform: rotate(11deg);
    filter: drop-shadow(4px 5px 6px rgba(0,0,0,0.5));
}

.what-plus-title {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 500;
    text-transform: uppercase;
}

.what-plus-content {
    color: rgba(255, 255, 255, .8);
    font-size: 1rem;
    font-weight: 400
}

.what-bages {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    background-color: #fff;
    width: 100%;
    max-width: 990px;
    padding-top: 80px;
    padding-bottom: 3.68rem;
    padding-left: 3rem;
    padding-right: 3rem;
    margin: 0 auto;
        transform: translateY(166px);
}

.what-bages-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 136px;
    height: 136px;
    top: 0
}

.what-bages-left {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(62.16667% - 30px)
}

.what-bages-left-title {
    color: #2f3b72;
    font-size: 1.875rem;
    font-weight: 900;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}

.what-bages-left-title-about {
    color: #222;
    font-weight: 700;
    font-size: 1rem
}

.what-bages-left-text {
    color: #222;
    font-size: 1rem;
    font-weight: 400
}
.what-bages-left-text p{
color: #222;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    width: 100%;

}
.what-bages-right {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(37.5% - 30px)
}

.what-bages-right-title {
    display: block;
    color: #222;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 11px
}

.what-bages-right-item {
    position: relative;
    margin-bottom: 24px;
    padding-left: 40px
}

.what-bages-right-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px
}

.what-bages-right-time {
    font-weight: 700;
    color: #222;
    font-size: 16px
}

.what-bages-right-link {
    position: relative;
    color: #4555a4;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none
}

.what-bages-right-link>span {
    font-weight: 400;
        padding-bottom: 1px;
}


.what-bages-right-link:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #4555a4;
    transform: scaleX(0);
    transition: transform .5s ease-in-out
}

.what-bages-right-link:hover::after {
    transform: scaleX(1)
}

.what-bages-bg {
    position: relative;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 55px;
        height: 400px;
}
.what-bages-bg::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2F3B72;
    mix-blend-mode: overlay;

}
.news-section {
   padding-top:  600px;
    margin-bottom: 8.75rem
}

.news {
    position: relative;
}

.news-card {
    position: relative
}

.news-card:hover::after {
    opacity: 0.4;
}

/*.news-card:hover .news-card-info-wrap{
    max-width: 100%;
}*/
.news-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-card::after {
    position: absolute;
    content: '';
    bottom: 15px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-left: 130px solid #c1cbff;
    border-bottom: 80px solid transparent;
    opacity: 0;
    transition:  opacity 0.3s;
    z-index: 30
}

.news-card-info {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: auto;
    min-height: 176px;
    max-width: 410px;
    padding-left: 50px;
    padding-right: 20px
}

.news-card-info-wrap {
max-width: 420px;
    width: 100%;
    position: absolute;
          bottom: 0;
    right: 0;
    border: 1px solid #c1cbff;
        border-bottom: none;
            border-right: none;
    background-color: #fff;
    transition: 0.5s cubic-bezier(0.07, 0.04, 0.67, 0.71);
}
.news-card-info::before {
    width: 100%;
    min-height: 176px;
    right: 0;
    bottom: 0;
    border: 1px solid #c1cbff;
    background-color: #fff
}

.news-card-info-time {
    color: #9c9c9c;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 15px
}

.news-card-info-title {
    color: #2f3b72;
    font-size: 22px;
    font-weight: 700;
}
.news-card-info-title-link{
    color: #2f3b72;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    cursor: text;
}
.more-link {
        position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 180px;
    margin: 0 auto;
    text-decoration: none;
    font-size: 23px;
    font-weight: 600;
    color: #c5cefe;
        right: 20%;
    bottom: 52px;
    transform: scale(1.2);
}

.more-link::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-left: 59px solid transparent;
    border-right: 52px solid transparent;
    border-bottom: 99px solid #4d5b9c;
    transform: rotate(90deg) translate(-50%, -46%);
    transition: transform .2s ease-in-out
}

.more-link:hover::before {
    transform:  rotate(90deg) translate(-57%, -47%) scale(1.3)
}
.more-link-text{
position: absolute;
z-index: 20;
height: 150px;
    width: 180px;
    text-align: center;
    line-height: 138px;
    cursor: pointer;
        margin-left: -5px;
        font-size: 19px;
    color: #D9DFFF;
    font-weight: 600;
}
.bg-link {
    position: relative;
    width: 180px;
    height: 150px;
    left: 15px;
    z-index: 10
}
.news-item {
        margin-bottom: 32px;
    /*cursor: pointer;*/
    width: 100%;
    height: 518px;
    max-width: 48%;
        border: 1px solid #c1cbff;
}
.news-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-card:nth-child(even){
    transform: translateY(-205px);

}

.link-work {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 174px;
    color: #2f3b72;
    font-weight: 900;
    text-decoration: none;
    width: 100px;
    margin-bottom: 50px;
    padding-left: 17px;
    padding-top: 50px;
    text-transform: uppercase;
}
.link-work  h2{
    font-size: 3rem;
        line-height: 1.3em;
}
.link-work::after {
    position: absolute;
    content: '';
    top: 0;
    left: 19px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 180px solid #c1cbff;
    transform: rotate(15deg);
    z-index: -1
}

.footer-form {
    position: relative;
    background-position: center;
    background-size: cover
}

.footer-form::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(47, 59, 114, .91)
}

.footer-form-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3.5rem 0
}

.footer-form-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: .8em;
    text-transform: uppercase;
    text-align: center;
}
.form-holder{

display: flex;
}
.footer-form textarea {
    border: 1px solid #101c53;
    background-color: rgba(255, 255, 255, .74);
    min-width: 471px;
    width: 100%;
    height: 228px;
    padding: 15px;
    color: rgba(47, 59, 114, 0.61);
        padding-top: 20px;
}

.footer-form textarea::-webkit-input-placeholder {
    color: rgba(47, 59, 114, 0.61);
    font-size: 1rem;
    font-weight: 400
}

.footer-form textarea::-moz-placeholder {
    color: rgba(47, 59, 114, 0.61);
    font-size: 1rem;
    font-weight: 400
}

.footer-form textarea:-ms-input-placeholder {
    color: rgba(47, 59, 114, 0.61);
    font-size: 1rem;
    font-weight: 400
}

.footer-form textarea::-ms-input-placeholder {
    color: rgba(47, 59, 114, 0.61);
    font-size: 1rem;
    font-weight: 400
}

.footer-form textarea::placeholder {
    color: rgba(47, 59, 114, 0.61);
    font-size: 1rem;
    font-weight: 400
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing , .span.wpcf7-not-valid-tip{
    color: #fff;
        max-width: 775px;
}
.form-inputs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
    width: 100%;
}

.form-inputs input[type=email],
.form-inputs input[type=text] {
    width: 273px;
    outline: 0;
    color: rgba(193, 203, 255, .61);
    font-size: 1rem;
    font-weight: 400;
    background: 0 0;
    border: none;
    padding-bottom: 7.5px;
    border-bottom: 1px solid rgba(193, 203, 255, .61);
    margin-bottom: 37px
}

.form-inputs input[type=email]::-webkit-input-placeholder,
.form-inputs input[type=text]::-webkit-input-placeholder {
    color: rgba(193, 203, 255, .61)
}

.form-inputs input[type=email]::-moz-placeholder,
.form-inputs input[type=text]::-moz-placeholder {
    color: rgba(193, 203, 255, .61)
}

.form-inputs input[type=email]:-ms-input-placeholder,
.form-inputs input[type=text]:-ms-input-placeholder {
    color: rgba(193, 203, 255, .61)
}

.form-inputs input[type=email]::-ms-input-placeholder,
.form-inputs input[type=text]::-ms-input-placeholder {
    color: rgba(193, 203, 255, .61)
}

.form-inputs input[type=email]::placeholder,
.form-inputs input[type=text]::placeholder {
    color: rgba(193, 203, 255, .61)
}

.form-inputs input[type=submit] {
    background: 0 0;
    color: #d9dfff;
    font-size: 1.187rem;
    font-weight: 700;
    border: none;
    cursor: pointer
}

.input-arrow {
    position: relative;
    display: inline-block;
    text-align: center;
        margin-top: 18px;
}

.input-arrow::after {
    position: absolute;
    content: '';
    bottom: 0;
    border-top: 8px solid transparent;
    border-left: 10px solid #d9dfff;
    border-bottom: 8px solid transparent;
    margin-left: 10px;
    top: 59%;
transform: translateY(-50%);
}
div.wpcf7 .ajax-loader{
    display: none;
}
.footer-form-contact-img {
    position: absolute;
    left: -4vw;
    top: -30px;
    height: 24vw;
}

.dark-modal {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    overflow: auto;
    opacity: 0;
    z-index: -1;
    transition: opacity .5s ease-out;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.dark-modal-active {
    z-index: 800;
    opacity: 1
}

.modal-popap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 4rem auto;
    width: 90%;
    max-width: 970px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .6);
    background-color: #fff;
    opacity: 0;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.modal-popap-close {
    position: absolute;
    width: 38px;
    height: 38px;
    right: -40px;
    top: -20px;
    display: block;
    z-index: 300;
    cursor: pointer
}

.modal-popap-close::after,
.modal-popap-close::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    left: 50%;
    background-color: #fff;
    transition: background-color .5s ease-in-out
}

.modal-popap-close::after {
    transform: rotate(45deg)
}

.modal-popap-close::before {
    transform: rotate(-45deg)
}

.modal-popap-close:hover::after,
.modal-popap-close:hover::before {
    background-color: #ffb4b4
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 270px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 3.4rem;
    text-align: center
}

.modal-header::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .59)
}

.modal-header-title {
    position: relative;
    color: #fff;
    font-family: Roboto;
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 900;
    text-transform: uppercase
}

.modal-content {
    padding: 0 1.7rem;
    margin-top: 3.4rem
}

.modal-content-title {
    color: #2f3b72;
    font-size: 1.625rem;
    font-weight: 900;
        text-transform: uppercase;
            text-align: left;
}
.modal-news-content-title{
    margin-top: 3.4rem;
        text-transform: uppercase;
}
.modal-content-title-last {
    color: #222;
    font-size: 1.375rem;
    font-weight: 400;
    margin-top: 1.36em;
    margin-bottom: 1.36em
}

.app-content ul  {
    margin-top: 1.5rem;
    margin-bottom: 2rem
}

.app-content li  {
    position: relative;
    margin-bottom: 1em;
    padding-left: 2.4em;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5em;
    color: #222;
    list-style-type: none;
        text-align: left;
}

.app-content li::before  {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(../img/svg/romb.png)
}
.footer-info-code p{
margin: 0;
}
.modal-footer {
    position: relative;
    background-color: #2f3b72
}

.modal-footer::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 230px;
    height: 130px;
    background: url(../img/svg/titleL.svg) no-repeat
}

.modal-footer::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 230px;
    height: 130px;
    background: url(../img/svg/titleR.svg) 36px no-repeat
}

.modal-footer-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2.1rem 0;
    font-weight: 500
}

.modal-footer-text-title {
    display: block;
    color: #fff;
    font-size: 1.75rem;
    margin-bottom: 1.5em
}

.modal-footer-text-links {
    position: relative;
    color: #d9dfff;
    font-size: 1.31rem;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 19px;
    padding-left: 36px
}

.modal-footer-text-links>span {
    font-weight: 400
}

.modal-footer-text-links::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #d9dfff;
    transform: scaleX(0);
    transition: transform .5s ease-in-out
}

.modal-footer-text-links:hover::before {
    transform: scaleX(1)
}

.modal-footer-text-links-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
        zoom: 80%;
}

.news-popap-wrap-active,
.por-popap-wrap-active {
    opacity: 1;
    z-index: 9999
}

.por .modal-news-content {
    margin-top: 2rem
}

.modal-news-content-link {
    display: flex;
    box-sizing: border-box;
    word-wrap: break-word;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 370px;
    margin-left: auto;
}

.modal-link-text {
    position: relative;
    color: #4555a4;
    font-size: 1rem;
    font-weight: 400;
    padding-left: 28px;
    text-decoration: none;
    margin-top: 40px
}

.modal-link-text::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background: url(../img/svg/earch.svg)
}

.modal-news-content-title {
    color: #2f3b72;
    font-size: 1.625rem;
    font-weight: 900;
    margin-bottom: 15px
}
.modal-news-content-title + p{
margin-top: 1.36em;
}
.modal-news-content-img {
    position: relative;
    box-sizing: border-box;
    word-wrap: break-word;
}

.modal-news-content-img-arrow {
    position: absolute;
    content: '';
    left: -2.5vw;
    top: -29%;
    width: 500px;
    height: 126%;
    z-index: -1;
}

.modal-news-content-img img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 0 25px;
}

.modal-news-header {
    position: relative;
    margin-bottom: 7.75rem;
}

.modal-news-title {
    position: relative;
    color: #2f3b72;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0;
    max-width: 620px;
    min-height: 200px;
    margin: 0 auto;
    z-index: 20;
    word-wrap: break-word;
}

.modal-news-title-img {
    position: relative;
    height: 23px;
    background-size: cover;
    background-position: center
}

.modal-news-title-img::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .59)
}

.modal-news-content {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.modal-news-content p , .por-popap-wrap p , .modal-news-content-right p   {
    color: #222;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
    width: 100%;
}

.modal-news-content p>b , .por-popap-wrap p>b  , .modal-news-content-right p>b {
    font-weight: 700
}
.wp-block-columns + .modal-news-content{
 margin-bottom: 28px
}
.modal-news-content-left {
    box-sizing: border-box;
    word-wrap: break-word;
        width: 100%;
    padding: 15px;
    padding-top: 30px
}

.modal-news-content-right {
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 30px 15px;
    background-color: #eceffe;
    max-width: 100%;
    margin-left: 30px;
    margin-right: 15px;
    margin-bottom: 38px;
    height: 100%;
}

.modal-popap-news-img {
    position: absolute;
    top: -30px;
    height: 125%;
    left: 50%;
    transform: translateX(-50%);
}

.slider-wrapper {
    position: relative
}

.swiper-modal img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 500px;
        height: 100%;
}

.swiper-modal {
   height: 564px
}
.header-info-contact-none{
display:none;
}
@media screen and (min-width:992px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px
    }
}

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

    .directions-section::after,
    .directions-section::before {
        width: calc(60vw - 355px)
    }
}

@media screen and (max-width:1300px) {
    .link-work {
        left: 30px
    }
}
@media screen and (max-width:1260px) {
    .modal-popap-news-img {
            height: 100%;
    }
    .modal-news-header{
    margin-bottom: 0;
    }
}
@media screen and (max-width:1195px) {
    .directions-section {
        margin-bottom: 0
    }

    .what-section::after {
        top: -2%
    }

    .what-section::before {
        top: -2%
    }
}

@media screen and (max-width:1180px) {
    .modal-news-content-img-arrow {
        width: 42vw
    }
}

@media screen and (max-width:1140px) {
    body {
        font-size: 14px
    }

    .header::before {
        display: none
    }
    
    .header-logo {
        transform: translate(0, 0)
    }
    .header {
    height: 67px;
    padding: 0 17px;
}
.header-info {
    margin-left: 0;
    margin-right: 0;
}
}

@media screen and (max-width:1120px) {
    .title-slider {
        font-size: 6vw
    }

    .news-card::before {
        display: none
    }
}

@media screen and (max-width:1100px) {
    .directions-item-title {
        right: -50px;
        width: 253px;
        height: 154px;
        font-size: 1.2rem;
        bottom: 40px
    }

    .directions-item-title:nth-of-type(3) .directions-item-title {
        bottom: auto;
        top: -37px
    }

    .directions-item-title:nth-of-type(4) .directions-item-title {
        right: auto;
        left: -50px
    }
}

@media screen and (max-width:1095px) {
    .directions-section::after {
        width: calc(65vw - 355px);
        top: -2%
    }

    .directions-section::before {
        width: calc(65vw - 355px);
        top: -14%
    }
    .home-section {
    margin-bottom: 7.8rem;
}
}
@media screen and (max-width:998px) {

    .modal-popap-news-img {
        width: 100%;
    }
}
@media screen and (max-width:990px) {
.home-section {
    margin-bottom: 2rem;
}
    .directions-section::after,
    .directions-section::before {
        display: none
    }
}

@media screen and (max-width:980px) {
    body {
        font-size: 12px
    }

    .directions-item:hover .directions-item-title {
        width: 320px;
        height: 200px
    }

    .modal-news-content-img-arrow {
        top: -35%
    }
}

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

    .swiper-button-next:after,
    .swiper-button-prev:after {
        top: 22px;
        left: 22px
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 15px;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        background-color: rgba(0, 0, 0, .5)
    }
.home-slider-container .swiper-button-next,
.home-slider-container .swiper-button-prev {
    background: none;
}
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 15px;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        background-color: rgba(0, 0, 0, .5)
    }
}

@media screen and (max-width:940px) {
    .what-plus-item>li::before {
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    .what-plus-item>li {
        padding-left: 0;
        padding-top: 120px;
        width: calc(50% - 30px)
    }

    .what-plus-item>li:nth-of-type(2n):after {
        left: 45%;
        top: -25px;
        transform: rotate(-25deg) translateX(-50%)
    }

    .what-plus-item>li::after {
        left: 55%;
        transform: rotate(25deg) translateX(-50%)
    }
}

@media screen and (max-width:920px) {
    .modal-news-content {
        margin-top: 2rem
    }
}

@media screen and (max-width:900px) {
    .home-section {
        height: 100%
    }
}
@media screen and (max-width:910px) and (min-width: 750px){
    .news-card-info-wrap{
        border-left: none;
    }
}
@media screen and (max-width:870px) {
    .modal-news-content-link {
    
        flex-direction: column
    }
    .news-section{
        padding-top: 850px;
    
    }

 

    .modal-news-content-img-arrow {
        display: none
    }

    .modal-news-content {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .modal-news-content-left {
        margin-bottom: 1.5rem
    }

}

@media screen and (max-width:840px) {
    .directions-item {
        min-height: 226px;
        margin-bottom: 4.9rem
    }

    .directions-item-title {
        bottom: 11px
    }

    .modal-popap-close {
        right: 0px;
        top: 2px
    }
}

@media screen and (max-width:820px) {
    .what-bages {
        flex-direction: column;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .what-bages-left,
    .what-bages-right {
        width: calc(100% - 30px)
    }
    .what-bages-right-wrapper{
        display: flex;
    justify-content: space-around;
    }
        .what-bages-right-wrapper > div{
       padding: 0 15px;
    }
    .what-bages-left-title {
    text-align: center;
}
    .news-section {
        margin-bottom: 2.5rem;
    }
    .inst {
     margin-bottom: 10px; 
}
}

@media screen and (max-width:800px) {
    .home-section {
        height: auto;
        margin-bottom: 0
    }

    .footer-contact {
        margin: 30px 0
    }

    .footer-info {
        text-align: center
    }

    .footer-form-title {
        font-size: 2.5rem
    }

    .footer-form textarea {
        min-width: 100%
    }

    .form-holder {
        flex-direction: column
    }

    .form-inputs {
        margin-left: 0;
        margin-top: 40px
    }

    .footer-form-contact-img {
        display: none
    }
    .form-inputs input[type=email], .form-inputs input[type=text]{
    width: 100%;
    }
}

@media screen and (max-width:760px) {
    .directions-img {
        padding-right: 0;
            height: auto;
    }
    .directions-img::after{
    width: 100%;
    }
    .inst-link {
    margin-bottom: 0.5em;
}
.directions-item img {
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
    .directions-img::before {
        display: none
    }

    .directions-item {
        width: calc(50% - 30px);
        margin-bottom: 1.9rem;
        display: flex;
    flex-direction: column;
    }
    .directions-img{
        height: 100%;
    }
    .directions-item-title {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  
          width: 100%;
            text-align: center;
    }
.directions-item-center{
max-width: 100%;
}
    .directions-item:nth-of-type(2) .directions-item-title {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
            text-align: center;
    }

    .directions-item:nth-of-type(3) .directions-item-title {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
            text-align: center;
    }

    .directions-item:nth-of-type(4) .directions-item-title {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
            text-align: center;
    }

    .directions-item:hover .directions-item-title {
        width: 100%;
            height: auto;
    }
}

@media screen and (max-width:750px) {
    .news-wrapper {
       flex-direction: column;
}
.news-card:nth-child(even) {
    transform: translateY(0);
}
.news-item {
    max-width: 100%;
}
    .link-work {
        margin-left: auto;
        margin-right: auto;
        width: 270px;
             left: 0;
     padding-left: 0;
         font-size: 2.5rem;
             margin-bottom: 100px;
    }
    .more-link{
        right: auto; 
     bottom: auto;
         position: relative;
    
    }
}

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

    .modal-footer::after,
    .modal-footer::before {
        display: none
    }
}

@media screen and (max-width:735px) {
    .title-slider {
        bottom: 30px
    }
}

@media screen and (max-width:730px) {
    .footer {
        flex-direction: column
    }
}

@media screen and (max-width:725px) {
    .header-info-contact {
        width: auto;
        flex-direction: column
    }
}



@media screen and (max-width:690px) {
    .modal-news-title {
        font-size: 2.2rem;
        color: #fff
    }

    .modal-news-title-img {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0
    }

    .modal-news-content {
        margin-top: 0
    }

    .modal-popap-news-img {
        display: none
    }
}

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

    .swiper-modal,
    .swiper-modal img {
        min-height: 250px
    }
}

@media screen and (max-width:670px) {
    .modal-header-title {
        font-size: 2.2rem
    }
}

@media screen and (max-width:650px) {
    .modal-news-content-img-arrow {
        display: none
    }
}

@media screen and (max-width:640px) {
.what-bages-right-wrapper {
   max-width: 320px;
    flex-direction: column;
    margin: 0 auto;
}
.what-bages-right-wrapper > div {
    padding: 0;
}
    .inst-logo {
        margin-left: 15px
    }
    .what-bages-bg{
    height: auto;
    }
    .inst-logo::after {
        display: none
    }

    .what-plus-item {
        flex-direction: column;
        align-items: center
    }

    .what-plus-item>li {
        margin-bottom: 30px;
        width: calc(100% - 30px)
    }

    .what-bages {
        transform: translateY(0);
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .what-bages-bg {
        background-size: 0
    }

    .news-section {
        padding-top: 20px;
        margin-bottom: 60px
    }
}

@media screen and (max-width:630px) {
    .center {
        flex-direction: column
    }

    .partners-text {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center
    }
}

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

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        display: none
    }

    .inst-title {
        font-size: 1.2rem
    }
}

@media screen and (max-width:600px) {
.modal-news-content-right {
    max-width: 100%;
    margin: 0;
    margin-bottom: 15px;
    padding: 15px 15px;
}
.modal-news-content-img img{
    width: 100%;
    margin-top: 15px;
}
    .what-title {
        font-size: 8vw
    }
    .modal-news-content p, por-popap-wrap p {
    padding-left: 10px;
    padding-right: 10px;
}
}

@media screen and (max-width:590px) {
    .directions-item {
        width: 100%;
            margin: 0;
    }
     .directions-item:last-of-type{
            margin-bottom: 60px;
     }
    .directions-item-title {
        padding: 15px 20px;
        text-align: center;
        justify-content: center;
        font-size: 6vw
    }
}

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

    .header-info-contact{
    display:none;
    }
    .header-info-contact-none{
    display: block;
    }
}

@media screen and (max-width:530px) {
    .modal-content-title {
        font-size: 1.4rem;
        text-align: center
    }
   .footer-form-title {
        font-size: 2rem
    }
    .modal-content-title-last {
        font-size: 1.2rem;
        text-align: center
    }
    .directions-item-title{
    font-size: 26px;
    }
    .app-content li {
        padding-left: 0;
        padding-top: 30px;
        text-align: center
    }

    .app-content li::before {
        left: 50%;
        top: -15px;
        transform: translateX(-50%)
    }
}
@media screen and (max-width:470px) {
    .directions-title {
        font-size: 2.2rem
    }
    .link-work{
        font-size: 2.1rem;
    }
    .what-title{
    font-size: 2rem
    }
    .what-plus-title{
    font-size: 1.5rem
    }
}

@media screen and (max-width:455px) {
    .what-section {
        padding-top: 3rem
    }
    .header-logo img{
    zoom: 0.8;
    }
    .news-card-info {
    padding-left: 15px;
    padding-right: 15px;
}
    .what-section::after {
        display: none
    }

    .what-section::before {
        display: none
    }
        .inst-link {
    flex-direction: column;
    align-items: center;
}
.inst-logo{
margin-left: 0;
margin-top: 15px;
}
}
.wp-block-columns {

    align-items: center;
}
@media screen and (max-width:452px){
    .news-card-info-wrap{
        border-left: none;
    }
}
@media screen and (max-width:450px) {

    .news-item{
    height: auto;

    }
    .news-card-info-wrap {
    position: relative;
            border: none;
}
    .what-title {
        font-size: 2.2rem
    }
    .title-slider {
        font-size: 25px;
    padding: 0px 37px;
    bottom: 14px;
}

.more-link{
    zoom: 65%;
}

.home-slider-container, .main-slider{

            height: 400px;
            max-height: 100%;
}
.partners-text {
    font-size: 17px;
}
}
span.wpcf7-not-valid-tip{
    color: #ff9eb1;
    margin-top: -30px;
    margin-bottom: 10px;
}
.header-info-contact-none .header-info-contact-item{
height: 38px;
width: 100%;
    background: #2F3B72;
    text-align: center;
        line-height: 38px;
        display: block;
}
.modal-popap-news-popap .swiper-wrapper{
min-height: 564px;
}

div.wpcf7-mail-sent-ok {
    border: none!important;
    background: rgba(225, 255, 225, 0.7);
    padding: 12px 25px;!important;
    color: #0d2702;
    display: inline-block !important;
    margin: 2em 0!important;
}
.animateSlide img {
    transform: scale(1.4) rotate(12deg);
    -webkit-animation: 3s cubic-bezier(.19, .13, 1, .81) forwards slideAnime;
    animation: 3s cubic-bezier(.19, .13, 1, .81) forwards slideAnime
}

@-webkit-keyframes slideAnime {
    25% {
        transform: scale(1.4) rotate(12deg)
    }

    100% {
        transform: scale(1) rotate(0)
    }
}

@keyframes slideAnime {
    25% {
        transform: scale(1.4) rotate(12deg)
    }

    100% {
        transform: scale(1) rotate(0)
    }
}


.footer-form .wpcf7 form.sent .wpcf7-response-output {
    padding: 20px;
    border-color: #46b450;
    color: #fff;
}

/*START: Hide temporary not needed elements */
.what-section > .wrapper {
    display: none;
}

/*.what-bages-bg {
    margin-top: -150px;
}*/

.news-card-info-time {
    display: none;
}

.more-link {
    display: none;
}

/*END: Hide temporary not needed elements  */


.is-layout-flex.wp-container-3.wp-block-columns{
    align-items: center !important;
}