/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/

/*
 * VARS
 */

body {
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
}

:root {
	--text60_30:calc(30px + (60 - 30) * ((100vw - 320px) / (1600 - 320))); /*h1 60*/
	--text70_35:calc(35px + (70 - 35) * ((100vw - 320px) / (1600 - 320))); /*h2 70*/
	--text27_20:calc(20px + (27 - 20) * ((100vw - 320px) / (1600 - 320))); /*h3 27*/
	--text20_16:calc(16px + (20 - 16) * ((100vw - 320px) / (1600 - 320))); /*h4 20*/
	--text16_13:calc(13px + (16 - 13) * ((100vw - 320px) / (1600 - 320))); /*p 16*/
	--text12_10:calc(10px + (12 - 10) * ((100vw - 320px) / (1600 - 320))); /*span 12*/
	
	--grey-primary: #696a76;
	--dark-grey: #3a3a3c;
	--grey: #696a76;
	--black: #1d1f2d;
	--white: #fff;
	--light-grey: #e7e7e8;
	
  	--font-family: "yugothicui", sans-serif !important;
  	--third-family: "tenor-sans", sans-serif !important;
}

.c-grey {
	color: var(--grey) !important;
}

/*
 * FONTS SIZES
 */

h1 {font-size: var(--text60_30);}
h2 {font-size: var(--text70_35);}
#top h3 {font-size: var(--text27_20);}
h4 {font-size: var(--text20_16);}
p {font-size: var(--text16_13);}

/* h3,h4,p,p>span {
	letter-spacing: -0.2em;
} */

@media only screen and (min-width: 1601px) {
	h1 {font-size: 60px !important;}
	h2 {font-size: 70px !important;}
	h3 {font-size: 27px !important;}
	h4 {font-size: 20px !important;}
	p {font-size: 16px;}
}


@media only screen and (max-width: 320px) {
	h1 {font-size: 30px !important;}
	h2 {font-size: 35px !important;}
	h3 {font-size: 20px !important;}
	h4 {font-size: 16px !important;}
	p {font-size: 13px !important;}
}

/*
 * CONTAINER AND MARGINS
 */

#top .container {
	padding-left: 6.25%;
	padding-right: 6.25%;
	padding-top: 0 !important;
}

@media only screen and (max-width: 989px) {
	#top .container {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	#top .container {
		width: 100% !important;
        max-width: 100% !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

/*
 * HEADER
 */


#top #header_main .inner-container {
	display: flex;
	align-items: center;
	gap: 5%;
}

#top #header_main span.logo,
#top #header_main nav.main_menu {
	position: static !important;
}

#top #header_main nav.main_menu, 
#top #header_main nav.main_menu .avia-menu, 
#top #header_main nav.main_menu .avia-menu  ul.av-main-nav{
	width: 100%;
}

#top .logo {
	padding: 12px 0;
	width: 141px;
}

#top #header .av-main-nav > li > a .avia-menu-text {
/* 	letter-spacing: -0.2em; */
	color: var(--dark-grey);
}

#top #header .av-main-nav > li:hover > a .avia-menu-text {
	color: var(--grey);
}

#top #header .av-main-nav > li > a {
	padding: 0 10px;
}

#top #header .av-main-nav > li:first-child > a {
	padding-left: 0;
}


#top #header .av-main-nav > li:last-child > a {
	padding-right: 0;
}

#top #header .av-main-nav {
	position: relative;
}

#top #header #menu-item-87 {
	position: absolute;
	right: 16px;
}

#top #header #menu-item-87 a span.avia-menu-text {
	display: inline-block;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	color: var(--white);
	position: relative;
	top: -8px;
}

#top #header #menu-item-416 {
	position: absolute;
	right: 165px;
}

#top #header #menu-item-416 .avia-menu-text {
	height: 100%;
    display: flex;
    align-items: center;
}

#top #menu-glavnoe-menyu-heder li#menu-item-416 {
	display: none;
}


/*#top #header #menu-item-87 a span.avia-menu-text:before {
	display: block;
	content: '';
	width: 33px;
	height: 33px;
	background: url('/wp-content/uploads/2024/06/whtasapp-white.svg') center no-repeat;
	background-size: contain;
	position: absolute;
	top: -2px;
	left: -37px;
}*/

