html,
body {
    height: 100%;
}
body {
    font: 400 14px/1.4 'MarkCompPro', sans-serif;
    color: #4b4b4b;
    background-color: #fb9398;
}
.wrap {
    position: relative;
    margin: 0 auto;
    max-width: 600px;
    padding: 0 10px;
    box-sizing: border-box;
}

strong {
    font-weight: 700;
}
a,
button {
    border: 0;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
img {
    display: block;
}

.layout {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content {
    position: relative;
    padding-top: 67px;
    height: 100%;
}

.content.disable {
    filter: blur(5px);
}

/* HEADER */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 0 8px;
    background: rgb(103, 106, 187);
    background: -webkit-gradient(linear, left top, right top, from(rgb(187, 90, 130)), to(rgb(187, 90, 130)));
    background: linear-gradient(to right, rgb(5, 138, 64) 0%,, rgb(85, 197, 239) 100%);
    z-index: 2;
}
.header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}

.btn-menu {
    display: block;
    position: relative;
    border: 2px solid #fff;
    border-width: 2px 0 2px;
    width: 26px;
    height: 16px;
    cursor: pointer;
}
  
.btn-menu:after, 
.btn-menu:before {
    content: '';
    display: block;
    height: 2px;
    background-color: #fff;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
    transition: transform .2s linear;
}

.header.active .btn-menu {
    border: 0;
}
  
.header.active .btn-menu:after {
    transform: rotateZ(45deg);
}
  
.header.active .btn-menu:before {
    transform: rotateZ(-45deg);
}

.btn-back {
    position: relative;
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    border-radius: 50%;
    visibility: hidden;
}

.btn-back.is-visible {
    visibility: visible;
}

.btn-back:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-width: 0 0 2px 2px;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%) rotateZ(45deg);
}

.menu {
    position: fixed;
    top: 75px;
    right: 0;
    bottom: 0;
    background-color: #4c112f;
    z-index: 2;
    width: 254px;
    padding: 13px 25px;
    box-sizing: border-box;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s linear;
}

.menu.active {
    transform: translateX(0);
}

.menu .item-menu {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
}

.menu .item-menu a {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 13px 0;
}

.menu .item-menu .icon {
    padding-right: 15px;
}

.menu .item-menu .icon svg {
    fill: #fff;
    display: block;
    width: 24px;
}

/* SECTION */
.section {
    position: relative;
    padding: 15px 0;
    box-sizing: border-box;
    transition: height 0.3s linear;
}

.section.is-active {
    min-height: 100%;
}

/* SECTION INTRO */
.section-intro {
    background-color: #fb9398;
}

.category {
    display: flex;
    align-items: center;
    max-width: 600px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto 13px;
}

.category:last-child {
    margin-bottom: 0;
}

.category .pic-holder {
    max-height: 105px;
    width: 50%;
}

.category .pic-holder img {
    object-fit: cover;
    width: 100%;
}

