@charset 'utf-8';

@font-face {
	font-family: 'Literature-Decor';
	src: url('../fonts/Literature-Decor.eot');
	src: url('../fonts/Literature-Decor.woff') format('woff'), url('../fonts/Literature-Decor.ttf') format('truetype'), url('../fonts/Literature-Decor.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'NauryzRedKeds';
    src: url('../fonts/NauryzRedKeds.woff2') format('woff2'),
        url('../fonts/NauryzRedKeds.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #231F20;
    background: #fff;
}

.site-header {
    padding-top: 20px;
    padding-bottom: 15px;
    background: #ffb0de;
}

.header-logo {
    width: 180px;
}
.hero {
    width: 100%;
    height: 445px;
    background: #ffb0de;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-position: right;
    color: #fff;
    padding-top: 40px;
    background-image: url('/assets/images/hearts_desktop.png');
    background-size: contain;
    background-position: right;
}
.btn-primary {
    color: #fff;
    background: #f86ab2;
    border: none;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    padding: 20px 32px;
    text-transform: uppercase;
    border-radius: 28px !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.btn {
    display: inline-block;
    border-radius: 0;
    font-weight: 500;
    color: #231f20;
    -webkit-transition: background-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    cursor: pointer;
    text-align: center;
    padding: 18px 24px;
    outline: none;
    width: 300px;
    padding: 13px 15px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #d94e95;
    outline: none;
    box-shadow: none !important;
    color: #231f20;
}
.mutted-text {
    font-size: 12px;
    color: #747474;
}

.site-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.timer-block {
    background: #ffb0de;
    border-radius: 0;
    padding-left: 80px;
    padding-right: 80px;
    color: #fff;
}

.form-control {
    background: #fff;
    border: none;
    color: #000;
    transition: 0.2s;
    border-radius: 9px;
    padding-top: 17px;
    padding-bottom: 18px;
    padding-left: 27px;
    padding-right: 27px;
}

.form-group+.form-group {
    margin-top: 20px;
}

.form-control:focus {
    box-shadow: none;
    background: #fff;
    color: #000;
    border-color: #f8e8e6;
}
.hero__title {
    font-family: 'NauryzRedKeds';
    font-weight: bold;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 20px;
}
.hero__text {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 500;
    /* font-style: italic; */
    /* text-align: center; */
}
.hero__left {
    max-width: 400px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.hero .container {
    height: 100%;
    display: flex;
}

.hero__right {
    margin-left: auto;
    margin-top: 7px;
}

.hero__left .btn {
    margin-top: auto;
}
h1 {
    font-family: 'NauryzRedKeds', sans-serif;
    /* font-weight: bold; */
    text-transform: uppercase;
}

.section-body {
    margin-top: 30px;
    max-width: 790px;
}
.timer {
    background: #fff;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 30px;
    font-family: 'Literature-Decor', sans-serif;
    font-weight: bold;
    display: flex;
    width: fit-content;
    margin-top: 10px;
    text-align: center;
}

.timer > span > span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    display: block;
}

.timer > span + span {
    margin-left: 20px;
}
.timer__title {
    font-weight: bold;
    font-family: 'Literature-Decor', sans-serif;
    margin-top: 75px;
}
.form-check-label {
    font-size: 15px;
    line-height: 1.2;
}

.form-check-input:checked {
    background-color: #f3808c;
    border-color: #f3808c;
}

.form-check-input:focus {
    box-shadow: none;
}
.hero__right img {
    max-width: 100%;
    width: 500px;
    margin-top: -92px;
}
.rest-slider__icon-wrapper img {
    width: 100%;
}
.logos-slider {
    margin-bottom: 30px;
    position: relative;
}
.slick-initialized .slick-slide {
    outline: none !important;
}
.logos-slider::before,
.logos-slider::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 375px;
    z-index: 9;
}

.logos-slider::before {
    background: linear-gradient(90deg, #ffffff, transparent);
}

.logos-slider::after {
    background: linear-gradient(90deg, transparent, white);
    right: 0;
    left: auto;
}
.fancybox-content {
    background: #fff;
    width: 500px;
    max-width: 100%;
}

.fancybox-content h2 {
    font-family: 'Literature-Decor', sans-serif;
    font-weight: bold;
}

.fancybox-content p {
    /* max-width: 200px; */
    line-height: 1.2;
    margin-top: 40px;
}
.hero__title img {
    width: 100%;
}
.form-group label {
    font-weight: 500;
    margin-bottom: 10px;
}
.design_v img {
    width: 100%;
}

.design-slider.slick-initialized.slick-slider.slick-dotted {margin-top: 30px;margin-bottom: 60px;}

.design_v img {
    /* border: 5px solid #f3808c; */
}

.slick-next:before, .slick-prev:before {
    color: #f3808c;
}

.slick-dots li.slick-active button:before {
    color: #f3808c;
    opacity: 1;
}
.payment-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment-price {
    margin-right: 10px;
    font-weight: 500;
}
.code-field {
    border: 1px solid #f8e8e6;
    font-size: 24px;
    text-align: center;
    margin-top: 17px;
}
.swal2-container.swal2-top-end.swal2-backdrop-show {z-index: 999999;}
a {
    color: #f3808c;
}
#about {
    background: #fff;
    position: relative;
    z-index: 1;
}
.valentinka_res img {
    width: 100%;
}
.design_v {border: 18px solid #fff;}
.form-group small {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    margin-top: 9px;
    color: #393939;
}
.timer-text {
    font-weight: 500;
}
a:hover,a:focus,a:active {
    color: #ec5867;
}
.btn-primary.disabled, .btn-primary:disabled {
    background: #8c8c8c;
}
.real__certs {
    margin-top: 60px;
    margin-bottom: 60px;
    border-radius: 28px;
    position: relative;
    overflow: hidden;
}

.real__certs img {
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .hero .container {
        display: flex;
        flex-flow: column;
        position: relative;
        overflow: hidden;
    }
    
    .hero__left {
        width: 90%;
        margin-top: 30px;
        text-align: center;
        align-items: center;
        position: relative;
        z-index: 1;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero__right {
        width: 100%;
        margin-left: 0;
        order: 1;
        margin-bottom: -60px;
    }
    
    .hero__right img {
        width: 100%;
    }
    .hero {
        /* height: auto; */
        padding-top: 60px;
        padding-bottom: 0;
        background-image: url('/assets/images/hearts_mobile.png');
        background-size: cover;
        height: 600px;
    }
    
    .hero__left .btn {
        width: 100%;
    }
    
    .hero__title {
        font-size: 45px;
        margin-bottom: 10px;
    }
    
    body {
        font-size: 16px;
    }
    
    .hero__text {
        font-size: 16px;
        margin-bottom: 45px;
    }
    
    .site-header {
        text-align: center;
    }
    
    .timer-block {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        border-radius: 0;
        padding-left: var(--bs-gutter-x,.75rem);
        padding-right: var(--bs-gutter-x,.75rem);
    }
    
    .timer-text {
        margin-bottom: -7px;
        /* order: 3; */
    }
    .timer__title {
        order: 1;
        margin-top: 0;
    }
    
    .timer {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px;
    }
    
    .timer-block > div > div:first-child {
        display: flex;
        flex-flow: column;
    }
    .btn {
        width: 100%;
    }
    .logos-slider::before, .logos-slider::after {
        width: 31%;
    }
    .payment-block {
        flex-flow: column;
    }
    
    .payment-price {
        margin-bottom: 8px;
    }
    .real__certs {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
    }
    .hero__title span {
        font-size: 18px;
    }
}
.events {
    padding-top: 60px;
    padding-bottom: 60px;
}

.events__section__title {
    font-family: 'Literature-Decor', sans-serif;
    margin-bottom: 30px;
}

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

.events__item {
    margin-right: 30px;
}

.events__controls .btn {
    width: 100%;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 20px !important;
}

.events__title {font-size: 18px;font-weight: bold;}

.events__image {
    margin-bottom: 15px;
}

.events__place {
    font-size: 14px;
}

.events__controls {
    margin-top: 10px;
}
.events__date {
    font-size: 14px;
}
.hero__title span {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 32px;
    display: block;
}
