@font-face {
    font-family: 'Cera Pro';
    src: url("../fonts/CeraPro-Bold.eot");
    src: local('Cera Pro Bold'), local('CeraPro-Bold'), url("../fonts/CeraPro-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/CeraPro-Bold.woff") format('woff'), url("../fonts/CeraPro-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url("../fonts/CeraPro-Regular.eot");
    src: local('Cera Pro Regular'), local('CeraPro-Regular'), url("../fonts/CeraPro-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/CeraPro-Regular.woff") format('woff'), url("../fonts/CeraPro-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmsiProCond-Ultra';
    src: url("../fonts/AmsiProCond-Ultra.eot");
    src: local('../fonts/Amsi Pro Cond Ultra'), local('../fonts/AmsiProCond-Ultra'), url("../fonts/AmsiProCond-Ultra.eot?#iefix") format('embedded-opentype'), url("../fonts/AmsiProCond-Ultra.woff2") format('woff2'), url("../fonts/AmsiProCond-Ultra.woff") format('woff'), url("../fonts/AmsiProCond-Ultra.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.app {
    font-family: 'Cera Pro';
    font-size: 1rem;
    font-weight: 400;
    color: #004388;
    background: #fff;
    line-height: 1.4;
}

@media screen and (min-width: 992px) {
    .app {
        font-size: 1.125rem;
    }
}


.app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    height: 100vh;
}

.app__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    height: 100vh;
}

.app__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.app img {
    max-width: 100%;
}




@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 33.75rem;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 45rem;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 60rem;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 71.25rem;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 82.5rem;
    }
}




h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'AmsiProCond-Ultra';
    text-transform: uppercase;
    line-height: 120%;
    margin-bottom: 1rem;
}

h1,
.h1 {
    font-size: 3.4375rem;
}

h2,
.h2 {
    font-size: 2.1875rem;
}

h3,
.h3 {
    font-size: 1.875rem;
}

h4,
.h4 {
    font-size: 1.375rem;
}

h5,
.h5 {
    font-size: 1.125rem;
}

h6,
.h6 {
    font-size: 0.875rem;
}

@media screen and (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 7.5rem;
    }

    h2,
    .h2 {
        font-size: 5rem;
    }

    h3,
    .h3 {
        font-size: 3.125rem;
    }

    h4,
    .h4 {
        font-size: 1.875rem;
    }

    h5,
    .h5 {
        font-size: 1.25rem;
    }

    h6,
    .h6 {
        font-size: 1rem;
    }
}






.btn {
    padding: 1rem 1.5rem;
    font-family: 'Cera Pro';
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    border-radius: 562.5rem;
    -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

@media screen and (min-width: 576px) {
    .btn {
        padding: 0.9375rem 1.875rem;
        font-size: 1.125rem;
    }
}

.btn:focus,
.btn:active {
    background-color: inherit;
    border-color: inherit;
    box-shadow: none;
    color: inherit;
}

.btn-warning {
    color: #fff;
    background-color: #f3ba29;
    border-color: #f3ba29;
}

.btn-warning:hover,
.btn-warning:focus-visible {
    background-color: #fff;
    border-color: #fff;
    color: #f3ba29;
    outline: 0;
}


.btn-primary,
.btn-primary.active {
    background-color: #004388;
    border-color: #004388;
}

.btn-primary:hover,
.btn-primary:focus-visible {
    background-color: #f3ba29;
    border-color: #f3ba29;
    outline: 0;
}


p:last-child {
    margin: 0;
}




.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}



.app .swiper-pagination-bullet {
    background: #f3ba29;
    opacity: 1;
    margin: 0 0.25rem !important;
    width: 0.5rem;
    height: 0.5rem;
}

.app .swiper-pagination-bullet:focus {
    outline: 0;
}

.app .swiper-pagination-bullet:focus-visible {
    outline: 1px solid #f1882a;
}

.app .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f1882a;
}

@media screen and (min-width: 992px) {
    .app .swiper-pagination-bullet {
        width: 0.9375rem;
        height: 0.9375rem;
        margin: 0 0.5625rem !important;
    }
}









