body {
    font-family: 'Kaspersky Sans Display', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
}
h1 {
    font-size: 68px;
    line-height: 68px;
}
h2 {
    font-size: 54px;
    line-height: 54px;
    text-align: center;
}
.btn-primary {
    display: inline-block;
    color: #ffffff;
    background-color: #1D1D1B;
    text-align: center;
    border: 1px solid #1D1D1B;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .3s ease;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 20px 26px;
    font-size: 21px;
    font-weight: 600;
}
.btn-primary:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: none;
}
.btn-primary:active,
.btn-primary:focus {
    background-color: #1D1D1B;
    border: 1px solid #1D1D1B;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1D1D1B;
    border: 1px solid #1D1D1B;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
    color: #fff;
    background-color: #1D1D1B;
    border: 1px solid #1D1D1B;
    box-shadow: none;
}
.form-control::placeholder {
    color: rgba(42, 53, 65, 0.7);
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: rgba(42, 53, 65, 0.7);
}
.form-control::-ms-input-placeholder {
    color: rgba(42, 53, 65, 0.7);
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none!important;
}
/*.custom-control:focus {*/
/*    color: #495057;*/
/*    background-color: #fff;*/
/*    border-color: transparent;*/
/*    outline: 0;*/
/*    box-shadow: none!important;*/
/*}*/
.custom-control-label::before {
    width: 20px;
    height: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: rgba(42, 53, 65, 0.7) solid 2px;
}
.custom-control-label::after {
    width: 20px;
    height: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: rgba(29, 29, 27, 1);
    border-color: rgba(29, 29, 27, 1);
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    border-color: rgba(29, 29, 27, 1);
    background-color: rgba(29, 29, 27, 1);
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #2A3541B2;
}
.wrapper {
    overflow: hidden;
    background: url('../img/bg.jpg') no-repeat;
    background-size: cover;
}
.header {
    padding-bottom: 70px;
    background-image: url(../img/prizes.png);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: right 132px;
}
.header .logo {
    margin-top: 18px;
}
.header-desc-wrap {
    position: relative;
    height: 100%;
    display: flex;
}
.header-desc {
    margin-top: 70px;
}
.header-desc .btn {
    margin-top: 40px;
}
.header-desc .btn img {
    margin-left: 8px;
}

.header-desc-wrap .prizes {
    opacity: 0;
    position: absolute;
    top: 70px;
    right: -145px;
    width: 617px;
    height: auto;
}

.content {

}
.participate {
    padding: 70px 0;
}
.participate h2 {
    margin-bottom: 130px;
}
.participate .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
}
.participate .list .item {
    padding: 65px 20px 32px 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}
