@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One-child
Template: twentytwentyone
*/

/* --------------NORMALIZE CSS-------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    height: 100%;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
	text-decoration: none;
	color: inherit;
}

/* --------------GLODAL-------------- */
@import url('/font-awesome-4.6.3/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

html {
    scroll-behavior: smooth;
}
.no-scroll {
    overflow: hidden;
}  
body{
    font-family: 'Roboto', sans-serif !important; 
}
body,
div,
section,
p,
a,
span, 
input,
textarea,
::placeholder {
    font-family: 'Roboto', sans-serif !important; 
}
.wrapper {
    max-width: 1200px;
	margin: 0 auto;
}
#masthead {
    background-color: #fff;
}
.uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
.entry-title {
    display: none;
}
.no-margin {
    margin: 0 !important;
}
.maargin-bottom {
    margin-bottom: 50px !important;
}
/* --------------Mobile menu-------------- */
.mobile-header {
    display: none;
}
.hamburger {
    position: relative;
    display: block;
    width: 35px;
    margin: 13px;
    padding: 0;
    cursor: pointer;
    appearance: none;
    background: none;
    outline: none;
    border: none;
    float: right;
    z-index: 99;
}
.hamburger .bar, 
.hamburger::before, 
.hamburger::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    margin: 8px 0px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
}
.hamburger.is-active{
    position: fixed;
    right: 0;
}
.hamburger.is-active::before {
    background-color: #050d2b;
    transform: rotate(-45deg) translate(-8px, 7px);
    -webkit-transform: rotate(-45deg) translate(-8px, 7px);
    -moz-transform: rotate(-45deg) translate(-8px, 7px);
    -ms-transform: rotate(-45deg) translate(-8px, 7px);
    -o-transform: rotate(-45deg) translate(-8px, 7px);
}
.hamburger.is-active .bar {
    opacity: 0;
}
.hamburger.is-active::after {
    background-color: #050d2b;
    transform: rotate(45deg) translate(-8px, -8px);
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    -moz-transform: rotate(45deg) translate(-8px, -8px);
    -ms-transform: rotate(45deg) translate(-8px, -8px);
    -o-transform: rotate(45deg) translate(-8px, -8px);
}