html.is-opened body {
    overflow: hidden;
    height: 100%;
    position: relative;
}


.app img {
    max-width: 100%;
}


.app-header {
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
    padding-bottom: 0.625rem;
    -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

@media screen and (min-width: 1400px) {
    .app-header__container {
        max-width: 90rem;
    }
}


.app-header.is-fixed {
    background: #bde1e5;
    -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}

.app-header.hidden {
    transform: translateY(-100%);
}

.app-header__logo {
    max-width: 6.875rem;
    height: 2.875rem;
    width: 100%;
    z-index: 0;
    /* -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7466%) hue-rotate(83deg) brightness(115%) contrast(104%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7466%) hue-rotate(83deg) brightness(115%) contrast(104%);*/
}

.dark-logo {
    display: none;
}

.app-header__logo img {
    opacity: 0;
}

.app-header__logo lottie-player {
    position: absolute;
    right: 0;
    left: -0.125rem;
    bottom: 0;
    height: 3.625rem;
}


.app-header__btn {
    margin-right: -1.25rem;
    max-width: 4.4375rem;
}

.app-header__btn svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-header.is-fixed .app-header__btn {
    max-width: 3.4375rem;
}

@media screen and (min-width: 576px) {
    .app-header__logo {
        max-width: 15.875rem;
        height: 2.5rem;
    }

    .app-header__logo lottie-player {
        bottom: -2rem;
        width: 100%;
        height: 9.625rem;
    }

    .app-header__btn {
        max-width: 6.75rem;
    }

    .app-header.is-fixed .app-header__btn {
        max-width: 4.4375rem;
    }
}




.app-header__list {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;

    line-height: 100%;
    text-transform: uppercase;
}

.app-header__list a {
    color: #004388;
    text-decoration: none;
}

.app-header__list a:hover {
    text-decoration: none;
    color: #f3ba29;
}



.app-header.is-opened .app-header__btn {
    -webkit-transform: rotate(-165deg);
    -ms-transform: rotate(-165deg);
    -o-transform: rotate(-165deg);
    transform: rotate(-165deg);
    z-index: 1;
}


.app-header__list {
    font-family: 'AmsiProCond-Ultra';
    font-size: 2.5rem;
}



.app-header__list li {
    margin-bottom: 1.875rem;
}

.app-header__btn {
    -webkit-transform-origin: 50% 60%;
    -ms-transform-origin: 50% 60%;
    -o-transform-origin: 50% 60%;
    transform-origin: 50% 60%;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

.app-header__btn:hover {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
    .app-header__list {
        font-size: 5rem;
    }

    .app-header__list li {
        margin-bottom: 1.25rem;
    }
}



@media screen and (min-width: 992px) {
    .app-header__list {
        font-size: 5.25rem;
    }

}



.app-header__fixed {
    top: 0;
    left: 0;
    right: 0;
    /*  z-index: -1;
*/
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    max-height: 55.625rem;
    padding-top: 6.25rem;
}




/*.app-header__fixed-bg {
  z-index: -1;
}*/

.app-header.is-opened .app-header__fixed {
    opacity: 1;
    visibility: visible;
}

.app-header__fixed-bg--1 {
    -webkit-transition: 0.2s ease opacity, 0.2s cubic-bezier(0.74, 0.58, 0, 0.68) -webkit-transform;
    transition: 0.2s ease opacity, 0.2s cubic-bezier(0.74, 0.58, 0, 0.68) -webkit-transform;
    -o-transition: 0.2s ease opacity, 0.2s cubic-bezier(0.74, 0.58, 0, 0.68) -o-transform;
    transition: 0.2s cubic-bezier(0.74, 0.58, 0, 0.68) transform, 0.2s ease opacity;
    transition: 0.2s cubic-bezier(0.74, 0.58, 0, 0.68) transform, 0.2s ease opacity, 0.2s cubic-bezier(0.74, 0.58, 0, 0.68) -webkit-transform, 0.2s cubic-bezier(0.74, 0.58, 0, 0.68) -o-transform;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-filter: drop-shadow(0 0 0.375rem rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 0.375rem rgba(0, 0, 0, 0.2));
}

.app-header__btn {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.app-header__btn .is-hide {
    -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.app-header__list a {
    line-height: 0.4;
}

.app-header__list li {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
    opacity: 0;
}

.app-header__list li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.app-header__list li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.app-header__list li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.app-header__list li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.app-header__list li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.app-header.is-opened .app-header__list li {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.app-header.is-opened .app-header__list li:nth-child(1) {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
}

.app-header.is-opened .app-header__list li:nth-child(2) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.app-header.is-opened .app-header__list li:nth-child(3) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.app-header.is-opened .app-header__list li:nth-child(4) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.app-header.is-opened .app-header__list li:nth-child(5) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.app-header.is-opened .app-header__btn {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.app-header.is-opened .app-header__btn .is-hide {
    opacity: 0;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.app-header.is-opened .app-header__fixed-bottom {
    opacity: 1;
    visibility: visible;
}

.app-header.is-opened .app-header__fixed-bg--1 {
    -webkit-transition: 0.4s ease opacity, 0.4s cubic-bezier(0.74, 0.58, 0, 0.68) -webkit-transform;
    transition: 0.4s ease opacity, 0.4s cubic-bezier(0.74, 0.58, 0, 0.68) -webkit-transform;
    -o-transition: 0.4s ease opacity, 0.4s cubic-bezier(0.74, 0.58, 0, 0.68) -o-transform;
    transition: 0.4s cubic-bezier(0.74, 0.58, 0, 0.68) transform, 0.4s ease opacity;
    transition: 0.4s cubic-bezier(0.74, 0.58, 0, 0.68) transform, 0.4s ease opacity, 0.4s cubic-bezier(0.74, 0.58, 0, 0.68) -webkit-transform, 0.4s cubic-bezier(0.74, 0.58, 0, 0.68) -o-transform;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

@media screen and (min-width: 768px) {
    .app-header__fixed {
        overflow-y: auto;
        /*max-height: -webkit-calc(100vh - 220px);
    max-height: calc(100vh - 220px);*/
    }

    .app-header__fixed-bg--1 {
        right: -7.25rem;
        top: 1.125rem;
        width: 102.4375rem;
        height: 56.6875rem;
        background: url("../img/menu-bg.svg") 0 0 no-repeat;
        -webkit-transform-origin: -webkit-calc(100% - 12.5rem) 3.75rem;
        -ms-transform-origin: calc(100% - 12.5rem) 3.75rem;
        -o-transform-origin: calc(100% - 12.5rem) 3.75rem;
        transform-origin: calc(100% - 12.5rem) 3.75rem;
        background-size: cover;
    }

    .app-header.is-fixed .app-header__fixed-bg--1 {
        right: -8.5rem;
        top: -0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .app-header__fixed-bg--1 {
        right: -7.8125rem;
        top: 3.125rem;
        width: 43rem;
        height: 63.75rem;
        background: url("../img/menu-bg__mob.svg") 0 0 no-repeat;
        -webkit-transform-origin: -webkit-calc(100% - 8.75rem) 0.625rem;
        -ms-transform-origin: calc(100% - 8.75rem) 0.625rem;
        -o-transform-origin: calc(100% - 8.75rem) 0.625rem;
        transform-origin: calc(100% - 8.75rem) 0.625rem;
        background-size: 100% 100%;
    }

    .app-header__fixed {
        bottom: 0;
        overflow-y: auto;
        justify-content: space-between;
    }

    .app-header__fixed>div:first-child {
        margin: auto;
    }

    .app-header__fixed-in {
        /*min-height: -webkit-calc(100vh - 380px);
    min-height: calc(100vh - 380px);*/
    }

    .app-header__fixed-bottom {
        -webkit-transition: 0.4s ease all;
        -o-transition: 0.4s ease all;
        transition: 0.4s ease all;
        opacity: 0;
        visibility: hidden;
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
        padding-bottom: 10vw;
        position: fixed;
        bottom: 0;
    }


}

.app-header__soc img {
    width: 1.5rem;
    -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(98%) saturate(1804%) hue-rotate(196deg) brightness(94%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(16%) sepia(98%) saturate(1804%) hue-rotate(196deg) brightness(94%) contrast(101%);

}




.app-header__fixed-logo {
    max-width: 6.875rem;
    height: 1.25rem;
    width: 100%;
    margin-bottom: 0.9375rem;


}




@media screen and (min-width: 576px) {
    .app-header__fixed-logo {
        max-width: 15.625rem;
        height: 2.5rem;
    }

}





.app-footer {
    background: #004388;
    border-top: 1px solid #fff;
    padding: 1.5rem 0 0.5rem;
    color: #fff;
    z-index: 2;
}

.app-footer__logo img {
    max-height: 1rem;
}

.app-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1.2;
    font-size: 0.8125rem;
}

.app-footer__copy {
    font-size: 0.8125rem;
}

.app-footer a {
    color: #fff;
    text-decoration: none;
}

.app-footer a:hover {
    text-decoration: underline;
    color: #fff;
}

.app-footer__list li {
    padding: 0 0 0.75rem;
}

.app-footer__soc {
    font-size: 0;
}

.app-footer__soc a {
    -webkit-transition: 0.4s ease transform;
    -o-transition: 0.4s ease transform;
    transition: 0.4s ease transform;
}

.app-footer__soc img {
    width: 1.375rem;
}




.app-footer__soc a:hover,
.app-footer__soc a:focus {
    -webkit-transform: translateY(-0.125rem);
    -ms-transform: translateY(-0.125rem);
    -o-transform: translateY(-0.125rem);
    transform: translateY(-0.125rem);
    filter: brightness(0) saturate(100%) invert(91%) sepia(10%) saturate(5043%) hue-rotate(336deg) brightness(99%) contrast(93%);
}

@media screen and (min-width: 576px) {
    .app-footer__logo img {
        max-height: 2.5rem;
    }

    .app-footer__list {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 992px) {
    .app-footer__list li {
        padding: 0 0.5rem;
    }

    .app-footer__list {
        font-size: 0.9375rem;
    }
}

@media screen and (min-width: 1200px) {
    .app-footer__list {
        font-size: 1.125rem;
    }

    .app-footer__copy {
        font-size: 0.75rem;
    }

    .app-footer__list {
        font-size: 1.125rem;
    }
}









/*template page*/
.b-title {
    background: #004388;
    color: #fff;
}

.b-title__block {
    padding: 7.8125rem 0 2.8125rem;
}

.b-title h1 {
    font-size: 2.1875rem;
}

.b-title__bg {
    height: 5rem;
}

.b-title__bg svg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.b-title__icon {
    width: 5.625rem;
}

.b-text {
    padding: 0.9375rem 0 3.4375rem;
}

.b-text a {
    color: #f1882a;
    text-decoration: none;
}

.b-text a:hover,
.b-text a:focus {
    color: #f1882a;
    text-decoration: underline;
}

.b-text h2,
.b-text .h2,
.b-text h3,
.b-text .h3,
.b-text h4,
.b-text .h4,
.b-text h5,
.b-text .h5,
.b-text h6,
.b-text .h6 {
    margin: 1.875rem 0;
}

.b-text h2,
.b-text .h2 {
    font-size: 1.5625rem;
}

.b-text h3,
.b-text .h3 {
    font-size: 1.375rem;
}

.b-text h4,
.b-text .h4 {
    font-size: 1.25rem;
}

.b-text h5,
.b-text .h5 {
    font-size: 1.125rem;
}

.b-text h6,
.b-text .h6 {
    font-size: 0.875rem;
}

.b-text p {
    margin: 0 0 1.25rem;
}

.b-text ul,
.b-text ol {
    margin: 1.25rem 0;
}

@media screen and (min-width: 576px) {
    .b-title h1 {
        font-size: 3.4375rem;
    }

    .b-title__bg {
        height: 10rem;
    }

    .b-text h2,
    .b-text .h2 {
        font-size: 2.1875rem;
    }

    .b-text h3,
    .b-text .h3 {
        font-size: 1.875rem;
    }

    .b-text h4,
    .b-text .h4 {
        font-size: 1.25rem;
    }

    .b-text h5,
    .b-text .h5 {
        font-size: 1.125rem;
    }

    .b-text h6,
    .b-text .h6 {
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 992px) {
    .b-title__icon {
        width: 7.75rem;
    }

}

@media screen and (min-width: 1200px) {
    .b-title__block {
        padding: 10.9375rem 0 2.8125rem;
    }

    .b-title h1 {
        font-size: 6.25rem;
    }

    .b-text {
        padding: 3.4375rem 0 4.6875rem;
    }
}





/*post page */
.b-title--post {
    z-index: 1;
    background: #bde1e5;
}

.b-title--post .b-title__block {
    padding: 15rem 0 8.75rem;
}

.b-title .h3 {
    font-size: 2.1875rem;
}

.b-title__back {
    left: 1.25rem;
    color: inherit;
    text-decoration: none;
    padding: 0.25rem;
    line-height: 1;
    bottom: 100%;
    font-size: 0.875rem;
    margin-bottom: 8.125rem;
}

@media screen and (min-width: 576px) {
    .b-title__back {
        margin-bottom: 5.625rem;
    }
}


.b-title__back:hover,
.b-title__back:focus {
    color: inherit;
    text-decoration: underline;
}

.b-title__img {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.b-title__img:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13.66%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.83)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 13.66%, rgba(0, 0, 0, 0.83) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 13.66%, rgba(0, 0, 0, 0.83) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 13.66%, rgba(0, 0, 0, 0.83) 100%);
}

.b-title__img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.p-author {
    margin-bottom: 1.875rem;
}

.size-full img {
    width: 100%;
}

.wp-block-image {
    margin: 2.1875rem 0;
}

.wp-block-image figcaption {
    margin: 0.625rem 0 0;
}

.b-share {
    margin: 1.875rem 0;
    font-size: 0;
}

.b-share__title {
    font-size: 1rem;
    width: 100%;
}

.b-share a {
    -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
    max-width: 1.8125rem;
}

.b-share a:hover,
.b-share a:focus {
    opacity: 0.8;
}

@media screen and (min-width: 576px) {
    .b-share__title {
        width: auto;
    }
}

@media screen and (min-width: 992px) {
    .b-share__title {
        font-size: 1.375rem;
    }
}

@media screen and (min-width: 1200px) {
    .b-title--post .b-title__block {
        padding: 10.9375rem 0 2.8125rem;
    }

    .b-title--post .container {
        max-width: 53.75rem;
    }

    .b-title .h3 {
        font-size: 3.125rem;
    }

    .b-title__back {
        font-size: 1.125rem;
        margin-bottom: 1.25rem;
    }

    .p-author {
        margin-bottom: 4.375rem;
    }

    .wp-block-image {
        margin: 4.0625rem 0;
    }

    .wp-block-image figcaption {
        margin: 1.25rem 0 0;
    }

    .b-text--post .container {
        max-width: 53.75rem;
    }

    .b-share {
        margin: 3.75rem 0;
    }
}


.b-title__text {
    margin: 0 auto 1.875rem;
    max-width: 75%;
    font-size: 1rem;
}

.b-title__img-bg {
    margin: 0 -2vw -70vw;
}

.b-title__img-bg img {
    width: 100%;
}

.b-title__icon2 {
    width: 2.3125rem;
    bottom: 100%;
    left: 11%;
}

@media screen and (min-width: 768px) {
    .b-title__text {
        max-width: 38.75rem;
        font-size: 1.25rem;
    }

    .b-title__img-bg {
        position: absolute;
        margin: 0;
        left: 50%;
        top: -2.5rem;
        bottom: -2.5rem;
        -webkit-transform: translate(16%, 0);
        -ms-transform: translate(16%, 0);
        -o-transform: translate(16%, 0);
        transform: translate(16%, 0);
        z-index: -1;
    }

    .b-title__img-bg img {
        height: 100%;
        width: auto;
        max-width: none;
    }
}


@media screen and (min-width: 1200px) {
    .b-title__text {
        font-size: 1.375rem;
    }
}










.js-wave {
    opacity: 0;
    -webkit-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    -o-transform: translate(0, 10%);
    transform: translate(0, 10%);
}

.js-wave.is-visible {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}


.screen-darken {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
}



/*scrollbar*/
.b-scrollbar {
    overflow: hidden;
    margin: 0.625rem -3.125rem 0.125rem -1.25rem;
    padding: 4.6875rem 1.5625rem 0.125rem 0;
}

.b-scrollbar .swiper-scrollbar {
    background: #8fa1c4;
    border-radius: 0;
}

.b-scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 1px;
}

.b-scrollbar .swiper-scrollbar-drag {
    cursor: pointer;
    background: transparent;
    border-radius: 0;
    height: 4.6875rem;
    top: auto;
    bottom: 4.5625rem;
}

.b-scrollbar .swiper-scrollbar-drag:before {
    content: '';
    display: block;
    position: absolute;
    right: 4.625rem;
    top: 4.5rem;
    bottom: 0;
    width: 625rem;
    background: #1e4388;
}

.b-scrollbar__animation {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 7.125rem;
    height: 5.125rem;
    pointer-events: none;
    -webkit-transform: translate(0.375rem, 0.1875rem);
    -ms-transform: translate(0.375rem, 0.1875rem);
    -o-transform: translate(0.375rem, 0.1875rem);
    transform: translate(0.375rem, 0.1875rem);
}

@media screen and (min-width: 576px) {
    .b-scrollbar {
        margin: 0.625rem -3.125rem 0.125rem 0;
        padding: 4.5rem 1.5625rem 0.125rem 0;
    }
}

@media screen and (max-width: 575px) {
    .b-scrollbar {
        -webkit-transform: translateX(1.25rem);
        -ms-transform: translateX(1.25rem);
        -o-transform: translateX(1.25rem);
        transform: translateX(1.25rem);
    }
}










/*breadcrumb*/
.b-breadcrumb {
    left: 50%;
    top: 0;
    bottom: 7.5rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    transform: scale(-1, -1);
    margin-left: -34.375rem;
    font-size: 1rem;
    height: 37.5rem;
    z-index: 1;
}

.b-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.b-breadcrumb a:hover,
.b-breadcrumb a:focus {
    text-decoration: underline;
    color: inherit;
}

@media screen and (min-width: 1400px) {
    .b-breadcrumb {
        margin-left: -42.5rem;
    }
}

.b-contacts .b-breadcrumb {
    max-height: 37.5rem;
    color: #f1882a;
}


.wpcf7 form {
    font-size: 0.75rem;
}

.wpcf7 form .wpcf7-spinner {
    position: absolute;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #dc3232;
    border-color: #dc3232 !important;
}

#jobForm .wpcf7-not-valid-tip {
    color: #ffb3b3;
}

#jobForm .wpcf7 form.invalid .wpcf7-response-output,
#jobForm .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #ffb3b3;
    border-color: #ffb3b3 !important;
}

#jobForm .b-file .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.75rem;
}


#videoModal .btn-close {
    margin: 0.5rem 1rem -0.5rem auto;
}








@media (-webkit-device-pixel-ratio: 1.25) {
    html {
        font-size: 80%;
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    html {
        font-size: 80%;
    }

    .container {
        max-width: 81.25rem;
    }
}

@media (-webkit-device-pixel-ratio: 1.75) {
    html {
        font-size: 70%;
    }
}

.post-password-form {
    margin: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.grecaptcha-badge{
    visibility: hidden;
}