/* Базовые стили кнопки */
.blockedProfile {
    width: 98%;
    padding: 10px;
}
.block-button {
    text-align: right;
    margin-top: -3%;
}
.block-warning {
    position: relative;
    width: 100%;
    padding: 10px 10px 10px 50px;
    -webkit-box-shadow: 1px 1px 5px rgba(24, 24, 24, .15);
    box-shadow: 1px 1px 5px rgba(24, 24, 24, .15);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #cfd8dc;
    background-color: #fff;
    margin-bottom: 20px;
    margin-left: 8px;
    font-size: 18px;
    display: flex;
    flex-flow: nowrap row;
    justify-content: space-between;
    align-items: center;
}

.block-warning:before {
    content: '';
    display: block;
    position: absolute;
    background: url(/public/images/alert.png) no-repeat center center;
    width: 34px;
    height: 34px;
    background-size: contain;
    left: 10px;
    top: 50%;
    margin: -17px 0;
}

.block-warning span {
    display: inline-block;
    font-size: 18px;
    color: #f00;
    font-weight: 900;
    border-radius: 4px;
    width: 80%;
    padding-left: 5%;
}

/* Базовые стили кнопки */
.block-button {
    text-align: right;
    margin-top: -3%;
}

.block-warning p {
    width: 90%;
    margin-bottom: -3%;
}
.buttonCom {
    position: relative;
    width: 14%;
    float: right;

}
.buttonCom a{
    width: 100%;
    border-radius: 3px;
    padding: 10px;
    border: rgba(0,0,0,.3) 0px solid;
    box-sizing: border-box;
    background: #f00;
    color: #fff;
    font-weight: 600;
    font-size: 11pt;
    transition: background .4s;
    cursor: pointer;
    text-decoration: none;
}
/* Изменение фона кнопки при наведении */
.buttonCom a:hover{
    background:#c00;
    color: #ffffff;
}


@media (max-width: 1200px)
{
    .block-warning {
        margin-bottom: 10px;
    }
    .block-warning p {
        font-size: 13px;
        padding-bottom: 10px;
        width: 100%;
        margin-bottom: 0;
    }
    .buttonCom {
        position: relative;
        width: 65%;
        float: none;
        padding-top: 10px;
    }
}

@media (min-width: 1000px) and (max-width: 1200px){
    .buttonCom{
        width: 15%;
    }
}
@media screen and (max-width: 720px) {
    .block-warning {
        font-size: 12px;
    }

    .block-warning span {
        padding-left: 11%;
    }


}
@media (max-width: 767px) {
    .block-warning {
        width: 94%;
    }

    .block-warning p {
        font-size: 13px;
        padding-bottom: 10px;
        width: 100%;
        margin-bottom: 0;
    }

    .block-warning a {
        margin-left: 23%;
        font-size: 15px;
    }
}

.file-select {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;

}

.file-select.file-select-lg + label {
    padding: 10px 10px;
    font-size: 18px;
    border-radius:5px;

}

.file-select + label {
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
    background:RGBA(255,255,255,1);
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .45);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .45);
}

.file-select.file-select-sm + label {
    font-size: 12px;
    padding: 5px 10px;
}

.file-select:focus + label,
.file-select + label:hover {
    background: #ccc;
}


/* Базовые стили формы */
.formClass{
    margin:0 auto;
    max-width:55%;
    box-sizing:border-box;
    padding:40px;
    border-radius:5px;
    background:RGBA(255,255,255,1);
    -webkit-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, .45);
    box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, .45);
}

/**/
.formBlock{
    margin:0 auto;
    max-width:95%;
    box-sizing:border-box;
    padding:20px;
    margin-bottom: 20px;
    border-radius:5px;
    background:RGBA(255,255,255,1);
    -webkit-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, .45);
    box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, .45);
}

.formBlock font {
    font-size: 15px;
    font-style: italic;
    text-align: center;
}

.kapcha img {
    width: 100%;
    padding-bottom: 10px;
    height: 100px;
}
/* Стили полей ввода */
.textbox{
    height:50px;
    width:100%;
    border-radius:3px;
    border:rgba(0,0,0,.3) 2px solid;
    box-sizing:border-box;
    font-size:18px;
    padding:10px;
    margin-bottom:30px;
}
.message:focus,
.textbox:focus{
    outline:none;
    border:rgba(24,149,215,1) 2px solid;
    color:rgba(24,149,215,1);
}
/* Стили текстового поля */
.message{
    background: rgba(255, 255, 255, 0.4);
    width:100%;
    height: 120px;
    border:rgba(0,0,0,.3) 2px solid;
    box-sizing:border-box;
    -moz-border-radius: 3px;
    font-size:18px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display:block;
    padding:10px;

    overflow:hidden;
}

@media screen and (max-width: 767px) {
    .formClass{
        max-width: 100%;
    }
}

.abuse_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 10000;
}
.abuse_form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 360px;
    min-height: 150px;
    transform: translate(-50%, -50%);
    background: #eee;
    z-index: 10001;
    overflow-x: hidden;
}
.abuse_title {
    background: #fff;
    padding: 10px;
    font-size: 22px;
    font-weight: 900;
    box-shadow: 0 1px 1px silver;
    box-sizing: border-box;
}
.abuse_body,
.abuse_request {
    padding: 10px 10px 55px;
    overflow-x:hidden!important;
}
.abuse_request {
    display: none;
}
.abuse_request img {
    margin: 0 auto;
    display: block;
}
.abuse_disclaimer {
    display: block;
    padding: 10px 15px;
    background: white;
    border: 1px solid silver;
    border-radius:3px;
    font-size: 12px;
    line-height: 1.37 !important;
    margin: 0 0 5px;
}
.abuse_body select {
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid silver;
    box-sizing: border-box;
}
.abuse_body textarea {
    width: 100%;
    height: 150px;
    padding: 10px 15px;
    border: 1px solid silver;
    box-sizing: border-box;
}
.abuse_body img {
    border: 1px solid silver;
    box-sizing: border-box;
    width: 100%;
}
.abuse_body input[type=text] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid silver;
    box-sizing: border-box;
}
.abuse_body input[type=file] {
    transition: .8s;
}
.abuse_body select,
.abuse_body textarea {
    margin: 5px 0;
}
.abuse_captcha {
    display: flex;
    margin: 10px 0;
    width: 100%;
    height: 70px;
}
.abuse_captcha span {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid silver;
    cursor: pointer;
    box-sizing: border-box;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAADGUlEQVRoge3ZzYsURxjH8c/6spq4HiIqq0S9iSejriKeJCQE14NoEPQcgpIYcgtEQUFQvBjwBf8FD7mIRBKJB/8ABTFEEqKouOuKLiKJoquC5lC9OFNTM0xPd8/GOF8oZqqn5nmeX3dXdT1P06NHj3eCvhJtTcMQPsMqrMAizM38PMEoruMSLmafr0qMIclWPMB9bGkxbikOYQyvc7Y7OIzFlSjIuFvjcDTx+0KcxPMOBMRtAifwQRVCYme17MB4CQLi9gDbuiFkBk61CORvnMaXWIcF6MfM7Ps6fIWf8ayFnROYXpWQ2filiePr+ALv57A/B1+rv4Vr21nMKkFHg+FziWNP8Z1wpTrlPXwvPdfOFLRNwmjcbmBlUSc1bBAWldjPD0UNtxJxVVi1ymYQ1xL+Ci0A7a40tzBcxFHEMo3PpHuY16nBPMvmSIHAUwwJz5ZaH0c7NTaVQuBI5OOZsOXJTbsibmJT0agTDGic/Psr8NMVvtV40t5KFuCFejEfpQZO62JQnTCOC9GxT1ID/+tC4HzUH0oNehuEXIn6y6ckihJYon6OjKUGNbsinwq70ofYWUV0Obgr5CmTjOf58x/enIFHSswNOuRz4UrcwsY8f4z3Oh+WHlrJNLu17kX9JVUHUpRmQv6K+qurDqQozYRcjvplbtO7yir1c+SlahKpyunDbfVivpnKgIpwQGPOMVCBn83Cstpu2pCbRRprT4eLRp0gVXAoVQghvaw1MoE1RaJOMKILQuYJz5R4r7O0QOAxw0LCVKkQQikmNva7ULopm0H8lvBXihBCkSw2OCoU1cpitfYmfSFmCOXL2Ohz7JWv5hvTj33SRe2fEscK0y8UllNnaQx7hMJ0uwxgl+bz45xQxC5dCGE7f7yJ48lV7bwgar2wG+jPAlqYHduNH/G4hZ3j3hSvKxEyyTYh2cmzbLbT7mN75KtSIYTXZMc0ljY7aROZrfkJP7ULQKV1rUHhZejtDgSM4KDW+c5wNm5Ei4pmma+n+7AWHwuv2JYLmeWAEPQ/wsP1T6Ey8mv2Wcnt0qNHj/8p/wLQwui9g1jl4gAAAABJRU5ErkJggg==) #fff no-repeat center center;
}
.abuse_footer {
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 1px gray;
    box-sizing: border-box;
}
.abuse_footer input {
    padding: 0 10px;
    border: 1px solid silver;
    color: black;
    line-height: 25px;
    border-radius: 3px;
    outline: 0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 15px 17px rgba(255,255,255,.5), inset 0 -5px 12px rgba(0,0,0,.05);
}
.abuse_footer input:hover {
    transition: .6s;
}
.ab_submit {
    background: #28a745;
}
.ab_submit:hover {
    color: white;
}
.ab_cancel:hover {
    color: white;
    background: #6c757d;
}
.ab_back {
    display: none;
    background: #007bff;
}
@media screen and (max-width: 768px) {
    .abuse_form {
        top: 0;
        left: 0;
        width: 100%;
        min-height: 150px;
        transform: translate(0, 0);
        bottom: 0;
    }
    .abuse_body,
    .abuse_request {
        overflow: auto;
        height: calc(100vh - 150px);
    }
}

