body * {
    font-family: 'Futura PT';
    color: #fff;
}

.form-group.custom-row small {
    font-size: 14px;
}

html {
    font-size: 2vh;
}

.loading:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(39 39 39 / 78%);
    z-index: 10000;
}

.info-line a {
    color: inherit;
    text-decoration: underline;
    font-weight: 600;
}

body.scrolled header {
    position: fixed;
    top: 0;
    z-index: 11;
    left: 0;
    width: 100%;
    background: #000;
}
.pd-s-t {
    font-size: 20px;
    margin-bottom: 26px;
}
.modal .error {
    /*color: #000;*/
}

.answs-wrap {
    border-radius: 46px;
    border: 1px solid rgba(255, 255, 255, 0.71);
/*    background-image: url(/images/bg.png);*/
    box-shadow: 0px 4px 61px 0px #002845;
    background-size: cover;
    padding: 40px 70px;
}

.q-title {
    color: #FFF;
    text-align: center;
/* Text2 */
    font-family: Golos;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
 /* 39px */
    text-transform: uppercase;
    margin: 0 0 25px;
}

.js-game-tab {
    text-align: center;
}

.ans-row {
    display: flex;
    gap: 10px;
    margin: 0 0 15px;
}

a.d_link {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    margin-right: 140px;
}

a.d_link img {
    max-width: 162px;
}

a.d_link + a.d_link {
    margin-left: 0;
}

.ans-f {
    border-radius: 24px;
    border: 2px solid #FFF;
    background: radial-gradient(22.69% 22.69% at 77.33% 78.82%, #FFF 0%, #F8F8F8 100%);
    min-width: 190px;
    display: flex;
    align-items: center;
    height: 98px;
    padding: 10px;
    justify-content: space-between;
    max-width: 190px;
}

.ans-checkbox {
    min-width: 72px;
    height: 72px;
    border: 4px solid #00467A;
    border-radius: 43px;
    position: relative;
}

.ans-checkbox input {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    z-index: 10;
}

.ans-checkbox input:checked + span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/ans.png);
    background-position: center;
    background-repeat: no-repeat;
}

.ans-r {
    color: #00467A;
/* game */
    font-family: Golos;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
 /* 25.2px */
    background: #fff;
    flex: 1 1 auto;
    border-radius: 24px;
    border: 2px solid #FFF;
    background: radial-gradient(22.69% 22.69% at 77.33% 78.82%, #FFF 0%, #F8F8F8 100%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 0 25px;
}

body.scrolled {
    padding-top: 111px;
}

.post-title {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.file-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #AE60ED;
    display: inline-block;
    border: 2px solid;
    padding: 7px 18px;
    border-radius: 23px;
}

.info-modal-block .add-file-block {
    text-align: right;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

.trs, a, button {
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

a:hover , a:active , a:focus {
    outline: none;
    text-decoration: none;
}
/*FEEDBACK STYLES*/
.add-file-block {
    position: relative;
    margin: 21px 0 20px;
}
select.custom-select {
    border-radius: 33px;
}
.add-file-block input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
}

.feedback-block .checkbox-body {
    color: #ffffff;
}

.feedback-block .checkbox-wrap {
    border: 1px solid #00467a;
}

.checkbox-block {
    white-space: nowrap;
    vertical-align: middle;
}

.checkbox-body {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    /* or 12px */
    color: #ffffff;
    margin-left: 11px;
}

.checkbox-body a {
    color: inherit;
    text-decoration: underline;
    font-family: inherit;
}

.checkbox-wrap {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 12.12px;
    height: 12px;
    border-radius: 0;
    background: #fff;
}

.checkbox-wrap input:checked + span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #AE60ED;
    background-image: url(/images/check.png);
    background-size: 66%;
    background-position: center;
    background-repeat: no-repeat;
}

.checkbox-wrap input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}
/*FEEDBACK STYLES END*/


header {
    padding: 19px 0;
}

a.logo {
    background-position: center;
    display: inline-block;
    background-image: url(/images/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 81px;
    height: 62px;
}

ul.header-menu {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    justify-content: flex-start;
}

ul.header-menu li {
    display: inline-block;
    margin: 0 14px;
    font-size: 0;
    vertical-align: middle;
}

ul.header-menu li:nth-child(7) {
    margin-left: auto;
}

ul.header-menu li a {
    color: #ffffff;
    text-align: center;
    font-family: 'Futura PT';
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.28px;
}

ul.header-menu li a.header-btn {
    /* identical to box height */
    background: #C3E86C;
    padding: 10px 23px;
    background-size: 100% 100%;
    margin: 0;
    border-radius: 19px;
    color: #561E54;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
}

.pass-toggle {
    position: absolute;
    height: 25px;
    width: 36px;
    background-image: url(/images/eye.svg);
    background-position: right center;
    background-repeat: no-repeat;
    right: 6px;
    top: 50%;
    filter: invert(1);
    opacity: .3;
    border-left: 2px solid #fff;
    margin-top: -13px;
}

.owl-dots {
    margin: 15px 0 0;
}

a.action-link-head {
    background-image: url(/images/user.png);
    background-repeat: no-repeat;
    background-size: 40px;
    padding: 12px 50px 13px 21px;
    max-width: 215px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-position: 99% 2px;
    border: 2px solid #AE60ED;
    border-radius: 26px;
    text-transform: uppercase;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

ul.header-menu li.devider {
    margin-left: auto;
    margin-right: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
    background: #000000;
}

main {
    flex: 1 1 auto;
}

h3 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    margin: 0 0 50px;
}

footer {
    color: #fff;
    text-align: center;
    padding: 78px 0;
    background-size: cover;
}

.f-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px;
    flex-wrap: wrap;
}

.dater {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
 /* 15.6px */;
}

footer ul li a {
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
}

footer ul li a:hover, footer ul li a:visited, footer ul li a:active {
    color: #fff;
    text-decoration: underline;
}

footer ul {
    padding: 0;
    margin: 0 0 0;
}

footer ul li {
    display: inline-block;
    margin: 0 18px;
}

.copyright {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    text-align: left;
    color: #FFFFFF;
    opacity: 0.8;
}

.static-page {
    position: relative;
    padding: 0 0 80px;
}

.static-page:before {
    position: absolute;
/*    background-image: url(/images/bg.jpeg);*/
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.personal-top {
}

.personal-middle {
    padding: 0;
}

h2.static-page-title {
    line-height: 120%;
    /* or 54px */
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 60px;
    color: #fff;
    font-size: 59px;
    font-weight: 500;
}

.container-sm {
    padding: 30px 115px 0px;
}

.personal-middle .container {
}

.personal-middle table.table-custom  tr {
    /* border-color: #9a9a9a; */;
}

.personal-middle table.table-custom thead th {
    color: #ffffff;
    text-transform: uppercase;
}
.custom-table-wrap table.table-custom td {
    font-weight: 200;
}
.b-wrap {
    padding: 47px 30px 30px;
}

.info-line {
    font-style: normal;
    font-size: 21px;
    line-height: 120%;
    /* or 22px */
    margin: 0 0 5px;
}

.info-line b {
    font-weight: 700;
}

.info-lines-wrap {
    margin: 15px 0 50px;
    font-family: 'Nunito';
}

.info-bottom {
    text-align: left;
}

.info-bottom a {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.02em;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 0 0 32px;
    background-position: 0 center;
    margin-left: 0;
}

.personal-middle td {
    color: #ffffff !important;
}

.lkp-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
}

.lkp-item {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 20px;
}

.lkp-item img {
    height: 173px;
    margin: 0 0 26px;
}

.btn-custom {
    outline: none !important;
    padding: 24px 44px;
    display: inline-block;
    border-radius: 44px;
    background: #AE60ED;
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    border: 2px solid #AE60ED;
}

table.table-custom {
    width: 100%;
}

.bgi-section {
    margin: 0;
    padding: 80px 0 140px;
}

.bgi-section .static-page-title {
}

.wnrs-block {
    width: 850px;
    margin: 0 auto;
    max-width: 100%;
}

table.table-custom th {
    /* identical to box height */
    padding: 15px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #AE60ED;
}

table.table-custom thead tr {
    border-bottom: 3px solid #ffffff;
}

table.table-custom td {
    /* identical to box height, or 22px */
    text-transform: uppercase;
    padding: 15px 3px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
}

.slider-img img {
    width: auto !important;
    max-width: 93%;
    opacity: 0.5;
}

.slider-img.active img {
    opacity: 1;
}

.btn-custom:hover {
    color: #000;
    background: #AE60ED;
}

.slider-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    flex-direction: column;
}


.owl-item.center.active .lg-slider-item {
    transform: scale(2.4);opacity: 1;
}

.owl-item.center.active + .owl-item .lg-slider-item, .owl-item.center.active + .owl-item + .owl-item .lg-slider-item {
    transform: translateX(60%);
}