.title-category {
    display: block;
    width: 50%;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

/* SECTION TIPS */
.section-tips {
    background-color: #fb9398;
    padding-bottom: 45px;
}

.title-wrap {
    background: url(../images/bg-top-tips.png) no-repeat right center;
    background-size: cover;
    min-height: 53px;
    position: relative;
    border-radius: 10px;
    margin: 0 0 13px;
    overflow: hidden;
}

.title-wrap .title-category {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to right, #010b21 0%, #00000082 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    text-align: left;
}

.title-tips {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.item-advice {
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.item-advice a {
    display: flex;
    align-items: center;
    color: #4b4b4b;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
}

.item-advice .pic-holder {
    width: 99px;
}

.item-advice h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 20px 0 25px;
}

/* SECTION WOMEN */
.section-advice-men .title-wrap {
    background-image: url(../images/bg-top-men.jpg);
}

/* SECTION WOMEN */
.section-advice-women .title-wrap {
    background-image: url(../images/bg-top-women.jpg);
}

/* SECTION WOMEN */
.section-advice-women .title-wrap {
    background-image: url(../images/bg-top-women.jpg);
}

/* SECTION HOROSCOPE */
.section-horoscope .title-wrap {
    background-image: url(../images/bg-top-horoscope.jpg);
}

.container-horoscope {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 12px;
}

.container-horoscope .item {
    max-width: 150px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.container-horoscope .item a {
    display: block;
}

.container-horoscope .icon {
    position: relative;
    width: 92px;
    height: 92px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.container-horoscope .icon:before {
    content: '';
    background: url(../images/sprite-horoscope.png) no-repeat top center;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.container-horoscope .item-1 .icon:before {
    background-position: -8px -5px;
	width: 49px;
	height: 41px;
}

.container-horoscope .item-2 .icon:before {
    background-position: -138px 0;
	width: 39px;
	height: 51px;
}

.container-horoscope .item-3 .icon:before {
    background-position: -12px -156px;
	width: 41px;
	height: 41px;
}

.container-horoscope .item-4 .icon:before {
    background-position: -133px -155px;
	width: 48px;
	height: 43px;
}

.container-horoscope .item-5 .icon:before {
    background-position: -5px -304px;
	width: 55px;
	height: 49px;
}

.container-horoscope .item-6 .icon:before {
    background-position: -138px -305px;
	width: 39px;
	height: 46px;
}

.container-horoscope .item-7 .icon:before {
    background-position: -7px -461px;
	width: 51px;
	height: 38px;
}

.container-horoscope .item-8 .icon:before {
    background-position: -135px -457px;
	width: 45px;
	height: 46px;
}

.container-horoscope .item-9 .icon:before {
    background-position: 0 -601px;
	width: 64px;
	height: 62px;
}

.container-horoscope .item-10 .icon:before {
    background-position: -133px -608px;
	width: 48px;
	height: 48px;
}

.container-horoscope .item-11 .icon:before {
    background-position: -6px -764px;
	width: 53px;
	height: 41px;
}

.container-horoscope .item-12 .icon:before {
    background-position: -132px -765px;
	width: 50px;
	height: 39px;
}

.container-horoscope .name {
    font-weight: 700;
    text-transform: uppercase;
    color: #4b4b4b;
}

.container-horoscope .date {
    font-size: 12px;
    color: #4b4b4b;
}

/* SECTION CONTACT */
.section-contact {
    background-color: #fb9398;
}

.section-contact .title-wrap {
    background-image: url(../images/bg-top-contact.jpg);
}

.form-title {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
}

.row-form {
    min-height: 54px;
}

.row-form.has-error .form-field {
    border-color: #f04d59;
}

.row-form.has-error .alert-msg {
    display: block;
}

.form-field {
    font-family: 'MarkCompPro', sans-serif;
    border: 0;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 10px 5px;
    font-size: 12px;
    outline: none;
    box-sizing: border-box;
    border-radius: 3px;
}

textarea {
    resize: none;
    height: 70px;
}

.btn {
    font-family: 'MarkCompPro', sans-serif;
    display: block;
    background-color: #4dce61;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    margin-top: 45px;
}

.alert-msg {
    display: none;
    font-size: 10px;
    color: #f04d59;
}

.success-msg {
    display: none;
    padding-top: 45px;
    text-align: center;
}

.success-msg .icon {
    position: relative;
    width: 68px;
    height: 68px;
    border: 3px solid #4dce61;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 auto 23px;
}

.success-msg .icon:after {
    content: '';
    display: block;
    width: 20px;
    height: 40px;
    border: 5px solid #4dce61;
    border-width: 0 5px 5px 0;
    transform: rotateZ(45deg);
    box-sizing: border-box;
    margin: 5px auto 0;
}

.success-msg h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
}


/* SECTION PRIVACY */
.section-privacy {
    background-color: #fff;
}

.section-privacy .title-wrap {
    background-image: url(../images/bg-top-privacy.jpg);
}