/*
Theme Name: Twenty Twenty-Five Child
Description: Дочірня тема для блокової теми Twenty Twenty-Five
Template: twentytwentyfive
Version: 1.0.17
Text Domain: twentytwentyfive-child
*/


.home-card > div {
	position: relative;
}
.mobile {
    display: none !important;
}
.home-card > div::after {
	content: "";
	position: absolute;
	bottom: -16px; 
	left: 0;
	width: 100%;
	height: 3px; 
	background: rgb(212, 0, 0);
	opacity: 0;
	transition: .3s;
}
.home-card > div:hover::after {
	opacity: 1;
}

.wpcf7-form label {
	font-size: 14px; 
    line-height: 16.5px;
	color: rgb(40, 38, 33);
    width: 100%;
    font-weight: 500;
}
.wpcf7-form .wpcf7-form-control-wrap {
	display: flex;
    flex-direction: column-reverse;
    gap: 0px;
}
span.wpcf7-not-valid-tip {
    transition: all 300ms ease;
    display: inline-block;
    opacity: 1;
    cursor: pointer;
    bottom: 100%;
    left: 0;
    word-break: break-word;
    background-color: var(--color-error);
    border-radius: 3px 3px 3px 3px;
    width: 100%;
    min-height: 40px;
    line-height: 1.6;
    padding: 10px 15px;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    font-size: 1rem;
    color: #ffffff;
    background: #f26c4f;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}
.wpcf7-form .wpcf7-form-control-wrap input,
.wpcf7-form .wpcf7-form-control-wrap select{
	border: 4px solid rgb(242, 241, 238);
	width: 100%;
	height: 40px;
	outline: none;
	font-size: 16px;
	padding: 0 10px;
    color: rgb(40, 38, 33);
    font-weight: 400;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.wpcf7-form .wpcf7-form-control-wrap input::placeholder {
    color: #444546;
}
.wpcf7-form input[type="submit"]{
	height: 34px;
    min-width: 125px;
    display: flex;
    width: auto;
    padding: 0 20px;
    align-items: center;
    border-radius: 45px;
    background: rgb(255, 89, 1);
    color: #fff;
    border: 0;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.1px;
    font-size: 15px;
    font-weight: 500;
}
.form-2 .wpcf7-form input[type="submit"] {
    font-weight: 400;
}
.wpcf7-form > p > label > .wpcf7-form-control-wrap {
    margin-top: 4px;
}
.form-2 .wpcf7-form > p > label > .wpcf7-form-control-wrap{
    margin-top: 9px;
}
.wpcf7-form > p > label > span:not(.wpcf7-form-control-wrap) {
    color: rgb(0, 126, 200);
}
.wpcf7-form .wpcf7-form-control-wrap textarea{
	border: 4px solid rgb(242, 241, 238);
	width: 100%;
	height: 100px;
	outline: none;
	font-size: 16px;
	padding: 10px 15px;
    color: rgb(40, 38, 33);
    font-weight: 400;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
    border: 1px solid #f26c4f;
    box-shadow: 0px 0px 5px 0px rgba(242, 108, 79, 0.4);
}


.header__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.header__logo{
        width: 33.33%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.header__logo a {
    display: flex;
}
.header__logo img {
    max-width: 380px;
    width: 100%;
}
.header__buttonsList {
        display: flex;
    width: 50%;
    justify-content: space-between;
}

.header__buttonsList__item {
    width: 22%;
    background: #D42104;
    padding: 6px 12px;
    border-radius: 5px;
    margin: 0 6px;
}
.header__buttonsList__item:hover {
    background-color: #B00000;
}

.header__buttonsList__item:nth-child(3) {
    background: #003EBB;
}

.header__buttonsList__item:nth-child(3):hover {
    background: #002F8C;
}
.header__buttonsList__item:nth-child(4) {
    background: #00A1FF;
    margin-right: 0;
    width: 16%;
}
.header__buttonsList__item:nth-child(4):hover {
    background: #007EC8;
}
.header__buttonsList__item .button,
.header__buttonsList__item a {
        display: flex;
    color: #fff;
    text-decoration: none;
    font-family: "Open Sans", Sans-serif;
    font-weight: 500;
}
.header__buttonsList__item .button {
    min-height: 48px;
    align-items: center;
}

.header__buttonsWrapper {
    max-width: 611px;
    padding-right: 10px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
}
.header__button:first-child .button{
    margin-left: auto;
}
.header__button {
    width: 50%;
    padding: 0 10px;
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.header__button .button {
    font-size: 16px;
    min-height: 50px;
    color: #fff;
    border-radius: 45px;
    border: 4px solid #fff;
    font-weight: 600;
    padding: 0 25px;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: fit-content;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    letter-spacing: 0.5px;
}
.header__button .button:hover {
    border: 4px solid #FF5903;
}
.header__button:nth-child(2) .button {
    background-color: #FF5903;
    padding: 0 30px;
}
.header__button:nth-child(2) .button:hover {
    color: rgb(40, 38, 33);
    border: 4px solid #fff;
}
.header__buttonsList__item svg {
    width: 40px;
    height: 40px;
    fill: #fff;
    margin-right: 12px;
}
.header__buttonsList__item svg path {
    fill: #fff;
}
.header__buttonsList__itemTitle {
    font-size: 15px;
    font-weight: 700;
}
.header__buttonsList__itemText {
    font-size: 14px;
}

.header__content .menu-item a {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: capitalize;
}
.header__content .menu-item a:hover {
    color: rgba( 255, 255, 255, 0.8 );
}
.header__content ul.menu {
    list-style-type: none;
    display: flex;
    padding: 0;
    gap: 20px;
    justify-content: flex-end;
}
.header__content .menu-item {
    display: flex;
}
.header__content .menu > .menu-item > .sub-menu {
    position: absolute;
    list-style-type: none;
    position: absolute;
    top: 100%;
    background: #282622;
    border-radius: 5px;
    padding: 10px 20px;
    right: -20px;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.header__content .menu > .menu-item > .sub-menu::before {
    content: "";
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    
    border-bottom: 10px solid #282622;
    right: 20px;
    top: -10px;
    position: absolute;
}
.header__content .sub-menu .menu-item {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}
.header__content .sub-menu .menu-item a {
    white-space: nowrap;
}
.menu-item-has-children{
    padding: 20px 0;
    padding-right: 16px;
    margin: -20px 0;
    position: relative;  
}
.menu-item-has-children::after {
    content: "";
    background-image: url('./assets/svgviewer-png-output.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.sub-menu .menu-item-has-children::after {
    content: none;
}
.sub-menu .menu-item-has-children > a {
    position: relative;
}
.sub-menu .menu-item-has-children > a::after{
    content: "";
    background-image: url('./assets/svgviewer-png-output.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    height: 15px;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: rotate(-90deg) translate(100%,0%);
}



header .sub-menu {
    opacity: 0;
    visibility: hidden;
}
header .menu-item-has-children:hover > .sub-menu,
header .sub-menu:hover {
    opacity: 1;
    visibility: visible;
}
header.site-header {
    position: relative;
    background-color: rgba(40, 38, 33, 0.5);
    z-index: 2;
}
header .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
header .sub-menu .sub-menu {
    position: absolute;
    left: calc(100% - 6px);
    top: 0;
    background: #282622;
    padding: 10px 20px;
    border-radius: 5px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
header .current_page_item.menu-item a{
    color: rgb(255, 89, 1);
}
header .sub-menu .menu-item-has-children {
    padding: 0 30px;
    margin: 0 -30px;
}

header.fixed {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}
.logged-in header.fixed,
.logged-in .header__content.fixed  {
    top: 32px;
}
.header__content.fixed {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(40, 38, 33, 0.5);
    width: 100%;
}

.header__content {
    padding: 10px 0;
}
.header__content ul.menu {
    margin: 0;
    padding: 7px 0;
    padding-right: 10px;
}



.financing-page ul li {
    padding: 3px 0;
}
.financing-page ul li::marker{
    color: #002052;
    font-size: 1.5em;
}
.wpcf7-form > p {
    margin-bottom: 16px;
    margin-top: 0;
    display: flex;
}
.form-2 .wpcf7-form > p {
    margin-bottom: 11px;
}
.wpcf7-form > p:nth-last-child(2) {
    margin-bottom: 0;
}
.scedule-form .wpcf7-form > p {
    margin: 8px 0;
}
.scedule-form .wpcf7-form label {
    color: #1a1a1a;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.scedule-form .wpcf7-form .wpcf7-submit {
    margin-top: 24px;
}
.header__buttonsList__itemIcon.mobile {
    display: none;
}
.header__content .mobile {
    display: none;
}
.cities-list ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 41px;
    flex-wrap: wrap;
    padding: 0 20px;
    margin: 0;
}
.ticks-list > p {
    display: flex;
    margin: 0;
    min-height: 51px;
    align-items: center;
}

.faq-block .e-n-accordion-item-title-icon {
    margin-left: 6px;
    width: 18px !important;
}
.faq-block .e-n-accordion-item-title {
    padding-top: 30.5px !important;
    padding-bottom: 10.5px !important;
}
.faq-block details:first-child summary.e-n-accordion-item-title {
    padding-top: 10.5px !important;
}
#page .faq-block details:last-child {
    border-bottom: 1px solid rgb(228, 228, 228);
    margin-bottom: 20px;
}
#page .faq-block details summary{
    padding-left: 19px;
    border-color: rgb(228, 228, 228);
}
#page .faq-block .e-n-accordion-item-title-icon svg {
    height: 18px;
    width: 18px;
}
#page .faq-block .e-n-accordion-item-title-icon > span {
    height: 18px;
    margin-right: 10px;
}
#page .faq-block .e-n-accordion-item:first-child .e-n-accordion-item-title {
    border-top: 0;
}
#page .faq-block .elementor-widget-text-editor {
    line-height: 25.5px;
    padding-bottom: 30px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
}

.wpcf7-checkbox .wpcf7-list-item > label {
    display: flex;
    align-items: center;
}
.wpcf7-checkbox .wpcf7-list-item > label input {
    width: 0;
    margin: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.wpcf7-checkbox .wpcf7-list-item.first {
    margin-left: 0;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    padding-left: 24px;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(242, 241, 238);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    background-image: url('./assets/form-checkmark.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .3s;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:hover::after {
    opacity: 0.5;
}
.wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

.header__buttonsList__itemContent a {
    font-weight: 700;
}

.post-content h4 {
    font-size: 26px;
    line-height: 32px;
    color: #1a1a1a;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}
.post-content p {
    margin: 0;
    margin-top: 5px;
}

#page .hidden-special-card-wrapper {
    z-index: 111;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
#page .popup-close {
    display: flex;
}
#page.popup-active{
    height: 100vh !important;
    overflow: hidden !important;
}
#page .hidden-special-card-wrapper.popup-active {
    opacity: 1;
    visibility: visible;
}
#page .hidden-special-card { 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 450px;
    width: 100%;
    padding: 4.3vh 0;
    z-index: 111;
    background: #fff;
    border-radius: 5px;
    box-shadow: 4px 4px 11px 3px rgba(26, 26, 26, 0.75);
}
#page .hidden-special-card-content {
    max-width: 360px;
    height: 430px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#page .hidden-special-card-wrapper::before {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background-color: rgba(26, 26, 26, 0.75);
    backdrop-filter: blur(1px);
}