#top #header #menu-item-87 a span.avia-menu-text>span {
 	display: block;
/*	content: 'Записаться в студию '; */
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: var(--white);
	position: absolute;
	bottom: -16px;
	left: 0;
	text-transform: none;
}


/*
 *  TOPBANNER
 */

#top .avia-section {
	min-height: auto;
}

#top .topbanner__section .flex_column {
	position: relative;
}

#top .topbanner__section .flex_column .av-special-heading h3 {
	font-weight: 400 !important;
}

#top .topbanner__section .flex_column .zapis__button a {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0;
}

#top .topbanner__section .flex_column .zapis__button a:hover .avia_iconbox_title {
	text-decoration: underline;
}


#top .topbanner__section .flex_column .zapis__button a span {
	display: block;
	line-height: 33px;
}

#top .topbanner__section .flex_column .zapis__button a .avia_button_icon:before {
	font-size: 33px;
	color: var(--grey);
	vertical-align: bottom;
	left: 0;
}

#top .topbanner__section .flex_column .zapis__button a .avia_iconbox_title {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.02em;
	color: var(--white);
}

#top .string__line__wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
}

#top .string__line__wrapper p {
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 22px;
	text-transform: uppercase;
	color: #ccc;
	margin: 0 0;
}

@media only screen and (min-width: 1601px) {
	#top .string__line__wrapper p {
		font-size: 21px !important;
	}
}

@media only screen and (max-width: 1200px){
	#top .logo {
		width: 17%;
	}
}

@media only screen and (max-width: 1150px) {
	#top .topbanner__section .flex_column {
		background-position-x: 150%;
	}
}

/*
 *  ABOUT
 */

#top .about__section .flex_column {
	position: relative;
}

#top .about__section .flex_column .studio__overlay {
	display: block;
	background: url('/wp-content/uploads/2024/06/about.jpg') left center no-repeat var(--black);
	background-size: cover;
	position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 10px;
	border-radius: 12px;
}

#top .about__section .flex_column .about__img {
	margin-bottom: 0;
}

#top .about__section .flex_column .about__img img {
	border-radius: 10px;
}

#top .about__section .flex_column .boss__textlogo__wrapper {
	position: absolute;
	left: 50px;
	bottom: 50px;
}

#top .about__section .flex_column .boss__textlogo {
	border-left: 3px solid var(--grey);
	border-radius: 0 5px 5px 0;
	width: 200px;
	height: 50px;
	background: var(--white);
	padding-top: 7px;
	padding-left: 20px;
}

#top .about__section .flex_column .boss__textlogo:hover .boss__textlogo__title {
	color: var(--grey);
}

#top .about__section .flex_column .boss__textlogo .boss__textlogo__title {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	color: var(--black);
	margin: 0 0;
}

#top .about__section .flex_column .boss__textlogo .boss__textlogo__job {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: var(--grey);
	margin: 0 0; 
	margin-top: 2px;
}

#top .about__section .flex_column .about__textlogo__wrapper p {
	display: block;
	margin: 0 0;
	border-radius: 40px;
	width: 75px;
	height: 17px;
	background: var(--dark-grey);
	
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--white);
	text-align: center;
	line-height: 17px;
}

#top .about__section .flex_column .about__text__wrapper p {
	margin: 0 0;
}

/*
 *  SERVICE
 */

#top .service__section .flex__service {
	background-image: linear-gradient(176deg, rgba(41, 30, 30, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), rgba(0, 0, 0, 0.2), url("path_to_image");
}

#top .service__section .flex__service .service__card {
	margin-right: 0;
	overflow: hidden;
	border-radius: 10px;
}

#top .service__section .flex__service .service__card h3:after{
	display: block;
	content: '';
	width: 0;
	height: 1px;
	background-color: var(--white);
	transition: 1000ms;
}

#top .service__section .flex__service .service__card:hover h3:after{
/* 	text-decoration: underline; */
	width: 100%;
	transition: 1000ms;
}

#top .service__section .flex__service .service__card .av-image-caption-overlay-position {
	padding: 30px 30px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