.lg-slider-item a {
    display: none;
}
.owl-item.center.active .lg-slider-item a img {
    width: 130px;
    margin: 0 0 11px;
}
.owl-item.center.active .lg-slider-item a {
    display: flex;
    transform: scale(.5);
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.owl-nav button {
    color: #1c7688;
    background-image: url(/images/par1.png);
    border: none;
    font-size: 0;
    font-weight: 100;
    line-height: 1;
    position: absolute;
    right: 30%;
    top: 71%;
    margin-top: -60px;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    width: 56px;
    height: 56px;
}

a.cheque-link {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(/images/cheque.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: -5px;
}

.owl-nav button.owl-prev {
    right: auto;
    left: 30%;
}

.owl-dots button {
    width: 12px;
    height: 12px;
    border: none;
    background: #FFD0FD;
    margin: 0 5px;
    border-radius: 15px;
    padding: 0;
}

.owl-dots button.active {
    background: #fff;
}

table.table-custom tbody tr {
    border-bottom: 1px solid #ffffff;
}

img.state-img {
    margin: 0 0px 5px 5px;
    filter: brightness(10000);
    opacity: 1;
}

.custom-row label {
    /* or 17px */
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
 /* 16.8px */
}

.custom-input {
    background: #fff;
    border-radius: 33px;
    border: 2px solid #C8C8C8;
    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
    min-height: 52px;
    font-size: 16px;
    padding: 0 20px;
}

.step-desc a:hover {
    color: #fff;
}

.checkbox-block.custom-row {
    margin: 0 0 12px;
}

textarea.form-control {
    height: 150px;
    resize: none;
}

a.link-underline {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    color: #ffffff;
}

.error {
    color: red;
    font-size: 15px;
    line-height: 1.2;
    white-space: normal;
    margin: 5px 0 0;
}

.main-top-row h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 120%;
    /* or 42px */
    text-transform: uppercase;
    color: #610628;
}

.main-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.main-top-row img:first-child {
    width: 390px;
}

.main-top-row img:nth-child(2) {
    width: 160px;
}

.main-info h1 {
    color: #FFF;
    font-family: Bebas Neue;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 50px;
}

.main-right {
    min-width: 38%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-image: url(/images/img1.png);
    background-size: cover;
    background-position: center top;
    padding-bottom: 130px;
    position: relative;
}

.main-slider-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-left > img {
    max-width: 45%;
    position: relative;
    top: 17%;
    left: 5%;
}

.main-info {
    text-align: center;
    font-size: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.main-left {
}

.main-text-block {
    color: #F1BC83;
    text-align: center;
    font-family: Bebas Neue;
    font-size: 129px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2.58px;
    text-transform: uppercase;
    margin: 71px 0 40px;
}

.info-text-md {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 21.4px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.428px;
    text-transform: uppercase;
}

.main-slider-text img {
    margin: 0 0 63px;
}

.main-right:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
    box-shadow: 0 -31px 59px 75px #212121;
}

.main-right:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0px 0px 42px 75px #212121;
}

.main-btn-wrap .btn-custom {
    padding: 18px 46px;
    border-color: #FF011C;
    color: #fff !important;
    border-radius: 40px;
    background: #FF011C;
}

.main-btn-wrap {
    position: relative;
    z-index: 10;
    margin: 70px 0 0;
}

.main-section {
    background-position: right  ,left bottom;
    background-size: auto 100%, contain;
    position: relative;
    background-image: url(/images/pdbg.png), url(/images/pd.png);
    min-height: 100vh;
    padding: 5vw 0;
    margin-top: -6vw;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-blend-mode: saturation;
}
.b-ins-row {
    width: 750px;
    margin: 0 auto;
}

.b-ins-row img {
    max-width: 100%;
}

.cond {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 34px;
    margin: 16px 0 0;
    text-shadow: 0px 0px 50px #AE60ED;
}

.cond-sm {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 92px 0 25px;
    text-shadow: 0px 0px 50px #AE60ED;
}

.bg-inside {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    position: relative;
}
.lins {
    height: 75px;
    background-size: contain;
    transform-origin: center center;
    animation: slide 75s linear infinite;
    width: 9090px;
    background-image: url(/images/line.png);
    margin-top: -4vw;
}
.bg-inside:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/el1.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    background-size: cover;
}
.main-block h1 {
    font-family: 'Bebas Neue';
    font-size: 104px;
    font-weight: bold;
    line-height: 1;
    margin: 4vw 0 0;
}

.main-block {
    margin-bottom: 14vw;
    padding: 0 25px;
}

.main-section .btn-custom {
    font-size: 32px;
    width: 93%;
}
/*.main-row {
    display: flex;
    background-image: url(/images/shape.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}*/
.prrend .checkbox-wrap input:checked + span:before {
    content: 'v';
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 1;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-left {
    display: flex;
    min-width: 62%;
    max-width: 62%;
    padding: 112px 0 130px;
    position: relative;
    z-index: 1;
    align-items: end;
}

.main-section .container:after {
}

.step-item {
    display: inline-flex;
    margin: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 25%;
    text-align: center;
    min-width: 25%;
    position: relative;
    padding: 56px 0 0;
}
.step-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/pddb.png);
    background-size: 500px;
    background-position: center -96px;
    background-repeat: no-repeat;
    z-index: -1;
}

.step-desc span {
    font-weight: bold;
    color: #c3e86c;
}

.step-item.step-item-a {
    position: relative;
}

