﻿/*   
Theme Name: burum
Author: Dmitrij Nikolaenko
Authot Email: dmitrij.nikolaenko.91@gmail.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:"";content:none;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title], dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
input, select{vertical-align:middle;}
body{font:13px/1.231 sans-serif;*font-size:small;}
select, input, textarea, button{font:99% sans-serif;}
pre, code, kbd, samp{font-family:monospace, sans-serif;}
html{overflow-y:scroll;}
a:hover, a:active{outline:none;}
ul, ol{margin-left:2em;}
ol{list-style-type:decimal;}
nav ul, nav li{margin:0;list-style:none;list-style-image:none;}
small{font-size:85%;}
strong, th{font-weight:bold;}
td{vertical-align:top;}
sub, sup{font-size:75%;line-height:0;position:relative;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;padding:15px;}
textarea{overflow:auto;}
.ie6 legend, .ie7 legend{margin-left:-7px;}
input[type="radio"]{vertical-align:text-bottom;}
input[type="checkbox"]{vertical-align:bottom;}
.ie7 input[type="checkbox"]{vertical-align:baseline;}
.ie6 input{vertical-align:text-bottom;}
label, input[type="button"], input[type="submit"], input[type="image"], button{cursor:pointer;}
button, input, select, textarea{margin:0;}
::-moz-selection{background:#0055ff;color:#fff;text-shadow:none;}
::selection{background:#0055ff;color:#fff;text-shadow:none;}
a:link{-webkit-tap-highlight-color:transparent;;}
button{width:auto;overflow:visible;}
.ie7 img{-ms-interpolation-mode:bicubic;}
body, select, input, textarea{color:#323232;}
h1, h2, h3, h4, h5, h6{font-weight:;}
.ir{display:block;text-indent:-999em;overflow:hidden;background-repeat:no-repeat;text-align:left;direction:ltr;}
.hidden{display:none;visibility:hidden;}
.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}
.invisible{visibility:hidden;}
.clearfix:before, .clearfix:after{content:"\0020";display:block;height:0;overflow:hidden;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
@media all and (orientation:portrait){}
@media all and (orientation:landscape){}
@media screen and (max-device-width:480px){}
@media print{*{background:transparent !important;color:black !important;text-shadow:none !important;filter:none !important;-ms-filter:none !important;}
a, a:visited{color:#444 !important;text-decoration:underline;}
a[href]:after{content:" (" attr(href) ")";}
abbr[title]:after{content:" (" attr(title) ")";}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after{content:"";}
pre, blockquote{border:1px solid #999;page-break-inside:avoid;}
thead{display:table-header-group;}
tr, img{page-break-inside:avoid;}
@page{margin:0.5cm;}
p, h2, h3{orphans:3;widows:3;}
h2, h3{page-break-after:avoid;}
}

:focus {
outline: none;
}

:root {
	--body-background: #fffdf5;
	--def-btn: #E76F51;
	--hover-btn: #927667;
	--background-gradient: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.6)); 
	--footer-background: #F8F3EE;
	--fon-light: rgb(248, 243, 238);
	--text-grey:  #333333;
}
.container-box {
    max-width: 1420px;
    margin: auto;
    min-height: 1px;box-sizing: border-box;
	padding-left: 25px;
		padding-right: 25px;
		width: 100%;
}
html, body{width: 100%;min-height: 100%;}
body{font-family: "Inter", sans-serif; word-break: break-word;background: var(--body-background);}
* {margin: 0;padding: 0;}
html{scroll-behavior: smooth;}
html, body {height: 100%;}
#content-sites {display: flex;flex-direction: column;height: 100%;}
#content {flex: 1 0 auto;}
#footer {flex: 0 0 auto;}
a, input, img, textarea{outline: none;}
a{transition: 0.3s;}
a:hover{transition: 0.3s;}
h1{font-size: 62px;padding-bottom: 38px; font-weight: 600;}
h2{font-size: 48px;padding-bottom: 22px;}
h3{font-size: 32px;padding-bottom: 20px;}
h4{font-size: 26px;padding-bottom: 18px;}
h5{font-size: 22px;padding-bottom: 16px;}
h1, h2, h3, h4, h5{line-height: 130%;     font-weight: 600;}
p{ font-size: 20px;padding-bottom: 12px;font-weight: 400;    line-height: 140%;}
li{font-size: 20px;padding-bottom: 6px;font-weight: 400;}
ul, ol{padding-bottom: 12px;}
.btn_brown{
    position: relative;
    z-index: 3;
    transition: 0.3s;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background: #c97757;
    overflow: hidden;
    display: inline-block;
    padding: 18px 20px;
    border-radius: 32px;
    font-weight: 400;
}
.btn_brown i{font-size:20px;}
@-webkit-keyframes blick {
  0% {
    left: -80%;
  }
  100% {
    left: 160%;
  }
}
@keyframes blick {
  0% {
    left: -80%;
  }
  100% {
    left: 160%;
  }
}
.btn_brown:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 300%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: rgb(255 255 255 / 40%);
    -webkit-animation: blick 3s linear infinite;
    animation: blick 3s linear infinite;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.btn_brown:hover{
	background: var(--hover-btn); transition: 0.3s;
}
.btn_brown:hover:after{
	 background-color: rgb(255 255 255 / 0%); transition: 0.3s;
}
.btn_brown_border{
    position: relative;
    z-index: 3;
    transition: 0.3s;
    color: #b33516;
    font-size: 16px;
    text-decoration: none;
    background: #e6e6e600;
    overflow: hidden;
    display: inline-block;
    padding: 18px 20px;
    border: 1px solid var(--def-btn);
    box-sizing: border-box;
    border-radius: 32px;
    backdrop-filter: blur(5.5px);
    font-weight: 500;
}
.btn_brown_border:hover{
    transition: 0.3s;
    color: #fff;
    background: #927667;
    border: 1px solid #927667;
}
.btn_no_border {
    position: relative;
    z-index: 3;
    transition: 0.3s;
    color: #b33516;
    font-size: 16px;
    text-decoration: none;
    background: #e6e6e600;
    overflow: hidden;
    display: inline-block;
    padding: 20px 20px;
    box-sizing: border-box;
    border-radius: 32px;
    font-weight: 500;
    backdrop-filter: blur(5.5px);
}
.btn_no_border:hover{
    transition: 0.3s;
    color: #fff;
    background: #927667;
}
.flex-stretch-between{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;	
}
.flex-center-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;	
}

#go-top {    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 50px;
    bottom: 26px;
    right: 26px;
    z-index: 99;
    text-align: center;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.28) url(/wp-content/themes/burum/img/to-top.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.4s;
    background-size: 50%;}
#go-top:hover {background: rgba(0, 0, 0, 0.54) url('/wp-content/themes/burum/img/to-top.png');background-position: center center;background-repeat: no-repeat;transition: 0.4s;   
    background-size: 50%;}
/***defaul for breadcrumbs**/
.breadcrumbs-page{border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 25px;
    padding-top: 25px;
	}
