@import url("fonts.css");

html,
body{
    background: #ffffff;
    color: #0b0b0b;
}

*{
    box-sizing: border-box;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after{
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}
.clearfix{
    zoom: 1;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a,
a:hover,
a:active,
a:focus,
a:visited,
a:link{
    text-decoration: none;
    color: #0b0b0b;
}
.upperCase{
    text-transform: uppercase;
}
.ceraCYBold{
    font-family: CeraPROBold;
}
.ceraCYLight{
    font-family: CeraPROLight;
}
.futuraDemiC{
    font-family: CeraPROBold;
}
.heartwell{
    font-family: Heartwell;
}
.colorPink{
    color: #f19fc1;
}
.parentHeight{
    height: 100%;
}
.modal-opened{
    height: 100%;
    overflow: hidden;
    position: relative;
}
.vText{
    display: block;
    transform: rotate(-90deg);
    padding: 20px 0;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.margin0{
    margin: 0;
}
.gbarPinkButton{
    background: #f19fc1;
    color: #ffffff;
    letter-spacing: 0.9px;
    font-size: 16px;
    padding: 24px 110px;
    text-align: center;
    cursor: pointer;
}

/*.pinkCrossed:after{*/
.animatedCrossLine{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 4px;
    background: #f8d3e3;
    bottom: 34%;
}
@media(min-width: 768px){
    /*.pinkCrossed:after{*/
    .animatedCrossLine{
        height: 6px;
        bottom: 39%;
    }
}
.mainWrapper{
    padding: 0;
    overflow: hidden;
}
/*@media(min-width: 768px){*/
/*.mainWrapper {*/
/*padding: 0 20px;*/
/*}*/
/*}*/
/*desktopCartOpener*/

.desktopCartOpener{
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.desktopAppButton{
    position: fixed;
    right: 408px;
    top: 0;
    z-index: 100;
    background: #d88ead;
    width: 334px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktopAppButton img{
    width: 132px;
}

.mobileAppLinkWrapper{
    background: #f7e7ee;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #0099db;
    padding: 0 15px;
}
.mobileAppLinkWrapper:active,
.mobileAppLinkWrapper:focus,
.mobileAppLinkWrapper:hover,
.mobileAppLinkWrapper:visited{
    color: #0099db;
}
.mobileAppLinkWrapper span{
    display: inline-block;
    margin-top: -8px;
    margin-left: 15px;
    font-size: 12px;
    line-height: 12px;
}

@media(min-width: 768px){
    .mobileAppLinkWrapper span{
        font-size: 24px;
        line-height: 20px;
    }
}
/*mainMenu*/
.mainMenu {
    padding: 0 20px;
    /*width: 100%;*/
    height: 70px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    line-height: 70px;
    background: #ffffff;
}
.mobileMenuOpener{
    margin-top: 17px;
    line-height: normal;
    cursor: pointer;
}
.mobileMenuOpener .mobileBurger{
    display: inline-block;
    position: relative;
    width: 24px;
    height: 2px;
    background: #0d0d0d;
    top: 5px;
    margin-right: 14px;
}
.mobileMenuOpener .mobileBurger:after,
.mobileMenuOpener .mobileBurger:before{
    display: block;
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: #0d0d0d;
    left: 0;
}
.mobileMenuOpener .mobileBurger:after{
    top: -8px;
}
.mobileMenuOpener .mobileBurger:before{
    top: -16px;
}
.mobileMenuOpener i{
    font-size: 20px;
    display: inline-block;
}
.mobileCartOpener{
    color: #f19fc1;
    letter-spacing: 0.9px;
    font-size: 16px;
    cursor: pointer;
}

/*mobileMenu*/
.mobileMenu .align-vertical-center {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 340px;
}
.mobileMenu .mobileMenuAppLinkWrapper img {
    width: 150px;
    margin-top: 15px;
}
.mobileMenu{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #f2dede;*/
    background: url("../images/mobileMenu_bcg.png") no-repeat center;
    background-size: cover;
    z-index: 999999;
}
.mobileCloseMenu{
    position: absolute;
    width: 30px;
    height: 30px;
    left: 20px;
    top: 15px;
    z-index: 100;
}
.mobileCloseMenu:before,
.mobileCloseMenu:after{
    position: absolute;
    display: block;
    content: '';
    background: #ffffff;
    width: 30px;
    height: 2px;
    top: 15px;
}
.mobileCloseMenu:before{
    transform: rotate(45deg);
    left: 0;
}
.mobileCloseMenu:after{
    transform: rotate(-45deg);
    left: 0;
}
.mobileMenu ul{
    position: relative;
}
.mobileMenu li .mobileLogo{
    color: #ffffff;
    font-size: 42px;
    margin-bottom: 30px;
}
.mobileMenu li .mobileLink{
    color: #ffffff;
    font-size: 24px;
    letter-spacing: normal;
    text-transform: capitalize;
    margin-bottom: 16px;
}

/*mainContentBlock*/
.mainContent{
    width: 100%;
}

@media(min-width: 768px) {
    .mobileMenuOpener {
        margin-top: 17px;
    }
    .mobileMenuOpener .mobileBurger{
        top: 6px;
        margin-right: 19px;
    }
    .mobileMenuOpener i {
        font-size: 34px;
    }
    .mainContent{
        padding: 20px 20px 0 20px;
    }
}

@media(min-width: 1280px){
    .mainWrapper{
        padding: 0 20px 20px 20px;
    }
    .mainMenu{
        padding: 20px 20px 0 0;
        width: 91px;
        height: auto;
        box-shadow: none;
        line-height: normal;
        float: left;
    }
    .mainMenu .headerLogo{
        /*transform: rotate(-90deg);*/
        font-size: 34px;
        padding: 0 0 8px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .mainMenu .headerLink{
        padding: 40px 0;
        opacity: 0.7;
        font-size: 14px;
        letter-spacing: 0.8px;
        color: #0d0d0d;
        white-space: nowrap;
    }

    .mainContent{
        float: left;
        padding: 20px 0 0 0;
        width: calc(100% - 91px);
    }
}

@media(min-width: 1600px){
    .mainMenu{
        width: 160px;
    }
    .mainMenu .headerLogo img{
        width: 40px;
    }
    .mainMenu .headerLogo{
        transform: rotate(0deg);
        padding: 0 0 8x;
        font-size: 35px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .mainMenu .headerLink{
        padding: 40px 0;
        font-size: 14px;
    }

    .mainContent{
        width: calc(100% - 160px);
    }
}

/*section Create*/
.createSection{
    background: url('../video/poster.png') no-repeat left top;
    height: 498px;
    padding-top: 98px;
}
#gbar-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 3;
}
.createSection .textWrapper{
    position: relative;
    z-index: 2;
}
.createSection .titleWrapper{
    padding-left: 50px;
    width: 100%;
}
.createSection .title{
    font-size: 33px;
    color: #f8d3e3;
    margin-bottom: 9px;
}
.createSection .sub-title{
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 60px;
    line-height: 1;
}
.createSection .playVideoButton{
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
}
.createSection .playVideoButton i{
    color: rgba(0,0,0,.2);
    background: #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 51px;
    font-size: 8px;
    padding-left: 3px;
    margin-bottom: 15px;
}
@media (max-width: 452px) {
    .createSection .textWrapper{
        width: 320px;
        margin: 0 auto;
        float: none;
    }
}
@media(min-width: 453px){
    .createSection .titleWrapper{
        padding-left: 70px;
        width: 412px;
    }
    .createSection .title{
        font-size: 50px;
        color: #f8d3e3;
        margin-bottom: 9px;
    }
    .createSection .sub-title{
        font-size: 39px;
        color: #ffffff;
        margin-bottom: 60px;
        line-height: 1;
    }
}
@media(min-width: 768px){
    .createSection{
        height: 914px;
        padding-top: 268px;
    }
    .createSection .titleWrapper{
        padding-left: 88px;
        width: 618px;
    }
    .createSection .title{
        font-size: 82px;
        margin-bottom: -12px;
    }
    .createSection .sub-title{
        font-size: 65px;
        margin-bottom: 266px;
        line-height: normal;
    }
}
@media(min-width: 1280px){
    .createSection{
        height: 726px;
        padding-top: 205px;
    }
    .createSection .titleWrapper{
        padding-left: 63px;
        width: 618px;
    }
    .createSection .title{
        font-size: 83px;
        margin-bottom: -15px;
    }
    .createSection .sub-title{
        font-size: 72px;
        margin-bottom: 150px;
    }
    .createSection .playVideoButton{
        font-size: 15px;
    }
}
@media(min-width: 1600px){
    .createSection{
        height: 860px;
        padding-top: 316px;
    }
    .createSection .sub-title{
        margin-bottom: 164px;
    }
}

/*Magic World Section*/
.magicWorldSection .textBlock{
    padding: 10px 25px 20px 23px;
}
.magicWorldSection .title{
    font-size: 23px;
    color: #f8d3e3;;
}
.magicWorldSection .sub-title{
    font-size: 24px;
    color: #0d0d0d;;
}
.magicWorldSection  .animatedCrossLine{
    height: 2px;
    bottom: 39%;
}
.magicWorldSection .text-title{
    font-size: 24px;
    color: #0d0d0d;
    line-height: 1.25;
    margin-bottom: 32px;
}
.magicWorldSection .text {
    font-size: 14px;
    color: #0d0d0d;;
    line-height: 1.29;
    max-width: 262px;
}
.magicWorldSection .xs-text-block{
    padding: 35px 28px 44px 30px;
}
.magicWorldSection .magicWorldBg{
    height: 372px;
    background: url(../images/magicWorldBg-320.jpg) no-repeat center center;
}
@media(min-width: 321px){
    .magicWorldSection .magicWorldBg{
        height: 372px;
        background: url(../images/magicWorldBg-xs.jpg) no-repeat center center;
    }
}
@media(min-width: 768px){
    .magicWorldSection{
        margin-top: 20px;
    }
    .magicWorldSection .textBlock{
        padding: 144px 25px 0 21px;
    }
    .magicWorldSection .title{
        font-size: 27px;
    }
    .magicWorldSection .sub-title{
        font-size: 30px;
    }
    .magicWorldSection  .animatedCrossLine{
        height: 4px;
        /*bottom: 34%;*/
    }
    .magicWorldSection .text-title{
        margin-top: 67px;
    }
    .magicWorldSection .text {
        max-width: 355px;
    }
    .magicWorldSection .magicWorldBg{
        height: 914px;
        background: url(../images/magicWorldBg-sm.jpg) no-repeat center center;
    }
}
@media(min-width: 1280px){
    .magicWorldSection .textBlock{
        padding: 34px 50px 0 23px;
    }
    .magicWorldSection .title{
        font-size: 44px;
    }
    .magicWorldSection .sub-title{
        font-size: 50px;
    }
    .magicWorldSection .text {
        max-width: 425px;
    }
    .magicWorldSection .magicWorldBg{
        height: 730px;
        background: url(../images/magicWorldBg-md.jpg) no-repeat center center;
    }
}
@media(min-width: 1600px){
    .magicWorldSection .textBlock{
        padding: 49px 188px 0 70px;
    }
    .magicWorldSection .title{
        font-size: 50px;
    }
    .magicWorldSection .text-title{
        margin-top: 147px;
    }
    .magicWorldSection .text {
        max-width: 435px;
    }
    .magicWorldSection .magicWorldBg{
        height: 860px;
        background: url(../images/magicWorldBg-lg.jpg) no-repeat center center;
    }
}

/*servicesSection*/
.servicesSection{
    background: #f8d3e3;
    height: 596px;
}
.servicesSection .topLeftTextBlock{
    padding: 14px 0 0 24px;
}
.servicesSection .title{
    color: #ffffff;
    font-size: 30px;
}
.servicesSection .sub-title{
    color: rgba(255,255,255,.5);
    font-size: 24px;
}
.servicesSection .sub-title .animatedCrossLine{
    background: #ffffff;
    height: 2px;
    bottom: 39%;
}
.servicesSection .text-title{
    color: #0b0b0b;
}
.servicesSection .text{
    color: #0b0b0b;
}
.servicesSectionSlider{
    height: 260px;
    margin-top: 21px;
}
.servicesSectionSlider ul{
    /*width: 100000px;*/
    display: flex;
    flex-wrap: nowrap;
    /*overflow-x: auto;*/
    -webkit-overflow-scrolling: touch;

    transition: .5s ease all;
    left: 0;
    margin-left: 20px;
}
.servicesSectionSlider ul::-webkit-scrollbar {
    display: none;
}
.servicesSectionSlider ul li{
    width: 280px;
    height: 100%;
    margin-right: 20px;
    /*float: left;*/
    flex: 0 0 auto;
    cursor: pointer;
}
.servicesSectionSlider ul li:last-child{
    margin-right: 0;
}
.servicesSectionSlider ul li .slideLabel{
    width: 234px;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .9px;
    background: #f19fc1;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.servicesSectionSlider ul li .slideLabel:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: inherit;
    height: inherit;
    background: rgba(0,0,0,.1);
    transition: .3s ease all;
    opacity: 0;
}
.servicesSectionSlider ul li .slideLabel:hover:after{
    opacity: 1;
}
.servicesSectionMenu{
    /*width: 100%;*/
    overflow: hidden;
    height: 127px;
    line-height: 127px;
    padding-left: 75px;
    padding-right: 75px;
}
.servicesSectionMenu .menuControl{
    top: 50%;
    margin-top: -7px;
    /*display: none;*/
}
.servicesSectionMenu .prevItem{
    left: 10px;
}
.servicesSectionMenu .nextItem{
    right: 10px;
}
.servicesSectionMenuWrapper{
    overflow: hidden;
    position: relative;
}
.servicesSectionMenu ul{
    width: 10000px;
    left: 0;
    transition: .5s ease all;
    margin-left: 4px;
}
.servicesSectionMenu ul li{
    color: rgba(255,255,255,.7);
    float: left;
    height: 100%;
    cursor: pointer;
    margin-right: 40px;
    z-index: 9;
    min-width: 170px;
    text-align: center;
}
.servicesSectionMenu ul li.active{
    color: rgba(255,255,255,1);
}
@media(max-width: 767px){
    .servicesSectionSlider ul li .slideLabel{
        left: 50%;
        bottom: -25px;
        margin-left: -117px;
    }
}
@media(min-width: 768px){
    .servicesSection {
        height: 967px;
        margin-top: 20px;
    }
    .servicesSection .topLeftTextBlock{
        padding: 13px 0 0 18px;
    }
    .servicesSection .topRightTextBlock{
        padding: 63px 65px 0 35px;
    }
    .servicesSection .title {
        font-size: 42px;
        margin-bottom: -2px;
    }
    .servicesSection .sub-title {
        font-size: 50px;
    }
    .servicesSection .sub-title .animatedCrossLine{
        background: #ffffff;
        height: 4px;
        /*bottom: 34%;*/
    }
    .servicesSection .text-title {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 22px;
    }
    .servicesSection .text {
        font-size: 14px;
        line-height: 1.29;
    }
    .servicesSectionSlider{
        height: 500px;
        margin-top: 61px;
        overflow: hidden;
    }
    .servicesSectionSlider ul{
        margin-left: 75px;
    }
    .servicesSectionSlider ul li{
        width: 540px;
        margin-right: 210px;
    }
    .servicesSectionSlider ul li .slideLabel{
        width: 248px;
        height: 70px;
        /*line-height: 70px;*/
        right: -47px;
        top: 50%;
        margin-top: -35px;
    }
    .servicesSectionMenu{
        /*width: 100%;*/
        overflow: hidden;
        height: 171px;
        line-height: 171px;
    }
    .servicesSectionMenu ul li{
        font-size: 14px;
        margin-right: 31px;
        letter-spacing: .8px;
        min-width: auto;
    }
}
@media(min-width: 1280px){
    .servicesSection {
        height: 758px;
        margin-right: -20px;
    }
    .servicesSection .topLeftTextBlock{
        padding: 37px 0 0 78px;
    }
    .servicesSection .topRightTextBlock{
        padding: 73px 0 0 3px;
    }
    .servicesSection .title {
        font-size: 60px;
        margin-bottom: -2px;
    }
    .servicesSection .sub-title {
        font-size: 50px;
    }
    .servicesSection .text-title {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 22px;
    }
    .servicesSection .text {
        font-size: 14px;
        line-height: 1.29;
    }
    .servicesSectionSlider{
        height: 398px;
        margin-top: 41px;
    }
    .servicesSectionSlider ul{

    }
    .servicesSectionSlider ul li{
        width: 430px;
        margin-right: 220px;
    }
    .servicesSectionSlider ul li .slideLabel{
        margin-right: -76px;
    }
    .servicesSectionMenu{
        height: 83px;
        line-height: 83px;
    }
    .servicesSectionMenu ul li{
        font-size: 14px;
        margin-right: 31px;
        letter-spacing: .8px;
    }
}
@media(min-width: 1600px) {
    .servicesSection {
        height: 860px;
    }
    .servicesSection .topLeftTextBlock{
        padding: 37px 0 0 78px;
    }
    .servicesSection .topRightTextBlock{
        padding: 73px 0 0 3px;
    }
    .servicesSection .title {
        font-size: 70px;
        margin-bottom: -32px;
    }
    .servicesSection .sub-title {
        font-size: 50px;
    }
    .servicesSection .text-title {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 22px;
    }
    .servicesSection .text {
        font-size: 14px;
        line-height: 1.29;
    }
    .servicesSectionSlider{
        height: 500px;
        margin-top: 54px;
    }
    .servicesSectionSlider ul{
    }
    .servicesSectionSlider ul li{
        width: 540px;
        margin-right: 260px;
    }
    .servicesSectionMenu{
        height: 100px;
        line-height: 100px;
    }
    .servicesSectionMenu ul li{
        font-size: 14px;
        margin-right: 31px;
        letter-spacing: .8px;
    }
}

/*instaSection*/
.instaSection{

}
.instaSection .instaHeader{
    padding: 12px 0 9px 23px;
}
.instaSection .title{
    color: #f8d3e3;
    font-size: 28px;
    margin-bottom: -1px;
}
.instaSection .sub-title{
    color: #0b0b0b;
    font-size: 24px;
}
.instaSection .sub-title .animatedCrossLine{
    height: 2px;
    bottom: 39%;
}
.instaGridWrapper{
    padding: 0;
}
.instaGridWrapper .instaLabel{
    text-align: center;
    width: 328px;
    height: 198px;
    top: 50%;
    margin-top: -76px;
    left: 50%;
    margin-left: -164px;
    background: transparent;
    z-index: 10;
    padding-top: 33px;
}
.instaGridWrapper .title{
    font-size: 14px;
    color: rgba(17, 17, 17,.3);
    margin-bottom: 1px;
}
.instaGridWrapper .text{
    font-size: 30px;
    color: #1c1d21;
    margin-bottom: -5px;
}
.instaGridWrapper .instaButton{
    font-size: 16px;
    background: #f19fc1;
    color: #ffffff;
    letter-spacing: .9px;
    padding: 14px 35px;
}
.instaGrid{
    height: 346px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.instaItem:first-child{
    align-self: flex-end;
}
.instaItem:first-child,
.instaItem:nth-child(4){
    width: 44.5%;
    height: 142px;
}
.instaItem:nth-child(2),
.instaItem:nth-child(3){
    width: 52.74%;
    height: 167px;
}
@media(min-width: 768px){
    .instaSection .instaHeader{
        padding: 11px 0 4px 20px;
    }
    .instaSection .title{
        font-size: 70px;
        margin-bottom: -1px;
    }
    .instaSection .sub-title{
        font-size: 50px;
    }
    .instaSection .sub-title .animatedCrossLine{
        height: 4px;
        /*bottom: 34%;*/
    }
    .instaGridWrapper{
        padding: 0;
    }
    .instaGridWrapper .instaLabel{
        text-align: center;
        width: 328px;
        height: 198px;
        top: 50%;
        margin-top: -96px;
        left: 50%;
        margin-left: -164px;
        background: #ffffff;
        z-index: 10;
        padding-top: 33px;
    }
    .instaGridWrapper .title{
        font-size: 14px;
        color: rgba(17, 17, 17,.3);
        margin-bottom: 1px;
    }
    .instaGridWrapper .text{
        font-size: 30px;
        color: #1c1d21;
        margin-bottom: -5px;
    }
    .instaGridWrapper .instaButton{
        font-size: 16px;
        background: #f19fc1;
        color: #ffffff;
        letter-spacing: .9px;
        padding: 24px 35px;
    }
    .instaGrid{
        height: 788px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
    }
    .instaItem:first-child{
        align-self: flex-end;
    }
    .instaItem:first-child,
    .instaItem:nth-child(4){
        width: 44.5%;
        height: 324px;
    }
    .instaItem:nth-child(2),
    .instaItem:nth-child(3){
        width: 52.74%;
        height: 384px;
    }
}
@media(min-width: 1280px){
    .instaSection .instaHeader{
        padding: 51px 0 31px 75px;
    }
    .instaSection .title{
        font-size: 70px;
        margin-bottom: -2px;
    }
    .instaSection .sub-title{
        font-size: 50px;
    }
    .instaGridWrapper{
        padding: 0;
    }
    .instaGridWrapper .instaLabel{
        text-align: center;
        width: 328px;
        height: 198px;
        top: 50%;
        margin-top: -96px;
        left: 50%;
        margin-left: -164px;
        background: #ffffff;
        z-index: 10;
        padding-top: 33px;
    }
    .instaGridWrapper .title{
        font-size: 14px;
        color: rgba(17, 17, 17,.3);
        margin-bottom: 1px;
    }
    .instaGridWrapper .text{
        font-size: 30px;
        color: #1c1d21;
        margin-bottom: -5px;
    }
    .instaGridWrapper .instaButton{
        font-size: 16px;
        background: #f19fc1;
        color: #ffffff;
        letter-spacing: .9px;
        padding: 24px 35px;
    }
    .instaGrid{
        height: 820px;
    }

    .instaItem:first-child,
    .instaItem:nth-child(2){
        width: 49.12%;
        height: 446px;
    }
    .instaItem:nth-child(4){
        width: 38.73%;
        height: 354px;
    }
    .instaItem:nth-child(3),
    .instaItem:nth-child(5){
        width: 28.66%;
        height: 262px;
    }
}
@media(min-width: 1600px){

    .instaSection .instaHeader{
        padding: 25px 0 28px 77px;
    }
    .instaSection .title{
        font-size: 70px;
        margin-bottom: -2px;
    }
    .instaSection .sub-title{
        font-size: 50px;
    }
    .instaGridWrapper .instaLabel{
        text-align: center;
        width: 460px;
        height: 250px;
        top: 50%;
        margin-top: -125px;
        left: 50%;
        margin-left: -230px;
        background: #ffffff;
        z-index: 10;
        padding-top: 41px;
    }
    .instaGridWrapper .title{
        font-size: 14px;
        color: rgba(17, 17, 17,.3);
        margin-bottom: 12px;
    }
    .instaGridWrapper .text{
        font-size: 30px;
        color: #1c1d21;
        margin-bottom: 3px;
    }
    .instaGridWrapper .instaButton{
        font-size: 16px;
        background: #f19fc1;
        color: #ffffff;
        letter-spacing: .9px;
        padding: 24px 74px;
    }
    .instaGrid{
        height: 820px;
    }

    .instaItem:nth-child(2),
    .instaItem:nth-child(4),
    .instaItem:nth-child(5),
    .instaItem:nth-child(7){
        width: 23.8%;
        height: 300px;
    }
    .instaItem:nth-child(3),
    .instaItem:nth-child(6){
        width: 31.74%;
        height: 400px;
    }
    .instaItem:first-child,
    .instaItem:nth-child(2),
    .instaItem:nth-child(4){
        align-self: flex-end;
    }
    .instaItem:first-child,
    .instaItem:last-child{
        width: 15.87%;
        height: 200px;
    }
}

/*beautyBarsSection*/
.beautyBarsSection{
    min-height: 664px;
    /*background: url("../../files/salons_resized_images/gBarBabeBg-320.png") no-repeat center top;*/
    margin-top: 28px;
    transition: .4s ease all;
}
.beautyBarsSection .textBlock{
    height: 342px;
    background: rgba(0,0,0,.2);
    padding: 14px 0 0 28px;
}
.beautyBarsSection .title{
    color: #dcc1ee;
    font-size: 30px;
    margin-bottom: -1px;
}
.beautyBarsSection .sub-title{
    color: #ffffff;
    font-size: 24px;
}
.beautyBarsSection .sub-title .animatedCrossLine{
    background: #dcc1ee;
    height: 2px;
    bottom: 39%;
}
.beautyBarsSection .beautyBars{
    background: #9074a3;
    color: #ffffff;
    width: 100%;
    padding: 0;
}
.beautyBarsSection .beautyBarsHeader{
    padding: 22px 0 22px 41px;
    font-size: 18px;
}
.beautyBarsSection .beautyBarsBody{
    background: #bba3cb;
    padding: 31px 41px 36px 41px;
}
.beautyBarsSection .beautyBarsBody .beautyBarName{
    font-size: 17px;
    margin-bottom: 2px;
}
.beautyBarsSection .beautyBarsBody .beautyBarAddress{
    font-size: 14px;
    margin-bottom: 13px;
}


.beautyBarsSection .beautyBarsBody .beautyBarFacebook{
    margin: 5px;
}
.beautyBarsSection .beautyBarsBody .beautyBarsPhone{
    font-size: 24px;
    margin-top: 25px;
    position: relative;
}
.beautyBarsSection .beautyBarsBody .beautyBarsPhone .phoneIcon{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: -12px;
    left: 200px;
    text-align: center;
    padding-top: 12px;
}
@media(min-width: 321px){
    .beautyBarsSection{
        /*background: url("../images/beautyBarsBgs/gBarSpecialBg-xs.jpg") no-repeat center top;*/
    }
}
@media(min-width: 768px){
    .beautyBarsSection{
        height: 914px;
        min-height: auto;
        /*background: url("../images/beautyBarsBgs/gBarSpecialBg-sm.jpg") no-repeat center top;*/
        margin-top: 20px;
    }
    .beautyBarsSection .textBlock{
        height: 914px;
        background: rgba(0,0,0,.2);
        padding: 40px 0 0 18px;
    }
    .beautyBarsSection .title{
        color: #dcc1ee;
        font-size: 70px;
        margin-bottom: -3px;
    }
    .beautyBarsSection .sub-title{
        color: #ffffff;
        font-size: 50px;
    }
    .beautyBarsSection .sub-title .animatedCrossLine{
        background: #dcc1ee;
        height: 4px;
        /*bottom: 34%;*/
    }
    .beautyBarsSection .beautyBars{
        background: #9074a3;
        color: #ffffff;
        width: 371px;
        right: -20px;
        top: 350px;
    }
    .beautyBarsSection .beautyBarsHeader{
        padding: 22px 0 22px 62px;
        font-size: 18px;
    }
    .beautyBarsSection .beautyBarsBody{
        background: #bba3cb;
        padding: 31px 62px 36px 62px;
    }
    .beautyBarsSection .beautyBarsBody .beautyBarName{
        font-size: 17px;
        margin-bottom: 2px;
    }
    .beautyBarsSection .beautyBarsBody .beautyBarAddress{
        font-size: 14px;
        margin-bottom: 13px;
    }
    .beautyBarsSection .beautyBarsBody .beautyBarsPhone{
        font-size: 24px;
        margin-top: 47px;
    }
}
@media(min-width: 1280px){
    .beautyBarsSection{
        height: 728px;
        /*background: url("../images/beautyBarsBgs/gBarSpecialBg-md.jpg") no-repeat center top;*/
        margin-top: 20px;
    }
    .beautyBarsSection .textBlock{
        height: 728px;
        background: rgba(0,0,0,.2);
        padding: 40px 0 0 77px;
    }
    .beautyBarsSection .title{
        color: #dcc1ee;
        font-size: 70px;
        margin-bottom: -3px;
    }
    .beautyBarsSection .sub-title{
        color: #ffffff;
        font-size: 50px;
    }
    .beautyBarsSection .sub-title .animatedCrossLine{
        background: #dcc1ee;
        height: 4px;
    }
    .beautyBarsSection .beautyBars{
        background: #9074a3;
        color: #ffffff;
        width: 371px;
        right: -20px;
        top: 147px;
    }
    .beautyBarsSection .beautyBarsHeader{
        padding: 22px 0 22px 62px;
        font-size: 18px;
    }
    .beautyBarsSection .beautyBarsBody{
        background: #bba3cb;
    }
    .beautyBarsSection .beautyBarsBody .beautyBarName{
        font-size: 17px;
        margin-bottom: 2px;
    }
    .beautyBarsSection .beautyBarsBody .beautyBarAddress{
        font-size: 14px;
        margin-bottom: 13px;
    }
    .beautyBarsSection .beautyBarsBody .beautyBarsPhone{
        font-size: 24px;
        margin-top: 47px;
    }
}
@media(min-width: 1600px){
    .beautyBarsSection{
        height: 850px;
        /*background: url("../images/beautyBarsBgs/gBarSpecialBg-lg.jpg") no-repeat center top;*/
        /*margin-top: 47px;*/
    }
    .beautyBarsSection .textBlock{
        height: 850px;
        background: rgba(0,0,0,.2);
        padding: 90px 0 0 77px;
    }
    .beautyBarsSection .title{
        color: #dcc1ee;
        font-size: 70px;
        margin-bottom: -3px;
    }
    .beautyBarsSection .sub-title{
        color: #ffffff;
        font-size: 50px;
    }
    .beautyBarsSection .sub-title .animatedCrossLine{
        background: #dcc1ee;
        height: 4px;
    }
    .beautyBarsSection .beautyBars{
        background: #9074a3;
        color: #ffffff;
        width: 371px;
        right: -20px;
        top: 258px;
    }
    .beautyBarsSection .beautyBarsHeader{
        padding: 22px 0 22px 62px;
        font-size: 18px;
    }
    .beautyBarsSection .beautyBarsBody{
        background: #bba3cb;
    }
    .beautyBarsSection .beautyBarsBody .beautyBarName{
        font-size: 17px;
        margin-bottom: 2px;
    }
    .beautyBarsSection .beautyBarsBody .beautyBarAddress{
        font-size: 14px;
        margin-bottom: 13px;
    }
    .beautyBarsSection .beautyBarsBody .beautyBarsPhone{
        font-size: 24px;
        margin-top: 47px;
    }
}

/*.beautyBarsSection.gBarBig{*/
/*background: url("../images/beautyBarsBgs/gBarBigBg-320.jpg") no-repeat left top;*/
/*}*/
/*.beautyBarsSection.gBarMini{*/
/*background: url("../images/beautyBarsBgs/gBarMiniBg-320.jpg") no-repeat left top;*/
/*}*/
/*.beautyBarsSection.gBarSpecial{*/
/*background: url("../images/beautyBarsBgs/gBarSpecialBg-320.jpg") no-repeat left top;*/
/*}*/
/*.beautyBarsSection.gBarDODO{*/
/*background: url("../images/beautyBarsBgs/gBarDODOBg-320.jpg") no-repeat left top;*/
/*}*/
/*.beautyBarsSection.gBarBabe{*/
/*background: url("../images/beautyBarsBgs/gBarBabeBg-320.jpg") no-repeat left top;*/
/*}*/
/*@media (min-width: 321px) {*/
/*.beautyBarsSection.gBarBig{*/
/*background: url("../images/beautyBarsBgs/gBarBigBg-xs.jpg") no-repeat center top;*/
/*}*/
/*.beautyBarsSection.gBarMini{*/
/*background: url("../images/beautyBarsBgs/gBarMiniBg-xs.jpg") no-repeat center top;*/
/*}*/
/*.beautyBarsSection.gBarSpecial{*/
/*background: url("../images/beautyBarsBgs/gBarSpecialBg-xs.jpg") no-repeat center top;*/
/*}*/
/*.beautyBarsSection.gBarDODO{*/
/*background: url("../images/beautyBarsBgs/gBarDODOBg-xs.jpg") no-repeat center top;*/
/*}*/
/*.beautyBarsSection.gBarBabe{*/
/*background: url("../images/beautyBarsBgs/gBarBabeBg-xs.jpg") no-repeat center top;*/
/*}*/
/*}*/
/*@media (min-width: 768px) {*/
/*.beautyBarsSection.gBarBig{*/
/*background: url("../images/beautyBarsBgs/gBarBigBg-sm.jpg") no-repeat center top;*/
/*}*/
/*.beautyBarsSection.gBarMini{*/
/*background: url("../images/beautyBarsBgs/gBarMiniBg-sm.jpg") no-repeat center top;*/
/*}*/
/*.beautyBarsSection.gBarDODO{*/
/*background: url("../images/beautyBarsBgs/gBarDODOBg-sm.jpg") no-repeat center top;*/
/*}*/
/*.beautyBarsSection.gBarBig{*/
/*background: url("../images/beautyBarsBgs/gBarBigBg-sm.jpg") no-repeat center top;*/
/*}*/
/*.beautyBarsSection.gBarBabe{*/
/*background: url("../images/beautyBarsBgs/gBarBabeBg-sm.jpg") no-repeat center top;*/
/*}*/
/*}*/
/*@media (min-width: 1280px) {*/
/*.beautyBarsSection.gBarBig{*/
/*background: url("../images/beautyBarsBgs/gBarBigBg-md.jpg") no-repeat center top;*/
/*}*/
/*.beautyBarsSection.gBarMini{*/
/*background: url("../images/beautyBarsBgs/gBarMiniBg-md.jpg") no-repeat center top;*/
/*}*/
/*.beautyBarsSection.gBarSpecial{*/
/*background: url("../images/beautyBarsBgs/gBarSpecialBg-md.jpg") no-repeat center top;*/
/*}*/
/*.beautyBarsSection.gBarDODO{*/
/*background: url("../images/beautyBarsBgs/gBarDODOBg-md.jpg") no-repeat center top;*/
/*}*/
/*.beautyBarsSection.gBarBabe{*/
/*background: url("../images/beautyBarsBgs/gBarBabeBg-md.jpg") no-repeat center top;*/
/*}*/
/*}*/
/*@media (min-width: 1600px) {*/
/*.beautyBarsSection.gBarBig{*/
/*background: url("../images/beautyBarsBgs/gBarBigBg-lg.jpg") no-repeat center top;*/
/*}*/
/*.beautyBarsSection.gBarMini{*/
/*background: url("../images/beautyBarsBgs/gBarMiniBg-lg.jpg") no-repeat center top;*/
/*}*/
/*.beautyBarsSection.gBarSpecial{*/
/*background: url("../images/beautyBarsBgs/gBarSpecialBg-lg.jpg") no-repeat center top;*/
/*}*/
/*.beautyBarsSection.gBarDODO{*/
/*background: url("../images/beautyBarsBgs/gBarDODOBg-lg.jpg") no-repeat center top;*/
/*}*/
/*.beautyBarsSection.gBarBabe{*/
/*background: url("../images/beautyBarsBgs/gBarBabeBg-lg.jpg") no-repeat center top;*/
/*}*/
/*}*/

/*Footer*/
.footerSection{
    background: #f3f3f3;
}
.footerSection .footerMain{
    padding: 26px 0 38px 29px;
}
.footerSection .footerTitleBlock{
    font-size: 24px;
    margin-bottom: 27px;
}
.footerSection .footerTitleBlock a:first-of-type{
    margin-left: 16px;
}
.footerSection .footerTitleBlock a{
    margin-right: 8px;
}
.footerSection .footerTitleBlock img{
    max-width: 20px;
    width: 20px;
}
.footerSection .footerTitleBlock .footerFbIcon{
    width: 13px;
}
.footerSection .messageTo{
    margin-bottom: 36px;
}
.footerSection .messageToImg{
    padding: 6px 0 0 0;
}
.footerSection .messageToText{
    padding: 0 15px 0 50px;
}
.footerSection .messageToName{
    font-size: 14px;
    margin-bottom: 6px;
}
.footerSection .messageToInfo{
    font-size: 14px;
    line-height: 1.29;
    margin-bottom: 27px;
}
.footerSection .messageToButton,
.magicWorldSection.franchise .messageToButton{
    font-size: 14px;
    color: #ffffff;
    background: #f19fc1;
    padding: 15px 68px;
    cursor: pointer;
    letter-spacing: 0.8px;
}

.magicWorldSection.franchise .magicWorldBg{
    background: none;
    /*height: auto;*/
    /*display: flex;*/
    /*align-items: center;*/
}

.magicWorldSection.franchise video{
    width: 100%;
    /*height: auto;*/
    max-width: 810px;
    /*min-height: 100%;*/
    object-fit: cover;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.magicWorldSection.franchise .messageToButton{
    margin-top: 25px;
}

.magicWorldSection.franchise .textBlock{
    padding-bottom: 50px;
}

@media (min-width: 768px){
    .magicWorldSection .textBlock {
        padding-top: 0
    }
}

@media (max-width: 767px){
    .magicWorldSection.franchise .magicWorldBg{
        height: auto;
    }

    .magicWorldSection.franchise video{
        transform: none;
        position: static;
    }

    .magicWorldSection.franchise .text{
        max-width: 100%;
    }
}

.footerSection .footerCopyrights{
    font-size: 12px;
    color: #373839;
}
.footerSection .footerCopyrights img{
    height: 16px;
}
.footerSection .footerCopyrights .footerCopyrightsText:first-child{
    margin-right: 17px;
}
.footerSection .footerCopyrights .footerCopyrightsText:nth-child(2){
    margin-right: 5px;
}
.footerSection .footerCopyrights .footerCopyrightsText:nth-child(3){
    margin-right: 29px;
}
@media(max-width: 767px){
    .footerSection .footerCopyrights .footerCopyrightsText:nth-child(4){
        margin-left: 94px;
        margin-top: 4px;
        display: block;
    }
}
.footerSection  .footerServices{
    padding: 51px 0 0 13px;
}
.footerSection  .footerServices .footerTitle{
    font-size: 16px;
    letter-spacing: 0.9px;
    margin-bottom: 25px;
}
.footerSection  .footerServices .footerService{
    font-size: 14px;
    margin-bottom: 6px;
    cursor: pointer;
}

.footerSection  .footerSalons{
    padding: 51px 0 0 69px;
}
.footerSection  .footerSalons .footerTitle{
    font-size: 16px;
    letter-spacing: 0.9px;
    margin-bottom: 19px;
}
.footerSection  .footerSalons .footerSalonCity{
    font-size: 15px;
    margin-bottom: 12px;
    cursor: pointer;
}
.footerSection  .footerSalons .footerSalonCity img{
    margin-right: 6px;
}
.footerSection  .footerSalons .footerSalon{
    font-size: 14px;
    margin-bottom: 6px;
}
@media(min-width: 768px){
    .footerSection{
        margin-top: 20px;
    }
    .footerSection .footerMain{
        padding: 35px 0 38px 32px;
    }
    .footerSection .footerTitleBlock{
        font-size: 25px;
        margin-bottom: 31px;
    }
    .footerSection .footerTitleBlock a:first-of-type{
        margin-left: 16px;
    }
    .footerSection .footerTitleBlock a{
        margin-right: 8px;
    }
    .footerSection .footerTitleBlock img{
        max-width: 20px;
        width: 20px;
    }
    .footerSection .footerTitleBlock .footerFbIcon{
        width: 13px;
    }
    .footerSection .messageTo{
        margin-bottom: 52px;
    }
    .footerSection .messageToImg{
        padding: 6px 0 0 0;
    }
    .footerSection .messageToText{
        padding: 0 10px 0 33px;
        max-width: 400px;
    }
    .footerSection .messageToName{
        font-size: 14px;
        margin-bottom: 6px;
    }
    .footerSection .messageToInfo{
        font-size: 14px;
        line-height: 1.29;
        margin-bottom: 27px;
    }
    .footerSection .messageToButton{
        font-size: 14px;
        color: #ffffff;
        background: #f19fc1;
        padding: 15px 68px;
        cursor: pointer;
        letter-spacing: 0.8px;
    }

    .footerSection .footerCopyrights{
        font-size: 12px;
        color: #373839;
        padding-left: 3px;
    }
    .footerSection .footerCopyrights img{
        height: 16px;
    }
    .footerSection .footerCopyrights .footerCopyrightsText:first-child{
        margin-right: 17px;
    }
    .footerSection .footerCopyrights .footerCopyrightsText:nth-child(2){
        margin-right: 5px;
    }
    .footerSection .footerCopyrights .footerCopyrightsText:nth-child(3){
        margin-right: 29px;
    }

    .footerSection  .footerServices{
        padding: 51px 15px 0 15px;
    }
    .footerSection  .footerServices .footerTitle{
        font-size: 16px;
        letter-spacing: 0.9px;
        margin-bottom: 25px;
    }
    .footerSection  .footerServices .footerService{
        font-size: 14px;
        margin-bottom: 6px;
        cursor: pointer;
    }

    .footerSection  .footerSalons{
        padding: 51px 0 0 69px;
    }
    .footerSection  .footerSalons .footerTitle{
        font-size: 16px;
        letter-spacing: 0.9px;
        margin-bottom: 19px;
    }
    .footerSection  .footerSalons .footerSalonCity{
        font-size: 15px;
        margin-bottom: 12px;
        cursor: pointer;
    }
    .footerSection  .footerSalons .footerSalonCity img{
        margin-right: 6px;
    }
    .footerSection  .footerSalons .footerSalon{
        font-size: 14px;
        margin-bottom: 6px;
    }
}
@media(min-width: 1280px){
    .footerSection{
        margin-top: 20px;
    }
    .footerSection .footerMain{
        padding: 35px 0 38px 65px;
    }
    .footerSection .footerTitleBlock{
        font-size: 24px;
        margin-bottom: 31px;
    }
    .footerSection .footerTitleBlock a:first-of-type{
        margin-left: 16px;
    }
    .footerSection .footerTitleBlock a{
        margin-right: 8px;
    }
    .footerSection .footerTitleBlock img{
        max-width: 20px;
        width: 20px;
    }
    .footerSection .footerTitleBlock .footerFbIcon{
        width: 13px;
    }
    .footerSection .messageTo{
        margin-bottom: 52px;
    }
    .footerSection .messageToImg{
        padding: 6px 0 0 0;
    }
    .footerSection .messageToText{
        padding: 0 0 0 17px;
        max-width: 400px;
    }
    .footerSection .messageToName{
        font-size: 14px;
        margin-bottom: 6px;
    }
    .footerSection .messageToInfo{
        font-size: 14px;
        line-height: 1.29;
        margin-bottom: 27px;
    }
    .footerSection .messageToButton{
        font-size: 14px;
        color: #ffffff;
        background: #f19fc1;
        padding: 15px 68px;
        cursor: pointer;
        letter-spacing: 0.8px;
    }

    .footerSection .footerCopyrights{
        font-size: 12px;
        color: #373839;
        padding-left: 3px;
    }
    .footerSection .footerCopyrights img{
        height: 16px;
    }
    .footerSection .footerCopyrights .footerCopyrightsText:first-child{
        margin-right: 17px;
    }
    .footerSection .footerCopyrights .footerCopyrightsText:nth-child(2){
        margin-right: 5px;
    }
    .footerSection .footerCopyrights .footerCopyrightsText:nth-child(3){
        margin-right: 29px;
    }

    .footerSection  .footerServices{
        padding: 42px 15px 0 15px;
    }
    .footerSection  .footerServices .footerTitle{
        font-size: 16px;
        letter-spacing: 0.9px;
        margin-bottom: 25px;
    }
    .footerSection  .footerServices .footerService{
        font-size: 14px;
        margin-bottom: 6px;
        cursor: pointer;
    }

    .footerSection  .footerSalons{
        padding: 51px 0 0 69px;
    }
    .footerSection  .footerSalons .footerTitle{
        font-size: 16px;
        letter-spacing: 0.9px;
        margin-bottom: 19px;
    }
    .footerSection  .footerSalons .footerSalonCity{
        font-size: 15px;
        margin-bottom: 12px;
        cursor: pointer;
    }
    .footerSection  .footerSalons .footerSalonCity img{
        margin-right: 6px;
    }
    .footerSection  .footerSalons .footerSalon{
        font-size: 14px;
        margin-bottom: 6px;
    }
}
@media(min-width: 1600px){
    .footerSection{
        /*margin-top: 26px;*/
    }
    .footerSection .footerMain{
        padding: 34px 0 38px 92px;
    }
    .footerSection .footerTitleBlock{
        font-size: 34px;
        margin-bottom: 31px;
    }
    .footerSection .footerTitleBlock a:first-of-type{
        margin-left: 16px;
    }
    .footerSection .footerTitleBlock a{
        margin-right: 8px;
    }
    .footerSection .footerTitleBlock img{
        max-width: 20px;
        width: 20px;
    }
    .footerSection .footerTitleBlock .footerFbIcon{
        width: 13px;
    }
    .footerSection .messageTo{
        margin-bottom: 52px;
    }
    .footerSection .messageToImg{
        padding: 6px 0 0 0;
    }
    .footerSection .messageToText{
        padding: 0;
        max-width: 500px;
    }
    .footerSection .messageToName{
        font-size: 14px;
        margin-bottom: 6px;
    }
    .footerSection .messageToInfo{
        font-size: 14px;
        line-height: 1.29;
        margin-bottom: 27px;
    }
    .footerSection .messageToButton{
        font-size: 14px;
        color: #ffffff;
        background: #f19fc1;
        padding: 15px 72px;
        cursor: pointer;
        letter-spacing: 0.8px;
    }

    .footerSection .footerCopyrights{
        font-size: 12px;
        color: #373839;
        padding-left: 3px;
    }
    .footerSection .footerCopyrights img{
        height: 16px;
    }
    .footerSection .footerCopyrights .footerCopyrightsText:first-child{
        margin-right: 17px;
    }
    .footerSection .footerCopyrights .footerCopyrightsText:nth-child(2){
        margin-right: 5px;
    }
    .footerSection .footerCopyrights .footerCopyrightsText:nth-child(3){
        margin-right: 29px;
    }

    .footerSection  .footerServices{
        padding: 51px 15px 30px ;
    }
    .footerSection  .footerServices .footerTitle{
        font-size: 16px;
        letter-spacing: 0.9px;
        margin-bottom: 25px;
    }
    .footerSection  .footerServices .footerService{
        font-size: 14px;
        margin-bottom: 6px;
        cursor: pointer;
    }

    .footerSection  .footerSalons{
        padding: 51px 0 0 105px;
    }
    .footerSection  .footerSalons .footerTitle{
        font-size: 16px;
        letter-spacing: 0.9px;
        margin-bottom: 19px;
    }
    .footerSection  .footerSalons .footerSalonCity{
        font-size: 15px;
        margin-bottom: 12px;
        cursor: pointer;
    }
    .footerSection  .footerSalons .footerSalonCity img{
        margin-right: 6px;
    }
    .footerSection  .footerSalons .footerSalon{
        font-size: 14px;
        margin-bottom: 6px;
    }
}
/*modals*/
.bookingDialog{
    /*z-index: 10002;*/
}
.bookingDialog .modal-dialog{
    width: 320px;
    margin: 0 auto;
    height: 100%;
    transform: none;
}
.bookingDialog.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.bookingDialog.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}
.bookingDialog .modal-content {
    border-radius: 0;
    height: 100%;
    background: transparent;
}
.bookingDialog .modal-body {
    padding: 0;
    background: #ffffff;
}
.bookingDialog .title{
    font-size: 24px;
    margin-bottom: 25px;
}
.bookingDialog .text{
    opacity: 0.5;
    font-size: 14px;
    line-height: 1.29;
}
.bookingDialog .modalButton{
    bottom: 0;
    background: #f19fc1;
    padding: 20px 0;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.modal .close{
    opacity: 1;
    float: none;
    position: absolute;
    right: 38px;
    top: 38px;
}

#bookingMessage .modal-body{
    padding-top: 195px;
}
.bookingMessageImg{
    max-height: 30px;
    height: 30px;
    margin-bottom: 10px;
}
@media(min-width: 768px){
    .bookingDialog .modal-dialog{
        width: 480px;
        margin: 0;
        float: right;
    }
}

/*online booking dialog*/
#bookingDialogModal .modal-body{
    padding-top: 70px;
    min-height: 100%;
}

#bookingDialogModal .modal-body .text{
    max-width: 350px;
    margin: 0 auto;
}

#bookingDialogModal .modalTextBlock{
    padding-bottom: 62px;
}
#bookingDialogModal .mainDataBlock{
    padding: 30px 15px;
}
#bookingDialogModal .chooseBlock{
    padding: 60px 0;
}
#bookingDialogModal .backToMainDataBlock{
    height: 70px;
    line-height: 70px;
    position: relative;
    background: #f7f7f7;
    padding-left: 60px;
    margin-bottom: 10px;
    cursor: pointer;
}
#bookingDialogModal .backToMainDataBlock:after,
#bookingDialogModal .backToMainDataBlock:before{
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #d8d8d8;
    position: absolute;
    z-index: 100;
    left: 20px;
}
#bookingDialogModal .backToMainDataBlock:after{
    transform: rotate(-45deg);
    top: 32px;
}
#bookingDialogModal .backToMainDataBlock:before{
    transform: rotate(45deg);
    top: 38px;
}
#bookingDialogModal .chooseCategoryBlock,
#bookingDialogModal .chooseServiceBlock,
#bookingDialogModal .chooseGBarBlock{
    display: none;
}
#bookingDialogModal .chooseCategoryBlock .form-group,
#bookingDialogModal .chooseServiceBlock .form-group{
    padding: 0 15px;
}
#bookingDialogModal .checkboxLine{
    font-size: 14px;
    letter-spacing: normal;
    min-height: 30px;
    padding: 5px 15px 5px 43px;
    margin: 5px 0;
    position: relative;
    display: flex;
    align-items: center;
}
#bookingDialogModal .checkboxLine:nth-child(even){
    background: #f5f5f5;
}
#bookingDialogModal .checkboxWrapper{
    width: 18px;
    height: 18px;
    background: url("../images/svg/unchecked.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 15px;
}
#bookingDialogModal .checkboxWrapper.checked{
    background: url("../images/svg/checked.svg") no-repeat center center;
}
#bookingDialogModal .labelName{
    width: 60%
}
#bookingDialogModal .labelPrice{
    width: 40%;
    text-align: right;
}

