body * {
  font-family: 'Geometria';
  color: #fff;
}
.form-group.custom-row small {
    font-size: 14px;
}
.feedback-block .custom-input {
    color: #ffff00 !important;
}
/*.main-section.bgd-section > div > img {
    margin: -1.1% 0 0;
}*/
html {
    font-size: 2vh;
}
.aps {
    text-align: center;
    margin: 107px 0 0;
}

.aps-tit {
    color: #00467A;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 28px;
    margin: 0 0 25px;
    padding: 0 20px;
}

.aps-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.aps-row a {
    display: block;
}

.aps-row a:first-child {
    margin-right: 24px;
}
.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%;
}
.modal .error {
    /*color: #000;*/
    font-weight: bold;
}
.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: Geometria;
    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;
    width: 215px;
    height: 39px;
}
a.d_link img {
    max-width: 100%;
    max-height: 100%;
}
a.d_link + a.d_link {
    margin-left: 29px;
}
.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: Geometria;
    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: 75px;
}
.post-title {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.file-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #610628;
    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: 0 0 20px;
}
.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-weight: 500;
    font-size: 10px;
    line-height: 120%;
    /* or 12px */
    color: #ffffff;
    font-family: 'Geometria';
    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: #FFFF00;
    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: 25px 0;
    background: #ffffff;
    /* box-shadow: 0px 5px 74.4px 0px rgba(0, 48, 113, 0.50) inset; */
}

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: center;
}

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

ul.header-menu li a {
    color: #040429;
    text-align: center;
    font-family: Geometria;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
}

ul.header-menu li a.header-btn {
    
    /* identical to box height */
    padding: 9px 39px;
    background-size: contain;
    margin: 0;
    border-radius: 19px;
    text-align: center;
    font-family: Geometria;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: red;
    color: #fff;
}
.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;
}
a.action-link-head {
    background-image: url(/images/logout.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    padding: 2px 0 2px 33px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    background-position: center left;
    color: #FFF;
    text-align: center;
    font-family: Geometria;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
}
.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

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

main {
    flex: 1 1 auto;
}

footer {
    color: #fff;
    text-align: center;
    padding: 78px 0;
    background: #EA222B;
    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: Geometria;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 15.6px */
}
footer ul li a {
    color: #FFF;
    text-align: center;
    font-family: Geometria;
    font-size: 14px;
    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-family: 'Geometria';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.8;
}
.static-page {
    position: relative;
}

.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 {
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    /* or 54px */
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 60px;
    color: #00467A;
}

.container-sm {
    padding: 80px 115px 50px;
}
.personal-middle .container {
}

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

.personal-middle table.table-custom thead th {
    color: #00467A;
}
.b-wrap {
    padding: 47px 30px 30px;
}

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

.info-line b {
    font-weight: 700;
    color: #00467A;
}

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

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

.info-bottom a {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #00467A;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 0 0 32px;
    background-position: 0 center;
    margin-left: 16px;
}
.personal-middle td {
    color: #00467A !important;
}

.personal-middle * {
    color: #00467A;
}
.btn-custom {
    outline: none !important;
    padding: 22px 39px;
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    color: #FF0000;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.52px;
}
table.table-custom {
    width: 100%;
}

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

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

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

table.table-custom td {
    
    /* identical to box height, or 22px */
    text-transform: uppercase;
    padding: 15px 3px;
    color: #040429;
    font-family: Geometria;
    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 {
    opacity: .8;
    color: red;
}
.slider-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    flex-direction: column;
}

.owl-carousel .owl-item {
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-nav button {
    color: #EA222B;
    background: transparent;
    border: none;
    font-size: 75px;
    font-weight: 100;
    line-height: 1;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -33px;
    outline: none;
    box-shadow: none;
    background-image: url(/images/arr.png);
    padding: 0;
    width: 49px;
    height: 49px;
    background-size: cover;
}

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-next {
    left: auto;
    right: -30px;
}

table.table-custom tbody tr {
    border-bottom: 1px solid #040429;
}
img.state-img {
    margin: 0 0px 5px 5px;
    filter: grayscale(1);
    opacity: .6;
}
.custom-row label {
    
    /* or 17px */
    margin: 0 0 7px;
    color: #ffffff;
    font-family: Geometria;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
}

.custom-input {
    background: rgb(255 255 255 / 34%) !important;
    border-radius: 4px;
    border: none;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}

.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: 14px;
    line-height: 120%;
    text-align: center;
    font-family: 'Geometria';
    color: #ffffff;
}
.error {
    color: #ffbf1a;
    font-size: 12px;
    line-height: 1.2;
    white-space: normal;
    margin: 5px 0 0;
    font-family: Geometria;
}
.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: Geometria;
    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;
}
.bgd-section {
    background-position: center;
    background-size: contain;
    position: relative;
}

