.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "LatoWebLight", Lato, sans-serif;
    color: #d30061;
    font-weight: 300;
}

strong {
    font-family: "LatoWebBold", Lato, sans-serif;
}

p {
    font-family: "LatoWebLight", Lato, sans-serif;
    font-weight: 300;
}

.br-desktop {
    display: block;
}

.banner-top p a,
.section-footer p a {
    color: inherit;
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 1;
}

.banner-top {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 630px;
}

.banner-top:before {
    background: url(img/banner-top.png) center top no-repeat;
    background-size: cover;

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 915px;
}

.banner-top:after {
    content: '';
    position: absolute;
    top: 308px;
    left: 0;
    right: 0;
    height: 646px;

    background: linear-gradient(180deg, #FFFFFF 0%, rgba(251, 251, 251, 0.72) 52.79%, rgba(196, 196, 196, 0) 100%);
    transform: rotate(-180deg);
    z-index: 1;
}

.section-header {
    max-width: 1146px;
    margin: 0 auto;

    text-align: center;
    position: relative;
    z-index: 10;
}

.section-header .h1 {
    font-size: 64px;
}
.section-header .h2,
.section-header .h3 {
    font-size: 34px;
}

.section-body {
    max-width: 1146px;
    margin: 0 auto;
    padding: 25px;

    background: rgba(251, 234, 238, 0.5);

    text-align: center;
    position: relative;
    z-index: 10;
}

/* block 1 */
.block-1 {
    padding: 15px 130px;
    background-color: #FBEAEE;
}

.block-1 p {
    margin: 10px auto;
    font-size: 30px;
    line-height: 1.2;
}

/* block 2 */
.block-2 {
    padding: 25px 130px;
    background-color: #D7176F;
    color: #fff;
}

.block-2 p {
    margin: 0;

    font-family: LatoWeb, Lato, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;

    color: inherit;
    text-align: left;
}

.block-2 ul {
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex;
    flex-direction: row;
}

.block-2 li {
    width: 33%;
}

.block-2 li p {
    margin-top: 10px;
    text-align: center;
}

.br {
    display: block;
}

.block-2 h3 {
    font-family: LatoWebBold, Lato, sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.expert-pic {
    display: inline-block;
    width: 148px;
    height: 148px;
    padding: 8px;
    margin: 20px 0 10px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid rgba(255, 199, 209, 0.7);
}

.expert-pic img {
    max-width: 100%;
    height: auto;
}

.expert-pic > div {
    display: inline-block;
    width: 126px;
    height: 126px;
    border-radius: 50%;
    overflow: hidden;
}

/* block 3 */
.block-3 {
    padding: 15px 0 40px;

    background: rgba(255, 199, 209, 0.7);
}

.block-with-video {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.block-with-video .h3 {
    font-size: 30px;
}

.block-with-video p {
    font-family: LatoWeb, Lato, sans-serif;
    font-size: 18px;
    line-height: 1.2;
}

.block-with-video .h3,
.block-with-video p {
    text-align: left;
}

.block-col-left {
    padding: 10px 30px 0 14px;
    flex-grow: 1;
}

.block-col-right img {
    display: block;
}

.video-wrap {
    margin: 0;
    padding: 0;
}

.video-wrap a {
    display: block;
    position: relative;
}
.video-wrap a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(img/play.png) center center no-repeat;
}

.video-wrap a:after {
    width: 35%;
    height: 35%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
}

.block-4 {
    padding: 15px 0 40px;

    background: rgba(244, 222, 219, 0.7);
}

.block-5 {
    position: relative;
    padding: 41px 0 80px;

    background: rgba(244, 222, 219, 0.7);
}

.block-5:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background-color: #D7176F;
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
}

.block-6 {
    padding: 15px 0 50px;

    background: rgba(255, 199, 209, 0.7);
}

/* form */
.block-form {
    background-color: #D7176F;
    color: #fff;
}

.block-form .h2 {
    color: inherit;
    font-size: 30px;
    text-transform: uppercase;
}

.block-form .h3 {
    color: inherit;
    font-size: 30px;
    font-family: LatoWebBold, Lato, sans-serif;
}

.form-header {
    padding: 20px;
    border-bottom: 1px solid #fff;
}

.form-body {
    padding: 15px 0 50px;
}

.fieldset {
    max-width: 816px;
    margin: 0 auto 40px;
    text-align: left;
    padding-left: 140px;
}

.block-2col {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.block-2col-left {
    margin-right: 50px;
}

.block-2col-right {
    margin-top: 20px;
}

.radio-label {
    display: block;
    margin-top: 20px;

    cursor: pointer;
}

.input-radio + span {
    display: inline-block;
    height: 32px;
    margin-left: 20px;

    font-size: 18px;
    font-family: LatoWeb, Lato, sans-serif;
    line-height: 32px;

    vertical-align: top;
}

.input-text {
    width: 400px;
    height: 32px;
    color: #D7176F;
    background-color: #FFC7D1;
    padding: 4px 12px;
}
.input-text::placeholder {
    color: #D7176F;
}
.input-text:focus {
    border: 0 none;
}

.form-button {
    display: block;
    width: 540px;
    height: 60px;
    margin: 0 auto;

    background-color: #FFC7D1;
    color: #D7176F;

    font-size: 24px;
    line-height: 60px;
    font-family: LatoWebBold, Lato, sans-serif;
    text-align: center;
}

.block-flower {
    margin: 0 auto;
    padding: 315px 0 10px;

    text-align: center;
    color: #fff;

    position: relative;
}

.block-flower:after {
    content: '';
    position: absolute;
    top: -175px;
    left: 0;
    width: 100%;
    height: 1111px;

    /*
    background: url(img/flower.png), linear-gradient(360deg, rgba(218, 156, 148, 0.99) 53.8%, rgba(196, 196, 196, 0) 84.5%) center center no-repeat;
    background-blend-mode: multiply;
     */

    background: url(img/flower-gradient.png) center center no-repeat;
    background-size: cover;

    z-index: -1;
}

.block-flower .h2,
.block-flower .h3 {
    font-family: LatoWebBold, Lato, sans-serif;
    color: inherit;
}

.block-flower .h2 {
    font-size: 64px;
    text-transform: uppercase;
    margin: 25px 0 15px;
}

.block-flower .h3 {
    font-size: 28px;
}

.icon-gift {
    width: 129px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.flower-link {
    display: block;
    margin: 0 auto;
    width: 534px;
    height: 60px;

    background-color: #fff;

    font-family: LatoWebBold, Lato, sans-serif;
    font-size: 24px;
    line-height: 60px;
    color: #D7176F;
    text-align: center;
}

/* footer */
.section-footer {
    max-width: 1146px;
    margin: 0 auto;
    padding: 25px;

    background: rgba(251, 234, 238, 0.5);

    text-align: center;
    position: relative;
    z-index: 10;
}

.rules {
    max-width: 80%;
    margin: 0 auto;
    text-align: left;
}

/* block 1 */
.block-f1 {
    padding: 15px 15px;
    background-color: #FBEAEE;

    text-align: center;
}

.block-f1 .h2 {
    margin-top: 20px;
    font-family: LatoWebBold, Lato, sans-serif;
    font-size: 45px
}

.block-f1 p {
    font-size: 30px;
}

.prolog {
    padding: 60px 0;
    text-align: center;
}

.prolog .h2 {
    font-family: LatoWebBold, Lato, sans-serif;
    font-size: 45px;
    margin-bottom: 30px;
}

.prolog img {
    display: inline-block;
    margin: 0 23px;
}

a:focus {
    outline: 0 none;
    border-color: transparent;
}

/* fancybox */
.fancybox__content {
    padding: 0 !important;
}