#page .popup-print a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #fff;
    background: #ff5903;
    border-radius: 45px;
    padding: 6.5px 23px;
    margin: auto;
    font-size: 15px;
    margin-top: calc(2.0618556701031vh + 16px);
    display: block;
    width: fit-content;
    cursor: pointer;
}
#page .popup-print a:hover {
    color: #000;
}

/*Footer*/
footer * {
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
footer .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer__contentWrapper {
    position: relative;
    background: #282621;
    padding: 6.659619450317125vh 0vh;
}
.footer__content {
    display: flex;
}
.footer__bg img {
    opacity: 0.2;
    object-position: 76.016% 0%;
    position: fixed;
    will-change: transform;
    transform: translateZ(-1px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0 0 -1px 0);
    -webkit-clip-path: inset(0 0 -1px 0);
}
.footer__logo {
    width: 33.33%;
    padding: 0 10px;
}
.footer__logo img {
    width: 320px;
}

.footer__infoWrapper {
    width: 33.33%;
}
.footer__info {
    padding: 0 10px;
    margin-bottom: 36px;
}

.footer__content > div:not(.footer__bg) {
    position: relative;
    z-index: 1;
}
.footer__infoTitle,
.footer__menuTitle {
    padding-left: 10px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 2.1598272138229vh;
    font-weight: 700;
    color: #fff;
}

.footer__info p {
    margin: 0;
    font-size: 16px;
    line-height: 25.5px;
    font-weight: 400;
    color: #fff;
}
.footer__info p a {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(255, 89, 1);
    text-decoration: none;
}
.footer__info p a:hover {
    color: rgba(255, 89, 1, 0.75);
}
.footer__socials ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: fit-content;
    padding-bottom: 4px;
    gap: 3.98px;
}
.footer__socials ul li {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    list-style-type: none;
}
.footer__socials ul li:hover {
    opacity: 0.8;
}
.footer__socials ul li a {
    width: 30px;
    height: 30px;
    display: block;
}
.footer__socials ul li svg path {
    fill: #fff;
}