.main-section .btn-custom {position: absolute;left: 7.8%;bottom: 23.7%;font-size: 1.5vw;padding: 1.2vw 4.1vw;}
.main-row {
    display: flex;
    background-image: url(/images/shape.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.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 {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/main.png);
    background-size: auto 95%;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 0;
}

.step-item {
    display: inline-flex;
    vertical-align: top;
    margin: 0;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 330px;
    max-width: 100%;
}

.step-img {
    
    
     /* 62.4px */
     /* 217.434px */
    margin: 0 auto 33px;
}

.step-img div {
    position: relative;
    color: inherit;
    top: -13px;
}
.btn-custom.btn-custom-invert {
    background: #f00;
    width: 350px;
    max-width: 100%;
    color: #fff;
}
.steps-row {
    text-align: center;
    padding: 0 0;
    font-size: 0;
    display: flex;
    justify-content: center;
    gap: 80px;
    background-size: 100% 100%;
    margin: 0 0 53px;
    position: relative;
}
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: 'Geometria';
    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 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.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: 'Geometria';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    margin: 0 0 60px;
    z-index: 2;
    position: relative;
}

.terms {
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
/* or 19px */
    color: #333333;
    margin-top: 50px;
    z-index: 2;
    position: relative;
}

h2 {
    
/* or 48px */
    margin-bottom: 58px;
     /* 300% */
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    font-size: 58px;
    font-style: normal;
    font-weight: bold;
    line-height: 1; /* 181.818% */
}
.step-img img {
    width: 100%;
}

.steps-section .step-item:nth-child(2) {
    width: 365px;
}
.steps-section {
    padding: 120px 0 100px;
    background-image: url(/images/bg2.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    margin: 0;
    z-index: 2;
}
.aps h2 {
    font-size: 38px;
}
.steps-row:before {
    content: '';
    position: absolute;
    width: 480px;
    height: 670px;
    background-image: url(/images/img1.png);
    background-size: contain;
    left: -190px;
    top: -79px;
}
.l {
    background-color: #31a34d;
    padding-bottom: 50%;
    width: 58%;
    z-index: 1;
    transform-origin: 0 0;
    transform: rotate(-22deg) skewX(47deg);
    position: absolute;
    left: -61%;
    bottom: -165%;
    outline: 6px solid #C2D500;
}

.trrow {
    height: 500px;
    position: relative;
    overflow: hidden;
    margin: -300px 0 0;
}

.r {
    background-color: #31a34d;
    padding-bottom: 50%;
    width: 58%;
    z-index: 0;
    transform-origin: 0 0;
    transform: rotate(-22deg) skewX(18deg);
    position: absolute;
    right: -9%;
    bottom: -167%;
    outline: 6px solid #C2D500;
}
.steps-row:after {
    content: '';
    position: absolute;
    width: 360px;
    height: 520px;
    background-image: url(/images/img2.png);
    background-size: contain;
    right: -108px;
    top: 119px;
}
.step-desc div {
    margin: 0 0 18px;
     /* 38.4px */
    text-transform: uppercase;
    color: #333;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
    line-height: 120%; /* 28.8px */
}

.step-desc b {
    font-weight: 700;
}
.step-desc {
    
    /* or 31px */
    text-align: center;
    color: #000000;
    font-size: 19px;
    font-weight: 400;
    line-height: 97%;
}
.prizes-section {
    text-align: center;
    position: relative;
    padding: 75px 0;
    background-size: contain;
    background: #EA222B;
}
div#prizes:after {
    content: '';
    position: absolute;
    width: 188px;
    height: 241px;
    background-image: url(/images/bird.png);
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 5px;
}
.prizes-row h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin: -45px 0 55px;
    font-weight: bold;
}
.step-item:first-child .step-img {
    background-position: center top;
}

.step-desc a {
    /*display: block;
    margin: 20px 0 0;
    color: #FFF;
    font-family: Geometria;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 94%;*/
    white-space: nowrap;
    display: inline-block;
    text-decoration-line: underline;
}
button.owl-prev {
    transform: rotate(180deg);
}

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