.mobile-menu-container .site-logo-link {
    margin: 0 auto;
}
.mobile-menu-container {
    position: fixed;

    bottom: 0%;
    top: 0%;
/*     
    display: flex;
    flex-direction: column;
    align-items: center; */
    background-color: #fff;
    top: 0;
    left: 100%;
    width: 100%;
    z-index: 98;
    background-color: transparent;
    padding-top: 10%;
    gap: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.mobile-menu-container.is-active{
    left: 0;
    min-height: 100vh;  
    /* min-height: 190vh; */
    background-color: #fff;
}
.mobile-menu {
    height: 100%;
    overflow-y: scroll;
}
.mobile-menu ul{
    width: 100%;
    height: 100%;
    padding: 10% 0 5% 0;
}
.mobile-menu ul li {
    color: #050d2b;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1em 0;
    text-align: center;
}
.mobile-menu .sub-menu-toggle {
    display: none;
}
.mobile-menu .sub-menu {
    display: none;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.mobile-menu .sub-menu.toggle li {
    padding: 0;
    font-size: 16px;
}
.mobile-menu .sub-menu.toggle {
    margin: 1em 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    background: #ebebeb;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    animation: showSubMenu 0.4s ease-in-out;
}
@keyframes showSubMenu {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.mobile-menu .sub-menu ul li {
    padding: 2% 0 !important;
}
/* --------------Header-------------- */
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 15px 0;
}
.site-logo-link {
	display: block;
	width: 150px;
	height: 150px;
	background: center / contain
	url('/wp-content/uploads/2022/12/site-logo.jpg') no-repeat;
}
.primary-menu {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.primary-menu .sub-menu,
.primary-menu .sub-menu-toggle {
    display: none;
}
.primary-menu li,
.primary-menu .menu-item-has-children{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    font-weight: 600;
}
.primary-menu .menu-item:hover,
.primary-menu .sub-menu .menu-item a {
    transition: 0.5s;
}
.header-menu .menu-item:hover {
    color: #2b4a8a !important;
}
.primary-menu  .current_page_item {
    color: #808080 !important;
}
.header-menu .menu-item:hover .sub-menu .menu-item {
    color: #000000
}
.sub-menu .menu-item:hover a{
    color: #2b4a8a;
}
.primary-menu  .menu-item-has-children:hover {
    cursor: pointer;
}
.primary-menu .menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    width: 15em;
    text-align: center;
    top: 50px;
    padding: 15px 0;
    border-radius: 5px;
    z-index: 25;
    background: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
}
.primary-menu  .menu-item-has-children:hover .sub-menu li {
    padding: 10px 0;
    height: auto;
}
/* --------------Animation-------------- */
.first-animation {
    animation: 2s showblock forwards;
} 
.second-animation {
    animation: 6s showblock forwards;
} 
.third-animation {
    animation: 2s showblock forwards;
} 
@keyframes showblock {
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(150%);
        transform: translateY(150%);
    }
    75% { 
        opacity: 1; 
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.banner {
    overflow: hidden;
}
.banner img {
    animation: 4s bannerAnim forwards;
}
@keyframes bannerAnim {
    from { 
        transform: scale(1.25);
        -webkit-transform: scale(1.25);
    }
    to { 
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.banner .to-next-section {
    position: absolute;
    bottom: 20px;
    width: calc(100vw - 2em);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 2s showblock forwards;
}
.banner .to-next-section a {
    position: relative;
    color: transparent;
    width: 75px;
    height: 75px;
    background: url('/assets/images/arrow-down.svg');   
}
.to-next-section span {
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 35px;
    background-color: #fff;
    margin: 14px;
    animation: arrowMove 1.5s infinite ease-in-out;
    transition: all ease-in-out .2s;
    -webkit-transition: 0.7s;
}
@keyframes arrowMove {
    0% {margin-top: 0;}
    50% {margin-top: 15px}
    100% {margin-top: 0;}
}
.to-next-section span:nth-last-of-type(1){
    transform: rotate(-45deg);
    right: 35px;
}
.to-next-section span:nth-last-of-type(2){
    transform: rotate(  45deg);
    left: 35px;
}

/* --------------Main page-------------- */
.banner {
    position: relative;
	height: calc(100vh - 180px);
}
.main-page-banner::after,
.banner::after {
    position: absolute;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.60), rgba(0,0,0,0.60));
}
.main-page-banner-content {
	color: #f2f2f2;
}
.main-page-banner-content .wp-block-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.main-page-banner .banner-header-left {
    /* width: 60%; */
    text-align: left;
    /* padding: 24px 0 38px 0; */
    letter-spacing: 1px;
    color: #fff !important;
    font-size: 52px !important;
    line-height: 1.23 !important;
    font-weight: 600 !important;
}

.main-page-banner .banner-subheader {
    font-size: 22px !important;
    line-height: 1.55 !important;
    color: #fff !important;
}
.banner-list {
    font-size: 22px !important;
    line-height: 1.55 !important;
   	font-family: 'Roboto', sans-serif !important;
}
.banner-list li {
    color: #afafaf;;
}
.buttons-container {
	display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center;
    padding: 20px 0;
    gap: 25px;
}
.yellow-button a,
.blue-button a {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	font-size: 16px !important;
	line-height: 16px !important;
    font-weight: 600;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yellow-button a {
    color: #000000;
    background-color: #ffd014;
	transition: 0.4s;
}
.blue-button a {
    color: #fff;
    background-color: #0000e8;
	transition: 0.4s;
}
.yellow-button a:hover,
.blue-button a:hover {
	opacity: 0.7;
}
.content {
    padding: 50px 0;
    width: 75%;
    margin: 0 auto;
}
.content .content-header {
    font-size: 28px;
    line-height: 1.55;
    margin-bottom: 25px;
}
.content p {
    font-size: 24px;
    line-height: 1.55;
}
.center {
    width: 60%;
    text-align: center;
}
.bold-text {
    font-weight: 700;
}
.text-link {
    margin-top: 25px;
}
.about-wrapper .wp-block-column {
    text-align: center;
}
.about-company h6 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}
.about-company .description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.details,
.addres,
.shedule {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
}
.details::before,
.addres::before,
.shedule::before {
    display: block;
    content: '';
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}
.details::before{
    background-image: url('/wp-content/uploads/2022/12/1.png');
}
.addres::before{
    background-image: url('/wp-content/uploads/2022/12/2.png');
}
.shedule::before{
    background-image: url('/wp-content/uploads/2022/12/3.png');
}
.banner .banner-header {
    width: 100%;
    font-size: 62px !important;
    line-height: 1.17 !important;
    color: #fff !important;
    text-align: center;
    padding: 24px 0 38px 0;
    letter-spacing: .5px;
}
.strech {
    text-align: justify ;
}
.content a {
    color: #2b4a8a
}
a u {
    text-decoration: none;
}
.content p {
    margin-bottom: 15px;
}
.text-sub-header {
    max-width: 700px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.5;
    color: #fff !important;
}
.contacts .smalleer-text {
    font-size: 18px !important;
}
.site-footer {
	height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebebeb;
}
.site-info {
	text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
	font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.site-name,
.footer-contacts p a{
	font-weight: 700;
}
.footer-contacts p a{
	color: #2b4a8a;
	transition: 0.4s;
}
.footer-contacts p a:hover {
	opacity: 0.7;
}
.to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    left: 30px;
    background-color: #13203c;
    border-radius: 50px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    opacity: 0;
    transform: rotate(180deg);
}
.to-top svg {
    fill: #fff;
    position: absolute;
    top: 22%;
    left: 20%;
    width: 30px;
    height: 30px;
}
.fixed {
    opacity: 1;
    left: 30px;
}
.to-top:hover svg path {
    opacity: 0.7;
}
.wp-block-file{
    text-align: left;
    font-size: 20px !important;
    margin-bottom: 1em;
    color: #000000 !important;
    display: flex;
    justify-content: space-between;
}
.wp-block-file a:nth-child(1) {
    color: #000000 !important;
    max-width: 50%;
    display: none;
}
.wp-block-file a.wp-block-file__button {
    color: #2b4a8a !important;
    position: relative;
    margin: 0;
    display: flex;
}
.wp-block-file a.wp-block-file__button::before {
    content: '';
    display: block;
    height: 20px;
    width: 25px;
    margin-right: 10px;
    background: url('assets/images/pdf-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.for-customer {
    padding-top: 0;
}
@media screen and (max-width: 1800px) {

}

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

}

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

}

@media (max-width: 1440px) {

}

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

}

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

}

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

}

