@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.accordion-inner { border-top: 0 none; }

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-x: hidden;
}

body {
	line-height: 1;
    overflow: hidden;
    position: relative;
    
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
button,label{-webkit-tap-highlight-color: transparent;}

/* RESET END */

.navbar{
    background: #198AB5;
}

.container-fluid{
    max-width: 90vw;
}

.navbar-nav{
    margin: auto;
}

.nav-link{
    color: var(--White, #FFF);
    font-family: "Core Rhino 85";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 0;
}

.nav-link:hover{
    color: #E64B38;
}

.nav-item{
    margin-right: 50px;
}

.nav-item:last-child{
    margin-right: 0;
}

.header_info a{
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    text-decoration: none;
    justify-content: center;
}

.header_info a img{
    margin-right: 4px;
}

.header_info a:hover{
       color: #E64B38;
}

.header_info p{
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.header_info{
    text-align: center;
}

.header_info{
    margin-right: 40px;
}

.personal_link{
    border-radius: 100px;
    border: 1px solid #E64B38;
    background: #E64B38;
    padding: 16px 24px;
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.personal_link img{
    margin-right: 10px;
}

.personal_link:hover{
    color: var(--White, #FFF);
    opacity: 0.9;
}

.navbar-brand{
    padding: 0;
    margin: 0;
}

.navbar{
    padding-top: 14px;
    padding-bottom: 14px;
}

.main{
    position: relative;
    background-color: rgb(69 68 70);
}

.top_div{
    height: 87.6px;
}

.main_banner{
    width: 100%;
}

.main_btn{
    border-radius: 100px;
    background: #E64B38;
    padding: 32px 40px;
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 36px */
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    left: 16.7%;
    bottom: 19.4%;
    text-decoration: none;
}

.main_btn:hover{
    color: #fff;
    background: #198AB5;
}

.second{
    background-image: url('../images/second.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 63px 0 58px;
}

.nav-link:focus, .nav-link:hover{
    color: #E64B38;
}

.title h2{
    color: #E64B38;
    text-align: center;
    -webkit-text-stroke-width: 10px;
    paint-order: stroke fill;
    -webkit-text-stroke-color: #FFF;
    font-family: "Core Rhino 85";
    font-size: 52px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 18px;
}

.second .subtitle p{
    color: #333;
    font-family: "Open Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: 73px;
}

.second_item .content p{
    color: #000;
    font-family: "Open Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 134.608%;
    max-width: max-content;
    text-transform: uppercase;
}

.subtitle_first{
    border-radius: 334px;
    background: radial-gradient(46.02% 50% at 50% 50%, #FFF 43.27%, rgba(255, 255, 255, 0.00) 100%);
    background-blend-mode: soft-light;
    width: 334px;
    height: 158px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -21px;
    margin-left: -12px;
}

.subtitle_second{
    border-radius: 392px;
    background: radial-gradient(46.02% 50% at 50% 50%, #FFF 46.15%, rgba(255, 255, 255, 0.00) 100%);
    background-blend-mode: soft-light;
    width: 392px;
    height: 158px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -21px;
}

.subtitle_third{
    width: 388px;
    height: 196px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 388px;
    background: radial-gradient(46.02% 50% at 50% 50%, #FFF 45.67%, rgba(255, 255, 255, 0.00) 100%);
    background-blend-mode: soft-light;
    margin-top: -37px;
}

.subtitle_fourth{
    width: 541px;
    height: 210px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 541px;
    background: radial-gradient(46.02% 50% at 50% 50%, #FFF 57.21%, rgba(255, 255, 255, 0.00) 100%);
    background-blend-mode: soft-light;
    margin-left: -60px;
        margin-top: -37px;
}
.second_item{
    width: 25%;
}

.second_item .title_first{
    margin-left: 72px;
    margin-top: 20px;
}
.second_item .image_first{
    margin-left: 66px;
}

.second_item .title_second{
    margin-left: 66px;
    margin-top: 18px;
}
.second_item .image_second{
    margin-left: 62px;
}

.second_item .title_third{
    margin-left: 94px;
    margin-top: 20px;
}
.second_item .image_third{
    margin-left: 83px;
}

.second_item .title_fourth{
    margin-left: 72px;
    margin-top: 20px;
}
.second_item .image_fourth{
    margin-left: 66px;
}


.second_item .image{
    display: flex;
    align-items: end;
    height: 336px;
}
.second_item .title p{
    color: #E64B38;
    -webkit-text-stroke-color: #FFF;
    font-family: "Core Rhino 85";
    font-size: 34px;
    font-style: normal;
    line-height: normal;
    -webkit-text-stroke-width: 10px;
    paint-order: stroke fill;
}
.second_wrapper{
    display: flex;
}

.second_item{
    position: relative;
}

.second_item .arrow{
    position: absolute;
    top: 306px;
    right: 0;
}

.third{
    padding: 68px 0 37px;
}

.second_wrapper{
    max-width: 1394px;
    margin: auto;
}

.red_btn{
    border-radius: 100px;
    background: #E64B38;
    box-shadow: -4px 6px 6.3px 0px rgba(0, 0, 0, 0.25);
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 24px */
    text-transform: uppercase;
    padding: 23px 40px 24px 40px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 0;
}

.red_btn:hover{
    background: #198AB5;
    color: #fff;
}

.second .link{
    text-align: center;
}

.products{
   background: url('../images/products-min.jpg');
   background-size: cover;
   background-repeat: no-repeat;
   padding: 63px 0 37px;
   height: 840px;
}
.product_item .content{
    text-align: center;
}
.product_item .content p{
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 4px 9.3px 0px rgba(0, 0, 0, 0.35);
    padding: 22px 30px;
    color: #333;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    max-width: 323px;
    margin: auto;
    margin-top: -106px;
    transition: all 1s ease;
}

.products_swiper{
    margin-top: 35px;
    max-width: 1380px;
}

.product_item .image img{
    margin-bottom: 32px;
}

.product_item .image {
    text-align: center;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
    background-image: url('../items/prev.svg');
    width: 105px;
    height: 105px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
    background-image: url('../items/next.svg');
    width: 105px;
    height: 105px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev{
    width: 105px;
    height: 105px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    width: 105px;
    height: 105px;
}

.product_item .image img{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    filter: blur(0px);
    cursor: pointer;
    display: block;
    height: auto;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    margin: 0 auto;
    transform: scale(0.65) translateZ(0);
    transition: all 0.6scubic-bezier(0.445,0.05,0.55,0.95);
    width: 70%;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.swiper-slide-active .product_item .image img{
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-backface-visibility: hidden;
}

.slider{
    position: relative;
}
.product_item .image{
    margin-bottom: 32px;
}

.swiper-slide-active .product_item .content p{
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 4px 9.3px 0px rgba(0, 0, 0, 0.35);
    color: #333;
    text-align: center;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    max-width: 380px;
    margin: auto;
    margin-top: 32px;   
}

.product_item{
    position: relative;
}

.product_item .star{
    position: absolute;
    top: 0;
    right: 0;
     -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    filter: blur(0px);
    cursor: pointer;
    display: block;
    height: auto;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    margin: 0 auto;
    transform: scale(0) translateZ(0);
    transition: all 0.6scubic-bezier(0.445,0.05,0.55,0.95);
    width: 100.289px;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.swiper-slide-active .star{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
}

.product_item .code_zoom{
    position: absolute;
    top: 180px;
    left: 90px;
    z-index: 10;
     -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    filter: blur(0px);
    cursor: pointer;
    display: block;
    height: auto;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    margin: 0 auto;
    transform: scale(0.6) translateZ(0);
    transition: all 0.6scubic-bezier(0.445,0.05,0.55,0.95);
    width: 170px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product_item .code_zoom img{
    width: 100%;
}

.swiper-slide-active .code_zoom{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
}


.prizes{
    position: relative;
}

.image_prs{
    position: absolute;
    left: 5%;
    top: 10%;
}

.image_prs img{
    width: 46%;
}

.title_center{
    position: absolute;
    top: 40%;
    right: 25%;
}

.prizes .title_top{
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

.prizes_img{
    width: 100%;
}

.prize_item_wrapper{
    border-radius: 25px;
    border: 5px solid #FFF;
    background: #00BFD4;
    box-shadow: 0px 4px 4.5px 0px rgba(0, 0, 0, 0.25);
    padding: 19px 38px;
    width: max-content;
    z-index: 10;
    position: relative;
}

.prizes_items{
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.prize_item p{
    color: #FFF;
    font-family: "Core Rhino 85";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.prize_item span{
    color: #FFF;
    text-align: center;
    font-family: "Core Rhino 85";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: block;
}

.prize_item{
    margin-right: 40px;
    position: relative;
    z-index: 1;
}

.prize_item:last-child{
    margin-right: 0;
}

.bottom_prizes{
    bottom: 150px;
    right: 80px;
    position: absolute;
}

.prize_item_1 .background_cloud{
    position: absolute;
    border-radius: 451px;
    background: radial-gradient(46.02% 50% at 50% 50%, #FFF 28.85%, rgba(255, 255, 255, 0.00) 90.87%);
    background-blend-mode: soft-light;
    width: 451px;
    height: 219px;
    z-index: 0;
    left: -86px;
    top: -46px;
}

.prize_item_2 .background_cloud{
    position: absolute;
    border-radius: 451px;
    background: radial-gradient(46.02% 50% at 50% 50%, #FFF 28.85%, rgba(255, 255, 255, 0.00) 90.87%);
    background-blend-mode: soft-light;
    width: 451px;
    height: 219px;;
    z-index: 0;
    left: -100px;
    top: -45px;
}

.prize_item_3 .background_cloud{
    position: absolute;
    border-radius: 451px;
    background: radial-gradient(46.02% 50% at 50% 50%, #FFF 28.85%, rgba(255, 255, 255, 0.00) 90.87%);
    background-blend-mode: soft-light;
    width: 451px;
    height: 219px;;
    z-index: 0;
    left: -89px;
    top: -61px;
}

.prize_item_4 .background_cloud{
    position: absolute;
    border-radius: 451px;
    background: radial-gradient(46.02% 50% at 50% 50%, #FFF 28.85%, rgba(255, 255, 255, 0.00) 90.87%);
    background-blend-mode: soft-light;
    width: 451px;
    height: 219px;
    z-index: 0;
    left: -85px;
    top: -45px;
}

.winners{
    background: url('../images/winners.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 40px 0 40px;
}

.winners .subtitle p{
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 38px;
}

.winners .subtitle p a{
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.nav-tabs{
    border: 0;
    justify-content: center;
}

.nav-tabs .nav-item {
    margin-right: 106px;
}

.nav-tabs .nav-link{
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.85);
    border: 5px solid #FFF;
    padding: 30px 35px;
    color: #909092;
    text-align: center;
    font-family: "Core Rhino 85";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.56px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-radius: 25px;
    border: 5px solid #FFF;
    background: #00BFD4;
    box-shadow: 0px 4px 4.5px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
}

.table_wrapper{
    overflow-x: auto;
    width: 100%;
    margin-top: 32px;
}

.table_header{
    width: 100%;
}

.table_header_row{
    display: flex;
    align-items: center;
    border-radius: 16px;
    background: #E64B38;
}

.table_header_row div{
    width: 25%;
    text-align: center;
    padding: 30px;
    color: rgba(255, 255, 255, 0.72);
    font-family: "Open Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 26px */
    text-transform: uppercase;
}

.table_body{
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    padding: 0 27px 37px;
}

.table_body_row{
    display: flex;
    align-items: center;
}

.table_body_row div{
    color: #000;
    font-family: "Open Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 26px */
    text-transform: uppercase;
    padding: 45px 16px;
    width: 25%;
    text-align: center;
}


.table_body_row.active {
    border-radius: 20px;
    background: rgba(144, 144, 146, 0.43);
}

.winners .link{
    text-align: center;
    margin-top: 29px;
}

.winners{
    position: relative;
    min-height: 1300px;
}

.popugai{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.faq{
    background: url('../images/faq.jpg');
    background-size: cover;
    background-position: left top;
    padding: 48px 0;
}

.accordion-button:not(.collapsed){
    box-shadow: none;
    background: #fff;
    border-radius: 16px;
    color: #1F1F1F;
}

.accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button.collapsed{
    border-radius: 16px;
}

.accordion-item{
    margin-bottom: 16px;
    border-radius: 16px;
    border: 0;
}

.accordion-item:first-of-type, .accordion-item:last-of-type{
        border-radius: 16px;
}

.accordion-button:focus{
    box-shadow: none;
    border: 0;
    outline: 0;
}

.accordion-button{
    border-radius: 18px;
    padding: 24px 24px 24px 32px;
    color: var(--Black, #1F1F1F);
    font-family: "Open Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.accordion-body{
    padding: 0 32px 24px;
}

.accordion-button::after{
    background-image: url('../items/accordion_before.svg');
    width: 40px;
    height: 40px;
    background-size: cover;
}

.accordion-button:not(.collapsed)::after{
    background-image: url('../items/accordion_after.svg');
    width: 34px;
    height: 20.796px;
    background-size: cover;
}

.faq .title h2{
    margin-bottom: 70px;
}

.accordion-body{
    color: #000;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.accordion-body p{
    margin-bottom: 12px;
}

.accordion-body ul{
    margin-bottom: 12px;
}

.accordion-body ul li{
    margin-bottom: 6px;
}

.accordion-body a{
    color: #000;
}

.accordion-body ul li > ul{
    margin-bottom: 0;
}
.accordion-body ul li > ul li{
    margin-bottom: 0;
}

.accordion-body ul li{
    list-style-type: disc;
    margin-left: 20px;
}

.accordion-body ul li > ul li{
    list-style-type: "-";
    padding-left: 20px;
}

table{
    width: 100%;
    overflow-x: auto;
    margin-bottom: 16px;
}

table th{
    background: #E64B38;
    padding: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 26px */
    text-transform: uppercase;
}

table th:first-child{
    border-radius: 16px 0 0 16px;
}

table th:last-child{
    border-radius: 0 16px 16px 0;
}

table td{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 26px */
    text-transform: uppercase;
    background: rgba(238, 238, 238, 0.72);
    text-align: center;
    padding: 24px;
}

table td:first-child{
    border-radius: 16px 0 0 16px; 
}

table td:last-child{
    border-radius: 0 16px 16px 0;
}

tr:nth-child(even) {
    background: rgba(144, 144, 146, 0.43);
}
.table_body_wrap{
    width: 100%;
    overflow-x: auto;
}

footer{
    background: #198AB5;
    padding: 44px 0 20px;
    position: relative;
}

footer .mish{
    width: 13%;
    position: absolute;
    left: 3%;
    bottom: 0;
}

.content_bottom{
    margin-top: 53px;
    text-align: center;
}

.content_bottom p{
    margin-bottom: 14px;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;
}

footer .title p{
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 32px;
}

footer .content_item p{
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

footer .content_item a{
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

footer .content_item{
    margin-bottom: 16px;
    display: flex;
    align-items: start;
}

footer .content_item img{
    width: 26px;
    margin-right: 10px;
}

.social{
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.social li:first-child{
    margin-right: 30px;
}

.content_item a{
    display: flex;
    align-items: center;
}

.footer_first_wrapper{
    max-width: 547px;
}

.links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.links a{
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.links{
    margin-top: 56px;
}

@media (max-width: 1799.98px) {
    
    .image_prs img{
        width: 40%;
    }
    .container-fluid{
        max-width: 100vw;
        padding: 0 40px;
    }

    .navbar-brand img{
        width: 197px;
    }

    .navbar-expand-xxl .navbar-nav .nav-link{
        padding: 0;
    }
    .nav-item {
        margin-right: 30px;
    }

    .main_btn{
        padding: 32px 40px;
        font-size: 28px;
        left: 6.56%;
    }

    .title h2{
        font-size: 42px;
    }
    .second .subtitle p{
        font-size: 22px;
        margin-bottom: 23px;
    }
    .second_wrapper {
        max-width: 100%;
        margin: auto;
    }
    .second_item .title p{
        font-size: 28px;
    }
    .second_item .content p{
        font-size: 20px;
    }
    .subtitle_first{
        border-radius: 284.255px;
        background: radial-gradient(46.02% 50% at 50% 50%, #FFF 43.27%, rgba(255, 255, 255, 0.00) 100%);
        width: 284.255px;
        height: 134.468px;
        background-blend-mode: soft-light;
    }
    .subtitle_second{
        border-radius: 333.617px;
        background: radial-gradient(46.02% 50% at 50% 50%, #FFF 46.15%, rgba(255, 255, 255, 0.00) 100%);
        background-blend-mode: soft-light;
        width: 333.617px;
        height: 134.468px;
    }
    .subtitle_third{
        border-radius: 330.213px;
        background: radial-gradient(46.02% 50% at 50% 50%, #FFF 45.67%, rgba(255, 255, 255, 0.00) 100%);
        background-blend-mode: soft-light;
        width: 330.213px;
        height: 166.809px;
        margin-left: 5px;
    }
    .subtitle_fourth{
        border-radius: 460.426px;
        background: radial-gradient(46.02% 50% at 50% 50%, #FFF 57.21%, rgba(255, 255, 255, 0.00) 100%);
        background-blend-mode: soft-light;
        width: 460.426px;
        height: 178.723px;
        margin-left: -54px;
    }

    .red_btn{
        padding: 24px 40px 24px 40px;
        font-size: 22px;
    }
    .swiper-slide-active .product_item .content p{
        font-size: 16px;
    }

    .product_item .content p{
        font-size: 14px;
    }
    .prize_item p{
        font-size: 20px;
    }
    .prize_item span{
        font-size: 14px;
    }
    .prize_item{
        margin-right: 16px;
    }
    .winners .subtitle p{
        font-size: 22px;
        margin-bottom: 40px;
    }
    .nav-tabs .nav-link{
        padding: 25px 32px;
        font-size: 22px;
    }

    .nav-tabs .nav-item{
        margin-right: 24px;
    }
    .table_header_row div{
        font-size: 22px;
    }
    .table_body_row div{
        padding: 39px 0;
        font-size: 22px;
    }
    .accordion-button{
        font-size: 22px;
    }
    .accordion-body{
        font-size: 16px;
    }
    table td{
         font-size: 16px;
    }
    .content_bottom p{
        font-size: 24px;
    }
    footer .mish{
        width: 13%;
        position: absolute;
        left: 40px;
        bottom: 0;
    }
    footer .content_item p,footer .content_item a{
        font-size: 16px;
    }
    .links a{
        font-size: 16px;
    }
    .links {
        margin-top: 40px;
    }
}

@media (max-width: 1499.98px) {
    .nav-item {
        margin-right: 20px;
    }
    .nav-link{
        font-size: 14px;
    }
}

.navbar-toggler{
    padding: 0;
    border-radius: 0;
    border: 0;
}

.navbar-toggler:focus{
    outline: 0;
    box-shadow: none;
    border: 0;
}

.navbar-toggler-icon{
    background-image: url('../items/iconoir_menu.svg');
}

@media (max-width: 1399.98px) {
    .header_info{
        margin-left: auto;
    }
    .header_info a,.header_info p{
        font-size: 14px;
    }
    .header_info a img{
        height: 20px;
    }
    .personal_link{
        padding: 12px 18px;
        font-size: 18px;
        margin-right: 16px;
    }
    .personal_link img{
        height: 26px;
    }
    .top_div {
        height: 79.6px;
    }

    .navbar-expand-xxl .navbar-nav .nav-link{
        margin-top: 16px;
    }
    .nav_personal_link{
        justify-content: center;
        margin-top: 16px;
    }
}
.content_mob{
    display: none;
}
@media (max-width: 1199.98px) {
    .container-fluid {
        max-width: 100vw;
        padding: 0 20px;
    }
    .image_prs{
        display: none;
    }

    .title_center{
        top: 650px;
        left: 66px;
        right: unset;
    }


    .top_div {
        height: 66.6px;
    }
    .main_btn {
        padding: 32px 40px;
        font-size: 24px;
        left: 20px;
        bottom: 29.4%;
    }
    .second{
        background: url('../images/mechanica.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        padding: 57px 0 57px;
    }
    .title h2 {
        font-size: 42px;
    }

    .second_wrapper{
        flex-wrap: wrap;
    }
    .second_item{
        width: 50%;
    }
    .second_item .arrow{
        display: none;
    }
    .second_item .image {
        margin-left: auto;
        margin-right: auto;
        width: max-content;
    }
    .second_item .title_first {
        margin-left: 116px;
        margin-top: 20px;
    }
    .subtitle_first {
        border-radius: 284.255px;
        background: radial-gradient(46.02% 50% at 50% 50%, #FFF 43.27%, rgba(255, 255, 255, 0.00) 100%);
        background-blend-mode: soft-light;
        width: 284.255px;
        height: 134.468px;
        margin-left: 32px;
    }
    .second_item .title_second {
        margin-left: 115px;
        margin-top: 18px;
    }
    .subtitle_second {
        border-radius: 333.617px;
        background: radial-gradient(46.02% 50% at 50% 50%, #FFF 46.15%, rgba(255, 255, 255, 0.00) 100%);
        background-blend-mode: soft-light;
        width: 333.617px;
        height: 134.468px;
        margin-left: 45px;
    }
    .second_item .title_third {
        margin-left: 120px;
        margin-top: 20px;
    }
    .subtitle_third {
        border-radius: 330.213px;
        background: radial-gradient(46.02% 50% at 50% 50%, #FFF 45.67%, rgba(255, 255, 255, 0.00) 100%);
        background-blend-mode: soft-light;
        width: 330.213px;
        height: 166.809px;
        margin-left: 30px;
    }
    .second_item .title_fourth {
        margin-left: 114px;
        margin-top: 20px;
    }
    .subtitle_fourth {
        height: 178.723px;
        margin-left: -10px;
    }
    .products{
        background: url('../images/products_tablet.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        padding: 60px 0 108px;
        height: 860px;
    }

   
    .products .container-fluid{
        padding: 0;
    }
    .swiper-slide-active .code_zoom{
        opacity: 1;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-backface-visibility: hidden;
    }
    .product_item .content p{
        opacity: 0;
    }
    .swiper-slide-active .product_item .content p{
        opacity: 1;
    }
    .product_item .code_zoom {
        top: 143px;
        left: 68px;
    }
    .content_mob_item{
        display: none;
    }
    .product_item .star {
        width: 80px;
    }
    .product_item .star img{
        width: 100%;
    }
    .content_mob_item.active{
        display: block;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }

    .bottom_prizes {
        bottom: 27px;
        right: unset;
        position: absolute;
    }

    .bottom_prizes .title{
        text-align: center;
        width: 100%;
    }

    .bottom_prizes .title h2{
        font-size: 42px;
    }
    .prize_item_wrapper{
        padding: 14px;
    }
    .prize_item p{
        font-size: 18px;
        margin-bottom: 8px;
    }

    .prize_item span{
        font-size: 12px;
    }
    .background_cloud{
        display: none;
    }
    .prize_item {
        margin-right: 0;
    }
    .prizes_items{
        justify-content: space-between;
        width: 100%;
        margin-top: 30px;
    }
    .bottom_prizes{
        width: calc(100% - 40px);
    }
    .footer_first_wrapper{
        margin-bottom: 52px;
    }
    footer .title p{
        margin-bottom: 24px;
        font-size: 20px;
    }
    footer .links{
        margin-top: 50px;
        display: block;
    }
    footer .links a{
        display: block;
        margin-bottom: 8px;
    }
    .content_bottom p {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .second_item .title_first {
        margin-left: 54px;
        margin-top: 20px;
    }
    .subtitle_first {
        border-radius: 284.255px;
        background: radial-gradient(46.02% 50% at 50% 50%, #FFF 43.27%, rgba(255, 255, 255, 0.00) 100%);
        background-blend-mode: soft-light;
        width: 284.255px;
        height: 134.468px;
        margin-left: -30px;
    }
    .second_item .title_second {
        margin-left: 53px;
        margin-top: 18px;
    }
    .subtitle_second {
        border-radius: 333.617px;
        background: radial-gradient(46.02% 50% at 50% 50%, #FFF 46.15%, rgba(255, 255, 255, 0.00) 100%);
        background-blend-mode: soft-light;
        width: 333.617px;
        height: 134.468px;
        margin-left: -17px;
    }
    .second_item .title_third {
        margin-left: 58px;
        margin-top: 20px;
    }
    .subtitle_third {
        border-radius: 330.213px;
        background: radial-gradient(46.02% 50% at 50% 50%, #FFF 45.67%, rgba(255, 255, 255, 0.00) 100%);
        background-blend-mode: soft-light;
        width: 330.213px;
        height: 166.809px;
        margin-left: -32px;
    }
    .second_item .title_fourth {
        margin-left: 52px;
        margin-top: 20px;
    }
    .subtitle_fourth {
        height: 178.723px;
        margin-left: -72px;
    }
    .products {
        height: 694px;
    }
    .product_item .code_zoom {
        top: 95px;
        left: 28px;
    }
    .title_center {
        top: 457px;
    }
}

@media (max-width: 767.98px) {
    .product_item .image img{
        width: 100%;
    }
    
    .content_mob{
        display: block;
    }
    .product_item .content{
        display: none;
    }
    .nav_personal_link{
        margin-right: 0;
    }
    .main_btn {
        padding: 20px 40px;
        font-size: 20px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        width: calc(100% - 20px);
        bottom: 12px;
    }
    .container-fluid{
        padding-left: 10px;
        padding-right: 10px;
    }
    .second{
        background: url('../images/mechanika_mob.jpg');
    }
    .second_item {
        width: 100%;
    }
    .title h2 {
        font-size: 38px;
        margin-bottom: 13px;
    }
    .second_item .image{
        height: auto;
        width: 100%;
    }

    .second_item .image img{
        width: 100%;
        width: 218.917px;
        margin: auto;
    }

    .second_item .title{
        margin: 0;
    }
    .second_item .title p{
        text-align: center;
    }
    .second_item .content {
        border-radius: 0; 
        background: none;
        background-blend-mode: unset;
        width: auto; 
        height: auto; 
        margin: 0;
        text-align: center;
        margin-top: 8px;
    }
    .sic_1{
        border-radius: 284.255px;
        background: radial-gradient(46.02% 50% at 50% 50%, #FFF 43.27%, rgba(255, 255, 255, 0.00) 100%);
        background-blend-mode: soft-light;
        width: 284.255px;
        height: 134.468px;
        margin: auto;
    }
    .second_item_center{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        position: relative;
    }
    .second_item_center .cloud{
        position: absolute;
        border-radius: 284.255px;
        background: radial-gradient(46.02% 50% at 50% 50%, #FFF 43.27%, rgba(255, 255, 255, 0.00) 100%);
        background-blend-mode: soft-light;
        width: 284.255px;
        height: 134.468px;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 0;
    }
    .no_cloud{
        position: relative;
        z-index: 1000;
        margin-top: 30px;
        
        margin-bottom: 30px;
    }
    .red_btn{
        padding: 23px 20px 24px 20px;
        width: 100%;
        font-size: 20px;
    }
    .bottom_prizes .title h2 {
        font-size: 32px;
    }
    .prizes_items{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .bottom_prizes {
        width: calc(100% - 20px);
    }
    .prize_item {
        margin-bottom: 8px;
    }
    .bottom_prizes {
        bottom: 70px;
    }
    .accordion-button {
        font-size: 16px;
    }
    .accordion-body{
        font-size: 14px;
    }
    .footer_first_wrapper{
        margin-top: 50px;
    }

   .content_mob{
        border-radius: 30px;
        background: #FFF;
        box-shadow: 0px 4px 9.3px 0px rgba(0, 0, 0, 0.35);
        color: #333;
        text-align: center;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 20.8px */
        width: calc(100% - 32px);
        margin: auto;
        padding: 23px 32px;
    }
    .products{
        height: auto;
        padding: 40px 0 70px;
    }

}

.modal_item_checkbox .checkbox-other input[type=checkbox] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.modal_item_checkbox .checkbox-other span {
	display: inline-block;
	position: relative; 
	padding: 0 0 0 30px; 
	line-height: 24px;    
    cursor: pointer;
    color: rgba(255, 255, 255, 0.90);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.modal_item_checkbox .checkbox-other span a{
    color: var(--White, #FFF);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.modal_item_checkbox .checkbox-other.alert_checkbox span, .checkbox-other.alert_checkbox span a, .alert_span, .alert_checkbox{
	color: #F40014!important;
}

.modal_item_checkbox .checkbox-other span:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	transition: background 0.3s ease;
	background: url("../items/checkbox.svg") 0 0 no-repeat;
}
 
/* Checked */
.modal_item_checkbox .checkbox-other input[type=checkbox]:checked + span:before {
	background-image: url("../items/checkbox_active.svg")!important;
    width: 24px;
	height: 24px;
}
 
/* Focus */
.focused span:before {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover */
.checkbox-other span:hover:before {
	filter: brightness(110%);
}
 
/* Active */
.checkbox-other span:active:before {
	filter: brightness(80%);
}
 
/* Disabled */
.checkbox-other input[type=checkbox]:disabled + span {
	color: #666;
	cursor: default;
}
.checkbox-other input[type=checkbox]:disabled + span:before {
	filter: grayscale(100%);
	opacity: 0.6;
}

.modal_item_checkbox .checkbox-other span {
    position: relative;
    left: 0;
}

.modal-content{
    border: 0;
    border-radius: 20px;
    background: #198AB5;
    box-shadow: -7px 15px 11.5px 0px rgba(0, 0, 0, 0.25);
    padding: 40px;
}

.modal-dialog{
   max-width: 700px; 
}

.modal-body{
    padding: 0;
}

.btn-close{
    position: absolute;
    top: 16px;
    right: 16px;
    background: url('../items/close.svg');
    width: 32px;
    height: 32px;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-close:focus{
    box-shadow: none;
}

.modal_links{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.modal_links a{
    color: rgba(255, 255, 255, 0.80);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    text-decoration: none;
}

.modal_links a:first-child{
    margin-right: 23px;
}

.modal_links a:last-child{
    margin-left: 23px;
}

.modal_links a.active{
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 8%; /* 1.44px */
    text-underline-offset: 16%; /* 2.88px */
    text-underline-position: from-font;
}

.modal_item input{
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    padding: 16px 24px 12px 24px;
    background: transparent;
    color: rgba(255, 255, 255, 0.80);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.modal_item input::placeholder{
    color: rgba(255, 255, 255, 0.80);
}

.modal_item input:focus{
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: transparent;
    color: rgba(255, 255, 255, 0.80);
    box-shadow: none;
}

.modal_item select{
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    padding: 16px 24px 12px 24px;
    background: transparent;
    color: rgba(255, 255, 255, 0.80);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-image:url('../items/select.svg');
    background-position: center right 12px;
    background-size: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
}

select option {
    color: #000;
}

.modal_item select:focus{
    box-shadow: none;
}

.modal_btn{
    padding: 16px 24px 12px 24px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    color: rgba(255, 255, 255, 0.80);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.modal_item label{
    color: rgba(255, 255, 255, 0.80);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    left: 23px;
    top: -6px;
    background: #198AB5;
    padding: 0 8px;
}

.modal_item{
    position: relative;
    margin-bottom: 20px;
}

.modal_item_checkbox{
    margin-bottom: 20px;
}
.modal_btn_submit{
    border-radius: 100px;
    border: 1px solid var(--red-main, #E64B38);
    background: var(--red-main, #E64B38);
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */
    text-transform: uppercase;
    margin-top: 12px;
    padding: 18px 32px;
}

.modal_item_btn{
    text-align: center;
}

.modal_item_link{
    text-align: center;
}

.modal_item_link a{
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: inline-block;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 30px;
}

.modal_item_link p{
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 4px;
}


#signinModal .modal-dialog{
    max-width: 450px;
}

strong{
    font-weight: 700;
}

.modal_btn_submit{
    min-width: 200px;
}

.show_error{
    width: 100%;
    padding: 10px 16px;
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #E64B38;
    border-left: 4px solid #F40014;
    width: 100%;
    display: none;
}

.show_success{
    width: 100%;
    padding: 10px 16px;
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #00BFD4;
    border-left: 4px solid #fff;
    width: 100%;
    display: none;
}

.alert_modal_input{
    border-color: #F40014!important;
}

.alert_modal_message{
    color: #F40014;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.modal_title p{
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
    text-align: center;
}

#confirmModal .modal-dialog,#forgotModal .modal-dialog{
    max-width: 450px;
}

@media (max-width: 767.98px) {
    .modal-content{
        padding: 20px!important;
    }

    .btn-close {
        position: absolute;
        top: 8px;
        right: 8px;
        background: url(../items/close.svg);
        width: 24px;
        height: 24px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .modal_links a:first-child{
        margin-right: 12px;
    }
    .modal_links a:last-child{
        margin-left: 12px;
    }
}

.personal{
    padding: 75px 0;
    background: url('../images/bg_personal-min.jpg');
    background-size: cover;
    background-position: center;
}



.sidebar_wrapper_nav .nav-tabs{
    display: block;
}

.sidebar_wrapper_nav .nav-tabs .nav-link{
    width: 100%;
    margin-bottom: 24px;
    border-radius: 10px;
    padding: 16px 24px;
    border: 4px solid #FFF;
    background: #FFF;
    box-shadow: -4px 6px 6.3px 0px rgba(0, 0, 0, 0.25);
    color: #002A51;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.sidebar_wrapper_nav .nav-tabs .nav-link:last-child{
    margin-bottom: 0;
}

.sidebar_wrapper_nav .nav-tabs .nav-item.show .nav-link, .sidebar_wrapper_nav .nav-tabs .nav-link.active{
    border-radius: 10px;
    border: 4px solid #FFF;
    background: #E64B38;
    box-shadow: -4px 6px 6.3px 0px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.present{
    border-radius: 25px;
    border: 6px solid #FFF;
    background: #00BFD4;
    padding: 24px 34px 32px;
    text-align: center;
    margin-top: 86px;
}

.present img{
    margin-bottom: 25px;
}

.present a{
    display: block;
    width: 100%;
    text-decoration: none;
    border-radius: 100px;
    background: #E64B38;
    box-shadow: -4px 6px 6.3px 0px rgba(0, 0, 0, 0.25);
    padding: 23px 40px 24px 40px;
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 24px */
    text-transform: uppercase;
}

.title_codes h2{
    margin-bottom: 58px;
}

form.update_user{
    padding: 60px 60px 40px 60px;
    border-radius: 20px;
    background: #198AB5;
    box-shadow: -7px 15px 20px 0px rgba(0, 0, 0, 0.14);
    max-width: 720px;
    margin: auto;
}

.modal_item_dissmiss{
    border-radius: 300px;
    border: 2px solid #FFF;
    padding: 20px 30px;
    color: rgba(255, 255, 255, 0.90);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    margin-bottom: 8px;
}

.modal_item_dissmiss a{
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.modal_item input:disabled{
    background: transparent!important;
}

.reminder{
    padding: 60px 60px 40px 60px;
    border-radius: 20px;
    background: #198AB5;
    box-shadow: -7px 15px 20px 0px rgba(0, 0, 0, 0.14);
    max-width: 720px;
    margin: auto;
}

.reminder ol li{
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.reminder ol li span{
    display: flex;
    align-items: center;
}

.app-code-activation-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px;
    border: 5px solid #00BFD4;
    background: #FFF;
    box-shadow: 0px 4px 4.5px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 39px;
}

.app-code-activation-wrapper input{
    width: 60px;
    height: 80px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #B7B7B7;
    color: var(--Black, #1F1F1F);
    font-family: Inter;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 60px */
    text-transform: uppercase;  
    margin-right: 10px;
}

.code_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

#code_btn{
    margin-left: 47px;
}

#errorModal .modal-body{
    color: var(--White, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#errorModal .modal-dialog{
    max-width: 455px;
}
#errorModal .modal-body a{
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 8%;
    text-underline-offset: 16%;
    text-underline-position: from-font;
}

#code_btn{
    min-width: 200px;
}

#successModal  .modal-content{
    padding: 100px 40px 40px 40px;
    
}
#successModal  .modal-dialog{
    max-width: 740px;
}
#successModal  .title p{
    color: var(--White, #FFF);
    font-family: "Core Rhino 85";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#successModal img{
    max-width: 96%;
    text-align: center;
}

.codes_table_wrapper {
    margin: 60px 0 40px;
}
.codes_table_wrapper .nav-tabs .nav-link{
    border-radius: 25px;
    border: 5px solid var(--White, #FFF);
    background: #00BFD4;
    box-shadow: 0px 4px 4.5px 0px rgba(0, 0, 0, 0.25);
    padding: 19px 38px;
    color: var(--White, #FFF);
    font-family: "Core Rhino 85";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.codes_table_wrapper .nav-tabs .nav-link span{
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Core Rhino 85";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    margin-top: 8px;
}
.codes_table_wrapper .nav-tabs .nav-item.show .nav-link, .codes_table_wrapper .nav-tabs .nav-link.active{
    border-radius: 25px;
    border: 5px solid #00BFD4;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 4.5px 0px rgba(0, 0, 0, 0.25);
    color: #00BFD4;
}

.codes_table_wrapper .nav-tabs .nav-item.show .nav-link span, .codes_table_wrapper .nav-tabs .nav-link.active span{
    color: #00BFD4;
}

.codes_table_wrapper .nav-tabs .nav-item {
    margin-right: 20px;
}

.game_codes_table{
    max-width: 990px;
    border-radius: 25px;
    border: 5px solid #FFF;
    background: #00BFD4;
    margin: auto;
    padding: 32px 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.game_codes_table_item{
    width: 33.33%;
    position: relative;
    text-align: center;
    margin-bottom: 80px;
}

.game_codes_table_item .win_key{
    position: absolute;
    left: -57px;
    top: -73px;
    border-radius: 300px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 241, 119, 0.80) 0%, rgba(153, 153, 153, 0.00) 100%);
    width: 300px;
    height: 300px;
    z-index: 0;
}

.game_codes_table_item img{
    width: 170px;
    position: relative;
    z-index: 1;
}
.game_codes_table_item span{
    color: var(--Black, #1F1F1F);
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transform: rotate(48.57deg);
    display: block;
    position: absolute;
    top: 90px;
    right: 74px;
    z-index: 2;
}


@media (max-width: 1799.98px) {
    .reminder ol li{
        font-size: 16px;
    }
    #code_btn {
        margin-left: 20px;
    }
    .app-code-activation-wrapper input {
        width: 60px;
        height: 80px;
        font-size: 32px;
    }

}

.logout button{
    width: 100%!important;
    margin-right: 0!important;
}
@media (max-width: 1199.98px) {
    .sidebar_wrapper_nav .nav-tabs .nav-link{
        width: calc(25% - 24px);
        
        margin-bottom: 0;
        margin-right: 24px;
    }
    .sidebar_wrapper_nav .nav-tabs .nav-link:last-child{
        margin-right: 0;
    }

    .sidebar_wrapper_nav .nav-tabs {
        display: flex;
        margin-bottom: 80px;
    }
    .present_top{
        display: none;
    }
    .app-code-activation-wrapper input {
        width: 40px;
        height: 60px;
        font-size: 26px;
    }
    .codes_table_wrapper .nav-tabs{
        display: none;
    }
}

@media (max-width: 991.98px) {
    .game_codes_table_item{
        width: 50%;
        position: relative;
        text-align: center;
        margin-bottom: 40px;
    }
    .game_codes_table_item span {
        color: var(--Black, #1F1F1F);
        font-family: Montserrat;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        transform: rotate(50.57deg);
        display: block;
        position: absolute;
        top: 89px;
        right: 85px;
    }
    .app-code-activation-wrapper{
        padding: 20px;
    }
    .title_codes h2 {
        margin-bottom: 24px;
    }
    .sidebar_wrapper_nav .nav-tabs {
        display: flex;
        margin-bottom: 60px;
    }
    .sidebar_wrapper_nav .nav-tabs .nav-link{
        padding: 16px 8px;
        color: #002A51;
        font-size: 16px;
    }


}
@media (max-width: 767.98px) {
     .sidebar_wrapper_nav .nav-tabs .nav-link{
        width: 100%;
        margin-bottom: 16px;
        margin-right: 0;
    }
    .logout{
        width: 100%;
    }
    .personal{
        padding: 30px 0;
    }
    .title_codes h2{
        font-size: 42px;
        margin-bottom: 40px;
    }

    .code_wrapper{
        display: block;
        text-align: center;
    }
    .app-code-activation-wrapper input{
        width: 30px;
        height: 44px;
        font-size: 16px;
        padding: 3px;
    }

    #code_btn {
        margin-left: 0;
        min-width: 240px;
        width: 240px;
        margin-top: 16px;
        margin-left: auto;
        margin-right: auto;
    }
    .game_codes_table_item{
        width: 100%;
        position: relative;
        text-align: center;
        max-width: max-content;
        margin-bottom: 40px;
        min-width: 260px;
        margin-bottom: 40px;
    }

    .game_codes_table_item span {
        color: var(--Black, #1F1F1F);
        font-family: Montserrat;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        transform: rotate(51.57deg);
        display: block;
        position: absolute;
        top: 89px;
        right: 59px;
    }

    .present{
        margin-top: 46px;
    }

    .product_item .code_zoom {
                top: 93px;
        left: -18px;
    }
    .product_item .star {
        width: 35px;
    }
    .product_item .code_zoom img {
        width: 90%;
    }

    .title_center {
        top: 317px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .title_center h2{
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 28.8px */
        text-transform: uppercase;
    }
}


.cookies_banner{
    padding: 20px 0;
    background: #198AB5;
    box-shadow: -7px 15px 11.5px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000000000000;
}

.cookies_banner_wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.links_c a{
    border-radius: 100px;
    border: 1px solid var(--White, #FFF);
    background: var(--White, #FFF);
    color: #198AB5;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    margin-right: 16px;
    padding: 18px 24px;
    cursor: pointer;
}
.links_c a:last-child{
    margin-right: 0;
}
.cookies_banner p{
    color: rgba(255, 255, 255, 0.80);

    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}



@media (max-width: 1399.98px) {
    .cookies_banner p{
        color: rgba(255, 255, 255, 0.80);

        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        max-width: 80%;
    }
    .links_c a{
        border-radius: 100px;
        border: 1px solid var(--White, #FFF);
        background: var(--White, #FFF);
        color: #198AB5;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 18px */
        text-transform: uppercase;
        display: inline-block;
        text-decoration: none;
        margin-right: 16px;
        padding: 18px;
    }
}


@media (max-width: 767.98px) {
    .cookies_banner_wrapper{
        display: block;
    }
    .cookies_banner p{
        font-size: 16px;
        margin-bottom: 16px;
        width: 100%;
    }
    .links_c a{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .cookies_banner{
        padding: 32px 0 16px;
    }

    .close_cookies{
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .main {
        max-height: 594px;
    }
}

@keyframes m {
  0%, 3% {
    transform: rotate(0);
  }
  9.1111111111%, 14.1111111111% {
    transform: rotate(-40deg);
  }
  20.2222222222%, 25.2222222222% {
    transform: rotate(-80deg);
  }
  31.3333333333%, 36.3333333333% {
    transform: rotate(-120deg);
  }
  42.4444444444%, 47.4444444444% {
    transform: rotate(-160deg);
  }
  53.5555555556%, 58.5555555556% {
    transform: rotate(-200deg);
  }
  64.6666666667%, 69.6666666667% {
    transform: rotate(-240deg);
  }
  75.7777777778%, 80.7777777778% {
    transform: rotate(-280deg);
  }
  86.8888888889%, 91.8888888889% {
    transform: rotate(-320deg);
  }
  98%, 100% {
    transform: rotate(-360deg);
  }
}
/*The Orbital Spin*/
 @-moz-keyframes circle { 
    from {
        -moz-transform:rotate(360deg);
    }
    to {
        -moz-transform:rotate(0deg);
    }
}
@-o-keyframes circle {
    from {
        -o-transform:rotate(360deg);
    }
    to {
        -o-transform:rotate(0deg);
    }
}
@-webkit-keyframes circle {
    from {
        -webkit-transform:rotate(360deg);
    }
    to {
        -webkit-transform:rotate(0deg);
    }
}
@keyframes circle {
    from {
        transform:rotate(360deg);
    }
    to {
        transform:rotate(0deg);
    }
}
@-moz-keyframes inner-circle {
    from {
        -moz-transform:rotate(-360deg);
    }
    to {
        -moz-transform:rotate(0deg);
    }
}
@-webkit-keyframes inner-circle {
    from {
        -webkit-transform:rotate(-360deg);
    }
    to {
        -webkit-transform:rotate(0deg);
    }
}
@-o-keyframes inner-circle {
    from {
        -o-transform:rotate(-360deg);
    }
    to {
        -o-transform:rotate(0deg);
    }
}
@keyframes inner-circle {
    from {
        transform:rotate(-360deg);
    }
    to {
        transform:rotate(0deg);
    }
}

/*Some Font Awesomeness*/


#rotator {
    
    width: 500px;
    height: 500px;
    margin:0 auto;
    font-size:10px;
    line-height:1;
    -moz-animation: circle 100s linear infinite;
    -webkit-animation:circle 100s linear infinite;
    -o-animation: circle 100s linear infinite;
    animation: circle 100s linear infinite;
    transform-origin: 50% 50%;
    border: 5px solid #FFF;
    /*Borders visible to view mechanics*/
    border-radius: 100%;
    /*Remove this*/
    /*Remove this*/
}
/*
#rotator:hover {
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}*/
#rotator > div {
    -moz-animation: inner-circle 100s linear infinite;
    -o-animation: inner-circle 100s linear infinite;
    -webkit-animation: inner-circle 100s linear infinite;
    animation: inner-circle 100s linear infinite;
    width:160px;
    border-radius: 100%;
    text-rendering: geometricPrecision;
}

#rotator > div img{
    width: 160px;
    transition: width 3s, height 3s;
}


/*#rotator:hover > div {
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}*/


.spin-container {
    position: absolute;
    left: 140px;
    top: 0;
    width: 500px;
    height: 500px;
    overflow: visible;
    margin: 10% auto;
}
.central-circle {
    display: table;
    position: absolute;
    border-radius: 100%;
    width: 500px;
    height: 500px;
    left: 100px;
    top: 100px;
}

/* The outer limits*/

.small-circle {
    display: table;
}

#rotator > div img.zoom_size_img{
    width: 200px;
}

@media (max-width: 1399.98px) {
    
    #rotator {    
        width: 430px;
        height: 430px;
    }
    
    .spin-container {
        width: 430px;
        height: 430px;
    }
    .central-circle {
        width: 430px;
        height: 430px;
        left: 90px;
    }

    #rotator > div img{
        width: 140px;
    }

    #rotator > div{
        width: 140px;
    }

    #rotator > div img.zoom_size_img{
        width: 160px;
    }

}
@media (max-width: 1199.98px) {
    
    #rotator {    
        width: 700px;
        height: 700px;
    }
    
    .spin-container {
        width: 700px;
        height: 700px;
        top: 900px;
    }
    .central-circle {
        width: 700px;
        height: 700px;
        left: 120px;
    }

    #rotator > div img{
        width: 190px;
    }

    #rotator > div{
        width: 190px;
    }


    #rotator > div img.zoom_size_img{
        width: 210px;
    }

}

@media (max-width: 991.98px) {
    
    #rotator {    
        width: 430px;
        height: 430px;
    }
    
    .spin-container {
        width: 430px;
        height: 430px;
        top: 697px;
    }
    .central-circle {
        width: 430px;
        height: 430px;
        left: 120px;
    }

    #rotator > div img{
        width: 140px;
    }

    #rotator > div{
        width: 140px;
    }


    #rotator > div img.zoom_size_img{
        width: 180px;
    }
}

.personal_alert{
    border-radius: 20px;
    background: #FFF;
    padding: 20px;
    color: #198AB5;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    
    #rotator {    
        width: 270px;
        height: 270px;
    }
    
    .spin-container {
        width: 270px;
        height: 270px;
        top: 424px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .central-circle {
        width: 270px;
        height: 270px;
    }

    #rotator > div img{
        width: 80px;
    }

    #rotator > div img.zoom_size_img{
        width: 100px;
    }

    #rotator > div{
        width: 80px;
    }

    .personal_alert{
        border-radius: 20px;
        background: #FFF;
        padding: 20px;
        color: #198AB5;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 24px;
    }

    form.update_user{
        padding: 32px 24px;
    }
}

#mySelect{
    border-radius: 25px;
    border: 5px solid var(--White, #FFF);
    background: #00BFD4;
    box-shadow: 0px 4px 4.5px 0px rgba(0, 0, 0, 0.25);
    color: var(--White, #FFF);
    font-family: "Core Rhino 85";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 19px 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../items/eva_arrow-down-fill.svg);
    background-size: 32px 32px;
    background-position: right 38px center;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}


#mySelect option{
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

.modal_content p{
    font-family: Montserrat;
    font-size: 18px;
    color: #FFF;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
}

.winners_mob{
    background-image: url('../images/mob_winners_1.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding: 50px 0;
}

.winners_mob .subtitle, 
.winners_mob .subtitle a{
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
}

.winners_mob .table_body{
    border-radius: 20px;
    background: #EDF5F3;
    padding: 20px 16px;
}

.winners_mob .table_body_wrapper {
    display: flex;
    align-items: center;
}

.winners_mob .table_body_left,
.winners_mob .table_body_right{
    width: 50%;
    padding: 8px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.winners_mob .table_body_row_mob.active {
    background: rgba(144, 144, 146, 0.43);
    border-radius: 16px;
}

.winners_mob .table_wrapper{
    margin-bottom: 20px;
}