.prize-sm-text {
    color: #777;
    font-family: Geometria;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin: 10px auto 0;
    max-width: 370px;
}
.prizes-section h2 {
    
    /* or 54px */
    color: #ffffff;
    text-transform: capitalize;
}
.prize-img-wrap {
    position: relative;
}
.prizes-row * {
    color: #fff !important;
}

h2#prizes + img {
    width: 700px;
    max-width: 100%;
    margin: 0 0 60px;
}
.prize-img-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 594px;
    opacity: 1;
}

.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: 377px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 20px;
    position: relative;
}
.prize-desc img {
    display: block;
    width: auto;
    margin: 0 auto;
}
.products-slider-wrap .prize-img {
    height: 350px;
    background-size: contain;
    border: 40px solid transparent;
}

.products-slider-wrap {}
.prize-desc {
    
/* or 24px */
    text-align: center;

/* Gray 1 */
    max-width: 370px;
    margin: 11px auto 0;
    color: #FFB600;
    
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}
.prize-desc span {
    display: block;
    color: #FFF;
    font-family: Geometria;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: none;
    margin: 10px 0 0;
}

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



.prizes-row h2 {
    color: #FFB600;
    text-align: center;
    
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 61.6px */
    text-transform: uppercase;
    margin: 50px 0 0;
}

.prize-desc span b {
    color: #FFF;
    font-family: Geometria;
    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 {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.3; /* 104% */
    text-transform: uppercase;
    padding: 0 10px;
}
.owl-item .prize-desc div {
    font-size: 22px;
}
.prize-name {
    margin: 0;
    
/* Text2 */
     /* 39px */
    color: #157334;
    text-align: center;
    font-family: 'Geometria';
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 28.6px */
    background: #FFFF00;
    width: 250px;
    margin: 30px auto 0;
    padding: 19px 0;
    border-radius: 40px;
}
.prize-name.prize-name-main {
}

@media (max-width: 1500px) {
.steps-row:before {
    left: -126px;
}

.steps-row:after {
    right: -50px;
}
}
.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;
}

.prizes-section img {
    max-width: 100%;
}
img.single-img {
    margin: 0 0 55px;
}

.prizes-row {
    background-image: url(/images/shape.png);
    background-size: 100% 100%;
    padding: 0;
    margin: 0 0 80px;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 35px;
}
.star {
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url(/images/star4.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.star.star1 {
    left: -5%;
    top: -7%;
}

.star.star2 {
    background-image: url(/images/star3.png);
    transform: scale(1.5);
    left: 0%;
    top: 0%;
}



.star.star3 {
    right: -3%;
    top: -5%;
}
.gallery-section {
    z-index: 10;
    text-align: center;
    position: relative;
    padding: 90px 0 120px;
    background: #EA222B;
}
.test-section h2 {
    color: #fff;
    line-height: 1;
}
.info-lg {
    margin: 0 auto 0;
    
/* game */
    max-width: 100%;
    color: #FFF;
    text-align: center;
    
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 53px; /* 155.882% */
    text-transform: uppercase;
}

.test-section {
    padding: 80px 0 20px;
    background: #0053A7;
    background-size: cover;
    background-position: center;
}

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

.test-section .btn-custom {
    margin: 30px 0 0;
}

.gallery-section h2 {
    color: #ffffff;
}
.personal-top .btn-custom {
    background: #00467A;
    border: none;
    color: #fff !important;
}

.gallery-section h2 {
    
    /* or 54px */
    text-transform: none;
}
.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;
}

.gallery-section .owl-nav button span {
    font-size: 0;
}
.winners-section h2 {
    
    /* or 54px */
}
div#help h2 {
}
.winners-section {
    padding: 140px 0px;
    background-image: url(/images/bg.png);
    background-size: cover;
    background-position: center;
}

.search-row {
    text-align: center;
    margin: 0 0 50px;
}
img.mm-sm {
    width: 180px;
    margin: -25px auto 0;
}
.search-row input, .search-row select {
    border: 2px solid #bfbfbf;
    border-radius: 4px;
    height: 46px;
    background: transparent;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    padding: 0;
    outline: none;
    color: #000;
    font-family: Geometria;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
}
 select option {
    color : #000 !important;
}

.search-row input {
    width: 480px;
    padding: 0 50px 0 20px;
    background-image: url(/images/search.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    margin-right: 36px;
}
/*.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;}*/

.search-row select {
    width: 300px;
    padding: 0 0 0 21px;
    appearance: none;
    background-image: url(/images/ardd.png);
    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 #040429;
}

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;
}
.product-desc {
    color: #F1BC83;
    text-align: center;
    font-family: Geometria;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 20px 0 0;
}
ul.pagination li a {
    color: #000;
    text-align: center;
    font-family: Geometria;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
}
.bg-bt-section {
    background-image: url(/images/bg3.png);
    background-size: contain;
}

