/*
.top_header{
    background: #21212c;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
#masthead{
    padding-top: 50px;
}
@media screen and (max-width: 768px) {
    .top_header{
        height: auto;
        padding: 10px 0;
        position:static
    } 
    #masthead{
        padding-top: 0;
    }
}
.top_header .site-container{
    display: flex;
    align-items: center;
    height: 100%;
}
.top_header .site-container .col-6{
    width: 50%;
}
.contacts{
    display: flex;
}
@media screen and (max-width: 768px) {
    .contacts{
        flex-direction: column;
    } 
}
.contacts .contact{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.contacts .contact a{
    color: #ffffff;
    text-decoration: none;
}
.contacts .contact a:hover{
    color: #BA9A63;
    transition: .5s;
}
@media screen and (max-width:767px) {
    .contacts .contact a{
        font-size: 12px;
    }
}
.contacts .contact svg{
    fill: #ba9a63;
    margin-right: 10px;
    width: 24px;
}
.langs{
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.langs ul{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    margin-right: 10px;
}
.langs ul li{
    display: flex;
}
@media (max-width: 580px) {
    .langs{
     flex-direction: column;
     align-items: flex-end;
    }
    .langs ul{
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.langs a{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;   
    transition: .5s;
    position: relative;
    margin-right: 10px;
}
.langs a::after{
    content: '|';
    display: block;
    position: absolute;
    right: -5px;
    top: -3px;
    color: #ffffff;
}
.langs a:last-child:after{
    content: '|';
    display: none;
}
.langs a.active, .langs a:hover{
    color: #BA9A63;
    transition: .5s;
    text-decoration: underline;
}
@media (max-width: 1024px) {
    .elementor-5 .elementor-element.elementor-element-6e81f73 {
        margin-top: 10em;
        margin-bottom: 5em;
    }
}
.center{
    text-align: center;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon{
    margin-bottom: 10px;
    margin-right:0
}

.SingleDateForm_form__8O5ve {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center
}

@media (min-width: 768px) {
    .SingleDateForm_form__8O5ve {
        align-items:center;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.SingleDateForm_name_label__Ea4ZW {
    flex-direction: column;
    gap: 12px
}

.SingleDateForm_name_input__3qOZr,.SingleDateForm_name_label__Ea4ZW {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--global-palette3);
    text-align: center
}
.select_lebel{
    width: 200px;
}


.SingleDateForm_name_input__3qOZr {
    height: 50px;
    padding: 6px 20px !important;
    align-items: center !important;
    border-radius: 30px !important;
    border: 1px solid #7e7e7e !important;
    background-color: transparent !important
    
}

.SingleDateForm_name_input__3qOZr::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #ababab;
    text-align: center
}

@media (min-width: 768px) {
    .SingleDateForm_name_input__3qOZr {
        width:356px;
        height: 38px;
        text-align: center
    }
}

@media (min-width: 1280px) {
    .SingleDateForm_name_input__3qOZr {
        width:200px
    }
}

.SingleDateForm_date_wrapper__SVoz0 {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
    margin-top: 10px;
}
@media (min-width: 768px) {
    .SingleDateForm_date_wrapper__SVoz0{
        width: 356px;
    }
}

@media (min-width: 1280px) {
    .SingleDateForm_date_wrapper__SVoz0{
        width: 356px;
    }
}

.SingleDateForm_date_input__JGTu_,.SingleDateForm_date_label__sg3UI {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--global-palette3);
    text-align: center
}

.SingleDateForm_date_input__JGTu_ {
    display: flex;
    height: 50px;
    width: 100%;
    padding: 24px 28px !important;
    align-items: center !important;
    border-radius: 30px !important;
    border: 1px solid #7e7e7e !important;
    background-color: transparent !important;
    margin-top: 10px;
}

.SingleDateForm_date_input__JGTu_::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #ababab;
    text-align: center
}

@media (min-width: 768px) {
    .SingleDateForm_date_input__JGTu_ {
        width:546px;
        height: 60px;
        text-align: center;
    }
}

@media (min-width: 1280px) {
    .SingleDateForm_date_input__JGTu_ {
        width:628px
    }
}

.SingleDateForm_submit_btn__8tEvs {
    display: flex;
    width: 100%;
    height: 52px;
    justify-content: center;
    padding: 8px 15px;
    align-items: center;
    border-radius: 30px;
    background: #ba9a63;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff !important;
    text-align: left;
    transition: all .25s ease;
    position: relative;
    overflow: hidden;
}
.SingleDateForm_submit_btn__8tEvs::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgb(255 255 255 / 50%), transparent);
    transition: all 850ms;
}

.SingleDateForm_submit_btn__8tEvs:is(:hover,:focus) {
    background-color: #7F4B53
}
.SingleDateForm_submit_btn__8tEvs:is(:hover,:focus)::before {
    left: 100%;
    transition: all 850ms;
}
@media (min-width: 768px) {
    .SingleDateForm_submit_btn__8tEvs {
        width:320px;
        height: 38px;
        font-size: 18px;
        margin-bottom: -28px;
    }
}

.SingleDateForm_error__jBikI {
    font-size: 12px
}

@media (min-width: 768px) {
    .SingleDateForm_error__jBikI {
        font-size:14px
    }
}

@media (min-width: 1280px) {
    .SingleDateForm_error__jBikI {
        font-size:16px
    }
}
.PersonalCalculator_matrix_wrapper__GRuy7:focus-visible{
    outline:none;
}
.tabs_elements > ul{
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .tabs_elements > ul{
       padding-left: 0;
    }
}
.tabs_elements > ul > li a{
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    border-radius: 50px;
    padding: 7.5px 20px;
    box-shadow: 0 0 #0000;
    background: #BA9A63;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 10px;
    transition: .4s;
}

.tabs_elements > ul > li{
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .tabs_elements > ul > li{
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }
    .SingleDateForm_name_label__Ea4ZW{
        width: 100%;
    }
    .elementor-element-d5210bd a{
        margin-bottom: 10px;
    }
}
.tabs_elements > ul > li a:hover
{
    color:#101010;
    background: #FFFFFF;
    transition: .4s;
}
.tabs_elements > ul > li a.active{
    color:#101010;
    background: #FFFFFF;
    transition: .4s;
}
.tabs_elements .tabs-content{
    margin-bottom: 50px;
}
.tabs_elements .tabs-content .tabs-element{
    display: none;
}
.tabs_elements .tabs-content .tabs-element.active{
    display: flex;
    justify-content: center;
}
.tabs-content form{
    flex-direction: row;
    flex-wrap: wrap;
}
.tabs-content label,
.tabs-content .select-styled{
    color: #ffffff;
}

.tabs-content label input{
    color: #FFFFFF !important;
}
.tabs-content label button{

}

*{
    --background: #e74c3c;
    --select-color: #fff;
    --select-background: transition;
    --select-width: 100%;
    --select-height: 60px; 
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select{
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: var(--select-color);
    width: var(--select-width);
    height: 38px;
}
.select-styled
{
    position: absolute; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    color: var(--global-palette5);
    font-weight: 500;
    background-color: var(--select-background);
    border: 1px solid #7e7e7e;
    padding: 8px 15px;
    border-radius: 50px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.select-styled:after {
    content:"▼";
    width: 15px;
    height: 15px;
    border-color: var(--select-color) transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 15px;
    transition: .5s ease;
}
.select-styled:hover {
    background-color: darken(var(--select-background), 2);
}
.select-styled:active, 
.select-styled.active {
    background-color: darken(var(--select-background), 5);
}
.select-styled.active::after{
    transform: rotate(180deg);
    transition: .5s ease;
}

.select-styled.active + .select-options {
    display: block !important;
}

.select-styled:after {
    top: 12px;
    border-color: transparent transparent var(--select-color) transparent;
}
  
  
.select-options {
    display: none; 
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    padding-left:0 !important;
    list-style: none;
    background-color: darken(var(--select-background), 5);
}
.select-options li{
    margin: 0;
    padding: 12px 0;
    text-indent: 0;
    color: #101010;
    background: #ffffff;
    border-top: 1px solid darken(var(--select-background), 10);
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    border-bottom: 1px solid #101010;
}
.select-options li:hover, 
.select-options li.is-selected {
    color: #101010;
    background:#cfb691;
}
.select-options li:first-child{
    border-radius: 20px 20px 0 0;
}
.select-options li:last-child{
    border-bottom: none;
    border-radius: 0 0 20px 20px;
}
.select-options li[rel="hide"] {
    display: none;
}
#main-header .header-button, button, .button, .wp-block-button__link, input[type=button], input[type=reset], input[type=submit], .fl-button, .elementor-button-wrapper .elementor-button{
    border-radius: 50px;
    font-family: var(--global-body-font-family);
    position: relative;
    overflow: hidden;
}
#main-header .header-button::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgb(255 255 255 / 50%), transparent);
    transition: all 850ms;  
}

#main-header .header-button:is(:hover,:focus) {
    background: #7F4B53 !important;
}
#main-header .header-button:is(:hover,:focus)::before {
    left: 100%;
    transition: all 850ms;
}

.elementor-5 .elementor-element.elementor-element-a93ba7a .elementor-heading-title,
.single-content h2.elementor-heading-title{
    font-size: 40px;
    line-height:40px;
}
.elementor-5 .elementor-element.elementor-element-fd2de2d .elementor-heading-title,
.single-content h5.elementor-heading-title{
    font-size: 26px;
}
.elementor-5 .elementor-element.elementor-element-f4a4f9e>.elementor-widget-container{
    display: flex;
    justify-content: center;
}
.elementor-5 .elementor-element.elementor-element-f4a4f9e>.elementor-widget-container .elementor-button-wrapper a:first-child{
    margin-right: 10px;
}
.elementor-5 .elementor-element.elementor-element-04fc771 {
    margin-top: 3em;
    margin-bottom: 3em;
}
.elementor-5 .elementor-element.elementor-element-0f3c101{
    padding: 3em 1em 0;
}
.elementor-5 .elementor-element.elementor-element-0a58976 {
    margin-top: 3em;
    margin-bottom: 3em;
}
.content-area {
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.SingleDateForm_form__8O5ve .wrapper{
    display: flex;
    flex-direction: column;
}
.SingleDateForm_form__8O5ve .wrapper .colum{
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
    align-items: center;
}
.SingleDateForm_form__8O5ve .wrapper .colum .row{
    display: flex;
    justify-content: center;
}
.SingleDateForm_form__8O5ve .wrapper .colum .row.title{
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 10px;
}
.SingleDateForm_form__8O5ve .wrapper .colum .row input,.SingleDateForm_form__8O5ve .wrapper .colum .row .select{
    margin: 0 5px;
}
.entry-hero.page-hero-section .entry-header {
    min-height: 125px;
}
.about .elementor-widget-image{text-align:right}
.about .elementor-widget-image a{display:inline-block}
.about .elementor-widget-image a img[src$=".svg"]{width:48px}
.about .elementor-widget-image img{vertical-align:middle;display:inline-block}

.site-footer-row.site-footer-row-columns-4 {
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 80px;
    padding-bottom: 60px;
}


.div-sectin-2 .site-info-inner{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.div-sectin-2 .site-info-inner{
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-sectin-3 .site-info-inner{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.div-sectin-3 ul{
    text-align: right;
}
@media (max-width:767px){
    .select_lebel{
        width: 100%;
        margin-bottom: 20px;
    }  
    .select-styled{
        height: 50px;
    }
    .select-styled:after {
        top: 19px;
        border-color: transparent transparent var(--select-color) transparent;
    }
    .select-options{
        top: 50px;
    }
}
@media screen and (max-width:1024px) {
    .div-sectin-2{
        order: 1;
    }
    .div-sectin-1{
        order: 2;
    }
    .div-sectin-3{
        order: 3;
    }
    .div-sectin-3 .site-info-inner, .div-sectin-1 .site-info-inner{
        justify-content: center;
    }
    .div-sectin-3 ul, .div-sectin-1 ul li, .div-sectin-1 h3{
        text-align: center;   
    }
    .div-sectin-3, .div-sectin-1{
        margin-top: 20px;
    }
}
.widget li span{
    padding-block: 4px;
    display: inline-block;
    vertical-align: middle;
    font-family: var(--global-body-font-family);
    color: var(--global-palette5);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0em;
}
@media screen and (max-width:424px) {
    .SingleDateForm_name_label__Ea4ZW{
        width: 100%;
    }
    .tabs_elements > ul{
        display: flex;
        flex-wrap: wrap;
        height: 100px;
    }
    .tabs_elements > ul li:first-child{
        width: 100%;
    }
    .elementor-button-wrapper a{
        margin-bottom: 15px;
    }
    .elementor-button-wrapper a:last-child{
        margin-bottom: 0;
    }
}
.elementor-5 .elementor-element.elementor-element-4d2257c.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{
    align-content: start;
}
*/

