.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../node_modules/owl.carousel/dist/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}body,html{height:100%;width:100%;padding:0;margin:0;font-size:1rem;color:#000;font-family:Ubuntu,Arial,sans-serif}body{background:#fff}.wrapper{min-height:100%;width:100%;overflow:hidden;line-height:normal}.limiter{width:100%;max-width:87.5rem;padding:0 .625rem;margin:0 auto;box-sizing:border-box}h1{font-size:1.875rem;margin-top:0;margin-bottom:2.5rem}a{text-decoration:none}@media (max-width:47.9375rem){body{font-size:.875rem}.wrapper{padding-bottom:0}.not.mobile{display:none!important}}.header{height:54.125rem;position:relative}.header__wrap{padding-top:2.8125rem;color:#fff;position:absolute;top:0;left:0;right:0;z-index:2}.header__wrap .limiter{display:flex;align-items:flex-start}.header__menu{margin-left:auto;flex-shrink:0;display:flex;align-items:center}.header__menu .button{margin-left:5rem}.header__nav{font-size:1.125rem;font-weight:500;display:flex;align-items:center}.header__nav-item{position:relative;margin-right:2.1875rem}.header__nav-item>a{color:#fff;cursor:pointer;transition:.3s}.header__nav-item>a:hover{opacity:.6}.header__nav-popup{display:none;position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:12.8125rem;text-align:center;background:#fff;margin-top:.9375rem;padding:.625rem 0}.header__nav-popup a{display:block;color:#797979;padding:.3125rem 0;transition:.3s;font-size:1rem;font-weight:400}.header__nav-popup a:hover{background:#f2f2f2}.header__nav-popup::before{content:'';border:.625rem solid transparent;border-bottom-color:#fff;position:absolute;top:-1.25rem;left:50%;margin-left:-.625rem}.header__nav-item:hover .header__nav-popup{display:block}.header__lang{margin-left:3.75rem;position:relative}.header__lang-active{font-size:1.375rem;font-weight:500}.header__lang-popup{display:none;position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:4.375rem;text-align:center;background:#fff;margin-top:.9375rem;padding:.625rem 0}.header__lang-popup a{display:block;color:#797979;text-transform:uppercase;padding:.3125rem 0;transition:.3s}.header__lang-popup a:hover{background:#f2f2f2}.header__lang-popup::before{content:'';border:.625rem solid transparent;border-bottom-color:#fff;position:absolute;top:-1.25rem;left:50%;margin-left:-.625rem}.header__lang:hover .header__lang-popup{display:block}.header__share{margin-left:1.25rem;padding-left:1.25rem;border-left:.125rem solid #fff}.header__share a{display:inline-block;width:1.5625rem;height:1.5625rem}.header__share a:hover{-webkit-animation:beat 1s infinite;animation:beat 1s infinite}.header_fixed .header__wrap{position:fixed;background:rgba(242,242,242,.95);padding:1.5625rem 0;color:#666}.header_fixed .header__wrap a{color:#666}.header_fixed .header__wrap .button{border-color:#666}.header_fixed .header__share{border-color:#666}.header_fixed .header__share svg path{fill:#666}@-webkit-keyframes beat{0%{-webkit-transform:scale(1,1);transform:scale(1,1)}50%{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}100%{-webkit-transform:scale(1,1);transform:scale(1,1)}}@keyframes beat{0%{-webkit-transform:scale(1,1);transform:scale(1,1)}50%{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}100%{-webkit-transform:scale(1,1);transform:scale(1,1)}}@media (max-width:47.9375rem){.header{height:25rem}.header__wrap{padding-top:1.25rem;text-align:center}.header__wrap .limiter{display:block}.header__menu{display:none}}.footer{background:#c74727;color:#fff;padding:2.1875rem 0 4.6875rem}.footer .limiter{display:flex;align-items:center;justify-content:space-between}.footer__policy{color:#fff;font-size:1.125rem;border-bottom:.0625rem solid #fff;padding-bottom:.1875rem;transition:.3s}.footer__policy:hover{border-bottom-color:transparent}.footer__copy{text-align:center;padding-left:6.25rem}.footer__wrap{display:flex;align-items:center}.footer__contact{color:#fff;margin-right:3.75rem;transition:.3s;display:flex;align-items:center}.footer__contact:hover{opacity:.5}.footer__contact::before{content:'';background:url(images/icon-letter.png) no-repeat center center;width:1.8125rem;height:1.25rem;margin-right:.625rem}.footer__socials{display:flex;align-items:center}.footer__socials-item{display:flex;align-items:center;justify-content:center;width:2rem;height:1.875rem;background:#fff;transition:.3s}.footer__socials-item:not(:last-child){margin-right:.625rem}.footer__socials-item svg path{fill:#c74727;transition:.3s}.footer__socials-item:hover{background:#c74727}.footer__socials-item:hover svg path{fill:#fff}.footer__socials-item_fb svg{width:.5rem}.footer__socials-item_vk svg{width:1.375rem}@media (max-width:47.9375rem){.footer{padding:1.25rem 0}.footer .limiter{display:block;text-align:center}.footer__copy{padding-left:0;margin:1.25rem 0}.footer__wrap{display:block}.footer__contact{margin-right:0;justify-content:center}.footer__socials{margin-top:1.25rem;justify-content:center}}.field{display:block;border:none;border-bottom:.125rem solid #666;margin-bottom:1.25rem;outline:0;width:100%;padding:.3125rem 0;box-sizing:border-box;font-size:1.125rem;font-family:Ubuntu,Arial,sans-serif;color:#000;transition:.3s}.field.invalid{border-color:#c74727}.field.invalid::-webkit-input-placeholder{color:#c74727}.field-checkbox{text-align:left;display:block;margin-bottom:1.875rem;color:#777}.field-checkbox a{color:#777;text-decoration:underline}.field-checkbox a:hover{text-decoration:none}.field-checkbox input.invalid+span{color:#c74727}.field-checkbox input.invalid+span a{color:#c74727}textarea.field{min-height:6.25rem;resize:vertical}.button{display:inline-flex;border:.125rem solid #fff;background-color:transparent;color:#fff;font-size:1.0625rem;text-align:center;text-transform:uppercase;min-width:10.3125rem;height:2.5rem;padding:0 1.25rem;margin:0;align-items:center;justify-content:center;outline:0;transition:.3s;box-sizing:border-box;cursor:pointer}.button:active,.button:hover{background-color:#fff;border-color:#fff;color:#c64727}.button_green{border-color:#396;background:#396}.button_red{border-color:#c74727;background:#c74727}.button_transparent-red{border-color:#c64727;color:#c64727}.button_transparent-red:hover{background:#c64727;color:#fff;border-color:#c64727}.link{color:#fff;transition:.3s;cursor:pointer;border-bottom:.0625rem solid transparent}.link:hover{color:#fff;border-color:#fff}.link_underline{border-color:#fff}.link_underline:hover{border-color:transparent!important}.link_gray{opacity:.3}.link_purple{color:#40013c}.link_purple:hover{color:#40013c;border-color:#40013c}.processing{position:relative}.processing:after{content:' ';position:absolute;z-index:2;top:0;bottom:0;left:0;right:0;background:rgba(255,255,255,.7) url(images/loading.gif) no-repeat center center;background-size:4rem}.logo{padding-top:5rem;margin-bottom:1.875rem;text-align:center}.logo img{max-width:100%}@media (max-width:47.9375rem){.logo{padding:0 1rem 0}}.modal{position:fixed;top:0;left:0;bottom:0;right:0;display:none;background:rgba(0,0,0,.5);z-index:1000}.modal__wrap{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:37.5rem;width:99%;background:#fff;padding:2.5rem 3.75rem;box-sizing:border-box;text-align:center}.modal__wrap .button{text-transform:none}.modal__hide{position:absolute;top:.625rem;right:.625rem;cursor:pointer}.modal__hide svg{width:1rem;height:1rem}.modal__hide svg path{fill:#666;transition:.3s}.modal__hide:hover svg path{fill:#000}.modal__ttl{color:#c74727;font-size:1.5rem;font-weight:500;margin-bottom:1.875rem}@media (max-width:47.9375rem){.modal__wrap{padding:1.25rem}}.banner{height:100%;color:#fff;background:#607997}.banner__item,.banner__wrap{height:100%}.banner__wrap .owl-item,.banner__wrap .owl-stage,.banner__wrap .owl-stage-outer{height:100%}.banner__item{display:flex!important;align-items:center;justify-content:center;background:no-repeat center center;background-size:cover}.banner__item-wrap{text-align:center}.banner__item-ttl{font-weight:700;font-size:4.625rem}.banner__item-desc{font-size:2.25rem;margin-top:1.25rem}.banner__item-btns{margin-top:5rem}.banner__item-btns .button{height:3.5rem;margin:0 1.5625rem}.banner__item-action{width:3.125rem;height:3.5625rem;background:url(images/icon-arrow-down.gif) no-repeat center center;background-size:2.5rem;position:absolute;bottom:3.125rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);cursor:pointer}.banner__nav{position:absolute;bottom:2rem;left:0;right:0}.banner__nav .owl-carousel{border-top:.0625rem solid #fff;padding:0 1.875rem;box-sizing:border-box}.banner__nav .owl-carousel::before{content:'';position:absolute;top:-.375rem;left:50%;margin-left:-.375rem;width:.75rem;height:.75rem;background:#fff}.banner__nav .owl-item{padding:1.125rem 0}.banner__nav .owl-item.center{text-align:center}.banner__nav .owl-item.center~.owl-item{text-align:right}.banner__nav .owl-nav button{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-repeat:no-repeat!important;background-position:center center!important;width:1rem;height:1.875rem;outline:0;transition:.3s}.banner__nav .owl-nav button:hover{opacity:.7}.banner__nav .owl-nav button span{display:none}.banner__nav .owl-prev{left:0;background-image:url(images/icon-arrow-left.svg)!important}.banner__nav .owl-next{right:0;background-image:url(images/icon-arrow-right.svg)!important}@media (max-width:47.9375rem){.banner__item-ttl{font-size:1.875rem}.banner__item-desc{font-size:1.25rem}.banner__item-btns{margin-top:1.25rem}.banner__item-btns .button:not(:last-child){margin-bottom:1.25rem}.banner__item-action{bottom:.3125rem}.banner__nav{bottom:0}}.locations{padding:6.25rem 0;max-width:68.75rem;margin:0 auto}.locations__ttl{text-align:center;font-size:2.5rem;font-weight:500;color:#c74727;margin-bottom:3.4375rem}.locations__items{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.locations__item{width:18.75rem;height:11.875rem;margin-bottom:1.875rem;flex-shrink:0;background:no-repeat center center;background-size:cover;color:#fff;text-align:center;position:relative;display:flex;align-items:center;flex-direction:column}.locations__item::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:#000;opacity:.3;transition:.3s}.locations__item_city::before{background:#14aa28}.locations__item:hover::before{opacity:0}.locations__item-wrap{height:100%;position:relative;z-index:1;display:flex;align-items:center;flex-direction:column;justify-content:center}.locations__item-wrap>span{display:block}.locations__item-ttl{font-size:2.25rem}.locations__item-date{margin-top:.625rem}.locations__item-date,.locations__item-time{font-size:1.375rem}.locations__item-fairs{position:relative;z-index:1;flex-shrink:0;width:100%;border-top:.0625rem solid #fff;font-size:1.125rem;padding:1.25rem 0;transition:.3s;display:flex;align-items:center;justify-content:center}.locations__item-fairs span{display:inline-block;width:1.0625rem;height:1.625rem;background:url(images/icon-label.png) no-repeat center center;margin-right:.625rem}.locations__item:hover .locations__item-fairs{background:#c74727}@media (max-width:47.9375rem){.locations__item{width:100%}}.promo{background:url(images/promo.jpg) no-repeat center center;background-size:cover;height:15.3125rem;display:flex;align-items:center;justify-content:center}.promo__wrap{max-width:35.625rem;text-align:center;font-size:3rem;color:#fff}.promo__wrap span{color:#f4c430}@media (max-width:47.9375rem){.promo__wrap{font-size:1.875rem}}.about{background:#f6f6f6;padding:4.375rem 0 5.625rem;color:#505050}.about .limiter{display:flex;align-items:flex-start;justify-content:space-between}.about__desc{max-width:45%;font-size:1.75rem;font-weight:300;line-height:1.5}.about__params{border-top:.3125rem solid #c74727;background:#fff;max-width:36.25rem;padding:1.25rem 1.875rem 1.875rem;box-sizing:border-box}.about__params-ttl{color:#c74727;font-size:1.75rem;font-weight:500;margin-bottom:1.875rem}.about__params-list{font-size:1.25rem;list-style-type:none;margin:0;padding:0}.about__params-list li{position:relative;padding-left:2.5rem}.about__params-list li:not(:last-child){margin-bottom:1.25rem}.about__params-list li::before{content:'';width:1.125rem;height:1.125rem;background-color:#c74727;position:absolute;top:.1875rem;left:0}@media (max-width:47.9375rem){.about .limiter{display:block}.about__desc{max-width:100%;font-size:1.25rem;margin-bottom:1.25rem}.about__params{padding:.625rem}.about__params-ttl{font-size:1.25rem}.about__params-list{font-size:1rem}}.faq{padding:6.25rem 0}.faq__ttl{text-align:center;font-size:2.5rem;font-weight:500;color:#c74727;margin-bottom:3.4375rem}.faq__items{-webkit-columns:2;columns:2;-webkit-column-gap:5rem;column-gap:5rem}.faq__item{page-break-inside:avoid;-webkit-column-break-inside:avoid;break-inside:avoid;margin-bottom:.625rem}.faq__item-ttl{font-size:1.25rem;background:#c74727;color:#fff;padding:.625rem .9375rem}.faq__item-desc{font-size:1.125rem;background:#f6f6f6;color:#505050;padding:.9375rem}@media (max-width:47.9375rem){.faq__items{-webkit-columns:auto;columns:auto}}.partners{padding:0 0 3.125rem}.partners__ttl{text-align:center;font-size:2.5rem;font-weight:500;color:#c74727;margin-bottom:2.1875rem}.partners__desc{font-size:1.5rem;color:#58595b;margin-bottom:7.8125rem;text-align:center}.partners__items{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;margin:0 -1.875rem}.partners__item{margin:0 1.875rem 3.125rem}.partners__item img{max-height:5rem}@media (max-width:47.9375rem){.partners__desc{font-size:1.125rem;margin-bottom:1.25rem}.partners__items{margin:0}.partners__item{width:50%;margin:0 0 1.25rem;text-align:center}.partners__item img{width:90%;max-height:100%}}