.step-item.step-item-a:before {
    content: '';
    position: absolute;
    left: -50px;
    width: 137px;
    height: 23px;
    background-image: url(/images/arrow1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
}

.step-item.step-item-a:after {
    top: 262px;
    content: '';
    position: absolute;
    right: -99px;
    width: 137px;
    height: 23px;
    background-image: url(/images/arrow2.png);
    background-size: contain;
    background-position: center;
}

.step-img {
     /* 62.4px */
     text-transform: uppercase;
     text-align: center;
     line-height: 1;
 /* 217.434px */
     height: 199px;
     background-size: contain;
     background-position: center bottom;
     background-repeat: no-repeat;
     width: 100%;
     margin: 0 0 45px;
}

.step-img div {
    position: relative;
    color: inherit;
    top: -13px;
}

.steps-row {
    text-align: center;
    padding: 0 0;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    background-size: 100% 100%;
    a;:
    c;
}

h1.main-title {
    background: -o-linear-gradient(325.69deg, #006272 17.14%, #0FA0B8 61.97%, #016C7E 96.11%);
    background: linear-gradient(124.31deg, #006272 17.14%, #0FA0B8 61.97%, #016C7E 96.11%);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 65px;
    line-height: 120%;
/* or 78px */
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    color: #0FA0B8;
    margin: 0 0 20px;
    z-index: 2;
    position: relative;
}

.main-section .container {
    position: relative;
}

.main-title-adt {
    background: -o-linear-gradient(325.69deg, #006272 17.14%, #0FA0B8 61.97%, #016C7E 96.11%);
    background: linear-gradient(124.31deg, #006272 17.14%, #0FA0B8 61.97%, #016C7E 96.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    color: #0FA0B8;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    margin: 0 0 60px;
    z-index: 2;
    position: relative;
}

.terms {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
/* or 19px */
    background: #AE60ED;
    z-index: 2;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    padding: 12px 20px;
    border-radius: 21px;
    border: 1px solid #FFBA58;
}

h2 {
/* or 48px */margin-bottom: 75px;
     /* 300% */text-transform: uppercase;color: #ffffff;text-align: center;font-size: 58px;font-style: normal;font-weight: 500;line-height: 1.2;
 /* 181.818% */text-shadow: 0px 0px 50px #AE60ED, 0px 0px 150px #AE60ED;}

h2 span {
    color: #AE60ED;
    display: block;
    font-size: 49px;
}

.steps-section {
    padding: 0 0 150px;
    background-size: 100% 100%;
    background-position: center top;
    /* background-image: url(/images/el3.png); */
    background-repeat: no-repeat;
}

div#steps h2 ,div#products h2 {
    color: #fff;
}

.step-num {
    font-size: 37px;
    color: #000;
    line-height: 1;
    background-image: url(/images/numb.png);
    width: 62px;
    height: 62px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 23px;
}

.step-desc-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.step-desc div {
    margin: 0 0 15px;
     /* 38.4px */
    text-transform: uppercase;
    color: #AE60ED;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
 /* 28.8px */
    text-align: center;
}

.step-desc b {
    font-weight: 700;
}

.step-item:last-child .step-img {
    /* min-width: 139px; */;
}

.step-desc {
    /* or 31px */
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 300;
}

@keyframes slide {
    0% {
        transform: translate(0);
    }

    to {
        transform: translate(-4545px);
    }
}

@keyframes rot {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(45deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-45deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.line {
    height: 136px;
    position: relative;
}

.line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    transform-origin: center center;
    animation: slide 75s linear infinite;
    width: 9090px;
}

div#prizes {
    background-image: url(/images/pdp1.png), url(/images/pdp2.png);
    background-repeat: no-repeat;
    background-position: left center, right center;
    padding: 100px 0 150px;
}
.pd-p-top div {
    font-size: 64px;
    text-transform: uppercase;
    line-height: 1.1;
    text-shadow: 0px 0px 50px #AE60ED, 0px 0px 50px #AE60ED, 0px 0px 150px #AE60ED, 0px 0px 150px #AE60ED;
}
.pd-p-item div:first-child {
    height: 190px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* margin-top: 104px; */
}

.pd-p-item:nth-child(2) div:first-child, .pd-p-item:nth-child(3) div:first-child {
    /* background-size: contain; */
    height: 140px;
    margin: 40px 0;
}

.pd-p-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/el2.png);
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    z-index: -1;
    background-size: cover;
    background-position: center;
}

.pd-prg-line {
    border: 3px solid #AE60ED;
    border-radius: 20px;
    height: 30px;
    position: relative;
    display: flex;
    justify-content: space-around;
    padding: 0 7%;
}

.pd-prg-wrap {
    margin: 55px 0 0;
}

.pd-prg-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 16%;
   background: #D6A4FF;
background: -webkit-linear-gradient(127deg, rgba(214, 164, 255, 1) 0%, rgba(191, 116, 251, 1) 54%, rgba(174, 96, 237, 1) 100%);
background: -moz-linear-gradient(127deg, rgba(214, 164, 255, 1) 0%, rgba(191, 116, 251, 1) 54%, rgba(174, 96, 237, 1) 100%);
background: linear-gradient(127deg, rgba(214, 164, 255, 1) 0%, rgba(191, 116, 251, 1) 54%, rgba(174, 96, 237, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D6A4FF", endColorstr="#AE60ED", GradientType=0);
    height: 100%;
    border-radius: 15px;
}

.pd-prg-line span {
    width: 38px;
    height: 38px;
    display: inline-block;
   background: #D6A4FF;
background: -webkit-linear-gradient(127deg, rgba(214, 164, 255, 1) 0%, rgba(191, 116, 251, 1) 54%, rgba(174, 96, 237, 1) 100%);
background: -moz-linear-gradient(127deg, rgba(214, 164, 255, 1) 0%, rgba(191, 116, 251, 1) 54%, rgba(174, 96, 237, 1) 100%);
background: linear-gradient(127deg, rgba(214, 164, 255, 1) 0%, rgba(191, 116, 251, 1) 54%, rgba(174, 96, 237, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D6A4FF", endColorstr="#AE60ED", GradientType=0);
    border-radius: 25px;
    z-index: 10;
    position: relative;
    top: -7px;
}

.pd-prg-line span:before {
    width: 30px;
    height: 30px;
    background: #1D0C2C;
    content: '';
    position: absolute;
    border-radius: 22px;
    left: 4px;
    top: 4px;
}

.pd-prg-line span.active:before {
    background: #fff;
}

.pd-prg-title {
    display: flex;
    justify-content: space-around;
    padding: 0 7%;
}

.pd-prg-title div {
    text-align: center;
    color: #AE60ED;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.2;
    margin: 45px 0 0;
    width: 17%;
}
.pd-p-top {
    display: flex;
    justify-content: space-around;
    margin: 0 0 88px;
}

.pd-p-row {
    display: flex;
    justify-content: space-around;
    padding: 0 7%;
}

.pd-p-item {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    text-align: center;
    position: relative;
}

.pd-p-name {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 300;
    margin: 33px 0 0;
}
.prizes-section:after {
    content: '';
    position: absolute;
    right: 0;
    top: -37%;
    height: 100%;
    width: 27%;
    background-image: url(/images/shape1.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.container {
    position: relative;
    z-index: 10;
}

.prizes-section:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -9%;
    height: 100%;
    width: 35%;
    background-image: url(/images/shape2.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.prizes-section {
    text-align: center;
    position: relative;
    /* padding: 20px 0 0; */
    background-size: cover;
    background-position: center top;
    background-image: url(/images/bg.png);
    min-height: 62vw;
}

.prizes-row h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin: -45px 0 55px;
    font-weight: bold;
}

.step-item:first-child .step-img {
}

.step-desc a {
    /*display: block;
    margin: 20px 0 0;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 94%;*/
    white-space: nowrap;
    display: inline-block;
    border-bottom: 1px solid;
}

.d-prizes {
    margin: 60px 0 0;
}

.prize-sm-text {
    color: #777;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin: 10px auto 0;
    max-width: 370px;
}

.prizes-section h2 {
    /* or 54px */
    margin-bottom: 20px;
}

.prize-img-wrap {
    position: relative;
    display: flex;
    height: 459px;
    align-items: center;
}

.prize-img-wrap img {
    width: 55% !important;
    !i;!;
    margin: 0 auto;
    filter: drop-shadow(-1px 0px 20px #fff);
    transform: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.subt {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
}

.prizes-row-sm {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 30px;
}

.prize-img-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(/images/bgp.png);
    opacity: 1;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

img.p-img-sm {
    width: auto !important;
    !i;!;
    height: 232px;
}

.prize-img-wrap.prize-img-wrap-b:after {
    border-radius: 100%;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    background: #460019;
    opacity: 0.4;
    filter: blur(10.5px);
    width: 191px;
    margin: auto;
}

.prize-img {
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 20px;
    position: relative;
    background-size: contain;
}

.prize-desc img {
    display: block;
    width: auto;
    margin: 0 auto;
}

.product-item img {
    max-width: 100%;
}

.feedback-block .custom-input {
    color: #ffffff !important;
}

.products-slider-wrap .prize-img {
    height: 244px;
    background-size: contain;
    border: 33px solid transparent;
}

.products-slider-wrap {
    margin: 0 auto 45px;
}

.prizes-row-sm img {
    width: 295px;
}

.prize-desc {
    font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 36px 0 0;
    max-width: 250px;
    margin: 0 auto !important;
    !i;!;
}

.prize-desc span {
    display: block;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 110%;
    text-transform: none;
    margin: 10px 0 0;
}

span.sm-pr {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 77%;
 /* 11.55px */;
}

.prizes-row h2 {
     /* 61.6px */
    margin-bottom: 71px;
}

.prize-desc span b {
    color: #FFF;
    font-family: Montserrat;
    font-size: 28px;
    font-style: italic;
    font-weight: 800;
    line-height: 132%;
}

.prizes-row .main-btn-wrap {
    margin-top: 50px;
}

.prizes-slider-wrap {
    padding: 0 40px;
}

.owl-item .prize-name {
    font-size: 25px;
}

.owl-item .prize-desc {
     /* 104% */
    margin: 25px 0 0;
}

.prize-name {
    margin: 0;
/* Text2 */
     /* 39px */
    color: #0153A7;
    text-align: center;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 110%;
 /* 28.6px */
    text-transform: uppercase;
    margin: 0 0 34px;
}

.prize-name.prize-name-main {
}

.pers-center {
    text-align: center;
    min-width: 351px;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 1;
    background-image: url(/images/bg3.png), url(/images/el2.png);
    background-size: contain, 477px;
    background-position: center , center -63px;
    flex: 1 1 auto;
    margin: -53px 40px;
    background-repeat: no-repeat;
    height: 300px;
    padding: 40px 0 0;
}

.pers-right.text-center {
    justify-content: center;
    flex: 1 1 auto;
}
.pers-wrap {
    border: 2px solid #AE60ED;
    border-radius: 48px;
    padding: 25px 43px;
    box-shadow: 0px 0px 25px 2px #AE60ED;
    min-height: 250px;
    display: flex;
    flex-wrap: wrap;
    /* background: #070b16; */
    overflow: hidden;
}
.pers-wrap > * {
    /* flex: 1 1 auto; */
    display: flex;
    flex-direction: column;
}
.pers-titile {
    color: #AE60ED;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pers-line {
    color: #AE60ED;!im;!i;!;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    margin: 0 0 11px;
}

.pers-line a {
    color: #EF2D30;
}
.tabs-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin: 60px 0;
}

.tab-item {
    border: 2px solid #AE60ED;
    color: #AE60ED;
    text-transform: uppercase;
    padding: 12px 28px;
    border-radius: 36px;
}
.tab-item:hover {
    color: #fff;
}
.tab-item.active {
    background: #AE60ED;
    color: #ffffff;
}
.c-title {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 32px;
    margin: 0 0 23px;
}

.cinfo-row {
    display: flex;
    gap: 21px;
    margin: 0 0 44px;
}

.cinfo-block {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.cinfo-block label {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 15px;
}

.c-btns-row a.btn-custom.btn-custom-red {
    display: inline-block;
}

.c-btns-row {
    display: flex;
    gap: 22px;
    margin: 70px 0 0;
}

.c-btns-row .btn-custom {
    font-size: 20px;
}

.c-btns-row .btn-custom.btn-custom-invert {
    background: #AE60ED;
    color: #000;
}


@media (min-width: 1550px) {
}

.prizes-section p {
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    /* or 35px */
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 30px;
}

.owl-item.active.center .prize-img-wrap img {
    transform: scale(1.6);
    filter: drop-shadow(-1px 0px 7px #fff);
}

.prize-desc div {
    font-weight: 500;
    font-size: 30px;
}

.prizes-section img {
    max-width: 100%;
}

img.single-img {
    margin: 0 0 55px;
}

.pdel {
    

color: #C3E86C;
    font-size: 50px;
    font-weight: bold;
    margin: -40px 57px 0;
}

div {
}

img.tr-y {
margin: 0 0 -33px;
}

.btn-custom[disabled] {
opacity: .3;
pointer-events: none;
}

.prizes-row {
padding: 90px 0 0;
}

.gallery-section {
z-index: 10;
text-align: center;
position: relative;
padding: 90px 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
}

.test-section h2 {
}

.info-lg p {
width: 1000px;
max-width: 100%;
margin: 0 auto;
}

.info-lg img {
position: absolute;
}

img.pers1 {
width: 130px;
right: 38px;
top: -62px;
}

img.pers2 {
width: 305px;
left: 5px;
top: 135px;
transform-origin: 63% 80%;
animation: rot 4s linear infinite;
}

.info-lg {
margin: -40px auto 42px;
/* game */
max-width: 100%;
color: #c3e86c;
text-align: center;
font-family: "Exo 2";
font-size: 250px;
font-style: normal;
font-weight: bold;
     /* 155.882% */
position: relative;
line-height: 1;
}

.test-section {
padding: 150px 0 96px;
/*    background-image: url(/images/bg2.png);*/
background-size: cover;
background-position: center;
}

.test-section > img {
width: 100%;
margin: 50px 0 0;
}

.test-section .btn-custom {
margin: 0;
min-width: 300px;
max-width: 100%;
}

.gallery-section h2 {
color: #00467a;
width: 900px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}

.personal-top .btn-custom {background: #AE60ED;/* color: #000; */font-size: 21px;/* width: 316px; *//* max-width: 100%; */}

.gallery-section h2 {
    /* or 54px */;
}

.gallery-section img {
max-width: 100%;
}

.gallery-section .container {
padding: 0 15px;
position: relative;
}

.gallery-section p {
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 130%;
/* or 29px */
/* Gray 1 */
color: #333333;
padding-right: 140px;
margin-bottom: 64px;
}

.gallery-section a {
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
/* identical to box height */
text-align: center;
letter-spacing: 0.02em;
text-transform: uppercase;
border: 2px solid;
border-radius: 45px;
padding: 22px 38px;
display: inline-block;
}

.product-img {
height: 370px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}

.product-title {
font-weight: 700;
font-size: 24px;
line-height: 120%;
    /* or 29px */
text-align: center;
text-transform: uppercase;
color: #741839;
padding: 0 20px;
margin: 20px 0 0;
}

.js-products-gallery {
padding: 0 30px;
margin-top: 30px;
}
.lg-slider-item {
    height: 0;
    padding-bottom: 45%;
    background-size: cover;
    background-position: center;
    width: 79%;
    margin: 33% auto;
    border-radius: 31px;
    border: 1px solid #AE60ED;
    position: relative;
    transform: translateX(-60%);
    opacity: .6;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}



.slider-lg-section button.owl-next {
    transform: unset !important;
    right: 5%;
    left: auto !important;
}

.slider-lg-section .owl-nav button {
    top: 52%;
    left: 5%;
    transform: rotate(180deg);
}

.owl-nav {}

.slider-lg-section .owl-nav {}

.lg-slider-item a {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gallery-section .owl-nav button span {
color: #0053A7;
font-size: 99px;
font-family: 'Nunito';
font-weight: 100;
}

.winners-section h2 {
    /* or 54px */
    color: #fff;
}

.lines-wrapper.lines-wrapper-ab {
position: absolute;
left: 0;
bottom: -22%;
right: 0;
}

.lines-wrapper.lines-wrapper-ab .line1.line {
transform: rotate(9deg);
}

.lines-wrapper.lines-wrapper-ab .line2.line {
transform: rotate(-9deg);
}

.winners-section {padding: 900px 0;background-size: contain;background-position: center;position: relative;background-image: url(/images/wbg1.png);background-repeat: no-repeat;margin: -800px 0;}

.v-section:before {/* content: ''; */position: absolute;right: 0;top: -500px;height: 900px;width: 27%;background-image: url(/images/shape3.png);background-size: contain;background-position: right center;background-repeat: no-repeat;}

.v-section:after {/* content: ''; */position: absolute;left: 0;height: 1200px;width: 739%;background-image: url(/images/shape4.png);background-size: contain;background-position: left center;background-repeat: no-repeat;top: -200px;}

.search-row {text-align: center;margin: 0 0 50px;display: flex;align-items: center;justify-content: center;gap: 27px;}

img.mm-sm {
width: 180px;
margin: -25px auto 0;
}

.search-row input, .search-row select {
border: none;
border-radius: 32px;
height: 56px;
background: #fff;
font-weight: 500;
font-size: 16px;
line-height: 120%;
padding: 0;
outline: none;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%;
 /* 19.2px */
appearance: none;
-webkit-appearance: none;
text-transform: uppercase;
color: #807D7C;
}

select option {
color: #000 !important;
}

.search-row input {padding: 0 50px 0 20px;background-repeat: no-repeat;background-position: 95% center;margin-right: 0;background-image: url(/images/search.svg);width: 311px;}
/*.search-row input::-webkit-input-placeholder {color:#fff;}
.search-row input::-moz-placeholder          {color:#fff;}
.search-row input:-moz-placeholder           {color:#fff;}
.search-row input:-ms-input-placeholder      {color:#fff;}*/
input.datepicker {
width: 220px;
background-image: url(/images/Ãƒâ€˜Ã‚Âalendar.svg);
}

.search-row select {
width: 268px;
padding: 0 0 0 21px;
appearance: none;
background-image: url(/images/ard.svg);
background-repeat: no-repeat;
background-position: 97% center;
}

.winners-section table.table-custom th, .winners-section table.table-custom td {
/* color: #fff; */;
}

.winners-section table.table-custom thead tr {border-bottom: 2px solid #AE60ED;}

ul.pagination {
text-align: center;
display: block;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
margin: 40px 0 0;
}

ul.pagination li {
display: inline-block;
margin: 0 7px;
}

.products-row {
display: flex;
justify-content: space-between;
text-align: center;
margin: 0 0 85px;
}

.product-desc div {
font-weight: 400;
}

div#products {}
.v-section {
    position: relative;
    background-image: url(/images/el3.png),url(/images/vbg.png), url(/images/vbg1.png);
    background-size: 100% 100%, auto, auto;
    background-position: center top, left center, right center;
    background-repeat: no-repeat;
    background-blend-mode: difference;
}

.v-img {
    height: 0;
    padding-bottom: 61%;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    margin: 0 0 33px;
}

.v-section .owl-nav button {
    right: -22px;
    background-image: url(/images/par.png);
    transform: rotate(180deg);
    top: 50%;
}

.v-section .owl-nav button.owl-prev {
    left: -22px;
    transform: rotate(0deg);
}

.v-section .owl-carousel {
    padding: 0 45px;
}

.v-item {
    border: 2px solid #AE60ED;
    padding: 20px 20px 60px;
    width: 85%;
    margin: 0 auto 100px;
    border-radius: 48px;
    position: relative;
    background: #00000066;
}

.v-info {
    color: #AE60ED;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.v-name {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
}

.v-desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
}

.v-item.v-item-blur .btn-custom {
    display: none !important;
}

.v-item.v-item-blur {
    filter: blur(5px);
}
div#products .btn-custom {font-size: 17px;width: 259px;max-width: 100%;padding: 19px 0;margin: 0 auto 0;display: block;position: absolute;left: 0;right: 0;bottom: -32px;box-shadow: 0px 0px 14px 2px #AE60ED;}

.product-desc {
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 100;
line-height: 120%;
margin: 41px 0 0;
text-transform: uppercase;
}

ul.pagination li a {
 color: #ffffff;
 text-align: center;
 font-size: 14px;
 font-style: normal;
 font-weight: 500;
 line-height: 120%;
 /* 16.8px */
 }

.bg-bt-section {
}

.feedback-section {padding: 19px 0 150px;background-image: url(/images/el3.png);background-size: 100% 100%;background-position: center;position: relative;z-index: 1;}

.feedback-section.bgd-section .container {
padding: 0 60px;
}

.tsm {
text-align: center;
color: #0153A7;
font-size: 34px;
font-weight: 400;
margin: 0 0 75px;
}

h2.f-tit {
    /* or 38px */
text-transform: uppercase;
margin: 0 0 30px;
color: #0053A7;
text-align: center;
font-family: Montserrat;
font-size: 32px;
font-style: italic;
font-weight: 700;
line-height: 120%;
 /* 38.4px */;
}

.faq-body {
display: none;
}

.ask {border: 1px solid #AE60ED;width: 87%;background: #111111a6;margin-left: auto;border-radius: 40px;display: flex;flex-direction: column;align-items: center;justify-content: flex-start;text-transform: uppercase;text-align: center;}

.ask-desc {
text-align: center;
font-size: 19px;
font-weight: 400;
margin: 24px 0;
}

.ask-title {
font-size: 30px;
}

.ask .btn-custom {font-size: 22px;color: #1D1D1D;}

.ask img {
width: 51%;
margin: 20px 0 9px;
}

.f-row img {
max-width: 200px;
}

.faq-header {
 position: relative;
 padding: 15px 40px 15px 0px;
 border-bottom: 1px solid #AE60ED;
 cursor: pointer;
 color: #ffffff;
 font-size: 20px;
 font-style: normal;
 line-height: 140%;
 /* 28px */
 text-transform: uppercase;
 }

.faq-header:before {
background: #c3e86c;
margin-right: 10px;
width: 7px;
height: 7px;
display: inline-block;
border-radius: 14px;
vertical-align: middle;
}

.faq-header:after {content: "";font-weight: 100;font-size: 60px;position: absolute;right: 0;top: 50%;margin-top: -6px;background-image: url(/images/ardf.png);width: 20px;height: 13px;background-position: center;background-repeat: no-repeat;background-size: contain;}

.opened-item .faq-body {
display: block;
}

.faq-body {font-weight: 400;font-size: 18px;line-height: 140%;color: #ffffff;padding: 23px;}

.opened-item .faq-header:after {
transform: rotate(-180deg);
}

.faq-scroll {
height: 600px;
}

.faq-item {
width: 94%;
}

.feedback-block {
flex: 1 1 auto;
border-radius: 4px;
display: flex;
padding: 45px 60px;
background: #460144;
}

.feedback-wrap {
display: flex;
flex-direction: column;
padding: 0 0 0 100px;
}

.feedback-wrap .custom-row label {
}

.rec-wrap {
padding: 50px 0 0;
text-align: center;
}

.info-lg.info-lg-b {
color: #0053a7;
font-size: 33px;
margin: 0 0 55px;
}

.rec-wrap img {
margin-bottom: 45px;
}

.captcha-wrap {
transform: scale(0.7);
transform-origin: 0 0;
}

.btn-custom.btn-custom-sm {
border: none;
font-weight: 500;
font-size: 14px;
line-height: 17px;
text-align: center;
letter-spacing: 0.02em;
padding: 9px 24px;
color: #460344;
font-family: 'Montserrat';
text-transform: none;
}

.add-file-block span {
display: block;
font-weight: 500;
font-size: 14px;
line-height: 120%;
    /* or 17px */
text-decoration-line: underline;
    /* White */
color: #c3e86c;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
font-family: 'Montserrat';
}

.modal .captcha-wrap {
transform-origin: bottom center;
}

.vote-wrap {
display: flex;
align-items: center;
justify-content: center;
margin: 40px 0 40px;
gap: 30px;
}

.vote-title {
color: #FFB600;
text-align: center;
font-family: "Exo 2";
font-size: 26px;
font-style: normal;
font-weight: 900;
line-height: 30px;
 /* 115.385% */
text-transform: uppercase;
margin: 0 0 30px;
}

.vote-item {
text-align: center;
justify-content: center;
}

.vote-res {
color: #FFF;
text-align: center;
font-family: "Exo 2";
font-size: 65px;
font-style: normal;
font-weight: 900;
line-height: 1;
 /* 104.615% */
text-transform: uppercase;
margin: 35px 0 0;
}

.vote-res span {
display: block;
font-size: 29px;
}

.test-section {
position: relative;
z-index: 1;
}

@media(max-width: 1650px) {
.main-info h1 {
    font-size: 80px;
}

.main-section .container {
    max-width: 1400px !important;
}
}

@media (max-width: 1550px) {
    .steps-row {
    /* flex-wrap: wrap; */
    /* font-size: 0; */
    /* justify-content: center; */;
    }

    .step-item {
/* max-width: 25%; */;
    }

    .step-desc {
    /* text-align: center; */;
    }

    .step-desc div {
    /* text-align: center; */
    /* font-size: 22px; */;
    }

    .step-img {
    /* max-width: 56px; */
    /* margin: 0 auto 16px; */;
    }
}

@media (max-width: 1450px) {
    .main-info h1 {
        font-size: 60px;
        margin: 0 0 30px;
    }

    .main-left {
        justify-content: space-between;
        padding: 100px 0;
    }

    .main-text-block {
        font-size: 100px;
    }

    .info-text-md {
        font-size: 17px;
    }

    .main-slider-text img {
        width: 280px;
    }

    .main-right {
        padding-bottom: 100px;
    }

    .main-row {
        background-size: 57%;
    }
}

@media (max-width: 1400px) {
    a.d_link {
        max-width: 150px;
        margin-right: 85px;
    }
    ul.header-menu li a{

    }
    .v-name {
        font-size: 21px;
    }
    .b-ins-row {
    width: 600px;
}

.cond {
    font-size: 27px;
}

.cond-sm {
    font-size: 25px;
    margin: 59px 0 25px;
}
.container-sm {
    padding-left: 0;
    padding-right: 0;
}
    .steps-row {
    /* margin: -174px 0 0; */
        padding: 0;
    }

    ul.header-menu li {
        /* margin: 0 6px; */
    }

    .vote-item img {
        max-width: 100%;
    }

    .vote-item {
        max-width: 50%;
        width: 50%;
        min-width: 50%;
    }

    .main-section .container {
        max-width: 1200px !important;
        /* padding: 45px 0; */
    }

    .header-row {
        padding: 0;
    }

    .prizes-section {
        padding: 40px 0 0;
    }

    .main-section.bgd-section .container:after {
        width: 280px;
        top: 75%;
    }

    .step-desc {
        font-size: 17px;
    }

    .step-num {
    }

    .info-lg {
        font-size: 206px;
    }

    img.pers2 {
        left: -33px;
        top: 120px;
    }

    img.pers1 {
        right: 14px;
        top: -87px;
    }

    .feedback-wrap {
        padding: 0 0 0 50px;
    }
    .pd-p-row {
    padding: 0;
}

.pd-prg-line {
    padding: 0;
}

.pd-prg-title {
    padding: 0;
}

.pd-prg-fill {
    width: 10%;
}
}
@media (max-width: 1300px) {
    .main-section.bgd-section {
    padding: 183px 0 10vw;
    background-size: auto  86% , auto 90%;
    background-position: right bottom ,left bottom;
    min-height: 83vh;
    margin-top: -14vw;
}
    .bg-inside {
    justify-content: flex-end;
    align-items: flex-end;
}

.b-ins-row {
    width: 500px;
}

.cond {
    font-size: 23px;
}

.cond-sm {
    font-size: 22px;
}
}
@media (max-width: 1200px) {
    ul.header-menu li {
        margin: 0 4px;
    }

    ul.header-menu li a {
        font-size: 14px;
    }

    a.d_link img {
        max-width: 120px;
    }

    a.d_link {
        height: auto;
        margin-right: 110px;
    }

    header {
        padding: 20px 0;
    }

    a.action-link-head {
        font-size: 13px;
        margin: 0;
        padding: 10px 39px 11px 14px;
        background-size: 33px;
        font-size: 13px !important;
        !i;!;
    }
.pers-center {background-size: contain, 269px;background-repeat: no-repeat;height: auto;margin: 0;padding: 0;background-position: center ,center;}

.pers-titile {
    margin-bottom: 30px;
}

.pers-right.text-center {
    margin: 30px 0 0;
}
    .main-section.bgd-section .container:after {
        width: 250px;
        top: 78%;
    }

    .step-num {
    }

    .step-desc br {
        display: none;
    }

    .js-prize-slider {
        margin: 43px auto 0;
    }

    img.pers1 {
        width: 100px;
        top: -74px;
    }

    img.pers2 {
        width: 282px;
    }

    .main-info h1 {
        font-size: 41px;
    }

    ul.header-menu li:last-child {
    /* margin-left: 20px; */;
    }

    ul.header-menu {
        margin: 0 0 0 0;
        justify-content: space-around;
    }

    .main-left {
        padding: 60px 0;
    }

    .main-row .btn-custom {
        font-size: 14px;
    }

    .prize-desc {
    /* font-size: 22px; */;
    }

    .main-right {
        padding-bottom: 60px;
    }

    .main-slider {
        position: relative;
        z-index: 10;
    }

    .main-left > img {
        max-width: 40%;
    }

    .main-info {
        flex: 1 1 auto;
        text-align: center;
        justify-content: center;
    }

    h2, .prizes-section h2, .gallery-section h2, .winners-section h2 {
        font-size: 56px;
        margin-bottom: 50px;
        line-height: 1;
    }

    ul.header-menu li a.header-btn {
        padding: 9px 9px;
        margin: 0;
        font-size: 12px;
    }

    a.logo {
        width: 200px;
        height: 54px;
    }

    .main-top-row h1 {
        font-size: 30px;
    }

    .main-top-row img:nth-child(2) {
        width: 120px;
    }

    .main-top-row img:first-child {
        width: 300px;
    }

    .main-top-row {
        padding: 20px 0;
    }

    .main-btn-wrap .btn-custom {
        font-size: 20px;
    }

    .prizes-row .main-btn-wrap {
        margin-bottom: 0;
    }

    .step-item {
    }

    .step-img span {
        left: 14px;
    }

    .step-desc {
        font-size: 15px;
    }
   .main-section.bgd-section {
    min-height: unset;
    padding: 114px 0;
    margin: -100px 0 0;
    background-size: 1120px, 920px;
}

.b-ins-row {
    width: 400px;
}

.cond {
    font-size: 18px;
}

.cond-sm {
    font-size: 18px;
}

.lins {
    height: 50px;
}

.pd-p-top div {
    font-size: 45px;
}

.pd-p-top {
    align-items: center;
    margin: 0 0 51px;
}

div#prizes {
    padding: 80px 0;
    background-position: left -300px, right -300px;
}

.pd-p-item:nth-child(2) div:first-child, .pd-p-item:nth-child(3) div:first-child {
    height: 100px;
    margin: 60px 0 0;
}

.pd-p-item div:first-child {
    height: 120px;
    margin: 80px 0 0;
}

.pd-p-item:before {
    background-size: 253px;
    background-repeat: no-repeat;
}

.pd-prg-title div {
    font-size: 20px;
}

.step-item:before {
    background-size: 400px;
    background-position: center -27px;
}

    .prizes-section {
        padding: 95px 0 0;
    }

    .prizes-section h2, .gallery-section h2, .winners-section h2 {
    }

    img.single-img {
        width: 200px;
    }

    .prizes-section p {
        font-size: 26px;
    }

    .prize-img {
    }

    .prizes-row h4 {
        font-size: 16px;
    }

    img.img-main-prize {
        width: 500px;
    }

    .product-img {
        height: 300px;
    }

    .product-title {
        font-size: 20px;
    }

    .search-row input {
    }

    .winners-section table.table-custom th, .winners-section table.table-custom td {
        font-size: 13px;
    }

    .feedback-section {
    }

    .faq-header {
        font-size: 19px;
        line-height: 1.2;
    }

    .faq-header:after {
    }

    .feedback-wrap {
        padding: 0;
    }

    .faq-item {
        width: 92%;
    }

    footer {
        padding: 50px 0;
    }

    .container-sm {
        padding: 50px 20px;
    }

    h2.static-page-title {
        font-size: 38px;
    }

    .main-section .container:after {
        background-size: auto 73%;
    }

    .main-section .container {
    /* padding-top: 50px; */
    /* padding-bottom: 35px; */
    /* max-width: 980px !important; */
        padding: 0 15px;
    }

    h1.main-title {
        font-size: 60px;
    }

    .steps-section {
        padding: 0 0 100px;
    }

    .step-desc div {
        font-size: 26px;
    }

    .steps-row {
        padding: 0 0 0;
        align-items: center;
        background: unset;
        margin: 0;
    }

    .main-btn-wrap {
    }

    .prize-name {
    }

    .owl-item .prize-desc {
        font-size: 22px;
    }

    .gallery-section p {
        font-size: 17px;
    }

    .prize-desc span {
        font-size: 20px;
    }

    .prize-img-wrap.prize-img-wrap-b .prize-img {
        background-size: 200px;
    }

    .prizes-row h2 {
    }

    .main-section .btn-custom {
        font-size: 20px;
    }

    .info-lg, .info-lg.info-lg-b {
        font-size: 174px;
    }

    .vote-item img {
        width: 350px;
    }

    .products-slider-wrap .prize-img {
    /* height: 400px; */;
    }

    .step-item.step-item-a:before {
        transform: rotate(94deg);
        left: auto;
        right: 28px;
        top: -80px;
    }

    .step-item.step-item-a:after {
        transform: rotate(83deg);
        right: auto;
        left: 26px;
        top: 363px;
    }

    .step-desc span {
        width: 264px;
        margin: 19px auto 0;
    }
.step-img {
        /* max-width: 100%; */
        /* height: 250px; */
    }

    a.t-wrap img {
        width: 41px;
    }

    .terms {
        font-size: 27px;
    }

    .prize-img-wrap {
        height: 311px;
    }

    img.p-img-sm {
        height: 175px;
    }

    .product-item img {
        max-width: 140px;
    }
.product-desc {font-size: 19px;}
    .ask {
        width: 100%;
        padding: 0 16px;
        line-height: 1.2;
    }
}

@media (max-width: 991px) {
    .ans-r {
        font-size: 15px;
    }

    ul.header-menu {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 101;
        overflow: auto;
        text-align: left;
        padding: 100px 0px 0px;
        background: #000000;
        color: #fff;
        margin: 0;
    }
.header-menu li.mob-btns {
    margin-top: auto !important;
}

.header-menu li.mob-btns a {
    width: 100%;
    margin-top: 20px;
}

.header-menu li.mob-btns a.btn-custom {
    box-shadow: 0px 0px 28px 1px #AE60ED;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #000;
}

.header-menu li.mob-btns a.btn-custom.btn-custom-invert {
    box-shadow: none;
    background: #AE60ED;
    color: #ffffff;
}
    .mobile-wrap {
        width: 39px;
        cursor: pointer;
    }
a.t-wrap {
    margin: 0 16px;
}
    a.d_link {/*    height: 64px;*/position: relative;z-index: 103;}

    .mobile-wrap div {
        background: #ffffff;
        height: 2px;
        border-radius: 4px;
        margin: 8px 0;
    }

    .main-top-row img:first-child {
        width: 200px;
    }

    .main-top-row img:nth-child(2) {
        width: 90px;
    }

    .main-top-row h1 {
        font-size: 22px;
    }

    .main-btn-wrap .btn-custom {
        padding: 21px 30px;
        font-size: 19px;
    }

    .main-btn-wrap {
        margin: 40px 0 0;
    }

    body.opened-menu ul.header-menu {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    body.opened-menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    ul.header-menu li {
        display: block;
        line-height: 1;
        margin: 0 auto 21px !important;
        width: 700px;
        background: #000;
        z-index: 200;
    }

    ul.header-menu li a {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height */
        text-align: center;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #ffffff;
    }

    ul.header-menu li a.header-btn {
        border-radius: 28px;
        padding: 16px 36px;
        display: inline-block;
        font-size: 15px;
    }

    a.action-link-head {
        display: none;
        padding-left: 0;
        border: none;
        background-size: 41px;
        background-position: right 0px;
        border-radius: 0;
        padding-right: 50px;
        color: #AE60ED;
        font-size: 15px !important;!i;!;
    }

    body.opened-menu .mobile-wrap div {
        background: #fff;
        height: 2px;
    }

    body.opened-menu .mobile-wrap {
        position: relative;
        z-index: 101;
        top: 10px;
    }

    body.opened-menu .mobile-wrap div:nth-child(2) {
        display: none;
    }

    body.opened-menu .mobile-wrap div:nth-child(1) {
        transform: rotate(45deg);
    }

    body.opened-menu .mobile-wrap div:nth-child(3) {
        transform: rotate(-45deg);
        top: -10px;
        position: relative;
    }

    .steps-row {
        /* padding: 0 0 50px; */
        gap: 0;
        margin-bottom: 35px;
        align-items: flex-start;
    }

    a.d_link img {
        max-height: 55px;
    }

    a.d_link + a.d_link {
        margin-left: 12px;
    }

    header {
        padding: 15px 0;
    }

    .main-section .container {
        max-width: 760px !important;
        padding: 20px 0;
    }

    .main-section.bgd-section .container:after {
        width: 185px;
        left: 0;
        top: 77%;
    }

    img.pers2 {
        width: 200px;
    }

    img.pers1 {
        width: 63px;
        top: -22px;
    }

    .test-section {
        padding: 100px 0 80px;
    }

    .feedback-section {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .faq-scroll {
        margin-bottom: 40px;
    }

    .prizes-section h2, .gallery-section h2, .winners-section h2 {
    }

    .prizes-section {
    }

    img.single-img {
        width: 150px;
    }

    .gallery-section {
        padding: 65px 0;
    }

    .product-title {
        font-size: 17px;
        padding: 0 10px;
    }

    .product-img {
        height: 250px;
    }

    .prizes-row div {
    }

    .winners-section {
/*    padding-bottom: 0;*/
    }
.lg-slider-item {
    border-radius: 20px;
}

.owl-item.center.active .lg-slider-item a {
    transform: scale(0.3);
}

.slider-lg-section .owl-nav button {
    top: 63%;
}
    .search-row input {
    margin: 0;
    }

    .search-row select {
    }

    .feedback-wrap {
        width: 100%;
        margin: 50px 0 0;
    }

    .feedback-block form {
        width: 100%;
        display: block;
    }

    h2.static-page-title {
        font-size: 30px;
    }

    .container-sm {
        padding: 40px 0 0px;
    }

    .personal-middle .container-sm {
        padding: 40px 20px 30px;
    }

    .b-wrap {
        padding: 20px;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        margin: 0 0 31px;
    }

    .container-sm table.table-custom td {
        font-size: 15px;
    }

    .cabinet-prize-slider {
        padding: 0 30px;
    }

    .bgi-section {
        padding: 50px 0 70px;
    }

    h1.main-title {
        font-size: 50px;
    }

    .main-title-adt {
        font-size: 25px;
        margin-bottom: 40px;
    }

    .step-item {
    padding-top: 30px;
    }

    .step-desc div {
        font-size: 22px;
    }

    .step-desc, .step-desc b {
    }

    h2 {
        font-size: 45px;
        margin-bottom: 40px;
    }

    .prize-img {
    }

    .prize-name, .owl-item .prize-name {
        font-size: 20px;
    }

    .prize-desc {
    /* font-size: 20px; */
    /* color: #FFB600 !important; */;
    }

    .gallery-section img {
        width: 350px;
        margin: 0 auto 30px;
    }

    .gallery-section h2 {
        text-align: center;
    }

    .gallery-section p {
        margin-bottom: 30px;
    }

    .main-left, .main-right {
        min-width: 50%;
        max-width: 50%;
    }

    a.logo {
        width: 42px;
        height: 32px;
    }

    .main-row {
        background-size: 0;
    }

    .prizes-section {
    /* background: unset; */;
    }

    .prize-desc br {
        display: none;
    }

    .gallery-section:before {
        width: 200px;
        left: -50px;
        background-size: contain;
        top: -125px;
    }

    .gallery-section:after {
        height: 370px;
        bottom: -100px;
    }

    .f-row {
        flex-direction: column;
        gap: 10px;
    }

    .gallery-section a {
        display: block;
        width: 300px;
        font-size: 16px;
        padding: 22px 0;
        margin: 0 auto;
    }

    .steps-section {
    /* padding: 50px 0 30px; */;
    }

    .main-section .btn-custom {
        font-size: 16px;
    }

    .prizes-row {
        background: unset;
        padding: 0 0 0;
        margin: 0 0 0;
    }

    .prize-img-wrap:before {
        /* display: none; */
    }

    .prize-desc span {
    /* color: #004c9d; */;
    }

    .prize-img-wrap.prize-img-wrap-b .prize-img {
        height: 185px;
    }

    .prize-img-wrap {
    /* margin: 30px 0 0; */
    height: 300px;
    }

    .prizes-section h2 {
        margin-bottom: 15px;
    }

    .prize-desc span b {
        color: red;
        display: block;
    }

    .prizes-row h2 {
        margin: 70px 0 60px;
    }

    .main-section.bgd-section img {
    /* opacity: 0; */;
    }

    .main-section.bgd-section {
    padding: 120px 0 47px;
    margin: -142px 0 0;
    background-size: 827px, 696px;
    }

    body.scrolled {
        padding-top: 78px;
    }

    .steps-row + div {
        margin: 15px 0 0 !important;
    }

    .vote-wrap {
        flex-direction: column;
    }

    .vote-item {
        max-width: 100%;
        width: 100%;
        min-width: 100%;
    }

    .vote-item img {
        width: auto;
    }
.terms {
    font-size: 25px;
}

.main-block h1 {
    font-size: 90px;
    margin: 57px 0 0;
}

img.p-img-sm {
    height: 150px;
}

.owl-nav button {
    width: 40px;
    height: 40px;
    background-size: contain;
    top: 78%;
}

.prizes-row-sm {
    margin-top: 0;
}

.owl-item .prize-desc {
    font-size: 18px;
    padding: 0 9px;
}

.prize-desc div {
    font-size: 25px;
}

.step-img {
    height: 150px;
    margin: 0 0 35px;
}

.step-num {
    font-size: 30px;
    width: 45px;
    height: 45px;
    background-size: contain;
}

.product-item img {
    max-width: 111px;
}

.search-row input {
    width: 259px;
}

input.datepicker {
    width: 150px;
}

.search-row select {
    width: 200px;
}

.search-row span {
    display: inline-block;
    margin: 0 11px;
}

.ask {
    padding-bottom: 50px;
}

.f-row img {
    margin: 0 0 29px;
}
.pers-center {
    margin: -26px -42px -165px;
    order: 1;
    background-image: url(/images/bg3sm.png);
    height: 500px;
    background-size: 100%;
    padding: 22px 0 0;
}
.pers-center div {
    display: none;
}
.pers-left {
    order: 2;
}

.pers-right.text-center {
    order: 3;
    /* margin: 0; */
}

.pers-wrap > * {
    min-width: 100%;
}
body.opened-menu header {
    z-index: 100;
}
.b-ins-row {
    width: 300px;
}

.cond {
    font-size: 14px;
}

.cond-sm {
    font-size: 15px;
    margin: 40px 0 14px;
}

div#prizes {
    padding: 60px 0;
}

.pd-p-top div {
    font-size: 32px;
}

.pd-p-item div:first-child {
    height: 100px;
    margin: 60px 0 0;
}

.pd-p-top {
    margin: 0 0 30px;
}
.pd-p-top img {width: 98px;}
.pd-p-name {
    line-height: 1.1;
}

.pd-prg-title div {
    font-size: 16px;
    margin: 19px 0 0;
}

.step-item:before {
    background-size: 300px;
    background-position: center -27px;
}

.v-item {
    width: 95%;
    padding: 10px 10px 60px;
    border-radius: 30px;
}

.v-desc {
    font-size: 16px;
}

.v-img {
    border-radius: 22px;
}

.v-name {
    font-size: 22px;
}
    .info-lg, .info-lg.info-lg-b {
        font-size: 129px;
        line-height: 1.3;
    }
    .pd-p-item:before {
        background-size: 190px;
        background-repeat: no-repeat;
    }
}

@media (max-width: 768px) {

    a.logo {
    }

    .answs-wrap {
        padding: 20px;
    }

    .ans-row {
        flex-direction: column;
    }
.pers-center {
    margin: -91px -42px -184px;
    padding: 0 0 0;];];
}
    .ans-f {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        gap: 16px;
    }

    .ans-r {
        min-height: 100px;
    }

    .main-top-row h1 {
        font-size: 18px;
        width: 186px;
    }

    .main1 {
        width: 350px;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .main3 {
        max-width: 100%;
        margin: 0 0 30px;
    }

    .main2 {
        max-width: 100%;
        margin: 0px 0 32px;
    }

    .main-section.bgd-section .container:after {
        opacity: 0;
    }

    .line {
        height: 81px;
    }

    .line1.line {
        top: 81px;
    }

    .lines-wrapper {
        position: relative;
        top: 46px;
/*    overflow-x: hidden;*/;
    }

    .pdel {
        font-size: 30px;
        margin: -53px 16px 0;
    }

    .subt {
        font-size: 18px;
    }

    .lines-wrapper.lines-wrapper-ab {
        top: auto;
        bottom: -28px;
    }

    .feedback-section {
        padding-top: 50px;
    }

    .main-top-row img:nth-child(2) {
        width: 80px;
    }

    footer ul {
        display: flex;
        flex-direction: column;
    }

    .main-top-row img:first-child {
        width: 150px;
    }

    .main-btn-wrap .btn-custom {
        font-size: 16px;
    }

    .step-desc {
        /* margin: 0; */
        font-size: 19px;
        /* text-align: center; */
    }

    .step-item {
        width: 100%;
        margin: 0 auto;
        min-width: 100%;
    }

    .prizes-section p {
        font-size: 22px;
    }

    h2, h2 span {
        font-size: 35px !important;
    }

    .search-row input {
        width: 100%;
        margin: 0 0 20px;
    }

    .search-row select {
        width: 100%;
    }

    .winners-section table.table-custom th, .winners-section table.table-custom td {
        font-size: 11px;
        padding: 12px 6px;
        line-height: 1.2;
    }

    .search-row input, .search-row select {
        font-size: 15px;
    }

    .feedback-section h2 {
        /* font-size: 25px; */;
    }

    .faq-header {
        font-size: 17px;
    }

    .faq-body {
        font-size: 16px;
    }

    .container-sm .btn-custom {
        font-size: 15px;
        padding: 20px 50px;
    }

    h2.static-page-title {
        font-size: 28px;
        margin: 0 0 30px;
    }

    .container-sm table.table-custom th {
        font-size: 15px;
        padding: 11px 5px;
    }

    .main-section .container {
    padding: 0 15px;
    }

    .main-left, .main-right {
        min-width: 100%;
        max-width: 100%;
    }

    .main-left {
        padding: 30px 0;
    }

    .main-info img {
        max-width: 280px;
    }

    .main-text-block {
        margin: 0 0 20px;
    }

    .main-info h1 + img + img {
        margin: 26px 0;
    }

    .main-right {
        min-height: 700px;
        padding: 100px 0;
    }

    .main-row {
        display: block;
    }

    .main-right:before {
        left: 0;
        width: 100%;
        height: 1px;
        top: -1px;
        box-shadow: 0px 0px 35px 44px #212121;
    }

    .main-right:after {
        display: none;
    }

    .step-desc div {
        font-size: 28px;
    }

    .prize-img {
        margin: 20px 0 0;
        height: 300px;
    }

    .gallery-section:before, .gallery-section:after {
        display: none;
    }

    .main-section .container:after {
        position: static;
        display: block;
        height: 280px;
        order: 1;
        background-size: contain;
        background-position: center;
        background-image: url(/images/mainsm.png);
        margin-bottom: 20px;
    }

    h1.main-title {
        order: 2;
        font-size: 40px;
    }

    .main-title-adt {
        order: 3;
        font-size: 22px;
    }

    .main-btn-wrap {
        order: 4;
    }

    .terms {
        order: 5;
        margin: 0;
        font-size: 15px;
        text-align: center;
        background: unset;
        color: #fff;
        font-size: 18px;
        border: none;
    }

    .step-img {
    /* margin: 0 auto 11px; */
    /* max-width: 100px; */
    /* font-size: 100px; */
    height: 200px;
    }

    .main-section .btn-custom {
        position: static;
        font-size: 20px;
        width: 89%;
        border: 3px solid #AE60ED;
        box-shadow: 0px 0px 59px 5px #AE60ED;
        padding: 27px 36px;
        margin: 0 auto;
        display: block;
    }

    .main-section.bgd-section div {
        /* max-width: 560px !important; */
        width: 100%;
    }

    .info-lg, .info-lg.info-lg-b {
        font-size: 19px;
    }

    .vote-wrap {
        flex-wrap: wrap;
    }

    .vote-res {
        font-size: 40px;
    }

    .vote-res span {
        font-size: 20px;
    }

    .products-slider-wrap .prize-img {
    /* height: 300px; */;
    }

    .prize-desc {
        margin-bottom: 20px;
        font-size: 22px;
        width: 280px;
        margin: 20px auto 0px;
    }

    .main-section.bgd-section {
    height: auto;
    padding: 0 0 15%;
    flex-wrap: wrap;
    margin: -17% 0 0%;
    background-image: unset;
    overflow: hidden;
    width: 100%;
    }

    .owl-item .prize-desc {
        margin: 20px auto 0px;
    }

    .test-section h2 {
        font-size: 36px;
    }

    .products-slider-wrap {
        padding: 0 20px;
    }

    .step-item:last-child .step-img {
        /* position: relative; */
        /* right: -27px; */
    }

    img.pers1 {
        display: none;
    }

    img.pers2 {
        display: none;
    }

    .info-lg {
        font-size: 0;
        height: 416px;
        background-image: url(/images/mil.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin: -50px 0 0;
    }
    a.action-link-head {
    font-size: 13px !important;!i;!;
    background-size: 30px;
    padding-right: 36px;
    background-position: right 4px;
}

a.t-wrap img {
    width: 32px;
}

a.t-wrap {
    margin: 0 8px;
}

.mobile-wrap {
    width: 30px;
}

.main-block {
    padding: 0;
    margin-bottom: 144px;
}
.main-block h1 {
    margin: 0;
    font-size: 62px;
}
.owl-item.active.center .prize-img-wrap img {
    transform: none;
    max-width: 235px;
}

.prize-img-wrap:before {
    background-size: 400px;
}

.owl-nav button {
    top: 53%;
    right: 0;
}

.owl-nav button.owl-prev {
    left: 0%;
}

.prize-img-wrap {
    height: 400px;
}

.js-prize-slider {
    margin-top: 0;
}

.prizes-section {
    padding: 58px 0 0;
}

.steps-section {
    padding: 0 0 40px;
}

.steps-row {
    flex-direction: column;
    gap: 34px;
}

.step-desc br {
    display: block;
}
.terms.d-none.d-md-inline-block {}
    .tsm {
        font-size: 30px;
    }
    .product-item {
    text-align: center;
}

.product-item img {
    display: inline-block !important;!i;!;
}

div#products .btn-custom {
    position: static;
    font-size: 22px;
    /* width: 240px; */
    border: 3px solid #AE60ED;
    box-shadow: 0px 0px 59px 24px #AE60ED;
    padding: 18px 36px;
    margin: 34px 0 0;
}

.winners-section {
    /* padding: 21px 0 0; */
    background-size: 600px;
    padding: 600px 0;
    margin: -530px 0;
}

.search-row {
    flex-direction: column;
}

.search-row span {
    display: block;
    width: 100%;
}
ul.header-menu li {width: 540px;max-width: 100%;padding: 0 15px;}
.feedback-section.bgd-section .container {padding: 0 15px;}


    .tabs-wrap {
    flex-wrap: wrap;
    margin: 40px 0;
}

.tab-item {
    font-size: 14px;
}

.c-title {
    font-size: 22px;
}

.cinfo-row {
    flex-wrap: wrap;
}

.c-btns-row {
    flex-wrap: wrap;
}
.bg-inside:before {
    opacity: 0;
}

.b-ins-row img {
    display: none !important;
}

.cond {
    display: none;
}

.cond-sm {
    display: none;
}

.main-section.bgd-section > img {
    margin: 0 0 -39%;
}
.pd-p-top {
    flex-direction: column;
    gap: 12px;
    text-align: center;
}

.pd-p-top img {
    transform: rotate(90deg);
    width: 50px;
}

div#prizes {
    background-size: 300px , 300px;
    background-position: left 185px, right 185px;
}

body.opened-menu .mobile-wrap {
    top: 0;
}
.c-btns-row a, .c-btns-row button {
    width: 100%;
    font-size: 16px !important;!i;!;
}
    .pt-sm-r {
    text-align: center;
    color: #AE60ED;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.2;
}

.pd-prg-title div {
    /* display: none; */
    font-size: 12px;
}

.pd-prg-wrap {
    margin: 30px 0 0;
}

.pd-prg-line span {
    width: 15px;
    height: 15px;
    top: -4px;
}

.pd-prg-line span:before {
    width: 11px;
    height: 11px;
    left: 2px;
    top: 2px;
}

.pd-prg-line {
    height: 10px;
    border-width: 1px;
}

.pd-p-item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.pd-p-item div:first-child {
    height: 200px;
    margin: 0;
}

.pname-sm {
    text-align: center;
    color: #AE60ED;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.2;
    margin: 14px 0 0;
}

.pd-p-name {
    font-size: 22px;
}

.prs-sm .owl-nav button.owl-prev {
    transform: rotate(-180deg);
}

.prs-sm {
    margin: 40px 0 0;
}
.v-section .owl-carousel {
    padding: 0 20px;
}

.v-section .owl-nav button {
    right: -10px;
}

.v-section .owl-nav button.owl-prev {
    left: -10px;
}

.v-item {
    width: 87%;
    margin: 0 auto 0;
    border-width: 1px;
}

.v-section {
    background-size: 100% 100%, 300px, 300px;
    background-position: center top, left -185px, right -185px;
}

.owl-item.center.active .lg-slider-item {
    transform: none;
}

.owl-item.center.active + .owl-item .lg-slider-item, .owl-item.center.active + .owl-item + .owl-item .lg-slider-item {
    transform: none !important;
}
.pd-p-item:before {
    background-size: 400px;
    background-position: center ;
}
    .lg-slider-item {
    margin: 0 auto 0;
    padding-bottom: 52%;
}

.slider-lg-section .owl-nav button {
    right: 19px;
    top: 69%;
}

.slider-lg-section .owl-nav button.owl-prev {
    left: 19px;
}

.owl-item.center.active .lg-slider-item a {
    transform: none;
}

.owl-item.center.active .lg-slider-item a img {
    width: 77px;
}

.slider-lg-section {
    margin: 54px 0 0;
}

.v-section .owl-nav button {
    top: 60%;
}

.v-name {
    font-size: 22px;
}
.v-desc {
    font-size: 15px;
}

.step-item:before {
    background-size: 400px;
    background-position: center -64px;
}
main {
    width: 100%;
}
.lines {
    overflow: hidden;
    margin-top: -4vw
}
    .lins {
    margin: 0;
}
}

@media (max-width: 576px) {
    a.logo {
        height: 42px;
    }
    .pers-right.text-center {
        margin:0
    }
.pers-center {
    /* background-size: 576px; */
    height: 0;
    padding-bottom: 128%;
    margin: -91px -42px -154px;
}
    a.d_link + a.d_link {
        margin-left: 10px;
    }
.lkp-item img {
    /* width: 160px; */
}

.lkp-item {
    font-size: 15px;
    line-height: 1;
}

.lkp-item div {
    width: 150px;
    margin: 0 auto;
}
    .main-section .container {
        max-width: 100% !important;
        width: 100% !important;
    }

    .line2.line:before {
        background-image: url(/images/line2sm.png);
    }

    .lines-wrapper {
        top: -15px;
    }

    div#steps {
        /* padding-top: 85px; */
    }

    div#steps {
    /* padding-top: 50px; */
    }

    a.d_link img {
        max-height: 44px;
    }

    .main1 {
/*    width: 270px;*/;
    }

    header {
        padding: 10px 0;
    }

    .step-num {
    }

    .step-item:last-child .step-img {
    }

    .prizes-row-sm {
        flex-direction: column;
    }

    .subt {
        font-size: 16px;
    }

    .pdel {
        margin: 30px 0 40px;
        text-transform: uppercase;
    }

    .prizes-section img {
        /* width: 230px; */
        /* margin: 0; */
    }

    .js-prize-slider {
    }

    h3 {
        font-size: 24px;
    }

    .winners-section {
    }
.c-title {
    text-align: center;
}
.pers-wrap {
    padding: 25px;
    border-radius: 26px;
}

.pers-left {
    min-width: 100%;
}
.static-page {
    padding-bottom: 0;
}
    .test-section {
    /* padding: 40px 0; */;
    }
    /*header.trs {
    padding: 10px 20px;
    }*/

    .main-top-row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .main-top-row img:nth-child(2) {
        order: 1;
        width: 105px;
    }

    .main-top-row img:first-child {
        order: 2;
        width: 220px;
        margin: 10px 0;
    }

    h1.mp-text {
        text-align: center;
        order: 3;
        width: 100%;
    }

    .main-section.bgd-section .btn-custom {
    padding: 19px 0;
    }

    .main-section.bgd-section {
    }

    .info-lg {
        height: 320px;
    }

    .f-row {
        align-items: flex-start;
    }

    .main-btn-wrap {
        margin: 45px 0;
    }

    .main-btn-wrap .btn-custom {
        font-size: 16px;
        padding: 24px 39px;
    }

    ul.header-menu {
        padding-top: 90px;
    }

    ul.header-menu li {
        margin: 0 0 30px;
    }

    .step-img {
    /* height: 160px; */;
    }

    .step-img span {
        width: 38px;
        height: 38px;
        font-size: 19px;
        left: 26px;
    }

    .step-desc {
    }

    h2, .prizes-section h2, .gallery-section h2, .winners-section h2 {
        font-size: 37px;
    }

    img.single-img {
        margin: 0 0 40px;
    }

    .prizes-section p {
        font-size: 18px;
    }

    .prizes-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .prizes-row img {
        /* width: 200px; */
        /* margin: -23px 0 0; */;
    }

    .prizes-row + p {
        font-size: 29px;
        margin: 0 0 20px;
    }

    .product-item {
        width: 100%;
    }

    .search-row span input {
        background-image: unset;
        margin: 0;
    }

    .search-row span {
    }

    .search-row input, .search-row select,  .search-row select option {
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 30px;
    }

    .search-row input {
        margin: 0 0 15px;
    }

    .search-row input.datepicker {
        /* margin: 32px 0; */
    }

    input[type="date"]::-webkit-inner-spin-button,
    input[type="date"]::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none;
    }

    .winners-section table.table-custom thead {
        display: none;
    }

    .winners-section table.table-custom tr {
        display: flex;
        flex-direction: column;
        padding: 12px 0;
    }

    .winners-section table.table-custom tr td {
        padding: 6px 0px;
        font-size: 12px;
    }

    .search-row {
        margin: 0 0 20px;
    }

    ul.pagination li a {
        font-weight: 300;
    }

    .faq-scroll {
        height: auto;
    }

    .faq-item {
        width: 100%;
    }

    .faq-header {
        padding-left: 10px;
        font-size: 16px;
        border-width: 2px;
    }

    .feedback-section {
        padding-bottom: 0;
        background-position: center;
    }

    .bgd-section:before {
        background-size: 100% auto;
        background-image: url(/images/bgsm.jpeg);
    }

    .faq-body {
        font-size: 14px;
        font-weight: 500;
        padding: 10px;
    }

    .feedback-block {
        padding: 20px;
    }

    footer {
        padding: 40px 20px 60px;
        text-align: left;
        margin-top: 50px;
    }

    footer ul li {
        margin: 0 0 20px;
    }

    .copyright {
        text-align: left;
    }

    .feedback-block {
        flex-direction: column;
        margin: 0 -15px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .scrollbar-inner > .scroll-element.scroll-x {
        opacity: 0;
    }
.prize-img-wrap:before {
    background-size: 360px;
}

.prize-img-wrap {
    height: 360px;
}

div#products {
}

.f-row img {
    max-width: 150px;
}
    .custom-input {
        height: 49px;
        border: none;
    }

    .feedback-block h2 {
        color: #fff;
        margin: 0 0 40px;
    }

    textarea.form-control.custom-input {
        height: 150px;
    }

    .captcha-wrap {
        transform-origin: top center;
    }

    .add-file-block {
        text-align: right;
        display: block;
        margin: 10px 0 20px;
    }

    .add-file-block span {
        text-align: inherit;
    }

    .feedback-block .checkbox-body {
        margin: 0 0 0 15px;
        width: 250px;
        font-size: 13px;
    }

    .feedback-wrap .captcha-wrap {
        transform: none;
        margin: 0 0 20px;
    }

    .feedback-block .checkbox-block {
        margin: 0 0 30px;
    }

    .btn-custom.btn-custom-sm {
        width: 150px;
        display: block;
        margin: 0 auto;
    }

    .modal-header {
        padding-top: 40px;
    }

    .info-bottom {
        display: flex;
        justify-content: space-between;
    }

    .info-bottom a {
        margin: 0;
    }

    .info-line {
        font-size: 16px;
        margin: 0 0 14px;
    }

    .info-lines-wrap {
        margin: 0 0 40px;
    }

    .b-wrap {
        margin-bottom: 100px;
    }

    .container-sm .btn-custom {
        /* width: 92%; */
        /* font-size: 14px; */
        background: #AE60ED;
        color: #000;
        font-size: 19px;
        width: 100%;
        padding: 20px 0;
    }

    .container-sm {
    }

    table.table-custom.table-cabinet thead th {
        display: none;
    }

    table.table-custom.table-cabinet tr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-sm table.table-custom td {
        padding: 8px 0;
        text-align: center;
    }

    .static-page:before {
        background-size: 100% auto;
        background-image: url(/images/bgsm.jpeg);
    }

    .bgi-section table.table-custom td {
        color: #ffffff;
        width: 100%;
        text-align: center;
        padding: 8px 0;
    }

    .bgi-section table.table-custom.table-cabinet tr {
        border-color: #ffffff;
    }

    .m-line {
        display: flex;
        justify-content: space-between;
    }

    .bgi-section table.table-custom tr {
        padding: 7px 0;
    }

    body.scrolled {
        padding-top: 65px;
    }

    .prize-img {
        margin: 0 0 20px;
    /*width: 100%;*/
    /* font-size: 16px; */;
    }

    h1.main-title {
        font-size: 34px;
    }

    .main-title-adt {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .terms {
    font-size: 15px;
    }
.main-block h1 {
    font-size: 41px;
}
    .main-section .container:after {
        height: 260px;
    }

    h2 {
        font-size: 31px !important;
    }

    .step-desc div {
        font-size: 30px;
    }

    .step-desc, .step-desc b {
        /* font-size: 13px; */
        margin: 0 auto;
        max-width: 100%;
        padding: 0;
    }

    .step-img {
    }

    .step-item {
    }

    .prizes-section {
        /* padding-top: 100px; */
    }

    .gallery-section p {
        font-size: 14px;
        line-height: 20px;
        padding: 0 10px;
    }

    h2.static-page-title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .main-info h1 {
        font-size: 60px;
        white-space: normal;
    }

    .main-right {
        padding: 0 20px 30px;
        background-size: cover;
    }

    .main-slider-text img {
        margin: 0 0 28px;
    }

    .main-row .btn-custom {
        width: 100%;
    }

    .main-info {
        padding: 0 20px 0;
    }

    .steps-row {
        padding: 0;
        gap: 15px;
    }

    .prize-img {
    /* max-width: 100%; */
        height: 250px;
    }

    .owl-nav button.owl-next {
    }

    button.owl-prev {
        left: -14px;
        color: #896e4b;
    }

    .test-section:after {
        display: none;
    }

    .test-section:before {
        display: none;
    }

    .vote-item:first-child img {
    }

    .products-slider-wrap {
        width: 100%;
        padding: 0;
    }

    .owl-item .prize-desc {
    }

    h2.f-tit {
        font-size: 20px !important;
    }

    .feedback-section h2 {
        font-size: 37px;
    }

    .bg-bt-section {
        padding-bottom: 2px;
    }

    .vote-item:last-child img {
    }

    a.d_link {
    margin: 0 10px 0 0;
    }

    .step-item.step-item-a:before {
        right: -34px;
    }

    .step-item.step-item-a:after {
        left: -27px;
    }

    .test-section h2 {
        font-size: 30px;
    }

    .btn-custom {
        font-size: 22px;
        padding: 17px 43px;
        min-width: 0 !important;
        max-width: initial;
        width: auto;
    }

    .products-slider-wrap .prize-img {
        background-size: 126px;
    }

    .wnrs-block {
    }

    .tsm {
        margin-bottom: 20px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

.error div {
    color: #ff4e44;
}

.prrend {
    line-height: 1.4;
}

.prrend h5 {
    margin: 19px 0;
}

.prrend .checkbox-body {
    font-size: 12px;
    text-align: left;
    margin: 0 0 0 5px;
}

.prrend .checkbox-wrap input:checked + span {
    background: #C3E86C;
}

.prrend .checkbox-block.custom-row {
    text-align: left;
}

.modal .prrend {
    width: 300px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 30px;
}
.xdsoft_datetimepicker * {
    color: #000;
}
h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 29px;
    margin: 0 0 21px;
}

.mps-row {
    display: flex;
    width: 100%;
    min-width: 100%;
    justify-content: space-around;
    margin: 50px 0 30px;
}

.mps-row a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    font-size: 18px;
}

.mps-row a img {
    margin: 0 0 17px;
}
a.btn-custom.btn-custom-red {
    color: #EF2D30 !important;!i;!;
    border-color: #EF2D30 !important;!i;!;
    box-shadow: none !important;!i;!;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: transparent;
}
.c-in {
    text-align: center;
    font-weight: 200;
    text-transform: uppercase;
    margin: 50px 0 0;
}

.c-in a {
    color: #AE60ED;
}

@media (max-width: 400px) {
    .pers-center {
    /* background-size: 430px; */
    margin: -75px -42px -134px;
    /* font-size: 22px; */
    /* padding: 49px 0 0; */
}
}