/*********************************/


.top_header{
    background: #21212c;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
#masthead{
    padding-top: 50px;
}
@media screen and (max-width: 768px) {
    .top_header{
        height: auto;
        padding: 10px 0;
        position:static
    } 
    #masthead{
        padding-top: 0;
    }
}
.top_header .site-container{
    display: flex;
    align-items: center;
    height: 100%;
}
.top_header .site-container .col-6{
    width: 50%;
}
.contacts{
    display: flex;
}
@media screen and (max-width: 768px) {
    .contacts{
        flex-direction: column;
		gap: 6px;
    } 
	.elementor-widget-button {
		text-align: center;
	}
}
.contacts .contact{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.contacts .contact a{
    color: #ffffff;
    text-decoration: none;
}
.contacts .contact a:hover{
    color: #BA9A63;
    transition: .5s;
}
@media screen and (max-width:767px) {
    .contacts .contact a{
        font-size: 12px;
    }
}
.contacts .contact svg{
    fill: #ba9a63;
    margin-right: 10px;
    width: 24px;
}
.langs{
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.langs ul{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    margin-right: 10px;
}
.langs ul li{
    display: flex;
}
@media (max-width: 580px) {
    .langs{
     flex-direction: column;
     align-items: flex-end;
    }
    .langs ul{
		margin-right: 0;
        margin-bottom: 10px;
        margin-top: 5px;
    }
}
.langs a{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;   
    transition: .5s;
    position: relative;
    margin-right: 10px;
}
.langs a::after{
    content: '|';
    display: block;
    position: absolute;
    right: -5px;
    top: 0px;
    color: #ffffff;
}
.langs a:last-child:after{
    content: '|';
    display: none;
}
.langs a.active, .langs a:hover{
    color: #BA9A63;
    transition: .5s;
    text-decoration: underline;
}
@media (max-width: 1024px) {
    .elementor-5 .elementor-element.elementor-element-6e81f73 {
        margin-top: 10em;
        margin-bottom: 5em;
    }
}
.center{
    text-align: center;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon{
    margin-bottom: 10px;
    margin-right:0
}
.elementor-icon-box-icon img {
    width: 150px;
	border-radius: 100px;
}
.SingleDateForm_form__8O5ve {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center
}

@media (min-width: 768px) {
    .SingleDateForm_form__8O5ve {
        align-items:center;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.SingleDateForm_name_label__Ea4ZW {
    flex-direction: column;
    gap: 12px
}

.SingleDateForm_name_input__3qOZr,.SingleDateForm_name_label__Ea4ZW {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--global-palette3);
    text-align: center
}
.select_lebel{
    width: 200px;
}


.SingleDateForm_name_input__3qOZr {
    height: 50px;
    padding: 6px 20px !important;
    align-items: center !important;
    border-radius: 30px !important;
    border: 1px solid #7e7e7e !important;
    background-color: transparent !important
    
}
@media (min-width:768px) and (max-width:1199px) {
	.SingleDateForm_name_label__Ea4ZW.select_lebel {
		width: 356px;
	}
}

.SingleDateForm_name_input__3qOZr::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #ababab;
    text-align: center
}

@media (min-width: 768px) {
    .SingleDateForm_name_input__3qOZr {
        /*width:356px;*/
        height: 38px;
        text-align: center
    }
}

@media (min-width: 1280px) {
    .SingleDateForm_name_input__3qOZr {
        width:200px
    }
}

.SingleDateForm_date_wrapper__SVoz0 {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
    margin-top: 10px;
}
@media (min-width: 768px) {
    .SingleDateForm_date_wrapper__SVoz0{
        width: 356px;
    }
}

@media (min-width: 1280px) {
    .SingleDateForm_date_wrapper__SVoz0{
        width: 356px;
    }
}

.SingleDateForm_date_input__JGTu_,.SingleDateForm_date_label__sg3UI {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--global-palette3);
    text-align: center
}

.SingleDateForm_date_input__JGTu_ {
    display: flex;
    height: 50px;
    width: 100%;
    padding: 24px 28px !important;
    align-items: center !important;
    border-radius: 30px !important;
    border: 1px solid #7e7e7e !important;
    background-color: transparent !important;
    margin-top: 10px;
}

.SingleDateForm_date_input__JGTu_::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #ababab;
    text-align: center
}

@media (min-width: 768px) {
    .SingleDateForm_date_input__JGTu_ {
        width:546px;
        height: 60px;
        text-align: center;
    }
}

@media (min-width: 1280px) {
    .SingleDateForm_date_input__JGTu_ {
        width:628px
    }
}

.SingleDateForm_submit_btn__8tEvs {
    display: flex;
    width: 100%;
    height: 52px;
    justify-content: center;
    padding: 8px 15px;
    align-items: center;
    border-radius: 30px;
    background: #ba9a63;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff !important;
    text-align: left;
    transition: all .25s ease;
    position: relative;
    overflow: hidden;
	border: 2px solid #e8c26a !important;
	background: linear-gradient(180deg, #f6c65b 0%, #e0a94a 35%, #c47a3a 70%, #7a3b2e 100%);
	
	background: #c18a35;
	border: 2px solid #e7bf62 !important;
	text-shadow: 0 1px 2px rgba(0,0,0,0.45), 0 0 4px rgba(80,40,10,0.25);
	cursor: pointer;
	box-shadow: inset 0 2px 3px rgba(255,255,255,0.22), inset 0 -4px 7px rgba(90,55,15,0.28), 0 5px 10px rgba(80,45,10,0.25);
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;


}
.SingleDateForm_submit_btn__8tEvs::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgb(255 255 255 / 50%), transparent);
    transition: all 850ms;
}