@media screen and (max-width: 1201px) {
    .wrapper {
        max-width: 1000px;
    }
    .main-page-banner .banner-header {
        gap: 20px;
    }
}
@media screen and (max-width: 1025px) {
    .wrapper {
        max-width: 900px;
    }
	.primary-menu {
		gap: 15px !important;
	}
	.primary-menu li, 
	.primary-menu .menu-item-has-children {
		font-size: 15px !important;
	}
    .main-page-banner .banner-header-left {
        width: 100%;
        font-size: 2em !important;
    }
    .main-page-banner .banner-header {
        gap: 15px;
    }
    .content {
        width: 100%;
        padding: 40px 20px;
    }
}
@media screen and (max-width: 821px) {
    .header-wrapper {
        display: none;
    }
    .mobile-header {
        display: block;
        position: absolute;
        float: right;
        width: 100%;
    }
    .banner {
        height: 100vh;
    }
    .content .content-header,
    .about-company h6,
    .banner-header  {
        font-size: 1.75em !important;
        line-height: 1.25em !important;
    }

    .content p,
    .text-sub-header,
    .wp-block-file {
        font-size: 1.05em !important;
        line-height: 1.5em !important;
    }
    .content p.description {
        font-size: 1em !important;
        line-height: 1.25em !important;
        font-weight: 500 !important;
    }
    /* .agreement .wp-block-column p {
        width: 50%;
    } */
    .contacts {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    .contacts .wp-block-media-text__content {
        padding: 0 !important;
    }    
}

@media screen and (max-width: 768px) {
    .main-page-banner .banner-header,
    .banner-header {
        font-size: 30px !important;
    }
    .banner-subheader,
    .banner-list li {
        font-size: 1.2em !important;
    }
    .content {
        padding: 30px 10px;
    }
    .agreement p {
        font-size: 0.8em !important;
        line-height: 1.5em !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: auto !important;
    }
    .wp-block-file a.wp-block-file__button::before {
        min-height: 20px;
        min-width: 25px;
    }
}
@media screen and (max-width: 700px) {

}


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

}

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

}

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

}

@media screen and (max-width: 425px) {
    .main-page-banner .banner-header,
    .banner .banner-header {
        font-size: 2em !important;
    }
    .main-page-banner-content .wp-block-column {
        gap: 10px;
    }
    .banner-subheader,
    .banner-list li {
        font-size: 14px !important;
    }
    .banner .to-next-section {
        bottom: 50px;
    }
}
@media screen and (max-width: 425px) {
    .main-page-banner .banner-header,
    .banner .banner-header {
        font-size: 1.75em !important;
    }
}

@media (min-width: 1199px) {

}

@media (min-width: 1500px) {

}

@media (min-width: 1900px) {

}

@media (max-width: 1199px) {

}

@media (min-width: 810px) and (max-width: 1024px) {

}

@media (min-width: 810px) and (max-width: 1080px) {


}
@media (min-width: 1440px) {

}

@media (max-width: 1330px) {
}