/*
Theme Name: BlankSlate
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: "Mulish", sans-serif !important;
    font-weight: 400;
    line-height: 1.4;
    color: #222;
    background: #F4F5FB;
}
p {
    margin-bottom: 12px;
}

header {
    position: sticky;
    top: 0;
    padding: 15px 10px;
    z-index: 5;
    transition: all .2s;
}
.header-change {
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.header-change .headerpk-menu-link {
    background: #edf5ef;
}
.header-change .header-link a:hover {
    background: #eceff6;
}
strong {
    font-weight: 700;
}
b {
    font-weight: 700;
}
.header-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-col-1 {
    display: flex;
    gap: 30px;
    align-items: center;
}
.header-logo img {
    max-width: 170px;
    display: flex;
}
.header-city a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 7px 12px 8px 16px;
    color: #222;
    text-decoration: none;
    border: 0;
    border-radius: 10px;
}
.header-city a:hover {
    background: #eceff6;
}
.header-city img {
    margin-bottom: -2px;
}
.header-col-2 {
    position: relative;
    display: flex;
    align-items: center;
}
.header-phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 15px;
}
.header-phone a {
    font-weight: 700;
    font-size: 15px;
}
.header-phone div {
    margin-top: -3px;
    color: #777;
    font-size: 12px;
}
.header-soc {
    display: flex;
    gap: 5px;
    margin-right: 30px;
}
.header-soc img {
    display: flex;
    height: 30px;
    width: 30px;
}
.header-link {
    display: flex;
    font-size: 15px;
}
.header-link a {
    padding: 7px 12px 8px 16px;
    color: #222;
    text-decoration: none;
    border-radius: 10px;
}
.header-link a:hover {
    background: #fff;
}

.headerpk-menu {
    padding-right: 40px;
    z-index: 3;
}
.headerpk-menu-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 7px 12px 8px 16px;
    color: #222;
    background: #fff;
    text-decoration: none;
    font-size: 15px;
    border-radius: 10px;
    transition: all .2s;
}
.headerpk-menu-link:hover {
    cursor: pointer;
}
.headerpk-menu-link img {
    width: 13px;
    height: 13px;
}
.headerpk-menu-hidden {
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s linear;
}
.headerpk-menu:hover .headerpk-menu-hidden {
    visibility: visible;
    opacity: 1;
}
.headerpk-menu-block {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.headerpk-menu-block-col-1 {
    width: 62%;
}
.headerpk-menu-block-title {
    font-weight: 700;
    margin-bottom: 8px;
}
.headerpk-menu-block-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.headerpk-menu-block-wrapper a {
    padding: 4px 0px;
    color: inherit;
    text-decoration: none;
}
.headerpk-menu-block-wrapper a:hover {
    color: #0e9338;
}
.headerpk-menu-block-col-2 {
    width: 38%;
    display: grid;
    gap: 10px;
    padding: 10px 20px;
    background: #edf5ef;
    border-radius: 10px;
}
.headerpk-subblock-title {
    font-weight: 700;
    margin-bottom: 4px;
}
.headerpk-subblock-menu a {
    display: flex;
    padding: 4px 0px;
    text-decoration: none;
    color: inherit;
    font-size: 15px;
}
.headerpk-subblock-menu a:hover {
    color: #0e9338;
}
.headermob-menu {
    display: none;
}










/*Главный шаблон*/

/*Главный экран*/
.hero-section {
    padding: 0px 10px;
}
.hero-block {
    max-width: 1200px;
    margin: 10px auto;
    padding: 60px 70px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 5px 30px #0000000d;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
}
h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
}
h1.hero-title {
    max-width: 740px;
}
.hero-subtitle {
    max-width: 670px;
    font-size: 19px;
    padding: 30px 0px;
}
.hero-buttons {
    display: flex;
    gap: 10px;
}
.main-button {
    padding: 16px 32px;
    color: #fff;
    text-decoration: none;
    background: #0e9338;
    border-radius: 8px;
    border: 1px solid #0e9338;
    transition: all .3s;
}
.main-button:hover {
    background: #0a712a;
}
.second-button {
    padding: 16px 32px;
    color: #222;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid;
    transition: all .3s;
}
.second-button:hover {
    background: #eceff6;
}