.SingleDateForm_submit_btn__8tEvs:is(:hover,:focus) {
    /*background-color: #7F4B53*/
	background: #9a3548;
  transform: translateY(2px);
  box-shadow: inset 0 7px 14px rgba(35,10,15,0.7), inset 0 -2px 3px rgba(255,255,255,0.08), 0 2px 4px rgba(60,30,15,0.22);
}
.SingleDateForm_submit_btn__8tEvs:is(:hover,:focus)::before {
    left: 100%;
    transition: all 850ms;
}
@media (min-width: 768px) {
    .SingleDateForm_submit_btn__8tEvs {
        height: 38px;
        font-size: 18px;
        margin-top:auto;
		flex: 1;
        white-space: nowrap;
		min-width: fit-content;
		max-width: 300px;
    }
}

.SingleDateForm_error__jBikI {
    font-size: 12px
}

@media (min-width: 768px) {
    .SingleDateForm_error__jBikI {
        font-size:14px
    }
}

@media (min-width: 1280px) {
    .SingleDateForm_error__jBikI {
        font-size:16px
    }
}
.PersonalCalculator_matrix_wrapper__GRuy7:focus-visible{
    outline:none;
}
.tabs_elements > ul{
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	gap: 16px;
	align-items: center;
}
@media screen and (max-width: 767px) {
    .tabs_elements > ul{
       padding-left: 0;
    }
}
.tabs_elements > ul > li a{
	display: block;
    font-weight: 600;
    line-height: 1;
    border-radius: 50px;
    padding: 7.5px 20px;
    box-shadow: 0 0 #0000;
    background: #BA9A63;
    color: #FFFFFF;
    cursor: pointer;
    transition: .4s;
	/*
	border: 2px solid #e8c26a !important;
	background: linear-gradient(180deg, #f6c65b 0%, #e0a94a 35%, #c47a3a 70%, #7a3b2e 100%);
	*/
	
	background: #c18a35;
	border: 2px solid #e7bf62 !important;
	text-shadow: 0 1px 2px rgba(0,0,0,0.45), 0 0 4px rgba(80,40,10,0.25);
	box-shadow: inset 0 2px 3px rgba(255,255,255,0.22), inset 0 -4px 7px rgba(90,55,15,0.28), 0 5px 10px rgba(80,45,10,0.25);
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;


}