#top .service__section .flex__service .service__card .av-image-caption-overlay-position .av-image-caption-overlay-center {
	padding: 0 0;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	gap: 10px;
}


#top .service__section .flex__service .service__card .av-image-caption-overlay-position .av-image-caption-overlay-center h3 {
	color: var(--white);
	font-family: var(--font-family);
	margin-bottom: 0;
}

#top .service__section .flex__service .service__card .av-image-caption-overlay-position .av-image-caption-overlay-center p {
	text-align: left;
	margin: 0 0; 
	color: var(--light-grey);
}
#top .service__section .flex__service .service__card:hover img {
	transform: scale(1.1);
}

#top .service__section .flex__service6 {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
	gap: 15px;
}


#top .service__section .flex__service6:before,
#top .service__section .flex__service6:after {
	display: none;
}

#top .service__section .flex__service6 .service7 {
	align-self: flex-end;
}

#top .service__section .flex__service6 .service6,
#top .service__section .flex__service6 .service7{
	width: 50%;
}

@media only screen and (max-width: 989px) {
	#top .service__section .flex__service__mobile {
		display: flex !important;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 20px;
	}
	#top .service__section .flex__service__mobile:before,
	#top .service__section .flex__service__mobile:after {
		display: none;
	}
	#top .service__section .flex__service__mobile .service__card {
		width: 300px;
	}
}

/*
 * MASTERS
 * */

#top .masters__slider img {
	border-radius: 10px;
}

#top .masters__slider {
	margin-bottom: 0;
}

#top .masters__slider .new-special-heading {
	display: none;
}


#top .masters__slider .avia-slideshow-arrows{
	width: 100%;
	position: absolute;
	top: 40%;
}


#top .avia-smallarrow-slider.av-slideshow-ui.masters__slider .avia-slideshow-arrows.av-visible-prev a {
	width: 40px !important;
	height: 40px !important;
	border-radius: 100px;
	border: 1px solid #fff;
}

#top .avia-smallarrow-slider.av-slideshow-ui.masters__slider .avia-slideshow-arrows.av-visible-prev a.prev-slide {
	left: -50px;
}

#top .avia-smallarrow-slider.av-slideshow-ui.masters__slider .avia-slideshow-arrows.av-visible-prev a.next-slide {
	right: -50px;
}

#top .masters__slider .avia-slideshow-arrows a:before {
	font-size: 24px;
	line-height: 40px;
}

#top .masters__slider .slide-entry-wrap .slide-entry {
	margin-left: 1% !important;	
}


#top .masters__slider .slide-entry-wrap .slide-entry:first-child {
	margin-left: 0 !important;	
}

#top .masters__slider .slide-entry {
	width: 24.25%;
}

#top .masters__slider .slide-entry h3 {
	display: none;
}

#top .masters__slider .slide-entry .entry-content p,
#top .masters__slider .slide-entry .entry-content h4 {
	text-align: left !important;
}

#top .masters__slider .slide-entry .entry-content p img {
	width: 100%;
	height: auto;
}

#top .masters__slider .slide-entry .entry-content h4 {
	margin-top: 10px;
	margin-bottom: 5px;
}

#top .masters__slider .slide-entry .entry-content p:first-child {
	margin-bottom: 0 !important;
}

#top .masters__slider .slide-entry .entry-content h4>span {
	font-family: var(--font-family);
	font-weight: 500;
}

/*
 * SALES
 */

#top .avia-shadow {
	box-shadow: none;
}
 
#top .slide__layer__button a {
	color: var(--white);
}

#top .slide__layer__button a:hover {
	text-decoration: underline;
}

/*
 *  VIDEO
 */
/* 
#top #video__slick {
	display: flex;
} */

#top .av-horizontal-gallery-large-gap .av-horizontal-gallery-wrap {
    margin-right: 15px;
    width: auto;
    height: 380px;
}

#top .av-horizontal-gallery-large-gap .av-horizontal-gallery-wrap img {
	border-radius: 10px;
}

#top .youtube__code {
	overflow: hidden;
}