/*Преимущества*/
.adv-section {
    padding: 30px 10px 40px 10px;
}
.adv-block {
    max-width: 1200px;
    margin: 0 auto;
}
.adv-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
}
.avd-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 210px;
    position: relative;
    padding: 20px;
    background: #e0efe4;
    border-radius: 10px;
}
.avd-item-50 {
    width: 49.5%;
}
.avd-item-25 {
    width: 24.5%;
}
.adv-item-title {
    font-size: 22px;
    font-weight: 700;
}
.adv-item-subtitle {
    margin-top: 5px;
    max-width: 400px;
    font-size: 17px;
}
.adv-item-button {
    display: flex;
    margin-top: 15px;
    z-index: 2;
}
.adv-item-button a {
    padding: 10px 32px;
    color: #222;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #fff;
}
.adv-item-button a:hover {
    border: 1px solid #ddd;
}
.adv-item-img {
    width: 80px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

/*Вип исполнители*/
.spec-section {
    padding: 40px 10px;
}
.spec-block {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.h2-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
}
.h3-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}
.spec-title span {
    padding: 7px 12px 9px 12px;
    background: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0px 5px 30px #0000000d;
    line-height: 1;
    font-weight: 400;
}
.spec-title span:empty {
    display: none;
}
.spec-title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.myVip {
    margin-top: 15px;
    overflow: visible;
}
.top-spec-item {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.top-spec-col-1 {
    width: 33%;
}
.top-spec-vip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px 3px 10px;
    border: 1px solid #777;
    border-radius: 5px;
    background: #f1f392;
}
.hidden-vip .top-spec-vip {
    display: none;
}
.top-spec-vip img {
    width: 12px;
    height: 12px;
}
.top-spec-img {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
	text-decoration: none;
    color: inherit;
}
.top-spec-img img {
    width: 100%;
    height: 165px;
    margin-top: 20px;
    border-radius: 10px;
    object-fit: cover;
}
.hidden-vip .top-spec-img img {
    margin-top: 0px;
}
.top-spec-name {
    width: 90%;
    position: absolute;
    bottom: 5px;
    padding: 2px 5px;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
}
.top-spec-col-2 {
    width: 67%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top-spec-adv {
    display: flex;
    gap: 10px;
}
.top-spec-adv-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    padding: 5px 10px 3px 10px;
    border: 1px solid #777;
    border-radius: 5px;
}
.top-spec-text {
    margin: 14px 0px 14px 0px;
    font-size: 15px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.top-spec-links {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-spec-links-whatsapp {
    padding: 12px 16px;
    color: #fff;
    text-decoration: none;
    background: #2cb742;
    border-radius: 8px;
    border: 1px solid #2cb742;
    font-size: 15px;
    line-height: 1;
    transition: all .3s;
}
.top-spec-links-whatsapp:hover {
    background: #18972c;
    border: 1px solid #18972c;
}
.top-spec-links-more {
    padding: 12px 16px;
    color: #222;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #2cb742;
    font-size: 15px;
    line-height: 1;
    transition: all .3s;
}
.top-spec-links-more:hover {
    background: #d2f1dc;
}
.vipitemprice {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    background: #F4F5FB;
    border-bottom: 1px dashed #999;
    border-radius: 8px;
    font-size: 14px;
}
.swiper-button-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -30px;
    right: 0;
    padding: 10px !important;
    border: 1px solid #777;
    border-radius: 5px;
}
.swiper-button-next::after {
    font-size: 20px;
}
.swiper-button-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -30px;
    right: 50px;
    left: auto !important;
    padding: 10px !important;
    border: 1px solid #777;
    border-radius: 5px;
}
.swiper-button-prev::after {
    font-size: 20px;
}