/*Form styles*/
.gbarInput{
    width: 100%;
    border-radius: 3px;
    background-color: transparent;
    border: solid 1px #e7e7e7;
    padding: 35px 23px 13px;
    outline: none;
}
textarea.gbarInput{
    resize: none;
    height: 110px;
}
.serviceDate{
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.disabledInput{
    /*cursor: pointer !important;*/
}
.gbarPlaceholder{
    left: 23px;
    top: 25px;
}

.clearInput{
    width: 16px;
    height: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    background: transparent;
    cursor: pointer;
    display: none;
}
.clearInput:after,
.clearInput:before{
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background: #d8d8d8;
    position: absolute;
    top: 7px;
    z-index: 100;
}
.clearInput:after{
    transform: rotate(45deg);
}
.clearInput:before{
    transform: rotate(-45deg);
}
.chooseMore{
    width: 10px;
    height: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    background: transparent;
    cursor: pointer;
}
.chooseMore.chooseDate{
    z-index: 1;
}
.chooseMore:after,
.chooseMore:before{
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #d8d8d8;
    position: absolute;
    z-index: 100;
    left: 0;
}
.chooseMore:after{
    transform: rotate(45deg);
    top: 4px;
}
.chooseMore:before{
    transform: rotate(-45deg);
    top: 10px;
}
.error{
    color: #f19fc1;
    left: 23px;
    bottom: 5px;
}

/*aboutServiceModal*/
button{
    outline: none !important;
    border: 0 !important;
    -webkit-appearance: none !important;
}
#aboutServiceModal .modal-body{
    padding: 70px 20px;
}
#aboutServiceModal .navButtonsGroup{
    top: 0;
    left: 0;
    z-index: 10001;
    background: #f19fc1;
    width: 100%;
}
#aboutServiceModal .navButtonsGroup .close{
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    float: left;

}
#aboutServiceModal .navButtonsGroup .prev,
#aboutServiceModal .navButtonsGroup .next{
    width: calc(50% - 35px);
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: rgba(0,0,0,.1);
    float: left;
}
#aboutServiceModal .navButtonsGroup .prev{
    border-right: 1px solid rgba(0,0,0,.1) !important;
}
#aboutServiceModal .serviceModalBookOnlineButton{
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 24px 0;
    z-index: 10001;
}
#aboutServiceModal .modal-dialog{
    width: 100%;
    margin: 0;
}
#aboutServiceModal .modal-content{
    border-radius: 0;
    border: none;
    background-clip: border-box;
}
#aboutServiceModal .servicesSmallImage1,
#aboutServiceModal .servicesSmallImage2{
    height: 50%;
}
#aboutServiceModal .servicesListWrapper{
    background: #f8d3e3;
    padding: 0 18px 40px 18px;
}
#aboutServiceModal .servicesList{
    overflow-y: auto;
}
#aboutServiceModal .servicesList .row{
    margin: 0;
}
#aboutServiceModal .servicesList .serviceLine{
    margin-bottom: 22px;
}
#aboutServiceModal .servicesListItems,
#aboutServiceModal .servicesListPrices{
    padding: 0;
}
#aboutServiceModal .servicesListPrices{
    padding-right: 15px;
}
#aboutServiceModal .title{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#aboutServiceModal .sub-title{
    font-size: 12px;
    margin-bottom: 27px;
}
#aboutServiceModal .text{
    font-size: 14px;
    line-height: 1.33;
}
#aboutServiceModal .comment_text{
    margin-bottom: 15px;
}