#top #viddeo__slick .slick-slide,
#top #youtube__slick .slick-slide,
#top #img__slick .slick-slide{
	width: fit-content;
}

#top #viddeo__slick video {
	border-radius: 10px;
	width: 215px;
	height: 380px;
	margin-right: 21px;
}

#top #youtube__slick iframe {
	border-radius: 10px;
	width: auto !important;
	height: 380px;
	margin-right: 21px;
}


#top .ourworks__section .nails__slick__wrapper,
#top .ourworks__section .video__slick__wrapper{
	overflow: hidden;
}

#top .ourworks__section .nails__slick__wrapper #nails__slick .slick-slide {
	margin-right: 25px;
	border-radius: 10px;
}

#top .ourworks__section .nails__slick__wrapper #img__slick .slick-slide {
	border-radius: 10px;
	width: 215px;
	height: 380px;
	margin-right: 21px;
}

#top .ourworks__section .hr-custom .hr-inner.inner-border-av-border-fat {
    border-top-width: 1px;
}

#top .avia-video {
	margin-bottom: 0 !important;
}

#top .av-horizontal-gallery-link {
    background: #ffffff00;
    width: 100%;
    height: 100%;
}

/*
 *  CF
 */


#top .cf__section .flex__map .avia_codeblock_section,
#top .cf__section .flex__map .avia_codeblock_section .avia_codeblock,
#top .cf__section .flex__map .avia_codeblock_section .avia_codeblock div {
	height: 100%;
}	
#top .cf__section .flex__map .avia_codeblock_section iframe {
	min-height: 680px;
	height: 100%;
	border-bottom-left-radius: 16px;
	border-top-left-radius: 16px;
}

#top .cf__section .flex__cf .avia-image-container {
	margin-bottom: 73px;
}

#top .cf__section .flex__cf h3 {
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.4em !important; 
	font-family: var(--font-family);
}


#top .cf__section .flex__cf .subhead__cf__wrapper p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: var(--light-grey);
	margin: 0 0;
}

#top .cf__section .flex__cf .subhead__cf__wrapper2 p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	margin: 0 0;
}

#top .cf__section .flex__cf .subhead__cf__wrapper3 p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: var(--light-grey);
	margin: 0 0;
}



#top .cf__section .flex__cf .subhead__cf__wrapper3 p a {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	color: var(--white);
	margin: 0 0;
}

#top .cf__section .flex__cf .avia-button {
	display: block;
	width: 248px;
/* 	height: 57px; */
	box-sizing: border-box;
	padding-top: 16px !important;
	padding-bottom: 16px !important;
	margin: 0 0 !important;
}

#top .cf__section .flex__cf .avia-button span.avia_button_icon:before {
	display: inline-block;
	width: 23px;
	height: 23px;
	font-size: 23px;
	vertical-align: middle;
}

#top .cf__section .flex__cf .avia-button span.avia_iconbox_title {
	line-height: 23px;
	font-weight: 700;
}

/*
 * FOOTER 
 */

#top .footer__section .flex__footer__left:before,
#top .footer__section .flex__footer__left:after {
	display: none;
}

#top .footer__section .flex__footer__left {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 106px;
}

#top .footer__section .flex__footer__left .avia-image-container {
	margin: 0 0;
}

#top .footer__section .widget_nav_menu {
	padding-bottom: 0 !important;
}

#top #menu-glavnoe-menyu-heder {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 106px;
	margin-right: 60px;
}

#top #menu-glavnoe-menyu-heder li {
	border-width: 0;
}

#top #menu-glavnoe-menyu-heder li a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	color: var(--white);
	padding: 6px 0;
	line-height: 1.2em;
}
#top #menu-glavnoe-menyu-heder li#menu-item-87 {
	display: none;
}

#top .footer__section .flex__footer__right:before,
#top .footer__section .flex__footer__right:after {
	display: none;
}

#top .footer__section .flex__footer__right .footer__text {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 77px;
	margin-top: 13px;
}

#top .footer__section .flex__footer__right .footer__text .footer__address {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #fff;
	width: 258px;
	position: relative;
}
#top .footer__section .flex__footer__right .footer__text .footer__address:before {
	display: inline-block;
	content:'';
	width: 25px;
	height: 25px;
	background: url('/wp-content/uploads/2024/06/geo.svg') center no-repeat;
	background-size: cover;
	position: absolute;
	left: -35px;
}

