
@font-face {
    font-family: 'TT Norms Light';
    src: local('TT Norms Light'), local('TT-Norms-Light'),
    url('fonts/TTNorms-Light.woff2') format('woff2'),
    url('fonts/TTNorms-Light.woff') format('woff'),
    url('fonts/TTNorms-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms Regular';
    src: local('TT Norms Regular'), local('TT-Norms-Regular'),
    url('fonts/TTNorms-Regular.woff2') format('woff2'),
    url('fonts/TTNorms-Regular.woff') format('woff'),
    url('fonts/TTNorms-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms Medium';
    src: local('TT Norms Medium'), local('TT-Norms-Medium'),
    url('fonts/TTNorms-Medium.woff2') format('woff2'),
    url('fonts/TTNorms-Medium.woff') format('woff'),
    url('fonts/TTNorms-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Bold';
    src: local('TT Norms Bold'), local('TT-Norms-Bold'),
    url('fonts/TTNorms-Bold.woff2') format('woff2'),
    url('fonts/TTNorms-Bold.woff') format('woff'),
    url('fonts/TTNorms-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms Bold Italic';
    src: local('TT Norms Bold Italic'), local('TT-Norms-Bold-Italic'),
    url('fonts/TTNorms-BoldItalic.woff2') format('woff2'),
    url('fonts/TTNorms-BoldItalic.woff') format('woff'),
    url('fonts/TTNorms-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'TT Norms Bold';
    src: local('TT Norms Extra Bold'), local('TT-Norms-Extra-Bold'),
    url('fonts/TTNorms-ExtraBold.woff2') format('woff2'),
    url('fonts/TTNorms-ExtraBold.woff') format('woff'),
    url('fonts/TTNorms-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(15.27%, rgba(255, 249, 241, 0)), color-stop(105.02%, #FDF7ED));
    background: -o-linear-gradient(bottom, rgba(255, 249, 241, 0) 15.27%, #FDF7ED 105.02%);
    background: linear-gradient(0deg, rgba(255, 249, 241, 0) 15.27%, #FDF7ED 105.02%);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
body.white {
    background: #fff;
}
h1,h2,h3,h4 {
    margin-bottom: 0;
}
a {
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
ul {
    margin-bottom: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}
button {
    background: transparent;
    border: none;
}
._ibg {
    position: relative;
}

._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: bottom;
}
.wrapper {
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.justify-center {
    justify-content: center;
}

.image-bg {
    width: 362.96px;
    /*height: 393.17px;*/
    position: absolute;
    top: 34%;
    right: 0;
    z-index: 0;
}
.image-form {
    width: 389px;
    /*height: 455.87px;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.image-winners2,
.image-winners {
    position: absolute;
    z-index: 0;
    height: 21vw;
}
.image-winners {
    top: 0;
    left: 0;
}
.image-winners2 {
    bottom: 0;
    right: 0;
}
.image-FAQ {
    right: -6%;
}
.image-FAQ2 {
    left: 0;
}
.image-FAQ2,
.image-FAQ {
    top: 0;
    position: absolute;
    z-index: 0;
}
.image-lk-left {
    position: absolute;
    bottom: -30%;
    left: 0;
    z-index: 0;
    height: 28vw;
}
.image-lk-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    height: 25vw;
}

/* Header */
header {
    background: #fff;
}
.header__burger {
    display: none;
}
.header__inner {
    height: 93px;
    justify-content: center;
}
.header__inner a,
.guide__item{
    font-size: 13px;
    color: #848383;
    font-weight: 700;
}
.header__btn {
    border: 1px solid #D61518;
    border-radius: 20px;
    padding: 9px 18px;
    height: 40px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header__btn.header__btn_mobile {
    display: none;
}

.header__btn:hover {
    background: #D61518;
    color: #fff;
}
.header__btn-red {
    background: #D61518;
    border: 1px solid #D61518;
    border-radius: 20px;
    color: #fff !important;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    padding: 9px 64px;
}
.header__btn-red:hover {
    color: #fff;
}
.header__logos,
.header__burger {
    position: relative;
    z-index: 600;
}
.logo-blagoyar {
    width: 114px;
    height: 33px;
    margin: 0 10px;
    cursor: pointer;
}
.logo-magnit {
    margin: 0 30px 0 10px;
}

.nav ul {
    /*margin-right: 30px;*/
}
.nav ul li:not(:last-child) {
    /*margin-right: 20px;*/
}
.nav ul li {
    position: relative;
    margin: 0 10px;
}
.nav ul li a{
    text-transform: uppercase;
}
.nav ul li::before {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 50%;
    height: 2px;
    background: #DA2C2E;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.nav ul li:hover::before {
    display: block;
    opacity: 1;
}

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
/* Intro */

.intro {
    padding: 80px 0 90px 0;
    position: relative;
    color: #fff;
    /*height: 100%;*/
}
.intro__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    max-height: 800px;
}

.intro__inner {
    position: relative;
}
.intro__title {
    font-family: 'TT Norms Light', sans-serif;
    font-size: 3rem;
    line-height: 138%;
    text-transform: uppercase;
}
.intro__title,
.intro__text-img,
.intro__description,
.intro__btn-wrapper,
.main-price p,
.intro__main-price {
    text-align: center;
}
.intro__text {
    width: 542px;
    height: 76px;
}

.intro__description {
    font-family: 'TT Norms Regular', sans-serif;
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 33px;
}
.intro__btn {
    display: inline-block;
    font-family: 'TT Norms Medium', sans-serif;
    background: #1D9D35;
    border-radius: 40px;
    padding: 20px 81px;
    letter-spacing: 3.6px;
    color: #FFF;
    font-size:  1.25rem;
    line-height: 20px;
    margin-bottom: 50px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.intro__btn:hover {
    color: #fff;
    background: #D61518;
}

.main-price {
    position: relative;
}
.main-price img{
    width: 405.6px;
    height: 75px;
}
.main-price p {
    font-family: 'TT Norms Regular', sans-serif;
    font-size: 32px;
    line-height: 118%;
}
/* Guide */
.bg {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(15.27%, rgba(255, 249, 241, 0)), color-stop(105.02%, #FDF7ED));
    background: -o-linear-gradient(bottom, rgba(255, 249, 241, 0) 15.27%, #FDF7ED 105.02%);
    background: linear-gradient(0deg, rgba(255, 249, 241, 0) 15.27%, #FDF7ED 105.02%);
    position: relative;
}
.page__guide {
    padding: 145px 0 131px 0;
    position: relative;
    z-index: 10;
}

.arrow {
    width: 63px;
    height: 40px;
    margin: 0 10px;
    padding: 0;
}
.arrow.small {
    width: 33px;
    height: 21px;
}
.guide__container {
    max-width: 1014px;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin: 0 auto;
}

.guide__item {
    /*width: 370px;*/
    /*height: 260px;*/
    background: #fff;
    padding: 20px 20px 30px 20px;
    text-align: center;
    -webkit-box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.01);
    border-radius: 36px;
}
.guide__item img {
    margin-bottom: 10px;
}
.guide__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.guide__item p {
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.guide__item.small {
    /*width: 313px;*/
    height: 200px;
    padding: 20px 20px 30px 20px;
}

.guide__item.small img {
    height: 100px;
}

/* form */
.form {
    position: absolute;
    right: 10%;
    top: 10%;
    color: #727272;
    background: #fff;
}
.form h2,
.form__lk h2 {
    font-family: 'TT Norms Bold', sans-serif;
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 42px;
    color: #727272;
}
.form h3 {
    font-family: 'TT Norms Regular', sans-serif;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 28px;
}
.input-text label {
    font-family: 'TT Norms Regular', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}
.input-text input{
    background: #FFFFFF;
    border: 1px solid #D7D8D9;
    border-radius: 30px;
    margin-bottom: 26px;
    padding: 18px 15px;
    width: 359.24px;
    height: 53.89px;
}

.footer .input-text input {
    width: 100%;
    max-width: 677px;
    margin: 0 auto 53px auto;
}

.input-text ::-webkit-input-placeholder {
    color: #D9D9D9;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}
.input-text ::-moz-placeholder {
    color: #D9D9D9;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}
.input-text :-ms-input-placeholder {
    color: #D9D9D9;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}
.input-text ::-ms-input-placeholder {
    color: #D9D9D9;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}
.input-text ::placeholder {
    color: #D9D9D9;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}
.input-checkbox:first-child {
    margin-bottom: 12px;
}
.input-checkbox:last-child {
    margin-bottom: 20px;
}
.input-checkbox input,
.input-checkbox label {
    cursor: pointer;
}
.input-checkbox input  {
    margin-right: 8px;
    border: 1px solid #A5A5A5;
}
.input-checkbox label {
    font-family: 'TT Norms Regular', sans-serif;
    color:  #A5A5A5;
    line-height: 17px;
}
.form.auth {
    display: none;
}
.auth.active {
    display: block;
}
.signUp.active {
    display: none;
}
.form__container {
    width: 100%;
    max-width: 1090px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
.form__container img {
    width: 100%;
    height: 100%;
    position: relative;
}
.form__link {
    margin-top: 10px;
    font-weight: 700;
    cursor: pointer;
}
.comment__btn,
.form__submit {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #FFF;
}
.form__submit.green {
    background: #1D9D35;
    width: 231px;
    height: 44px;
    margin-top: 100px;
}
.form__submit {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    padding: 14px 12px;
    background: #D61518;
    border-radius: 272px;
    border: none;
    text-transform: uppercase;
}
.form__btn {
    border: 2px solid #D61518;
    border-radius: 272px;
    padding: 14px 100px;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #D61518;
}
.form__btn:not(:last-child) {
    margin-bottom: 37px;
}

/* Price */
.price {
    position: relative;
    z-index: 100;
    margin-top: -100px;
    padding: 158px 0 233px 0;
    background-image: url("img/price-bg.png");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.price__item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.01);
    border-radius: 36px;
    padding: 20px 10px;
    text-align: center;
    height: 260px;
}
.price__item:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.price__phone {
    width: 157.08px;
    height: 113.06px;
}
.price__tablet {
    width: 222.12px;
    height: 119.06px;
}
.price__cart {
    width: 151px;
    height: 97px;
}
.price__main-img {
    width: 252.13px;
    height: 49.56px;
}
.price__item p {
    font-family: 'TT Norms Bold', sans-serif;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #E46366;
}
.price__img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 113.06px;
    margin-bottom: 20px;
}
#reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
.comment__section {
    padding: 20px 0 80px 0;
}
.comment__wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}
.comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 796px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.comment_bubble {
    padding: 30px 100px;
    max-width: 730px;
}
.comment_bubble {
    background: #1D9D35;
    position: relative;
    border-radius: 50px;
    margin-left: 50px;
    color: #fff;
    margin-bottom: 80px;
}
.comment_bubble:before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 46px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 40px solid #1D9D35;
    border-bottom: 6px solid transparent;
}
.comment_text,
.comment_sub-text {
    font-family: 'TT Norms Bold', sans-serif;
    color: #FFFAF1;
}
.comment_text {
    font-size: 60px;
    line-height: 117%;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
}
.comment_img-text {
    width: 493px;
    height: 46px;
    margin-bottom: 26px;
}
.comment_sub-text {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.comment__btn.mobile {
    display: none;
}

.mobile {
    display: none;
}

.comment__btn {
    position: relative;
    z-index: 100;
    display: inline-block;
    font-family: 'TT Norms Medium', sans-serif;
    font-size:  1.25rem;
    line-height: 100%;
    text-align: center;
    letter-spacing: 3.6px;
    padding: 20px 30px;
    background: #D61518;
    border-radius: 40px;
}
.comment__btn:hover,
.form__submit:hover{
    background: #1D9D35;
    color: #FFFFFF;
}
.comment_img {
    position: relative;
    z-index: 100;
}

.fair {
    margin-top: -505px;
    width: 100%;
}
.fair__inner {
    top: 0;
    left: 0;
}
.link:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
}
.link:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}
.link {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.winners {
    padding: 129px 0 135px 0;
    background: #FFF9F1;
}
.winners__inner {
    position: relative;
    z-index: 100;
}
.winners h2 {
    font-family: 'TT Norms Bold', sans-serif;
    color: #848383;
    letter-spacing: -0.01em;
    font-size: 40px;
    line-height: 162%;
    margin-bottom: 75px;
}

.winners__item {
    background: #FFFBF6;
    cursor: pointer;
    color: #D61518;
    font-weight: 700;
    line-height: 21px;
    font-size:  0.650rem;
    padding: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}
.winners__item:hover {
    color: #D61518;
}
.winners__item:not(:last-child) {
    margin-right: 30px;
}
.winners__item,
.winners input {
    border: 1px solid #D61518;
    border-radius: 20px;
}

.winners input {
    width: 100%;
    background: #FFFBF6;
    padding: 17px 10px 17px 60px;
}
.winners__search {
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.winners input::-webkit-input-placeholder {
    font-weight: 700;
    line-height: 21px;
    font-size:  1.125rem;
    color: #CAC9C9;
}
.winners input::-moz-placeholder {
    font-weight: 700;
    line-height: 21px;
    font-size:  1.125rem;
    color: #CAC9C9;
}
.winners input:-ms-input-placeholder {
    font-weight: 700;
    line-height: 21px;
    font-size:  1.125rem;
    color: #CAC9C9;
}
.winners input::-ms-input-placeholder {
    font-weight: 700;
    line-height: 21px;
    font-size:  1.125rem;
    color: #CAC9C9;
}
.winners input::placeholder {
    font-weight: 700;
    line-height: 21px;
    font-size:  1.125rem;
    color: #CAC9C9;
}
.winners__btn {
    border: 1px solid #D61518;
    border-radius: 20px;
    padding: 18px 39px;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #D61518;
    text-transform: uppercase;
}
.winners__btn:hover {
    color: #D61518;
}
.table>:not(caption)>*>* {
    border-bottom-width: 0;
}
th {
    border-bottom: 1px solid #DFDFDF !important;
}
.winners__table-wrapper {
    overflow: auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
    box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
    border-radius: 40px;
    margin-bottom: 55px;
}
.winners__table {
    width: 100%;
}
.winners__table th:not(:last-child),
.winners__table td:not(:last-child) {
    border-right: 1px solid #DFDFDF;
}
.winners__table td,
.winners__table th {
    padding: 20px 80px;
    text-align: center;
    color: #848383;
    line-height: 21px;
    font-size:  1.125rem;
}
th {
    font-weight: 700;
}
td {
    font-weight: 500;
}
tr:nth-child(even) {
    background: #FFE6E6;
}
.FAQ {
    padding-top: 92px;
    min-height: 999px;
}
.FAQ__img {
    margin-bottom: 11px;

}
.FAQ h2 {
    font-family: 'TT Norms Bold', sans-serif;
    color: #848383;
    letter-spacing: -0.01em;
    font-size: 40px;
    line-height: 65px;
    margin-bottom: 20px;
}
.FAQ__inner {
    position: relative;
    z-index: 100;
    color: #848383;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
    box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
    border-radius: 20px;
}
.FAQ__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17px;
    flex: 0 0 17px;
    width: 17px;
    height: 5px;
    background: #F40606;
    position: relative;
}
.FAQ__icon::before {
    content: "";
    width: 5px;
    height: 17px;
    background: #F40606;
    position: absolute;
    top: -5px;
    left: 6px;
    opacity: 1;

}
.FAQ__title-wrapper {
    gap: 42px;
}

.FAQ__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 280%;
}
.FAQ__text {
    display: none;
    margin-left: 58px;
    font-weight: 500;
    font-size: 18px;
    line-height: 263%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.FAQ__item {
    padding: 35px;
    cursor: pointer;
}
.FAQ__item:not(:last-child) {
    border-bottom: 1px solid #DFDFDF;
}
.FAQ__item.open > .FAQ__text {
    display: block;
}
.FAQ__item.open > .FAQ__title-wrapper > .FAQ__icon::before {
    opacity: 0;
}
.FAQ__img-wrapper {
    z-index: -1;
    right: 0;
    bottom: -25%;
    width: 37vw;
}

.FAQ__img-wrapper img {
    width: 100%;
}

.image-FAQ {
    max-width: 25vw;
}

.FAQ__line {
    background: #DC3237;
    border-radius: 2px 0px;
    width: 84px;
    height: 4px;
    margin: 0 auto 83px auto;
}

.FAQ__inner .FAQ__inner {
    box-shadow: none;
}

@media (min-width: 1400px) {
    .winners__inner .col-xxl-2 {
        width: 20% !important;
    }
}

/* Footer */
.footer__container {
    max-width: 1400px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.footer {
    position: relative;
    z-index: 100;
    background-image: url("img/footer-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 300px 0 30px 0;
}
.footer h2 {
    font-family: 'TT Norms Bold', sans-serif;
    margin-bottom: 37px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 162%;
}
.footer__btn {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 21px;
    color: #FFFFFF;
    padding: 9px 27px;
    background: #D61518;
    border-radius: 20px;
    margin-bottom: 35px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.footer__btn:hover {
    color: #FF0000;
    background: #fff;
}
.textarea {
    max-width: 677px;
    margin: 0 auto 53px auto;
}
.footer textarea {
    width: 100%;
    min-height: 130px;
    background: #FFFFFF;
    border: 1px solid #D7D8D9;
    border-radius: 30px;
    padding: 19px 24px;
}
.footer textarea::-webkit-input-placeholder {
    color: #D9D9D9;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.footer textarea::-moz-placeholder {
    color: #D9D9D9;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.footer textarea:-ms-input-placeholder {
    color: #D9D9D9;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.footer textarea::-ms-input-placeholder {
    color: #D9D9D9;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.footer textarea::placeholder {
    color: #D9D9D9;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.footer__inner a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
}
.footer__inner img {
    cursor: pointer;
}
.footer__inner nav ul li::before {
    background: #FFF;
}

/*LK*/
.lk {
    padding: 45px 0 0 0;
    position: relative;
}
.lk__img {
    position: absolute;
    left: 16%;
    top: 28%;
    pointer-events: none;
}
.lk h1 {
    font-family: 'TT Norms Bold', sans-serif;
    letter-spacing: -0.01em;
    font-size: 40px;
    line-height: 65px;
    color: #727272;
    margin-bottom: 102px;
    text-align: center;
}
.lk__form h2 {
    margin-bottom: 100px;
}
.lk__form-submit {
    background: #1D9D35;
    margin: 41px 0 21px 0;
}
.lk__form-submit-red {
    background: #D61518;
}
.lk__form-submit,
.lk__form-submit-red {
    width: 328px;
    display: inline-block;
    border-radius: 272px;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 15px 25px;
    cursor: pointer;
}
.lk__form-submit:hover,
.lk__form-submit-red:hover {
    color: #fff;
}
.lk__item-wrapper {
    justify-content: space-between;
}
.data {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.01);
    border-radius: 36px;
    padding: 31px 155px 31px 71px;
    min-height: 500px;
}
.data__my {
    margin-top: 116px;
}
.data h3 {
    font-family: 'TT Norms Regular', sans-serif;
    font-size: 32px;
    line-height: 38px;
    margin-left: -20px;
}
.data__personal,
.data h3 {
    margin-bottom: 31px;
}
.data h3,
.data p {
    color: #727272;
}
.data__personal p {
    font-family: 'TT Norms Light', sans-serif;
}
.data__my p {
    font-family: 'TT Norms Regular', sans-serif;
}
.data__my p span {
    color: #D61518;
    text-decoration: underline;
    margin-left: 8px;
}
.data__personal p,
.data__my p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
}
.logo-blagoyar-footer {
    width: 175px;
    height: 30px;
    margin-right: 14px;
}
.logo-magnit-footer,
.logo-footer {
    margin-right: 15px;
}
.logo-magnit-footer {
    width: 122px;
    height: 23px;
}
.logo-footer {
    width: 114px;
    height: 24px;
}
.fair-mobile {
    display: none;
}
.lk__gifts {
 display: none;
}
.play__btn {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.fair__inner a {
    position: relative;
}

.fair__inner a:hover .play__btn {
    transition: 200ms;
    transform: translateX(-50%) scale(1.1);
}

.vk {
    display: block;
}
.vk-mobile {
    display: none;
}

.carousel {
    bottom: 11%;
    left: 68%;
}

.eggs {
    bottom: 6%;
    left: 30%;
}

.runner {
    bottom: 9%;
    left: 16%;
}

@media (max-width: 1800px) {
    .fair {
        margin-top: -440px;
    }
}
@media (max-width: 1440px) {
    .image-winners {
        left: -5%;
    }

    .header__inner a {
        font-size: 10px;
    }

    .intro {
        padding: 43px 0 90px 0;
    }
    .image-bg,
    .image-FAQ {
        right: -6%;
    }
    .comment_bubble {
        margin-bottom: 35px;
        padding: 30px 60px;
    }
    .comment_img {
        height: 40%;
        width: 40%;
    }
    .fair {
        margin-top: -370px;
    }
    .comment_text {
        margin-bottom: 10px;
        font-size:  2rem;
    }
    .comment_sub-text {
        font-size: 1rem;
    }
    .comment_img-text {
        width: 350px;
        height: 30px;
        margin-bottom: 16px;
    }
}
@media (max-width: 1200px) {
    .mobile {
        display: block;
    }

    body.lock .header {
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1000;
        transition: all .7s;
    }
    body.lock .header__nav::before {
        content: "";
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 93px;
        background-color: #fff;
        z-index: 500;
    }
    .nav ul {
        flex-direction: column;
        gap: 30px;
        margin-right: 0;
    }
    .nav ul li:not(:last-child) {
        margin-right: 0;
    }

    .nav ul li:last-child {
        margin-right: 0 !important;
    }

    .header__burger {
        display: block;
        position: relative;
        width: 24px;
        height: 19px;
        z-index: 500;
        cursor: pointer;
        transform: rotate(180deg);
    }

    .header__burger span {
        display: block;
        width: 24px;
        position: absolute;
        left: 0;
        top: 8px;
        height: 2px;
        background-color: #D61116;
        transition: all .3s linear;

    }

    .header__burger:before,
    .header__burger:after {
        content: "";
        background-color: #D61116;
        position: absolute;
        left: 0;
        height: 2px;
        transition: all .3s linear;
    }

    .header__burger:before {
        width: 24px;
        top: 0;
    }

    .header__burger:after {
        width: 100%;
        bottom: 0;
    }

    .header__burger.active:before {
        transform: rotate(45deg);
        top: 8px;
        width: 24px;
    }

    .header__burger.active:after {
        transform: rotate(-45deg);
        bottom: 9px;
    }

    .header__burger.active span {
        transform: scale(0);
    }
    .nav {
        position: fixed;
        top: -0;
        right: -100%;
        width: 100%;
        height: 60%;
        z-index: 400;
        overflow: auto;
        padding: 100px 30px 30px 30px;
        background-color: #fff;
        transition: all .3s linear;

    }
    .nav.active {
        right: 0;
        display: block;
    }
    .winners__inner {
        gap: 20px;
    }
    .nav,
    .header__btn,
    .header__btn-red {
        display: none;
    }

    .header__btn.header__btn_mobile {
        display: block !important;
    }

    .header__inner {
        justify-content: space-between;
    }
}

@media (max-width: 1200px) {
    .winners__table td, .winners__table th {
        padding: 20px 10px;
        font-size: 12px;
    }

    .lk__item-wrapper {
        justify-content: center;
    }
    .data {
        margin-bottom: 80px;
    }
    .price__inner {
        gap: 20px;
    }
    .lk__form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .lk__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .FAQ__img-wrapper {
        display: none;
    }
    .fair {
        margin-top: -290px;
    }
    .price {
        padding: 200px 0 250px 0;
        background-image: url("img/price-mobile-bg.png");
        background-position: center center;
    }
    .intro__title {
        font-size: 2rem;
    }
    .intro__text {
        width: 77%;
        height: 56px;
    }
    .intro__description {
        font-size: 1.25rem;
    }
    .intro__btn {
        font-size:  1rem;
        padding: 12px 24px;
    }
    .main-price p {
        font-size: 1.75rem;
    }
    .main-price img {
        width: 200.6px;
        height: 38px;
    }
    .comment_img-text {
        width: 210px;
        height: 18px;
    }

    .comment_bubble {
        padding: 30px;
        max-width: 400px;
    }
}

@media (max-width: 1100px)  {
    .form {
        border-radius: 40px;
        position: static;
        padding: 40px 15px 40px 15px;
    }
    .form__container img {
        display: none;
    }

    .form__container form {
        border: 7px solid black;
    }

    .price {
        margin-top: 0;
        height: 390vw;
        min-height: 1550px;
    }
    .input-text input {
        width: 100%;
        height: 100%;
    }

}

@media (max-width: 992px) {
    .comment__btn {
        /*display: none;*/
    }
    .arrow {
        transform: rotate(90deg);
    }
    .image-bg,
    .image-form,
    .image-FAQ,
    .image-FAQ2,
    .image-winners,
    .image-winners2 {
        display: none;
    }
    .justify-center {
        justify-content: start;
    }
    .intro__title,
    .intro__text-img,
    .intro__description,
    .intro__btn-wrapper,
    .main-price p,
    .intro__main-price {
        text-align: left;
    }
    .lk h1,
    .lk__form h2,
    .lk__item {
        margin-bottom: 40px;
    }
    .form__submit {
        padding: 17px 32px;
    }
    .textarea {
        max-width: 100%;
        margin: 0 auto 23px auto;
    }
    .footer {
        padding: 146px 0 30px 0;
        background-position: right;
    }
    .FAQ {
        padding-top: 80px;
        min-height: auto;
    }
    .FAQ__title,
    .footer h2 {
        line-height: 121%;
    }
    .footer h2 {
        font-size: 32px;
    }
    .FAQ__title-wrapper {
        gap: 20px;
    }
    .FAQ__text {
        margin-left: 10px;
    }
    .FAQ__item {
        padding: 20px;
    }
    .guide__container {
        max-width: 720px;
    }
    .page__guide {
        padding: 80px 0 80px 0;
    }
    .guide__item p {
        font-size: 14px;
    }
    .guide__inner {
        gap: 40px;
    }
    .winners__inner {
        margin-bottom: 70px;
    }
    .winners h2 {
        margin-bottom: 40px;
    }
    .winners {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .fair {
        margin-top: -115px;
    }
    .footer__btn {
        width: 100%;
        padding: 14px 20px;
    }
    .guide__container {
        max-width: 540px;
    }
    .comment__btn {
        padding: 16px 1vw;
        width: 18vw;
        font-size: 3vw;
    }

    .carousel {
        bottom: 49%;
        left: 43%;
    }

    .eggs {
        bottom: 14%;
        left: 64%;
    }

    .runner {
        bottom: 43%;
        left: 57%;
    }

    .image-lk-left {
        display: none;
    }
    .image-lk-right {
        display: none;
    }
    .lk__gifts {
        display: block;
        margin-top: 20px;
    }
    .data {
        padding: 24px 32px 24px 32px;
    }
    .data h3 {
        margin-left: 0;
    }
    .footer__lk {
        margin-top: -200px;
    }
}
@media (max-width: 576px) {
    .vk {
        display: none;
    }
    .vk-mobile {
        display: block;
    }
    .logo-blagoyar-footer {
        width: 125px;
        height: auto;
    }
    .logo-magnit-footer {
        width: 97px;
        height: auto;

    }
    .logo-footer {
        width: 90px;
        height: auto;
        margin-bottom: 2px;
    }
    .form h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .form h3 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 22px;
    }
    .input-text label {
        font-size: 14px;
    }
    .winners__item {
        font-size: 17px;
    }
    .FAQ__img img {
        width: 48px;
        height: 45px;
    }
    .FAQ h2,
    .winners h2,
    .footer h2 {
        font-size: 25px;
    }
    .FAQ__line {
        margin: 0 auto 50px auto;
    }
    .FAQ__title-wrapper {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .FAQ__title {
        font-size: 12px;
    }
    .FAQ__text {
        font-size: 9px;
        margin-top: 15px;
    }
    .justify-center {
        justify-content: center;
    }
    .intro__title,
    .intro__text-img,
    .intro__description,
    .intro__btn-wrapper,
    .main-price p,
    .intro__main-price {
        text-align: center;
    }
    .main-price p {
        font-size: 15px;
    }
    .intro {
        padding: 50px 0 350px 0;
    }
    .intro__main-price img {
        width: 178px;
        height: 30px;
    }
    .intro__title {
        font-size: 22px;
        line-height: 200%;
    }

    .main-price {
        margin-top: 20px;
    }

    .intro__text {
        width: 300px;
        height: 42px;
    }
    .intro__description {
        margin-top: 25px;
        margin-bottom: 25px;
        line-height: 100%;
    }
    .intro__btn {
        width: 237px;
        margin-bottom: 17px;
    }
    .intro__logo-magnit {
        width: 164px;
        height: 30px;
    }
    .header__inner,
    body.lock .header__nav::before {
        height: 38px;
    }
    .logo-magnit {
        width: 65px;
        height: 12px;
    }
    .logo-blagoyar {
        width: 111px;
        height: 19px;
        margin-right: 0;
    }
    .guide__item {
        width: 315px;
        margin: 0 auto;
    }
    .guide__item.small {
        width: 275px;
        margin: 0 auto;
    }
    .comment_bubble {
        display: none;
    }
    .fair {
        margin-top: -130px;
    }
    .fair-mobile {
        display: block;
        width: 100%;
        /* height: 321px; */
        position: relative;
        z-index: 100;
        margin-left: -22px;
    }
    .comment__btn.mobile {
        display: block;
        margin: 41px auto 0 auto;
    }
    .footer__btn {
        margin-bottom: 60px;
    }
    .data {
        margin-bottom: 40px;
    }
    .lk h1 {
        display: none;
    }
    .nav {
        height: 100%;
    }
    .lock {
        overflow: hidden;
    }
}

input[type=file]
{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

input[type=file] + label
{
    border: 2px solid #D61518;
    border-radius: 272px;
    padding: 14px 0px;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #D61518 !important;
    background-color: transparent;
    width: 100%;
    box-shadow: none !important;
    margin-bottom: 25px;
}

