/*
Theme Name: Jaworska
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

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}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}


body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
* {
    position: relative;
    box-sizing: border-box;
    line-height: 120%;
}
a {
    transition: .3s ease-in-out;
}
.no_gap {
    gap: 0;
}
.wp-block-image .alignleft {
    margin: 0 !important;
}
.read_more_btn a {
    background: url(images/arrow_right_long_red.svg) 100% 50% no-repeat;
    display: flex;
    width: fit-content;
    padding-right: 74px;
    color: #EB2424;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    overflow: hidden;
}
.back_btn.read_more_btn a {
	background: none;
    padding-right: 0;
	align-items: center;
	gap: 8px;
}
.back_btn.read_more_btn a:before {
	content: "";
	width: 65px;
	height: 8px;
	background: url(images/arrow_right_long_red.svg) 0 0  no-repeat;
	transform: rotate(180deg);
}
.read_more_btn a:hover {
    background-position: calc(100% + 200px) 50%;
    text-shadow: 0 0 1px #EB2424;
}
h2 {
    color: #EB2424;
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.1px;
}

.wp-element-button.wp-block-button__link {
    background: #FFF;
    padding: 15px 30px;
    color: #EB2424;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border-radius: 0;
    transition: .3s ease-in-out;
}
.wp-element-button.wp-block-button__link:hover {
    background: #F0F0F0;
}

.admin-bar #header {
    top: 32px;
}
.wp-block-nk-awb {
    padding: 0;
}

.menu-button {
    display: none;
}
#header {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(10.5px);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 11;
}
.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1300px;
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    height: 100px;
}
.header_wrap .logo img {
	width: 125px;
	height: auto;
}
#container {
    padding-top: 100px;
}
.home #container {
    padding-top: 0;
}

.header_wrap .menu {
    display: flex;
    gap: 20px;
}
.header_wrap .menu a {
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none;
}
.header_wrap .menu .current-menu-item a {
	 color: #EB2424;
}
#header .sub-menu {
    display: none;
    opacity: 0;
    transition: .3s ease-in-out;
    transform: translateY(-20px);
}
#header a:hover {
    color: #EB2424;
}
#header .menu-item-has-children,
#header .menu_item_wpglobus_menu_switch {
    padding-right: 14px;
}
#header .menu-item-has-children:after,
#header .menu_item_wpglobus_menu_switch:after {
    content: "";
    width: 12px;
    height: 10px;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    background: url(images/ico_down_arrow.svg) 50% 50% no-repeat;
    background-size: 11px 8px;
    transition: .3s ease-in-out;
}
#header .menu-item-has-children:hover .sub-menu,
#header .menu_item_wpglobus_menu_switch:hover .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 25px 50px;
    width: 355px;
    z-index: 20;
    opacity: 1;
    transform: translateY(0px);
}
#header .menu_item_wpglobus_menu_switch:hover .sub-menu {
	padding: 15px 10px;
    width: 75px;
}
#header .menu-item-has-children:hover:after,
#header .menu_item_wpglobus_menu_switch:hover:after {
    transform: translateY(-50%) rotate(180deg);
}
#header .menu_item_wpglobus_menu_switch .wpglobus_language_name {
	padding-left: 0;
	text-transform: uppercase;
	background: none;
}


.phone_wrap {
    display: flex;
    gap: 20px;
}

.phone_wrap a {
    color: #EB2424;
    padding: 10px 0;
    text-decoration: none;
}
.phone_wrap a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #EB2424;
    transition: .3s ease-in-out;
}
.phone_wrap a:hover {
    text-shadow: 0 0 1px #EB2424;
}
.phone_wrap a:hover::after {
    opacity: 0;
    bottom: 3px;
}






.home_hero {
    padding-top: 224px;
    height: 1098px;
}
.home_hero .wp-block-columns {
    width: 1300px;
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;  
}
.home_hero h1 {
    color: #FFF;
    font-family: "Oswald", sans-serif;
    font-size: 80px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.home_hero h1 strong {
    font-weight: 600;
    color: #EB2424;
}
.home_hero h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}
.home_hero h2 strong {
    font-weight: 500;
    color: #EB2424;   
}
.contact_form {
    width: 530px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(28px);
    padding: 50px;
    margin-left: auto;
}


.home_first_post_img {
    margin-left: -20px;
}
.post_plates_mozaik {
    width: 1300px;
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;  
    margin-top: -112px;
    margin-bottom: 100px;
}
.post_plates_mozaik .wp-block-group__inner-container > .wp-block-columns {
    gap: 20px;
    margin-bottom: 50px;
}

.post_plates_mozaik h2 {
    padding-top: 50px;
    padding-bottom: 25px;
}
.post_plates_mozaik .wp-block-group__inner-container > .wp-block-columns:nth-child(odd) .home_post_txt {
    margin-left: auto;
}
.home_post_txt {
    width: 529px;
    max-width: 100%;
}
.home_post_txt p:not(.read_more_btn) {
    margin-bottom: 1.5em;
}

.home_onas .wp-block-image figure {
    margin: 0;
}
.home_onas_right_wrap {

    padding-top: 76px;
    padding-bottom: 76px;
}
.home_onas_right {
    width: calc(524px + 110px + 16px) ;
    max-width: calc(100% - 110px - 16px);

    padding-right: 16px;
    padding-left: 110px;
}
.home_onas_right p {
    margin-bottom: 1em;
    color: #FFF;
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
}

.home_gallery .wp-block-group__inner-container {
    width: 1300px;
    max-width: calc(100% - 32px);
	margin-left: auto;
	margin-right: auto;
}
.home_gallery .wp-block-columns {
    gap: 20px;
}
.home_gallery_col_2img {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.onas_media_left {
    display: flex;
    flex-direction: column;
}
.onas_media_left_img .wp-block-group__inner-container {
    width: 650px;
    padding-top: 50px;
    max-width: calc(100% - 60px);
    padding-bottom: 58px;
    padding-right: 60px;
    margin-right: 0 !important;
	margin-left: auto;
}
.onas_media_left_txt {
    flex-grow: 1;
}
.onas_media_left_txt .wp-block-group__inner-container{
    width: 650px;
    padding-top: 48px;
    max-width: calc(100% - 60px);
    padding-bottom: 11px;
    padding-right: 60px;
    margin-right: 0 !important;
	margin-left: auto;
}
.onas_media_left_txt h2 {
    color: #fff;
    margin-bottom: 25px;
}
.onas_media_left_txt p {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 25px;
}
.onas_media_left_txt .read_more_btn a {
    background-image: url(images/arrow_right_long_white.svg);
}
.onas_media_left_txt .read_more_btn a:hover {
    text-shadow: 0 0 1px #fff;
}

.home_gallery {
    padding: 100px 0;
}
.home_gallery img {
    transition: .4s ease-in-out;
    cursor: pointer;
}
.home_gallery img:hover {
    transform: scale(1.2);
    z-index: 2;
}


.feedback {
    background: #F7F7F7;
    padding-top: 100px;
    padding-bottom: 100px;
}
.feedback > .wp-block-group__inner-container {
    width: 1300px;
    max-width: calc(100% - 32px);
	margin-left: auto;
	margin-right: auto;
}
.feedback h2 {
    margin-bottom: 50px;
}
.feedback h2 strong {
    color: #000;
}
.feedback .wp-block-group {
    background-color: #FFF;
    padding: 25px 48px;
    font-size: 16px;
    margin-bottom: 20px;
}
.feedback .wp-block-group h4 {
    color: #959595;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.24px;
    margin-bottom: 25px;
}
.feedback .wp-block-group h4 strong {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.3px;
    padding-right: 23px;
}

.feedback .wp-block-group p {
    font-style: italic;
}

.form_section input:not(.wpcf7-submit),
.form_section textarea {
    padding: 10px 20px;
    background: #FFF;
    color: #BFBFBF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    border: none;
    width: 100%;
    margin-bottom: 20px;
}  
.form_section .wpcf7-submit {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 28px;
    background: #EB2424;
    border: none;
    margin-left: auto;
    float: right;
    cursor: pointer;
}
.form_section .wpcf7-submit:hover {
    background: #CF1B1B;
}
.form_section .wpcf7-spinner {
    clear: both;
}
.form_2col p {
    display: flex;
    gap: 20px;
}
.form_2col p span {
    flex-grow: 1;
}
.form_section .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: -20px;
}

#footer {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 1px solid #EB2424;
}
#footer .foot_wrap {
    width: 1300px;
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
}
.foot_menu,
#menu-estate-country,
#menu-foot2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.foot_menu a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.foot_menu a:hover {
    color: #EB2424;
}
.foot_last_row {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-end;
}
.single_uslugi .wp-element-button.wp-block-button__link,
.foot_last_row .wp-element-button.wp-block-button__link {
    background: #EB2424;
    color: #FFF;
}
.single_uslugi .wp-element-button.wp-block-button__link:hover,
.foot_last_row .wp-element-button.wp-block-button__link:hover {
    background: #CF1B1B;
}



/* page uslugi */
.single_uslugi {
    background: #F7F7F7;
    padding-top: 50px;
    padding-bottom: 100px;

}
.single_uslugi > div {
    width: 1300px;
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
}
.single_uslugi h1 {
    color: #EB2424;
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 50px;
    line-height: 120%;
}
.single_uslugi h3 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 1em;
}
.single_uslugi p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1em;
}
.single_uslugi .wp-element-button.wp-block-button__link {
    margin-top: 34px;
}
.onas_first {
    padding-bottom: 100px;
}

