*,*::before,*::after{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}body,h1,h2,h3,h4,p,li,figure,figcaption,blockquote,dl,dd{margin:0}html,body{width:100%;height:100%}html{-webkit-tap-highlight-color:rgba(0,0,0,0)}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}a[class]{text-decoration:none}img{max-width:100%;display:block}input,button,textarea,select{font:inherit;outline:none}ul{list-style:none;margin:0;padding:0}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-Regular.woff2") format("woff2"),url("../fonts/Montserrat-Regular.woff") format("woff");font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-Bold.woff2") format("woff2"),url("../fonts/Montserrat-Bold.woff") format("woff");font-display:swap;font-weight:700}:root{--text-color: #b3b3b3;--background-color: #000;--btn-text-color: #fff;--btn-background: linear-gradient(142deg, #ff304b 0%, #fe6148 100%);--burger-transition: 0.2s linear;--main-transition: 0.2s linear;--secondary-color: #ff304b;--header-height: 67px;--content-inner: 15px}@media (min-width: 1200px){:root{--header-height: 66px}}body{background-color:var(--background-color);color:var(--text-color);font-family:Montserrat, sans-serif;font-weight:400;font-size:16px}body.js-not-scroll{overflow:hidden}.o-title{text-align:center}.o-content-inner{padding-left:var(--content-inner);padding-right:var(--content-inner)}.o-container{max-width:1600px;margin:0 auto}h1,h2,h3,h4{text-transform:uppercase;color:var(--btn-text-color)}h1{margin-top:30px}button{background:none;border:none}.o-btn{border-radius:4px;color:var(--btn-text-color);display:block;font-weight:700;font-size:14px;padding:13px 15px;text-transform:uppercase;text-align:center}.o-btn--primary{background:var(--btn-background)}.o-btn--second{background:#4d4d4d}@media (min-width: 1250px){.o-btn{padding:10px 25px;font-size:16px}}.c-header{background-color:var(--background-color);border-bottom:1px solid #aaa;position:fixed;width:100%;z-index:10}.c-header__container{align-items:center;display:flex;gap:15px;padding:0 var(--content-inner);min-height:var(--header-height)}@media (min-width: 1250px){.c-header__logo img{height:48px;width:160px}}.c-header__burger{height:36px;position:relative;width:36px}@media (min-width: 1250px){.c-header__burger{display:none}}.c-header__burger_line{background-color:var(--btn-text-color);border-radius:9px 0 0 9px;height:3px;position:absolute;width:50%;transform:translateY(-50%);transition:transform var(--burger-transition)}.c-header__burger_line::after{content:"";display:block;background-color:var(--btn-text-color);border-radius:0 9px 9px 0;height:100%;position:absolute;transition:transform var(--burger-transition);top:0;right:-100%;width:100%}.c-header__burger_line-top{top:25%}.c-header__burger_line-center{top:50%}.c-header__burger_line-bottom{top:75%}.c-header__logo{margin:0 auto 0 15px}@media (min-width: 1250px){.c-header__logo{margin-right:initial}}.c-header__menu{background-color:var(--background-color);position:fixed;top:var(--header-height);left:0;opacity:0;visibility:hidden;height:100vh;transition:opacity 0.2s linear, visibility 0.2s linear;width:100vw;z-index:-1}@media (min-width: 1250px){.c-header__menu{position:static;height:100%;opacity:1;visibility:visible;width:initial}}.c-header__menu.js-is-open{opacity:1;visibility:visible}.c-header__menu_links{display:flex;flex-direction:column;width:100%}@media (min-width: 1250px){.c-header__menu_links{flex-direction:row}}.c-header__menu_links a{border-bottom:1px solid var(--text-color);color:var(--btn-text-color);font-weight:700;padding:17px 15px;text-decoration:none;text-transform:uppercase;transition:color var(--main-transition)}@media (min-width: 1250px){.c-header__menu_links a{border-bottom:0;color:rgba(255,255,255,0.6);padding:20px 15px}.c-header__menu_links a.c-header__menu_links-active{color:var(--btn-text-color)}.c-header__menu_links a:hover{color:var(--btn-text-color)}}.c-header__menu_links a.c-header__menu_links-app{border-bottom:0;padding:5px 50px}.c-header__menu_links-app{display:block;background-color:var(--background-color);width:100%}.c-header__menu_links-app::before{content:"";background-color:rgba(255,255,255,0.2);background-image:url("../img/menu/menu_logo.svg");background-size:70%;background-position:center;background-repeat:no-repeat;border-radius:10px;display:block;height:35px;position:absolute;top:50%;left:22px;transform:translateY(-50%);width:35px}.c-header__menu_links-app::after{content:"";background-image:url("../img/menu/menu_arrow-to-bottom.svg");display:block;height:21px;position:absolute;top:50%;transform:translateY(-50%);right:30px;width:18px}.c-header__menu_wrapper{position:relative;padding:17px 15px;background-color:rgba(255,255,255,0.2)}@media (min-width: 1250px){.c-header__menu_wrapper{display:none}}.c-header__link-login{flex:0 0 auto;color:var(--btn-text-color);padding:3px;text-transform:uppercase;font-size:0;font-weight:700}@media (min-width: 1250px){.c-header__link-login{background-color:#4d4d4d;border-radius:4px;font-size:16px;padding:10px 25px;margin-left:auto;transition:background-color var(--main-transition)}.c-header__link-login img{display:none}.c-header__link-login:hover{background-color:rgba(255,255,255,0.5)}}.c-header__link-registration{bottom:10px;max-width:280px;position:fixed;left:50%;z-index:10}@media (max-width: 1199px){.c-header__link-registration{transform:translateX(-50%);width:60%}}@media (min-width: 1250px){.c-header__link-registration{position:static}}.c-first-screen{--img-height: 371px;padding-top:var(--header-height);position:relative}@media (min-width: 768px){.c-first-screen{--img-height: 500px}}@media (min-width: 1000px){.c-first-screen{--img-height: 560px}}.c-first-screen__img{position:absolute;top:0;-o-object-fit:cover;object-fit:cover;left:0;height:100%;width:100%}.c-first-screen__container{background:rgba(0,0,0,0.499);position:relative}.c-first-screen__body{align-items:center;display:flex;flex-direction:column;font-size:16px;gap:5px;justify-content:flex-end;padding-bottom:98px;text-align:center;min-height:var(--img-height)}@media (min-width: 480px){.c-first-screen__body{font-size:18px;justify-content:center}}@media (min-width: 768px){.c-first-screen__body{align-items:flex-start;font-size:22px;gap:15px;padding-right:30%;padding-left:40px;text-align:left}}@media (min-width: 992px){.c-first-screen__body{font-size:36px;padding-right:40%;padding-left:60px}}@media (min-width: 1200px){.c-first-screen__body{font-size:36px}}.c-first-screen__type,.c-first-screen__big{font-weight:bold}.c-first-screen__type{background:#fff;border-radius:4px;color:#000;font-size:0.7em;padding:2px 5px}.c-first-screen__big{color:#fff;line-height:1;font-size:2em}.c-first-screen__desk{font-size:0.7em}.c-first-screen__category{background:#000000bf;position:absolute;left:0;bottom:0;width:100%}.c-category{display:flex;gap:20px;overflow-x:auto}.c-category::-webkit-scrollbar,.c-category::-webkit-scrollbar-thumb{height:5px;width:5px}.c-category::-webkit-scrollbar-thumb{background:#ff304b}.c-category__item{margin:0 auto}.c-category__item a{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;padding:15px;text-decoration:none}.c-category__icon{fill:var(--text-color)}@media (min-width: 768px){.c-category__icon{height:35px;width:35px}}.c-category__name{color:var(--text-color);font-size:12px;white-space:nowrap}@media (min-width: 768px){.c-category__name{font-size:14px}}@media (min-width: 992px){.c-category{gap:40px}}.c-slots{display:flex;flex-wrap:wrap;gap:7px;justify-content:center;padding:30px 0}.c-slots__item{border-radius:15px;position:relative;overflow:hidden}.c-slots__item:hover .c-slots__links{opacity:1;visibility:visible}.c-slots__img{-o-object-fit:cover;object-fit:cover}.c-slots__links{align-items:center;background:#000000bf;display:flex;flex-direction:column;justify-content:center;gap:10px;position:absolute;padding:10px;opacity:0;visibility:hidden;transition:0.2s ease-in-out;top:0;left:0;height:100%;width:100%}.c-slots__links *{color:#fff}.c-slots__name{font-size:16px;text-transform:uppercase}.c-slots__play{padding-top:6px;padding-bottom:6px}.c-slots__name,.c-slots__demo{font-weight:bold}.c-content{padding:var(--content-inner)}.c-content>ul,.c-content>ol{display:flex;flex-direction:column;gap:10px;padding-left:40px;margin:32px 0}.c-content ul:not(:last-child),.c-content ol:not(:last-child){margin-bottom:20px}.c-content>ul{list-style-type:disc}.c-content>ol{list-style-type:decimal}.c-content>p:not(:last-child){margin-bottom:8px}.c-content__table{border-spacing:5px;text-align:center;width:100%}.c-content__table_wrapper{overflow-x:auto;margin:30px 0}.c-content__table_wrapper::-webkit-scrollbar{height:5px}.c-content__table_wrapper::-webkit-scrollbar-thumb{background-color:var(--text-color);border-radius:3px}.c-content__table th,.c-content__table td{border-radius:10px;min-width:140px;padding:5px}.c-content__table th{background-color:#444040;color:var(--btn-text-color)}.c-content__table td{border:1px dotted var(--text-color)}.c-content__faq{margin:30px 0;display:flex;flex-direction:column;gap:15px}.c-content__faq_text{display:flex;flex-direction:column;gap:10px;padding:15px}.c-content__faq details[open] summary::after{transform:translate(0, -50%) rotate(135deg)}.c-content__faq summary{background-color:var(--secondary-color);cursor:pointer;display:block;padding:10px 45px 10px 15px;position:relative;border-radius:4px}.c-content__faq summary::after{content:"+";display:block;color:var(--btn-text-color);position:absolute;top:50%;right:15px;transform:translate(0, -50%);transition:transform var(--main-transition);font-size:24px;font-weight:700;line-height:1}.c-content__photo{padding:32px 20px;margin:32px 0}@media (min-width: 768px){.c-content__photo{display:flex;gap:15px}}@media (min-width: 768px){.c-content__photo picture{flex:0 0 50%}}.c-content__photo_title{margin-bottom:15px}.c-content__photo_img{border-radius:5px;-o-object-fit:cover;object-fit:cover;margin:0 auto}@media (min-width: 768px){.c-content__photo_img{width:100%;flex:1 0 auto}}.c-content__photo_wrapper{display:flex;flex-direction:column;gap:10px;padding:20px;text-align:center}.c-content__comments-item{padding:10px;display:flex;flex-direction:column;gap:15px;border-bottom:1px dotted #aaa}.c-content__comments-user{padding-left:70px;position:relative}.c-content__comments-user.lazyloaded::before{background-image:url("../img/comments/user.svg")}.c-content__comments-user::before{background-repeat:no-repeat;background-size:30px;content:"";display:block;position:absolute;height:60px;width:50px;top:0;left:0;background-position:center}.c-content__comments-name{font-weight:700;color:var(--btn-text-color);font-size:18px}.c-content__comments-reaction{align-items:flex-start;display:flex;flex-direction:column;gap:20px}@media (min-width: 550px){.c-content__comments-reaction{flex-direction:row}}.c-content__comments-btn{margin-left:auto}.c-content__comments-title{margin-bottom:15px}.c-table-of-content{background:var(--background-color);position:sticky;top:var(--header-height);left:0;margin:30px 0;width:100%;z-index:1}.c-table-of-content__list{display:flex;gap:20px;padding:10px 0;overflow-x:auto}.c-table-of-content__list::-webkit-scrollbar{background:#fff;height:5px}.c-table-of-content__list::-webkit-scrollbar-thumb{background:var(--secondary-color)}.c-table-of-content__list a{background:var(--secondary-color);border-radius:4px;color:#fff;display:inline-block;font-weight:bold;text-decoration:none;line-height:25px;padding:5px;white-space:nowrap}.c-footer{align-items:center;border-top:1px solid var(--text-color);display:flex;flex-direction:column;gap:15px;padding:0 var(--content-inner) 75px var(--content-inner)}@media (min-width: 1200px){.c-footer{flex-direction:row;flex-wrap:wrap}.c-footer>*{flex:1 0 100%}}.c-footer h3{margin-top:15px;text-transform:uppercase}.c-footer__links{display:flex;flex-wrap:wrap;gap:15px;padding:15px 0;text-transform:uppercase}.c-footer__links a{color:var(--btn-text-color);text-decoration:none}.c-footer__links li{flex:0 0 auto}.c-footer__privacy{align-items:center;display:flex;gap:100px}@media (min-width: 1200px){.c-footer__privacy{justify-content:flex-end}}.c-footer__img-wrap{align-items:flex-start;display:flex;flex-direction:column;gap:15px;max-width:600px;width:100%}@media (min-width: 1200px){.c-footer__img-wrap{align-self:flex-start;flex:1 0 45%;max-width:100%}}.c-footer__payment,.c-footer__providers{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:center}@media (min-width: 1200px){.c-footer__payment,.c-footer__providers{justify-content:flex-start}}.c-footer__providers img{height:30px;-o-object-fit:contain;object-fit:contain}