.spec-block-oth {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
    overflow: hidden;
}
.mySpec {
    margin-top: 15px;
    overflow: visible;
}
.spec-item {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.spec-img {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
	text-decoration: none;
    color: inherit;
}
.spec-img img {
    width: 100%;
    height: 165px;
    border-radius: 10px;
    object-fit: cover;
}
.spec-name {
    width: 90%;
    position: absolute;
    bottom: 5px;
    padding: 2px 5px;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
}
.spec-text {
    margin: 10px 0px;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.spec-links {
    display: flex;
    justify-content: center;
}

/*Работы*/
.work-section {
    padding: 40px 10px;
}
.work-block {
    max-width: 1200px;
    margin: 0 auto;
}
.work-title {
    margin-bottom: 25px;
}
.work-gallery {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.work-gallery a:first-child {
    grid-area: 1 / 1 / 3 / 3;
}
.work-gallery a:nth-child(n+6) {
    display: none;
}
.pswp__bg {
    background: #0000009c;
}
.work-img img {
    display: flex;
    width: 100%;
    height: 202.5px;
    border-radius: 10px;
    object-fit: cover;
    transition: all .3s;
}
.work-img img:hover {
    opacity: 0.8;
}
.work-gallery a:first-child img {
    height: 425px;
}
.more-work-img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 10px 32px;
    color: #222;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #fff;
    pointer-events: none;
}

/*Отзывы*/
.otz-section {
    overflow: hidden;
    padding: 40px 10px;
}
.otz-block {
    max-width: 1200px;
    margin: 0 auto;
}
.otz-title {
    margin-bottom: 25px;
}
.otz-wrapper {
    display: grid;
    gap: 60px;
}
.otz-item {
    display: flex;
    flex-wrap: wrap;
}
.otz-item-col-1 {
    width: 15%;
}
.otz-item-col-1 img {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    object-fit: cover;
}
.otz-item-col-2 {
    width: 85%;
    padding-left: 30px;
}
.otz-item-subtitle {
    color: #777;
}
.otz-item-title-block {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.otz-item-title-block a {
    text-decoration: none;
    color: #0f4ee3;
}
.otz-item-title {
    display: flex;
    gap: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.otz-item-title a {
    text-decoration: none;
    font-size: 16px;
    padding-top: 4px;
}
.otz-item-info {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.otz-item-from-block {
    display: flex;
    gap: 10px;
}
.otz-item-from {
    font-weight: 600;
}
.otz-item-work-title-block {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.otz-item-work-title {
    color: #777;
    background: #F4F5FB;
    z-index: 2;
    padding-right: 10px;
}
.otz-item-work-line {
    position: absolute;
    content: "";
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-bottom: -4px;
}
.otz-item-work-text {
    color: #777;
    margin-top: 5px;
}
.otz-item-gal {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.otz-item-gal img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    transition: all .3s;
}
.otz-item-gal img:hover {
    opacity: 0.8;
}
.all-otz {
    display: flex;
    margin-top: 50px;
}
.all-otz a {
    width: 100%;
    text-align: center;
    padding: 14px 32px;
    color: #222;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.all-otz a:hover {
    border: 1px solid #777;
}

/*Регистрация*/
.reg-section {
    padding: 80px 10px 40px 10px;
}
.reg-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    background: #26272E;
    border-radius: 20px;
}
.reg-col-1 {
    width: 50%;
    padding: 50px 70px;
}
.reg-title {
    color: #fff;
    line-height: 1.2;
}
.reg-subtitle {
    margin-top: 20px;
    margin-bottom: 40px;
    max-width: 320px;
    font-size: 20px;
    color: #fff;
}
.reg-button {
    display: flex;
}
.reg-col-2 {
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.reg-col-2 img {
    max-width: 280px;
    margin-top: -45px;
}

/*Услуги*/
.usl-section {
    padding: 40px 10px;
}
.usl-block {
    max-width: 1200px;
    margin: 0 auto;
}
.usl-title {
    margin-bottom:  5px;
}
.usl-item {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    padding: 20px 0px;
    color: inherit;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    transition: all .3s;
}
.usl-item:hover {
    padding: 20px 20px;
    background: #eceff6;
    border-radius: 10px;
}
.usl-item-price-block {
    display: flex;
    align-items: center;
    gap: 6px;
}
.usl-item-price-it {
    color: #777;
}
.usl-item-ico {
    display: flex;
    margin-bottom: -2px;
}
.all-usl {
    display: flex;
    margin-top: 40px;
}
.all-usl a {
    width: 100%;
    text-align: center;
    padding: 14px 32px;
    color: #222;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.all-usl a:hover {
    border: 1px solid #777;
}

/*Faq*/
.faq-section {
    padding: 40px 10px;
}
.faq-block {
    max-width: 1200px;
    margin: 0 auto;
}
.faq-title {
    margin-bottom: 25px;
}
.faq-first-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.faq-first-text {
    margin-bottom: 30px;
}
div.c {
    position: relative;
    margin: 0 0 15px 0;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
}
.sale-input{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity:0;
    visibility: 0;
}
.sale-wrap {
    padding-right: 10px;
    position: relative;
}
.sale-label::after {
    content: url(/wp-content/uploads/plus.svg);
    position: absolute;
    right: 0;
}
.sale-label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
    font-size: 17px;
    font-weight: bold;
}
div.p {
    max-height: 0px;
    overflow: hidden;
}
div.p p {
    padding: 0px 20px 12px 20px;
}
.sale-input:checked ~ .sale-wrap .sale-label::after {
    content: url(/wp-content/uploads/minus.svg);
}
.sale-input:checked ~ .sale-wrap ~ div.p{
    max-height: max-content;
}

/*Другие услуги*/
.oth-section {
    padding: 40px 10px;
}
.oth-block {
    max-width: 1200px;
    margin: 0 auto;
}
.oth-title {
    margin-bottom: 25px;
}
.oth-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.oth-item {
    padding: 10px 20px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}
.oth-item:hover {
    background: #fff;
}
.text-section {
    padding: 40px 10px;
}
.text-block {
    max-width: 1200px;
    margin: 0 auto;
}
.text h2 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 32px;
}
.text h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
}
.text h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
}
.text table {
    margin-bottom: 20px;
}
.text td {
    padding: 5px;
    border: 1px solid #343A40;
}
.text th {
    padding: 5px;
    border: 1px solid #343A40;
}
.text ul {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: disc;
}
.text ol {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: decimal;
}
.text li {
    padding: 5px 0px;
}
.text blockquote {
    padding: 40px;
    border-radius: 10px;
    margin: 20px 0px 20px 0px;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 214, 168, 1) 0%, rgba(255, 234, 207, 1) 50%, rgba(236, 199, 154, 1) 100%);
}
.text hr {
    margin: 25px 0px 30px 0px;
    border-color: #b9b9b978;
}