.tabs_elements > ul > li{
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .tabs_elements > ul > li{
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }
    .SingleDateForm_name_label__Ea4ZW{
        width: 100%;
    }
    .elementor-element-d5210bd a{
        margin-bottom: 10px;
    }
}
.tabs_elements > ul > li a:hover
{
   /* color:#101010;
    background: #FFFFFF;
    transition: .4s;*/
	
	background: #9a3548;
  transform: translateY(2px);
  box-shadow: inset 0 7px 14px rgba(35,10,15,0.7), inset 0 -2px 3px rgba(255,255,255,0.08), 0 2px 4px rgba(60,30,15,0.22);
}
.tabs_elements > ul > li a.active{
    color:#101010;
    background: #FFFFFF;
    transition: .4s;
	box-shadow: 0 0 7px 3px #BA9A63;
	text-shadow: none;
}
.tabs_elements .tabs-content{
    margin-bottom: 10px;
}
.tabs_elements .tabs-content .tabs-element{
    display: none;
}
.tabs_elements .tabs-content .tabs-element.active{
    display: flex;
    justify-content: center;
}
.tabs-content form{
    flex-direction: row;
    flex-wrap: wrap;
}
.tabs-content label,
.tabs-content .select-styled{
    color: #ffffff;
	flex: 1;
}

