/* source-sans-pro-300 - cyrillic_latin */
@font-face {
    font-family: 'SourceSansPro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
         url('../fonts/source-sans-pro-v13-cyrillic_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/source-sans-pro-v13-cyrillic_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
/* source-sans-pro-regular - cyrillic_latin */
@font-face {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
        url('../fonts/source-sans-pro-v13-cyrillic_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/source-sans-pro-v13-cyrillic_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600 - cyrillic_latin */
@font-face {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: 600;
src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
        url('../fonts/source-sans-pro-v13-cyrillic_latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/source-sans-pro-v13-cyrillic_latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - cyrillic_latin */
@font-face {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: 700;
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
        url('../fonts/source-sans-pro-v13-cyrillic_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/source-sans-pro-v13-cyrillic_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-900 - cyrillic_latin */
@font-face {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: 900;
src: local('Source Sans Pro Black'), local('SourceSansPro-Black'),
        url('../fonts/source-sans-pro-v13-cyrillic_latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/source-sans-pro-v13-cyrillic_latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: SourceSansPro;
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 1600px) {
    body {
        zoom: .9;
    }
}
@media screen and (max-width: 1400px) {
    body {
        zoom: .8;
    }
}
@media screen and (max-width: 1200px) {
    body {
        zoom: .7;
    }
}
.btn {
    display: block;
    padding: 14px 140px;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    background-image: linear-gradient(to top, #b01515 0%, #b01515 0%, #fb3e64 95%, #fb3e64 100%);
}
.btn-prev,
.btn-next {
    cursor: pointer;
}
.header {
    height: 70px;
    background: #ffffff;
}
.header .container, .header .row {
    height: 100%;
}
.header__link {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}
.header__link:hover {
    text-decoration: underline;
}
.header__logo {
    width: 267px;
    height: auto;
}
.hero {
    padding: 5vw 0 6vw;
    color: #ffffff;
    background: url(../images/main.png) bottom left 5vw no-repeat, url(../images/main-bg.png?2) no-repeat;
    background-size: auto 100%, cover;
}
.hero .row {
    max-width: 700px;
}
.hero .btn {
    margin-top: 190px;
}
.hero__title {
    margin: 0;
    font-size: 65px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}
.hero__title span {
    display: block;
    font-size: 100px;
    font-weight: 900;
}
.hero__text {
    text-shadow: black -1px -2px 2px;
    width: 535px;
    font-size: 21px;
    font-weight: 400;
}

.timer {
    padding: 40px 0 60px;
    background-image: linear-gradient(to top, #2f7651 0%, #62a46c 100%);
}
.timer__header {
    display: block;
    margin-bottom: 35px;
    font-size: 54px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
.timer__clock {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: top;
}
.timer__clock>div {
    width: 204px;
    flex: 0 0 auto;
    text-align: center;
}
.timer__clock>div:not(:last-child) {
    margin-right: 65px;
}
.timer .text {
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
}
.timer-day, 
.timer-hour,
.timer-minute,
.timer-second {
    width: 204px;
    padding: 0 10px 5px;
    font-size: 160px;
    font-weight: 600;
    letter-spacing: 20px;
    line-height: 1;
    background: url(../images/clock.png) right top no-repeat;
    background-size: 100% 100%;
}
.timer-second {
    color: #e31b0d;
}


.steps {
    padding: 50px 0;
    background: #fb3e64 url(../images/bg.png) no-repeat;
    background-size: cover;
}
.step {
    position: relative;
    width: 268px;
    height: 282px;
    margin: 0 auto;
    background: url(../images/gift.png) center no-repeat;
    background-size: contain;
}
.step__number {
    position: relative;
    display: block;
    padding-top: 60px;
    font-size: 80px;
    line-height: 1;
    font-weight: 900;
    color: #000000;
    text-align: center;
}
.step__number::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 90px);
    width: 180px;
    height: 4px;
    background-image: linear-gradient(to top, #b01515 0%, #b01515 0%, #fb3e64 95%, #fb3e64 100%);

}
.step__text {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    font-size: 32px;
    line-height: 0.9;
    font-weight: 400;
    color: #000000;
    text-align: center;
}
.col:last-child .step::after {
    content: "";
    position: absolute;
    bottom: 22px;
    left: calc(50% - 27px);
    width: 55px;
    height: 48px;
    background: url(../images/heart.png) center no-repeat;
}

#gifts {
    background: #ffffff;
}
.gift-block {
    display: flex;
    flex-flow: row nowrap;
    /*height: 485px;*/
    max-width: 100%;
    margin: 0 auto;
}
.gift__img {
    width: 60%;
    flex: 0 0 auto;
    overflow: hidden;
    align-self: center;
}
.gift__img img {
    width: 100%;
   /* height: 100%;*/
    object-fit: cover;
}
.gift__info {
    margin: auto;
    text-align: center;
}
.reverse .gift__img {
    order: 2;
}
.reverse .gift__info {
    order: 1;
}
.vidos {
    display: block;
    margin: 0 auto;
}
.gift__header {
    margin-bottom: 5px;
    font-size: 27px;
    line-height: 1;
    font-weight: 700;
}
.gift__text {
    max-width: 555px;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0 1rem;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
}
.gift__price {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 27.1px;
    line-height: 34px;
    font-weight: 400;
    color: #000000;
}
.gift__price span {
    font-size: 50px;
    font-weight: 700;
    font-family: sans-serif;
}
.gift-block .btn {
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px 110px;
}
.gift_title_sl{
    text-align: left !important;
    padding-left: 70px;
    font-weight: 600;
    font-size: 20px;
    display: block;
}
.swiper-container {
    width: 520px;
    height: 250px;
}

.swiper-slide {
    position: relative;
    width: 260px;
    height: 240px;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide .slide__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15%;
    background: #ffffff;
    opacity: 0;
    transition: opacity .3s;
    box-sizing: border-box;
}
.swiper-slide:hover .slide__info {
    opacity: 1;
}
.swiper-slide .slide__info::after {
    content: "";
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background: transparent;
    border: 1px solid #000000;
}
.swiper-slide .slide__name {
    margin: 0;
}
.swiper-slide p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
}
.swiper-slide .slide__country, 
.swiper-slide .slide__val {
    font-weight: 700;
}
.slider {
    position: relative;
}
.btn-prev,
.btn-next {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background: center no-repeat;
    background-size: contain;
}
.btn-prev:focus,
.btn-next:focus {
    outline: none;
}
.btn-prev {
    left: calc(50% - 300px);
    background-image: url(../images/prev.svg);
}
.btn-next {
    right: calc(50% - 300px);
    background-image: url(../images/next.svg);
}

.pack {
    padding: 130px 0;
    /*background: url(../images/pack-bg.jpg) center no-repeat;*/
    /*padding: 280px 0;
    background: url(https://doctorslon.ru/upload/medialibrary/b59/maingif2.gif) center no-repeat;*/

    background-size: cover;
    margin: 0 auto;
}
.pack__text {
    position: relative;
    top: 21rem;
    font-size: 100px;
    font-weight: 900;
    color: #ff3860;
    text-align: center;
    text-transform: uppercase;
}

.greetings {
    padding: 200px 0;
    background: #ffffff url(../images/foot-bg.png) center bottom no-repeat;
    background-size: 100% auto;
}
.greetings .container{
    position: relative;
    width: 1010px;
    padding-left: 250px;
}
.greetings__logo {
    position: absolute;
    top: 0;
    left: 0;
}
.greetings__text {
    padding-top: 10px;
}
.greetings__text span:first-child {
    display: block;
    font-size: 100px;
    line-height: 1;
    font-weight: 900;
    color: #2f7651;
}
.greetings__text span:last-child {
    display: block;
    margin-bottom: 35px;
    font-size: 70px;
    line-height: 1;
    font-weight: 400;
    /*color: #fb3e64;*/
    color: #2f7651;
}
.greetings .btn{
    display: inline-block;
    margin-left: 80px;
    padding: 10px 65px;
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
}
.main {
    position: relative;
    padding-bottom: 150px;
    background: url(../images/bg.png) left bottom repeat-x;
    background-size: auto 150px;
}