.feedback-section {
    padding: 100px 0 120px;
}

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

.faq-body {
    display: none;
}

.faq-header {
    position: relative;
    padding: 15px 40px 15px 0px;
    border-bottom: 1px solid #333;
    cursor: pointer;
    color: #333;
    font-family: Geometria;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
}


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

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

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

.opened-item .faq-header:after {
    transform: rotate(-180deg);
}
.faq-scroll {
    height: 670px;
}
.faq-item {
    width: 94%;
}
.feedback-block {
    flex: 1 1 auto;
    border-radius: 4px;
    display: flex;
    padding: 37px 50px;
    background: #EA222B;
}

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

.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;
    background: #ffffff;
    color: #EA222B;
    font-family: 'Geometria';
    box-shadow: none;
}

.add-file-block span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    /* or 17px */
    text-decoration-line: underline;

    /* White */
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-family: 'Geometria';
}
.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-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-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;
}

.test-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 37%;
    height: 25%;
    background-image: url(/images/a.png);
    background-size: cover;
    background-position: center;
}

.test-section:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 37%;
    height: 25%;
    background-image: url(/images/b.png);
    background-size: cover;
}

@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;
}
    .steps-row {gap: 18px;}

.steps-row:before {
    width: 400px;
    background-repeat: no-repeat;
    top: 0;
}

.steps-row:after {
    width: 300px;
    background-repeat: no-repeat;
    right: -76px;
}

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

div#prizes {
    padding-top: 0;
}
}
@media(max-width: 1300px) {
    h2 {
    font-size: 39px;
}

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

.prize-img {
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
}

.prize-name {
    font-size: 20px;
}
}
@media (max-width: 1200px){
    ul.header-menu li {
        margin: 0 7px;
    }
.main-info h1 {
    font-size: 41px;
}
ul.header-menu li:last-child {
}
    ul.header-menu {
    margin: 0 0 0 0;
}
.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 {
}
    ul.header-menu li a.header-btn {
    }

    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 {
        width: 300px;
        max-width: 100%;
        justify-content: flex-start;
        padding-bottom: 35px;
    }

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

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

    .prizes-section {
    }

    .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 {
        width: 400px;
    }

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

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

    .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;
}

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

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

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

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

.main-btn-wrap {}

.prize-name {
}
.owl-item .prize-desc {font-size: 24px;padding: 0 20px;}
.gallery-section p {
    font-size: 17px;
}
    .prize-desc span {
    font-size: 15px;
}

.prize-img-wrap.prize-img-wrap-b .prize-img {
}

.prizes-row h2 {
    margin: 30px 0 0;
}
.bg-sm {
    height: 350px;
    background-image: url(/images/sm1.png);
    background-size: cover;
    background-position: right top;
}

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

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

header {
    padding: 20px 0;
}

.smw {
    background: #37b049;
    text-align: center;
    padding: 0 0 0;
}

h1 {
    margin: 39px 0 21px;
    text-transform: uppercase;
    font-size: 44px;
}
.main-section .btn-custom {
    /* left: 59%; */
    font-size: 21px;
    /* padding: 20px 30px; */
    /* bottom: 18%; */
}

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

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

.products-slider-wrap .prize-img {
    height: 400px;
}
.aps {
    padding-bottom: 90px;
    margin: 50px 0 0;
}

.aps-row {
    flex-direction: column;
    gap: 20px;
}

.aps-row a:first-child {
    margin: 0;
}
}
@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: 11;
        overflow: auto;
        text-align: center;
        padding: 40px;
        background: #ff0000;
        color: #fff;
        margin: 0;
    }

    .mobile-wrap {
        width: 36px;
        cursor: pointer;
    }
a.d_link, a.d_link img {max-width: 200px;}
    .mobile-wrap div {
        background: #ff0000;
        height: 3px;
        border-radius: 4px;
        margin: 6px 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: block;
    }

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

    ul.header-menu li {
        display: block;
        line-height: 1;
        margin: 0 0 21px !important;
    }

    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 {
        background: #ffffff;
        color: #ff0000;
        border-radius: 28px;
        padding: 16px 36px;
        margin: 30px 0;
        display: inline-block;
        font-weight: bold;
    }

    a.action-link-head {
        display: none;
    }

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

    body.opened-menu .mobile-wrap {
        position: relative;
        z-index: 11;
        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: -8px;
        position: relative;
    }
    .steps-row {
        /* padding: 0 0 50px; */
    }

    .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: 40px 0;
    }

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

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

    .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 10px;
    }
    .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;
}