/*Футер*/
footer {
    margin-top: 60px;
    padding: 60px 10px;
    background: #fff;
}
.footer-img {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.footer-img img {
    max-width: 170px;
    display: flex;
}
.footer-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.footer-col {
    width: 25%;
}
.footer-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.footer-menu a {
    display: flex;
    padding: 6px 0px;
    text-decoration: none;
    color: inherit;
}
.footer-menu a:hover {
    color: #0e9338;
}
.footer-tel-title {
    font-size: 18px;
}
.footer-tel-subtitle {
    color: #777;
}
.footer-soc {
    display: flex;
    gap: 5px;
    margin-top: 15px;
}
.footer-soc img {
    display: flex;
}
.footer-privacy {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #ddd;
}










/*Вход, регистрация, сброс пароля, добавление пользователей, редактирование пользователей, локация*/
.regpage-section {
    padding: 40px 10px;
}
.regpage-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.regpage-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.regpage-text {
    margin-bottom: 20px;
}
.regpage-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
}
.tg-button {
    padding: 16px 32px;
    color: #fff;
    text-decoration: none;
    background: #27a7e7;
    border-radius: 8px;
    border: 1px solid #27a7e7;
    transition: all .3s;
}
.tg-button:hover {
    background: #1675a5;
    border: 1px solid #1675a5;
}
.regpage-col-1 {
    width: 100%;
    max-width: 360px;
    padding: 20px;
    background: #fff;
    border: 1px solid #777;
    border-radius: 20px;
}
.regpage-col-2 {
    width: 100%;
    max-width: 360px;
    padding: 20px;
    background: transparent;
    border: 1px solid #777;
    border-radius: 20px;
}