@media(min-width: 768px) {
    #aboutServiceModal .modal-body{
        padding: 20px 40px;
    }
    #aboutServiceModal .navButtonsGroup{
        width: auto;
    }
    #aboutServiceModal .navButtonsGroup .prev,
    #aboutServiceModal .navButtonsGroup .next {
        width: 100px;
    }
    #aboutServiceModal .serviceModalBookOnlineButton{
        padding: 24px 108px;
        top: 0;
        right: 0;
        bottom: auto;
        width: auto;
    }
    #aboutServiceModal .servicesListWrapper{
        background: #f8d3e3;
        padding: 139px 34px 40px 34px;
    }
    #aboutServiceModal .servicesList{
        overflow-y: auto;
    }
    #aboutServiceModal .servicesList .row{
        margin: 0;
    }
    #aboutServiceModal .servicesList .serviceLine{
        margin-bottom: 22px;
    }
    #aboutServiceModal .title{
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 56px;
    }
    #aboutServiceModal .sub-title{
        font-size: 12px;
        margin-bottom: 27px;
    }
    #aboutServiceModal .text{
        font-size: 18px;
        line-height: 1.33;
    }
}
@media(min-width: 1280px){
    #aboutServiceModal .servicesListWrapper{
        background: #f8d3e3;
        padding: 139px 25px 40px 25px;
    }
    #aboutServiceModal .servicesList{
        overflow-y: auto;
    }
    #aboutServiceModal .servicesList .row{
        margin: 0;
    }
    #aboutServiceModal .servicesList .serviceLine{
        margin-bottom: 22px;
    }
    #aboutServiceModal .title{
        font-size: 24px;
        margin-bottom: 56px;
    }
    #aboutServiceModal .sub-title{
        font-size: 12px;
        margin-bottom: 27px;
    }
    #aboutServiceModal .text{
        font-size: 18px;
        line-height: 1.33;
    }
}
@media(min-width: 1600px){
    #aboutServiceModal .servicesListWrapper{
        background: #f8d3e3;
        padding: 139px 72px 40px 72px;
    }
    #aboutServiceModal .servicesList{
        overflow-y: auto;
    }
    #aboutServiceModal .servicesList .row{
        margin: 0;
    }
    #aboutServiceModal .servicesList .serviceLine{
        margin-bottom: 22px;
    }
    #aboutServiceModal .title{
        font-size: 24px;
        margin-bottom: 56px;
    }
    #aboutServiceModal .sub-title{
        font-size: 12px;
        margin-bottom: 27px;
    }
    #aboutServiceModal .text{
        font-size: 18px;
        line-height: 1.33;
    }
}


