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


.wpcf7-form label {
	font-size: 14px; 
	color: #000;
    font-family: "Poppins", sans-serif;
}
.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: "Poppins", sans-serif;
    font-size: 15px;
}
.wpcf7-form > p {
    display: flex;
    margin: 0;
    margin-bottom: 16px;
}
.form-2 .wpcf7-form > p {
    margin-bottom: 10px;
}
.wpcf7-form > p label {
    width: 100%;
}
.wpcf7-form .wpcf7-form-control-wrap input,
.wpcf7-form .wpcf7-form-control-wrap select{
	border: 1px solid rgb(134, 134, 134);
	width: 100%;
	height: 40px;
	outline: none;
	font-size: 15px;
	padding: 0 10px;
    color: rgb(134, 134, 134);
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
}
.wpcf7-form .wpcf7-form-control-wrap input::placeholder {
    color: #444546;
}
.wpcf7-form input[type="submit"]{
	border-radius: 5px; 
	color: #fff; 
	font-weight: 600;
	height: 35px;
    width: 120px;
	transition: .3s;
	background: #1D74BF;
    border: 0;
    font-family: "Poppins", Sans-serif;
    border-radius: 2px;
    font-weight: 500;
}
.wpcf7-form input[type="submit"]:hover {
	background: #165F9F;
}
.wpcf7-form > p > label > .wpcf7-form-control-wrap {
    margin-top: 4px;
}
.wpcf7-form > p > label > span:not(.wpcf7-form-control-wrap) {
    color: rgb(134, 134, 134);
}
.wpcf7-form .wpcf7-form-control-wrap textarea{
	border: 1px solid rgb(134, 134, 134);
	width: 100%;
	height: 100px;
	outline: none;
	font-size: 16px;
	padding: 10px 15px;
    color: rgb(134, 134, 134);
    font-family: "Poppins", Sans-serif;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
    border: 2px solid #f26c4f;
    box-shadow: 0px 0px 5px 0px rgba(242, 108, 79, 0.4);
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
#page .form-2 {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.form-2 .wpcf7-form .wpcf7-form-control-wrap input,
.form-2 .wpcf7-form .wpcf7-form-control-wrap select,
.form-2 .wpcf7-form .wpcf7-form-control-wrap textarea {
    border: 0;
    border-bottom: 2px solid rgb(134, 134, 134);
}

.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(0, 126, 200);
    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;
}

#page .list-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 29px;
}
#page .list-items > span:first-child {
    margin: 0;
}
#page .list-items > p {
    margin: 0;
}
#page .list-items > span {
    display: inline-block;
}


#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 {
    margin-top: 7px;
}
#page .popup-print a {
    background-color: #61CE7000;
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    background-color: #1D74BF;
    padding: 9.25px 40px;
    display: block;
    margin: auto;
    width: fit-content;
}

.footer__bottom {
    padding: 1.124vh 0;
    color: #252525;
    background: #00AAEB;
}
.footer__bottomList {
    display: flex;
    align-items: center;
    max-width: 1372px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    gap: 4px;
    padding: 0 20px;
}
.footer__bottomList__item{
    color: #252525;
    text-decoration: none;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
}
.footer__contentWrapper {
    padding: 7.874vh 0;
    display: flex;
}
.footer__logoWrapper {
    width: 41.6666667%;
}
.footer__content {
    width: 25%;
}
.footer__menu {
    width: 33.3333333%;
}
.footer {
    background-color: #252525;
    font-family: "Poppins", sans-serif;
}
.footer__logo {
    width: 330px;
    margin-bottom: 4.499vh;
}
.footer__logoWrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__socials ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    gap: 18px;
}
.footer__socials li,
.footer__socials a {
    display: flex;
}
.footer__socials svg {
    fill: #fff;
    transition: .3s;
}
.footer__socials svg:hover {
    fill: #D3D3D3;
}
.footer__contentWrapper > div {
    padding-left: 10px;
    padding-right: 10px;
}
.footer__contentTitle,
.footer__menuTitle {
    font-size: 28.4px;
    line-height: 34px;
    color: #ffd700;
    margin-bottom: 6px;
    font-weight: 500;
}
.footer__contentText p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.5px;
    margin: 0;
}
.footer__contentText a{
    color: #01aaeb;
    font-size: 24px;
    text-decoration: none;
    font-weight: 700;
    line-height: 38.4px;
}
.footer__contentBottom {
    margin-top: 6px;
    color: #fff;
    font-size: 16px;
    line-height: 25.5px;
    font-weight: 400;
}

