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;
}
.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/KV.png);background-size: cover;background-repeat: no-repeat;background-position: right top;padding-bottom: 120px;/* margin-bottom: -200px; */}
.header .logo {
    margin-top: 18px;
    filter: invert(1);
}
.header-desc-wrap {
    position: relative;
    height: 100%;
    display: flex;
}
.header-desc {
    margin-top: 70px;
}
.header-desc .btn {
    margin-top: 40px;
    border: none;
}
.header-desc .btn + .btn {
    margin-left: 10px;
}
.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;
}
.copybg {
    background-image: url(../img/copybg.png);
    padding-bottom: 200px;
    margin-bottom: -200px;
    background-position: center -8px;
    padding-top: 100px;
    background-repeat: no-repeat;
    margin-top: -100px;
}
.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) {
    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;
    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: #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;
}
.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: -108px;
    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;
}
.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;
}
li {}

.pzs-wrap {
    padding: 30px 80px;
    box-shadow: 0px 0px 13px 0px #18274b42;
    border-radius: 24px;
    margin: 80px 0 200px;
    position: relative;
}

.pzs-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pzs-wrap ul li {
    position: relative;
    margin: 0 !important;
    font-size: 24px;
    padding: 0 0 0 24px;
}

.pzs-wrap ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: #3DE8CA;
    border-radius: 13px;
    top: 50%;
    margin-top: -5px;
}

.pzs-wrap:after {
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    background-image: url(../img/pzs.png);
    width: 600px;
    height: 521px;
    right: -71px;
    top: -201px;
    background-size: contain;
}
.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: 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;
}
    .pzs-wrap ul li {
        font-size: 20px;
    }
    .pzs-wrap:after {
        right: -70px;
    }
}

@media (min-width: 992px) and (max-width: 1230px) {
    h1 {
        font-size: 45px;
        line-height: 43px;
    }
    .header {
    background-position: 66% top;
    /* 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: -100px;
    }
    .faq .accordion .card-header .btn {
        padding: 32px 70px 32px 32px;
    }
    .footer img {
        width: 124px;
        height: auto;
    }
    .footer .copyright {
        font-size: 14px;
    }
    .pzs-wrap ul li{
        font-size: 18px;
    }
    .pzs-wrap {
        padding: 30px 50px;
    }
    
    .pzs-wrap:after {
        width: 500px;
        height: 430px;
        right: -70px;
        top: -130px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 35px;
        line-height: 34px;
    }
    h2 {
        font-size: 42px;
        line-height: 42px;
    }
    .header {
        padding-bottom: 90px;
        background-position: 72%;
        /* margin-bottom: -100px; */
        /* background-size: 400px; */
    }
    .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;
    }
.pzs-wrap ul li{
        font-size: 19px;
    }
    .pzs-wrap {
        padding: 20px 30px;
        margin-bottom: 370px;
    }
    
    .pzs-wrap:after {
        width: 500px;
        height: 430px;
        right: 0;
        left: 0;
        top: 70px;
        margin: auto;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .wrapper {
        /*background: #3DE8CA url('../img/bg-m.jpg') no-repeat;*/
        /*background-size: cover;*/
    }
    h1 {
        font-size: 29px;
        line-height: 30px;
    }
    h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .p-w img {
        width: 48%;
    }
    .p-w {
        margin: 50px 0;
    }
    .header-desc .btn + .btn {margin-left: 0;}
    .header {
        padding-bottom: 60px;
        margin-bottom: 0;
        background-position: 60%;
    }
    .header-desc .btn {
        width: 100%;
        margin: 24px 0 0;
    }
    .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: -50px 0 -38px;
        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;
    }
    .pzs-wrap ul li{
        font-size: 17px;
        margin: 0 0 12px;
    }
    .pzs-wrap {
        padding: 20px 30px;
        margin: 50px 0 300px;
    }
    
    .pzs-wrap:after {
        width: 400px;
        height: 330px;
        right: 0;
        left: 0;
        top: 70px;
        margin: auto;
    }
    .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;
    }
    .copybg {
    background-image: unset;
        }
    .header {
        background-size: cover;
        padding-bottom: 90%;
        background-position: center bottom;
        margin-bottom: -30px;
        background-image: url(../img/bgsm.png);
    }
    .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: -36px;
        margin-bottom: -44px;
    }
    .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;
    }
    .pzs-wrap ul li:before {
        display: none;
    }
    .pzs-wrap ul li{
        font-size: 20px;
        margin: 0 0 12px;
        padding: 0;
    }
    .pzs-wrap {
        padding: 20px 30px;
        margin: 50px 0 230px;
        background: #f1f9fc;
    }
    
    .pzs-wrap:after {
        width: 300px;
        height: 280px;
        right: 0;
        left: 0;
        top: 84px;
        margin: auto;
    }
    .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) {

}