.single_uslugi .red_back_block {
    padding: 19px 33px;
    background: #EB2424;
    color: #FFF;
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 120%;
}
.contact_block {
    background: #fff;
    margin-bottom: -100px;
    padding-bottom: 100px;
    padding-top: 100px;
}
.single_uslugi > div.contact_block {
    width: 100%;
    max-width: 100%;
} 
.single_uslugi .contact_block > div {
    width: 1300px;
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
}
.contact_block h2 strong {
    color: #000;
}
.contact_block a {
    color: #000;
    text-decoration: none;
}
.contact_block a:hover {
    text-shadow: 0 0 1px #000;
}
.vacancy_list_wrap {
    background: #F7F7F7;
    padding-top: 50px;
    padding-bottom: 100px;
}
.vacancy_list {
    width: 1300px;
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
}
.vacancy_list h1 {
    color: #EB2424;
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 50px;
}
.vacancy_item {
    background-color: #FFF;
    padding: 25px 50px;
    border: 1px solid #fff;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
}
.vacancy_item h2 a {
    text-decoration: none;
    pointer-events: none;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    font-family: "Inter", sans-serif;
}
.vacancy_item .entry-meta,
.vacancy_item .post-edit-link {
    display: none;
}
.vacancy_item_top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.vacancy_item_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.vacancy_item_right .wp-element-button {
    background: #EB2424;
    color: #fff;
    display: flex;
    gap: 8px;
    align-items: center;
}
.vacancy_item_right .wp-element-button:hover {
    background: #EB2424;
    color: #fff;
    opacity: 0.8;
}
.vacancy_item_right .wp-element-button::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(images/ico_lighting.svg) 0 0 no-repeat;
}
.switcher {
    color: #EB2424;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    width: fit-content;
    border-bottom: 2px solid #EB2424;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.switcher:not(.active) span:nth-last-child(2) {
    display: none;
}
.switcher.active span:nth-last-child(1) {
    display: none;
}
.switcher:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -2px;
    height: 2px;
    background: #959595;
    transition: .5s ease-in-out;
}
.switcher.active::after {
    right: 0;
}
.switcher.active {
    color: #959595;
}
.vacancy_item_top .oplata {
    color: #959595;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
}
.city_ico {
    padding-left: 29px;
    margin-bottom: 20px;
    background: url(images/location.svg) 0 50% no-repeat;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.short_description {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: #959595;
    font-size: 16px;
    font-weight: 400;   
}
.vacancy_item_bottom {
    width: 918px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #959595;
    font-size: 16px;
    font-weight: 400;
}
.vacancy_item_bottom .vacancy_item_bottom_right {
    flex: 1 0 418px;
    max-width: 418px;
}
.vacancy_item_bottom strong {
    color: #000;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}
.ico_ok  {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ico_ok p {
    display: block;
    padding-left: 21px;
    line-height: normal;
    background: url(images/ico_ok.svg) 0 50% no-repeat;
}
.contact_form_popup {
    display: none;
}
.contact_form_popup.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background: rgba(0, 0, 0, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: scroll;
	z-index: 100;
}
.contact_form_popup_content {
    width: 520px;
    max-width: calc(100% - 32px);
    padding: 25px 45px 50px 45px;
    background-color: #fff;
	margin-top: 50px;
	margin-bottom: 50px;
}
.contact_form_popup_close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact_form_popup_content .form_section input:not(.wpcf7-submit),
.contact_form_popup_content .form_section textarea {
    border: 1px solid #BFBFBF;
}
.form_section .codedropz-upload-handler {
    border: 1px dashed #C7CCEC;
    background: #F8F8FF url(images/ico_upload.svg) 50% 33px no-repeat;
    padding: 86px 25px 25px 25px;
    margin-bottom: 20px;
    border-radius: 0;
}
.form_section .codedropz-upload-inner {
    display: flex;
    justify-content: center;
    gap: 7px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}
.form_section .cd-upload-btn {
    color: #1877F2;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline !important;
}
.cd-upload-btn:hover {
    text-decoration: none !important;
}
.contact_form_popup_service > h4 {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}
.contact_form_popup_service > h4 span {
    color: #FA4242;
}
.contact_form_popup_service > p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.close_form {
    position: absolute;
    top: -20px;
    right: -33px;
    font-size: 32px;
    transform: rotate(45deg);
    cursor: pointer;
}

.post_wrap {
    background: #F7F7F7;
}
.post_wrap article {
    width: 1300px;
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 100px;
}
.post_wrap .post-edit-link,
.post_wrap .entry-meta,
.post_wrap .entry-footer {
    display: none;
}
.post_wrap h1 {
    width: 49%;
    line-height: 120%;
    margin-bottom: -23px;
}
.post_wrap h1 a {
    color: #EB2424;
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 50px;
    pointer-events: none;
    text-decoration: none;
    line-height: 120%;
}
.post_wrap .wp-block-columns .wp-block-column:first-child {
    padding-top: 73px;
}
.post_wrap .wp-block-buttons {
    margin-top: 50px;
}

/* gallery */
.single_uslugi .envira-gallery-item-inner:hover .caption {
    opacity: 1 !important;
}
.single_uslugi .envira-gallery-item-inner .caption {
    background: transparent;
    padding: 15px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    line-height: 120%;
    background: rgba(255, 255, 255, 0.80);
}
.box {
    display: none;
}
#tab1 {
    display: block;
}

.tabs-control {
    display: flex;
    gap: 0px;
    justify-content: center;
    margin-bottom: 60px;
}
.single_uslugi .tabs-control .wp-element-button.wp-block-button__link {
    padding: 10px 20px;
    background: transparent;
    color: #000;
    margin: 0;
    border-bottom: 1px solid #EB2424;
}
.single_uslugi .tabs-control .wp-element-button.wp-block-button__link:hover,
.single_uslugi .tabs-control .wp-element-button.wp-block-button__link.active {
    color: #EB2424;
}
.single_uslugi .tabs-control .wp-element-button.wp-block-button__link.active {
    border-bottom: 1px solid #000;
}
.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img {
	opacity: 1 !important;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-caption a:hover {
	color: #EB2424 !important;
}
@media (max-width: 1399.94px) {
    .home_onas_right p {
        font-size: 25px;
    }

}
@media (max-width: 1199.94px) {
    .home_hero h1 {
        font-size: 44px;
    }
    .home_onas_right {
        width: calc(524px + 50px + 16px);
        max-width: calc(100% - 50px - 16px);
        padding-right: 16px;
        padding-left: 50px;
    }
}
@media screen and (max-width: 1023.94px) {
    .menu-button {
        display: block;
    }
    .bar {
        position: relative;
        display: block;
        width: 20px;
        height: 2px;
        margin: 4px auto;
        background-color: #000;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer;
    }
    .active .bar:nth-of-type(1) {
        -webkit-transform: translateY(5px) rotate(-45deg);
        -ms-transform: translateY(5px) rotate(-45deg);
        transform: translateY(5px) rotate(-45deg);
    }
    .active .bar:nth-of-type(2) {
        opacity: 0;
    }
    .active .bar:nth-of-type(3) {
        -webkit-transform: translateY(-7px) rotate(45deg);
        -ms-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg);
    }
    .header_wrap .right_side {
        display: none;
    }
    #menu {
        position: fixed ;
        top: 100px;
        right: 0;
        left: 0;
        width: 100%;
        padding: 5%;
        background-color: #fff;
        opacity: 0;
        display: none;
        transform: translateY(-20px);
        transition: .3s ease-in-out;
    }
    #menu.active {
        display: block;
        opacity: 1;
        transform: translateY(0);
        z-index: 5;
    }
    #menu .menu {
        display: flex;
        flex-direction: column;
    }
    #header .menu-item-has-children:hover .sub-menu {
        position: relative;
        background-color: #fff;
    }
    #header .menu-item-has-children:after {
        top: 10px;
    }
    .home_top .mouse-animate-holder {
        display: none;
    }

    .home_onas .wp-block-columns {
        flex-wrap: wrap !important;
    }
    .home_onas .wp-block-column {
        flex-basis: 100%!important;
    }   
    .home_onas figure.wp-block-image {
        max-height: 300px;
    } 

}