@media (min-width: 768px) and (max-width: 900px){
    .abuse_form {
        top: 0;
        left: 10%;
        width: 80%;
        min-height: 150px;
        transform: translate(0, 0);
        bottom: 0;
        overflow: auto;
    }
    .abuse_footer {
        bottom: auto;
    }
    .abuse_captcha {
        height: 100px;
    }
}:root {
    font-size: 10px;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    background: #f2f2f2 !important;
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

/* W3C standard
   сейчас только для Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: white black;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: white;
}

*::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 5px;
    border: 3px solid black;
}

.scroll {
    overflow: hidden;
}

a, button, input, textarea, select {
    transition: .2s linear;
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h5, p {
    margin: 0;
    font-weight: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
}

.button, .input {
    border: none;
    cursor: pointer;
    background: none;
    outline: none;
}

.input {
    cursor: text;
}

.input:focus::placeholder {
    opacity: 0;
}

.container {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
}

.img {
    width: 100%;
}

/* Шапка */
.header {
    padding-top: 1.5rem;
}

.header__inner {
    background: #333333;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 0 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header__wrapper {
    display: flex;
    align-items: center;
}

.header__logo, .footer__logo--inner {
    width: 90px;
    display: flex;
}

.footer__logo--inner {
    margin-right: 2rem;
}

.header__logo--text, .footer__logo--text {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #fff;
    max-width: 110px;
    letter-spacing: 0.11em;
    line-height: 1.1;
}

.footer__logo--text {
    color: #828282;
}

.header__nav {
    display: flex;
    align-items: center;
}

.header__nav--link--inner {
    position: relative;
}

.header__block-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.header__nav--link, .header__nav--link-not-block {
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    display: flex;
    align-items: center;
}

.header__nav--link:hover, .header__nav--link-not-block:hover {
    background: #000;
    border-radius: 10px;
}

.header__nav--link:hover .header__nav--link--icon,
.header__nav--link.active .header__nav--link--icon {
    transform: rotate(180deg);
}

.header__nav--link:hover {
    color: #fff;
    border-radius: 10px;
}

.header__nav--link--icon {
    margin-left: .7rem;
    transition: .2s linear;
}

.header__city {
    padding: 0.5rem 1rem;
    position: relative;
    display: flex;
    align-items: center;
}

.nav-dop .header__dropdown {
    left: auto;
    right: 0;
}

.header__city:hover {
    background: #000;
}

.header__city:hover .header__city--arrow {
    transform: rotate(180deg);
}

.header__city--arrow {
    transition: .2s linear;
}

.header__city--value {
    margin: 0 1rem;
    color: #fff;
}

.header__search--inner {
    width: 270px;
    position: relative;
    padding-bottom: 1rem;
}

.header__search {
    width: 100%;
    background: none;
    padding: 1.2rem 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.header__search::placeholder {
    color: #fff;
}

.header__search--icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #f0f8ff00;
    border: #f0f8ff00;
}

.header__search--icon:hover {
    background: #f0f8ff29;
    cursor: pointer;
}

.header__search--icon--mob {
    position: absolute;
    top: 13%;
    transform: translateY(-50%);
    right: 8%;
    background: #111212d6;
    border: #f0f8ff00;
    border-radius: 5px;
}

.search__button {
    display: none;
}

.header__mobiles {
    display: flex;
    align-items: center;
}

.menu__button {
    display: none;
    margin-left: 1.5rem;
}

.header__nav--link--inner:hover .header__dropdown,
.header__city:hover .header__dropdown {
    opacity: 1;
    pointer-events: all;
}


.header__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 620px;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 1.5rem 1.5rem 2rem 2rem;
    z-index: 34;
    transition: .2s linear;
    opacity: 0;
    pointer-events: none;
}

.header__drop--wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 0.5rem;
    max-height: 250px;
    overflow-y: auto;
}

.header__drop--service {
    justify-content: space-between;
    align-items: flex-start;
}

.service-li-link {
    padding-right: 1rem;
    margin-top: 1.5rem;
    text-align: left;
}

.name-service {
    font-weight: 600;
    border-bottom: solid 1px #302e2e;
}

.name-service--mobile {
    padding-top: 1rem;
}

.header__drop--link {
    width: 33%;
    padding-right: 1rem;
    margin-top: 1.5rem;
    text-align: left;
}

.header__drop--link:hover {
    color: #2F80ED;
}

/* Главная */
.breadcrumb {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
    /*margin-left: 1.5rem;*/
}

.breadcrumb-left {
    margin-left: 1.5rem;
}

.breadcrumb a {
    color: rgb(85, 85, 85);
    text-decoration: underline;
}

.breadcrumb__text, .breadcrumb a {
    font-size: 1.4rem;
}

.breadcrumb-before span {
    font-size: 1.4rem;
    padding-top: 0.3rem;
}

.breadcrumb-before + .breadcrumb-before:before {
    float: left;
    color: #6c757d;
    content: "->";
    margin: 0 0.5rem;
}

.breadcrumb__icon {
    margin: 0 .5rem;
    width: 15px;
}

.main {
    padding: 2rem 0;
    min-height: 725px;
}

.main__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main__title {
    font-size: 3.8rem;
    margin-top: 1rem;
}

.main__block {
    width: 100%;
    margin-top: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main__block.center {
    align-items: center;
}

.main__subtitle {
    font-size: 3.2rem;
    font-weight: 700;
}

.main__subtitle.w100 {
    width: 100%;
}

.main__block--content {
    width: 100%;
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.main__block--item {
    width: 24.12%;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 1rem;
    position: relative;
}

.main__block--item--desc {
    font-size: 1.2rem;
    margin-top: 2rem;
    overflow: hidden;
    position: relative;
    height: 45px;
}

.main__block--item--desc:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1.2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 100%);
    pointer-events: none;
}