.popup-title {
    font-size: 24px;
    font-weight: 700;
}
.popup-subtitle {
    font-size: 17px;
    color: #777;
    margin-bottom: 10px;
}
input {
    width: 100%;
    padding: 12px 20px;
    border-radius: 5px !important;
    border: 1px solid #ddd;
    font-size: 16px;
    margin-bottom: 10px;
}
textarea {
    width: 100%;
    height: 120px;
    padding: 12px 20px;
    border-radius: 5px !important;
    border: 1px solid #ddd;
    font-size: 16px;
    margin-bottom: 10px;
}
select {
    width: 100%;
    padding: 12px 20px;
    border-radius: 5px !important;
    border: 1px solid #ddd;
    font-size: 16px;
    margin-bottom: 10px;
}
.text-label p {
    margin-bottom: 0px;
}
.text-field {
    margin-bottom: -12px;
}
.remember {
    display: flex;
    align-items: center;
    gap: 2px;
}
#rememberme {
    width: 20px;
    margin: 0;
}
#wp-submit {
    padding: 16px 32px;
    color: #fff;
    text-decoration: none;
    background: #0e9338;
    border-radius: 8px !important;
    border: 1px solid #0e9338;
    transition: all .3s;
}
#wp-submit:hover {
    background: #0a712a;
    cursor: pointer;
}
.jet-form-builder__submit {
    font-family: "Mulish", sans-serif !important;
    margin-top: 10px;
    width: 100%;
    justify-content: center !important;
    padding: 16px 32px;
    color: #fff;
    text-decoration: none;
    background: #0e9338;
    border-radius: 8px;
    border: 1px solid #0e9338;
    font-size: 16px;
    transition: all .3s;
}
.jet-form-builder__submit:hover {
    background: #0a712a;
    cursor: pointer;
}
.wpcf7-submit {
    font-family: "Mulish", sans-serif !important;
    margin-top: -10px;
    width: 100%;
    justify-content: center !important;
    padding: 16px 32px;
    color: #fff;
    text-decoration: none;
    background: #0e9338;
    border-radius: 8px;
    border: 1px solid #0e9338;
    font-size: 16px;
    transition: all .3s;
}
.wpcf7-submit:hover {
    background: #0a712a;
    cursor: pointer;
}
.button-field {
    position: relative;
}
.wpcf7-spinner {
    position: absolute;
    top: 5px;
    right: 0;
}
.wpcf7-response-output {
    margin: 0 !important;
    padding: 10px !important;
    border-radius: 8px;
    font-size: 15px;
    text-align: center;
}
.wpcf7-not-valid {
    border: 1px solid red;
}
.wpcf7-not-valid-tip {
    display: none;
}
.lostpassword-button {
    width: 100%;
    justify-content: center !important;
    padding: 16px 32px;
    color: #fff;
    text-decoration: none;
    background: #0e9338;
    border-radius: 8px;
    border: 1px solid #0e9338;
    font-size: 16px;
    transition: all .3s;
}
.lostpassword-button:hover {
    background: #0a712a;
    cursor: pointer;
}
.lostpass {
    display: inline-flex;
    margin: 10px 0px 15px 0px;
    padding: 8px 15px;
    color: #2f73db;
    text-decoration: none;
    border: 1px solid;
    border-radius: 100px;
    font-size: 15px;
    line-height: 1;
}
.regpage-form h3 {
    display: none;
}
.jet-form-builder-message {
    padding: 10px;
    border-radius: 8px;
    font-size: 15px;
}
.jet-form-builder-file-upload__message {
    display: none;
}
.errno {
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 15px;
    background-color: #fddddd;
    padding: 8px 15px;
    border-left: 5px solid #fe0000;
    border-radius: 8px;
}
.errno.success{
    border-left-color:#0bb80b;
}
.errno-done {
    background-color: #c5f3d4;
    border-left: 5px solid #0e9338;
}
.errno-margin {
    margin: 0;
}
#resetpassform .description {
    display: none;
}
.jet-form-builder-file-upload__content {
    min-height: 0 !important;
    min-width: 0 !important;
    display: block !important;
}
.back-button {
    display: flex;
}
.editprofile-wrapper {
    max-width: 100%;
    min-width: 540px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.editprofile-item {
    display: flex;
    gap: 20px;
    padding: 20px;
    border: 1px solid #777;
    border-radius: 20px;
}
.editprofile-img {
    display: block;
    width: 165px;
    height: 165px;
    border-radius: 10px;
    object-fit: cover;
}
.editprofile-item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.editprofile-item-title {
    padding: 20px 0px 10px 0px;
    font-weight: 700;
}
.editprofile-item-buttons {
    display: flex;
    gap: 8px;
    font-size: 14px;
}
.editprofile-item-buttons a {
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 5px 10px;
    text-decoration: none;
    color: inherit;
    border: 1px solid;
    border-radius: 8px;
    line-height: 1;
}
.editprofile-item-info img {
    width: 16px;
}
a.editprofile-item-delete {
    color: #cb0505;
}
a.editprofile-item-edit {
    color: #222;
}
.editprofile-pending {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    text-decoration: none;
    color: #bbb017;
    border: 1px solid;
    border-radius: 8px;
    line-height: 1;
    font-size: 14px;
}
.editprofile-publish {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    text-decoration: none;
    color: #34C434;
    border: 1px solid;
    border-radius: 8px;
    line-height: 1;
    font-size: 14px;
}
.editprofile-item-button {
    display: flex;
    margin-top: 10px;
}
.editprofile-item-button a {
    padding: 12px 16px;
    color: #fff;
    text-decoration: none;
    background: #0e9338;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #0e9338;
    transition: all .3s;
    line-height: 1;
}
.editprofile-item-button a:hover {
    background: #0a712a;
    border: 1px solid #0a712a;
}

.geolocation a path {
    fill: #0e9338;
}
.geolocation__value {
    line-height: 1;
}
.pop-up.popup-window {
    font-family: "Mulish", sans-serif !important;
    border-radius: 10px;
}
.pop-up .popup-window-close-icon {
    right: 10px !important;
    top: 10px !important;
    height: 32px;
    width: 32px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pop-up .popup-window-titlebar {
    background: #0e9338;
}
.quick-locations {
    overflow: hidden !important;
}
.quick-locations__title {
    font-size: 16px !important;
}
.quick-locations__values__container {
    font-size: 15px;
}
.block-info {
    display: none;
}











/*Пользователи и вип пользователи*/
.userpage-section {
    padding: 10px 10px 40px 10px;
}
.userpage-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.userpage-col-1 {
    width: 80%;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 30px #0000000d;
}
.userpage-col-2 {
    width: 20%;
    padding-left: 20px;
}
.userpage-pkmenu {
    position: sticky;
    top: 75px;
}
.userpage-menu {
    display: grid;
    gap: 10px;
}
.userpage-menu-item {
    display: flex;
    justify-content: center;
    padding: 10px;
    border: 1px solid #777;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
}
.userpage-socmenu {
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.scroll-change {
    opacity: 1;
    visibility: visible;
}
.userpage-socmenu-whatsapp {
    display: flex;
}
.userpage-socmenu-whatsapp a {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 15px;
}
.userpage-socmenu-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.userpage-socmenu-links img {
    display: flex;
    height: 35px;
}

.userpage-info-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.userpage-img {
    width: 30%;
}
.userpage-img img {
    display: flex;
    width: 100%;
    border-radius: 10px;
    height: 270px;
    object-fit: cover;
}
.userpage-info {
    width: 70%;
    padding-left: 30px;
}
.userpage-name {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
}
.userpage-info-block .top-spec-vip {
    width: max-content;
}
.userpage-opyt {
    padding: 15px 0px;
}
.userpage-notvip-opyt {
    padding: 0;
}
.userpage-spec-adv {
    display: flex;
    gap: 10px;
}
.userpage-user-reviewblock {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0px;
}
.userpage-user-reviewnum {
    display: flex;
    align-items: center;
    gap: 5px;
}
.viprequest-buttons {
    display: flex;
    gap: 5px;
}
.vip-whatsapp {
    height: 46px;
    padding: 10px 24px;
    color: #fff;
    text-decoration: none;
    background: #2cb742;
    border-radius: 8px;
    border: 1px solid #fff;
    transition: all .3s;
}
.vip-whatsapp:hover {
    background: #18972c;
}
.viprequest-buttons a img {
    width: 45px;
}

.userpage-region-block {
    padding: 40px 0px;
    display: grid;
    gap: 10px;
}
.userpage-region-item {
    display: flex;
    font-size: 18px;
}
.userpage-region-item-name {
    min-width: 120px;
    font-weight: bold;
}
.serpage-region-item-list {
    display: flex ;
}
.serpage-region-item-list a {
    padding-left: 10px;
    pointer-events: none;
    text-decoration: none;
    color: inherit;
}
.serpage-region-item-list a:first-child {
    padding-left: 0;
}

.h2-userpage {
    margin-bottom: 10px;
    font-size: 24px;
}
.userpage-opyt-block {
    padding: 30px 0px;
    border-top: 1px solid #ddd;
}
.userpage-opyt-info {
    font-size: 18px;
}
.userpage-opyt-text {
    padding-top: 20px;
}

.userpage-work-block {
    padding: 30px 0px;
    border-top: 1px solid #ddd;
}

.userpage-usl-block {
    padding: 30px 0px;
}

.userpage-otz-block {
    padding: 30px 0px;
    border-top: aliceblue;
}
.userpage-otz-title {
    margin-bottom: -10px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.userpage-otz-title a {
    text-decoration: none;
    font-size: 16px;
    padding-top: 4px;
}

.userpage-reg-block {
    margin: 50px 0px 20px 0px;
}
.userpage-reg-title {
    color: #fff;
}










/*Отдельные страницы - faq, 404, отзывы, услуги, текстовые*/
.notfound-section {
    padding: 10px 10px 10px 10px;
}
.notfound-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    border-radius: 10px;
}
.notfound-col-1 {
    width: 50%;
    padding: 40px 60px 60px 60px;
}
.notfound-subtitle {
    font-size: 20px;
    padding: 15px 0px;
}
.notfound-button {
    display: flex;
}
.notfound-col-2 {
    width: 50%;
    display: flex;
    justify-content: center;
}
.notfound-col-2 img {
    display: flex;
    max-width: 300px;
    margin-top: -28px;
}
.seo-section {
    padding: 0px 10px;
}
.seo-block {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
}
.seo-block a {
    color: #2f73db;
    text-decoration: none;
}

.rubriki-menu {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    list-style: none;
}
.rubriki-menu a {
    display: flex;
    padding: 5px 10px;
    border: 1px solid #0e9338;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    font-size: 15px;
    transition: all .3s;
}
.rubriki-menu a:hover {
    background: #d2f1dc;
}
.rubriki-menu .current_page_item a {
    background: #0e9338;
    color: #fff;
}
.page-id-79 .page_item_all a {
    background: #0e9338;
    color: #fff;
}
.page-id-75 .page_item_all a {
    background: #0e9338;
    color: #fff;
}
.page-id-434 .page_item_all a {
    background: #0e9338;
    color: #fff;
}
.spec-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}










/*Блог*/
.archblog-section {
    padding: 40px 10px;
}
.archblog-block {
    max-width: 1200px;
    margin: 0 auto;
}
.rubriki-menu .current-cat a {
    background: #0e9338;
    color: #fff;
}
.archblog-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.archblog-item {
    color: inherit;
    background: #fff;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-decoration: none;
    transition: all .3s;
}
.archblog-item:hover {
    border: 1px solid #0e9338;
}
.archblog-item img {
    width: 100%;
    height: 240px;
    border-radius: 10px;
    object-fit: cover;
}
.archblog-item-title {
    font-weight: 700;
    font-size: 18px;
}
.archblog-item-subtitle {
    font-size: 15px;
    color: #333;
}
.singleblog-section {
    padding: 10px 10px 40px 10px;
}
.singleblog-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.singleblog-col-1 {
    width: 75%;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 30px #0000000d;
}
.singleblog-title {
    margin-bottom: 20px;
}
.singleblog-col-1 img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid #eee;
}
.singleblog-col-2 {
    width: 25%;
    padding-left: 20px;
}
.tableofcontents {
    position: sticky;
    top: 75px;
}
.tableofcontents-mobile {
    display: none;
}
.lwptoc {
    margin: 0 !important;
}
.lwptoc_i {
    width: 100%;
    border-radius: 10px;
    background: #fff !important;
}
.lwptoc_header {
    font-size: 18px;
    margin-bottom: 12px !important;
}
.lwptoc_itemWrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lwptoc_item_label {
    line-height: 1.1;
}

.profmobilemenu {
    display: none;
}





















@media (max-width: 1180px) {
.header-logo img {
    max-width: 140px;
}
.headerpk-menu {
    padding-right: 20px;
}
.top-spec-vip {
    font-size: 11px;
    padding: 3px 8px 2px 6px;
}
.top-spec-adv-item {
    font-size: 11px;
    padding: 3px 8px 2px 6px;
}
.top-spec-name {
    font-size: 14px;
}
.top-spec-links {
    gap: 5px;
}
.top-spec-links-whatsapp {
    font-size: 14px;
    padding: 10px 12px;
}
.top-spec-links-more {
    font-size: 14px;
    padding: 10px 12px;
}
.spec-name {
    font-size: 14px;
}
}

@media (max-width: 1100px) {
.hidden-body {
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
}
.modal {
    display: none;
    justify-content: flex-end;
    position: fixed;
    z-index: 9;
    padding-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    position: relative;
    overflow: auto;
    padding: 10px;
    background-color: #fff;
    width: 300px;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
}
@keyframes animatetop {
    from {right:-300px; opacity:0}
    to {right:0; opacity:1}
}
.close {
    position: absolute;
    right: 20px;
    top: 5px;
    width: 40px;
    height: 40px;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#myBtn {
    display: flex;
    align-items: flex-end;
}
#myBtn img {
    width: 40px;
    height: 40px;
}
#myBtn div {
    margin-bottom: 3px;
    margin-right: -9px;
    font-size: 12px;
}
#myBtn:hover {
    cursor: pointer;
}