.tabs-content label input{
    color: #FFFFFF !important;
}
.tabs-content label button{

}

*{
    --background: #e74c3c;
    --select-color: #fff;
    --select-background: transition;
    --select-width: 100%;
    --select-height: 60px; 
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select{
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: var(--select-color);
    width: var(--select-width);
    height: 38px;
	    min-width: 200px;
}
.select-styled
{
    position: absolute; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    color: var(--global-palette5);
    font-weight: 500;
    background-color: var(--select-background);
    border: 1px solid #7e7e7e;
    padding: 8px 15px;
    border-radius: 50px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.select-styled:after {
    content:"▼";
    width: 15px;
    height: 15px;
    border-color: var(--select-color) transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 15px;
    transition: .5s ease;
}
.select-styled:hover {
    background-color: darken(var(--select-background), 2);
}
.select-styled:active, 
.select-styled.active {
    background-color: darken(var(--select-background), 5);
	box-shadow: 0 0 7px 3px #BA9A63;
}
.select-styled.active::after{
    transform: rotate(180deg);
    transition: .5s ease;
}

.select-styled.active + .select-options {
    display: block !important; /* появляется при активном состоянии */
}

.select-styled:after {
    top: 12px;
    border-color: transparent transparent var(--select-color) transparent;
}
  
  
.select-options {
    display: none; 
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    padding-left:0 !important;
    list-style: none !important;
    background-color: darken(var(--select-background), 5);
}
.select-options li{
    margin: 0;
    padding: 12px 0;
    text-indent: 0;
    color: #101010;
    background: #ffffff;
    border-top: 1px solid darken(var(--select-background), 10);
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    border-bottom: 1px solid #101010;
}
.select-options li:hover, 
.select-options li.is-selected {
    color: #101010;
    background:#cfb691;
}
.select-options li:first-child{
    border-radius: 20px 20px 0 0;
}
.select-options li:last-child{
    border-bottom: none;
    border-radius: 0 0 20px 20px;
}
.select-options li[rel="hide"] {
    display: none;
}
#main-header .header-button, button, .button, .wp-block-button__link, input[type=button], input[type=reset], input[type=submit], .fl-button, .elementor-button-wrapper .elementor-button{
    border-radius: 50px;
    font-family: var(--global-body-font-family);
    /*position: relative;*/
    overflow: hidden;
	/*box-shadow: 2px 4px 9px rgba(0, 0, 0, .3);*/
	/*background: linear-gradient(180deg, #f8d98a 0%, #e2b35c 40%, #c8893c 100%) !important;*/
	/*background:  linear-gradient(  180deg,  #f6c65b 0%,  #e0a94a 35%,  #c47a3a 70%,  #7a3b2e 100%);*/
	
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	/*min-width: 240px;
	padding: 16px 40px;*/
	border-radius: 999px;
	background: #c18a35;
	border: 2px solid #e7bf62;
	color: #fff8e6;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.4px;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0,0,0,0.45), 0 0 4px rgba(80,40,10,0.25);
	cursor: pointer;
	box-shadow: inset 0 2px 3px rgba(255,255,255,0.22), inset 0 -4px 7px rgba(90,55,15,0.28), 0 5px 10px rgba(80,45,10,0.25);
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
	 padding: 12px 30px;
}
.elementor-button-wrapper .elementor-button:hover, input[type=submit]:hover {
	/*box-shadow: 1px 2px 5px rgba(0, 0, 0, .3);*/
	  background: #9a3548;
	  transform: translateY(2px);
	  box-shadow: inset 0 7px 14px rgba(35,10,15,0.7), inset 0 -2px 3px rgba(255,255,255,0.08), 0 2px 4px rgba(60,30,15,0.22);
}
#main-header .header-button::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgb(255 255 255 / 50%), transparent);
    transition: all 850ms;  
}

