.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"marianna";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-d22ac2f-font-family:"felidae";--e-global-typography-d22ac2f-font-size:30px;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 h1{font-family:"marianna", Sans-serif;}.elementor-kit-11 h2{font-family:"marianna", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */*{
	margin: 0;padding: 0;box-sizing: border-box;
}

body {
  overflow-x: hidden !important; /* отключает горизонтальный скролл */
}


.nav {
    position: absolute;
	list-style: none;
    z-index: 972;
    font-family: Felidae, San-serif;
    text-align: center;
	a {
		color: #fff;
        margin-bottom: 15px !important;
		text-decoration: none;
		display: block;
        opacity: 0.8;
		background-color: #000000;
		&:hover {
			color: gold;
		}
	}
}

.nav li:hover {
    opacity: 0.8;
    background-color: #000000;
}

@media screen and(max-width: 768px){

	.nav {
		display: none;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		background: crimson;
		a {
			text-align: center;
			&:hover {background: #444;}
		}
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

}

@media screen and(min-width: 769px){
	.nav {
		display: flex !important;
	}

}

.hidden {
    visibility: hidden;
}

.hoverEffect {
    cursor: pointer;
}

.universal {
    width: 100%;
    height: 100%;
    right: -1000px;
    font-family: Felidae, San-serif;
    position: absolute;
    z-index: 500;
    font-size: 18px;
    opacity: 0.9;
    background-color: #000 !important;
}

span.close-icon {
    color: #FFFFFF;
    font-size: 32px;
    left: 120px;
    font-family: Felidae, San-serif;
    cursor: pointer;
    position: relative;
}

.call_button {
    width: 150px;
    height: 45px;
    font-family: Felidae, San-serif;
    line-height: 19px;
    color: gold;
    margin-bottom: 24px !important;
    font-size: 19px !important;
    border: 2px solid #9D8C40 !important;
    border-radius: 5px;
    opacity: 1 !important;
    z-index: 9999 !important;
    color: #FFF !important;
}

.call_button:hover {
    color: #fff;
    border-color: gold;
    border: 2px solid #9D8C40 !important;
    background-color: #9D8C40 !important;
}

.phone {
    color: gold;
    font-size: 19px;
    margin-top: 5px;
    font-family: Felidae, San-serif;
    display: block;
}

.work-time {
    color: #FFF;
    font-size: 13px;
    margin-bottom: 25px;
    font-family: Felidae, San-serif;
    display: block;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'marianna';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://78ottenkov.ru/wp-content/uploads/2025/11/Marianna.ttf') format('truetype');
}
/* End Custom Fonts CSS */