.breadcrumbs-page p{font-size: 14px;}	
.breadcrumbs-page a{text-decoration: none !important;color: #391c0c99 !important;text-shadow: none;}
.breadcrumbs-page a:hover{text-decoration: underline !important;}
/**defaul for galery wordpress**/
.gallery {float: none;display: inline-block;width: 100%;}
.gallery img{width: 100%;height: auto;border: none !important;margin-bottom: 0px;transition: 0.3s;}
.gallery img:hover{-webkit-filter: sepia(100%);transition: 0.3s;}
.gallery-item{margin-top: 0px;}
/**defaul for img***/
img.alignleft{max-width: 50%;height: auto;margin-right: 25px;margin-bottom: 25px;margin-top: 25px;float: left;}
img.aligncenter{max-width: 100%;height: auto;margin-bottom: 25px;margin-top: 25px;float: none;}
img.alignright{max-width: 50%;height: auto;margin-left: 25px;margin-bottom: 25px;margin-top: 25px;float: right;}
.active-img {position: fixed !important;z-index: 999 !important;overflow: unset !important;top: 50% !important;left: 50% !important;transform: translate(-50%, -50%) !important;max-width: 80% !important;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.38) !important;}
.close-img{position: fixed;z-index: 999;width: 30px;height: 30px;top: 8px;right: 8px;background: url('/wp-content/themes/burum/img/close-img.png');background-size: contain;cursor: pointer;display: none;}
/**end default**/
/* Класс для блокировки прокрутки */
.no-scroll {
  overflow: hidden;
}
::-webkit-scrollbar-button {background-image:url('');background-repeat:no-repeat;width:6px;height:0px}::-webkit-scrollbar-track {background-color:#ecedee}::-webkit-scrollbar-thumb {-webkit-border-radius: 0px;border-radius: 2px;background-color:#444;transition: 0.3s;}::-webkit-scrollbar-thumb:hover{background-color:#c19f8e;transition: 0.3s;}::-webkit-resizer{background-image:url('');background-repeat:no-repeat;width:6px;height:0px}::-webkit-scrollbar{width: 6px;}
/****footer***/
footer{background: var(--footer-background); padding: 0px 0px 0px 0px; color:var(--text-grey); display: inline-block; width: 100%; z-index: 2; bottom: 0px;}
.footer-box{display: flex;flex-direction: row;flex-wrap: wrap; align-items: flex-start;justify-content: space-between;	}
.box-content-footer{ width: 33.333%; padding: 15px; box-sizing: border-box;	}
.box-content-footer ul{list-style-type: none;    margin: 0px;}
.box-content-footer p{font-size: 16px;	}
.box-content-footer a{text-decoration: none;font-size: 16px;color: #000;	display:block;padding-bottom:4px;}
.box-content-footer a:hover{color:#888;}
.box-footer-contact{display: flex;flex-direction: column;align-items: flex-end;	}
.box-footer-contact a{font-size: 22px;font-weight:600;padding-bottom:8px;}
.box-footer-menu{text-align:center;}
.date-site{text-align: center; padding: 10px; font-size: 11px; border-top: 1px solid #ede7e0;}
/*** end footer style***/
/***header style***/
.header{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
    background: var(--body-background);
    box-shadow: 0px 3px 8px rgb(117 107 95 / 16%);
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.box-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    padding-top: 16px;	
}
.menu-top-site > ul{
display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu-top-site ul{
    list-style-type: none;
    margin: 0px;		
	padding:0px;
}
.menu-top-site li{padding:0px;}
.menu-top-site a{
text-decoration: none;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    padding: 10px;
}
.menu-top-site a:hover{color: #c86e6e;}
.contacts-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;	
}
.phone-header{
    text-decoration: none;
    font-size: 22px;
    padding: 12px;
    font-weight: 600;
    color: #888;	
}
.phone-header:hover{
	color: #666;
}
.logo-header a{
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 400;
}	
/*** end header style***/

/*******/
/****mobile***/
.mobile-menu{display:none;}
.mobile-buttons{
	display: none;
	position:relative;
	width: 42px;
    height: 42px;
}
/****end mobile style***/
/***other styles****/
.button-pages{
    font-size: 16px;
    background: #C86E6E;
    padding: 16px 30px;
    color: #fff; transition:0.3s;
    cursor: pointer;
}
.button-pages:hover{
	background: #e89a9a;
	transition:0.3s;
}
.box-before-header{width:100%;}
.button-top-modal{display:none;}
/***end other styles****/
span.wpcf7-not-valid-tip, .ajax-loader, .wpcf7 br{ display: none!important;}
input.wpcf7-not-valid {
    border: 1px solid red !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ff0000 !important;
    color: #ff0000;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    text-align: center;
    background: #fff;
}
.box-monitor1{     background: #f7f4ef;
    position: relative;}
.box-monitor1:before{
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(50% + 25px);
    background: #f7f4ef;
    z-index: 3;
    bottom: -56px;
}
.name-master{font-size: 32px;}
.toggle-btn {
    background: transparent;
    border: 1px solid #888;
    padding: 12px 20px;
    font-size: 14px;
    margin-bottom: 25px;
}
.toggle-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.toggle-block.active .toggle-content {
    max-height: 100%;
}
span.lozung{
background: rgb(230 184 156 / 30%);
    padding: 2px;
    line-height: 100%;
    margin-top: 8px;
    display: inline;
    font-size: 22px;
    margin-bottom: 12px;
}
.title_mon1{font-weight: 600;   line-height: 100%;}
.title_mon1 span.after_name_master{
	display: block; padding-top:16px;
}
.monitor1-text{
    width: calc(50% - 20px);
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 90px;
    padding-bottom: 90px;
    min-height: calc(100vh - 270px);
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}
.list_adwantages{
list-style-type: none;
    margin: 0px;
    padding-top: 15px;
    padding-left: 10px;
}
.list_adwantages li{      padding-top: 3px;  position: relative;padding-left: 38px; font-size: 18px;}
.list_adwantages li:before{
content: '';
    position: absolute;
    top: 0px;
    width: 28px;
    height: 28px;
    left: 0px;
    background: url(https://coiffeur-yana.ch/wp-content/uploads/2026/04/check.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.after_title{ font-size: 28px;}
.block-btns-mon1{padding-top: 8px; padding-bottom: 8px;}
.block-btns-mon1 a{margin-right: 6px;}
.mon1_img{
width: calc(50% - 25px);
    object-fit: cover;
    object-position: top center;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.25));
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
}
.center{max-width: 540px; text-align: center;margin: auto;}
.pris_for_first{
	    font-size: 21px;
    font-weight: 600;
    color: #fdd888;
    padding-bottom: 10px;
}
.box-monitor2{
    padding-top: 100px;
    padding-bottom: 74px;
}
.container-mon2{display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;    position: relative;}
.left_mon2{
	width: calc(50% - 25px); position: relative; aspect-ratio: 10 / 10;
}
.img1_mon2{  
    position: absolute;
    width: 60%;
    top: 0px;
    right: 0px;
    z-index: 4;
    aspect-ratio: 10 / 12;
    object-fit: cover;
    object-position: center right;
    opacity: 0.3;
    filter: grayscale(1);
}
.img2_mon2{    
    position: absolute;
    z-index: 6;
    box-sizing: border-box;
    width: 60%;
    aspect-ratio: 10 / 12;
    object-fit: cover;
    top: 16%;
    right: 9%;
    filter: saturate(0.3);
}
.img3_mon2{    
    position: absolute;
    z-index: 9;
    box-sizing: border-box;
    width: 60%;
    aspect-ratio: 10 / 10;
    object-fit: cover;
    top: 29%;
    left: 0px;
}
.for_psevdo_img2_mon2{
    position: absolute;
    z-index: 3;
    bottom: -90px;
    right: 0px;
    box-sizing: border-box;
    max-width: calc(80% - 40px);
}
.right_mon2{
	width: calc(45% - 25px);padding-top: 25px;
    padding-bottom: 10px;
}
.title_portfolio{
	font-weight: 600; padding-bottom: 25px;
}
.box-portfolio{
padding-top: 90px;     background: #fff;
    padding-bottom: 75px;
}
.flex-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; padding: 25px;
}
.foto_gallery {
    height: 280px;
    flex-grow: 1;
    display: inline-block;
    overflow: hidden;
    border-radius: 0px;
    width: auto;
	max-width:calc(20% - 8px);
}
.foto_gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-prices{ padding-top: 120px; padding-bottom: 100px; background: #323232; color: #fffdf5;}
.container-services{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;	
}
.post_service{
width: calc(50% - 10px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 70px;
    position: relative;
    padding-top: 25px;	
}
.post_service img{
    width: calc(40% - 20px);
    aspect-ratio: 10 / 10;
    object-fit: cover;
    position: absolute;
    z-index: 2;
    max-width: 250px;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgb(0 0 0 / 29%);
}
.left_mon2 img{border-radius: 18px;}
.text_end_price_services{
    background: #fffdf5;
	border-radius: 12px;
    color: #323232;
    box-sizing: border-box;
    padding: 25px 25px 0px 0px;
    width: calc(60% + 30px);
    margin-left: calc(40% - 60px);
    margin-top: 30px;
    height: 100%;
    padding-left: 64px;
    min-height: 230px;
}
.text_end_price_services h3{font-size: 24px; font-weight: 600;}
.text_end_price_services p{font-size: 16px;}
.row_price{
display: flex;
    justify-content: space-between;
    align-items: flex-start; flex-wrap: wrap;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px dotted #a1a1a1;
    font-size: 17px;	
}
.price_reduction{ width: 100%; font-size: 15px; color: #c97757; display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;}
.row_price:last-child{
	    border: 0px;
}
.name_price{padding-right: 6px; width: calc(100% - 110px); box-sizing: border-box;}
.value_price{
    width: 108px;
    text-align: right;
    font-weight: 500;
}
.block_contacts{
    padding-bottom: 55px;
    padding-top: 65px;
    background: #f8f3ee;
    border-bottom: 1px solid #ededed;
}
.container_contacts{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 20px;
}
.ul-contacts {
    list-style-type: none;
    margin: 0px;
    padding-top: 5px;
	width: calc(45% - 20px);
}
.block_map_contacts{
	width: calc(55% - 20px);
}
.block_map_contacts img{
	width:100%;
}

.ul-contacts li {
    box-sizing: border-box;
    padding: 8px 15px 18px 0px;
}
.ul-contacts a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.whatsapp-icon-for-me {
    color: #2eab44 !important;
}
.facebook-icon-for-me {
    color: #139bf7 !important;
}

.insta_icon {
    color: transparent;
    background: #be3081;
    background: linear-gradient(45.09deg, #f7b54e, #ff1e59, #7a38ab);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 700;
}
.ul-contacts a > i {
margin-right: 6px;
    font-size: 21px;
}
.ul-contacts a > span {
    font-weight: 400;
    font-size: 14px; display: block;
    color: #303030; padding-top: 6px;
}
.ul-contacts-header{
	    display: flex;
    width: auto;
    align-items: center;
    padding: 0px;
}
.ul-contacts-header li{
	padding: 1px 0px 1px 16px;
}
.ul-contacts-header a, .ul-contacts-header a > i{
    font-size: 30px;	 margin-right: 0px;
}
.menu_footer{display: flex; align-items: flex-start; justify-content: space-around; padding: 14px 0px;}
.menu_footer a{color: #333; font-size: 14px; padding: 6px;}
/***faq****/
.box-faq { padding-bottom: 80px; padding-top: 70px; position: relative;
    z-index: 1;
    background: #323232;
    color: #fffdf5;
}
.title-box h2 {
    font-size: 42px;
    font-weight: 800;
}
.min_before_title {
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding-bottom: 8px;
}
.title-box {
    max-width: 520px;
}
.head-box {
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.head-box-center {
    justify-content: center;
}
.box_prices {
    padding-top: 35px;
    padding-bottom: 30px;
}
.post_queastion {
    margin-bottom: 3px;
}
.type_service {
    padding: 20px 56px 20px 20px;
    font-size: 20px;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background: rgb(13 21 24 / 64%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}
.container_price_service {
    padding: 20px;
}
.container_price_service {
    display: none;
    background: rgb(255 255 255 / 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    margin-top: 2px;
    box-sizing: border-box;
    color: #afafaf;
    font-size: 20px;
}
.type_service:before {
    position: absolute;
    right: 22px;
    top: 13px;
    content: '\002B';
    font-size: 30px;
    color: #fffdf5;
    transform: rotate(0deg);
    font-weight: 300;
    transition: 0.3s;
}
.type_service:hover:before, .type_service_active:before {
    transform: rotate(-227deg);
    transition: 0.3s;
}
/***end faq****/
.custom-language-switcher{
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px; padding-bottom: 0px;
}
.custom-language-switcher__item{padding: 4px 6px;font-size: 18px;}
.custom-language-switcher__item a{text-decoration: none; color: #888;}
.is-active a{color: #000000;}
.box-page-error{display: flex; align-items: center;flex-direction: column;justify-content: center;padding-top: 50px; padding-bottom: 50px;}
.href_error_404{font-size: 18px; color: #03A9F4;}
.menu_footer ul{display: flex; align-items: center; justify-content: center; flex-wrap: wrap; margin:0px; padding-bottom:0px;list-style-type:none;}
.container-text{padding-top: 35px; padding-bottom: 45px;}


@media(max-width:960px){
	.btn_brown{padding: 17px 36px;font-size: 16px;}
	.btn_brown_border{padding: 16px 24px; font-size: 16px;}
	.post_service {width: 100%;}
	.post_service img{width: calc(30% - 20px);}
	.text_end_price_services{    width: calc(70% + 60px);
    margin-left: calc(30% - 60px);}
	span.lozung{font-size:20px;}
	.list_adwantages li{font-size:16px;}
	.btn_no_border{    padding: 17px 20px;}
	h1{font-size: 32px;}
	h2{font-size: 30px;}
	h3{font-size: 22px;}
	.text_end_price_services h3 {font-size: 22px;}
	p{font-size: 16px;}
	.right_mon2 h2{    position: absolute;
    top: 0px;}
	.foto_gallery{width: calc(50% - 8px);
        height: auto;}
	.block_map_contacts {
		width: 100%;
		order: 2;
	}
	.box-monitor1:before{display:none;}
	.name-master {font-size: 24px;}
	.after_title {font-size: 20px;}
	.left_mon2, .right_mon2, .ul-contacts {width: 100%; padding-top: 0px;}
	.box-header{ padding-bottom: 10px; padding-top: 10px;}
	.ul-contacts a{font-size:18px;}
	.block_contacts{background:transparent;}
	.title_mon1{font-size: 30px;
        padding-bottom: 20px;}
	.box-monitor1 {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.mon1_img {
		width: 100%;
		aspect-ratio: 10 / 10;
		margin-bottom: 25px;
		position: relative;
		z-index: 1;
		border-radius: 26px;
	}
	.block-btns-mon1 a {
    margin-right: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
}
	.monitor1-text{        
	width: 100%;
    order: 2;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 30px;}
	.mobile-menu{
		display: block;
	position: fixed;
    z-index: 99;
    background: #fffdf5;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 12px;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(136, 136, 136, 0.15);
	        bottom: 0px;
	}
	.mobile-menu::-webkit-scrollbar-button {background-image:url('');background-repeat:no-repeat;width:6px;height:0px}
	.mobile-menu::-webkit-scrollbar-track {background-color:#ecedee}
	.mobile-menu::-webkit-scrollbar-thumb {-webkit-border-radius: 0px;border-radius: 2px;background-color:#9ba8dd;transition: 0.3s;}
	.mobile-menu::-webkit-scrollbar-thumb:hover{background-color:#808dc3;transition: 0.3s;}
	.mobile-menu::-webkit-resizer{background-image:url('');background-repeat:no-repeat;width:6px;height:0px}
	.mobile-menu::-webkit-scrollbar{width: 6px;}	
	
	.mobile-menu ul{
	            list-style-type: none;
        margin: 0px;
        padding: 12px;
        box-sizing: border-box;
	}
	.mobile-menu li{
		padding-bottom: 8px;
	}
	.mobile-menu ul a{
		text-decoration: none;
		color:#000000;
		display: block;
		padding: 4px 12px;	
	}
	.mobile-menu ul a:hover{color:#888;}
	.children-ul {
		position: relative !important;
		top: 4px;
		white-space: normal;
		background: transparent;
		box-shadow: none;
		padding: 8px 8px 8px 20px !important;
		left: 0px;
		z-index: 99;
		width: 100%;
		box-sizing: border-box;
	}
	.children-ul li{
		position:relative;
	}
	.children-ul li:before{
	    content: '—';
		position: absolute;
		left: -8px;
		top: 0px;	
	}
	.menu-top-site{display:none;}
	.open-mobile-menu, .mobile-buttons{
		display: block;
	}
	.open-mobile-menu, .close-mobile-menu{
		position: absolute;
		top:0px;
		left:0px;
		right:0px;
		bottom:0px;
		cursor:pointer;
	}
	.open-mobile-menu:hover, .close-mobile-menu:hover{
		background-color: var(--hover-btn); transition: 0.3s;
	}
	.open-mobile-menu{
		background: url('/wp-content/uploads/2025/03/open-menu.svg');
		background-position: center;
		background-size: 52%;
		background-repeat: no-repeat;
		background-color: var(--def-btn); transition: 0.3s;
	}
	.close-mobile-menu{
		background:url('/wp-content/uploads/2025/03/close.svg');
		background-position: center;
		background-size: 69%;
		background-repeat: no-repeat;
		background-color: var(--def-btn); transition: 0.3s;
		display:none;
	}
	.footer-box{justify-content: center;}
	.box-content-footer{width:50%;}
	.box-footer-contact{    align-items: center;}
	.box-footer-menu{text-align:right;}
	.post_service{padding-bottom: 50px;}
	.box-portfolio, .box-prices, .box-monitor2 {padding-top: 50px;padding-bottom: 50px;}
	.block_contacts{ padding-top: 50px; padding-bottom: 20px;}
	.flex-gallery{padding: 10px;}
	.title_mon1 span.name-master{padding: 0px;}
	.container_contacts{padding-top: 6px;}
	.title_portfolio{padding-bottom: 18px;}
	.ul-contacts-header{
	    display: flex;
		width: auto;
		align-items: center;
		padding: 0px;
	}
	.ul-contacts-header li{
		padding: 1px 8px 1px 8px;
	}
	.ul-contacts-header a, .ul-contacts-header a > i{
		font-size: 30px;	 margin-right: 0px;
	}
	
}
@media(max-width:740px){
	.contacts-header{display:none;}
	.button-top-modal{display:block;margin-bottom:15px}
	.box-content-footer{width:100%; text-align:center;padding:15px 0px;}
}
@media(max-width:520px){
	.logo-header a{
		font-size: 18px;	
	}
	.post_service img{
		        width: 190px;
        aspect-ratio: 10 / 8;
	}
	.text_end_price_services{        margin-left: 11px;
        margin-top: 107px;
        min-height: auto;
        height: auto;
        padding: 62px 20px 20px 20px;
        width: calc(100% - 11px);}
	
	
}
/**for js**/
#answer-top-modal-form-order-call-back, #answer-modal-form-ok{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    background: #fff;
    padding: 25px;
    z-index: 999;
    box-shadow: 0px 0px 8px 1px #000;
    line-height: 150%;	
	display:none;
}
.display-none{
	display: none !important;
}
.display-block{
	display: block !important;
}