#main-header .header-button:is(:hover,:focus) {
    /*background: #7F4B53 !important;*/
	background: #9a3548;
	  transform: translateY(2px);
	  box-shadow: inset 0 7px 14px rgba(35,10,15,0.7), inset 0 -2px 3px rgba(255,255,255,0.08), 0 2px 4px rgba(60,30,15,0.22);
}
#main-header .header-button:is(:hover,:focus)::before {
    left: 100%;
    transition: all 850ms;
}

.elementor-5 .elementor-element.elementor-element-a93ba7a .elementor-heading-title,
.single-content h2.elementor-heading-title{
    font-size: 35px;
    line-height:38px;
}
.elementor-5 .elementor-element.elementor-element-fd2de2d .elementor-heading-title,
.single-content h5.elementor-heading-title{
    font-size: 26px;
}
.elementor-5 .elementor-element.elementor-element-f4a4f9e>.elementor-widget-container{
    display: flex;
    justify-content: center;
}
/*
.elementor-5 .elementor-element.elementor-element-f4a4f9e>.elementor-widget-container .elementor-button-wrapper a:first-child{
    margin-right: 10px;
}*/
.elementor-5 .elementor-element.elementor-element-04fc771 {
    margin-top: 3em;
    margin-bottom: 3em;
}
.elementor-5 .elementor-element.elementor-element-0f3c101{
    padding: 3em 1em 0;
}
.elementor-5 .elementor-element.elementor-element-0a58976 {
    margin-top: 3em;
    margin-bottom: 3em;
}
.elementor-button-link{
    position: relative;
    overflow: hidden;
}
.elementor-button-link::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgb(255 255 255 / 50%), transparent);
    transition: all 850ms;  
}
.elementor-button-link:is(:hover,:focus) {
    /*background: #7F4B53 !important;*/
}
.elementor-button-link:is(:hover,:focus)::before {
    left: 100%;
    transition: all 850ms;
}