header {
    padding: 10px;
}
.headermob-menu {
    display: block;
}
.headerpk-menu {
    display: none;
}
.header-link {
    display: none;
}
.geolocation {
    position: relative;
}

.hero-block {
    padding: 30px 30px;
}
h1.hero-title {
    font-size: 32px;
}
.hero-subtitle {
    max-width: 400px;
}
.main-button {
    padding: 12px 24px;
}
.second-button {
    padding: 12px 24px;
}
.adv-wrapper {
    row-gap: 5px;
}
.avd-item {
    min-height: auto;
}
.adv-item-title {
    line-height: 1;
    font-size: 18px;
}
.adv-item-subtitle {
    font-size: 15px;
}
.adv-item-button a {
    padding: 8px 20px;
}
.h2-title {
    font-size: 26px;
}
.swiper-button-next {
    width: 32px;
    height: 32px;
    top: -20px;
    right: 10px;
}
.swiper-button-prev {
    width: 32px;
    height: 32px;
    top: -20px;
    right: 50px;
}
.more-work-img {
    font-size: 14px;
    padding: 8px 20px;
}
.spec-block {
    margin-right: -10px;
}
.spec-block-oth {
    margin-right: -10px;
}
.otz-item-text {
    font-size: 14px;
}
.reg-col-1 {
    padding: 50px 40px;
}
.text h2 {
    font-size: 26px;
}
.footer-block {
    gap: 40px;
}
.footer-col {
    width: 35%;
}