/*#top .footer__section .flex__footer__right .footer__text .footer__phone:before {
	display: inline-block;
	content:'';
	width: 33px;
	height: 33px;
	background: url('/wp-content/uploads/2024/06/wh-footer.svg') center no-repeat;
	background-size: cover;
	position: absolute;
	left: -41px;
	top: -5px
}*/

#top .footer__section .flex__footer__right .footer__text .footer__phone a{
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	color: var(--white);
}

#top .footer__section .flex__footer__right .footer__text .footer__phone {
	display: grid;
	grid-template-columns: 28px auto;
	grid-template-rows: auto auto;
	gap: 0 10px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: var(--light-grey);
	width: 153px;
	position: relative;
}

#top .footer__section .flex__footer__right .footer__text .footer__phone .footer__link_max {
	grid-column: 1/2;
	grid-row: 1/3;
}

#top .footer__section .flex__footer__right .footer__text .footer__phone .footer__phone__text {
	margin-top: -7px;
    display: block;
	color: var(--light-grey);
	font-size: 12px !important;
}

#top .footer__section .copyright__wrapper p,
#top .footer__section .copyright__wrapper a {
	font-size: 12px !important;
	margin: 0 0;
}

/*
 * POPUPS
 */

#top .pum-container {
	padding: 24px 32px !important;
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

#top  .popmake  .card__header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#top  .popmake  .card__label {
    display: block;
    border-radius: 40px;
    padding: 0px 8px 0px 8px;
    width: auto;
    height: 17px;
    background: #6d6e71;

    font-family: var(--second-family);
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--white);
	line-height: 17px;
}


#top .popmake  .card__header img {
    width: 80px;
    height: auto;
}

#top  .popmake  .card__title h3 {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: var(--black);
	margin-bottom: 0;
}

#top .popmake .card__title h3 {
	margin-bottom: 53px;
}


#top #popmake-170 .card__title h3 {
	margin-bottom: 13px;
}

#top .popmake  .card__title p {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: var(--black);
    opacity: 0.5;
    margin-top: 6px;
	margin-bottom: 53px;
}

#top .popmake  .card__content {
    margin-top: 53px;
}

#top .popmake  .card__list {
	list-style: none;
}

#top .popmake  .card__item {
    display: block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #58585a;
    padding: 9px 7px 9px 35px;
    border-bottom: 1px solid #e1dfd7;
	position: relative;
}

#top #popmake-170 .card__item:before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
    background: url('/wp-content/uploads/2024/06/tick-circle.svg') center no-repeat;
	position: absolute;
	left: 0;
	top: 10px;
}

#top .popmake .card__item:before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
    background: url('/wp-content/uploads/2024/06/tick-circle.svg') center no-repeat;
	position: absolute;
	left: 0;
	top: 5px;
}

#top .popmake .card__item:first-child {
    border-top: 1px solid #e1dfd7;
}

	/*#top .pum-close {
		background: url('/wp-content/uploads/2024/06/arrow.svg') center center no-repeat #fff;
	}*/

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

@media only screen and (min-width: 1601px){
	#top #header .av-main-nav > li > a {
		padding: 0 6px !important;
	}
	
	#top .topbanner__section h1.av-special-heading-tag {
		letter-spacing: -1.5px;
	}
}