.steps-section .step-item:nth-child(2) {width: 320px;}

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

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

h2 {
}
.prize-img {
}

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

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

.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: 19px;
    }

.prizes-row {
    background: unset;
    padding: 0 0 0;
    margin: 0 0 75px;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

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

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

.prize-img-wrap.prize-img-wrap-b .prize-img {
}

.prize-img-wrap {
    margin: 30px 0 0;
}

.prizes-section h2 {
}

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

.prizes-row h2 {
    margin: 50px 0 25px;
}

.info-lg, .info-lg.info-lg-b {
    font-size: 23px;
    line-height: 1.3;
}
.star {
    display: none;
}

div#prizes:after {
    display: none;
}
    .smw img {
    max-width: 100%;
}

.bg-sm {
    height: 300px;
}

.steps-row:before {
    width: 300px;
    top: -54px;
    left: -100px;
}

.steps-row:after {
    width: 300px;
    right: -43px;
    top: 333px;
}
}
@media (max-width: 768px) {

    a.logo {
    }
.answs-wrap {
    padding: 20px;
}

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

.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;
    }

    .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 {
    }

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

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

    .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 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
.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;
    text-align: center;
}

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

.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;
}

.step-img {
}
    .smbtw {
    position: relative;
    display: inline-block;
    width: 570px;
}
.main-section .btn-custom {font-size: 5vw;padding: 3vw 8vw;left: 26%;bottom: 61%;}

.bg-sm {height: 200px;}

.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;
}
    h1 {
    width: 300px;
    margin: 30px auto 30px;
    font-size: 42px;
    max-width: 100%;
}

.smw img {
    max-width: 90%;
}

.steps-row:before, .steps-row:after {
    opacity: 0;
}

h2 {
    margin-bottom: 30px;
    font-size: 30px;
}

}

@media (max-width: 576px) {
    a.logo {
    height: 42px;
    }
    a.d_link + a.d_link {
    margin-left: 10px;
}
.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%;
    }
.smbtw {
    width: 340px;
}
.main-section.bgd-section .btn-custom {/* font-size: 13px; *//* padding: 11px 11px; *//* bottom: 45%; *//* box-shadow: none; *//* left: 63%; */width: 86%;padding: 20px 0;left: 7%;}

.main-section.bgd-section {
}

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

.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;
        margin: 0;
    }

    .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 {
        display: block;
        padding-right: 52px;
        background-image: url(/images/search.png);
        background-repeat: no-repeat;
        background-position: 98% 30%;
        position: relative;
    }

    .search-row input, .search-row select {
        margin: 0;
    }

    .search-row input {
        background-image: url(/images/calendar.png);
        background-size: 18px;
        background-position: 96%;
    }

    .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;
    }
.bg-sm {
    background-size: 600px;
}

h1 {
    font-size: 30px;
}

.smw img {
    max-width: 98%;
}

.header-row {
    justify-content: space-between;
}

.btn-custom.btn-custom-invert {
    font-size: 19px;
}
    .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;
        font-weight: 600;
        border-width: 2px;
    }


    .feedback-section {
        padding-bottom: 0;
    }

    .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 30px 60px;
        text-align: left;
        margin-top: 0;
    }

    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;
    }

    .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;
        padding: 18px 0px;
    }

    .container-sm {
        padding-bottom: 60px;
    }

    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: 45px;
}
.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: 12px;
}

.main-section .container:after {
    height: 260px;
}

h2 {
    font-size: 31px;
}

.step-desc div {
}

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

.step-item:first-child .step-img {/* height: 240px; */margin: -17px auto 18px;}

.step-item {
    margin-bottom: 25px;
}

.prizes-section {
}

.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;
}

.prizes-row * {
    /* max-width: 100%; */
}

.owl-nav button.owl-next {
    right: -10px;
    color: #896e4b;
}

button.owl-prev {
    left: -10px;
    color: #896e4b;
}
    .test-section:after {
    display: none;
}

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

.vote-item:first-child img {
    left: -11px !important;
}

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

.owl-item .prize-desc {
    font-size: 30px;
    line-height: 1.3;
}

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

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

.bg-bt-section {
}

.vote-item:last-child img {
    right: -28px !important;
}
}

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