body {
    font-family: 'Kaspersky Sans Display', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
}
h1 {
    font-size: 64px;
    line-height: 65px;
    color: #fff;
}
h2 {
    font-size: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
}
.btn-primary {
    display: inline-block;
    color: #ffffff;
    background-color: #00A88E;
    text-align: center;
    border: 1px solid #00A88E;
    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 #00A88E;
    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: #1D1D1B;
    background-size: cover;
}
.header {padding-bottom: 100px;background-image: url(../img/KV.png);background-size: contain;background-repeat: no-repeat;background-position: right center;}
.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;
    background: #000;
    background: -webkit-linear-gradient(27deg, rgba(0, 0, 0, 1) 0%, rgba(0, 60, 49, 1) 65%);
    background: -moz-linear-gradient(27deg, rgba(0, 0, 0, 1) 0%, rgba(0, 60, 49, 1) 65%);
    background: linear-gradient(27deg, rgba(0, 0, 0, 1) 0%, rgba(0, 60, 49, 1) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#003C31", GradientType=0);
    color: #fff;
}
.participate .list .item:nth-child(1) {
}
.code-wrap {
    width: 384px;
    height: 68px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 25px;
    margin: 0 auto 50px;
    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%;
    border: 1px solid #e0e0e0;
}

.code-info {
    text-align: center;
    color: #757a7f;
    font-weight: 100;
    font-size: 16px;
}

.code-info a {
    color: inherit;
}
.participate .list .item:nth-child(2) {
}

.participate .list .item:nth-child(3) {
}
.participate .list .item img {
    margin-top: -150px;
    max-width: 132px;
}
.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: #ffffff;
    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;
}
.p-w {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    align-items: center;
    justify-content: center;
    margin: 100px 0 50px;
}

.p-w img {
    width: 30%;
    margin-bottom: 2%;
}
.lottery .img-wrap img {
    position: absolute;
    top: -138px;
    left: -249px;
    width: 794px;
    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;
    color: #fff;
}
.lottery .descr span {
    color: #fff;
}
.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;
    background: #000;
    background: -webkit-linear-gradient(27deg, rgba(0, 0, 0, 1) 0%, rgba(0, 60, 49, 1) 65%);
    background: -moz-linear-gradient(27deg, rgba(0, 0, 0, 1) 0%, rgba(0, 60, 49, 1) 65%);
    background: linear-gradient(27deg, rgba(0, 0, 0, 1) 0%, rgba(0, 60, 49, 1) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#003C31", GradientType=0);
}
.faq .accordion .card-header {
    padding: 0;
    border: none;
}
.faq .accordion .card-header .btn {
    position: relative;
    box-shadow: none !important;
    font-size: 24px;
    color: #1D1D1B;
    padding: 32px 260px 32px 32px;
    color: #fff;
    border: none !important;
}
.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;
    color: #fff;
}
.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: #fff;
}
.footer .copyright br {
    display: none;
}
.footer a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
}
.footer a:hover {
    text-decoration: none;
}
.footer a:active,
.footer a:focus {
    color: #1D1D1B;
}
@media (min-width: 991px) {
    .participate .list .item:nth-child(2) img {
    max-width: 200px
}
}

@media (min-width: 1230px) and (max-width: 1430px) {
    h1 {
    font-size: 57px;
    line-height: 59px;
}
.header {
    /* background-position: right center; */
}
}

@media (min-width: 992px) and (max-width: 1230px) {
    h1 {
        font-size: 48px;
        line-height: 48px;
    }
    .header {
    background-position: center;
    background-size: 1177px;
}
    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: 39px;
        line-height: 42px;
    }
    h2 {
        font-size: 42px;
        line-height: 42px;
    }
    .header {
        padding-bottom: 100px;
        /* background-position: right bottom; */
        /* margin-bottom: -100px; */
        background-size: 1100px;
    }
    .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: 638px;
        height: auto;
        /* margin-left: -80px; */
        margin-bottom: -173px;
        margin-top: -75px;
    }
    .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;
    }
    .p-w img {
        width: 48%;
    }
    .p-w {
        margin: 50px 0;
    }
    .header {
        background-size: 800px;
        padding-bottom: 376px;
        background-position: center 544px;
        margin-bottom: -90px;
    }
    .header-desc .btn {
        width: 100%;
    }
    .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: 100%;
        height: auto;
        margin: -70px 0 -80px;
        transform: translateX(-28px);
    }
    .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: 34px;
        line-height: 36px;
    }
    h1 br {
    display:none;
    }
    h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .p-w img {
    width: 100%;
        margin-bottom: 20px;
    }
    .p-w {
        gap: 0;
    }
    .header {
        background-size: 663px;
        padding-bottom: 266px;
        background-position: right 97%;
        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: 0 0 50px;
    }
    .lottery h2 {
        margin-bottom: 0 ;
    }
    .lottery .img-wrap img {
        position: static;
        width: 420px;
        height: auto;
        margin-left: -54px;
        margin-bottom: -100px;
    }
    .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;
        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) {

}