@media screen and (max-width: 781px) {
    .home_hero {
        padding-top: 124px;
        height: auto;
    }
    .contact_form {
        width: 100%;
    }
    .post_plates_mozaik {
        margin-top: 50px;
    }
    .post_plates_mozaik .wp-block-image {
        display: flex;
        justify-content: center;
    }
    .post_plates_mozaik .wp-block-group__inner-container > .wp-block-columns:first-child .wp-block-image:not(.home_first_post_img) {
        display: none;
    }
    .post_plates_mozaik .wp-block-group__inner-container > .wp-block-columns:nth-child(even) {
        display: flex;
        flex-direction: column-reverse;
    }
    .home_post_txt {
        width: 100%;
    }
    .post_plates_mozaik h2 {
        padding-top: 0px;
    }
    .home_gallery figure {
        display: flex;
        justify-content: center;
    }
    #footer .foot_wrap {
        text-align: center;
    }
    .foot_last_row {
        align-items: center;
        text-align: center;
    }
    .single_uslugi figure {
        display: flex;
        justify-content: center;
    }
}




.home_onas figure.wp-block-image  {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 500px;
}
.home_onas .wp-block-image img {
    object-position: 50%;
    width: 150%;
    max-width: 150%;
}

.home_post_txt {
    opacity: 0;
    transform: translateY(55px);
    transition: 1s cubic-bezier(0.61, 1, 0.88, 1) 0s;
}

.home_post_txt.inView {
    opacity: 1;
    transform: translateY(0px); 
}



