html {
    height: 100%;
}
body {
    min-height:100%;
    background: #ffffff;
    color: #000000;
    font: 15px/26px 'Fira Sans', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
a {
    color: #000000;
}
a:hover {
    text-decoration: none;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-post {
    padding: 20px 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
}

.single-post h1,
.single-record h1,
.h1 {
    color: #000;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    padding: 0 0 17px;
}

.header {
    background: #f53277;
    color: #ffffff;
    padding: 8px 0;
}
.header .flex-row {
    position: relative;
}
.header__logo {
    background: url('../images/logo.svg') 50% / 100% auto no-repeat;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    border: 2px solid #fff;
    box-sizing: border-box;
    text-indent: -9999px;
    flex: 0 0 48px;
}
.header__after-logo {
    margin: 0 0 0 10px;
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.header__after-logo::before {
    content: 'Массаж xXx';
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    padding: 4px 0 0;
}
.header__city {
    text-decoration: underline;
    background: url('../images/header__city.svg') 0 50% / auto 14px no-repeat;
    padding: 4px 0 4px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    opacity: 0.77;
}
.header__favorites {
    color: #fff;
    margin-right: 1em;
    flex: 0 0 auto;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.header__favorites::before {
    content: '';
    display: block;
    height: 32px;
    width: 32px;
    background-image: url('../images/header__favorites.svg');
    background-position: center 5px;
    background-size: 24px auto;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    border-radius: 100%;
    margin-right: 5px;
}
@media screen and (min-width: 992px) {
    .header__favorites {
        margin-right: 30px;
    }
    .header__favorites::before {
        margin-right: 10px;
    }
}
@media screen and (max-width: 991px) {
    .header__favorites-caption {
        display: none;
    }
}

.header__spacer {
    flex: 1 0 auto;
}
.header__adult {
    height: 23px;
    width: 43px;
    border-radius: 43px;
    -webkit-box-shadow: 0 0 0 1px rgba(255,225,236,0.43);
    box-shadow: 0 0 0 1px rgba(255,225,236,0.43);
    background: rgba(135,15,57,0.43);
    text-align: center;
    font: bold 18px/23px 'Fira Sans', Helvetica, Arial, sans-serif;
    padding: 10px 0 10px;
    display: block;
    margin: 0 15px;
}

.navigation li a {
    font-weight: bold;
    text-decoration: none;
}

@media (min-width: 700px) {
    .navigation .menu {
        margin: 0 -15px;
    }
    .navigation .menu > li {
        display: inline-block;
        margin: 10px 0 0;
        padding: 0 15px 10px;
        position: relative;
    }
    .navigation .menu > li > a {
        display: inline-block;
        padding: 5px 20px;
        border: 2px solid #fff;
        color: #fff;
    }
    .navigation .menu > li.menu-item-has-children > a {
        display: flex;
        align-items: center;
    }
    .navigation .menu > li.menu-item-has-children > a::after {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        margin: 0 0 0 10px;
        background: url('../images/arrows/down_white.svg') 50% / 100% auto no-repeat;
    }
    .navigation .menu > li.menu-item-has-children > a:hover::after,
    .navigation .menu > li.menu-item-has-children:hover > a::after {
        background-image: url('../images/arrows/up_pink.svg');
    }
    .navigation .menu > li > a:hover,
    .navigation .menu > li:hover > a {
        background: #fff;
        color: #f53277;
    }
    .navigation .sub-menu {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 15;
        margin: 0 15px 0 0;
        padding: 10px 0;
        width: auto;
        background: #fff;
        -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);

        -webkit-transition: 300ms ease;
        -moz-transition: 300ms ease;
        -ms-transition: 300ms ease;
        -o-transition: 300ms ease;
        transition: 300ms ease;
    }
    .navigation li:hover .sub-menu {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .navigation .sub-menu:after {
        content: '';
        bottom: 100%;
        right: 12px;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 8px;
        border-color: transparent transparent #fff;
    }
    .navigation .sub-menu li a {
        display: block;
        color: #f53277;
        padding: 10px 25px;
        white-space: nowrap;
    }
    .navigation .sub-menu li a:hover {
        text-decoration: underline;
    }
}
@media (min-width: 992px) {
    .navigation .menu {
        display: flex;
    }
    .navigation .menu > li > a {
        white-space: nowrap;
    }
}
.navigation__toggle {
    display: none;
    height: 40px;
    width: 40px;
    position: relative;
    background: transparent;
    border: 2px solid #fff;
    cursor: pointer;
    outline: 0;
}
.navigation__toggle span {
    position: absolute;
    height: 2px;
    width: 18px;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -9px;
    background: #fff;

    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -ms-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}
.navigation__toggle span::before,
.navigation__toggle span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;

    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -ms-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}
.navigation__toggle span::before {
    -webkit-transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    -o-transform: translateY(-250%);
    transform: translateY(-250%);

}
.navigation__toggle span::after {
    -webkit-transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    -o-transform: translateY(250%);
    transform: translateY(250%);
}
.navigation--active .navigation__toggle span {
    background-color: transparent;
}
.navigation--active .navigation__toggle span::before {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
.navigation--active .navigation__toggle span::after {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.top h1 {
    font: 600 30px/1.2em 'Fira Sans', Helvetica, Arial, sans-serif;
}

.breadcrumbs {
    font: 300 12px/20px 'Fira Sans', Helvetica, Arial, sans-serif;
    padding: 15px 0 5px;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs li::after {
    display: inline-block;
    content: ' »';
}
.breadcrumbs li:last-child::after {
    display: none;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.main img {
    max-width: 100%;
    height: auto;
}

.salon-cabinet-app {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 991px) {

    .navigation .menu {
        min-width: 200px;
        position: absolute;
        right: 0px;
        z-index: 100;
        top: 100%;
        padding: 10px 0;
        margin: 5px 0 0;

        background: #fff;

        -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.5);
        box-shadow:0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);

        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);

        -webkit-transition: 300ms ease;
        -moz-transition: 300ms ease;
        -ms-transition: 300ms ease;
        -o-transition: 300ms ease;
        transition: 300ms ease;

    }
    .navigation--active .menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .navigation ul:after {
        content: '';
        bottom: 100%;
        right: 12px;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #fff transparent;
    }
    .navigation li {
        display: block;
        padding: 0px;
    }
    .navigation ul a {
        display: block;
        border: none;
        color: #f53277;
        padding: 10px 25px;
    }
    .navigation .menu > li.menu-item-has-children > a {
        display: flex;
        align-items: center;
    }
    .navigation .menu > li.menu-item-has-children > a::after {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        margin: 0 0 0 10px;
        background: url('../images/arrows/down_pink.svg') 50% / 100% auto no-repeat;
    }
    .navigation .menu > li.menu-item-h as-children > a:hover::after,
    .navigation .menu > li.menu-item-has- children:hover > a::after {
        background-image: url('../images/arrows/up_pink.svg');
    }
    .navigation .sub-menu {
        padding-left: 20px;
        height: 0;
        overflow: hidden;
    }
    .navigation .navigation__item--active .sub-menu {
        height: auto;
    }
    .navigation .menu > li.menu-item-has-children.navigation__item--active > a::after {
        background-image: url('../images/arrows/up_pink.svg');
    }
    .navigation__toggle {
        display: block;
    }
}
.filter {
    display: none;
}
.contact-form__message {
    display: none;
}

.city-page-banner-slider {
    overflow: hidden;
    margin: 15px 0;
}
.city-page-banner-slider__container {
    display: flex;
    transition: transform 300ms ease;
}

.city-page-banner-slider__item {
    width: 100%;
    flex: 1 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-salons-text {
    margin: 20px 0 0;
}