/*ANIMATIONS*/
.animatedTitle{
    white-space: nowrap;
    /*width: 0;*/
    visibility: hidden;
    overflow: hidden;
    height: 50px;
    line-height: 60px;
}
@media (min-width: 453px){
    .animatedTitle{
        height: 70px;
        line-height: 80px;
    }
}
@media(min-width: 768px){
    .animatedTitle{
        height: 130px;
        line-height: 140px;
        margin-bottom: -15px;
    }
}

/**/
.twoColumnCenteredModal{

}
.twoColumnCenteredModal .modal-dialog {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
#askUsRes.twoColumnCenteredModal .modal-dialog {
    margin-top: 40px;
}
.twoColumnCenteredModal .modalButton{
    bottom: 0;
    left: 0;
    background: #f19fc1;
    padding: 24px 0;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.twoColumnCenteredModal .close{
    z-index: 20;
}
#askUs .modalImage,
#askUsRes .modalImage{
    background: url('../images/popups/ask-us.jpg') no-repeat center center;
    height: 260px;
}
.twoColumnCenteredModal .close img{
    width: 15px;
    height: 15px;
}
.twoColumnCenteredModal .modal-content{
    border-radius: 0;
    border: none;
}
.twoColumnCenteredModal .modal-body{
    padding: 0;
}
.twoColumnCenteredModal .modalText{
    padding-top: 46px;
    padding-bottom: 90px;
}
.twoColumnCenteredModal .modalText .title{
    font-size: 24px;
    line-height: 40px;
}
.twoColumnCenteredModal .modalText .text{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 40px;
}
#askUsRes.twoColumnCenteredModal .modalText .title,
#serviceRatingPollDialogRes.twoColumnCenteredModal .modalText .title{
    margin-bottom: 25px;
}
#askUsRes .modalText,
#serviceRatingPollDialogRes .modalText{
    padding-top: 100px;
}
@media(min-width: 768px){
    .twoColumnCenteredModal .modal-dialog {
        width: 480px;
        margin-top: 40px;
    }
}
@media(min-width: 1280px){
    #askUsRes .modalText,
    #serviceRatingPollDialogRes .modalText{
        padding-top: 230px;
    }
    .twoColumnCenteredModal .modal-dialog{
        width: 960px;
        max-width: 960px;
        margin-top: 170px;
    }
    #askUs .modalImage,
    #askUsRes .modalImage{
        background: url('../images/popups/ask-us.jpg') no-repeat center top;
    }
    #askUs .modalImage,
    #askUsRes .modalImage,
    #askUs .modalText,
    #askUsRes .modalText{
        height: 677px;
        padding-left: 0;
        padding-right: 0;
    }
    .twoColumnCenteredModal .mainDataBlock{
        padding: 0 42px;
    }
}