.participate .list .item:nth-child(1) {
    background: url('../img/participate/bg1.png') no-repeat;
    background-size: cover;
}
.code-wrap {
    width: 384px;
    height: 68px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 25px;
    margin: 0 auto 50px;
    box-shadow: 0px 0px 44px 24px #9eebef;
    border-radius: 16px;
    font-size: 21px;
    font-weight: 600;
    background-image: url(../img/copy.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    cursor: pointer;
    max-width: 95%;
}

.code-info {
    text-align: center;
    color: #757a7f;
    font-weight: 100;
    font-size: 16px;
}

.code-info a {
    color: inherit;
}
.participate .list .item:nth-child(2) {
    background: url('../img/participate/bg2.png') no-repeat;
    background-size: cover;
}
.participate .list .item:nth-child(3) {
    background: url('../img/participate/bg2.png') no-repeat;
    background-size: cover;
}
.participate .list .item img {
    margin-top: -150px;
}
.participate .list .item .descr {
    display: flex;
}
.participate .list .item .num {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #294D7517;
    flex-shrink: 0;
}
.participate .list .item .text {
    font-size: 24px;
    text-align: left;
    margin-left: 16px;
}
.participate .list .item .text a {
    color: #212529;
    text-decoration: underline;
}
.participate .list .item .text a:hover {
    text-decoration: none;
}
.lottery {
    padding: 70px 0;
}
.lottery h2 {
    margin-bottom: 60px;
}
.lottery .img-wrap {
    position: relative;
}
.lottery .img-wrap img {
    position: absolute;
    top: -120px;
    left: -280px;
    width: 844px;
    height: auto;
}
.lottery .form {
    position: relative;
    background: url('../img/bg-form.png') no-repeat;
    background-size: cover;
    padding: 24px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.lottery .form .input-group {
    margin-bottom: 16px;
}
.lottery .form .input-group-prepend {

}
.lottery .form .input-group-text {
    background-color: #fff;
    padding: .5rem 0 .5rem 12px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}
.lottery .form .input-group input {
    border-left: none;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    color: rgba(29, 29, 27, 1);
}
.lottery .form .custom-checkbox {
    margin-bottom: 16px;

}
.lottery .form .custom-control-label {
    font-size: 12px;
    line-height: 14px;
    color: rgba(42, 53, 65, 0.7);
    padding-left: 12px;
}
.lottery .form .custom-control-label a {
    color: #2A3541B2;
    text-decoration: underline;
}
.lottery .form .custom-control-label a:hover {
    text-decoration: none;
}
.lottery .form .btn {
    font-size: 16px;
    padding: 12px 24px;
    margin-top: 10px;
}
.lottery .form .gifts {
    position: absolute;
    right: 25px;
    bottom: -55px;
}
.lottery .descr {
    position: relative;
    z-index: 10;
    margin-top: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
}
.lottery .descr div {
    margin-bottom: 12px;
}
.lottery .descr span {
    color: rgba(42, 53, 65, 0.7);
}
.faq {
    padding: 70px 0 140px 0;
}
.faq h2 {
    margin-bottom: 60px;
}
.faq .accordion {

}
.faq .accordion .card {
    margin-bottom: 24px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: none;

    -webkit-box-shadow: 1px 10px 25px 5px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 1px 10px 25px 5px rgba(34, 60, 80, 0.2);
    box-shadow: 1px 10px 25px 5px rgba(34, 60, 80, 0.2);
}
.faq .accordion .card-header {
    padding: 0;
    border: none;
}
.faq .accordion .card-header .btn {
    position: relative;
    font-size: 24px;
    color: #1D1D1B;
    background-color: #fff;
    padding: 32px 260px 32px 32px;
}
.faq .accordion .card-header .btn:hover {
    text-decoration: none;
}
.faq .accordion .card-header [data-toggle="collapse"]:after {
    content: '';
    width: 28px;
    height: 28px;
    background: url('../img/icon/minus.svg') no-repeat;
    background-size: contain;
    position: absolute;
    top: 38px;
    right: 32px;
}
.faq .accordion .card-header [data-toggle="collapse"].collapsed:after {
    background: url('../img/icon/plus.svg') no-repeat;
}
.faq .accordion .card-body {
    font-size: 16px;
    padding: 10px 32px 32px 32px;
}
.faq ul {
    list-style-type: disc;
    padding-left: 26px;
}
.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.footer .copyright {
    font-size: 16px;
    font-weight: normal;
    color: rgba(34, 52, 73, 0.4);
}
.footer .copyright br {
    display: none;
}
.footer a {
    font-size: 16px;
    font-weight: 600;
    color: rgba(29, 29, 27, 1);
    text-decoration: underline;
}
.footer a:hover {
    text-decoration: none;
}
.footer a:active,
.footer a:focus {
    color: #1D1D1B;
}


@media (min-width: 1230px) and (max-width: 1430px) {
    h1 {
    font-size: 57px;
    line-height: 59px;
}
.header {
    background-position: right 100px;
}
}

@media (min-width: 992px) and (max-width: 1230px) {
    h1 {
        font-size: 48px;
        line-height: 48px;
    }
    .header {
    background-position: 100% 100px;
    background-size: 477px;
}
    h2 {
        font-size: 42px;
        line-height: 42px;
    }
    .header .logo {
        width: 124px;
    }
    .header-desc-wrap .prizes {
        right: -80px;
        width: 520px;
        height: auto;
    }
    .participate .list .item {
        padding: 55px 15px 26px 15px;
    }
    .participate .list .item img {
        max-width: 100px;
        height: auto;
    }
    .participate .list .item .num {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
    .participate .list .item .text {
        font-size: 18px;
        margin-left: 10px;
    }
    .lottery .img-wrap img {
        width: 660px;
        height: auto;
        top: -80px;
        left: -220px;
    }
    .faq .accordion .card-header .btn {
        padding: 32px 70px 32px 32px;
    }
    .footer img {
        width: 124px;
        height: auto;
    }
    .footer .copyright {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 48px;
        line-height: 48px;
    }
    h2 {
        font-size: 42px;
        line-height: 42px;
    }
    .header {
        padding-bottom: 450px;
        background-position: right bottom;
        margin-bottom: -100px;
    }
    .header .logo {
        width: 124px;
    }
    .header-desc-wrap {
        display: block;
        text-align: center;
    }
    .header-desc {
        text-align: left;
    }
    .header-desc-wrap .prizes {
        position: static;
        width: 520px;
        height: auto;
        margin-top: 60px;
    }
    .participate {
        padding: 50px 0;
    }
    .participate h2 {
        margin-bottom: 100px;
    }
    .participate .list {
        display: block;
    }
    .participate .list .item {
        position: relative;
        padding: 16px 65px 16px 12px;
        margin-bottom: 16px;
    }
    .participate .list .item img {
        margin-top: 0;
        position: absolute;
        top: 50%;
        right: -25px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        max-width: 72px;
        height: auto;
    }
    .participate .list .item .num {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
    .participate .list .item .text {
        font-size: 18px;
        margin-left: 10px;
    }
    .lottery {
        padding: 50px 0;
    }
    .lottery h2 {
        margin-bottom: 40px;
    }
    .lottery .img-wrap img {
        position: static;
        width: 660px;
        height: auto;
        margin-left: -80px;
    }
    .faq .accordion .card-header .btn {
        padding: 32px 70px 32px 32px;
    }
    .footer img {
        width: 124px;
        height: auto;
    }
    .footer .copyright {
        font-size: 14px;
    }

}

@media (min-width: 576px) and (max-width: 767px) {
    .wrapper {
        /*background: #3DE8CA url('../img/bg-m.jpg') no-repeat;*/
        /*background-size: cover;*/
    }
    h1 {
        font-size: 42px;
        line-height: 42px;
    }
    h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .header {
        background-size: 500px;
        padding-bottom: 390px;
        background-position: right bottom;
        margin-bottom: -100px;
    }
    .header .logo {
        width: 115px;
    }
    .header-desc-wrap {
        flex-direction: column-reverse;
    }
    .header-desc-wrap {
        display: block;
        text-align: center;
    }
    .header-desc {
        text-align: left;
    }
    .header-desc-wrap .prizes {
        position: static;
        width: 520px;
        height: auto;
        margin-top: 60px;
    }
    .participate {
        padding: 50px 0;
    }
    .participate h2 {
        margin-bottom: 30px;
    }
    .participate .list {
        display: block;
    }
    .participate .list .item {
        position: relative;
        padding: 16px 65px 16px 12px;
        margin-bottom: 16px;
    }
    .participate .list .item img {
        margin-top: 0;
        position: absolute;
        top: 50%;
        right: -25px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        max-width: 72px;
        height: auto;
    }
    .participate .list .item .num {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
    .participate .list .item .text {
        font-size: 18px;
        margin-left: 10px;
    }
    .lottery {
        padding: 50px 0;
    }
    .lottery h2 {
        margin-bottom: 40px;
    }
    .lottery .img-wrap img {
        position: static;
        width: 620px;
        height: auto;
        margin-left: -150px;
    }
    .lottery .form {
        margin-top: -80px;
    }
    .lottery .form .input-group input {
        font-size: 14px;
    }
    .input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
        height: 42px;
    }
    .faq {
        padding: 50px 0 100px 0;
    }
    .faq > h2 {
        margin-bottom: 40px;
    }
    .faq .accordion .card-header .btn {
        font-size: 18px;
        background-color: #fff;
        padding: 16px 70px 16px 16px;
    }
    .faq .accordion .card-header [data-toggle="collapse"]:after {
        right: 16px;
    }
    .faq .accordion .card-body {
        font-size: 16px;
        padding: 10px 16px 16px 16px;
    }
    .footer {
        flex-direction: column;
        align-items: start;
        position: relative;
        margin-bottom: 30px;
    }
    .footer img {
        width: 115px;
        height: auto;
        margin-bottom: 12px;
    }
    .footer .copyright {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer .copyright br {
        display: block;
    }
}

@media (min-width: 0) and (max-width: 575px) {
    h1 {
        font-size: 36px;
        line-height: 39px;
    }
    h1 br {
    display:none;
    }
    h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .header {
        background-size: 330px;
        padding-bottom: 266px;
        background-position: right bottom;
        margin-bottom: -30px;
    }
    .header .logo {
        width: 115px;
    }
    .header-desc-wrap {
        flex-direction: column-reverse;
    }
    .header-desc-wrap {
        display: block;
        text-align: center;
    }
    .header-desc {
        text-align: left;
    }
    .header-desc .btn {
        display: block;
        font-size: 16px;
        padding: 14px 0;
    }
    .header-desc .btn img {
        width: 10px;
        height: auto;
    }
    .header-desc-wrap .prizes {
        position: static;
        width: 380px;
        height: auto;
        margin-top: 60px;
        margin-left: -12px;
    }
    .participate {
        padding: 50px 0;
    }
    .participate h2 {
        margin-bottom: 30px;
    }
    .participate .list {
        display: block;
    }
    .participate .list .item {
        position: relative;
        padding: 16px 65px 16px 12px;
        margin-bottom: 16px;
    }
    .participate .list .item img {
        margin-top: 0;
        position: absolute;
        top: 50%;
        right: -12px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        max-width: 70px;
        height: auto;
    }
    .participate .list .item:first-child img {
        right: -10px;
    }
    .participate .list .item .num {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
    .participate .list .item .text {
        font-size: 18px;
        margin-left: 10px;
    }
    .lottery {
        padding: 50px 0;
    }
    .lottery h2 {
        margin-bottom: 0 ;
    }
    .lottery .img-wrap img {
        position: static;
        width: 420px;
        height: auto;
        margin-left: -110px;
    }
    .lottery .form {
        margin-top: -80px;
        padding: 16px;
    }
    .lottery .form .gifts {
        display: none;
    }
    .lottery .form .input-group input {
        font-size: 14px;
        padding-left: 10px;
    }
    .lottery .form .btn {
        width: 100%;
    }
    .lottery .descr {
        margin-top: 30px;
        text-align: left;
    }
    .input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
        height: 42px;
    }
    .lottery .img-wrap {
        text-align: center;
    }
    .lottery .form .custom-control-label {
        padding-left: 8px;
    }
    .faq {
        padding: 0 0 50px 0;
    }
    .faq > h2 {
        margin-bottom: 40px;
    }
    .faq .accordion .card-header .btn {
        font-size: 18px;
        background-color: #fff;
        padding: 16px 70px 16px 16px;
    }
    .faq .accordion .card-header [data-toggle="collapse"]:after {
        right: 16px;
    }
    .faq .accordion .card-body {
        font-size: 16px;
        padding: 10px 16px 16px 16px;
    }
    .footer {
        flex-direction: column;
        align-items: start;
        position: relative;
        margin-bottom: 0;
    }
    .footer img {
        width: 115px;
        height: auto;
        margin-bottom: 12px;
    }
    .footer .copyright {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer .copyright br {
        display: block;
    }
}

@media (min-width: 0) and (max-width: 390px) {

}