.main__block--item--content {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.main__block--item--img--wrapper {
    width: 100%;
    max-width: 172px;
    flex-shrink: 0;
    margin: 0 1rem 0 0;
}

.main__block--item--img--inner {
    width: 100%;
    position: relative;
    display: flex;
}

.main__block--item--img {
    width: 100%;
	border-radius: 10px;
}

.main__block--text--inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main__block--item--img--attrs {
    display: flex;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    flex-wrap: wrap;
}

.main__block--item--img--attr {
    width: 30px;
    display: flex;
    margin-right: 0.5rem;
}

.main__block--item--img--attr:last-child {
    margin-right: 0;
}

.main__block--item--favorite--button {
    box-shadow: inset 2px 0px 3px rgba(0, 0, 0, 0.25);
    border-radius: 0px 15px;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.3rem;
    background: #fff;
    color: #EB5757;
    border: 2px solid #EB5757;
}

.main__block--item--favorite--button.active {
    color: #fff;
    border: 2px solid #EB5757;
    background: #EB5757;
    border-width: thin;
}

.main__block--item--favorite--button.active:hover {
    background: #c54444;
}

.main__block--item--favorite--button:hover {
    opacity: 0.7;
    background: #fff;
}

.main__block--item--favorite--icon {
    margin-left: 0.6rem;
}

.main__block--item--favorite--icon.m0 {
    margin: 0;
}

.main__block--item--title {
    color: #2F80ED;
    font-size: 1.8rem;
}

.main__block--item--fav--button {
    width: 100%;
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E0E0E0;
    box-shadow: 0px 0px 5px rgba(189, 189, 189, 0.5);
    border-radius: 20px;
    font-size: 1.2rem;
    padding: 0.6rem 2rem;
}

.main__block--item--fav--button.active {
    background: #dfd62a;
}

.main__block--item--fav--button.active:hover {
    background: #dfd62a;
}

.main__block--item--fav--button:hover {
    opacity: 0.7;
    background: #E0E0E0;
}

.card__button--favorite:hover{
    opacity: 0.7;
}

.main__block--item--fav--icon {
    margin-right: 0.5rem;
}

.main__block--item--tags {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.main__block--item--tag {
    font-size: 1.1rem;
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 0.3rem 0.7rem;
    background: #eee;
    display: flex;
    align-items: center;
}

.green {
    background: rgba(111, 207, 151, 0.2);
}

.yellow {
    background: rgba(242, 153, 74, 0.2);
}

.purple {
    background: rgba(155, 81, 224, 0.2);
}

.red {
    background: rgba(235, 87, 87, 0.2);
}

.main__block--item--contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem;
}

.main__block--item--contact--link {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.main__block--item--contact--link:first-child {
    margin-top: 0;
}

.main__block--item--contact--icon {
    margin-right: 0.6rem;
}

.main__block--item--info {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 1rem;
}

.main__block--info--wrapper {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main__block--info--item {
    width: 100%;
    margin-top: .6rem;
    display: flex;
    align-items: center;
}

.main__block--info--item:first-child {
    margin-top: 0;
}

.main__block--info--title {
    min-width: 40px;
    color: rgba(0, 0, 0, .3);
    font-size: 1.2rem;
}

.main__block--info--text {
    font-size: 1.2rem;
}

.main__block--info--text.delete {
    text-decoration: line-through;
    color: rgba(0, 0, 0, .3);
}

.main__block--info--icon {
    margin-right: 0.5rem;
}

.main__textblock {
    width: 100%;
    margin-top: 1.5rem;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
    padding: 2rem 2rem 4rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
}

.main__textblock h2 {
    font-weight: 700;
}

.main__textblock p {
    margin-top: 1rem;
}

.main__textblock p:first-child {
    margin-top: 0;
}

.up__inner {
    width: 100%;
    margin-top: 4rem;
    display: flex;
    justify-content: flex-end;
}

.up__button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 20;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #2F80ED;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s linear;
    opacity: 0;
    pointer-events: none;
}

.up__button.active {
    opacity: 1;
    pointer-events: all;
}

.up__arrow {
    max-width: 50%;
    max-height: 50%;
}

.up__button:hover {
    opacity: 0.7;
}

.salon__content {
    width: 100%;
    margin-top: 1.5rem;
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}

.salon__item {
    width: 49.41%;
    padding: 1rem;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.salon__item--wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.salon__item--img--inner {
    width: 100%;
    max-width: 380px;
    flex-shrink: 0;
    margin-right: 2rem;
    position: relative;
}

.salon__item--text--inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.salon__item--img--slider {
    width: 100%;
}

.salon__item--attrs {
    position: absolute;
    top: 3px;
    right: -15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.salon__item--attr {
    width: 30px;
    margin-top: 0.5rem;
}

.salon__item--attr:first-child {
    margin-top: 0;
}

.main__block--item--tag--icon {
    margin-right: 0.25rem;
}

.main__block--item--tag.disable {
    color: rgba(0, 0, 0, .2);
}

.salon__item--desc {
    width: 100%;
    margin-top: 1.5rem;
    font-size: 1.2rem;
    overflow: hidden;
    position: relative;
    max-height: 62px;
}

.salon__item--desc:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1.2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 100%);
    pointer-events: none;
}

.salon__item--models {
    width: 100%;
    margin-top: 1.5rem;
    display: flex;
}

.salon__item--model {
    width: 20%;
    padding: 0.25rem;
    min-height: 107px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.salon__item--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.salon__item--model--name {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 1.2rem;
    width: calc(100% - 5px);
    text-align: center;
    padding: 0.5rem;
    border-radius: 5px;
    position: absolute;
    bottom: 2.5px;
    left: 2.5px;
}

.salon__item--model--more {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    position: absolute;
    top: 2.5px;
    left: 2.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    background: rgba(0, 0, 0, .7);
    border-radius: 7px;
    z-index: 2;
}

.salon__item--model--more + .salon__item--img {
    filter: blur(3px);
}

.salon__contact--wrapper {
    display: flex;
    align-items: center;
}

.salon__contact--link {
    margin-left: 0.8rem;
    display: flex;
}

.salon__item--img--slider .slick-dots {
    width: calc(100% - 10px);
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(1px, 1fr));
    grid-gap: 5px;
}

.salon__item--img--slider .slick-dots button {
    display: none;
}

.salon__item--img--slider .slick-dots li {
    height: 4px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    cursor: pointer;
    margin-right: 0.2rem;
}

.salon__item--img--slider .slick-dots li:last-child {
    margin-right: 0;
}

.salon__item--img--slider .slick-dots li.slick-active {
    background: #2F80ED;
}

/* Футер */
.footer {
    padding-top: 2rem;
}

.footer__inner {
    width: 100%;
    padding: 2.5rem 3rem;
    background: #ECECEC;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__logo--wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer__logo--content {
    display: flex;
    align-items: center;
}

.footer__copy {
    margin-top: 2.5rem;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, .5);
}

.footer__auth {
    display: flex;
    align-items: center;
    color: #2F80ED;
    font-size: 1.7rem;
    text-decoration: underline;
}

.footer__auth--icon {
    margin-right: 0.7rem;
}

.footer__adult {
    max-width: 62px;
}

/* 404 */
.notfound {
    padding: 0 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f6f7f9;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.notfound__button {
    padding: 2rem 6rem;
    border-radius: 50px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    background: #2F80ED;
    box-shadow: 0px 0px 14px #2F80ED;
    margin-top: 3rem;
    text-decoration: none;
}

.notfound__img--inner {
    margin-top: 2rem;
    max-width: 90%;
    position: relative;
    z-index: 2;
}

.notfound__img--inner:before {
    content: "404";
    display: block;
    color: #fff;
    font-weight: 900;
    font-size: 20rem;
    color: #fff;
    position: absolute;
    bottom: 100%;
    left: -100px;
    z-index: -1;
    line-height: 1;
}

.notfound__img {
    width: 100%;
}

.notfound__title {
    font-size: 9.6rem;
    color: #2F80ED;
    position: relative;
    z-index: 3;
}

.notfound__text {
    color: #585858;
    margin-top: 1.5rem;
    z-index: 3;
}

.notfound__text a {
    text-decoration: underline;
    color: #2F80ED;
}

/* Страница карточки */
.salon__uslugi {
    width: 100%;
    padding: 0 2rem 2rem 3rem;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
    margin-top: 1.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.salon__uslugi--item {
    width: 17%;
    padding-right: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.salon__uslugi--item--title {
    font-size: 2rem;
    font-weight: 700;
}

.salon__uslugi--wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2rem;
}

.salon__uslugi--point {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    margin-top: 1rem;
}

.salon__uslugi--point a{
    font-size: 1.8rem;
}

.salon__uslugi--point a:hover{
    color: #2F80ED;
}

.salon__uslugi--point:first-child {
    margin-top: 0;
}

.salon__uslugi--point--icon {
    margin-right: 0.5rem;
}

.salon__uslugi--point.disabled {
    color: rgba(0, 0, 0, .5);
}

.salon__block--half {
    width: 100%;
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
}

.salon__block--inner {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.salon__block--inner--info--not {
    width: 100%;
}

.card__map {
    margin-top: 1.5rem;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 15px;
}

.map_span {
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 15px;
    max-width: 853px;
    max-height: 423px;
    background: url(/templates/massage-white/dev/img/map.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
}

.card__reviews {
    width: 100%;
    margin-top: 1.5rem;
    background: #fff;
    border-radius: 15px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem 2rem 3rem 3rem;
}

.card__reviews--leave {
    padding: 3rem;
}

.card__reviews.active {
    display: flex;
}

.card__reviews--buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4rem;
}

.card__reviews--more {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.8rem;
}

.card__review--button {
    background: #E0E0E0;
    box-shadow: 0px 0px 5px rgba(189, 189, 189, 0.5);
    border-radius: 40px;
    padding: 1.5rem 5rem;
    font-weight: 700;
    font-size: 1.8rem;
    width: 100%;
}

.card__reviews--content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 1rem;
    overflow-y: auto;
    max-height: 250px;
}

.card__reviews--item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2.5rem;
}

.card__reviews--item:first-child {
    margin-top: 0;
}

.card__reviews--item--name {
    font-weight: 700;
    font-size: 1.8rem;
}

.card__reviews--item--text {
    margin-top: 1rem;
    font-size: 1.8rem;
}

.card__about {
    width: 100%;
    margin-top: 1.5rem;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card__about p {
    margin-top: 1rem;
    font-size: 1.8rem;
}

.card__about p:first-child {
    margin-top: 0;
}

.card__price {
    width: 100%;
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card__price--wrapper {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card__price--tags {
    width: 49%;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    height: 100%;
}

.card__price--item {
    width: 100%;
    margin-top: 2rem;
    background: #201e1e0d;
    border-radius: 10px;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.card__price--item:first-child{*/
/*	margin-top: 0;*/
/*}*/

.card__price--item--name {
    display: flex;
    align-items: center;
}

.card__price--item--time {
    font-size: 1.8rem;
    margin-left: 0.7rem;
}

.card__price--item--value {
    font-size: 2rem;
    font-weight: 700;
}

.card__img--inner, .salon__img--inner {
    width: 31.3%;
    display: flex;
    flex-flow: wrap row;
}
.profile-gal {
	width: 25.3%;
}
.salon__img--inner {
    flex-direction: column;
}

.card__slider--small {
    width: 100%;
    margin-right: 2rem;
}

.card__slider--big {
    width: 100%;
}

.card__text--inner {
    width: 67.5%;
    border-radius: 15px;
    background: #fff;
    padding: 3rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.card__text--inner-prof {
	width: 73.5%;
}
.card__text--inn {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/*.card__slide--small {*/
/*    padding: 0.5rem 0;*/
/*}*/

.card__text--name--inner {
    display: flex;
    align-items: center;
    width: 100%;
}

.card__text--name {
    font-size: 3rem;
    font-weight: 700;
}

.card__text--verify {
    margin-left: 1rem;
    width: 35px;
}

.salon__about {
    background: #fff;
    border-radius: 15px;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
    margin-top: 1.5rem;
}

.salon__about p {
    margin-top: 1rem;
    font-size: 1.8rem;
}

.salon__about p:first-child {
    margin-top: 0;
}

.salon__slider--big, .salon__slider--small {
    width: 100%;
}

.salon__slider--small {
    margin-top: 2rem;
}

.salon__slide--small {
    padding: 0rem .6rem;
    border-radius: 10px;
}

.card__like--button {
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: inset 2px 0px 3px rgba(0, 0, 0, 0.25);
    border-radius: 0px 15px;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
    padding: .7rem 1.5rem;
    background: #fff;
    color: #EB5757;
    border: 2px solid #EB5757;
}

.card__like--button.active {
    color: #fff;
    border: 2px solid #EB5757;
    background: #EB5757;
    border-width: thin;
}

.card__like--button.active:hover {
    background: #c54444;
}

.card__like--button:hover {
    opacity: 0.7;
    background: #fff;
}

.card__like--icon {
    width: 30px;
    margin-left: 0.5rem;
}

.card__text--wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 3rem;
}

.card__text--box {
    width: 100%;
    padding-right: 4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card__text--box:last-child {
    padding-right: 0;
}

.card__text--contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5rem;
}

.card__text--contact:first-child {
    margin-top: 0;
}

.card__text--contact--wrapper {
    display: flex;
    align-items: center;
}

.card__text--contact--link {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
}

.card__text--contact--link a {
    font-size: 1.8rem;
}

.card__text--contact--link a:hover {
    color: #2F80ED;
}

.card__text--contact--icon {
    margin-right: 0.3rem;
    max-width: 20px;
}

.card__text--contact--social {
    display: flex;
    margin-left: 1rem;
    max-width: 18px;
}

.card__text--contact--social--icon {
    width: 100%;
}

.card__text--work {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    padding-left: 2.7rem;
}

.card__text--work--point {
    text-transform: uppercase;
    border: 1px solid #BDBDBD;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #BDBDBD;
    margin-right: 0.4rem;
    font-weight: 700;
}

.card__text--work--point:last-child {
    margin-right: 0;
}

.card__text--text {
    margin-top: 1rem;
    padding-left: 2.7rem;
}

.card__text--people {
    width: 100%;
    margin-top: 1rem;
    padding-left: 2.7rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card__text--people--item {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.card__text--people--item:first-child {
    margin-top: 0;
}

.card__text--people--icon {
    margin-right: 0.5rem;
}

.card__text--people--item.disabled {
    text-decoration: line-through;
    color: #BDBDBD;
}
.card__text--info--flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.card__text--info--item {
    margin-top: 1rem;
    font-size: 1.8rem;
}

.card__text--info--item a {
    font-size: 1.8rem;
}

.card__text--info--item a:hover {
    color: #2F80ED;
}

.bold {
    font-weight: 700;
}

.card__text--info--item:first-child {
    margin-top: 0;
}

.card__buttons {
    margin-top: 3rem;
    display: flex;
}

.card__button {
    display: flex;
    align-items: center;
    border-radius: 40px;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1.5rem 4rem;
}

.card__button--favorite {
    background: #E0E0E0;
    box-shadow: 0px 0px 5px rgba(189, 189, 189, 0.5);
    margin-right: 3rem;
}

.card__button--favorite.active {
    background: #dfd62a;
}

.card__button--favorite.active:hover {
    opacity: 0.7;
}

.card__button--favorite:hover {
    opacity: 0.7;
}

.card__button--warn {
    border: 2px solid #EB5757;
    color: #EB5757;
}

.card__button--warn:hover {
    opacity: 0.5;
}

.card__button--favorite--icon {
    margin-right: 1rem;
}

.salon__price--tags {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.salon__programm--content {
    width: 100%;
    margin-top: 1.5rem;
    border-radius: 15px;
    padding: 1.5rem 0 3rem 0;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.salon__programm--item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 3rem;
    border-bottom: 1px solid #BDBDBD;
}

.salon__programm--item.title {
    padding: 1.5rem 3rem;
}

.salon__programm--name, .salon__programm--desc, .salon__programm--time, .salon__programm--price {
    font-size: 1.8rem;
}

.value .salon__programm--desc {
    font-size: 1.6rem;
}

.salon__programm--desc {
    padding-right: 2rem;
}

.value .salon__programm--name, .value .salon__programm--time, .value .salon__programm--price {
    font-weight: 700;
}

.salon__programm--name {
    width: 25%;
}

.salon__programm--desc {
    width: 45%;
}

.salon__programm--time, .salon__programm--price {
    width: 15%;
}

.salon__program--more {
    border-radius: 50px;
    margin-top: 3rem;
    padding: 1.5rem 6rem;
    font-weight: 700;
    font-size: 1.8rem;
    box-shadow: 0px 0px 5px rgba(189, 189, 189, 0.5);
    background: #E0E0E0;
}

.salon__program--more:hover {
    opacity: 0.6;
}

.search__mob {
    padding: 1rem 0;
    display: none;
}

.search__button-mob {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 100%;
    border: none;
    background: #333333;
    border-radius: 0 9px 9px 0;
    cursor: pointer;
}

.search__mob.active {
    display: block;
}

.search__mob--inner {
    width: 100%;
}

.search__mob--input {
    border: 1px solid #000;
    padding: 1rem 1.5rem;
    width: 100%;
    background: #fff;
    border-radius: 10px;
}

.header-form-forms-mob {
    position: relative;
    display: flex;
    width: 100%;
}


/* Модальное меню */
.modal__menu {
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 5rem 0rem 1rem 0rem;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: .3s ease-in-out;
    opacity: 0;
    transform: translateX(-100%);
}

.modal__menu.active {
    opacity: 1;
    transform: translateX(0%);
}

.modal__menu--content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.modal__cross {
    position: absolute;
    top: 18px;
    right: 17px;
    cursor: pointer;
}

.header__nav--drop {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 3.5rem;
    margin-top: 1rem;
    overflow-y: auto;
    max-height: 400px;
}

.header__nav--drop.active {
    display: flex;
}

.header__nav--drop--link {
    margin-top: 1rem;
}

.header__nav--drop--link:first-child {
    margin-top: 0px;
}

.header__nav--drop--link:hover {
    color: #2F80ED;
}

.header__nav.modal {
    width: 100%;
}

.pagin {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
    flex-wrap: wrap;
}

.pagin__arrow {
    margin: 0rem 1rem;
    display: flex;
}

.pagin__link {
    position: relative;
    margin-right: 0.7rem;
    padding: .5rem 0.2rem 0rem .2rem;
}

.pagin__link:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #BDBDBD;
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s linear;
}

.pagin__link.active, .pagin__link.active:hover {
    color: #2F80ED;
}

.pagin__link:hover {
    color: rgba(0, 0, 0, .3);
}

.pagin__link:hover:before, .pagin__link.active:before {
    background: #2F80ED;
}


.card__reviews--form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card__reviews--captcha, .card__reviews--input--inner {
    width: 100%;
    margin-top: 1rem;
}

.card__reviews--captcha {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    max-height: 94px;
}

#comment-captcha {
    width: 56%;
}

.card__reviews--input, .card__reviews--textarea {
    width: 100%;
    padding: 1.3rem 2rem;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
}

.card__reviews--textarea {
    resize: none;
    height: 120px;
}

.card__reviews--input--inner:first-child {
    margin-top: 0;
}

.footer__adult--img {
    min-width: 242px;
    display: flex;
    justify-content: flex-end;
}

.service-block-mobile {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 90%;
}

.header__drop--link-service {
    width: 100% !important;
}

.button-box {
    width: 100%;
}

.button-box-box {
    background: #fff;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 5%);
    border-radius: 15px;
    padding: 1rem;
}

.button-box-box a {
    text-decoration: underline;
}

.carousel__viewport {
    max-height: 470px;
    overflow: hidden;
    overflow-y: auto;
}

/* Адаптив */
@media (max-width: 1740px) {
    .container {
        max-width: 1450px;
    }

    .main__block--item {
        width: 32.41%;
    }

    .salon__item {
        width: 49.31%;
    }

    .salon__item--img--inner {
        max-width: 304px;
    }

    .card__text--inner {
        width: 60.5%;
    }

    .card__img--inner, .salon__img--inner {
        width: 37.5%;
    }
}

@media (max-width: 1470px) {
    .container {
        max-width: 1180px;
    }

    .header__search--inner {
        width: 200px;
    }

    .main__block--item, .salon__item {
        width: 49.15%;
    }

    .salon__item--wrapper {
        flex-direction: column;
        align-items: center;
    }

    .salon__item--img--inner {
        margin: 0rem 0rem 2rem 0;
        max-width: 300px;
    }

    .card__img--inner, .salon__img--inner {
        width: 46%;
    }

    .card__text--inner {
        width: 52%;
        padding: 3rem 2rem;
    }

    .card__text--contact--link, .card__text--info--item, .card__about--text {
        font-size: 1.6rem;
    }
    .card__text--contact--link a {
        font-size: 1.6rem;
    }
    .card__button {
        padding: 1.2rem 2rem;
    }

    .card__price--tags {
        padding: 1.5rem;
    }

    .salon__programm--name {
        width: 20%;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 978px;
    }

    .header__search--inner {
        display: none;
    }

    .header__city, .header__nav--link {
        padding: 1.3rem 1.5rem;
    }

    .search__button {
        display: flex;
        padding: 0;
    }

    .header__city--value {
        margin: 0rem 1rem 0rem 0.5rem;
    }

    .main__block--item, .salon__item {
        width: 48.97%;
    }

    .card__text--box {
        padding-right: 2rem;
    }

    .card__slider--small {
        width: 100%;
    }

    .card__slider--big {
        width: 100%;
    }

    .card__slide--small {
        padding: 0.25rem 0;
    }

    .card__button {
        font-size: 1.6rem;
    }

    .card__price {
        flex-direction: column;
        align-items: flex-start;
    }

    .card__price--wrapper, .card__price--tags {
        width: 100%;
    }

    .card__price--item, .card__price--tags {
        margin-top: 1rem;
    }

    .header__dropdown {
        width: 450px;
    }

    .header__drop--link {
        width: 50%;
    }
}

@media (max-width: 998px) {
    .main {
        min-height: 200px;
    }
    .price__top {
        margin-top: 2rem;
    }
    .card__price--item--time {
        font-size: 1.5rem;
    }
    .card__price--item--value {
        font-size: 1.5rem;
    }
    .salon__uslugi--point{
        font-size: 1.5rem;
    }
    .salon__uslugi--point a{
        font-size: 1.5rem;
    }
    .salon__uslugi--wrapper {
        margin-top: 0;
    }
    .header__search--inner {
        width: 100%;
        padding-left: 1rem;
    }

    .card__reviews--captcha {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    #comment-captcha {
        width: 48%;
        margin-top: 1rem;
    }

    .container {
        max-width: 748px;
    }

    .notfound__title {
        font-size: 6.5rem;
    }

    .header__nav {
        display: none;
    }

    .menu__button {
        display: flex;
    }

    .main__block--item, .salon__item {
        width: 48.66%;
    }

    /*.main__block--item--favorite--button{*/
    /*	top: auto;*/
    /*	bottom: 0;*/
    /*}*/
    .main__block--item--img--wrapper {
        margin: 0rem 1rem 0 0;
    }

    .main__block--item--contact--link {
        font-size: 1.4rem;
    }

    .main__block--item--info {
        flex-direction: column;
        align-items: flex-start;
    }

    .main__block--info--wrapper {
        width: 100%;
        margin-top: 1rem;
    }

    .main__block--info--wrapper:first-child {
        margin-top: 0;
    }

    .salon__item--models {
        flex-wrap: nowrap;
        overflow-y: auto;
        padding-bottom: .5rem;
    }

    .salon__item--model {
        width: auto;
        max-width: 100px;
        flex-shrink: 0;
    }

    .salon__block--half {
        flex-direction: column;
        align-items: center;
    }

    .card__text--inner {
        width: 100%;
        margin-top: 2rem;
    }

    .card__slider--small {
        margin-right: 1rem;
    }

    .card__img--inner, .salon__img--inner {
        width: 75%;
        margin: 0;
    }
	.profile-gal {
		width: 59%;
	}
    .card__slider--big {
        width: 100%;
    }

    .salon__block--inner {
        width: 100%;
        margin-top: 2rem;
    }

    .salon__block--inner:first-child {
        margin-top: 0;
    }

    .main__subtitle {
        font-size: 2.7rem;
    }

    .salon__uslugi--item--title {
        font-size: 1.8rem;
    }

    .salon__uslugi--item {
        width: 33%;
        margin-top: 2rem;
    }

    /*.salon__uslugi--item:first-child, .salon__uslugi--item:nth-child(2), .salon__uslugi--item:nth-child(3) {*/
    /*    margin-top: 0;*/
    /*}*/

    .card__map {
        height: 270px;
    }

    .header__nav.modal {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 2rem;
    }

    .header__nav--link {
        color: #1c1c1c;
        display: flex;
        align-items: center;
        font-size: 1.6rem;
        font-weight: 700;
        padding: 1rem 2rem;
        border-bottom: 1px solid rgba(51, 51, 51, .1);
        justify-content: space-between;
    }

    .header__nav--link:hover {
        color: #1c1c1c;
        background: none;
    }

    .header__nav--link--inner {
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .nav-link-top {
        color: #1c1c1c;
        align-items: center;
        font-size: 1.6rem;
        font-weight: 700;
        padding: 1rem 2rem;
        border-bottom: 1px solid rgba(51, 51, 51, .1);
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .header__nav--link--inner:first-child {
        margin-top: 0;
    }

    .header__nav.modal .header__nav--link .header__nav--link--icon {
        transform: rotate(0);
    }

    .header__nav.modal .header__nav--link.active .header__nav--link--icon {
        transform: rotate(180deg);
    }

    .main__block--item {
        padding: 1rem 1rem 1.5rem 1rem;
    }

    .footer__auth {
        font-size: 1.5rem;
    }
}

@media (max-width: 850px) {
    .header__inner {
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .salon__uslugi--wrapper {
        margin-top: 0;
    }
    .header__inner {
        justify-content: space-between;
    }

    .container {
        max-width: 727px;
    }

    .notfound__title {
        font-size: 4.5rem;
    }

    .header__city {
        display: none;
    }

    .header__inner {
        padding: 1rem 2rem;
    }

    .footer__inner {
        flex-direction: column;
        align-items: center;
    }

    .footer__copy {
        width: 100%;
        text-align: center;
    }

    .footer__auth {
        margin-top: 1.5rem;
    }

    .main__block--item, .salon__item {
        width: 48%;
    }

    .main__block--item--content {
        flex-direction: row;
    }

    .main__block--item--img--wrapper {
        margin: 0rem 1rem 0rem 0rem;
    }

    .up__button {
        width: 40px;
        height: 40px;
    }

    .up__inner {
        margin-top: 3rem;
    }

    .main__textblock--text {
        font-size: 1.4rem;
    }

    .main__subtitle {
        font-size: 2.5rem;
    }

    .main__title {
        font-size: 4rem;
    }

    .breadcrumb a {
        font-size: 1.4rem;
    }

    .breadcrumb__icon {
        width: 18px;
    }

    .card__img--inner, .salon__img--inner {
        width: 100%;
    }

	.profile-gal{
		width: 60%;
	}

    .card__text--contact--social {
        margin-left: 0.5rem;
    }

    .salon__uslugi--item {
        width: 50%;
    }

    .salon__uslugi--item:nth-child(3) {
        margin-top: 2rem;
    }

    .salon__uslugi--point, .card__reviews--item--name, .card__reviews--item--text {
        font-size: 1.6rem;
    }
    .salon__uslugi--point a{
        font-size: 1.6rem;
    }

    .salon__uslugi {
        padding: 2.5rem;
    }

    .card__review--button {
        padding: 1.2rem 3rem;
    }

    .card__text--name {
        font-size: 2.5rem;
    }

    .salon__about {
        padding: 2rem;
    }

    .salon__about p {
        font-size: 1.6rem;
    }

    .salon__programm--item.title {
        display: none;
    }

    .salon__programm--item {
        flex-wrap: wrap;
        padding: 1.5rem 2rem;
    }

    .salon__programm--desc {
        width: 100%;
        order: 4;
        padding-right: 0;
        margin-top: 1.5rem;
    }

    .salon__programm--name, .salon__programm--time, .salon__programm--price {
        width: 33%;
    }

    .footer__adult--img {
        justify-content: center;
        margin-top: 1.5rem;
    }
}

@media (max-width: 735px) {
    .card__reviews--captcha {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    #comment-captcha {
        width: 100%;
        margin-top: 1rem;
    }
    .container {
        max-width: 90%;
    }

    .main__block--item, .salon__item {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .salon__uslugi--wrapper {
        margin-top: 0;
    }
	.profile-gal{
		width: 100%;
	}
    .container {
        max-width: 90%;
    }

    .main__block--item, .salon__item {
        width: 100%;
    }

    .notfound__title {
        font-size: 3.5rem;
    }

    .main__block, .main__title {
        margin-top: 1.5rem;
    }

    .main {
        padding: 2.5rem 0;
        min-height: 456px;
    }

    .notfound__img--inner:before {
        font-size: 11rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .notfound__button {
        padding: 1rem 3rem;
    }

    .header__logo, .footer__logo--inner {
        width: 90px;
    }

    .header__logo--text {
        font-size: 1rem;
        max-width: 90px;
    }

    .salon__item--img--inner {
        max-width: 100%;
    }

    .main__title {
        font-size: 3.2rem;
    }

    .header {
        padding-top: 1.5rem;
    }

    .card__img--inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .card__slider--big, .card__slider--small {
        width: 100%;
    }

    .card__slider--small, .salon__slider--small {
        margin: 1rem 0rem 0rem 0rem;
    }

    .card__slide--small, .salon__slide--small {
        padding: 0rem 0.3rem;
    }

    .card__text--wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .card__text--box {
        width: 100%;
        padding-right: 0;
        margin-top: 2rem;
    }

    .card__text--box:first-child {
        margin-top: 0;
    }

    .card__buttons {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .card__button {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .card__button--favorite {
        margin: 0rem 0rem 1rem 0;
    }

    .card__text--inner {
        padding: 4rem 2rem 3rem 2rem;
    }

    .card__about {
        padding: 1.5rem;
    }

    .salon__uslugi--item {
        width: 100%;
    }

    .salon__uslugi--item:nth-child(2) {
        margin-top: 2rem;
    }

    .card__reviews--buttons {
        flex-direction: column;
        align-items: center;
        /*padding-right: 1rem;*/
    }

    .card__reviews--show .card__reviews--buttons {
        padding-right: 0;
    }

    .card__review--button {
        margin-top: 1rem;
    }

    .card__reviews {
        padding: 1.5rem 0.5rem 2rem 1.5rem;
    }

    .card__reviews--leave {
        padding: 1.5rem 1.5rem 2rem 1.5rem;
    }

    .card__text--name {
        font-size: 2.1rem;
    }

    .salon__program--more {
        font-size: 1.6rem;
        padding: 1.3rem 4rem;
        margin-top: 2rem;
    }

    .card__like--button {
        font-size: 1.6rem;
        padding: 0.5rem 0.7rem;
    }

    .card__like--icon {
        width: 23px;
    }

    .card__text--box {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
    }

    .card__text--info--item {
        width: 100%;
        font-size: 1.5rem;
    }

    /*.card__text--info--item:nth-child(2) {*/
    /*    margin-top: 0;*/
    /*}*/

    .value .salon__programm--name, .value .salon__programm--time, .value .salon__programm--price {
        font-size: 1.6rem;
    }

    .salon__programm--time {
        text-align: center;
    }

    .salon__programm--price {
        text-align: right;
    }

    .main__block--item--img--wrapper {
        margin: 0rem 1.5rem 0rem 0;
    }
}

@media (max-width: 390px) {
    .main__block--item--img--inner {
        width: 95%;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .main__block--info--item {
        justify-content: space-between;
    }
    .main__block--item--img--wrapper {
        max-width: 145px;
    }

    .main__block--item--fav--button {
        padding: 0.6rem;
    }

    .card__text--info--item, .value .salon__programm--name, .value .salon__programm--time, .value .salon__programm--price {
        font-size: 1.4rem;
    }
}

@media (max-width: 365px) {
    .main__block--item--img--wrapper {
        max-width: 125px;
    }
}

@media (max-width: 345px) {
    .main__block--item--img--wrapper {
        margin: 0rem 0rem 2rem 0;
        max-width: 70%;
    }

    .main__block--item--content {
        flex-direction: column;
        align-items: center;
    }

    .card__text--info--item {
        width: 100%;
        font-size: 1.6rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .card__text--info--item:nth-child(2) {
        margin-top: 1rem;
    }
}


.card__reviews--captcha {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

#comment-captcha {
    width: 56%;
}

.card__reviews--input, .card__reviews--textarea {
    width: 100%;
    padding: 1.3rem 2rem;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
}

.card__reviews--textarea {
    resize: none;
    height: 120px;
}

.card__reviews--input--inner:first-child {
    margin-top: 0;
}

.footer__adult--img {
    min-width: 242px;
    display: flex;
    justify-content: flex-end;
}

.service-block-mobile {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 90%;
}

.header__drop--link-service {
    width: 100% !important;
}

/* Адаптив */
@media (max-width: 1740px) {
    .container {
        max-width: 1450px;
    }

    .main__block--item {
        width: 32.41%;
    }

    .salon__item {
        width: 49.31%;
    }

    .salon__item--img--inner {
        max-width: 304px;
    }

    .card__text--inner {
        width: 60.5%;
    }

    .card__img--inner, .salon__img--inner {
        width: 37.5%;
    }
}

@media (max-width: 1470px) {
    .container {
        max-width: 1180px;
    }

    .header__search--inner {
        width: 200px;
    }

    .main__block--item, .salon__item {
        width: 49.15%;
    }

    .salon__item--wrapper {
        flex-direction: column;
        align-items: center;
    }

    .salon__item--img--inner {
        margin: 0rem 0rem 2rem 0;
        max-width: 300px;
    }

    .card__img--inner, .salon__img--inner {
        width: 46%;
    }

    .card__text--inner {
        width: 52%;
        padding: 3rem 2rem;
    }

    .card__text--contact--link, .card__text--info--item, .card__about--text {
        font-size: 1.6rem;
    }

    .card__text--contact--link a {
        font-size: 1.6rem;
    }

    .card__button {
        padding: 1.2rem 2rem;
    }

    .card__price--tags {
        padding: 1.5rem;
    }

    .salon__programm--name {
        width: 20%;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 978px;
    }

    .header__search--inner {
        display: none;
    }

    .header__city, .header__nav--link {
        padding: 1.3rem 1.5rem;
    }

    .search__button {
        display: flex;
        padding: 0;
    }

    .header__city--value {
        margin: 0rem 1rem 0rem 0.5rem;
    }

    .main__block--item, .salon__item {
        width: 48.97%;
    }

    .card__text--box {
        padding-right: 2rem;
    }

    .card__slider--small {
        width: 100%;
    }

    .card__slider--big {
        width: 100%;
    }

    .card__slide--small {
        padding: 0.25rem 0;
    }

    .card__button {
        font-size: 1.6rem;
    }

    .card__price {
        flex-direction: column;
        align-items: flex-start;
    }

    .card__price--wrapper, .card__price--tags {
        width: 100%;
    }

    .card__price--item, .card__price--tags {
        margin-top: 1rem;
    }

    .header__dropdown {
        width: 450px;
    }

    .header__drop--link {
        width: 50%;
    }
}

@media (max-width: 998px) {
    .price__top {
        margin-top: 2rem;
    }
    .card__price--item--time {
        font-size: 1.5rem;
    }
    .card__price--item--value {
        font-size: 1.5rem;
    }
    .salon__uslugi--point{
        font-size: 1.5rem;
    }
    .salon__uslugi--point a{
        font-size: 1.5rem;
    }
    .salon__uslugi--wrapper {
        margin-top: 0;
    }
    .header__search--inner {
        width: 100%;
        padding-left: 1rem;
    }

    .card__reviews--captcha {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    #comment-captcha {
        width: 48%;
        margin-top: 1rem;
    }

    .container {
        max-width: 748px;
    }

    .notfound__title {
        font-size: 6.5rem;
    }

    .header__nav {
        display: none;
    }

    .menu__button {
        display: flex;
    }

    .main__block--item, .salon__item {
        width: 48.66%;
    }

    /*.main__block--item--favorite--button{*/
    /*	top: auto;*/
    /*	bottom: 0;*/
    /*}*/
    .main__block--item--img--wrapper {
        margin: 0rem 1rem 0 0;
    }

    .main__block--item--contact--link {
        font-size: 1.4rem;
    }

    .main__block--item--info {
        flex-direction: column;
        align-items: flex-start;
    }

    .main__block--info--wrapper {
        width: 100%;
        margin-top: 1rem;
    }

    .main__block--info--wrapper:first-child {
        margin-top: 0;
    }

    .salon__item--models {
        flex-wrap: nowrap;
        overflow-y: auto;
        padding-bottom: .5rem;
    }

    .salon__item--model {
        width: auto;
        max-width: 100px;
        flex-shrink: 0;
    }

    .salon__block--half {
        flex-direction: column;
        align-items: center;
    }

    .card__text--inner {
        width: 100%;
        margin-top: 2rem;
    }

    .card__slider--small {
        margin-right: 1rem;
    }

    .card__img--inner, .salon__img--inner {
        width: 75%;
        margin: 0;
    }
	.profile-gal {
		width: 59%;
	}
    .card__slider--big {
        width: 100%;
    }

    .salon__block--inner {
        width: 100%;
        margin-top: 2rem;
    }

    .salon__block--inner:first-child {
        margin-top: 0;
    }

    .main__subtitle {
        font-size: 2.7rem;
    }

    .salon__uslugi--item--title {
        font-size: 1.8rem;
    }

    .salon__uslugi--item {
        width: 33%;
        margin-top: 2rem;
    }

    /*.salon__uslugi--item:first-child, .salon__uslugi--item:nth-child(2), .salon__uslugi--item:nth-child(3) {*/
    /*    margin-top: 0;*/
    /*}*/

    .card__map {
        height: 270px;
    }

    .header__nav.modal {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .header__nav--link {
        color: #1c1c1c;
        display: flex;
        align-items: center;
        font-size: 1.6rem;
        font-weight: 700;
        padding: 1rem 2rem;
        border-bottom: 1px solid rgba(51, 51, 51, .1);
        justify-content: space-between;
    }

    .header__nav--link:hover {
        color: #1c1c1c;
        background: none;
    }

    .header__nav--link--inner {
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .nav-link-top {
        color: #1c1c1c;
        align-items: center;
        font-size: 1.6rem;
        font-weight: 700;
        padding: 1rem 2rem;
        border-bottom: 1px solid rgba(51, 51, 51, .1);
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .header__nav--link--inner:first-child {
        margin-top: 0;
    }

    .header__nav.modal .header__nav--link .header__nav--link--icon {
        transform: rotate(0);
    }

    .header__nav.modal .header__nav--link.active .header__nav--link--icon {
        transform: rotate(180deg);
    }

    .main__block--item {
        padding: 1rem 1rem 1.5rem 1rem;
    }

    .footer__auth {
        font-size: 1.5rem;
    }
}

@media (max-width: 850px) {
    .header__inner {
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .card__reviews--captcha{
        flex-direction: column;
    }
    #comment-captcha {
        width: 100%;
    }
    .salon__uslugi--wrapper {
        margin-top: 0;
    }
    .header__inner {
        justify-content: space-between;
    }

    .container {
        max-width: 727px;
    }

    .notfound__title {
        font-size: 4.5rem;
    }

    .header__city {
        display: none;
    }

    .header__inner {
        padding: 1rem 2rem;
    }

    .footer__inner {
        flex-direction: column;
        align-items: center;
    }

    .footer__copy {
        width: 100%;
        text-align: center;
    }

    .footer__auth {
        margin-top: 1.5rem;
    }

    .main__block--item, .salon__item {
        width: 48%;
    }

    .main__block--item--content {
        flex-direction: row;
    }

    .main__block--item--img--wrapper {
        margin: 0rem 1rem 0rem 0rem;
    }

    .up__button {
        width: 40px;
        height: 40px;
    }

    .up__inner {
        margin-top: 3rem;
    }

    .main__textblock--text {
        font-size: 1.4rem;
    }

    .main__subtitle {
        font-size: 2.5rem;
    }

    .main__title {
        font-size: 4rem;
    }

    .breadcrumb a {
        font-size: 1.4rem;
    }

    .breadcrumb__icon {
        width: 18px;
    }

    .card__img--inner, .salon__img--inner {
        width: 100%;
    }

	.profile-gal{
		width: 60%;
	}

    .card__text--contact--social {
        margin-left: 0.5rem;
    }

    .salon__uslugi--item {
        width: 50%;
    }

    .salon__uslugi--item:nth-child(3) {
        margin-top: 2rem;
    }

    .salon__uslugi--point, .card__reviews--item--name, .card__reviews--item--text {
        font-size: 1.6rem;
    }

    .salon__uslugi--point a{
        font-size: 1.6rem;
    }

    .salon__uslugi {
        padding: 2.5rem;
    }

    .card__review--button {
        padding: 1.2rem 3rem;
    }

    .card__text--name {
        font-size: 2.5rem;
    }

    .salon__about {
        padding: 2rem;
    }

    .salon__about p {
        font-size: 1.6rem;
    }

    .salon__programm--item.title {
        display: none;
    }

    .salon__programm--item {
        flex-wrap: wrap;
        padding: 1.5rem 2rem;
    }

    .salon__programm--desc {
        width: 100%;
        order: 4;
        padding-right: 0;
        margin-top: 1.5rem;
    }

    .salon__programm--name, .salon__programm--time, .salon__programm--price {
        width: 33%;
    }

    .footer__adult--img {
        justify-content: center;
        margin-top: 1.5rem;
    }
}

@media (max-width: 735px) {
    .container {
        max-width: 90%;
    }

    .main__block--item, .salon__item {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .salon__uslugi--wrapper {
        margin-top: 0;
    }
	.profile-gal{
		width: 100%;
	}
    .container {
        max-width: 90%;
    }

    .main__block--item, .salon__item {
        width: 100%;
    }

    .notfound__title {
        font-size: 3.5rem;
    }

    .main__block, .main__title {
        margin-top: 1.5rem;
    }

    .main {
        padding: 2.5rem 0;
    }

    .notfound__img--inner:before {
        font-size: 11rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .notfound__button {
        padding: 1rem 3rem;
    }

    .header__logo, .footer__logo--inner {
        width: 90px;
    }

    .header__logo--text {
        font-size: 1rem;
        max-width: 90px;
    }

    .salon__item--img--inner {
        max-width: 100%;
    }

    .main__title {
        font-size: 3.2rem;
    }

    .header {
        padding-top: 1.5rem;
    }

    .card__img--inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .card__slider--big, .card__slider--small {
        width: 100%;
    }

    .card__slider--small, .salon__slider--small {
        margin: 1rem 0rem 0rem 0rem;
    }

    .card__slide--small, .salon__slide--small {
        padding: 0rem 0.3rem;
    }

    .card__text--wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .card__text--box {
        width: 100%;
        padding-right: 0;
        margin-top: 2rem;
    }

    .card__text--box:first-child {
        margin-top: 0;
    }

    .card__buttons {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .card__button {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .card__button--favorite {
        margin: 0rem 0rem 1rem 0;
    }

    .card__text--inner {
        padding: 4rem 2rem 3rem 2rem;
    }

    .card__about {
        padding: 1.5rem;
    }

    .salon__uslugi--item {
        width: 100%;
    }

    .salon__uslugi--item:nth-child(2) {
        margin-top: 2rem;
    }

    .card__reviews--buttons {
        flex-direction: column;
        align-items: center;
    }

    .card__reviews--show .card__reviews--buttons {
        padding-right: 0;
    }

    .card__review--button {
        margin-top: 1rem;
    }

    .card__reviews {
        padding: 1.5rem 0.5rem 2rem 1.5rem;
    }

    .card__reviews--leave {
        padding: 1.5rem 1.5rem 2rem 1.5rem;
    }

    .card__text--name {
        font-size: 2.1rem;
    }

    .salon__program--more {
        font-size: 1.6rem;
        padding: 1.3rem 4rem;
        margin-top: 2rem;
    }

    .card__like--button {
        font-size: 1.6rem;
        padding: 0.5rem 0.7rem;
    }

    .card__like--icon {
        width: 23px;
    }

    .card__text--box {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
    }

    .card__text--info--item {
        width: 100%;
        font-size: 1.5rem;
    }

    /*.card__text--info--item:nth-child(2) {*/
    /*    margin-top: 0;*/
    /*}*/

    .value .salon__programm--name, .value .salon__programm--time, .value .salon__programm--price {
        font-size: 1.6rem;
    }

    .salon__programm--time {
        text-align: center;
    }

    .salon__programm--price {
        text-align: right;
    }

    .main__block--item--img--wrapper {
        margin: 0rem 1.5rem 0rem 0;
    }
}

@media (max-width: 390px) {
    .main__block--item--img--wrapper {
        max-width: 145px;
    }

    .main__block--item--fav--button {
        padding: 0.6rem;
    }

    .card__text--info--item, .value .salon__programm--name, .value .salon__programm--time, .value .salon__programm--price {
        font-size: 1.4rem;
    }
}

@media (max-width: 365px) {
    .main__block--item--img--wrapper {
        max-width: 125px;
    }
}

@media (max-width: 345px) {
    .main__block--item--img--wrapper {
        margin: 0rem 0rem 2rem 0;
        max-width: 70%;
    }

    .main__block--item--content {
        flex-direction: column;
        align-items: center;
    }

    .card__text--info--item {
        width: 100%;
        font-size: 1.6rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .card__text--info--item:nth-child(2) {
        margin-top: 1rem;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.comment__form {
    width: 100%;
}

.warning__comment {
    padding-bottom: 10px;
    color: #910000;
}

.success__comment {
    padding-bottom: 10px;
    color: #07832d;
}

.filter__list-service {
    padding-bottom: 1rem;
}
.carousel__img {
    width: auto !important;
}

.carousel__track a {
    width: 100%;
}
/*.carousel__slide, .carousel__thumb-slide {*/
/*    width: auto !important;*/
/*}*/

.carousel__button.is-next, .carousel__button.is-prev {
    background: #fff;
}

.carousel__button.is-next {
    right: 1.5rem;
}

.carousel__button.is-prev {
    left: 1.5rem;
}

.videobox {
    overflow: hidden;
}

.videobox video {
    width: 100%;
    height: 100%;
    background: #000;
}

.card__slide--big {
    width: 100%;
}

.videobox-thumb {
    padding: 1.5rem;
    background: #fff;
}

.carousel__slide.is-selected.is-nav-selected img {
    box-shadow: 0 0 0 2px #f4555a;
}

.carousel__button {
	max-width: 25px;
	max-height: 25px;
}

.modal-open {
    overflow: hidden
}

#YMaps3ID {
    max-height: 456px;
}