.chooseCategories .gbarInput,
.chooseService .gbarInput,
.chooseGBar .gbarInput{
    cursor: pointer;
}

.messageToImg img{
    border-radius: 50%;
}

@media(min-width: 768px){
    .oneColumnCenteredModal .modal-dialog{
        width: 500px;
    }
}
.oneColumnCenteredModal .modal-body{
    padding: 30px 15px 100px;
}
.oneColumnCenteredModal .modal-content{
    border-radius: 0;
}
.oneColumnCenteredModal .title{
    font-size: 24px;
    margin-bottom: 20px;
}
.oneColumnCenteredModal .text{
    margin-bottom: 45px;
}
.oneColumnCenteredModal .modalButton{
    bottom: 0;
    left: 0;
    background: #f19fc1;
    padding: 24px 0;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.chooseCityBlock .gbarInput{
    cursor: pointer;
}

.citiesList{
    border-radius: 3px;
    background-color: transparent;
    border: solid 1px #e7e7e7;
    display: none;
}
.citiesList li{
    padding: 5px 15px;
    cursor: pointer;
    font-size: 14px;
}
.citiesList li:nth-child(even) {
    background: #f5f5f5;
}
.salonsList{
    z-index: 5;
    display: none;
}

.currentSalon i{
    margin-right: 15px;
}
.selectSalon{
    cursor: pointer;
}
.salonsList li{
    padding: 2px 20px;
    cursor: pointer;
}
.salonsList li.active,
.salonsList li:hover{
    background: #eeeeee;
}
.salonsList{
    top: 90px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    width: 130px;
    left: 50%;
    margin-left: -65px;
}
.currentSalon{
    height: 90px;
    display: flex;
    align-items: center;
    padding-top: 50px;
    justify-content: center;
}
.footerServicesBlock{
    column-count: 2;
    column-fill: auto;
    height: 286px;
}
.changeCity{
    cursor: pointer;
}
.changeCityCaret{
    top: 12px;
    margin-left: 10px;
    left: auto;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

    border-top: 5px solid rgba(255,255,255,.2);
}
.changeCityList{
    background: #9074a3;
    padding: 10px 10px 10px 0;
    width: 100%;
    left: 0;
    display: none;
}
.changeCityList li{
    cursor: pointer;
    margin: 2px 0;
    transition: .3s ease all;
    padding-left: 41px;
}
.changeCityList li.active,
.changeCityList li:hover{
    background: rgba(255,255,255,.2);
}
@media(min-width: 768px){
    .currentSalon{
        height: 171px;
        padding-top: 0;
        justify-content: flex-start;
    }
    .servicesSalnSelectorBlock{
        padding-left: 20px;
    }
    .salonsList{
        top: 105px;
        left: 0;
        margin-left: 0;
    }
    .changeCityList li{
        padding-left: 62px;
    }
}
@media(min-width: 1280px){
    .currentSalon{
        height: 83px;
    }
    .servicesSalnSelectorBlock{
        padding-left: 75px;
    }
    .salonsList{
        top: 60px;
    }
}
@media(min-width: 1600px){
    .currentSalon{
        height: 100px;
    }
    .servicesSalnSelectorBlock{
        padding-left: 77px;
    }
    .salonsList{
        top: 72px;
    }
}

/*Rating popUp*/
#serviceRatingPollDialog .modalImage, #serviceRatingPollDialogRes .modalImage {
    background: url(../images/popups/rate-g-bar-popup-image.jpg) no-repeat center center;
    height: 260px;
    background-size: cover;
}
@media(min-width: 1280px){
    #serviceRatingPollDialog .modalImage, #serviceRatingPollDialogRes .modalImage {
        background: url(../images/popups/rate-g-bar-popup-image.jpg) no-repeat left top;
        background-size: cover;
    }
    #serviceRatingPollDialog .modalText,
    #serviceRatingPollDialogRes .modalText,
    #serviceRatingPollDialogRes .modalImage,
    #serviceRatingPollDialog .modalImage{
        height: 640px;
    }

}
.rating ul{
    display: inline-block;
}
.rating li{
    display: block;
    float: left;
    width: 40px;
    height: 35px;
    padding-right: 5px;
    background: url("../images/svg/empty-heart.svg") no-repeat top right 5px;
    background-size: 35px 35px;
}
.rating li.full{
    background: url("../images/svg/full-heart.svg") no-repeat top right 5px;
    background-size: 35px 35px;
}

.rating li:hover{
    cursor: pointer;
}
.rateMe .error{
    bottom: -25px;
}

.franchise-request input,
.franchise-request textarea,
.franchise-request select{
    margin-bottom: 15px;
}
@media(max-width: 342px) {
    .g-recaptcha {
        transform: scale(.925);
        -webkit-transform: scale(.925);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.mainMenu .headerLink{
    padding: 20px 0;
}
.vText{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    margin: 0 auto;
}

.privacyPolicyLogo{
    display: block;
    font-size: 50px;
    color: #f19fc1;
    margin: 20px auto;
}

.privacyPolicyLink{
    margin-top: 10px;
}
.privacyPolicy .ceraCYBold{
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

.privacyPolicy h1.ceraCYBold{
    font-size: 36px;
}

.privacyPolicy ul{
    list-style: disc;
    margin-left: 30px;
}
.hidden {
    display: none;
}

@media (max-width: 400px) {
    .mobileMenuOpener .mobileBurger {
        margin-right: 10px;
        top: 5px;
    }
    .mobileMenuOpener {
        margin-top: 23px;
    }
    .mobileMenuOpener img {
        width: 75px;
    }
}