@charset "UTF-8";@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap&subset=cyrillic");@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap&subset=cyrillic");*{zoom:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}[hidden],audio:not([controls]){display:none}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-family:inherit;font-size:100%;vertical-align:baseline;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{line-height:1;font-family:Open Sans,sans-serif;font-size:14px;position:relative;background:#fff;color:#292929}button,input,select,textarea{font-family:Open Sans,sans-serif;outline:none}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,table,td,th{vertical-align:middle}caption,td,th{text-align:left;font-weight:400}a img{border:none}a{color:inherit;text-decoration:none}strong{font-weight:700}input[type=number]{-moz-appearance:textfield}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}a,button{transition:all .3s linear;cursor:pointer}input:focus::-webkit-input-placeholder{color:transparent}input:focus:-moz-placeholder,input:focus::-moz-placeholder{color:transparent}input:focus:-ms-input-placeholder{color:transparent}input:-webkit-autofill{background-color:transparent}img{display:block;max-width:100%;height:auto}.pageList__section{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:60px 0}.pageList__part{-ms-flex:50%;flex:50%;margin-bottom:40px}.pageList__caption{font-size:30px;text-transform:uppercase;margin-bottom:30px;font-weight:700}.pageList__list{counter-reset:a}.pageList__item{padding-left:35px;margin-bottom:10px;font-size:24px}.pageList__item:before{content:counter(a) ".";counter-increment:a;display:inline-block;margin-left:-35px;width:35px}.pageList__item:last-child{margin-bottom:0}.pageList__link:hover{color:#e63447}.social__list{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.social__button{width:42px;height:42px;margin-right:20px;border-radius:50%;background:rgba(41,41,41,.04) 50% no-repeat}.social__button:last-child{margin-right:0}.social__button_facebook{background-image:url(svg/social-01_gray.svg)}.social__button_facebook:hover{background-image:url(svg/social-01_red.svg)}.social__button_youtube{background-image:url(svg/social-02_gray.svg)}.social__button_youtube:hover{background-image:url(svg/social-02_red.svg)}.social__button_twitter{background-image:url(svg/social-03_gray.svg)}.social__button_twitter:hover{background-image:url(svg/social-03_red.svg)}.social__button_rss{background-image:url(svg/social-04_gray.svg)}.social__button_rss:hover{background-image:url(svg/social-04_red.svg)}.button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:160px;height:48px;border:none;border-radius:40px;background-color:#e63447;font-weight:600;font-size:14px;text-transform:uppercase;color:#fff}.button:hover{background-color:#db1b30}.dropdown{position:relative;max-width:150px;z-index:30}.dropdown__button{position:relative;padding:0 13px 0 0;z-index:3;border:none;background:none;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown__button:before{content:"";position:absolute;top:50%;right:0;width:10px;height:5px;background:url(svg/arrow-dropdown.svg) 50%/10px 5px no-repeat;margin-top:-2px}.dropdown__button:hover:before,.dropdown__button_active:before{background-image:url(svg/arrow-dropdown_red.svg)}.dropdown__button_active:before{transform:rotate(180deg)}.dropdown__button_active~.dropdown__list{opacity:1;visibility:visible}.dropdown__list{position:absolute;width:calc(100% + 45px);top:100%;margin-top:6px;padding:16px 0;left:0;z-index:2;visibility:hidden;opacity:0;transition:all .3s linear}.dropdown__list:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;z-index:-1;border:1px solid #e8e8e8;box-sizing:border-box;box-shadow:0 14px 18px rgba(41,36,36,.1);border-radius:0 14px 14px 14px}.dropdown__listItem{padding:8px 21px;cursor:pointer;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown__listItem:hover,.dropdown__listItem_active{color:#e63447}.checkbox{position:relative;cursor:pointer}.checkbox input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.checkbox input:checked~span:before{background-image:url(svg/ico-check.svg)}.checkbox span{position:relative;padding-left:28px;line-height:1.5;color:rgba(41,41,41,.76)}.checkbox span:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:16px;height:16px;border:1px solid rgba(41,41,41,.2);border-radius:3px;transition:all .3s linear;background:left 1px top 2px no-repeat}.banner{display:block;margin:20px 0}.banner:first-child{margin-top:0}.banner:last-child{margin-bottom:0}.banner__image{width:100%}.banner_mobile{display:none}.notFound__page{width:100%;height:calc(100vh - 190px);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.notFound__note{margin:-20px 0 80px;font-size:18px;line-height:1.84;text-align:center}.notFound__section{height:346px;margin:-30px -30px 30px 0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background:hsla(0,0%,96%,.4)}.notFound__section p{margin-bottom:27px;text-align:center;font-size:18px;line-height:1.5}.notFound__section p:last-child{margin-bottom:0}@media (max-width:1199px){.dropdown__list{width:calc(100% + 18px);left:-9px;padding:10px 0}.dropdown__listItem{padding:6px 8px;font-size:11px}.notFound__section{margin:-30px 0 30px}}@media (max-width:767px){.banner{margin:20px -10px}.banner_mobile{display:block}}.page__wrapper{min-height:100vh;min-width:320px;max-width:1470px;margin:0 auto;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:stretch;align-items:stretch;overflow:hidden}.page__container,.page__wrapper{display:-ms-flexbox;display:flex}.page__main{width:calc(100% - 325px)}.page__side{width:325px}.section__header{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px}.section__header .section__caption{margin-bottom:0}.section__caption{margin-bottom:40px;font-weight:700;font-size:22px;line-height:1.36;text-transform:uppercase}.section__arrows{display:-ms-flexbox;display:flex;margin-left:auto}.section__arrow{width:36px;height:36px;border-radius:50%;background:#f5f5f5 50% no-repeat;border:1px solid #f5f5f5;margin-right:14px}.section__arrow:last-child{margin-right:0}.section__arrow:hover{border-color:#e63447}.section__arrow_left{background-image:url(svg/arrow-left_red.svg);background-position:calc(50% - 1px) 50%}.section__arrow_right{background-image:url(svg/arrow-right_red.svg);background-position:calc(50% + 1px) 50%}.section__slider{margin:0 -15px;position:relative}.section__slider:after,.section__slider:before{content:"";position:absolute;top:0;bottom:0;width:15px}.section__slider:before{left:0;background:linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0))}.section__slider:after{right:0;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff)}.section__sliderTrack{display:-ms-flexbox;display:flex;overflow:auto}.section__sliderTrack::-webkit-scrollbar{height:0}.section__sliderTrack::-webkit-scrollbar-track{border-radius:6px;background-color:#f5f5f5}.section__sliderTrack::-webkit-scrollbar-thumb{border-radius:6px;background-color:#d6d6d6}.section__sliderTrack::-webkit-scrollbar-thumb:window-inactive{background-color:#d6d6d6}.section__slide{-ms-flex-negative:0;flex-shrink:0;padding:0 15px}.section__back{margin:-20px 0 30px}.section__backButton{position:relative;padding-left:30px;text-transform:uppercase;font-weight:600;font-size:12px;line-height:1.75;letter-spacing:.04em;color:rgba(0,0,0,.5)}.section__backButton:before{content:"";position:absolute;width:5px;height:9px;background:url(svg/arrow-back.svg) 50% no-repeat;left:12px;top:50%;transform:translateY(-50%)}.section__more{position:relative;padding-right:13px;text-transform:uppercase;font-weight:600;font-size:12px;line-height:1.75;color:#e63447}.section__more:before{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:5px;height:9px;background:url(svg/arrow-more.svg) 50% no-repeat}.container{width:1440px;padding-left:30px;padding-right:30px;margin-left:auto;margin-right:auto}body._popupLock .page__wrapper{filter:blur(4px)}body._popupLock .popup__holder{visibility:visible;opacity:1}@media (max-width:1499px){.container{width:100%;max-width:1440px}}@media (max-width:1199px){.page__wrapper{overflow:visible}.container{padding-left:20px;padding-right:20px}}@media (max-width:767px){.container{max-width:750px;width:100%;padding-left:10px;padding-right:10px}.section__caption,.section__header{margin-bottom:30px}.section__slider{margin:0 -10px}.section__slider:after,.section__slider:before{visibility:hidden}.section__slide{padding:0 10px}.section__back{margin:-20px 0 20px}.section__backButton{padding-left:17px}.section__backButton:before{left:0}}.header{position:relative;z-index:10;background-color:#fff;box-shadow:0 10px 34px rgba(0,0,0,.05)}.header .container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding-top:26px;padding-bottom:26px}.header__logoWrap{margin-right:150px}.header__nav{display:-ms-flexbox;display:flex;margin:2px auto 0 0}.header__navButton{position:relative;margin-right:26.5px;font-weight:600;font-size:16px;line-height:1.38;letter-spacing:.02em;text-transform:uppercase}.header__navButton:before{content:"";position:absolute;bottom:-6px;left:0;right:0;border-bottom:1px solid #e63447;transform-origin:0 0;transform:scaleX(0);transition:all .3s linear}.header__navButton:hover{color:#e63447}.header__navButton:hover:before{transform:scaleX(1)}.header__navButton:last-child{margin-right:0}.header__navToggle{display:none;-ms-flex-negative:0;flex-shrink:0;width:44px;height:44px;border-radius:50%;border:none;background:rgba(41,41,41,.04) url(svg/ico-nav.svg) 50% no-repeat}.header__search{position:relative;width:250px}.header__searchWrap{margin:0 30px 0 auto;position:relative}.header__searchText{width:100%;padding:8px 40px 8px 16px;border-radius:20px;border:1px solid rgba(0,0,0,.2);font-size:12px;line-height:1.34;transition:all .3s linear;color:rgba(0,0,0,.5)}.header__searchText::-webkit-input-placeholder{color:rgba(0,0,0,.3)}.header__searchText:-moz-placeholder,.header__searchText::-moz-placeholder{color:rgba(0,0,0,.3)}.header__searchText:-ms-input-placeholder{color:rgba(0,0,0,.3)}.header__searchText:focus{border-color:rgba(41,41,41,.4)}.header__searchButton{position:absolute;top:50%;right:8px;transform:translateY(-50%)}.header__searchButton,.header__searchToggle{width:24px;height:24px;background:url(svg/ico-search.svg) 50% no-repeat;border:none;opacity:.5}.header__searchToggle{margin:4px 8px 4px 0;display:none}.header__language{margin-right:30px;position:relative;display:-ms-flexbox;display:flex}.header__languageButton{margin-right:10px;font-weight:600;font-size:14px;line-height:19px;text-transform:uppercase}.header__languageButton:last-child{margin-right:0}.header__languageButton:hover,.header__languageButton_active{color:#e63447}.header__login{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:160px;height:48px;border:none;background-color:#e63447;border-radius:40px;font-weight:600;font-size:14px;text-transform:uppercase;color:#fff}.header__login:hover{background-color:#db1b30}.header__socialTitle{margin-bottom:14px;text-align:center;font-size:12px;line-height:1.75;color:rgba(0,0,0,.5)}.headerMobile{z-index:10;position:fixed;top:64px;right:0;bottom:0;left:0;padding:42px 20px 30px;background-color:#fff;visibility:hidden;opacity:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:1499px){.header__logoWrap{margin-right:35px}}@media (max-width:1199px){.header{position:-webkit-sticky;position:sticky;top:0}.header .container{padding-top:10px;padding-bottom:10px}.header__logoWrap{margin-right:0}.header__nav{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin:0 0 32px;width:100%}.header__navButton{font-size:14px;margin-right:0;margin-bottom:20px}.header__navButton:last-child{margin-bottom:0}.header__navToggle{display:block}.header__navToggle_active{background-image:url(svg/ico-close.svg)}.header__navToggle_active~.headerMobile{opacity:1;visibility:visible}.header__nav_desktop{display:none}.header__search{position:absolute;top:0;right:0;bottom:0;visibility:hidden;opacity:0}.header__searchWrap{margin:0 12px 0 auto}.header__searchToggle{display:block}.header__searchToggle_active~.header__search{visibility:visible;opacity:1}.header__language{margin:0 0 auto}.header__languageFlag{display:block}.header__language_desktop{display:none}.header__login{width:120px;height:44px;margin-bottom:30px;font-size:12px}.header__login_desktop{display:none}}@media (max-width:767px){.header .container{padding:10px}.header__logo{max-width:none}.header__search{width:189px}}.footer{margin-top:auto}.footer .container{position:relative;padding-top:30px;padding-bottom:30px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;align-items:flex-start}.footer .container:before{content:"";position:absolute;right:30px;top:0;left:30px;border-top:1px solid rgba(0,0,0,.3)}.footer .container:after{content:"";display:block;width:100%;-ms-flex-order:2;order:2;margin-bottom:60px}.footer__logoWrap{margin-right:232px}.footer__nav{width:150px;margin:2px 150px 0 0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.footer__navButton{margin-bottom:11px;font-weight:600;font-size:11px;line-height:1.9;letter-spacing:.04em;text-transform:uppercase;color:#000}.footer__navButton:last-child{margin-bottom:0}.footer__navButton:hover{color:#e63447}.footer__socialTitle{margin-bottom:14px;font-size:12px;line-height:1.75;color:rgba(0,0,0,.5)}.footer__up{display:block;margin-top:36px;width:36px;height:36px;border-radius:50%;margin-left:auto;background:rgba(0,0,0,.04) url(svg/arrow-up.svg) 50% no-repeat}.footer__up:hover{background-image:url(svg/arrow-up_red.svg)}.footer__links{-ms-flex-order:3;order:3;display:-ms-flexbox;display:flex;margin-left:auto}.footer__linksItem{margin-right:22px;font-size:14px;line-height:1.36;color:#878787}.footer__linksItem:last-child{margin-right:0}.footer__linksItem:hover{color:#e63447}.footer__copyright{line-height:1.36;-ms-flex-order:3;order:3;margin:0 12px 0 79px;color:rgba(0,0,0,.5)}@media (max-width:1199px){.footer .container{padding-top:20px;padding-bottom:20px}.footer .container:before{right:15px;left:15px}.footer .container:after{margin-bottom:33px}.footer__logoWrap{margin-right:60px}.footer__nav{margin:2px 16px 0 0}.footer__links{width:100%;-ms-flex-pack:justify;justify-content:space-between}.footer__linksItem{font-size:13px;margin:0}.footer__copyright{margin:20px auto 0}}@media (max-width:767px){.footer .container{padding:20px 10px}.footer .container:before{display:none}.footer .container:after{margin-bottom:14px}.footer__nav{width:100%;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-direction:row;flex-direction:row;margin:10px 0 0;padding-top:10px;border-top:1px solid rgba(0,0,0,.3)}.footer__navButton{margin:0 20px 0 0}.footer__social{-ms-flex-order:3;order:3;margin-top:26px}.footer__up{-ms-flex-order:4;order:4;width:42px;height:42px;margin:auto 0 0 auto}.footer__links{-ms-flex-order:5;order:5;width:100%;-ms-flex-direction:column;flex-direction:column;margin:47px 0 0}.footer__linksItem{margin:0 0 13px;font-size:12px}.footer__linksItem:last-child{margin-bottom:0}.footer__copyright{-ms-flex-order:6;order:6;margin:27px auto 0;font-size:12px}}.topSection{display:-ms-flexbox;display:flex}.topSection .newsPreview:after{padding-bottom:58.84%}.topSection__slider{width:50%;-ms-flex-negative:0;flex-shrink:0;position:relative}.topSection__dots{position:absolute;z-index:5;bottom:16px;left:50%;transform:translateX(-50%);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.topSection__dotsItem{margin:0 5px}.topSection__dotsButton{width:10px;height:10px;padding:0;border-radius:50%;border:none;background:hsla(0,0%,100%,.4)}.topSection__dotsButton:hover{background-color:hsla(0,0%,100%,.7)}.topSection__dotsButton_active{background-color:#fff!important}@media (min-width:768px){.topSection__slide .newsPreview__content{right:30px;bottom:56px;left:30px}.topSection__slide .newsPreview__info{margin-bottom:8px;font-size:14px}.topSection__slide .newsPreview__rubric{font-size:11px}.topSection__slide .newsPreview__title{font-size:24px;line-height:1.25}}.topSection__grid{width:50%;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.topSection__preview{width:50%}@media (max-width:1199px){.topSection{-ms-flex-wrap:wrap;flex-wrap:wrap}.topSection__grid,.topSection__slider{width:100%}.topSection__preview:nth-child(n+3){display:none}}@media (max-width:767px){.topSection{margin-left:-10px;margin-right:-10px}.topSection__dots{bottom:6px}.topSection__preview{width:100%}}.newsPreview{position:relative;z-index:2;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;color:#fff}.newsPreview:after{content:"";display:block;width:100%;padding-bottom:61.21%}.newsPreview:hover .newsPreview__image{transform:translate(-50%,-50%) scale(1.05)}.newsPreview__image{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);min-width:calc(100% + 2px);min-height:calc(100% + 2px);width:auto;height:auto;max-width:none;transition:all .3s linear}.newsPreview__imageWrap{z-index:2;position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.newsPreview__imageWrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(41,41,41,.4);transition:all .3s linear;transform-origin:100% 100%;z-index:1}.newsPreview__content{position:absolute;right:20px;bottom:20px;left:20px;z-index:3;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.newsPreview__info{margin-bottom:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:hsla(0,0%,100%,.8);letter-spacing:.04em;line-height:1.9}.newsPreview__rubric{margin-right:10px;padding:6px 12px;border-radius:3px;font-weight:600;font-size:11px;line-height:1.36;text-align:center;text-transform:uppercase;color:#fff}.newsPreview__rubric_red{background-color:#ef1c24}.newsPreview__rubric_pink{background-color:#e41e6e}.newsPreview__rubric_orange{background-color:#d94c3a}.newsPreview__rubric_yellow{background-color:#f8ad35}.newsPreview__rubric_azure{background-color:#1b95d4}.newsPreview__rubric_blue{background-color:#0037b4}.newsPreview__time{margin:0 10px;white-space:nowrap;letter-spacing:.1px}.newsPreview__time small{display:none}.newsPreview__author{position:relative;padding-left:23px;margin:0 8px}.newsPreview__author:before{content:"";position:absolute;left:4px;top:50%;transform:translateY(-50%);width:12px;height:12px;background:url(svg/ico-author_white.svg) 50% no-repeat;opacity:.8;transition:all .3s linear}.newsPreview__author:hover{color:#fff}.newsPreview__author:hover:before{background-image:url(svg/ico-author_hover.svg);opacity:1}.newsPreview__comments{position:relative;padding-left:22px;margin-left:10px}.newsPreview__comments:before{content:"";position:absolute;left:2px;top:50%;margin-top:3px;transform:translateY(-50%);width:16px;height:16px;background:url(svg/ico-comments_white.svg) 50% no-repeat;opacity:.8;transition:all .3s linear}.newsPreview__comments:hover{color:#fff}.newsPreview__comments:hover:before{background-image:url(svg/ico-comments_hover.svg);opacity:1}.newsPreview__pictures{position:relative;padding-left:24px;margin-left:10px}.newsPreview__pictures:before{content:"";position:absolute;left:2px;top:50%;transform:translateY(-50%);width:14px;height:14px;background:url(svg/ico-pictures.svg) 50% no-repeat;opacity:.8;transition:all .3s linear}.newsPreview__title{font-weight:600;font-size:16px;line-height:1.38;max-height:5.5em;overflow:hidden}.newsPreview__title span{font-size:14px;font-weight:400}.newsPreview_header{margin:-30px -30px 0 0}.newsPreview_header:after{padding-bottom:32.95%}.newsPreview_header .newsPreview__content{right:202px;bottom:40px;left:173px}.newsPreview_header .newsPreview__info{margin-bottom:20px}.newsPreview_header .newsPreview__title{font-size:30px;line-height:1.37;letter-spacing:.7px}.newsPreview_header .newsPreview__title:hover{color:#fff}.newsPreview_header .newsPreview__author,.newsPreview_header .newsPreview__time{font-size:14px}@media (max-width:1499px){.newsPreview_header{margin:-30px -30px 0}.newsPreview_header .newsPreview__content{right:80px;bottom:35px;left:80px}}@media (max-width:1199px){.newsPreview_header{margin:-30px -20px 0}}@media (max-width:767px){.newsPreview__content{right:10px;left:10px}.newsPreview__info{margin-bottom:6px}.newsPreview__rubric{margin-right:10px}.newsPreview__time{margin:0 5px}.newsPreview__time span{display:none}.newsPreview__time small{display:inline}.newsPreview__comments{margin-left:5px;font-size:14px}.newsPreview__author{display:none}.newsPreview__title{font-size:14px}.newsPreview_header{display:block;margin:-10px -10px 19px}.newsPreview_header .newsPreview:after,.newsPreview_header:after,.newsPreview_header:before{display:none}.newsPreview_header .newsPreview__image{position:absolute;transform:translate(-50%,-50%);min-width:100%;min-height:100%;width:auto}.newsPreview_header .newsPreview__imageWrap{top:0;left:0;transform:none;position:relative;overflow:hidden}.newsPreview_header .newsPreview__imageWrap:after{content:"";display:block;width:100%;padding-bottom:56.25%}.newsPreview_header .newsPreview__content{position:static;padding:20px 10px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.newsPreview_header .newsPreview__title{-ms-flex-order:-1;order:-1;color:#292929;font-size:18px;line-height:1.39;letter-spacing:.4px;max-height:none}.newsPreview_header .newsPreview__title:hover{color:#292929}.newsPreview_header .newsPreview__info{margin:12px 0 0}.newsPreview_header .newsPreview__rubric{padding:6px 5px}.newsPreview_header .newsPreview__time{color:rgba(41,41,41,.7)}.newsPreview_header .newsPreview__time:before{background-image:url(svg/ico-time_gray.svg)}.newsPreview_header .newsPreview__author{display:none}.newsPreview_header .newsPreview__comments{color:#292929}.newsPreview_header .newsPreview__comments:before{background-image:url(svg/ico-comments_gray.svg)}.newsPreview_header .newsPreview__pictures{color:#292929}.newsPreview_header .newsPreview__pictures:before{background-image:url(svg/ico-pictures_gray.svg)}}.contentSection{padding:30px 0 60px;display:-ms-flexbox;display:flex}.contentSection__main{width:calc(100% - 330px);padding:0 30px 0 0}.contentSection__sidebar{width:330px}.contentSection__sidebar .section__caption{margin:0 20px 15px;font-size:18px}@media (max-width:1199px){.contentSection__main{width:100%;padding:0}.contentSection__sidebar{display:none}}@media (max-width:767px){.contentSection{padding:20px 0}}.newsList{margin-top:31px}.newsList:first-child{margin-top:0}.newsList__header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px;border-bottom:1px solid rgba(0,0,0,.3)}.newsList__header .section__caption{margin-bottom:0}.newsList__filters{margin:10px 230px 0 auto;display:-ms-flexbox;display:flex}.newsList__filter{position:relative;margin-right:20px}.newsList__filter:last-child{margin-right:0}.newsList__filterButton{padding:0 15px 0 0;font-weight:600;text-transform:uppercase;font-size:12px;letter-spacing:.6px}.newsList__tabs{display:-ms-flexbox;display:flex}.newsList__tabsButton{position:relative;padding:13px 0 14px;margin-right:20px;font-weight:600;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.newsList__tabsButton:before{content:"";position:absolute;right:-4px;left:-4px;bottom:-1px;border-bottom:2px solid #e63447;opacity:0}.newsList__tabsButton:last-child{margin-right:0}.newsList__tabsButton:hover,.newsList__tabsButton_active{color:#e63447}.newsList__tabsButton_active:before{opacity:1}.newsList__article{display:-ms-flexbox;display:flex}.newsList__article+.newsList__article{padding-top:20px;border-top:1px solid #e3e3e3;margin-top:20px}.newsList__article:last-child{margin-bottom:0}.newsList__article .newsPreview__info{color:rgba(41,41,41,.5);margin-bottom:24px;-ms-flex-negative:0;flex-shrink:0;letter-spacing:0}.newsList__article .newsPreview__time{font-size:14px;text-transform:none}.newsList__article .newsPreview__time:before{opacity:.5;background-image:url(svg/ico-time_gray.svg)}.newsList__article .newsPreview__comments:before{opacity:.5;background-image:url(svg/ico-comments_gray.svg)}.newsList__article .newsPreview__comments:hover{color:rgba(41,41,41,.8)}.newsList__article .newsPreview__comments:hover:before{opacity:1;background-image:url(svg/ico-comments_dark.svg)}.newsList__image{width:100%}.newsList__imageWrap{width:360px;position:relative;margin-right:20px;-ms-flex-negative:0;flex-shrink:0}.newsList__text{font-size:14px;line-height:1.5;height:100%;overflow:hidden}.newsList__textWrap{width:calc(100% - 390px);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.newsList__title{margin-bottom:13px;font-weight:600;font-size:24px;line-height:1.25;-ms-flex-negative:0;flex-shrink:0}.newsList__title:hover{color:#e63447}.newsList__tags{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:auto -5px 0}.newsList__tagsLink{margin:4px 5px;font-weight:600}.newsList__tagsLink:hover{color:#e63447}.newsList__banner{margin:20px 0;padding:30px 60px 77px 30px;position:relative;overflow:hidden;z-index:2;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;color:#fff}.newsList__banner:after{content:"";-ms-flex-order:-1;order:-1;display:block;width:100%}.newsList__bannerImage{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;max-width:none;width:auto;z-index:-1}.newsList__bannerTopic{-ms-flex-order:-2;order:-2;padding:2px 25px;margin-bottom:40px;background-color:#21ac4d;border-radius:3px;font-weight:600;font-size:11px;line-height:1.9;text-align:center;letter-spacing:.04em;text-transform:uppercase}.newsList__bannerTitle{width:305px;font-weight:600;font-size:26px;line-height:1.35}.newsList__bannerText{width:calc(100% - 305px);line-height:1.5;margin-top:13px}.newsList__bannerText p,.newsList__bannerText ul{margin-bottom:30px}.newsList__bannerText p:last-child,.newsList__bannerText ul:last-child{margin-bottom:0}.newsList__bannerText li{padding-left:26px;position:relative;margin-bottom:21px}.newsList__bannerText li:last-child{margin-bottom:0}.newsList__bannerText li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background-color:#fff}.newsList__category{margin-bottom:30px;width:100%;-ms-flex-pack:center;justify-content:center;display:none}.newsList__categoryButton{height:44px;-ms-flex:150px 0 1;flex:150px 0 1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(230,52,71,.14);font-weight:600;font-size:11px;line-height:1.9;letter-spacing:.04em;text-transform:uppercase;color:#e63447}.newsList__categoryButton:first-child{border-radius:22px 0 0 22px}.newsList__categoryButton:last-child{border-radius:0 22px 22px 0}.newsList__categoryButton_active{background-color:#e63447;color:#fff}@media (max-width:1199px){.newsList__header{-ms-flex-wrap:wrap;flex-wrap:wrap}.newsList__category{display:-ms-flexbox;display:flex}.newsList__article{height:auto;-ms-flex-align:start;align-items:flex-start}.newsList__filters{margin:11px 80px 0 auto}.newsList__textWrap{width:calc(100% - 280px)}}@media (max-width:767px){.newsList{margin-top:0}.newsList:first-child{margin-top:8px}.newsList__header{-ms-flex-align:center;align-items:center;margin-bottom:30px}.newsList__header .section__caption{width:100%;margin-bottom:8px}.newsList__filters{width:30%;margin:0;padding:0 0 3px 2px;-ms-flex-order:2;order:2}.newsList__filter{display:none;max-width:100%}.newsList__filterButton{font-size:11px}.newsList__filter_mobile{display:block}.newsList__tabs{width:70%}.newsList__tabs::-webkit-scrollbar{height:6px}.newsList__tabs::-webkit-scrollbar-track{border-radius:4px;background-color:hsla(0,0%,100%,.1)}.newsList__tabs::-webkit-scrollbar-thumb{border-radius:4px;background-color:hsla(0,0%,100%,.4)}.newsList__tabs::-webkit-scrollbar-thumb:window-inactive{background-color:hsla(0,0%,100%,.4)}.newsList__tabsButton{font-size:11px;margin-right:20px;white-space:nowrap}.newsList__text{max-height:none}.newsList__article{display:block;height:auto}.newsList__article .newsPreview__info{margin-bottom:22px}.newsList__article .newsPreview__time{margin-right:5px}.newsList__imageWrap{width:auto;margin:0 -10px 20px}.newsList__text{font-size:14px;line-height:1.43}.newsList__textWrap{width:auto}.newsList__title{max-height:none;font-weight:700;font-size:18px;line-height:1.39}.newsList__tags{display:none}.newsList__banner{margin:20px -10px;padding:10px 10px 40px}.newsList__bannerTopic{margin-bottom:20px}.newsList__bannerTitle{width:auto;font-size:16px;line-height:1.375;margin-bottom:10px}.newsList__bannerText{width:auto;margin-top:0}.newsList__bannerText li{padding-left:17px}}.sideSection{margin:30px 0}.sideSection:first-child{margin-top:0}.sideSection:last-child{margin-bottom:0}.sideSection__preview .newsPreview__content{display:block}.sideSection__preview .newsPreview__comments:hover{color:#fff}.sideSection__preview .newsPreview__comments:hover:before{background-image:url(svg/ico-comments_white.svg)}.sideSection_mobile{display:none}.sideSocial{padding:20px;background-color:#f6f6f6}.sideSocial__thread{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}.sideSocial__thread:last-child{margin-bottom:0}.sideSocial__user{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;height:44px;margin:0 0 20px -6px;width:calc(100% - 79px)}.sideSocial__userPhoto{max-height:100%;width:auto}.sideSocial__userPhotoWrap{width:44px;height:100%;margin-right:14px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;border-radius:50%}.sideSocial__userName,.sideSocial__userNick{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sideSocial__userName img,.sideSocial__userNick img{display:inline-block;vertical-align:middle}.sideSocial__userName span,.sideSocial__userNick span{vertical-align:middle;line-height:1.2}.sideSocial__userName{position:relative;max-width:calc(100% - 58px);padding-right:20px;margin:0 0 5px;font-weight:700;font-size:16px}.sideSocial__userName img{position:absolute;margin-top:2px;right:0}.sideSocial__userNick{width:calc(100% - 58px);color:#878787}.sideSocial__userNick span{padding-left:3px}.sideSocial__time{width:85px;margin-top:5px;text-align:right;font-size:12px;color:#878787}.sideSocial__time+.sideSocial__message{border-radius:0 30px 30px 30px}.sideSocial__message{border-radius:30px;padding:20px;margin-bottom:10px;background-color:#fff;font-size:12px;line-height:1.5}.sideSocial__message:last-child{margin-bottom:0}.sideSocial__message p{margin-bottom:18px}.sideSocial__message p:last-child{margin-bottom:0}.sideSocial__message p~figure{margin-top:-9px}.sideSocial__message a{color:#2aa3ef}.sideSocial__message figure{display:block;margin:0}@media (max-width:767px){.sideSection{margin-bottom:50px}.sideSection_mobile{display:block}}.tournamentHeader{height:550px;position:relative;z-index:2;padding:30px;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;overflow:hidden}.tournamentHeader__cover{position:absolute;z-index:-1;top:50%;left:50%;max-width:none;width:auto;height:100%;transform:translate(-50%,-50%)}.tournamentHeader__partners{width:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.tournamentHeader__partnersItem{margin:10px 20px}.tournamentNav{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px;border-bottom:1px solid hsla(0,0%,53%,.3)}.tournamentNav__stage{max-width:50%;-ms-flex-negative:0;flex-shrink:0;margin-right:30px}.tournamentNav__stageButton{font-weight:600;font-size:12px;line-height:1.75;letter-spacing:.04em;text-transform:uppercase}.tournamentNav__tabs{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;overflow-x:scroll;overflow-y:visible;padding:10px 0;margin-bottom:-1px}.tournamentNav__tabs::-webkit-scrollbar{height:0}.tournamentNav__tabs::-webkit-scrollbar-track{border-radius:6px;background-color:#f5f5f5}.tournamentNav__tabs::-webkit-scrollbar-thumb{border-radius:6px;background-color:#d6d6d6}.tournamentNav__tabs::-webkit-scrollbar-thumb:window-inactive{background-color:#d6d6d6}.tournamentNav__tabsButton{white-space:nowrap;position:relative;margin-right:20px;font-weight:600;font-size:12px;line-height:1.75;letter-spacing:.04em;text-transform:uppercase}.tournamentNav__tabsButton:before{content:"";position:absolute;right:0;bottom:-10px;left:0;border-top:1px solid #e63447;transform-origin:0 0;transform:scaleX(0);transition:all .3s linear}.tournamentNav__tabsButton:hover,.tournamentNav__tabsButton_active{color:#e63447}.tournamentNav__tabsButton_active:before{transform:scaleX(1)}.tournamentNav__tabsButton:last-child{margin-right:0}.tournamentParticipants__section{margin-bottom:70px}.tournamentParticipants__section:last-child{padding-top:0;margin-bottom:0}.tournamentParticipants__link{position:relative;padding-bottom:25px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:145px;height:141px;-ms-flex-negative:0;flex-shrink:0;background-color:hsla(0,0%,91%,.6);border-radius:5px}.tournamentParticipants__link:hover{background-color:#e8e8e8}.tournamentParticipants__title{position:absolute;right:0;bottom:0;left:0;height:25px;text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:600}.tournamentParticipants__list{margin-top:45px;font-size:16px;line-height:1.5;font-weight:600}.tournamentParticipants__item{margin-bottom:8px;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.tournamentParticipants__item img{margin:3px 15px 0 0}.tournamentParticipants__item span{width:calc(100% - 42px);-ms-flex-negative:0;flex-shrink:0}.tournamentPlayOff__section{padding-bottom:10px;margin-bottom:60px}.tournamentPlayOff__section:last-child{margin-bottom:0}.tournamentPlayOff__arrows{-ms-flex-pack:justify;justify-content:space-between;margin-bottom:-36px;position:relative;z-index:5;display:none}.tournamentPlayOff__grid{overflow:auto;display:-ms-flexbox;display:flex;margin-top:-6px;padding-bottom:26px}.tournamentPlayOff__grid::-webkit-scrollbar{height:6px}.tournamentPlayOff__grid::-webkit-scrollbar-track{border-radius:6px;background-color:#f5f5f5}.tournamentPlayOff__grid::-webkit-scrollbar-thumb{border-radius:6px;background-color:#d6d6d6}.tournamentPlayOff__grid::-webkit-scrollbar-thumb:window-inactive{background-color:#d6d6d6}.tournamentPlayOff__grid_double{display:grid;grid-template-areas:"a a" "b c" "d c";grid-template-rows:auto auto;grid-template-columns:auto auto;margin-bottom:50px}.tournamentPlayOff__grid_double .tournamentPlayOff__stages{grid-area:a}.tournamentPlayOff__grid_double .tournamentPlayOff__bracketTitle{margin:7px 0 14px;font-weight:600;font-size:16px;line-height:1.31;letter-spacing:.04em;text-transform:uppercase;color:#000}.tournamentPlayOff__grid_double .tournamentPlayOff__bracketGrid{display:-ms-flexbox;display:flex}.tournamentPlayOff__grid_double .tournamentPlayOff__bracketGrid .tournamentPlayOff__stage:last-child{width:235px;padding-right:15px}.tournamentPlayOff__grid_double .tournamentPlayOff__bracketMerger{display:-ms-flexbox;display:flex;grid-area:c}.tournamentPlayOff__grid_double .tournamentPlayOff__bracketMerger .tournamentPlayOff__stage:first-child{padding-left:15px;width:235px}.tournamentPlayOff__grid_double .tournamentPlayOff__bracket_top{grid-area:b}.tournamentPlayOff__grid_double .tournamentPlayOff__bracket_bottom{grid-area:d}.tournamentPlayOff__stage,.tournamentPlayOff__stages{display:-ms-flexbox;display:flex}.tournamentPlayOff__stage{width:235px;-ms-flex-negative:0;flex-shrink:0;-ms-flex-direction:column;flex-direction:column;padding:0 15px}.tournamentPlayOff__stage:first-child{width:220px;padding-left:0}.tournamentPlayOff__stage:first-child .tournamentPlayOff__competitorsMatch:before{display:none}.tournamentPlayOff__stage:first-child .tournamentPlayOff__competitor:before{border-left:none}.tournamentPlayOff__stage:last-child{width:220px;padding-right:0}.tournamentPlayOff__stageTitle{padding:6px 20px 7px;border:1px solid #d6d6d6;border-radius:3px;margin-bottom:24px;font-weight:600;font-size:12px;line-height:1.75;letter-spacing:.04em;text-transform:uppercase;color:rgba(0,0,0,.5)}.tournamentPlayOff__stageCompetitors{-ms-flex:100% 0 1;flex:100% 0 1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.tournamentPlayOff__stage_final .tournamentPlayOff__competitorsPare:after,.tournamentPlayOff__stage_final .tournamentPlayOff__competitorsPare:before,.tournamentPlayOff__stage_winner .tournamentPlayOff__competitorsPare:after,.tournamentPlayOff__stage_winner .tournamentPlayOff__competitorsPare:before{visibility:hidden}.tournamentPlayOff__stage_final .tournamentPlayOff__competitorsMatch:before,.tournamentPlayOff__stage_winner .tournamentPlayOff__competitorsMatch:before{display:block!important}.tournamentPlayOff__stage_winner .tournamentPlayOff__competitorsMatch:before{width:26px}.tournamentPlayOff__competitorsPare{-ms-flex:10% 1 1;flex:10% 1 1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;position:relative}.tournamentPlayOff__competitorsPare:after,.tournamentPlayOff__competitorsPare:before{content:"";position:absolute;width:12px;height:25%;left:100%;margin-left:2px;border-right:1px solid #d6d6d6;z-index:2}.tournamentPlayOff__competitorsPare:before{top:25%;border-top:1px solid #d6d6d6}.tournamentPlayOff__competitorsPare:after{bottom:25%;border-bottom:1px solid #d6d6d6}.tournamentPlayOff__competitorsPare_middle{margin-bottom:30px}.tournamentPlayOff__competitorsPare_winner-bottom:after,.tournamentPlayOff__competitorsPare_winner-top:before{border-color:#e63447;z-index:3}.tournamentPlayOff__competitorsMatch{margin:5.5px 0;position:relative}.tournamentPlayOff__competitorsMatch:before{content:"";position:absolute;top:50%;border-top:1px solid #d6d6d6;right:100%;margin-right:2px;width:14px}.tournamentPlayOff__competitorsMatch[class*=winner]:before{border-color:#e63447;z-index:3}.tournamentPlayOff__competitor{margin:10px 0;display:grid;grid-template-areas:"e f g" "e h g";grid-template-rows:25px 25px;grid-template-columns:50px 1fr 50px;background-color:#f5f5f5;border-radius:3px;position:relative}.tournamentPlayOff__competitorLogo{max-height:100%;width:auto}.tournamentPlayOff__competitorLogoWrap{width:50px;height:50px;grid-area:e;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:#e8e8e8;border-radius:3px 0 0 3px}.tournamentPlayOff__competitorCountry,.tournamentPlayOff__competitorTitle{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tournamentPlayOff__competitorTitle{grid-area:f;padding:9px 9px 3px;font-weight:600;font-size:14px}.tournamentPlayOff__competitorCountry{grid-area:h;padding:6px 9px 5px;font-size:12px;color:rgba(0,0,0,.5)}.tournamentPlayOff__competitorScore{grid-area:g;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-weight:700;font-size:16px;color:#878787}.tournamentPlayOff__competitor_winner{z-index:3}.tournamentPlayOff__competitor_winner:before{border-color:#e63447!important}.tournamentPlayOff__competitor_winner .tournamentPlayOff__competitorScore{color:#e63447}.tournamentPlayOff__bracket_top .tournamentPlayOff__stage:last-child .tournamentPlayOff__competitorsPare:before{width:calc(100% + 42px);left:100%;top:50%;height:calc(34.75% + 21px);margin-left:2px}.tournamentPlayOff__bracket_top .tournamentPlayOff__stage:last-child .tournamentPlayOff__competitorsPare:after{display:none}.tournamentPlayOff__bracket_bottom .tournamentPlayOff__bracketTitle{margin:88px 0 22px!important}.tournamentPlayOff__bracket_bottom .tournamentPlayOff__stage:first-child .tournamentPlayOff__competitorsPare{margin:71px 0}.tournamentPlayOff__bracket_bottom .tournamentPlayOff__stage:first-child .tournamentPlayOff__competitorsPare:after,.tournamentPlayOff__bracket_bottom .tournamentPlayOff__stage:first-child .tournamentPlayOff__competitorsPare:before{width:0;margin-left:14px;height:calc(50% + 70px);z-index:0}.tournamentPlayOff__bracket_bottom .tournamentPlayOff__stage:first-child .tournamentPlayOff__competitorsPare_winner-down:before,.tournamentPlayOff__bracket_bottom .tournamentPlayOff__stage:first-child .tournamentPlayOff__competitorsPare_winner-up:after{z-index:3}.tournamentPlayOff__bracket_bottom .tournamentPlayOff__stage:first-child .tournamentPlayOff__competitorsMatch:before{display:block!important;right:auto;left:100%;margin-left:1px}.tournamentPlayOff__bracket_bottom .tournamentPlayOff__stage:nth-child(2) .tournamentPlayOff__competitorsPare{-ms-flex-pack:justify;justify-content:space-between}.tournamentPlayOff__bracket_bottom .tournamentPlayOff__stage:nth-child(2) .tournamentPlayOff__competitorsPare:after,.tournamentPlayOff__bracket_bottom .tournamentPlayOff__stage:nth-child(2) .tournamentPlayOff__competitorsPare:before{height:calc(50% - 70px)}.tournamentPlayOff__bracket_bottom .tournamentPlayOff__stage:nth-child(2) .tournamentPlayOff__competitorsPare:before{top:70px}.tournamentPlayOff__bracket_bottom .tournamentPlayOff__stage:nth-child(2) .tournamentPlayOff__competitorsPare:after{bottom:70px}.tournamentPlayOff__bracket_bottom .tournamentPlayOff__stage:nth-last-child(2) .tournamentPlayOff__competitorsPare:before{display:none}.tournamentPlayOff__bracket_bottom .tournamentPlayOff__stage:nth-last-child(2) .tournamentPlayOff__competitorsPare:after{bottom:50%;height:calc(50% - 12px)}.tournamentPlayOff__bracket_bottom .tournamentPlayOff__stage:last-child .tournamentPlayOff__competitorsPare{-ms-flex-pack:start;justify-content:flex-start}.tournamentPlayOff__bracket_bottom .tournamentPlayOff__stage:last-child .tournamentPlayOff__competitorsPare:before{display:none}.tournamentPlayOff__bracket_bottom .tournamentPlayOff__stage:last-child .tournamentPlayOff__competitorsPare:after{bottom:100%;height:calc(21.94% + 117px);margin-bottom:-11px}.tournamentPlayOff__bracket_bottom .tournamentPlayOff__stage:last-child .tournamentPlayOff__competitorsMatch{transform:translateY(-60px)}.tournamentPlayOff__groups{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-20px -15px;counter-reset:b}.tournamentPlayOff__groupsColumn{width:50%;padding:20px 15px;counter-reset:c}.tournamentPlayOff__groupsTitle{margin-bottom:20px;font-weight:600;font-size:16px;line-height:1.31;letter-spacing:.04em;text-transform:uppercase;color:#000}.tournamentPlayOff__groupsTitle_mobile{display:none}.tournamentPlayOff__groups_single .tournamentPlayOff__row .tournamentPlayOff__cell_index:before{content:counter(b);counter-increment:b}.tournamentPlayOff__head,.tournamentPlayOff__row{display:-ms-flexbox;display:flex}.tournamentPlayOff__head{color:#878787;padding-bottom:18px}.tournamentPlayOff__head .tournamentPlayOff__cell_team{padding-left:59px}.tournamentPlayOff__row{margin-bottom:10px;border-radius:3px;background-color:#f5f5f5;-ms-flex-align:center;align-items:center}.tournamentPlayOff__row:last-child{margin-bottom:0}.tournamentPlayOff__row .tournamentPlayOff__cell_index{font-size:16px;color:#878787}.tournamentPlayOff__row .tournamentPlayOff__cell_index:before{content:counter(c);counter-increment:c}.tournamentPlayOff__row .tournamentPlayOff__cell_number{font-size:16px;color:#878787;font-weight:700}.tournamentPlayOff__row .tournamentPlayOff__cell_number mark{background-color:transparent;color:#e63447}.tournamentPlayOff__cell_index,.tournamentPlayOff__cell_number{width:50px;-ms-flex-negative:0;flex-shrink:0;text-align:center}.tournamentPlayOff__cell_team{width:100%}.tournamentPlayOff__team{height:50px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column}.tournamentPlayOff__teamLogo{max-height:100%}.tournamentPlayOff__teamLogoWrap{width:50px;height:100%;background-color:#e8e8e8;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.tournamentPlayOff__teamCountry,.tournamentPlayOff__teamTitle{width:calc(100% - 50px);height:50%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tournamentPlayOff__teamTitle{padding:8px 9px 3px;font-weight:600}.tournamentPlayOff__teamCountry{padding:4px 9px 9px;font-size:12px;color:rgba(41,41,41,.5)}.tournamentMatches__section{margin-bottom:61px}.tournamentMatches__section:last-child{margin-bottom:0}.tournamentMatches__slide{width:100%}.tournamentMatches__item{margin-bottom:10px}.tournamentMatches__event{display:-ms-flexbox;display:flex;background:#f5f5f5;border-radius:3px;overflow:hidden}.tournamentMatches__event:hover{background-color:#e8e8e8}.tournamentMatches__info{width:100px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.tournamentMatches__live{background-color:#e63447;padding:8px 20px;border-radius:3px;font-weight:600;font-size:11px;text-align:center;letter-spacing:.04em;text-transform:uppercase;color:#fff}.tournamentMatches__competitor{-ms-flex-order:-1;order:-1;width:calc(50% - 50px);height:50px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;transition:all .3s linear}.tournamentMatches__competitor:last-child{-ms-flex-order:2;order:2;text-align:right}.tournamentMatches__competitor:last-child .tournamentMatches__competitorLogoWrap{-ms-flex-order:3;order:3}.tournamentMatches__competitorLogo{max-height:100%}.tournamentMatches__competitorLogoWrap{width:50px;height:100%;background-color:#e8e8e8;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.tournamentMatches__competitorCountry,.tournamentMatches__competitorTitle{width:calc(100% - 50px);height:50%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tournamentMatches__competitorTitle{padding:8px 9px 3px;font-weight:600}.tournamentMatches__competitorCountry{padding:4px 9px 9px;font-size:12px;color:rgba(41,41,41,.5)}.tournamentMatches__date{color:#878787}.tournamentMatches__date,.tournamentMatches__scores{font-weight:600;font-size:14px;line-height:1.43;text-align:center}.tournamentMatches__scores mark{color:#e63447;background-color:transparent}.tournamentStream__section{display:-ms-flexbox;display:flex;margin-bottom:70px}.tournamentStream__section:last-child{margin-bottom:0}.tournamentStream__main{width:660px}.tournamentStream__mainPreview{display:block;position:relative;z-index:2}.tournamentStream__mainPreview:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:36px;height:36px;border:1px solid #fff;border-radius:50%;transition:all .3s linear;background:#fff url(svg/arrow-play.svg) 50% no-repeat}.tournamentStream__mainPreview:hover:before{border-color:#e63447;background-image:url(svg/ico-play_red.svg)}.tournamentStream__mainImage{width:100%;position:relative;z-index:-1}.tournamentStream__mainLabel{position:absolute;top:20px;left:20px;background-color:#e63447;padding:8px 20px;border-radius:3px;font-weight:600;font-size:11px;text-align:center;letter-spacing:.04em;text-transform:uppercase;color:#fff}.tournamentStream__mainTitle{position:absolute;right:20px;bottom:20px;left:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:600;line-height:1;color:#fff}.tournamentStream__other{width:calc(100% - 660px);padding-left:30px}.tournamentStream__otherItem{display:-ms-flexbox;display:flex;padding:10px 0;border-bottom:1px solid #e8e8e8}.tournamentStream__otherItem:first-child{padding-top:0}.tournamentStream__otherItem:last-child{padding-bottom:0;border-bottom-width:0}.tournamentStream__otherItem:hover{color:#e63447}.tournamentStream__otherImageWrap{width:91px;margin-right:10px;-ms-flex-negative:0;flex-shrink:0}.tournamentStream__otherInfo{width:calc(100% - 101px);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;font-size:11px;line-height:1.9}.tournamentStream__otherTitle{width:100%;margin:0 0 7px;font-weight:600;font-size:14px;line-height:1.5}.tournamentStream__otherLanguage{margin-right:17px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#e63447}.tournamentStream__otherViews{padding-left:20px;position:relative;color:#878787}.tournamentStream__otherViews:before{content:"";position:absolute;width:16px;height:16px;background:url(svg/ico-views.svg) 50% no-repeat;left:0;top:50%;transform:translateY(-50%)}.tournamentNews__section{margin-bottom:70px}.tournamentNews__section:last-child{margin-bottom:0}.tournamentNews__item{width:320px;height:100%;background-color:#f5f5f5}.tournamentNews__image{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:none;width:auto;min-width:100%;min-height:100%}.tournamentNews__imageWrap{display:block;position:relative;overflow:hidden}.tournamentNews__imageWrap:before{content:"";display:block;width:100%;padding-bottom:56.25%}.tournamentNews__info{padding:20px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;font-weight:600;font-size:11px;line-height:1.91;letter-spacing:.04em;text-transform:uppercase}.tournamentNews__rubric_red{color:#ef1c24}.tournamentNews__rubric_pink{color:#e41e6e}.tournamentNews__rubric_orange{color:#d94c3a}.tournamentNews__rubric_yellow{color:#f8ad35}.tournamentNews__rubric_azure{color:#1b95d4}.tournamentNews__rubric_blue{color:#0037b4}.tournamentNews__date{color:rgba(41,41,41,.7);margin-left:20px}.tournamentNews__title{margin-top:6px;width:100%;font-size:16px;line-height:1.38;letter-spacing:0;text-transform:none}.tournamentNews__title:hover{color:#e63447}.tournamentNews__more{margin:40px auto 0}.tournamentGallery__section{margin-bottom:70px}.tournamentGallery__section:last-child{margin-bottom:0}.tournamentGallery__item{width:320px;position:relative;overflow:hidden}.tournamentGallery__item:before{content:"";display:block;width:100%;padding-bottom:56.25%}.tournamentGallery__image{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:none;width:auto;min-height:100%;min-width:100%}.tournamentAbout{background-color:#f5f5f5;padding:20px 23px}.tournamentAbout__info{margin-bottom:20px}.tournamentAbout__info:last-child{margin-bottom:0}.tournamentAbout__infoTitle{margin-bottom:10px;color:#828282}.tournamentAbout__infoValue{font-size:16px;font-weight:600;color:#000}.tournamentAbout__infoValue img{display:inline;vertical-align:middle;margin-right:10px}.tournamentAbout__infoValue span{vertical-align:middle}@media (max-width:1499px){.tournamentPlayOff__cell_number{width:30px}.tournamentStream__section{-ms-flex-wrap:wrap;flex-wrap:wrap}.tournamentStream__main{width:100%;margin-bottom:50px}.tournamentStream__other{width:100%;padding-left:0}.tournamentStream__other .section__header{margin-bottom:20px}.tournamentStream__otherList{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.tournamentStream__otherItem{width:calc(50% - 15px)}.tournamentStream__otherItem:nth-child(odd){margin-right:15px}.tournamentStream__otherItem:nth-child(2n){margin-left:15px}.tournamentStream__otherItem:first-child{padding-top:10px}.tournamentStream__otherItem:last-child{padding-bottom:10px;border-bottom-width:1px}}@media (max-width:767px){.tournamentHeader{height:381px;padding:16px;margin:0 -10px}.tournamentHeader__partnersItem{margin:9px 8px;max-width:95px}.tournamentNav{margin:0 -10px 40px 0}.tournamentParticipants__list{margin-top:30px}.tournamentParticipants__item{margin-bottom:24px}.tournamentParticipants__item img{margin-right:15px}.tournamentPlayOff__section{margin-bottom:21px}.tournamentPlayOff__arrows{display:-ms-flexbox;display:flex}.tournamentPlayOff__grid{margin-top:0;margin-right:-10px;-ms-flex-align:start;align-items:flex-start;padding-bottom:0}.tournamentPlayOff__grid_double{margin-bottom:0}.tournamentPlayOff__grid_double .tournamentPlayOff__competitorsPare:after,.tournamentPlayOff__grid_double .tournamentPlayOff__competitorsPare:before{display:none}.tournamentPlayOff__grid_double .tournamentPlayOff__competitorsMatch:before{content:"";display:block!important;position:absolute;top:50%;border-top:1px solid #d6d6d6;left:100%;margin-left:2px;width:22px}.tournamentPlayOff__stage{width:calc(100vw - 10px)!important;padding:0 28px 0 0!important}.tournamentPlayOff__stageTitle{margin:0 45px 14px}.tournamentPlayOff__stage_final .tournamentPlayOff__competitorsPare:after{visibility:visible;width:24px;margin-left:2px}.tournamentPlayOff__competitorsPare:before{width:13px;height:50%;border-bottom:1px solid #d6d6d6}.tournamentPlayOff__competitorsPare:after{bottom:50%;height:1px;border-bottom:1px solid #d6d6d6;margin-left:15px}.tournamentPlayOff__competitorsMatch:before{display:none}.tournamentPlayOff__bracketGrid{-ms-flex-align:start;align-items:flex-start}.tournamentPlayOff__bracket_bottom .tournamentPlayOff__bracketTitle{margin:17px 0 4px!important}.tournamentPlayOff__bracket_bottom .tournamentPlayOff__stage:first-child .tournamentPlayOff__competitorsPare{margin:0}.tournamentPlayOff__bracket_top .tournamentPlayOff__bracketTitle{margin:7px 0 3px!important}.tournamentPlayOff__groups{-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:auto;margin:0 -10px}.tournamentPlayOff__groups::-webkit-scrollbar{height:0}.tournamentPlayOff__groups::-webkit-scrollbar-track{border-radius:6px;background-color:#f5f5f5}.tournamentPlayOff__groups::-webkit-scrollbar-thumb{border-radius:6px;background-color:#d6d6d6}.tournamentPlayOff__groups::-webkit-scrollbar-thumb:window-inactive{background-color:#d6d6d6}.tournamentPlayOff__groupsColumn{padding:0 10px;width:100%;-ms-flex-negative:0;flex-shrink:0}.tournamentPlayOff__groupsTitle{height:36px;margin:0 46px 30px;padding:6px 20px 7px;border:1px solid #d6d6d6;border-radius:3px;font-weight:600;font-size:12px;line-height:1.75;letter-spacing:.04em;text-transform:uppercase;color:rgba(0,0,0,.5)}.tournamentPlayOff__groupsTitle_mobile{display:block}.tournamentNews__section{margin-bottom:50px}.tournamentNews__section .section__arrows{display:none}.tournamentNews__sliderTrack{display:block}.tournamentNews__slide{margin-bottom:20px;padding:0}.tournamentNews__slide:nth-child(n+4){display:none}.tournamentNews__item{width:100%}.tournamentNews__info{padding:20px 10px}.tournamentMatches__section{margin-bottom:30px}.tournamentMatches__previews,.tournamentMatches__section .section__arrows{display:none}.tournamentMatches__list{width:100%}.tournamentMatches__item{margin-bottom:20px}.tournamentMatches__event{-ms-flex-wrap:wrap;flex-wrap:wrap}.tournamentMatches__event,.tournamentMatches__event:hover{background-color:transparent}.tournamentMatches__event:hover .tournamentMatches__competitor{background-color:#e8e8e8}.tournamentMatches__info{width:100%;-ms-flex-order:-5;order:-5;margin-bottom:8px}.tournamentMatches__competitor{width:50%;background-color:#f5f5f5}.tournamentMatches__date br{display:none}.tournamentStream__section{margin-bottom:52px}.tournamentStream__otherItem{width:100%}.tournamentStream__otherItem:nth-child(odd){margin-right:0}.tournamentStream__otherItem:nth-child(2n){margin-left:0}.tournamentStream__otherItem:last-child{padding-bottom:0;border-bottom-width:0}.tournamentStream__otherTitle{margin-bottom:0}.tournamentGallery__section{margin-bottom:52px}.tournamentGallery__section .section__arrows{display:none}.tournamentGallery__slide{padding:0 5px}.tournamentGallery__slide:first-child{padding-left:0}.tournamentGallery__slide:last-child{padding-right:0}.tournamentGallery__item{width:249px}.tournamentAbout{padding:20px 10px}}.matchCompetitors__section{display:-ms-flexbox;display:flex;background:#f5f5f5;border-radius:10px;margin-bottom:41px}.matchCompetitors__section:last-child{margin-bottom:0}.matchCompetitors__info{width:250px;padding:10px 40px}.matchCompetitors__label{width:103px;height:21px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 5px;border-radius:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Roboto Condensed,sans-serif;font-weight:700;font-size:12px;line-height:1.17;text-transform:uppercase;color:#fff}.matchCompetitors__label_future{background-color:#1b95d4}.matchCompetitors__label_past{background-color:#f8ad35}.matchCompetitors__label_live{background-color:#e63447}.matchCompetitors__date{display:block;font-size:16px;text-align:center}.matchCompetitors__date b{display:block;font-weight:700;font-size:30px;line-height:1.6}.matchCompetitors__date small{display:none;font-size:14px}.matchCompetitors__team{height:145px;width:calc(50% - 125px);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;text-align:right;-ms-flex-order:-1;order:-1}.matchCompetitors__team:last-child{text-align:left;-ms-flex-order:2;order:2}.matchCompetitors__team:last-child .matchCompetitors__teamLogoWrap{-ms-flex-order:-2;order:-2}.matchCompetitors__team:last-child .matchCompetitors__teamLogoWrap:before{transform:skewX(15deg)}.matchCompetitors__teamLogoWrap{width:145px;height:100%;-ms-flex-order:2;order:2;position:relative;z-index:2;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.matchCompetitors__teamLogoWrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:#fff;transform:skewX(-15deg)}.matchCompetitors__teamCountry,.matchCompetitors__teamTitle{width:calc(100% - 145px);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:5px 30px}.matchCompetitors__teamTitle{margin-top:7px;font-weight:700;font-size:22px}.matchCompetitors__teamCountry{font-size:16px;color:#878787}.matchParticipants__section{margin-bottom:70px}.matchParticipants__section:last-child{margin-bottom:0}.matchParticipants__team{margin-bottom:40px}.matchParticipants__team:last-child{margin-bottom:0}.matchParticipants__teamTitle{margin-bottom:20px;text-align:center;font-weight:600;font-size:22px}.matchParticipants__teamPlayers{display:-ms-flexbox;display:flex;margin:0 -15px}.matchParticipants__player{padding:0 15px}.matchParticipants__playerPhoto{max-height:100%}.matchParticipants__playerPhotoWrap{height:211px;margin-bottom:10px;-ms-flex-align:end;align-items:flex-end}.matchParticipants__playerName,.matchParticipants__playerPhotoWrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.matchParticipants__playerName{-ms-flex-align:center;align-items:center;font-weight:600;font-size:16px;line-height:1.5}.matchParticipants__playerName img{margin-right:7px;-ms-flex-negative:0;flex-shrink:0}.matchParticipants__playerName span{max-width:calc(100% - 25px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.matchOdds__section{margin-bottom:70px}.matchOdds__section:last-child{margin-bottom:0}.matchOdds__head,.matchOdds__row{display:-ms-flexbox;display:flex}.matchOdds__head{padding-bottom:10px;line-height:1.3;color:#878787}.matchOdds__row{height:61px;border-top:1px solid #d6d6d6;font-size:16px;font-weight:700}.matchOdds__row:last-child{border-bottom:1px solid #d6d6d6}.matchOdds__row .matchOdds__cell{border-right:1px solid #d6d6d6}.matchOdds__row .matchOdds__cell:first-child{border-left:1px solid #d6d6d6}.matchOdds__cell{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center}.matchOdds__cell span{margin:0 5px;font-weight:400;line-height:1.2}.matchOdds__cell_bookmaker{width:255px}.matchOdds__cell_odds{-ms-flex:10% 1 0px;flex:10% 1 0}.matchMeeting__section{margin-bottom:72px}.matchMeeting__section:last-child{margin-bottom:0}.matchMeeting__item{margin-bottom:10px;display:-ms-flexbox;display:flex}.matchMeeting__item:last-child{margin-bottom:0}.matchMeeting__info{width:360px;padding:5px 10px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:#f5f5f5}.matchMeeting__scores{margin:-3px 0 3px;text-align:center;font-weight:700;font-size:14px;line-height:1.5}.matchMeeting__scores mark{background-color:transparent;color:#e63447}.matchMeeting__tournament{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1.2;color:#878787}.matchMeeting__competitor{width:calc(50% - 180px);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-order:-1;order:-1;text-align:right;background-color:#f5f5f5;border-radius:3px 0 0 3px;overflow:hidden}.matchMeeting__competitor:last-child{-ms-flex-direction:row;flex-direction:row;-ms-flex-order:2;order:2;text-align:left;border-radius:0 3px 3px 0}.matchMeeting__competitorLogo{max-height:100%}.matchMeeting__competitorLogoWrap{width:50px;height:50px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:#e8e8e8}.matchMeeting__competitorTitle{padding:5px 10px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.matchLast__section{margin-bottom:70px}.matchLast__section:last-child{margin-bottom:0}.matchLast__teams{display:-ms-flexbox;display:flex}.matchLast__team{width:50%;padding:0 30px}.matchLast__team:nth-child(odd){padding-left:0}.matchLast__team:nth-child(2n){padding-right:0}.matchLast__teamTitle{margin-bottom:31px;font-weight:600;font-size:22px;line-height:1;text-align:center}.matchLast__item{margin-bottom:15px}.matchLast__item:last-child{margin-bottom:0}.matchLast__tournament{margin-bottom:7px;font-family:Roboto,sans-serif;line-height:1.2;text-align:center;color:rgba(41,41,41,.5)}.matchLast__competitors{display:-ms-flexbox;display:flex}.matchLast__info{width:160px;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;background:#f5f5f5}.matchLast__info,.matchLast__scores{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.matchLast__scores{font-weight:700}.matchLast__delimiter{width:12px;text-align:center}.matchLast__score{width:calc(50% - 6px);-ms-flex-order:-1;order:-1;text-align:right}.matchLast__score:last-child{-ms-flex-order:2;order:2;text-align:left}.matchLast__score mark{background-color:transparent;color:#e63447}.matchLast__map{font-size:12px;color:rgba(41,41,41,.5);text-align:center}.matchLast__competitor{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:calc(50% - 80px);background:#f5f5f5;-ms-flex-order:-1;order:-1;border-radius:3px 0 0 3px;overflow:hidden}.matchLast__competitor:last-child{-ms-flex-order:2;order:2;border-radius:0 3px 3px 0;text-align:right;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.matchLast__competitorLogo{max-height:95%;max-width:95%;width:auto}.matchLast__competitorLogoWrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:38px;height:38px;-ms-flex-negative:0;flex-shrink:0;background:#e8e8e8}.matchLast__competitorTitle{padding:5px 10px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.matchOther__competitors{display:-ms-flexbox;display:flex;margin-bottom:10px;background-color:#f5f5f5}.matchOther__competitors:last-child{margin-bottom:0}.matchOther__info{width:100px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.matchOther__date{text-align:center;font-size:12px}.matchOther__date b{margin-bottom:7px;display:block;font-weight:700;font-size:22px}.matchOther__competitor{width:calc(50% - 50px);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding:20px;-ms-flex-order:-1;order:-1}.matchOther__competitor:last-child{-ms-flex-order:2;order:2}.matchOther__competitorLogo{max-height:100%;width:auto}.matchOther__competitorLogoWrap{width:60px;height:60px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.matchOther__competitorTitle{margin-top:10px;text-align:center;font-weight:600}.matchMaps__section{margin-bottom:70px}.matchMaps__section:last-child{margin-bottom:0}.matchMaps__section .section__caption{margin-bottom:43px}.matchMaps__list{height:100px;margin:0 -15px;display:-ms-flexbox;display:flex;position:relative}.matchMaps__item{width:calc(33.33% - 30px);margin:0 15px;overflow:hidden;border-radius:3px;position:relative}.matchMaps__item:hover .matchMaps__details:before{background-color:#fafafa}.matchMaps__image{position:absolute;top:50%;right:0;transform:translateY(-50%);min-height:100%;width:auto;max-width:none}.matchMaps__details{position:absolute;top:0;bottom:0;left:0;width:140px;z-index:2;padding:14px 20px 14px 14px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start}.matchMaps__details:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:#f5f5f5;transform-origin:100% 0;transform:skewX(-10deg);transition:all .3s linear}.matchMaps__details mark{background-color:transparent;color:#e63447}.matchMaps__title{max-width:100%;font-size:14px;line-height:1.36;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.matchMaps__scores,.matchMaps__title{font-weight:600;text-transform:uppercase}.matchMaps__scores{font-size:16px;line-height:1.38}.matchMaps__live{padding:4px 17px;background-color:#e63447;font-family:Roboto Condensed,sans-serif;font-weight:700;font-size:12px;line-height:1.17;text-align:center;text-transform:uppercase;color:#fff}.matchTeams__section{margin-bottom:70px}.matchTeams__section:last-child{margin-bottom:0}.matchTeams__section .section__caption{margin-bottom:29px}.matchTeams__tables{display:-ms-flexbox;display:flex}.matchTeams__table{width:calc(50% - 30px);margin:0 30px}.matchTeams__table:nth-child(odd){margin-left:0}.matchTeams__table:nth-child(2n){margin-right:0}.matchTeams__table:nth-child(2n) .matchTeams__cell_player{-ms-flex-order:3;order:3;margin-right:0;margin-left:4px;text-align:right}.matchTeams__table:nth-child(2n) .matchTeams__playerPhotoWrap{-ms-flex-order:3;order:3}.matchTeams__head,.matchTeams__row{display:-ms-flexbox;display:flex}.matchTeams__head{color:#878787;padding:12px 0}.matchTeams__row{margin-bottom:10px}.matchTeams__row:last-child{margin-bottom:0}.matchTeams__row .matchTeams__cell_player{padding:0}.matchTeams__row .matchTeams__cell_number{border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;font-size:16px;font-weight:600}.matchTeams__row .matchTeams__cell_number:nth-child(2){border-radius:3px 0 0 3px;border-left:1px solid #e8e8e8}.matchTeams__row .matchTeams__cell_number:last-child{border-radius:0 3px 3px 0;border-right:1px solid #e8e8e8}.matchTeams__cell{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.matchTeams__cell_player{width:175px;margin-right:4px;-ms-flex-pack:start;justify-content:flex-start;padding:0 11px}.matchTeams__cell_number{-ms-flex:60px 1 1;flex:60px 1 1}.matchTeams__player{width:100%;height:60px;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;align-items:flex-start;border-radius:3px;background-color:#f5f5f5}.matchTeams__player,.matchTeams__playerPhotoWrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.matchTeams__playerPhotoWrap{height:100%;width:60px;-ms-flex-align:end;align-items:flex-end;-ms-flex-negative:0;flex-shrink:0}.matchTeams__playerCountry,.matchTeams__playerName{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:calc(100% - 60px);padding:0 10px}.matchTeams__playerName{font-weight:600;font-size:16px;line-height:1.5}.matchTeams__playerCountry{color:#878787}@media (max-width:1499px){.matchCompetitors__info{width:200px;padding:10px 20px}.matchCompetitors__team{width:calc(50% - 100px)}.matchCompetitors__teamLogoWrap{width:120px}.matchCompetitors__teamCountry,.matchCompetitors__teamTitle{width:calc(100% - 120px);padding:5px 25px}.matchMeeting__info{width:220px}.matchMeeting__competitor{width:calc(50% - 110px)}.matchLast__team{padding:0 15px}.matchLast__info{width:100px}.matchLast__competitor{width:calc(50% - 50px)}.matchTeams__table{width:calc(50% - 15px);margin:0 15px}}@media (max-width:767px){.matchCompetitors__section{margin:0 -10px 50px;background-color:#fff}.matchCompetitors__info{width:72px;padding:25px 5px 10px}.matchCompetitors__label{width:58px;margin:0 auto 10px}.matchCompetitors__date b{font-size:20px}.matchCompetitors__date span{display:none}.matchCompetitors__date small{display:inline}.matchCompetitors__team{-ms-flex-direction:column;flex-direction:column;width:calc(50% - 36px);height:122px;padding:5px 10px 10px 8px;position:relative;z-index:2;overflow:hidden}.matchCompetitors__team:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform-origin:100% 0;transform:skewX(-10deg);background-color:#f5f5f5;z-index:-1}.matchCompetitors__team:last-child{padding:5px 8px 10px 10px}.matchCompetitors__team:last-child:before{transform-origin:0 0;transform:skewX(10deg)}.matchCompetitors__teamLogoWrap{-ms-flex-order:-1!important;order:-1!important;width:40px;height:40px;margin:0 auto 10px}.matchCompetitors__teamLogoWrap:before{display:none}.matchCompetitors__teamCountry,.matchCompetitors__teamTitle{width:100%;padding:0 10px;text-align:center}.matchCompetitors__teamTitle{margin:0 0 6px;font-size:16px}.matchCompetitors__teamCountry{font-size:14px}.matchParticipants__section{margin-bottom:51px}.matchParticipants__team{margin-bottom:30px}.matchParticipants__teamTitle{text-align:left}.matchParticipants__teamPlayers{margin:0 -5px;overflow:auto}.matchParticipants__teamPlayers::-webkit-scrollbar{height:0}.matchParticipants__teamPlayers::-webkit-scrollbar-track{border-radius:6px;background-color:#f5f5f5}.matchParticipants__teamPlayers::-webkit-scrollbar-thumb{border-radius:6px;background-color:#d6d6d6}.matchParticipants__teamPlayers::-webkit-scrollbar-thumb:window-inactive{background-color:#d6d6d6}.matchParticipants__player{padding:0 5px;-ms-flex:112px 0 0px;flex:112px 0 0}.matchParticipants__playerPhotoWrap{height:120px}.matchOdds__section{margin-bottom:52px}.matchOdds__row{height:56px}.matchOdds__row .matchOdds__cell{border-right-width:0}.matchOdds__row .matchOdds__cell:last-child{border-right-width:1px}.matchOdds__cell span{font-size:13px}.matchOdds__cell_bookmaker{width:90px;padding:0 5px 0 10px;-ms-flex-pack:start;justify-content:flex-start}.matchMeeting__section{margin-bottom:51px}.matchMeeting__item{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:15px}.matchMeeting__info{width:100%;-ms-flex-order:-5;order:-5;background-color:transparent}.matchMeeting__competitor{width:50%;-ms-flex-direction:row;flex-direction:row}.matchMeeting__competitor:last-child{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.matchMeeting__competitorLogoWrap{width:38px;height:38px}.matchMeeting__scores{-ms-flex-order:2;order:2;margin:-1px 0 0}.matchLast__teams{-ms-flex-wrap:wrap;flex-wrap:wrap}.matchLast__team{width:100%;padding:0;margin-bottom:30px}.matchLast__team:last-child{margin-bottom:0}.matchLast__teamTitle{margin-bottom:20px}.matchLast__tournament{margin-bottom:3px}.matchLast__item{margin-bottom:20px}.matchLast__competitors{-ms-flex-wrap:wrap;flex-wrap:wrap}.matchLast__info{width:100%;margin-bottom:8px;background-color:transparent;-ms-flex-order:-5;order:-5}.matchLast__competitor{width:50%}.matchLast__map,.matchMaps__section{display:none}.matchTeams__section{margin-bottom:51px}.matchTeams__section .section__caption{margin-bottom:20px}.matchTeams__table{width:calc(50% - 10px);margin:0 10px}.matchTeams__table:nth-child(2n) .matchTeams__row{padding-right:0;padding-left:40px}.matchTeams__table:nth-child(2n) .matchTeams__cell_player{-ms-flex-order:0;order:0;margin-right:0;margin-left:-40px}.matchTeams__table:nth-child(2n) .matchTeams__player{text-align:left}.matchTeams__table:nth-child(2n) .matchTeams__playerPhotoWrap{-ms-flex-order:0;order:0}.matchTeams__head{display:none}.matchTeams__row{padding:10px 0;border-radius:3px;border:1px solid #e8e8e8;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-right:40px}.matchTeams__cell_player{width:calc(100% + 40px);margin:0 0 -16px;margin-right:-40px}.matchTeams__cell_number{-ms-flex-preferred-size:33.33%;flex-basis:33.33%;border:none!important;border-radius:0!important;font-size:14px!important}.matchTeams__cell_number:nth-child(n+5){display:none}.matchTeams__player{height:40px;border-radius:0;background-color:transparent;-ms-flex-pack:start;justify-content:flex-start;text-align:right}.matchTeams__playerPhotoWrap{width:40px;-ms-flex-order:2;order:2}.matchTeams__playerName{width:calc(100% - 40px);font-size:14px;font-weight:400;color:#878787}.matchTeams__playerCountry{display:none}}.articleContent{position:relative;padding:40px 173px 20px;font-size:16px;line-height:1.5}.articleContent h2{margin:40px 0 30px;text-transform:uppercase;font-weight:700;font-size:16px;line-height:22px}.articleContent h2:first-child{margin-top:0}.articleContent p{margin-bottom:24px;color:rgba(41,41,41,.8)}.articleContent p:first-child{margin-top:0}.articleContent p:last-child{margin-bottom:0}.articleContent p b:only-child{display:block;margin-bottom:40px;font-weight:600;font-size:26px;line-height:1.4}.articleContent blockquote{margin:40px -203px 40px -123px;padding:40px 360px 40px 123px;position:relative;z-index:2;overflow:hidden}.articleContent blockquote:first-child{margin-top:0}.articleContent blockquote:last-child{margin-bottom:0}.articleContent blockquote:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f5f5f5;transform-origin:0 0;transform:skewX(12deg);z-index:-1}.articleContent blockquote q{position:relative;letter-spacing:-.25px}.articleContent blockquote q:before{content:"“";position:absolute;left:-56px;top:20px;font-family:Roboto Condensed,sans-serif;font-size:80px;font-weight:400;line-height:.58;color:#e63447}.articleContent blockquote cite{position:absolute;right:37px;top:46px;width:165px;line-height:1}.articleContent blockquote b{display:block;margin-bottom:7px;font-size:16px}.articleContent blockquote small{font-size:11px}.articleContent q{font-size:26px;line-height:1.4;font-weight:600}.articleContent>q{display:block;position:relative;margin:40px -120px 40px -203px;padding:40px 280px 40px 203px;z-index:2;overflow:hidden;color:#e63447}.articleContent>q:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;transform-origin:100% 0;transform:skewX(-12deg);background-color:#f5f5f5}.articleContent figure{margin:40px 0;text-align:center;line-height:0}.articleContent figure:first-child{margin-top:0}.articleContent figure:last-child{margin-bottom:0}.articleContent figure img{display:inline-block}.articleContent li{position:relative;margin-bottom:20px;font-weight:600;font-size:16px;line-height:1.5;color:rgba(41,41,41,.8)}.articleContent li:last-child{margin-bottom:0}.articleContent li:before{position:absolute}.articleContent ol{margin:48px 0 40px;padding-right:140px;counter-reset:d}.articleContent ol:first-child{margin-top:0}.articleContent ol:last-child{margin-bottom:0}.articleContent ol li{margin-bottom:27px}.articleContent ol li:last-child{margin-bottom:0}.articleContent ol li:before{content:counter(d,decimal-leading-zero);counter-increment:d;width:40px;height:40px;left:-60px;top:-7px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:#f6f6f6;border-radius:50%;font-weight:600;font-size:14px;color:#e63447}.articleContent ul{margin:30px 0 25px}.articleContent ul:first-child{margin-top:0}.articleContent ul:last-child{margin-bottom:0}.articleContent ul li:before{content:"";left:-22px;top:10px;width:8px;height:8px;border-radius:50%;background-color:#e63447}.articleContent__buttons{position:absolute;left:0;top:295px}.articleContent__like,.articleContent__share{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.articleContent__like:before,.articleContent__share:before{content:"";width:42px;height:42px;margin-right:12px;-ms-flex-negative:0;flex-shrink:0;border-radius:50%;background:#f6f6f6 50% no-repeat;transition:all .3s linear}.articleContent__like:hover,.articleContent__share:hover{color:#e63447}.articleContent__share{margin-bottom:10px}.articleContent__share:before{background-image:url(svg/ico-share.svg)}.articleContent__share:hover:before{background-image:url(svg/ico-share_red.svg)}.articleContent__like:before{background-image:url(svg/ico-like.svg)}.articleContent__like:hover:before{background-image:url(svg/ico-like_hover.svg)}.articleContent__gallery{margin:25px -188px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.articleContent__gallery img{margin:15px}.articleContent__slider{margin:40px -173px}.articleContent__slider .section__header{margin-bottom:30px}.articleFooter{margin-bottom:70px;padding:0 173px}.articleFooter:last-child{margin-bottom:0}.articleTags{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:40px}.articleTags:last-child{margin-bottom:0}.articleTags__link{margin-right:20px;white-space:nowrap;font-weight:700;font-size:14px;line-height:1.94}.articleTags__link mark{background-color:transparent;color:#e63447}.articleTags__link:hover{color:#e63447}.articleComments__header{margin-bottom:40px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;text-transform:uppercase;padding-bottom:10px;border-bottom:1px solid #d6d6d6;font-size:12px;line-height:1.75;letter-spacing:.5px}.articleComments__caption{color:#878787}.articleComments__caption span{font-weight:600;color:#292929}.articleComments__sort{display:-ms-flexbox;display:flex}.articleComments__sortButton{margin-right:20px;font-weight:600}.articleComments__sortButton:last-child{margin-right:0}.articleComments__sortButton:hover,.articleComments__sortButton_active{color:#e63447}.articleComments__form{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;align-items:flex-start;margin-bottom:30px;background:hsla(0,0%,100%,.05)}.articleComments__form:last-child{margin-bottom:0}.articleComments__formPhoto{max-height:100%;width:auto}.articleComments__formPhotoWrap{width:40px;height:40px;border-radius:50%;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.articleComments__formText{width:calc(100% - 50px);min-height:40px;height:40px;margin-left:auto;padding:7px 50px 7px 20px;border:1px solid #f5f5f5;border-radius:0 20px 20px 20px;font-size:16px;line-height:1.5;resize:none;color:#878787}.articleComments__formText::-webkit-input-placeholder{color:#d6d6d6}.articleComments__formText:-moz-placeholder,.articleComments__formText::-moz-placeholder{color:#d6d6d6}.articleComments__formText:-ms-input-placeholder{color:#d6d6d6}.articleComments__formText:focus{border-color:#d6d6d6}.articleComments__formButton{border:none;width:48px;height:40px;position:absolute;right:0;bottom:0;background:url(svg/ico-submit.svg) 50% no-repeat}.articleComments__list{margin-bottom:40px}.articleComments__wrap{margin-bottom:16px}.articleComments__wrap:last-child{margin-bottom:0}.articleComments__comment{margin-bottom:18px;padding-left:56px}.articleComments__comment:last-child{margin-bottom:0}.articleComments__commentHead{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:2px}.articleComments__commentTime{width:30%;margin:8px 0 0 auto;text-align:right;font-size:12px;line-height:1.17;color:#878787}.articleComments__commentText{margin-bottom:10px;line-height:1.5;color:#878787}.articleComments__commentButtons{font-size:12px;line-height:1.17}.articleComments__commentButtons,.articleComments__commentLike{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.articleComments__commentLike{margin-right:20px}.articleComments__commentLike:before{content:"";width:14px;height:14px;margin-right:7px;background:url(svg/ico-like.svg) 50%/contain no-repeat;opacity:.8;transition:all .3s linear}.articleComments__commentLike_active:before{background-image:url(svg/ico-like_red.svg);opacity:1}.articleComments__user{width:70%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:-56px}.articleComments__userPhotoWrap{width:40px;height:40px;margin-right:16px;-ms-flex-negative:0;flex-shrink:0;border-radius:50%;overflow:hidden}.articleComments__userName{width:calc(100% - 56px);margin-top:6px;font-weight:600;font-size:16px;line-height:1.19}.articleComments__thread{padding-left:95px}.articleComments__thread .articleComments__user{margin-left:-55px}.articleComments__thread .articleComments__userPhotoWrap{width:32px;height:32px}.articleComments__reply{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;padding:4px 50px 4px 1px}.articleComments__replyUser{width:32px;height:32px;-ms-flex-negative:0;flex-shrink:0;border-radius:50%;overflow:hidden;margin:0 16px 0 0}.articleComments__replyText{min-height:36px;height:36px;width:100%;resize:none;padding:9px 14px;border:1px solid #f5f5f5;border-radius:20px;font-size:14px;line-height:1.2;color:#878787}.articleComments__replyText::-webkit-input-placeholder{color:#d6d6d6}.articleComments__replyText:-moz-placeholder,.articleComments__replyText::-moz-placeholder{color:#d6d6d6}.articleComments__replyText:-ms-input-placeholder{color:#d6d6d6}.articleComments__replyText:focus{border-color:#d6d6d6}.articleComments__more{text-align:center}.articleComments__moreButton{padding-right:14px;position:relative;font-weight:600;font-size:12px;line-height:1.75;letter-spacing:.04em;text-transform:uppercase;color:#e63447}.articleComments__moreButton:after{content:"";position:absolute;right:0;top:50%;margin-top:-2px;height:5px;width:10px;background:url(svg/arrow-dropdown_red.svg) 50% no-repeat}@media (max-width:1499px){.articleContent{padding:40px 65px 20px}.articleContent blockquote{margin:40px -95px 40px -70px;padding:40px 240px 40px 70px}.articleContent blockquote q:before{left:-40px}.articleContent blockquote cite{right:15px}.articleContent>q{margin:40px -50px 40px -95px;padding:40px 110px 40px 95px}.articleContent__buttons{display:none}.articleContent__gallery{margin:25px -65px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.articleContent__gallery img{width:calc(50% - 30px)}.articleContent__slider{margin:40px -65px}.articleFooter{padding:0 65px}}@media (max-width:1199px){.articleContent blockquote{margin:40px -85px 40px -70px}.articleContent>q{margin:40px -50px 40px -85px;padding:40px 110px 40px 85px}}@media (max-width:767px){.articleContent{padding:0;margin-bottom:20px;font-size:14px}.articleContent p{margin-bottom:21px}.articleContent p b:only-child{margin-bottom:30px;font-size:16px;line-height:1.5}.articleContent blockquote{margin:30px -10px 40px 0;padding:30px 10px 30px 62px}.articleContent blockquote:before{transform:skewX(7deg)}.articleContent blockquote cite{position:static;margin:26px 0 0;display:block}.articleContent blockquote b{margin-bottom:10px}.articleContent q{font-size:16px;line-height:1.5}.articleContent>q{margin:30px 0 30px -10px;padding:30px 60px 30px 20px}.articleContent>q:before{transform:skewX(-9deg)}.articleContent figure{margin:30px -10px}.articleContent li{font-size:14px;margin-bottom:10px}.articleContent ol{margin:38px 0;padding:0 0 0 60px}.articleContent ol li{margin-bottom:20px}.articleContent ul{margin:20px 0 15px;padding:0 0 0 22px}.articleContent ul li{font-size:16px}.articleContent__gallery{margin:24px -10px;overflow:auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.articleContent__gallery::-webkit-scrollbar{height:0}.articleContent__gallery::-webkit-scrollbar-track{border-radius:6px;background-color:#f5f5f5}.articleContent__gallery::-webkit-scrollbar-thumb{border-radius:6px;background-color:#d6d6d6}.articleContent__gallery::-webkit-scrollbar-thumb:window-inactive{background-color:#d6d6d6}.articleContent__gallery img{max-width:75%;width:auto;margin:5px}.articleContent__gallery img:first-child{margin-left:0}.articleContent__gallery img:last-child{margin-right:0}.articleContent__slider{margin:30px 0}.articleContent__slider .section__header{display:none}.articleContent__slider .section__slide{padding:0 5px;max-width:calc(75% + 8px)}.articleContent__slider .section__slide:first-child{padding-left:0}.articleContent__slider .section__slide:last-child{padding-right:0}.articleFooter{padding:0;margin-bottom:40px}.articleTags{margin:0 -10px}.articleTags__link{font-size:16px;line-height:1.2;text-transform:uppercase;margin:14px 10px}.articleComments{display:none}}.photoGallery .section__caption{margin-bottom:21px}.photoGallery__list{margin:-15px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.photoGallery__wrap{margin:15px;width:calc(33.33% - 30px)}.photoGallery__link{display:block;position:relative;z-index:2;overflow:hidden}.photoGallery__link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(41,41,41,.4)}.photoGallery__link:after{content:"";display:block;width:100%;padding-bottom:56.25%}.photoGallery__link:hover .photoGallery__image{transform:translate(-50%,-50%) scale(1.05)}.photoGallery__link:hover .photoGallery__description{display:block}.photoGallery__image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:none;min-width:100%;min-height:100%;width:auto;height:auto;transition:all .3s linear;z-index:-1}.photoGallery__text{position:absolute;right:0;bottom:0;left:0;z-index:2;padding:20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.photoGallery__title{font-weight:600;font-size:16px;line-height:1.375;color:#fff}.photoGallery__description{margin-top:10px;font-size:14px;line-height:1.5;color:hsla(0,0%,100%,.8);transition:all .3s linear;display:none}.photoAlbum__description{margin:40px 173px;font-size:16px;line-height:1.5}.photoAlbum__photos{margin:-5px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.photoAlbum__photoLink{margin:5px}.photoDetail__popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;background-color:rgba(0,0,0,.8);-ms-flex-align:center;align-items:center}.photoDetail__popup,.photoDetail__slider{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.photoDetail__slider{height:100%;padding:10px 80px;-ms-flex-direction:column;flex-direction:column}.photoDetail__slider img{max-height:100%;width:auto}.photoDetail__arrow{position:absolute;width:44px;height:44px;top:50%;margin-top:-22px;background:transparent 50% no-repeat;border:none}.photoDetail__arrow:hover{background-color:hsla(0,0%,100%,.1)}.photoDetail__arrow_prev{left:-62px;background-image:url(svg/arrow-left_white.svg)}.photoDetail__arrow_next{right:-62px;background-image:url(svg/arrow-right_white.svg)}.photoDetail__largeSlider{position:relative;max-height:calc(89% - 20px)}.photoDetail__largeSlide{height:100%;position:relative}.photoDetail__largeSlide:hover .photoDetail__largeContent{opacity:1;visibility:visible}.photoDetail__largeContent{position:absolute;right:0;bottom:0;left:0;padding:20px 35% 20px 20px;background:linear-gradient(1turn,rgba(0,0,0,.7),transparent);color:#fff;opacity:0;visibility:hidden;transition:all .3s linear}.photoDetail__largeTitle{font-weight:600;font-size:22px;line-height:1.37}.photoDetail__largeDescription{margin-top:10px;font-size:16px;line-height:1.5}.photoDetail__largeDownload{position:absolute;width:44px;height:44px;right:20px;bottom:20px;background:url(svg/ico-download.svg)}.photoDetail__largeDownload:hover{background-color:hsla(0,0%,100%,.1)}.photoDetail__previewsSlider{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-top:20px;max-height:11%;-ms-flex-negative:0;flex-shrink:0}.photoDetail__previewsSlide{height:100%;margin:0 4px;position:relative}.photoDetail__previewsSlide:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid #fff;opacity:0;transition:all .3s linear}.photoDetail__previewsSlide:hover:before,.photoDetail__previewsSlide_active:before{opacity:1}@media (max-width:1199px){.photoAlbum__description{margin:40px 65px}}@media (max-width:767px){.photoAlbum__description{margin:25px 0}}.allTournaments__header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:60px;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.3)}.allTournaments__header .section__caption{margin-bottom:0}.allTournaments__filters{display:-ms-flexbox;display:flex;margin-top:8px}.allTournaments__filter{margin-right:20px}.allTournaments__filter:last-child{margin-right:0}.allTournaments__filterButton{font-weight:600;font-size:11px;line-height:1.9;letter-spacing:.4px;padding-right:15px;text-transform:uppercase}.allTournaments__filterItem{font-size:11px;padding:3px 0;text-transform:uppercase}.allTournaments__previews{display:-ms-flexbox;display:flex;margin:0 -15px 60px}.allTournaments__previewsWrap{width:33.33%;padding:0 15px}.allTournaments__previewsItem{display:block;position:relative;overflow:hidden;z-index:2;color:#fff}.allTournaments__previewsItem:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(41,41,41,.4);transition:all .3s linear}.allTournaments__previewsItem:after{content:"";display:block;width:100%;padding-bottom:56.25%}.allTournaments__previewsItem:hover .allTournaments__previewsImage{transform:translate(-50%,-50%) scale(1.05)}.allTournaments__previewsImage{position:absolute;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;width:auto;height:auto;max-width:none;transition:all .3s linear}.allTournaments__previewsTitle{position:absolute;right:0;bottom:0;left:0;padding:20px;font-weight:600;font-size:16px;line-height:1.375}.allTournaments__item{display:-ms-flexbox;display:flex;height:88px;margin-bottom:10px;background-color:#f5f5f5}.allTournaments__item:last-child{margin-bottom:0}.allTournaments__item:hover .allTournaments__title{color:#e63447}.allTournaments__logo{max-height:95%}.allTournaments__logoWrap{width:99px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:#e8e8e8}.allTournaments__info{width:calc(100% - 219px);padding:14px 103px 14px 30px;position:relative}.allTournaments__title{margin-bottom:8px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:600;font-size:22px;line-height:1.5;transition:all .3s linear}.allTournaments__details{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.allTournaments__details img{width:30px;margin-right:10px;-ms-flex-negative:0;flex-shrink:0}.allTournaments__details span{width:calc(100% - 40px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#878787}.allTournaments__live{position:absolute;top:50%;right:100%;margin-right:20px;transform:translateY(-50%);padding:7px 20px;background:#e63447;border-radius:3px;color:#fff;text-transform:uppercase;font-weight:600;font-size:11px;letter-spacing:.2px}.allTournaments__prize{font-weight:700;font-size:16px;line-height:2;color:#e63447}.allTournaments__prizeWrap{position:relative;width:120px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:hsla(0,0%,100%,.4)}@media (max-width:767px){.allTournaments__header{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:9px 0 40px}.allTournaments__filters{margin-top:15px;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.allTournaments__previews{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px 40px}.allTournaments__previewsWrap{width:100%;padding:0;margin-bottom:30px}.allTournaments__previewsWrap:last-child{margin-bottom:0}.allTournaments__list{margin:0 -10px}.allTournaments__item{height:50px}.allTournaments__logoWrap{width:50px;padding:5px 7px 5px 11px;background-color:transparent}.allTournaments__info{width:calc(100% - 130px);padding:8px 10px 7px 1px}.allTournaments__title{font-size:14px;line-height:1.3}.allTournaments__details{font-size:12px}.allTournaments__details img{display:none}.allTournaments__details span{width:100%}.allTournaments__prize{font-size:14px;line-height:1.5}.allTournaments__prizeWrap{width:80px;padding:5px 10px 5px 0;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end;background-color:transparent}.allTournaments__live{position:static;margin-right:0;transform:translateY(0);padding:3px 11px}}.popup__holder{position:fixed;top:0;right:0;bottom:0;left:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:hsla(0,0%,100%,.7);visibility:hidden;opacity:0;transition:all .3s linear}.popup__window{position:relative;width:380px;padding:40px;background-color:#fff;box-shadow:4px 4px 20px rgba(0,0,0,.15);border-radius:20px}.popup__close{position:absolute;top:14px;right:14px;width:44px;height:44px;border-radius:50%;border:none;background:rgba(41,41,41,.04) url(svg/ico-close.svg) 50% no-repeat}.popup__close:hover{background-color:rgba(41,41,41,.1)}.popup__caption{margin-bottom:30px;text-align:center;font-weight:700;font-size:16px;line-height:1.375;text-transform:uppercase}.popup__form{margin-bottom:32px}.popup__form:last-child{margin-bottom:0}.popup__formField{width:100%;padding:8px 22px;border:1px solid rgba(41,41,41,.2);border-radius:20px;line-height:1.36}.popup__formField::-webkit-input-placeholder{color:rgba(0,0,0,.3)}.popup__formField:-moz-placeholder,.popup__formField::-moz-placeholder{color:rgba(0,0,0,.3)}.popup__formField:-ms-input-placeholder{color:rgba(0,0,0,.3)}.popup__formFieldWrap{position:relative;margin-bottom:10px}.popup__formPasswordToggle{cursor:pointer;position:absolute;top:0;right:0;bottom:0;width:45px;border-radius:50%;border:none;opacity:.2;transition:all .3s linear}.popup__formPasswordToggle input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.popup__formPasswordToggle input:checked~span{background-image:url(svg/ico-pass_visible.svg)}.popup__formPasswordToggle span{position:absolute;top:0;right:0;bottom:0;left:0;background:url(svg/ico-pass_hidden.svg) 50% no-repeat;transition:all .3s linear}.popup__formPasswordToggle:hover{opacity:.4}.popup__formRow{margin:18px 0 24px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.popup__formForgot{line-height:1.5;color:rgba(41,41,41,.76)}.popup__form .button{min-width:140px;width:auto;height:44px;margin:0 auto;padding:0 20px}.popup__form .button:last-child{margin-bottom:0}.popup__social{margin-bottom:30px}.popup__social:last-child{margin-bottom:0}.popup__socialCaption{margin-bottom:18px;font-weight:600;line-height:1.5;text-align:center;color:rgba(41,41,41,.76)}.popup__socialButtons{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.popup__socialButton{width:40px;height:40px;border-radius:50%;margin:0 6px;background:50% no-repeat}.popup__socialButton_facebook{background-image:url(svg/social_facebook.svg)}.popup__socialButton_twitter{background-image:url(svg/social_twitter.svg)}.popup__socialButton_twitch{background-image:url(svg/social_twitch.svg)}.popup__socialButton_google{background-image:url(svg/social_google.svg)}.popup__note{margin-bottom:30px;font-size:12px;line-height:1.34;color:rgba(0,0,0,.3)}.popup__note a{font-weight:600;color:rgba(41,41,41,.76)}.popup__note:last-child{margin-bottom:0}.popup__more{text-align:center;line-height:1.5;color:rgba(41,41,41,.76)}.popup__more a{color:#e63447}@media (max-width:767px){.popup__holder{background-color:#fff;-ms-flex-align:start;align-items:flex-start}.popup__window{max-width:380px;width:100%;padding:50px 20px;box-shadow:none}.popup__close{top:10px;right:10px}}