.datepicker--cells{display:-webkit-box;display:flex;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-box;display:flex;position:relative;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4eb5e6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4eb5e6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-box;display:flex;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#ff9a19;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-box-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;-webkit-transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);-ms-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);-ms-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;-webkit-transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 5px)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 5px)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-box;display:flex;cursor:pointer;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-box;display:flex}.datepicker--button{color:#4eb5e6;cursor:pointer;border-radius:4px;-webkit-box-flex:1;flex:1;display:-webkit-inline-box;display:inline-flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-box-flex:0;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-box-flex:0;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:"";background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-size:11px;height:17px;background:-webkit-gradient(linear,left top,right top,from(#dedede),to(#dedede)) left 50%/100% 1px no-repeat;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-box-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;-webkit-transition:background .2s;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;-moz-transition:background .2s;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;-ms-transition:background .2s;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:"";background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
@font-face{font-family:Gilroy-Regular;src:url(../fonts/Gilroy-Regular.eot),url(../fonts/Gilroy-Regular.woff) format("woff"),url(../fonts/Gilroy-Regular.ttf) format("truetype")}@font-face{font-family:Gilroy-Medium;src:url(../fonts/Gilroy-Medium.eot),url(../fonts/Gilroy-Medium.woff) format("woff"),url(../fonts/Gilroy-Medium.ttf) format("truetype")}@font-face{font-family:Gilroy-Semibold;src:url(../fonts/Gilroy-Semibold.eot),url(../fonts/Gilroy-Semibold.woff) format("woff"),url(../fonts/Gilroy-Semibold.ttf) format("truetype")}@font-face{font-family:Gilroy-Bold;src:url(../fonts/Gilroy-Bold.eot),url(../fonts/Gilroy-Bold.woff) format("woff"),url(../fonts/Gilroy-Bold.ttf) format("truetype")}@font-face{font-family:DigitalNumbers-Regular;src:url(../fonts/DigitalNumbers-Regular.eot),url(../fonts/DigitalNumbers-Regular.woff) format("woff"),url(../fonts/DigitalNumbers-Regular.ttf) format("truetype")}@font-face{font-family:MajorMonoDisplay-Regular;src:url(../fonts/MajorMonoDisplay-Regular.eot),url(../fonts/MajorMonoDisplay-Regular.woff) format("woff"),url(../fonts/MajorMonoDisplay-Regular.ttf) format("truetype")}
*{box-sizing:border-box;outline:0}body,html{height:100%;font-size:10px}@media (max-width:1680px){body,html{font-size:7px}}body{margin:0;background:#000}.wrapper{min-height:100%;position:relative;overflow:hidden;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}a{text-decoration:none}ul{margin:0;padding:0;list-style:none}img{max-width:100%;height:auto}.button{font-size:20px;font-family:Gilroy-Bold;color:#fff;background:0 0;outline:0;padding:11px 15px;border:2px solid #fff}.overflow-hidden{overflow:hidden}[disabled]{opacity:.5}.site-label{font:3.6rem Gilroy-Bold;background:linear-gradient(45deg,#f6e188 0,#a56a28 14%,#e2ac54 30%,#ebc981 46%,#efb538 60%,#bb772c 75%,#eda948);-webkit-background-clip:text;line-height:4.3rem;-webkit-text-fill-color:transparent}@media (max-width:1199px){.site-label{font-size:4.6rem;line-height:5.5rem}}@media (max-width:767px){.site-label{font-size:2.4rem}}.link{color:#e0ba66;line-height:inherit;font-size:inherit;font-family:inherit}table{width:100%}table td{padding:5px 0}

.count{background:linear-gradient(99.8deg,#18282d 0,rgba(24,40,45,.35) 51.04%,rgba(24,39,44,.66) 100%),#010103;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:15px 30px;-webkit-box-pack:center;justify-content:center}@media (max-width:767px){.count{padding:15px 15px}}.count__label{font:2.6rem Gilroy-Semibold;background:linear-gradient(45deg,#f6e188 0,#a56a28 30%,#e2ac54 45%,#ebc981 60%,#efb538 75%,#bb772c 90%,#eda948);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase;text-align:center}@media (max-width:767px){.count__label{font-size:12px}}.count__number-wrap{display:inline-block;font:4.5rem DigitalNumbers-Regular;color:#262626;line-height:6.7rem;position:relative;margin:0 30px}@media (max-width:767px){.count__number-wrap{margin:0 20px;font-size:2.3rem}}.count__number{position:absolute;font:inherit;background:linear-gradient(45deg,#f6e188 0,#a56a28 30%,#e2ac54 45%,#ebc981 60%,#efb538 75%,#bb772c 90%,#eda948);-webkit-background-clip:text;-webkit-text-fill-color:transparent;left:0;top:0;width:100%;height:100%;display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end;-webkit-box-align:center;align-items:center}
.fifth-block{min-height:100vh;background:url(../images/fifth.png) center bottom no-repeat;background-size:auto 100%;display:-webkit-box;display:flex;padding:100px 30px;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center}@media (max-width:1680px){.fifth-block{padding:80px 30px}}@media (max-width:1440px){.fifth-block{padding:80px 30px 240px}}@media (max-width:767px){.fifth-block{padding:40px 20px 60px;background-size:100% auto}}.fifth-block__site-label{margin-bottom:24px}.fifth-block__text{font:2.7rem Gilroy-Regular;color:rgba(255,255,255,.7);line-height:3.2rem;margin-bottom:22px}@media (max-width:1199px){.fifth-block__text{font-size:3rem;line-height:5rem}.fifth-block__text br{display:none}}@media (max-width:1199px) and (orientation:landscape){.fifth-block__text{font-size:2.7rem;line-height:3.7rem}}@media (max-width:991px){.fifth-block__text{font-size:2.7rem;line-height:3.2rem}}@media (max-width:767px){.fifth-block__text{width:100%;font-size:2.4rem}}.fifth-block__title{font:5.2rem Gilroy-Bold;line-height:6.4rem;margin-bottom:24px;background:linear-gradient(45deg,#906645 0,#f3d28e 20%,#e1b571 40%,#f9e7a2 60%,#e2af65 80%,#906645);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:1199px) and (orientation:landscape){.fifth-block__title{font-size:3.8rem;line-height:3.7rem}}@media (max-width:991px){.fifth-block__title{font-size:4rem}}@media (max-width:767px){.fifth-block__title{font-size:3rem;line-height:4rem}}
.footer{background:radial-gradient(29.9% 87.87% at 49.14% 50%,rgba(62,103,116,.4) 0,rgba(0,0,0,.4) 100%),#000;position:relative}.footer__offer{text-align:center;font:2rem Gilroy-Regular;text-decoration:underline;color:#fff;margin-top:50px}@media (min-width:767px){.footer__offer{position:absolute;bottom:50px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}.footer__offer-btn{cursor:pointer}.footer__offer-btn:hover{text-decoration:none}.footer__inner{max-width:1450px;margin:0 auto}.footer__logos{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:56px 30px}@media (max-width:1440px){.footer__logos{padding:45px 50px}}@media (max-width:991px){.footer__logos{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}}.footer__logos-right{-webkit-box-flex:1;flex:1;margin-left:130px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center}@media (max-width:767px){.footer__logos-right{margin-left:80px}}@media (max-width:991px){.footer__logos-right{-webkit-box-ordinal-group:4;order:3;margin-left:0;margin-top:25px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center}}.footer__logos-right a{display:block;margin-bottom:35px}@media (max-width:1440px){.footer__logos-right a{margin-bottom:27px}}.footer__logos-right a:last-child{margin-bottom:0}@media (max-width:1440px){.footer__logos-right a:last-child{max-width:120px}}@media (max-width:991px){.footer__logos-right a:last-child{max-width:200px}}@media (max-width:767px){.footer__logos-right a:last-child{max-width:110px}}@media (max-width:1440px){.footer__logos-right a:nth-child(1){max-width:170px}}@media (max-width:991px){.footer__logos-right a:nth-child(1){max-width:220px}}@media (max-width:767px){.footer__logos-right a:nth-child(1){max-width:180px}}@media (max-width:1440px){.footer__logos-right a:nth-child(2){max-width:150px}}@media (max-width:991px){.footer__logos-right a:nth-child(2){max-width:200px}}@media (max-width:767px){.footer__logos-right a:nth-child(2){max-width:150px}}.footer__logos-right a:nth-child(3){max-width:170px}@media (max-width:991px){.footer__logos-right a:nth-child(3){max-width:200px}}@media (max-width:767px){.footer__logos-right a:nth-child(3){max-width:160px}}.footer__logo{max-width:230px}@media (max-width:1440px){.footer__logo{max-width:190px}}@media (max-width:991px){.footer__logo{-webkit-box-ordinal-group:3;order:2}}@media (max-width:767px){.footer__logo{max-width:170px}}.footer__logos-left{-webkit-box-flex:1;flex:1;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-right:130px}@media (max-width:1199px){.footer__logos-left{margin-right:80px}}@media (max-width:991px){.footer__logos-left{-webkit-box-ordinal-group:2;order:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;margin-right:0;width:100%}}.footer__logos-left a:first-child{max-width:165px;display:inline-block}@media (max-width:1440px){.footer__logos-left a:first-child{max-width:110px}}@media (max-width:991px){.footer__logos-left a:first-child{max-width:200px;margin-bottom:25px}}@media (max-width:767px){.footer__logos-left a:first-child{max-width:150px}}.footer__logos-left a:last-child{max-width:200px;display:inline-block;margin-left:130px}@media (max-width:1440px){.footer__logos-left a:last-child{max-width:120px}}@media (max-width:1199px){.footer__logos-left a:last-child{margin-left:80px}}@media (max-width:991px){.footer__logos-left a:last-child{margin-left:0;max-width:200px;margin-bottom:25px}}@media (max-width:767px){.footer__logos-left a:last-child{max-width:150px}}.socs{padding:52px 30px;background:#000;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}@media (max-width:767px){.socs{padding:35px 0}}.socs__link{text-align:center;margin:0 15px;max-width:30px;display:block}@media (min-width:767px){.socs__link{margin:0 30px;max-width:100%}}
.fourth-block{min-height:100vh}.fourth-block__container{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-flex:1;flex:1}.fourth-block__item{width:50%;background:#fff;min-height:25%;display:-webkit-box;display:flex;padding:60px 35px 35px 234px}@media (max-width:1680px){.fourth-block__item{padding:45px 35px 35px 140px}}@media (max-width:1440px){.fourth-block__item{padding:35px 35px 35px 120px}}@media (max-width:1199px){.fourth-block__item{padding:35px;-webkit-box-align:center;align-items:center}}@media (max-width:767px){.fourth-block__item{width:100%;min-height:auto}}.fourth-block__item:nth-child(2){-webkit-box-align:center;align-items:center}.fourth-block__item:nth-child(even){padding:70px 35px 35px 140px}@media (max-width:1680px){.fourth-block__item:nth-child(even){padding:45px 35px 35px 140px}}@media (max-width:1440px){.fourth-block__item:nth-child(even){padding:35px 35px 35px 120px}}@media (max-width:1199px){.fourth-block__item:nth-child(even){padding:35px}}@media (max-width:767px){.fourth-block__item:nth-child(even){background:#000}}@media (max-width:767px){.fourth-block__item:nth-child(even) .fourth-block__text{color:rgba(255,255,255,.7)}.fourth-block__item:nth-child(even) .fourth-block__text a{color:#fff}}@media (max-width:767px){.fourth-block__item:nth-child(odd) .fourth-block__text{color:#000}.fourth-block__item:nth-child(odd) .fourth-block__text a{color:#000}}.fourth-block__item:nth-child(2){display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;padding:20px}.fourth-block__item--black{background:#000}.fourth-block__item--black .fourth-block__text{color:rgba(255,255,255,.7);font-family:Gilroy-Regular}@media (max-width:767px){.fourth-block__item--black{background:#fff}}.fourth-block__title{font:3.6rem Gilroy-Bold;background:linear-gradient(45deg,#f6e188 0,#a56a28 30%,#e2ac54 45%,#ebc981 60%,#efb538 75%,#bb772c 90%,#eda948);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:4.3rem;margin-bottom:7px}.fourth-block__text{font:2.4rem Gilroy-Semibold;line-height:2.9rem;color:#000}@media (max-width:991px){.fourth-block__text br{display:none}}.fourth-block__text--light{font-family:Gilroy-Regular}.fourth-block__text--light a{color:#000;font-family:Gilroy-Bold}.fourth-block__btn{background-size:100% 100%;border:none;outline:0;height:62px;width:329px;text-align:center;font:2.4rem Gilroy-Bold;-webkit-transition:all .3s ease;transition:all .3s ease;text-transform:uppercase;background:0 0;position:relative;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}@media (max-width:1440px){.fourth-block__btn{height:46px;width:300px;font-size:2.2rem}}.fourth-block__btn::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url(../../assets/images/btn.png) center center no-repeat;background-size:100% 100%}.fourth-block__btn-text{font-family:inherit;font-size:inherit;background:linear-gradient(45deg,#b0772a 0,#deb864 20%,#f4d780 35%,#f4d780 50%,#fbf9d8 65%,#f4d780 80%,#fbf9d8 90%,#b0772a);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.fourth-block__link{font-family:Gilroy-Bold;color:#fff;word-break:break-all}
.guests{padding:110px 0 0;background:#fff}@media (max-width:1440px){.guests{padding-top:80px}}@media (max-width:767px){.guests{padding-top:50px}}.guests__site-label{margin:0 0 116px;text-align:center}@media (max-width:1680px){.guests__site-label{margin-bottom:70px}}@media (max-width:767px){.guests__site-label{line-height:3.4rem}}@media (max-width:767px){.guests__site-label{margin-bottom:35px}}.guests__row{display:-webkit-box;display:flex}@media (max-width:991px){.guests__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}}.guests__item{width:20%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}@media (max-width:991px){.guests__item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;width:100%}}@media (max-width:767px){.guests__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}}.guests__item:nth-child(even) .guests__img{-webkit-box-ordinal-group:3;order:2}@media (max-width:767px){.guests__item:nth-child(even) .guests__img{-webkit-box-ordinal-group:2;order:1}}.guests__item:nth-child(even) .guests__item-wrap{-webkit-box-ordinal-group:2;order:1}@media (max-width:767px){.guests__item:nth-child(even) .guests__item-wrap{-webkit-box-ordinal-group:3;order:2}}.guests__name{font:3.3rem Gilroy-Bold;line-height:4.1rem;color:#000;margin-bottom:12px;cursor:pointer}.guests__description{-webkit-box-flex:1;flex:1;position:absolute;left:0;top:0;padding-top:50px;width:100%;text-align:center;height:100%}@media (max-width:767px){.guests__description{position:static;padding:30px 0 20px 0}}.guests__item-wrap{padding-bottom:100%;position:relative}@media (max-width:991px){.guests__item-wrap{padding-bottom:0;-webkit-box-flex:1;flex:1}}.guests__label{font:2.5rem Gilroy-Regular;color:#000;line-height:3rem;margin:0}.guests__img{cursor:pointer}
.main-block{position:relative;padding:67px 30px 50px;min-height:100vh;display:-webkit-box;display:flex;position:relative;background-size:auto 100%;background-attachment:fixed;background:url(../images/main.png) center bottom no-repeat}@media (max-width:1680px){.main-block{padding:40px 30px}}@media (max-width:1440px){.main-block{padding:35px 30px}}@media (max-width:767px){.main-block{padding:30px 20px}}.main-block__inner{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center}.main-block__container{max-width:1500px;width:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:0 auto}@media (max-width:1680px){.main-block__container{max-width:1200px}}@media (max-width:1440px){.main-block__container{-webkit-box-pack:justify;justify-content:space-between}}@media (max-width:1440px){.main-block__block{height:170px}}.main-block__header{position:relative;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;margin-bottom:96px;width:100%}.main-block__header--space-between{-webkit-box-pack:justify;justify-content:space-between}@media (max-width:1680px){.main-block__header{margin-bottom:70px}}@media (max-width:1440px){.main-block__header{margin-bottom:50px}}.main-block__logo{display:block;text-decoration:none}.main-block__logo-img{width:215px;height:auto}@media (max-width:1680px){.main-block__logo-img{width:180px}}@media (max-width:1440px){.main-block__logo-img{width:150px}}@media (max-width:767px){.main-block__logo-img{width:80px}}.main-block__title{font:7.2rem Gilroy-Bold;color:#fff;line-height:8.6rem;margin-bottom:8px;text-align:center}@media (max-width:1440px){.main-block__title{font-size:6rem}}@media (max-width:767px){.main-block__title{font-size:4rem;line-height:5rem;margin-bottom:20px}}.main-block__text{font:3.6rem Gilroy-Semibold;color:#fff;line-height:4.4rem;text-align:center;margin-bottom:33px}@media (max-width:1440px){.main-block__text{font-size:3rem;line-height:4rem;margin-bottom:30px}}@media (max-width:767px){.main-block__text{font-size:2.4rem;line-height:3.2rem;margin-bottom:25px}.main-block__text br{display:none}}.main-block__label{font:2.7rem Gilroy-Regular;color:rgba(255,255,255,.7);line-height:3.2rem;text-align:center}@media (max-width:1440px){.main-block__label{color:#f4d780;font-size:2.4rem;font-family:Gilroy-Semibold}}@media (max-width:767px){.main-block__label{font-size:1.8rem}.main-block__label br{display:none}}.main-block__btn{background-size:100% 100%;border:none;outline:0;height:62px;width:329px;text-align:center;font:2.4rem Gilroy-Bold;-webkit-transition:all .3s ease;transition:all .3s ease;text-transform:uppercase;background:0 0;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;margin-bottom:45px;position:relative;padding:10px}@media (max-width:1680px){.main-block__btn{margin-bottom:30px}}@media (max-width:1440px){.main-block__btn{height:46px;width:300px;font-size:2.2rem}}@media (max-width:767px){.main-block__btn{font-size:1.8rem;width:260px;height:44px}}.main-block__btn::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url(../../assets/images/btn.png) center center no-repeat;background-size:100% 100%}.main-block__btn-text{background:linear-gradient(45deg,#b0772a 0,#deb864 16%,#f4d780 24%,#f4d780 46%,#fbf9d8 64%,#f4d780 75%,#fbf9d8 89%,#b0772a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:inherit;font-family:inherit}.rec{min-width:74px}@media (max-width:767px){.rec{min-width:60px}}.lang{background:url(../images/rec.png) center center no-repeat;background-size:100% 100%;display:-webkit-box;display:flex}.lang__item{width:37px;color:#fff;text-transform:uppercase;text-decoration:none;font:1.8rem Gilroy-Medium;height:40px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}@media (max-width:767px){.lang__item{width:30px;height:30px;font-size:1.6rem}}.lang__item--active{position:relative;background:linear-gradient(122.27deg,#906645 8.58%,#f3d28e 18.73%,#e1b571 40.65%,#f9e7a2 55.67%,#e2af65 71.92%,#906645 99.11%);color:#000}
.matches{background:url(../images/background.png) center center no-repeat;background-size:auto 100%;min-height:100vh;position:relative;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding:50px 0 120px;display:none}@media (max-width:1199px){.matches{-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}}@media (max-width:1366px) and (orientation:landscape){.matches{-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}}@media (max-width:767px) and (orientation:landscape){.matches{padding:45px 0 80px}}.matches::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:radial-gradient(114.68% 114.68% at 50% -14.68%,#3e6774 0,#000 100%);z-index:-1}.matches__top{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin:0 0 88px}@media (max-width:1680px){.matches__top{margin:40px 0 50px}}@media (max-width:1440px){.matches__top{margin:25px 0}}@media (max-width:767px){.matches__top{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:0 0 25px}}@media (max-width:767px) and (orientation:landscape){.matches__top{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;margin-bottom:18px}}.matches__logo-wrap{padding-right:46px;position:relative}@media (max-width:767px){.matches__logo-wrap{padding-right:0}}@media (max-width:767px) and (orientation:landscape){.matches__logo-wrap{padding-right:35px}}.matches__logo-wrap::after{content:"";height:81%;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:2px;background:linear-gradient(122.27deg,#906645 8.58%,#f3d28e 18.73%,#e1b571 40.65%,#f9e7a2 55.67%,#e2af65 71.92%,#906645 99.11%)}@media (max-width:767px){.matches__logo-wrap::after{display:none}}.matches__logo{display:block;max-width:185px}@media (max-width:1680px){.matches__logo{max-width:150px}}@media (max-width:1440px){.matches__logo{max-width:120px}}@media (max-width:767px) and (orientation:landscape){.matches__logo{max-width:90px}}.matches__name{font:2.5rem Gilroy-Semibold;color:transparent;-webkit-background-clip:text;background-clip:text;margin-left:33px;padding-left:25px;position:relative;line-height:4.7rem;background-image:linear-gradient(122.27deg,#906645 8.58%,#f3d28e 18.73%,#e1b571 40.65%,#f9e7a2 55.67%,#e2af65 71.92%,#906645 99.11%)}@media (max-width:767px){.matches__name{margin-left:0;margin-right:25px;font-size:2rem}}.matches__name--active::before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:14px;height:14px;border-radius:50%;background:#6fcf97}.matches__date{font:2.5rem Gilroy-Semibold;color:transparent;-webkit-background-clip:text;background-clip:text;margin-left:auto;line-height:4.7rem;background-image:linear-gradient(122.27deg,#906645 8.58%,#f3d28e 18.73%,#e1b571 40.65%,#f9e7a2 55.67%,#e2af65 71.92%,#906645 99.11%)}@media (max-width:767px){.matches__date{font-size:2rem}}.matches__container{max-width:880px;margin:0 auto;padding:0 15px;width:100%}@media (max-width:1440px){.matches__container{max-width:700px}}@media (max-width:767px) and (orientation:landscape){.matches__container{max-width:500px}}.matches__wrap{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-flex:1;flex:1}@media (max-width:767px){.matches__wrap{width:100%}}.table{display:block;position:relative;width:100%}.table::after{content:"";position:absolute;right:0;top:0;height:100%;width:1px;background:-webkit-gradient(linear,left top,left bottom,from(#906645),color-stop(#f3d28e),color-stop(#e1b571),color-stop(#f9e7a2),color-stop(#e2af65),to(#906645));background:linear-gradient(to bottom,#906645,#f3d28e,#e1b571,#f9e7a2,#e2af65,#906645)}.table__body{display:-webkit-box;display:flex}.table__row{background:radial-gradient(114.68% 114.68% at 50% -14.68%,rgba(62,103,116,.4) 0,rgba(0,0,0,.4) 100%);display:-webkit-box;display:flex}.table__container{-webkit-box-flex:1;flex:1;position:relative}.table__th{font:2.7rem Gilroy-Semibold;color:transparent;padding:20px 15px;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(122.27deg,#906645 8.58%,#f3d28e 18.73%,#e1b571 40.65%,#f9e7a2 55.67%,#e2af65 71.92%,#906645 99.11%)}@media (max-width:767px){.table__th{font-size:2rem;padding:15px}}@media (max-width:767px) and (orientation:landscape){.table__th{padding:10px 15px}}.table__th:nth-child(1){text-align:center}.table__th:nth-child(2){-webkit-box-flex:1;flex:1;position:relative}.table__th:nth-child(2)::before{content:"";position:absolute;left:14px;bottom:0;height:1px;width:calc(100% - 14px);background:-webkit-gradient(linear,left top,right top,from(#906645),color-stop(#f3d28e),color-stop(#e1b571),color-stop(#f9e7a2),color-stop(#e2af65),to(#906645));background:linear-gradient(to right,#906645,#f3d28e,#e1b571,#f9e7a2,#e2af65,#906645)}.table__th:nth-child(3){position:relative}.table__th:nth-child(3)::before{content:"";position:absolute;left:0;bottom:0;height:1px;width:100%;background:-webkit-gradient(linear,left top,right top,from(#906645),color-stop(#f3d28e),color-stop(#e1b571),color-stop(#f9e7a2),color-stop(#e2af65),to(#906645));background:linear-gradient(to right,#906645,#f3d28e,#e1b571,#f9e7a2,#e2af65,#906645)}.table__position-wrap{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1}.table__position{height:87px;top:0;left:0;display:-webkit-box;display:flex;position:absolute;-webkit-transition:1s all ease;transition:1s all ease;width:100%}.table__position--win .table__position-wrap{background:linear-gradient(122.27deg,#906645 8.58%,#f3d28e 18.73%,#e1b571 40.65%,#f9e7a2 55.67%,#e2af65 71.92%,#906645 99.11%)}.table__position--win .table__name{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:radial-gradient(114.68% 114.68% at 50% -14.68%,#3e6774 0,#000 100%)}.table__position--win .table__points{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:radial-gradient(114.68% 114.68% at 50% -14.68%,#3e6774 0,#000 100%)}.table__td{background:radial-gradient(114.68% 114.68% at 50% -14.68%,rgba(62,103,116,.4) 0,rgba(0,0,0,.4) 100%);width:58px;position:relative;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.table__td::after{height:100%;width:1px;background:-webkit-gradient(linear,left top,left bottom,from(#906645),color-stop(#f3d28e),color-stop(#e1b571),color-stop(#f9e7a2),color-stop(#e2af65),to(#906645));background:linear-gradient(to bottom,#906645,#f3d28e,#e1b571,#f9e7a2,#e2af65,#906645);top:0;right:0;content:"";position:absolute}.table__td::before{height:100%;width:1px;background:-webkit-gradient(linear,left top,left bottom,from(#906645),color-stop(#f3d28e),color-stop(#e1b571),color-stop(#f9e7a2),color-stop(#e2af65),to(#906645));background:linear-gradient(to bottom,#906645,#f3d28e,#e1b571,#f9e7a2,#e2af65,#906645);top:0;left:0;content:"";position:absolute}@media (max-width:767px){.table__td{width:auto;min-width:50px}}.table__points{padding:5px 15px;font:3.3rem Gilroy-Semibold;color:rgba(255,255,255,.87);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:relative}.table__points::before{content:"";position:absolute;left:0;bottom:0;height:1px;width:100%;background:-webkit-gradient(linear,left top,right top,from(#906645),color-stop(#f3d28e),color-stop(#e1b571),color-stop(#f9e7a2),color-stop(#e2af65),to(#906645));background:linear-gradient(to right,#906645,#f3d28e,#e1b571,#f9e7a2,#e2af65,#906645)}@media (max-width:1680px){.table__points{font-size:3rem;line-height:100%}}@media (max-width:767px){.table__points{font-size:2rem}}.table__name{padding:5px 15px;font:3.3rem Gilroy-Semibold;color:rgba(255,255,255,.87);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:relative}.table__name::before{content:"";position:absolute;left:14px;bottom:0;height:1px;width:calc(100% - 14px);background:-webkit-gradient(linear,left top,right top,from(#906645),color-stop(#f3d28e),color-stop(#e1b571),color-stop(#f9e7a2),color-stop(#e2af65),to(#906645));background:linear-gradient(to right,#906645,#f3d28e,#e1b571,#f9e7a2,#e2af65,#906645)}@media (max-width:1680px){.table__name{font-size:3rem;line-height:100%}}@media (max-width:767px){.table__name{font-size:2rem}}.table__name:first-child{-webkit-box-flex:1;flex:1}.table__text{font:3.3rem Gilroy-Semibold;color:transparent;line-height:4.7rem;padding:20px 15px;-webkit-background-clip:text;background-clip:text;text-align:center;background-image:linear-gradient(122.27deg,#906645 8.58%,#f3d28e 18.73%,#e1b571 40.65%,#f9e7a2 55.67%,#e2af65 71.92%,#906645 99.11%)}@media (max-width:1680px){.table__text{font-size:2.8rem;line-height:100%}}@media (max-width:1440px){.table__text{padding:15px}}@media (max-width:767px){.table__text{font-size:2rem}}@media (max-width:767px) and (orientation:landscape){.table__text{font-size:2rem;padding:10px 15px}}
::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#101010;background-repeat:no-repeat;background-size:auto 100%;background-position:100% 0;color:#fff;z-index:10000;-webkit-transform:translateY(25%);-ms-transform:translateY(25%);transform:translateY(25%);opacity:0;visibility:hidden;overflow:auto;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;justify-items:center;-webkit-box-align:center;align-items:center;-webkit-transition:all .5s ease;transition:all .5s ease}@media (min-width:1440px){.modal{background:radial-gradient(50% 50% at 50% 50%,rgba(196,196,196,.1) 0,rgba(196,196,196,0) 100%),#101010 url(../images/pillar.png) 100% 0/auto 100% no-repeat}}.modal--visible{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;visibility:visible}.modal--offer{background:rgba(0,0,0,.6)}.modal--offer .modal__inner{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.modal__info-row{display:-webkit-box;display:flex;flex-wrap:wrap}.modal__wrap{margin:35px 0;width:33.33%}@media (max-width:767px){.modal__wrap{width:100%;margin:15px 0}}.modal__subtitle{font:3.6rem Gilroy-Regular}.modal__list{font:2.6rem Gilroy-Regular;margin:20px 0}.modal__list li{margin:10px 0}.modal__prize{font:2.6rem Gilroy-Regular;margin:20px 0}.modal__prize b{font-family:Gilroy-Bold}.modal__total{font:4rem Gilroy-Medium;margin-top:20px}.modal__total b{font-family:Gilroy-Bold}.modal__close{background:url(../images/close.svg) 50% 50% no-repeat;background-size:contain;display:block;border:none;z-index:10;top:15px;right:15px;width:25px;height:25px;position:absolute}@media (min-width:991px){.modal__close{top:2vw;right:2vw;width:3vw;height:3vw}}.modal__inner{padding:35px 15px;max-width:1920px;margin:0 auto;position:relative;-webkit-box-flex:1;flex:1;width:100%}@media (min-width:574xp){.modal__inner{padding:45px 20px}}@media (min-width:991px){.modal__inner{padding:8vh 6vw}}@media (min-width:1199px){.modal__inner{padding:6vh 8vw}}.modal__title{font-family:Gilroy-Bold;font-size:25px;padding-right:50px;margin:50px 0 0}@media (min-width:991px){.modal__title{font-size:35px}}@media (min-width:1199px){.modal__title{font-size:45px}}.modal__label{font-size:28px;margin-top:10px}@media (max-width:767px){.modal__label{font-size:20px}}.form{font-family:Gilroy-Bold;opacity:0;-webkit-transition:all 1s ease;transition:all 1s ease;-webkit-transform:translateY(25%);-ms-transform:translateY(25%);transform:translateY(25%)}.form--visible{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}@media (min-width:1199px){.form{max-width:100%}}@media (min-width:1440px){.form{max-width:50%}}.form__passport{display:none}.form__passport--f{display:none}.form__passport--s{display:none}.form__passport--fo{display:none}.form__passport--th{display:none}.form__passport--ft{display:none}.form__metrika{display:none}.form__metrika--f{display:none}.form__metrika--s{display:none}.form__metrika--fo{display:none}.form__metrika--th{display:none}.form__metrika--ft{display:none}.form__inner{padding:30px 0 15px}@media (min-width:991px){.form__inner{display:-webkit-box;display:flex;padding:4vh 0 2vh}}.form__row{display:-webkit-box;display:flex;margin:0 -25px;padding:53px 0 0;margin-bottom:2vh}@media (max-width:991px){.form__row{margin:0 -10px 2vh -10px;flex-wrap:wrap}}@media (max-width:767px){.form__row{padding-top:25px}}.form__label{padding:0 25px;width:50%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}@media (max-width:991px){.form__label{padding:0 10px}}@media (max-width:767px){.form__label{width:100%}.form__label:last-child{margin-bottom:10px}}.form__col{-webkit-box-flex:1;flex:1;max-width:60%}@media (max-width:1440px){.form__col{max-width:100%}}@media (min-width:991px){.form__col+.form__col{margin-left:84px}}.form__text{font-size:15px;margin-top:15px}@media (min-width:991px){.form__text{font-size:20px}}.form__recaptcha{font-size:15px;margin:15px 0}@media (min-width:991px){.form__recaptcha{font-size:20px}}.form__ok{color:#34c15c;margin:15px 0;font:2.4rem Gilroy-Bold;border-radius:10px;width:100%}.form__err{font:2rem Gilroy-Regular;color:#c13434;border-radius:10px}.form__success{color:#fff;text-align:center;margin:15px 0;font:2.4rem Gilroy-Bold;background:#34c15c;border-radius:10px;width:100%;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;padding:24px 21px;display:none}@media (max-width:767px){.form__success{min-height:300px;font-size:2.1rem}}.form__success--active{display:-webkit-box;display:flex}.form__error{font:2rem Gilroy-Regular;color:#fff;background:#c13434;border-radius:10px;padding:24px 21px;display:none}.form__error--active{display:block}.form__link{font:2rem Gilroy-Regular;color:#000;padding:0 5px}.form__error-title{font:2.4rem Gilroy-Bold;color:#fff;text-align:center;margin-bottom:15px}.form__telegram{background:#005072;border-radius:10px;padding:20px 38px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;display:none;text-decoration:none}@media (max-width:767px){.form__telegram{padding:20px 21px}}.form__telegram--active{display:-webkit-box;display:flex}.form__tg{margin-right:26px}@media (max-width:767px){.form__tg{max-width:55px;margin-right:15px}}.form__telegram-text{font:2.4rem Gilroy-Bold;color:#fff}@media (max-width:767px){.form__telegram-text{font-size:2rem}}.form__submit{border-radius:6px;width:100%;background:#fff;color:#000;margin:15px 0 30px}@media (min-width:991px){.form__submit{margin:2vh 0 2vh}}.label{font-size:16px;margin:15px 0 8px;line-height:22px;-webkit-box-flex:1;flex:1}.input{width:100%;outline:0;border:2px solid #fff;border-radius:6px;height:50px;padding:10px;background:0 0;font-size:18px;font-family:Gilroy-Regular}.input::-webkit-calendar-picker-indicator,.input::-webkit-inner-spin-button{display:none;-webkit-appearance:none}.input[type=date]{background:url(../images/calendar.svg) right 12px center no-repeat;background-size:20px auto}.input::-webkit-input-placeholder{opacity:1;color:#fff}.input::-moz-placeholder{opacity:1;color:#fff}.input:-ms-input-placeholder{opacity:1;color:#fff}.input::-ms-input-placeholder{opacity:1;color:#fff}.input::placeholder{opacity:1;color:#fff}.select{position:relative}.select__none{display:none}.select__inner{width:100%;outline:0;border:2px solid #fff;border-radius:6px;height:50px;padding:10px 45px 10px 10px;background:0 0;font-size:18px;font-family:Gilroy-Regular;color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-overflow:ellipsis}.select option{color:#000}.select option:active,.select option:focused,.select option:hover{background:#000}.select:after{position:absolute;top:14px;right:18px;border:2px solid #fff;border-color:transparent #fff #fff transparent;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:10px;height:10px;content:"";pointer-events:none}sup{color:#ff3939;font-size:20px;top:2px;left:1px}.datepickers-container{z-index:10000}.g-recaptcha{margin:5px 0}.offer{background:#fff}.offer{background:#fff;border-radius:30px;padding:76px 46px 67px 46px;max-width:850px;width:100%}@media (max-width:767px){.offer{padding:40px 20px}}.offer__title{text-align:center;font:2.6rem Gilroy-Bold;line-height:3.9rem;color:#000;margin-bottom:76px}@media (max-width:1680px){.offer__title{margin-bottom:50px}}@media (max-width:767px){.offer__title{margin-bottom:30px;font-size:2.2rem;line-height:3rem}}.offer__in{background:#f9f9f9;border-radius:5px;max-height:650px;padding:20px 50px 43px 50px;overflow-x:auto}@media (max-width:1680px){.offer__in{max-height:440px}}@media (max-width:767px){.offer__in{padding:20px 6px 20px 20px}}.offer__in p{font:2.2rem Gilroy-Regular;color:#000;line-height:3.3rem;margin:0}@media (max-width:767px){.offer__in p{font-size:1.9rem;line-height:2.8rem}}.offer__in b{font-family:Gilroy-Bold}.offer__indent{text-indent:20px}.offer__subtitle{font:2.4rem Gilroy-Bold;color:#000;margin:25px 0;text-align:center}@media (max-width:767px){.offer__subtitle{margin:20px 0;font-size:2rem}}.team{position:fixed;top:0;left:0;right:0;bottom:0;display:block;overflow-y:auto;opacity:0;visibility:hidden;z-index:1000000;padding:70px 15px;background:radial-gradient(114.68% 114.68% at 50% -14.68%,#3e6774 0,#000 100%);background-size:auto 100%}.team--active{visibility:visible;opacity:1}.team__close{position:absolute;right:35px;top:35px;width:30px;height:30px;background:url(../images/close.svg) center center no-repeat;background-size:30px;cursor:pointer}@media (max-width:767px){.team__close{width:25px;height:25px;background-size:25px;right:15px;top:15px}}.team__title{font:3.6rem Gilroy-Regular;color:#f2f2f2;text-align:center;margin-bottom:43px}@media (max-width:767px){.team__title{margin-bottom:20px}}.team__table{display:table;width:100%;margin:0 auto;max-width:758px;position:relative}.team__table::before{content:"";position:absolute;right:0;top:0;width:1px;height:100%;background:-webkit-gradient(linear,left top,right top,from(#906645),color-stop(#f3d28e),color-stop(#e1b571),color-stop(#f9e7a2),color-stop(#e2af65),to(#906645));background:linear-gradient(to right,#906645,#f3d28e,#e1b571,#f9e7a2,#e2af65,#906645)}.team__thead{display:table-header-group}.team__tr{background:radial-gradient(114.68% 114.68% at 50% -14.68%,rgba(62,103,116,.4) 0,rgba(0,0,0,.4) 100%);display:table-row}.team__th{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(122.27deg,#906645 8.58%,#f3d28e 18.73%,#e1b571 40.65%,#f9e7a2 55.67%,#e2af65 71.92%,#906645 99.11%);font:2.6rem Gilroy-Semibold;display:table-cell;padding:17px 14px}.team__th:first-child{position:relative;width:55px}.team__th:first-child::after{height:100%;width:1px;background:-webkit-gradient(linear,left top,left bottom,from(#906645),color-stop(#f3d28e),color-stop(#e1b571),color-stop(#f9e7a2),color-stop(#e2af65),to(#906645));background:linear-gradient(to bottom,#906645,#f3d28e,#e1b571,#f9e7a2,#e2af65,#906645);top:0;right:0;content:"";position:absolute}.team__th:first-child::before{height:100%;width:1px;background:-webkit-gradient(linear,left top,left bottom,from(#906645),color-stop(#f3d28e),color-stop(#e1b571),color-stop(#f9e7a2),color-stop(#e2af65),to(#906645));background:linear-gradient(to bottom,#906645,#f3d28e,#e1b571,#f9e7a2,#e2af65,#906645);top:0;left:0;content:"";position:absolute}.team__th:not(:first-child){position:relative}.team__th:not(:first-child)::before{height:1px;width:100%;background:-webkit-gradient(linear,left top,right top,from(#906645),color-stop(#f3d28e),color-stop(#e1b571),color-stop(#f9e7a2),color-stop(#e2af65),to(#906645));background:linear-gradient(to right,#906645,#f3d28e,#e1b571,#f9e7a2,#e2af65,#906645);bottom:0;left:0;content:"";position:absolute}.team__tbody{display:table-footer-group}.team__row{display:table-row}.team__td{display:table-cell;padding:17px 14px;font:3rem Gilroy-Semibold;color:rgba(255,255,255,.87);vertical-align:middle}@media (max-width:767px){.team__td{font-size:2rem}}.team__td:first-child{background:radial-gradient(114.68% 114.68% at 50% -14.68%,rgba(62,103,116,.4) 0,rgba(0,0,0,.4) 100%);position:relative;text-align:center}.team__td:first-child .team__number{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(122.27deg,#906645 8.58%,#f3d28e 18.73%,#e1b571 40.65%,#f9e7a2 55.67%,#e2af65 71.92%,#906645 99.11%)}.team__td:first-child::after{height:100%;width:1px;background:-webkit-gradient(linear,left top,left bottom,from(#906645),color-stop(#f3d28e),color-stop(#e1b571),color-stop(#f9e7a2),color-stop(#e2af65),to(#906645));background:linear-gradient(to bottom,#906645,#f3d28e,#e1b571,#f9e7a2,#e2af65,#906645);top:0;right:0;content:"";position:absolute}.team__td:first-child::before{height:100%;width:1px;background:-webkit-gradient(linear,left top,left bottom,from(#906645),color-stop(#f3d28e),color-stop(#e1b571),color-stop(#f9e7a2),color-stop(#e2af65),to(#906645));background:linear-gradient(to bottom,#906645,#f3d28e,#e1b571,#f9e7a2,#e2af65,#906645);top:0;left:0;content:"";position:absolute}.team__td:nth-child(3){color:#6fcf97;font:2.5rem Gilroy-Regular}@media (max-width:767px){.team__td:nth-child(3){font-size:1.8rem}}.team__td:nth-child(3) a{color:#6fcf97;font:2.5rem Gilroy-Regular;text-decoration:none}@media (max-width:767px){.team__td:nth-child(3) a{font-size:1.8rem}}.team__td:not(:first-child){position:relative}.team__td:not(:first-child)::before{height:1px;width:100%;background:-webkit-gradient(linear,left top,right top,from(#906645),color-stop(#f3d28e),color-stop(#e1b571),color-stop(#f9e7a2),color-stop(#e2af65),to(#906645));background:linear-gradient(to right,#906645,#f3d28e,#e1b571,#f9e7a2,#e2af65,#906645);bottom:0;left:0;content:"";position:absolute}.team__points{font:3.5rem Gilroy-Semibold;color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(122.27deg,#906645 8.58%,#f3d28e 18.73%,#e1b571 40.65%,#f9e7a2 55.67%,#e2af65 71.92%,#906645 99.11%);margin-left:5px}.team__prompt{text-align:center;font:3.5rem Gilroy-Semibold;color:#f2f2f2;margin-top:40px}.team__date{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(122.27deg,#906645 8.58%,#f3d28e 18.73%,#e1b571 40.65%,#f9e7a2 55.67%,#e2af65 71.92%,#906645 99.11%);text-align:center;font:6.5rem Gilroy-Semibold;margin-top:18px}.team__label{font:3.5rem Gilroy-Semibold;color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(122.27deg,#906645 8.58%,#f3d28e 18.73%,#e1b571 40.65%,#f9e7a2 55.67%,#e2af65 71.92%,#906645 99.11%);text-align:center;margin-bottom:28px}.pop-up{position:fixed;left:0;top:0;bottom:0;right:0;background:rgba(0,0,0,.6);z-index:100;display:block;overflow-y:auto;text-align:center;padding:30px 40px;visibility:hidden;opacity:0;-webkit-transition:.4s all ease;transition:.4s all ease}@media (max-width:767px){.pop-up{padding:20px 15px}}.pop-up::before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0;box-sizing:border-box}.pop-up--active{visibility:visible;opacity:1}.pop-up__blackout{position:absolute;left:0;top:0;width:100%;height:100%}.pop-up__window{max-width:822px;margin:30px auto;display:inline-block;vertical-align:middle;position:relative;background:#fff;width:100%;border-radius:40px;overflow:hidden;padding:110px 38px}@media (max-width:767px){.pop-up__window{padding:50px 20px;border-radius:20px}}.pop-up__exit{position:absolute;top:50px;right:67px;cursor:pointer}@media (max-width:767px){.pop-up__exit{right:25px;top:25px;max-width:30px}}.pop-up__title{font:4.7rem Gilroy-Bold;color:#000}.pop-up__name{font:2.6rem Gilroy-Regular;line-height:3.1rem;color:#000;margin:16px 0;margin-bottom:40px}@media (max-width:767px){.pop-up__name{margin-bottom:30px}}.pop-up__text{font:2.6rem Gilroy-Regular;line-height:3.1rem;color:#000;margin:16px 0}
.rules__header{position:relative;padding:67px 30px 50px;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center}.rules__rec{min-width:74px}@media (max-width:767px){.rules__rec{min-width:60px}}.rules__container{margin:0 auto;max-width:990px;width:100%;padding:0 30px}.rules__logo{display:block;text-decoration:none}.rules__logo-img{width:215px;height:auto}@media (max-width:1680px){.rules__logo-img{width:180px}}@media (max-width:1440px){.rules__logo-img{width:150px}}@media (max-width:767px){.rules__logo-img{width:80px}}.rules__title{font:4rem/6rem Gilroy-Bold;color:#fff;text-align:center;margin-bottom:30px}@media (max-width:767px){.rules__title{font:3rem/4rem Gilroy-Bold;margin-bottom:20px}}.rules__text{font:2.4rem Gilroy-Regular;color:#fff;text-align:justify;margin-bottom:50px}.rules__text--center{text-align:center}@media (max-width:767px){.rules__text{margin-bottom:20px}}.rules__text a{color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease;opacity:.5}.rules__text a:hover{opacity:1}.rules__text b{font-family:Gilroy-Bold}.rules__subtitle{font:3rem Gilroy-Bold;color:#fff;text-align:center;margin-bottom:20px}
.second-block{min-height:100vh;background:url(../images/prize.png) center center no-repeat;background-size:cover;padding:110px 30px 50px;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}@media (max-width:767px){.second-block{padding-left:20px;padding-right:20px}}.second-block__inner{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center;width:100%}.second-block__label{margin-bottom:40px}@media (max-width:1440px){.second-block__label{margin-bottom:30px}}@media (max-width:767px){.second-block__label{margin-bottom:15px}}.second-block__title{font:11.5rem Gilroy-Bold;background:linear-gradient(45deg,#b0772a 0,#deb864 16%,#f4d780 24%,#f4d780 46%,#fbf9d8 64%,#f4d780 75%,#fbf9d8 89%,#b0772a);-webkit-background-clip:text;line-height:12.7rem;-webkit-text-fill-color:transparent;margin-bottom:35px}@media (max-width:1440px){.second-block__title{font-size:10rem;line-height:11rem;margin-bottom:30px}}@media (max-width:767px){.second-block__title{font-size:6rem;line-height:7rem;margin-bottom:20px}}.second-block__text{font:2.4rem Gilroy-Semibold;line-height:3.6rem;margin-bottom:40px;color:#fff}@media (max-width:1440px){.second-block__text{margin-bottom:30px;font-size:2.2rem}}@media (max-width:767px){.second-block__text{margin-bottom:20px}.second-block__text br{display:none}}@media (max-width:330px){.second-block__text{font-size:2rem}}.second-block__indent{margin-bottom:40px;width:491px}@media (max-width:1680px){.second-block__indent{margin-bottom:30px}}@media (max-width:1440px){.second-block__indent{margin-bottom:20px;width:400px}}@media (max-width:767px){.second-block__indent{width:280px;margin-bottom:15px}}.second-block__indent:last-child{margin-bottom:0;width:329px}@media (max-width:1440px){.second-block__indent:last-child{width:300px}}@media (max-width:767px){.second-block__indent:last-child{width:280px}}
.sixth-block{min-height:100vh;text-align:center;background:#000;padding:70px 30px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}@media (max-width:767px){.sixth-block{padding:50px 20px}}.sixth-block__site-label{margin-bottom:24px}.sixth-block__text{font:2.7rem Gilroy-Regular;line-height:3.2rem;color:#fff;margin-bottom:24px}@media (max-width:1199px){.sixth-block__text{font-size:3.2rem;line-height:4rem}}@media (max-width:767px){.sixth-block__text{font-size:2.3rem;line-height:3.4rem;margin-bottom:20px}.sixth-block__text br{display:none}}.sixth-block__btn{background-size:100% 100%;border:none;outline:0;height:62px;width:329px;text-align:center;font:2.4rem Gilroy-Bold;-webkit-transition:all .3s ease;transition:all .3s ease;text-transform:uppercase;margin-top:45px;position:relative;background:0 0}@media (max-width:1440px){.sixth-block__btn{height:46px;font-size:2.2rem;width:300px}}@media (max-width:767px){.sixth-block__btn{width:280px;font-size:1.8rem;height:44px;margin-top:10px}}.sixth-block__btn::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url(../../assets/images/btn.png) center center no-repeat;background-size:100% 100%}.sixth-block__btn-text{font-size:inherit;font-family:inherit;background:linear-gradient(45deg,#b0772a 0,#deb864 16%,#f4d780 24%,#f4d780 46%,#fbf9d8 64%,#f4d780 75%,#fbf9d8 89%,#b0772a);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.sixth-block__rules{text-align:center}.sixth-block__rules-link{color:#fff;font:1.4rem Gilroy-Semibold;border-bottom:solid 2px #fff;-webkit-transition:all .3s ease;transition:all .3s ease}.sixth-block__rules-link:hover{border-color:transparent}
.third-block{min-height:100vh;background:#fff;background-size:cover;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;width:100%;position:relative;background:#fff url(../images/second.png) center bottom no-repeat;background-size:contain;padding:183px 30px 50px 30px;text-align:center}@media (max-width:1680px){.third-block{padding:100px 30px 50px 30px}}@media (max-width:767px){.third-block{padding:35px 20px}}.third-block__label{font:3.6rem Gilroy-Bold;background:linear-gradient(45deg,#f6e188 0,#a56a28 30%,#e2ac54 45%,#ebc981 60%,#efb538 75%,#bb772c 90%,#eda948);-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative;line-height:4.3rem;margin-bottom:26px}@media (max-width:767px){.third-block__label{font-size:2.4rem;line-height:3.6rem;margin-bottom:25px}}.third-block__title{font:7.2rem Gilroy-Bold;color:#000;line-height:7.7rem;margin-bottom:2.6rem}@media (max-width:1440px){.third-block__title{font-size:6rem;line-height:6.7rem}}@media (max-width:767px){.third-block__title{font-size:3.8rem;line-height:4.6rem;margin-bottom:20px}.third-block__title br{display:none}}.third-block__text{font:2.4rem Gilroy-Semibold;color:#000;line-height:2.9rem;margin-bottom:57px}@media (max-width:1680px){.third-block__text{margin-bottom:45px}}@media (max-width:767px){.third-block__text{margin-bottom:30px}}.third-block__btn{background-size:100% 100%;border:none;outline:0;height:62px;width:329px;text-align:center;font:2.4rem Gilroy-Bold;-webkit-transition:all .3s ease;transition:all .3s ease;text-transform:uppercase;margin-bottom:45px;position:relative;background:rgba(255,255,255,.2)}@media (max-width:1440px){.third-block__btn{font-size:2.2rem;height:46px}}@media (max-width:767px){.third-block__btn{font-size:1.8rem;width:280px;height:44px}}.third-block__btn::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url(../../assets/images/btn.png) center center no-repeat;background-size:100% 100%}.third-block__btn-text{font-size:inherit;font-family:inherit;background:linear-gradient(45deg,#f6e188 0,#a56a28 20%,#e2ac54 35%,#ebc981 50%,#efb538 65%,#bb772c 80%,#fbf9d8 90%,#eda948);-webkit-background-clip:text;-webkit-text-fill-color:transparent}