.footer__menuWrapper {
    width: 33.33%;
}

.footer__menu {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    gap: 10px;
    margin-bottom: 2.1598272138229vh;
}
.footer__menuItem {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    display: block;
    line-height: 17px;
    transition: .3s;
}
.footer__menuItem:hover {
    color: rgb(223, 223, 223) ;
}
.footer__button a.button {
    padding: 0 16px;
    font-size: 15px;
    border: 4px solid #fff;
    border-radius: 45px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    min-height: 43px;
    display: flex;
    align-items: center;
    width: fit-content;
}
.footer__button a.button:hover{
    border-color: rgb(255, 89, 1)
}


.footer__bottom {
    background-color: rgb(40, 38, 33);
    padding: 1.079913606911447vh 0vh;
}
.footer__bottom p {
    margin: 0;
    font-size: 12px;
    color: #aeaeae;
    line-height: 19.2px;
    font-weight: 400;
    letter-spacing: 0;
}
.footer__bottom p a {
    text-decoration: none;
}
/*Footer*/


.about-text p {
    margin-top: 0;
    margin-bottom: 25.5px;
}
.about-text ul li::marker {
    color: #002052;
    font-size: 1.5em;
    line-height: 1.6;
}
.about-text ul {
    padding-left: 40px;
    margin-bottom: 25.5px;
}
.about-text > *:last-child {
    margin-bottom: 0;
}
@media(max-width: 1200px) {
    .wpcf7-form input[type="submit"] {
        margin-top: 12px;
    }
    .header__buttonsList__item .button {
        justify-content: center;
    }
    .header__top {
        flex-wrap: wrap;
        column-gap: 10px;
        padding-bottom: 0;
    }
    .header__logo {
        width: 100%;
        padding-bottom: 2px;
        justify-content: center;
        margin-top: 12px;
    }
    .header__logo img {
        max-width: 200px;
        margin-right: auto;
        margin-left: auto;
    }
    .header__buttonsList__itemContent {
        display: none;
    }
    .header__buttonsList__item a {
        justify-content: center;
    }
    .header__buttonsList__item,
    .header__buttonsList__item:nth-child(4) {
        width: calc( 33.33% - 40px / 3);
        margin: 0;
        box-sizing: border-box;
    }
    .header__buttonsList__itemIcon.desktop {
        display: none;
    }
    .header__buttonsList__itemIcon.mobile {
        display: flex;
    }
    .header__buttonsList__itemIcon {
        display: flex;
    }
    .header__buttonsList__item svg {
        margin-right: 0;
    }
    .header__buttonsList__item:nth-child(2) {
        margin-left: 10px;
    }
    .header__buttonsList__item:nth-child(4) {
        margin-right: 10px;
    }
    .header__content {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f7f7f7;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: scroll;
        padding-top: 0;
    }
    .header__content .menu{
        flex-direction: column;
    justify-content: center;
    text-align: center;
    }
    .header__content .menu > .menu-item > .sub-menu{
        opacity: 0;
        visibility: hidden;
        position: static;
        position: relative;
        transform: none;
        left: auto;
        height: 0;
        padding: 0;
        right: auto;
        margin: 0;
    }
    .header__content .menu > .menu-item > .sub-menu.show {
        display: block;
        padding: 12px 20px;
        opacity: 1;
        visibility: visible;
        height: auto;
        margin-top: 12px;
    }
    .header__content .menu > .menu-item > .sub-menu::before {
        right: 50%;
        transform: translateX(50%);
    }

    .header__content .mobile {
        display: block;
    }
    .header__contentLogo.mobile {
        padding: 0;
        background-color: #282721;
        height: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 2px solid rgb(255, 89, 1);
        margin-bottom: 3.3333333333333vh;
    }
    .header__contentLogo img {
        max-width: 200px;
    }
    .header__contentBtn {
        background: #d40000;
        color: #eaeaea;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Open Sans';
        border-radius: 5px;
    }
    .header__contentBtn:nth-child(2) {
        background-color: rgb(0, 62, 187);
    }
    .header__contentButtons {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .header__contentButtons {
        padding-bottom: 8vh;
        width: fit-content;
        margin: auto;
    }
    .header__contentLogo {
        padding-top: 8vh;
    }
    .menu-item-has-children::after {
        content: none;
    }
    .menu-item-has-children > a{
        position: relative;
    }
    .menu-item-has-children > a::after,
    .sub-menu .menu-item-has-children > a::after{
        content: "";
        background-image: url('./assets/svgviewer-png-output.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 8px;
        height: 15px;
        position: absolute;
        right: -14px;
        top: 50%;
        transform: translateY(-50%);
    }
    .menu-header-menu-container {
            display: flex;
        align-items: center;
        justify-content: center;
    }
    .header__content {
        opacity: 0;
        display: block;
        visibility: hidden;
    }
    .header__content.show {
        opacity: 1;
        visibility: visible;
    }
    .header__contentLogo {
        text-align: center;
    }
    .header__content ul.menu {
        align-items: center;
    }
    .header__content .menu .sub-menu {
        margin-top: 12px;
        
    }
    .header__content .menu .sub-menu .sub-menu{
        position: static;
        opacity: 0;
        visibility: hidden;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: -18px;
        padding: 0;
        margin-bottom: 0;
        margin-top: 0;
        height: 0;
    }
    .header__content .menu .sub-menu .sub-menu.show {
        padding: 12px 0;
        opacity: 1;
        visibility: visible;
        height: auto;
    }
    .header__content .menu .sub-menu .menu-item{
        margin-bottom: 0;
    }
    .header__contentClose {
        position: absolute;
        top: 24px;
        right: 24px;
    }
    .mobile {
        display: block !important;
    }
    .mobile.flex {
        display: flex !important;
    }
    .desktop {
        display: none !important;
    }
    .header__button svg {
        width: 43px;
        height: 60px;
    }
    .header__button svg path {
        fill: #fff;
    }
    .header__button {
        justify-content: center;
        align-items: center;
        border-radius: 2px;
        margin: 0;
        width: calc(33.33% - 10px);
    }
    .header__buttonsWrapper {
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header__buttonsWrapper.fixed {
            position: fixed;
        top: 0;
        background: rgba(40, 38, 33, 0.5);
    }
    .header__button.mail {
        background-color: #ff590d;
        margin-left: 10px;
    }
    .header__button.phone {
        background-color: #0A2982;
        width: calc(33.33% - 20px);
        margin: 0 10px;
    }
    .header__button.menu {
        margin-right: 10px;
        background-color: #fff;
    }
    .header__button.menu svg {
        width: 30px;
    }
    .header__button.menu svg path {
        fill: #000;
    }
    .cities-list ul{
        gap: 32px;
        row-gap: 10px;
    }
    .cities-list ul li {
        width: 40%;
        text-align: right;
    }
    .cities-list ul li:nth-child(2n) {
        text-align: left;
    }

    #page .hide-mobile {
        display: none !important;
    }
    .footer__content {
        flex-direction: column;
    }
    .footer__logo img {
        width: 300px;
    }
    .footer__logo,
    .footer__menuWrapper{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .footer__info {
        text-align: center;
        padding-top: 4.3196544276458vh;
    }
    .footer__menuTitle,
    .footer__menu,
    .footer__infoTitle {
        display: none;
    }
    .footer__infoWrapper{
        width: 100%;
    }
    .footer__button a.button {
        white-space: nowrap;
    }
    .footer__socials ul {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.1141649048626vh;
    }
    .footer__bottom {
        padding-left: 10px;
        padding-right: 10px;
    }


    .header__content .menu-item a {
        font-size: 22px;
        line-height: 25px;
        color: #1A1A1A;
    }
    .header__content .menu-item a:hover {
        color: #1A1A1A;

    }
    .header__content .menu-item {
        margin-bottom: 20px;
    }
    .menu-item-has-children {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .header__content ul.menu {
        gap: 0;
    }
    .menu-item-has-children > a::after {
        background-image: url('./assets/svgviewer-png-output-black.webp');
        width: 12px;
        right: -18px;
    }
    .sub-menu .menu-item-has-children > a::after {
        width: 12px;
        right: -18px;
    }
    .header__content .menu > .menu-item a{
        margin-left: auto;
        width: fit-content;
        margin-right: auto;
    }
    .header__content .menu > .menu-item {
        flex-direction: column;

    }
    .header__content .sub-menu .menu-item {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header__content .menu > .menu-item .sub-menu a {
        color: #fff;
        margin-right: 0;
    }
    .header__content .sub-menu .menu-item.menu-item-has-children {
        padding-right: 48px;
    }
    .header__content .menu .sub-menu .menu-item{ 
        flex-direction: column;
    }

    .header__content ul.menu {
        padding: 0;
        padding-bottom: 6.5555555555556vh;
    }
    .header__content .menu > .menu-item:last-child {
        margin-bottom: 0;
    }
    .header__mobileNumber {
        padding-bottom: 2.2222222222222vh;
        text-align: center;
    }
    .header__mobileNumber__title {
        font-size: 23px;
        line-height: 28px;
        color: rgb(2, 12, 38);
        font-weight: 400;
        font-family: "Roboto", m sans-serif;
        text-align: center;
    }
    .header__mobileNumber__phone {
        font-size: 24px;
        line-height: 30px;
        color: rgb(255, 89, 1);
        font-weight: 400;
        font-family: "Roboto", m sans-serif;
        text-align: center;
        text-decoration: none;
    }
    .header__contentButtons .button {
        font-size: 15px;
        line-height: 26px;
        color: rgb(255, 89, 1);
        font-weight: 400;
        font-family: "Roboto", m sans-serif;
        text-align: center;
        text-decoration: none;
        border-radius: 45px;
        border: 4px solid rgb(255, 89, 1);
        padding: 0 10px;
        box-sizing: border-box;
        display: inline-block;
    }

    .header__content .menu > .menu-item,
    .header__content .sub-menu > .menu-item {
        opacity: 0;
        transform: translateX(60px);
        transition-duration: .8s;
    }
    .header__content.show .menu > .menu-item,
    .header__content.show .sub-menu.show > .menu-item {
        opacity: 1;
        transform: translateX(0px);
    }
    .header__content .menu > .menu-item:nth-child(1),
    .header__content .sub-menu > .menu-item:nth-child(1) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .header__content .menu > .menu-item:nth-child(2),
    .header__content .sub-menu > .menu-item:nth-child(2) {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s
    }

    .header__content .menu > .menu-item:nth-child(3),
    .header__content .sub-menu > .menu-item:nth-child(3) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s
    }

    .header__content .menu > .menu-item:nth-child(4),
    .header__content .sub-menu > .menu-item:nth-child(4) {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s
    }

    .header__content .menu > .menu-item:nth-child(5),
    .header__content .sub-menu > .menu-item:nth-child(5) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s
    }

    .header__content .menu > .menu-item:nth-child(6),
    .header__content .sub-menu > .menu-item:nth-child(6) {
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s
    }

    .header__content .menu > .menu-item:nth-child(7),
    .header__content .sub-menu > .menu-item:nth-child(7) {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s
    }

    .header__content .menu > .menu-item:nth-child(8),
    .header__content .sub-menu > .menu-item:nth-child(8) {
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s
    }

    .header__content .menu > .menu-item:nth-child(9),
    .header__content .sub-menu > .menu-item:nth-child(9) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s
    }

    .header__content .menu > .menu-item:nth-child(10),
    .header__content .sub-menu > .menu-item:nth-child(10) {
        -webkit-transition-delay: 0.45s;
        transition-delay: 0.45s
    }

    .header__content .menu > .menu-item:nth-child(11),
    .header__content .sub-menu > .menu-item:nth-child(11) {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s
    }

    .header__content .menu > .menu-item:nth-child(12),
    .header__content .sub-menu > .menu-item:nth-child(12) {
        -webkit-transition-delay: 0.55s;
        transition-delay: 0.55s
    }

    .header__content .menu > .menu-item:nth-child(13),
    .header__content .sub-menu > .menu-item:nth-child(13) {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s
    }

    .header__content .menu > .menu-item:nth-child(14),
    .header__content .sub-menu > .menu-item:nth-child(14) {
        -webkit-transition-delay: 0.65s;
        transition-delay: 0.65s
    }

    .header__content .menu > .menu-item:nth-child(15),
    .header__content .sub-menu > .menu-item:nth-child(15) {
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s
    }

    .header__content .menu > .menu-item:nth-child(16),
    .header__content .sub-menu > .menu-item:nth-child(16) {
        -webkit-transition-delay: 0.75s;
        transition-delay: 0.75s
    }

    .header__content .menu > .menu-item:nth-child(17),
    .header__content .sub-menu > .menu-item:nth-child(17) {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s
    }

    .header__content .menu > .menu-item:nth-child(18),
    .header__content .sub-menu > .menu-item:nth-child(18) {
        -webkit-transition-delay: 0.85s;
        transition-delay: 0.85s
    }

    .header__content .menu > .menu-item:nth-child(19),
    .header__content .sub-menu > .menu-item:nth-child(19) {
        -webkit-transition-delay: 0.9s;
        transition-delay: 0.9s
    }

    .header__content .menu > .menu-item:nth-child(20),
    .header__content .sub-menu > .menu-item:nth-child(20) {
        -webkit-transition-delay: 0.95s;
        transition-delay: 0.95s
    }
}