.footer__menuList {
    padding-left: 10px;
    padding-bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer__menuList a{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: capitalize;
}
.footer__menuButton {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background-color: #1D74BF;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    width: fit-content;
    border-radius: 2px;
}
.footer__menuButton:hover {
    background-color: #165F9F;
}
.footer__menu {
    height: 270px;
}

.header__button {
        font-size: 19px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background-color: #1D74BF;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    width: fit-content;
    border-radius: 2px;
}

header {
    background-color: #252525;
}
.header__logo {
    width: 33.3333333%;
    display: flex;
    justify-content: center;
}
.header__logo img {
    margin-top: 20px;
    max-width: 380px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.header__top {
    display: flex;
}
.header__top > div {
    padding: 0 10px;
}
.header__buttonWrapper {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header__call{
    width: 16.6666667%;
    justify-content: flex-end;
}

.header__callIcon {
    width: 40px;
    height: 40px;
}
.header__callContent {
    padding: 0 10px;
}
.header__callIcon svg{
    fill: rgb(255, 215, 0);
}
.header__call {
    display: flex;
    align-items: center;
}
.header__callTitle {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 21.32px;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
}
.header__callText{
    color: rgb(255, 215, 0);
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    text-decoration: none;
    font-weight: 600;
    line-height: 20px;
}

.header__menu .menu-item a {
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-transform: none;
    font-size: 16px;
    transition: .3s;
}
.header__menu .menu-item.current_page_item a,
.header__menu .menu-item.current_page_item a:hover {
    color: rgb(44, 133, 255);
}
.header__menu .sub-menu .menu-item a {
    font-size: 15px;
    color: #000;
}
.header__menu .sub-menu .menu-item {
    text-align: right;
}
.header__menu ul.menu {
    list-style-type: none;
    display: flex;
    padding: 0;
    gap: 20px;
    width: 100%;
    justify-content: center;
}
.header__menu .menu-item {
    font-size: 15px;
    color: #000;
    font-family: "Montserrat", Sans-serif;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
}
.header__menu .menu > .menu-item > .sub-menu {
    position: absolute;
    list-style-type: none;
    position: absolute;
    top: 100%;
    background: #F2F2F2;
    border-radius: 5px;
    padding: 20px 20px;
    right: -20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.header__menu .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 #F2F2F2;
    right: 50%;
    transform: translateX(50%);
    top: -10px;
    position: absolute;
}
.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/menu-arrow-mgoptions.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;
    z-index: 1;
}
header .sub-menu .sub-menu {
    position: absolute;
    left: calc(100% - 6px);
    top: 0;
    background: #fdfdfd;
    padding: 16px;
    border-radius: 5px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
header .sub-menu .menu-item-has-children {
    padding: 0 30px;
    margin: 0 -30px;
}

header.fixed {
    position: fixed;
    left: 0;
    width: 100vw;
    top: 0;
}
.logged-in header.fixed {
    top: 32px;
}
.header__bottom {
    display: none;
}
@media(max-width: 1200px) {
    .wpcf7-form input[type="submit"] {
        margin-top: 12px;
    }
    .header__menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f7f7f7;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: scroll;
        padding-top: 5vh;
    }
    .header__menu .menu{
        flex-direction: column;
    justify-content: center;
    text-align: center;
    }
    .header__menu .menu > .menu-item > .sub-menu{
        opacity: 1;
        visibility: visible;
        display: none ;
        position: static;
    }

    .header__menu .mobile {
        display: block;
    }
    
    .header__menu {
        flex-direction: column;
    }
    .header__menuButtons {
        padding-bottom: 8vh;
        width: fit-content;
        margin: auto;
    }
    .header__menuLogo {
        padding-top: 8vh;
    }
    .header__menu {
        display: none;
    }
    .header__buttonWrapper,
    .header__call {
        display: none;
    }
    .header__bottom {
        display: flex;
        padding: 10px 0;
    }
    .header__bottomButton__wrapper {
        width: 33.3333333%;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .header__bottomButton{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        background: #1D74BF;
        height: 40px;
        border-radius: 2px;
    }
    .header__bottomButton svg {
        width: 28px;
        fill: #fff;
    }
    .header__bottomButton__wrapper.phone {
        padding-right: 10px;
    }
    .header__bottomButton__wrapper.phone .header__bottomButton{
        background-color: #FFD800;
    }
    .header__bottomButton__wrapper.phone .header__bottomButton svg {
        fill: #000;
    }
    .header__bottomButton__wrapper.menu {
        padding: 0;
        background: transparent;
        padding-right: 20px;
    }
    .header__bottomButton__wrapper.menu svg {
        width: 40px;
        fill: #fff;
    }
    .header__bottomButton__wrapper.menu svg path {
        fill: #fff;
    }
    .header__bottomButton__wrapper.menu .header__bottomButton {
        justify-content: flex-end;
    }
    .header__bottomButton__wrapper.menu .header__bottomButton {
        background-color: transparent;
    }
    .header__logo {
        width: 100%;
        justify-content: flex-start;
    }
    .header__logo img {
        padding: 0;
        width: 200px;
        margin-top: 10px;
    }
}
@media(max-width: 1100px) {
    .footer__bottomList {
        flex-wrap: wrap;
    }
    .footer__contentWrapper > div {
        box-sizing: border-box;
    }
    .footer__logoWrapper,
    .footer__content,
    .footer__menu {
        width: 100%;
        padding: 7.8740vh 0;
    }
    .footer__contentWrapper {
        flex-wrap: wrap;
    }
    .footer__bottomList {
        padding: 0 10px;
    }
    .footer__contentWrapper {
        padding: 0;
    }
    .footer__menu {
        height: auto;;
    }
}