.content-area {
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.SingleDateForm_form__8O5ve .wrapper{
    display: flex;
    flex-direction: column;
}
.SingleDateForm_form__8O5ve .wrapper .colum{
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
    align-items: center;
}
.SingleDateForm_form__8O5ve .wrapper .colum .row{
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    row-gap: 10px;
}
.SingleDateForm_form__8O5ve .wrapper .colum .row.title{
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 10px;
}
.SingleDateForm_form__8O5ve .wrapper .colum .row input,.SingleDateForm_form__8O5ve .wrapper .colum .row .select{
    margin: 0 5px;
}
.entry-hero.page-hero-section .entry-header {
    min-height: 125px;
}
.about .elementor-widget-image{text-align:right}
.about .elementor-widget-image a{display:inline-block}
.about .elementor-widget-image a img[src$=".svg"]{width:48px}
.about .elementor-widget-image img{vertical-align:middle;display:inline-block}

.site-footer-row.site-footer-row-columns-4 {
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 40px;
    padding-bottom: 10px;
}


.div-sectin-2 .site-info-inner{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.div-sectin-2 .site-info-inner{
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-sectin-3 .site-info-inner{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.div-sectin-3 ul{
    text-align: right;
}
@media (max-width:767px){
    .select_lebel{
        width: 100%;
        margin-bottom: 20px;
    }  
    .select-styled{
        height: 50px;
    }
    .select-styled:after {
        top: 19px;
        border-color: transparent transparent var(--select-color) transparent;
    }
    .select-options{
        top: 50px;
    }
	.elementor-5 .elementor-element.elementor-element-fd2de2d .elementor-heading-title, .single-content h5.elementor-heading-title {
		font-size: 21px;
	}
}
@media screen and (max-width:1024px) {
    .div-sectin-2{
        order: 1;
    }
    .div-sectin-1{
        order: 2;
    }
    .div-sectin-3{
        order: 3;
    }
    .div-sectin-3 .site-info-inner, .div-sectin-1 .site-info-inner{
        justify-content: center;
    }
    .div-sectin-3 ul, .div-sectin-1 ul li, .div-sectin-1 h3{
        text-align: center;   
    }
    .div-sectin-3, .div-sectin-1{
        margin-top: 20px;
    }
}
.widget li span{
    padding-block: 4px;
    display: inline-block;
    vertical-align: middle;
    font-family: var(--global-body-font-family);
    color: var(--global-palette5);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0em;
}
@media (max-width: 576px) {
    .elementor-5 .elementor-element.elementor-element-6e81f73 {
        margin-top: 11em;
    }
	.elementor-5 .elementor-element.elementor-element-a93ba7a .elementor-heading-title, .single-content h2.elementor-heading-title {
		font-size: 30px;
		line-height: 1.2;
	}
}
@media screen and (max-width:424px) {
    .SingleDateForm_name_label__Ea4ZW{
        width: 100%;
    }
    .tabs_elements > ul{
        display: flex;
        flex-wrap: wrap;
    }
    .tabs_elements > ul li:first-child{
        width: 100%;
    }
    .elementor-button-wrapper a{
        margin-bottom: 15px;
    }
    .elementor-button-wrapper a:last-child{
        margin-bottom: 0;
    }
}
.elementor-5 .elementor-element.elementor-element-4d2257c.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{
    align-content: start;
}
.elementor-button{
    position: relative;
    overflow: hidden;   
}
.elementor-button::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgb(255 255 255 / 50%), transparent);
    transition: all 850ms;  
}

.elementor-button:is(:hover,:focus) {
   /* background: #7F4B53 !important;*/
}
.elementor-button:is(:hover,:focus)::before {
    left: 100%;
    transition: all 850ms;
}
.site-footer .site-middle-footer-wrap .site-footer-row-container-inner a:not(.button){
    color: #212529 !important;
}
.elementor-5 .elementor-element.elementor-element-00ace83.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{
    margin: 0 0 0 0 !important;
}
.footer-social-icons a:hover{
    text-decoration: none;
}

.shadow {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .3) !important;
}
.rounded {
    border-radius: 20px !important;
}
.py-3 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}
.justify-content-center {
    justify-content: center;
}
.mt-0 {
    margin-top: 0 !important;
}
.elementor-tab-title {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(180deg,#fff8e8 0%,#f4e7c8 100%);
  border: 1.5px solid #c99a3c!important;
  box-shadow: 0 4px 10px rgba(90, 55, 15, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.75), inset 0 -2px 4px rgba(160, 110, 35, 0.12);
  transition: all 0.25s ease;
	z-index: 2;
	padding: 19px 5px 19px 19px!important;
}
.elementor-tab-title:hover {
  background: linear-gradient(180deg, #fff3d8 0%, #ead5a8 100%);
  border-color: #b98222;
  box-shadow: 0 6px 14px rgba(90, 55, 15, 0.16), inset 0 1px 2px rgba(255, 255, 255, 0.8), inset 0 -3px 5px rgba(160, 110, 35, 0.16);


}
.elementor-tab-title.elementor-active {
  background: linear-gradient( 180deg, #f2dfaa 0%, #dec27c 100%);
  border-color: #b98222;
}
.elementor-tab-title.elementor-active .elementor-accordion-title {
	color: #212529!important;
}
/*
.elementor-tab-title:before {
	position:absolute;
	content:'';
	inset:0;
		background-image: url(/storage/2026/flower-bt-2.png);
    background-repeat: no-repeat;
    background-position: left center;
	z-index:-1;
}
*/
.elementor-tab-title .elementor-accordion-icon-closed>i {
width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  border: 2px solid #c99a3c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b98222;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(180deg,#fff7df 0%,#f1d99b 100%);
  box-shadow:inset 0 1px 2px rgba(255,255,255,0.8),inset 0 -2px 4px rgba(150,95,20,0.18);
  transition: transform 0.25s ease, color 0.25s ease, border-color 0.25s ease, background 0.25s ease;transform: rotate(0deg);
  }
  .elementor-tab-title.elementor-active .elementor-accordion-icon-closed>i {
	    transform: rotate(45deg);
  }
  .elementor-tab-title .elementor-accordion-icon-closed>i:before {
	  color: #b98222!important;
  }
  
.elementor-icon-box-wrapper {
    text-align: center;
}

.footer-social {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
	margin-top: 10px!important;
}
.footer-social img {
    width: 24px;
    height: 24px;
}
.contact-icons-wrap {
	justify-content: center;
}
.contact-icons {
    list-style: none;
    padding: 0!important;
    display: flex;
    flex-direction: column;
    gap: 10px;
	margin-bottom: 30px;
}
@media (max-width:991px){
	.contact-icons {
		margin-left: auto;
		margin-right: auto;
	}
	.contact-from-wrap {
		padding:0 1.5rem;
	}
}
.contact-icons a {
	display: flex;
	gap: 10px;
    align-items: center;
}
.contact-icons h4 {
	display: inline-block;
}
.text-card {
    padding: 20px;
    padding: 30px;
    background: linear-gradient(180deg, #fff8e8 0%, #f4e7c8 100%);
    border-radius: 20px;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, .3);
}

.text-center {
	text-align: center;
}
.mb-5 {
	margin-bottom: 2em;
}

.error404 #inner-wrap {
    justify-content: center;
    display: flex;
    align-items: center;
    /*
	background: url(/storage/404-ua.jpg) no-repeat center;
    background-size: cover;
	*/
}
.error404 .content-area {
	margin: 0;
}
.error404 #inner-wrap .site-container {
	max-width: 1920px;
    padding: 0;
}

.footer-copyright {
    border-top: 1px solid #dedbd7;
    padding: 30px 0 70px;
    font-size: 14px;
}
.copyright {
    display: flex;
    justify-content: space-between;
	
}
.powerdby {
}
.powerdby a {
    text-wrap: nowrap;
    display: flex;
	gap: 8px;
	text-decoration: none;
}
.powerdby img{
    height: 20px;
}
@media(max-width:1024px) {
	.copyright {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
}