.spec-wrapper {
    grid-template-columns: 1fr;
}
.top-spec-item {
    max-width: 600px;
}
.sale-label {
    font-size: 16px;
}
.archblog-wrapper {
    gap: 20px;
}
.archblog-item img {
    height: 200px;
}
.archblog-item-subtitle {
    font-size: 14px;
}

.userpage-col-1 {
    width: 100%;
    order: 2;
}
.userpage-img {
    width: 35%;
}
.userpage-info {
    width: 65%;
    padding-left: 30px;
}
.userpage-col-2 {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
}
.userpage-menu-item {
    font-size: 14px;
    padding: 5px 10px;
}
.userpage-menu {
    display: flex;
}
.userpage-socmenu {
    display: none;
}
.singleblog-col-1 {
    width: 100%;
}
.singleblog-col-2 {
    display: none;
}
.tableofcontents-mobile {
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    position: relative;
    top: 0;
}

.editprofile-wrapper {
    min-width: auto;
}
.editprofile-item {
    padding: 10px;
}
.editprofile-img {
    width: 100px;
    height: 100px;
}
.editprofile-item-buttons {
    font-size: 11px;
}
.editprofile-item-button a {
    font-size: 13px;
}
.editprofile-publish {
    font-size: 12px;
}

.headermobile-menu-block {
    background: #fff;
    border-radius: 20px;
    padding: 0px 20px 120px 20px;
}
.headerpk-menu-block-col-1 {
    width: 100%;
}
.headerpk-menu-block-wrapper {
    grid-template-columns: 1fr;
}
.headerpk-menu-block-col-2 {
    margin-top: 20px;
    width: 100%;
}
.headerpk-menu-block-wrapper a {
    font-size: 15px;
}
.modal-content .header-link {
    display: flex;
    margin-bottom: 10px;
    font-size: 12px;
}
.modal-content .header-link a {
    background: #eceff6;
    line-height: 1;
}
}