@media only screen and (max-width: 989px) {
	
	#top .logo svg {
		padding: 5px 0;
	}
	
	#top #header_main .inner-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: auto;
	}
	
	#top #header_main nav.main_menu, 
	#top #header_main nav.main_menu .avia-menu, 
	#top #header_main nav.main_menu .avia-menu  ul.av-main-nav{
		width: auto !important;
	}
	
	#top .about__section,
	#top .service__section,
	#top .personel__section,
	#top .sales__section,
	#top .ourworks__section__title,
	#top .feedbacks__section__title,
	#top .salon__section, 
	#top .cf__section {
		margin-top: 30px !important;
		min-height: auto !important;
	}

		#top .about__section {
		background: var(--black);
	}
	
	#top .topbanner__section .container {
		height: auto !important;
	}
	
	#top .topbanner__section .flex_column {
		height: auto !important;
		background: none;
		text-align: center;
		
		display: flex !important;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: 20px;
	}
	
	#top .topbanner__section .flex_column .av-special-heading,
	#top .topbanner__section .flex_column .avia-image-container,
	#top .topbanner__section .flex_column .avia-button-wrap,
	#top .topbanner__section .flex_column .av_textblock_section {
		margin: 0 0;
		padding: 0 0;
	}
	
	#top .topbanner__section .flex_column .avia-button {
		margin-bottom: 0;
	}
	
	#top .topbanner__section .flex_column .av-special-heading-h1 {order: 1;}	
	#top .topbanner__section .flex_column .av-special-heading-h3 {order: 2;}
	#top .topbanner__section .flex_column .av_textblock_section {order: 3;}
	#top .topbanner__section .flex_column .avia-image-container{order: 4;}
	#top .topbanner__section .flex_column .avia-button-wrap {order: 5;}
	
	
	#top .string__line__wrapper {
		position: static;
		margin-bottom: 30px;
	}
	
	
	#top .about__section .container {
		height: auto !important;
	}
	#top .about__section .container .flex_column {
		min-height: 0 !important;
		height: auto !important;
	}
	#top .pum-container {
		width: 50% !important;
	}
	#top .av-horizontal-gallery-inner {
		height: 500px !important;
	}
	#top .av-horizontal-gallery-large-gap .av-horizontal-gallery-wrap {
		margin-right: 15px;
		width: auto !important;
		height: 500px !important;
	}

}

@media only screen and (max-width: 767px) {
	
	#top .about__section .container .flex_column .av-special-heading {
		margin-top: 15px;
	}
	
	#top .about__section .container .flex_column .about__textlogo__wrapper {
		margin-bottom: 15px;
	}
	
	#top .about__section .container .flex_column {
		padding-left: 0;
		padding-right: 0;
	}
	
	#top .avia-smallarrow-slider.av-slideshow-ui.masters__slider .avia-slideshow-arrows.av-visible-prev a.prev-slide {
		left: 0;
	}

	#top .avia-smallarrow-slider.av-slideshow-ui.masters__slider .avia-slideshow-arrows.av-visible-prev a.next-slide {
		right: 0;
	}
	
	#top .service__section .flex__service .service__card .av-image-caption-overlay-position {
		padding: 20px 10px;
	}
	
	#top .service__section .flex__service__mobile .service__card {
		width: 100%;
	}
	
	#top .service__section .flex__service__mobile .service__card img{
		width: -webkit-fill-available;
	}
	
	#top .ourworks__section .flex_column {
		padding-left: 0 !important;
	}
	#top .feedbacks__section .flex_column {
		padding: 10px 10px !important;
		margin-bottom: 0 !important;
	}
	#top .cf__section .flex__cf  {
		border-radius: 10px;
		padding: 20px 10px !important;
		margin-bottom: 10px !important
	}
	#top .cf__section .flex__map .avia_codeblock_section iframe {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}
	#top .footer__section .flex__footer__left {
       gap: 30px;
	}
	#top #menu-glavnoe-menyu-heder {
		height: auto;
		margin-right: 0;
	}
	#top .footer__section .flex__footer__right .footer__text {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 20px;
	}
	#top .footer__section .flex__footer__right .footer__text p{
		margin-left: 40px;
	}
	#top .footer__section .flex__copyright p {
		width: 65%;
	}
	#top .footer__section .flex__copyright p a{
		margin-left: 0 !important;
	}
	

}

@media only screen and (max-width: 489px) {
	#top .topbanner__section .flex_column .avia-button-wrap,
	#top .topbanner__section .flex_column .avia-button {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	
	#top .cf__section .flex_column .avia-button-wrap,
	#top .cf__section .flex_column .avia-button {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	#top .pum-container {
		width: 100% !important;
	}
	#top .pum-close {
		right: 10px;
		top: 10px;
		left: auto;
		box-shadow: none;
		border: 1px solid var(--grey);
	}
}