body{margin:0;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}p,h1,h2,h4,h6{margin:0}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}img{width:100%;display:block}svg{display:block}input,textarea{margin:0;border:0;padding:0;outline:none;background:transparent}textarea{resize:vertical}button{margin:0;border:0;padding:0;outline:none;font-size:0;background:transparent}input[type=radio]{background:#ededed;border-radius:50%;cursor:pointer;-webkit-appearance:none;border:6px solid #ededed;width:20px;height:20px;-webkit-transition:background .2s ease,border-color .2s ease;-moz-transition:background .2s ease,border-color .2s ease;-ms-transition:background .2s ease,border-color .2s ease;-o-transition:background .2s ease,border-color .2s ease;transition:background .2s ease,border-color .2s ease}input[type=radio]:checked{background:#fff;border-color:#2d47fe}body{color:#202b34;font-family:"Roboto",sans-serif}h1,h2{text-transform:uppercase;color:#202b34;font-size:32px;font-weight:700}p{color:#202b34;font-size:24px;font-weight:400;line-height:1.5}p b a,p b{font-weight:500}a{color:#0f79ce}a.button,button.default{display:inline-block;vertical-align:top;text-transform:uppercase}a.button.blue,button.default.blue{background:#0f79ce;color:#fff;font-size:24px;font-weight:700}@keyframes loader{to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.with-loader{position:relative}.with-loader .load-spin{opacity:0;pointer-events:none;background:rgba(255,255,255,.8);position:absolute;z-index:101;top:0;left:0;right:0;bottom:0;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;-ms-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.with-loader .load-spin:before{content:"";animation:loader 1.2s ease infinite;border:2.5px solid #f0f2f5;border-top-color:#0f79ce;width:50px;height:50px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:absolute;top:calc(50% - (50px/2));left:calc(50% - (50px/2))}.with-loader.loading>.load-spin{opacity:1;pointer-events:auto}button.default{cursor:pointer;-webkit-transition:background .2s ease;-moz-transition:background .2s ease;-ms-transition:background .2s ease;-o-transition:background .2s ease;transition:background .2s ease}button.default:hover{background:#0d6bb6}.app{padding:120px 0 0}.page-width{width:100%;min-width:360px}.page-width .wrap{width:1440px;padding:0 50px;margin:0 auto}.page-width.not-padded .wrap{width:1340px;padding:0;margin:0 auto}header{min-height:120px;background:#0f79ce;position:fixed;z-index:1000;top:0;left:0;right:0}header .wrap{min-height:120px;display:flex;align-items:center;justify-content:space-between}header .logo{font-size:0;color:transparent;display:block;width:308px;height:91px;background:url(../img/svg/logo.svg) no-repeat center center/cover}header nav{width:778px;margin:0 76px 0 58px;white-space:nowrap;display:flex;align-items:center;justify-content:space-between}header nav .subnav{position:relative}header nav .subnav:hover>.subnav-menu{opacity:1;pointer-events:auto}header nav .subnav>.subnav-menu{opacity:0;pointer-events:none;background:#0d6bb6;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;-ms-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease;position:absolute;top:120px;left:0;right:-120px;bottom:auto}header nav .subnav>.subnav-menu>a{padding:14px 14px 0;font-size:18px;white-space:pre-wrap}header nav .subnav>.subnav-menu>a:last-child{padding:14px}header nav a{display:block;text-transform:uppercase;padding:48px 16px;color:rgba(255,255,255,.7);font-size:20px;font-weight:400;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}header nav a:hover{color:#fff}header nav a.active{color:#fff;background:rgba(255,255,255,.1)}header .social{display:flex}header .social a{margin:0 28px 0 0;color:transparent;font-size:0;background:no-repeat center center/cover;width:30px;height:30px}header .social a:last-child{margin:0}header .social a.social-fb{background-image:url(../img/svg/facebook.svg)}header .social a.social-tw{background-image:url(../img/svg/twitter.svg)}header .mobile{display:none;font-size:0}header .mobile button{padding:5px 0;cursor:pointer}header .nav-wrap{display:flex;align-items:center}footer{padding:12px 0;text-align:center;background:#202b34}footer span.copy{color:#fff;font-size:24px;font-weight:400;line-height:1.5}.section-slider .wrap{display:flex;align-items:center;justify-content:space-between}.section-slider .slider-text{width:370px;padding:0 33px 0 0}.section-slider .slider-text h2{min-height:76px;margin:0 0 17px}.section-slider .slider-text a.button.blue{padding:17.5px 39px;margin:20px 0 0}.section-slider .slider-text .slider-text--item{display:none}.section-slider .slider-text .slider-text--item.active{display:block}.section-slider .slider-image{width:970px;background:#f1f1f1;overflow:hidden}.section-slider .slider-image .slider-image-roll{display:flex;-webkit-transition:transform 1s ease;-moz-transition:transform 1s ease;-ms-transition:transform 1s ease;-o-transition:transform 1s ease;transition:transform 1s ease}.section-slider .slider-image .slider-image-roll.active-n0{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}.section-slider .slider-image .slider-image-roll.active-n1{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.section-slider .slider-image .slider-image-roll.active-n2{-webkit-transform:translateX(-200%);-moz-transform:translateX(-200%);-ms-transform:translateX(-200%);-o-transform:translateX(-200%);transform:translateX(-200%)}.section-slider .slider-image .slider-image-roll.active-n3{-webkit-transform:translateX(-300%);-moz-transform:translateX(-300%);-ms-transform:translateX(-300%);-o-transform:translateX(-300%);transform:translateX(-300%)}.section-slider .slider-image .slider-image-roll.active-n4{-webkit-transform:translateX(-400%);-moz-transform:translateX(-400%);-ms-transform:translateX(-400%);-o-transform:translateX(-400%);transform:translateX(-400%)}.section-slider .slider-image .slider-image--item{min-width:100%;width:970px;height:613px;background:no-repeat center center/cover}.section-slider .slider-image .slider-image--item:nth-child(1){background-image:url(../img/jpg/slider/slide-n1.jpg)}.section-slider .slider-image .slider-image--item:nth-child(2){background-image:url(../img/jpg/slider/slide-n2.jpg)}.section-slider .slider-image .slider-image--item:nth-child(3){background-image:url(../img/jpg/slider/slide-n3.jpg)}.section-slider .slider-image .slider-image--item:nth-child(4){background-image:url(../img/jpg/slider/slide-n4.jpg)}.section-slider .slider-image .slider-image--item:nth-child(5){background-image:url(../img/jpg/slider/slide-n5.jpg)}.section-slider .slider-dots{margin:81px 0 0;display:flex;align-items:center}.section-slider .slider-dots i{background:#c4c4c4;margin:0 24px 0 0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:16px;height:16px;-webkit-transition:background .2s ease;-moz-transition:background .2s ease;-ms-transition:background .2s ease;-o-transition:background .2s ease;transition:background .2s ease}.section-slider .slider-dots i:last-child{margin:0}.section-slider .slider-dots i.active{background:#0f79ce}.section-slider .slider-dots i:not(.active){cursor:pointer}@media screen and (max-width: 1220px){.section-slider .wrap{flex-direction:column-reverse}.section-slider .slider-text{width:100%;padding:40px 60px !important}.section-slider .slider-text h2{min-height:auto}.section-slider .slider-dots{margin:36px 0 0}.section-slider .slider-image{width:100%;height:613px}.section-slider .slider-image .slider-image--item{height:613px}}@media screen and (max-width: 1200px){.section-slider .slider-image{height:auto}.section-slider .slider-image .slider-image--item{height:auto}.section-slider .slider-image .slider-image--item:before{content:"";display:block;padding:63.2% 0 0}}@media screen and (max-width: 414px){.section-slider .slider-text{padding:30px !important}.section-slider .slider-text a.button.blue{width:100%;text-align:center}.section-slider .slider-dots{justify-content:center}}.section-proposal{text-align:center;padding:104px 0;background:#f4f7fa}.section-proposal p{margin:33px 0 41px}.section-proposal a.button.blue{padding:17px 53px}.section-proposal .inner-wrap{width:900px;margin:0 auto}.section-proposal-white{text-align:center;padding:52px 0 76px}.section-proposal-white h1{margin:0 0 36px}.section-proposal-white p{margin:0 0 39.5px}.section-proposal-white p:last-child{margin:0}.section-proposal-white .inner-wrap{width:900px;margin:0 auto}.section-preview{padding:75px 0 84px}.section-preview .wrap{display:flex;align-items:center;justify-content:space-between}.section-preview .preview-player{min-width:784px;height:439px;background:#222;margin:0 66px 0 0}.section-preview h2{margin:0 0 25px}.section-preview p{padding:0 60px 0 0}.section-interviewees{padding:52px 0 51px}.section-interviewees h1{margin:0 0 49px;text-align:center}.section-interviewees .interviewees-items{display:flex;flex-wrap:wrap}.section-interviewees .interviewees-items .interviewees--item{width:300px;margin:0 46.6px 80px 0}.section-interviewees .interviewees-items .interviewees--item img{width:300px;height:175px;background:#f1f1f1}.section-interviewees .interviewees-items .interviewees--item a{display:block}.section-interviewees .interviewees-items .interviewees--item p{margin:10px 0 0;color:#0f79ce;font-size:24px;font-weight:500;line-height:1.5}.section-interviewees .interviewees-items .interviewees--item:nth-child(4n){margin-right:0}.section-interviewees .interviewees-items .interviewees--item:nth-last-child(-n+4){margin-bottom:0}.section-producers{padding:52px 0 61px}.section-producers h1{text-align:center;margin:0 0 51px}.section-producers .inner-wrap{width:1160px;margin:0 auto}.section-producers .producer--item{margin:0 0 93px;display:flex}.section-producers .producer--item:last-child{margin:0}.section-producers .producer--item:nth-child(3) .producer-photo{margin:0 37px 0 0}.section-producers .producer--item .producer-photo{margin:0 60px 0 0}.section-producers .producer--item .producer-photo img{margin:0 0 10px;background:#f1f1f1;width:200px;height:200px}.section-producers .producer--item .producer-photo h4,.section-producers .producer--item .producer-photo h6{white-space:nowrap;color:#202b34;font-size:24px;font-weight:700;line-height:1.5}.section-producers .producer--item .producer-photo h6{font-weight:400}.section-producers .producer--item .producer-text{width:900px}.section-producers .producer--item .producer-text p{margin:0 0 25px}.section-producers .producer--item .producer-text a{padding:17px 48px}.section-sponsors{padding:52px 0 74px}.section-sponsors h1{text-align:center;margin:0 0 60px}.section-sponsors .inner-wrap{width:1140px;margin:0 auto}.section-sponsors .sponsors--row{margin:0 0 60px;padding:0 0 30px;border-bottom:1px solid #ccd5de}.section-sponsors .sponsors--row:last-child{margin:0;padding:0;border-bottom:0}.section-sponsors .sponsors--row h4{text-transform:uppercase;margin:0 0 20px;color:#000;font-size:24px;font-weight:400}.section-sponsors .sponsors-items{display:flex;align-items:center}.section-sponsors .sponsors-items.space-between{justify-content:space-between}.section-sponsors .sponsors-items.big{display:flex;flex-wrap:wrap}.section-sponsors .sponsors-items.big .sponsor--item{width:25%;margin:0 0 55px}.section-sponsors .sponsors-items.big .sponsor--item:nth-last-child(-n+4){margin-bottom:0}.section-sponsors .sponsor--item.n1 img{width:428px;min-width:428px;height:96px}.section-sponsors .sponsor--item.n2 img{width:441px;min-width:441px;height:80px}.section-sponsors .sponsor--item.n3 img{width:300px;min-width:300px;height:59px}.section-sponsors .sponsor--item.n4 img{width:300px;min-width:300px;height:59px}.section-sponsors .sponsor--item.n5 img{width:171px;min-width:171px;height:96px}.section-sponsors .sponsor--item.n6 img{width:174px;min-width:174px;height:48px}.section-sponsors .sponsor--item.n7 img{width:216px;min-width:216px;height:53px}.section-sponsors .sponsor--item.n8 img{width:140px;min-width:140px;height:48px}.section-sponsors .sponsor--item.n9 img{width:269px;min-width:269px;height:38px}.section-sponsors .sponsor--item.n10 img{width:200px;min-width:200px;height:45px}.section-sponsors .sponsor--item.n11 img{width:132px;min-width:132px;height:48px}.section-sponsors .sponsor--item.n12 img{width:92px;min-width:92px;height:48px}.section-sponsors .sponsor--item.n13 img{width:221px;min-width:221px;height:48px}.section-sponsors .sponsor--item.n14 img{width:190px;min-width:190px;height:48px}.section-sponsors .sponsor--item.n15 img{width:68px;min-width:68px;height:36px}@media screen and (max-width: 1440px){header .wrap{width:100%}.page-width .wrap{width:100%}.page-width.not-padded .wrap{width:100%}.section-slider .slider-text{padding-left:33px}.section-interviewees .interviewees-items{justify-content:center}.section-interviewees .interviewees-items .interviewees--item{width:300px;flex:1 0 20%;text-align:center}.section-interviewees .interviewees-items .interviewees--item img{margin:0 auto}.section-interviewees .interviewees-items .interviewees--item{margin:0 45px 80px 0 !important}.section-interviewees .interviewees-items .interviewees--item:nth-child(3n){margin-right:0 !important}}@media screen and (max-width: 1120px){.section-interviewees .interviewees-items .interviewees--item{flex:1 0 40%}.section-interviewees .interviewees-items .interviewees--item:nth-child(3n){margin-right:45px !important}.section-interviewees .interviewees-items .interviewees--item:nth-child(2n){margin-right:0 !important}.section-interviewees .interviewees-items .interviewees--item:nth-last-child(-n+3){margin-bottom:0 !important}}@media screen and (max-width: 1024px){.section-sponsors .sponsors--row h4{margin:0;text-align:center}.section-sponsors .sponsors-items{flex-wrap:wrap;justify-content:center}.section-sponsors .sponsors-items .sponsor--item{margin:20px 20px 0 0}.section-sponsors .sponsors-items.space-between{justify-content:center}.section-sponsors .sponsors-items.big .sponsor--item{width:50%;margin:50px 0 0;text-align:center}.section-sponsors .sponsors-items.big .sponsor--item img{display:inline-block;vertical-align:top}}@media screen and (max-width: 655px){.section-sponsors .sponsors-items.big .sponsor--item{width:100%;margin:50px 0 0;text-align:center}.section-sponsors .sponsors-items.big .sponsor--item img{width:auto !important;min-width:0 !important;display:inline-block;vertical-align:top}}@media screen and (max-width: 567px){.section-sponsors .sponsors-items:not(.big) .sponsor--item{margin:40px 0 0 !important}.section-sponsors .sponsors-items:not(.big) .sponsor--item img{width:100% !important;min-width:0 !important;height:auto !important}.section-sponsors .sponsors-items:not(.big) .sponsor--item.n5 img{width:171px !important}}@media screen and (max-width: 767px){.section-interviewees .interviewees-items .interviewees--item{flex:1 0 100%;margin-right:0 !important}.section-interviewees .interviewees-items .interviewees--item{margin-bottom:40px !important}.section-interviewees .interviewees-items .interviewees--item:nth-child(3n){margin-right:0 !important;margin-bottom:40px !important}.section-interviewees .interviewees-items .interviewees--item:nth-child(2n){margin-right:0 !important;margin-bottom:40px !important}.section-interviewees .interviewees-items .interviewees--item:last-child{margin-bottom:0 !important}}@media screen and (max-width: 414px){.section-interviewees .interviewees-items .interviewees--item img{width:100%;height:auto}}@media screen and (max-width: 1000px){.page-width .wrap .inner-wrap{width:100%}}@media screen and (max-width: 1260px){.section-producers .wrap .inner-wrap{width:100%}}@media screen and (max-width: 1240px){.section-sponsors .wrap .inner-wrap{width:100%}}@media screen and (max-width: 1420px){header nav{display:none;width:100%;margin:0;padding:21px 0 35px;background:#202b34;flex-direction:column;position:fixed;top:120px;left:0;right:0}header nav a{width:100%;padding:15px 0;text-align:center}header nav.shown{display:flex}header nav .subnav{width:100%}header nav .subnav:hover .subnav-menu{opacity:0;pointer-events:none}header .social{margin-left:auto;margin-right:60px}header .mobile{display:block}}@media screen and (max-height: 860px){header nav{bottom:0;overflow-y:auto;overflow-x:hidden}}@media screen and (max-width: 660px){.app{padding:170px 0 0}header .wrap{justify-content:center}header nav{top:170px}header .nav-wrap{min-width:360px;background:#202b34;display:flex;align-items:center;justify-content:space-between;padding:10px 30px;position:fixed;top:120px;left:0;right:0}header .nav-wrap .social{margin:0}}@media screen and (max-width: 1280px){.section-preview .wrap{flex-direction:column}.section-preview .preview-player{margin:0 0 51px}.section-preview p{padding:0}}@media screen and (max-width: 884px){.section-preview .preview-player{width:100%;min-width:0;height:auto}}@media screen and (max-width: 768px){h1,h2{font-size:28px}p{font-size:18px}a.button.blue{font-size:23px}.section-producers .producer--item{flex-direction:column}.section-producers .producer--item .producer-photo{display:flex;align-items:center;flex-direction:column;justify-content:center;margin:0 0 25px !important}.section-producers .producer--item .producer-text{width:100%;text-align:center}}@media screen and (max-width: 414px){.page-width .wrap{padding:0 30px}.section-proposal{padding:54px 0 40px}.section-preview{padding:40px 0}.section-interviewees{padding:40px 0}.section-proposal-white{padding:40px 0}.section-producers{padding:40px 0}.section-sponsors{padding:40px 0}}.text-field label{display:block;padding:0 0 0 20px;margin:0 0 19px;color:#202b34;font-size:20px;font-weight:700}.text-field input,.text-field textarea{width:100%;padding:18px 20px 19px;background:#fbfbfb;border:1px solid #ededed;color:#202b34;font-size:20px;font-weight:400}.text-field input.placeholder,.text-field textarea.placeholder{color:#b9c9da;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.text-field input:-moz-placeholder,.text-field textarea:-moz-placeholder{color:#b9c9da;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.text-field input::-moz-placeholder,.text-field textarea::-moz-placeholder{color:#b9c9da;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.text-field input:-ms-input-placeholder,.text-field textarea:-ms-input-placeholder{color:#b9c9da;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.text-field input::-webkit-input-placeholder,.text-field textarea::-webkit-input-placeholder{color:#b9c9da;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.text-field input:focus.placeholder,.text-field textarea:focus.placeholder{color:#ebf0f4}.text-field input:focus:-moz-placeholder,.text-field textarea:focus:-moz-placeholder{color:#ebf0f4}.text-field input:focus::-moz-placeholder,.text-field textarea:focus::-moz-placeholder{color:#ebf0f4}.text-field input:focus:-ms-input-placeholder,.text-field textarea:focus:-ms-input-placeholder{color:#ebf0f4}.text-field input:focus::-webkit-input-placeholder,.text-field textarea:focus::-webkit-input-placeholder{color:#ebf0f4}.text-field textarea{font-weight:500}.section-contacts{padding:52px 0 54px}.section-contacts h1,.section-contacts h2{text-align:center}.section-contacts h2{margin:20px 0 0;font-weight:500}.section-contacts .wrap-inner{width:900px;margin:0 auto}.section-contacts .text-field{width:100%}.section-contacts .form{margin:43px 0 0}.section-contacts .form--row{margin:0 0 30px}.section-contacts .form--row:last-child{margin:0}.section-contacts .form--row.cells{display:flex}.section-contacts .form--row.cells .form-row--item{width:100%;margin:0 40px 0 0}.section-contacts .form--row.cells .form-row--item:last-child{margin:0}.section-contacts .form--row button{padding:17px 53px}.section-contacts .radio{margin:0 0 60px}.section-contacts .radio>label{display:block;margin:0 0 28px;color:#000;font-size:24px;font-weight:500}.section-contacts .radio .radio--item{display:flex;align-items:center;margin:0 0 30px}.section-contacts .radio .radio--item:last-child{margin:0}.section-contacts .radio .radio--item label{cursor:pointer;margin:0 0 0 16px;color:#202b34;font-size:20px;font-weight:400}@media screen and (max-width: 1000px){.section-contacts .wrap-inner{width:100%}}@media screen and (max-width: 578px){.section-contacts .form--row.cells{display:block}.section-contacts .form--row.cells .form-row--item{margin:0 0 30px}.section-contacts .form--row.cells .form-row--item:last-child{margin:0}}@media screen and (max-width: 414px){.section-contacts{padding:40px 0}}.section-news{padding:52px 0 79px}.section-news h1{text-align:center;margin:0 0 40px}.section-news .wrap-inner{width:900px;margin:0 auto}.section-news .news--item{padding:0 0 50px;margin:0 0 64px;border-bottom:1px solid #ccd5de}.section-news .news--item:last-child{padding:0;margin:0;border-bottom:0}.section-news .news--item .new-head{margin:0 0 58px}.section-news .news--item .new-head p.kicker{color:#202b34;font-size:28px;font-weight:500}.section-news .news--item .new-head a{color:#0f79ce;font-size:32px;font-weight:700}.section-news .news--item .new-body p{margin:0 0 30px}.section-news .news--item .new-body p:last-child{margin:0}.section-news .news--item .new-link{margin:32px 0 0}.section-news .news--item .new-link a{padding:17px 50px}@media screen and (max-width: 1000px){.section-news .wrap-inner{width:100%}.section-news .news--item{padding:0 0 20px;margin:0 0 34px}.section-news .news--item .new-head{margin:0 0 30px}.section-news .news--item .new-head p.kicker{font-size:18px}.section-news .news--item .new-head a{font-size:22px}.section-news .news--item .new-link{margin:22px 0 0}.section-news .news--item .new-link a{padding:12px 30px}}@media screen and (max-width: 414px){.section-news{padding:40px 0}}.section-interviewee{padding:52px 0 72px}.section-interviewee .wrap-inner{width:900px;margin:0 auto}.section-interviewee h1{text-align:center;margin:0 0 20px}.section-interviewee h2{margin:0 0 20px}.section-interviewee p{margin:0 0 20px}.section-interviewee p:last-child{margin:0}@media screen and (max-width: 1000px){.section-interviewee .wrap-inner{width:100%}.section-interviewee.larry img{display:block;float:none !important;margin:0 0 20px}}@media screen and (max-width: 400px){.section-interviewee.larry img{width:100% !important}}/*# sourceMappingURL=app.css.map */