@media (max-width: 780px) {
header {
    margin-bottom: -10px;
}
.header-city a {
    font-size: 13px;
    padding: 7px 5px 8px 5px;
}
.headermob-menu {
    margin-top: -8px;
}
.header-logo img {
    max-width: 110px;
}
.header-phone {
    display: none;
}
.header-soc {
    display: none;
}

.hero-block {
    padding: 40px 20px;
    background-position: top right -150px;
}
h1.hero-title {
    font-size: 24px;
}
.hero-subtitle {
    font-size: 16px;
}
.main-button {
    font-size: 14px;
    padding: 10px 20px;
}
.second-button {
    font-size: 13px;
    padding: 10px 20px;
}
.avd-item-50 {
    width: 100%;
}
.avd-item-25 {
    width: 49%;
}
.adv-item-subtitle {
    max-width: 250px;
    font-size: 14px;
}
.avd-item-25 .adv-item-img {
    width: 56px;
}
.adv-item-button a {
    font-size: 14px;
}
.adv-item-title {
    font-size: 16px;
}
.h2-title {
    max-width: 290px;
    font-size: 20px;
    line-height: 1.1;
}
.spec-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.top-spec-col-1 {
    width: 100%;
}
.top-spec-col-2 {
    margin-top: 10px;
    width: 100%;
    padding-left: 0;
}
.top-spec-adv {
    gap: 5px;
}
.top-spec-adv-item {
    gap: 2px;
    font-size: 10px;
    padding: 3px 5px 2px 5px;
}
.top-spec-text {
    font-size: 14px;
}
.top-spec-img img {
    margin-top: 10px;
}
.top-spec-links-whatsapp {
    font-size: 12px;
    padding: 10px;
}
.top-spec-links-more {
    font-size: 12px;
    padding: 10px;
}
.spec-section {
    padding: 20px 10px 40px 10px;
}
.spec-block {
    padding-top: 20px;
}
.work-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}
.work-gallery a:first-child img {
    height: 150px;
}
.work-img img {
    height: 120px;
}
.work-title {
    margin-bottom: 10px;
}
.otz-wrapper {
    display: flex;
    flex-direction: column;
}
.otz-item-col-1 {
    width: 20%;
}
.otz-item-col-1 img {
    height: 120px;
}
.otz-item-col-2 {
    width: 80%;
    padding-left: 15px;
}
.otz-item-title {
    gap: 0;
    flex-direction: column;
}
.otz-item-from-block {
    flex-direction: column;
    gap: 0;
}
.otz-item-work-text {
    font-size: 14px;
}
.otz-item-gal {
    margin-right: -10px;
    overflow-x: auto;
}
.otz-item-gal img {
    width: 70px;
    height: 70px;
}
.all-otz {
    margin-top: 30px;
    font-size: 14px;
}
.reg-block {
    position: relative;
}
.reg-col-1 {
    width: 100%;
    z-index: 2;
}
.reg-col-2 img {
    max-width: 200px;
    position: absolute;
    right: 15px;
    opacity: 0.15;
}
.usl-item:hover {
    padding: 20px 0px;
}
.usl-item {
    font-size: 14px;
}
.all-usl a {
    font-size: 14px;
}
.faq-first-text {
    font-size: 14px;
}
.sale-label {
    font-size: 15px;
    padding: 15px;
}
.oth-wrapper {
    gap: 10px;
}
.oth-item {
    font-size: 14px;
    padding: 10px 15px;
}
.text {
    font-size: 14px;
}
.text h2 {
    font-size: 20px;
    line-height: 1.1;
}
.text h3 {
    font-size: 18px;
    line-height: 1.1;
}
.text h4 {
    font-size: 16px;
    line-height: 1.1;
}
.text h5 {
    font-size: 14px;
    line-height: 1.1;
}
.text blockquote {
    padding: 20px;
}
.footer-block {
    gap: 2%;
    row-gap: 40px;
}
.footer-col {
    width: 49%;
}
.footer-tel-title {
    font-size: 16px;
    font-weight: 500;
}
.footer-tel-subtitle {
    font-size: 14px;
}
.footer-privacy {
    flex-direction: column;
}
.footer-img img {
    max-width: 120px;
}
.footer-title {
    font-size: 16px;
}
.footer-menu a {
    font-size: 14px;
}
.footer-privacy {
    font-size: 14px;
}

.rubriki-menu {
    width: 110%;
    overflow-x: auto;
    padding-right: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.rubriki-menu a {
    font-size: 14px;
    width: max-content;
}
.usl-section {
    overflow: hidden;
}
.seo-section {
    padding-top: 5px;
}
.seo-block {
    font-size: 12px;
}
.faq-section {
    overflow: hidden;
}
.notfound-col-1 {
    padding: 20px 20px;
}
.notfound-col-2 img {
    max-width: 170px;
    margin-top: -10px;
}
.notfound-subtitle {
    font-size: 14px;
    margin-right: -20px;
}
.notfound-button {
    margin-right: -70px;
}
.userpage-menu {
    gap: 5px;
}
.userpage-menu-item {
    font-size: 12px;
    padding: 5px;
}
.userpage-info-block {
    align-items: flex-start;
    position: relative;
    padding-bottom: 40px;
}
.userpage-col-1 {
    padding: 20px;
}
.userpage-img {
    width: 50%;
}
.userpage-info {
    width: 50%;
    padding-left: 15px;
}
.userpage-name {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 10px;
}
.userpage-spec-adv {
    flex-wrap: wrap;
    gap: 5px;
}
.userpage-region-item-name {
    min-width: 100px;
    font-size: 15px;
}
.userpage-region-item-name-1 {
    min-width: 110px;
}
.serpage-region-item-list {
    font-size: 15px;
    flex-wrap: wrap;
}
.serpage-region-item-list a:first-child {
    padding-left: 10px;
}
.userpage-user-reviewblock {
    flex-wrap: wrap;
    gap: 5px;
    font-size: 14px;
}
.userpage-img img {
    height: 180px;
}
.viprequest-buttons {
    position: absolute;
    left: 0;
    bottom: -10px;
}
.vip-whatsapp {
    font-size: 14px;
    padding: 10px;
    height: 41px;
}
.viprequest-buttons a img {
    display: flex;
    width: 41px;
}
.userpage-opyt-info {
    font-size: 15px;
}
.userpage-opyt-text {
    font-size: 14px;
}
.userpage-otz-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}
.reg-subtitle {
    font-size: 15px;
}

.regpage-block {
    flex-direction: column;
    gap: 20px;
}
.regpage-col-1 {
    order: 2;
}
.editprofile-item {
    gap: 10px;
}
.regpage-col-2 {
    order: 2;
}
.tg-button {
    font-size: 14px;
    padding: 10px 20px;
}
.archblog-wrapper {
    grid-template-columns: 1fr;
}
.singleblog-col-1 {
    padding: 20px;
}
.prof-change {
    opacity: 1;
    visibility: visible;
}
.profmobilemenu {
    width: 100%;
    margin-top: 0;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #fff;
    padding: 10px;
    border-top: 1px solid #ddd;
    z-index: 3;
}
.userpage-socmenu-links-mobile {
    display: flex;
    gap: 10px;
}
.userpage-socmenu-links-mobile img {
    display: flex;
}
.vipitemprice {
    font-size: 12px;
}
}