@font-face {
  font-family: 'fontello';
  src: url(/build/assets/fonts/fontello.eot);
  src: url(/build/assets/fonts/fontello.eot#iefix) format('embedded-opentype'),
       url(/build/assets/fonts/fontello.woff2) format('woff2'),
       url(/build/assets/fonts/fontello.woff) format('woff'),
       url(/build/assets/fonts/fontello.ttf) format('truetype'),
       url(/build/assets/fonts/fontello.svg#fontello) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?37204260#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-right-open:before { content: '\e800'; } /* '' */
.icon-left-open:before { content: '\e801'; } /* '' */
.icon-ok:before { content: '\e802'; } /* '' */
.icon-cancel:before { content: '\e803'; } /* '' */
.icon-spin2:before { content: '\e831'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-search:before { content: '\f50d'; } /* '' */
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0);-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}*{border:none;outline:none;vertical-align:baseline}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}*{margin:0;padding:0}script{display:none!important}.media{margin:10px 0}.hidden{display:none}.overHidden{overflow:hidden}.hideAd{margin-top:34px;max-width:100%;position:relative;display:inline-block}.hideAd>.closeAd{position:absolute;top:-24px;right:0;height:18px;padding:3px 5px;border-radius:5px 5px 5px 0;background:#fff;color:red;font:14px/18px arial,sans-serif;cursor:pointer}.promo-right{position:fixed;display:none;left:auto;top:2%;height:600px;width:300px}@media screen and (min-width:1140px){.promo-right{display:block;left:auto;right:10px;margin-left:auto}}@media screen and (min-width:1240px){.promo-right{display:block;right:auto;left:50%;margin-left:310px}}.media-video-top{margin:2% 0 2% -3px}@media screen and (max-width:1245px){.media-video-top{display:none}}.media-between-edition,.media-bottom,.media-top{margin:2% 0}.book_app-links-text{text-align:center;font-size:18px;line-height:38px}.header{padding-left:1em;padding-top:1em}.header_dark-blue{background:#4c5e91}.search-form{margin-left:4em;margin-top:-2.5em;position:relative}.search-form-error{margin:0;position:relative}.form-input{line-height:2.5em}.text-input{width:100%;padding:0 3em 0 .5em}.input-container{padding-right:4.5em}.search-form__button{position:absolute;top:0;right:0;background:#fff;padding:0 .5em}.search-form__button:hover{cursor:pointer;background:#4d5d97;color:#fff;border:1px solid #fff;border-radius:.2em;line-height:2.4em}.table{font-size:0}.table,.table__row,.table tbody{display:block}@media (min-width:768px){.table__row{margin:-1px 0}}@media (max-width:767px){.table__row{margin:.5rem 0}}.table__row a{display:block;font-size:1rem;line-height:2rem;text-align:center;border:1px solid #4c5e91;color:#4c5e91}@media (min-width:768px){.table__row a{margin-left:-1px}}.table__row td{display:inline-block;min-width:6.6%}@media (min-width:1024px){.table__row td{min-width:6.4%}}@media (max-width:767px){.table__row td{margin:.3rem;min-width:2.5rem}}.table__row td:first-child a{text-align:left}@media (max-width:767px){.table__row td:first-child a{border:none}}@media (min-width:768px){.table__row td:first-child a{min-width:13.5rem;text-indent:.5rem}}@media (min-width:1023px){.table__row td:first-child a{min-width:11.4rem}}@media (max-width:767px){.classes td,.table__row td:first-child{display:block}}@media (max-width:767px){.classes td:not(:first-child) a:after{content:"класс"}}@media (max-width:767px){.subjects .icon-ok:before{display:none}}@media (min-width:768px){.subjects td:not(:first-child) a{color:rgba(0,0,0,0)}.subjects td:not(:first-child) a.icon-ok:before{color:#4c5e91}.subjects td:not(:first-child) a.icon-cancel:before{color:#ff5d49}.subjects td:not(:first-child) a:hover{text-decoration:none}.subjects td:not(:first-child) a:hover:not(.icon-cancel){background:#4c5e91}.subjects td:not(:first-child) a:hover:not(.icon-cancel):before{color:#fff}}@media (min-width:768px) and (min-width:768px){.subjects span{display:none}}.book h4{padding:0!important;line-height:1.3em;margin-bottom:.3em!important}.oneBook>*{display:inline-block}.oneBook h1{max-width:90%;vertical-align:top;font-size:1.5em;font-weight:700;line-height:1.2em;display:inline}.oneBook .bookImg{float:left;margin-right:.5em}.oneBook .bookImg img{height:120px;width:90px}.oneBook .references{display:block;margin:.5em 0}.tasks{clear:both}.tasks a{color:#4c5e91;text-decoration:none}.tasks a,.tasks h2{font-family:Arial sans-serif}.tasks h2{color:#dd4b39}.taskList{padding-left:0}.taskList li.active a{color:#fff;background:#4c5e91}.taskListBig{padding-left:0}.taskListBig li{margin:.2em!important}.taskListBig li a{display:block;line-height:1.7em;min-width:2.8em}.task-search{background:#e3e6f1;padding:.5em;border-radius:.5em;-webkit-box-shadow:3px 3px 0 #a5a5a6;box-shadow:3px 3px 0 #a5a5a6;margin:1em 0;min-width:15em;min-height:2.6em}.task-search.active input{display:block}.task-search input{display:none;width:93%;line-height:1.5em;padding:0 .5em}.task{text-align:center;margin:.5em 0}.task img{max-width:100%}.task.loading{background:url(/img/ajax.gif) no-repeat 50%;height:10em}.task-controls>*{display:inline-block;min-width:5em;margin-right:1em}@media (min-width:768px){.task-controls>*{margin-right:2em;border-radius:.5em;line-height:2em}}.task-controls>span{padding:0 .5em;text-decoration:none;color:#4c5e91;font-weight:700;min-width:6em}.task-controls>span:hover{cursor:pointer}.task-crumbs{margin:1em 0;line-height:1.5em;color:#4c5e91;font-weight:700}.task-crumbs:hover{cursor:default}.relatives{display:block!important;font-size:1em;margin:1em 0}.task-link{cursor:pointer}.with-overtask{position:relative}.with-overtask .overtask{position:absolute;top:0;bottom:0;left:0;right:0}.suggested-books{padding:10px;border:2px solid #000;margin-bottom:20px}.page-footer{margin-top:.5em;padding:2em .5em;border-top:3em solid #272e4e;background:#4b5d91;min-height:1em}@media (min-width:768px){.page-footer{margin:auto;padding:2em}}.page-footer a{color:#fff;font-size:1.1em;text-decoration:none}.page-footer a:hover{color:#e0e0e0}.page-footer .left a{text-decoration:underline}.page-footer span,.tags a{color:#fff}.tags a{display:inline-block;margin:.2em;text-decoration:none;background:#4c5e91;padding:0 1em;line-height:1.5em;border-radius:.3em;opacity:.9;font-size:1.1em}.tags a:hover{opacity:1}*{-webkit-box-sizing:border-box;box-sizing:border-box}.wrap{max-width:1230px;margin:0 auto;padding-right:320px}@media screen and (max-width:1139px){.wrap{padding-right:0}}.container{position:relative;width:auto;margin:0 auto}@media (min-width:650px){.container{padding:1em}}@media (min-width:1024px){.container{max-width:65em}}@media (min-width:1600px){.container{margin:0 auto}}a{text-decoration:none}a[href]:hover{text-decoration:underline}.heading{font-weight:700;font-family:Arial sans-serif}.heading_white{color:#fff}.heading_header{line-height:1.5em}@media (min-width:1024px){.heading_header{line-height:2.2em}}.row{padding:.5em 1em}.row_dark{background:#2b3353}.row_over-bordered{margin:0 -.2em 0 -1.3em}.button{display:inline-block}.button_menu{font-size:2em;border:.1em solid #fff;border-radius:.2em;background:#fff}.button_menu:before{color:#000}@media (hover:hover) and (pointer:fine){.button_menu:hover{cursor:pointer;background:#4d5d97}.button_menu:hover:before{color:#fff}}.button_menu.active{background:#4d5d97}.button_menu.active:before{color:#fff}.inline{display:inline-block}.text-center{text-align:center}.left{float:left}.right{float:right}body{font-family:Ubuntu}b,h1,h2,h3,h4,h5,h6{color:#4c5e91}h2{font-size:1.6em;line-height:2em}h3{font-size:1.4em;line-height:1.8em}h4{font-size:1.2em;line-height:1.6em}h1,h2,h3,h4,h5{margin:0;padding:0}.book-list .book{background-color:rgba(0,0,0,0)}@media (min-width:600px){.book-list .book{width:49%}}.book-list .book:focus,.book-list .book:hover{background-color:rgba(76,94,145,.1)}.book{display:inline-block;vertical-align:top;color:#4d5d97;width:100%;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.book .references{display:block;margin:.5em 0}.book .references>div{margin-bottom:10px}.book figure{margin:.5em 0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.book figure>*{display:inline-block;vertical-align:top}.book img{width:5em;height:7em;margin-right:.5em;float:left}.book figcaption{margin-top:-.4em;display:block;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.book figcaption h4{margin:0;padding:0}a.book:hover{text-decoration:none}.disabled{display:none!important}@media (min-width:768px){.disabled{display:inline-block!important}.disabled:hover{cursor:default}}p{text-indent:20px;margin:.5em 0;line-height:1.533em;font-family:Arial,Helvetica,sans-serif}@media (min-width:768px){p{text-align:justify}}.description{text-align:justify;margin:1em 0}.block-header{font-size:2em;font-weight:700;margin:0;color:#4c5e91;line-height:2em}.block-header a{color:#2b3353}.rBox{background:#e3e6f1;padding:.1em .5em;border-radius:.5em;-webkit-box-shadow:3px 3px 0 #a5a5a6;box-shadow:3px 3px 0 #a5a5a6}.rBox.sm{-webkit-box-shadow:1px 1px 0 #a5a5a6;box-shadow:1px 1px 0 #a5a5a6}.hover:hover{background:#4c5e91;color:#fff}.hover:hover:after{color:#fff!important}ul.inline>*{display:inline-block;margin:5px 0;text-align:center}.alert{padding:.2em;color:#a94442;background-color:#f2dede}li.selected>a,li.selected span{color:#972e2e!important}.social-container-grey{min-height:20em}.vk-subscribe{position:relative;height:22px;margin:1em 0}@media (min-width:590px){.vk-subscribe:after{content:"Подпишись на нашу группу: ";font-size:1.3em;position:absolute;top:0;left:0}.vk-subscribe iframe{margin-left:16.5em}}@media (min-width:1024px){.uptolike-buttons{min-height:3em}}ol{list-style:decimal;font-family:Arial,Helvetica,sans-serif;padding-left:20px}ol li{margin:.5em 0;line-height:1.533em}ul{font-family:Arial,Helvetica,sans-serif;padding-left:20px}ul li{line-height:1.533em}.description ul,.references ul{padding-left:20px}.description ul li,.references ul li{list-style:disc}.description ol,.references ol{padding-left:20px}.taskCont h2{margin:0;padding:0 .3em 0 0;position:relative;top:.1em;line-height:1em}.block{display:block!important}.promotional-block{margin:1em 0}#vk_subscribe{min-width:24em}html{font-size:14px}body{font-size:1em;font-family:Arial sans-serif}.container_main{border:4px solid #4c5e91}@media (min-width:768px){.container_main{border-radius:.5em;padding:.5em}}.sidebar{position:relative;min-width:238px;padding-left:0;display:none}@media (min-width:1024px){.sidebar{display:block;position:absolute}}.sidebar>li{max-width:230px;background:#e5e8f2}@media (min-width:1024px){.sidebar>li{margin:.5em 0;list-style:none;border-radius:.5em;-webkit-box-shadow:3px 3px 0 #a5a5a6;box-shadow:3px 3px 0 #a5a5a6}}.sidebar.hidden{display:block!important}@media (min-width:1024px){.sidebar.hidden{display:none!important}}.sidebar .slide-btn{display:none;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);position:absolute;right:-259px;top:48.5%;font-size:14px;color:#4c5e91;background:#e3e6f1;width:36em;text-align:center;border-radius:.5px}.sidebar .slide-btn:hover{background:#4c5e91;color:#fff;cursor:pointer}@media (min-width:1024px){.sidebar .slide-btn.active{display:inline-block}}.sidebar.active{display:block}.sidebar.active>li:first-child{max-width:100%;-webkit-box-shadow:none;box-shadow:none;margin:0}.page-sidebar{padding:1em 2em}.page-sidebar li a{line-height:1.5em;color:#4c5e91;text-decoration:none;font-family:Arial;font-weight:700}.page-sidebar>li span{display:inline-block;border:1px solid #a3a3a3;color:#a3a3a3;margin-right:.3em;font-size:.8em;line-height:.9em}.page-sidebar>li ul{display:none}.page-sidebar>li ul.open{display:block}.folded:before{content:"+";display:inline-block;border:1px solid #4c5e91;margin-right:.5em;line-height:10px}.folded:hover{cursor:pointer}.folded.active:before{content:"-"}.sbjcts{padding-left:0}.sbjcts li{margin-left:2em;font-family:Arial sans-serif}.opnSdMn{background:rgba(0,0,0,0);color:#fff;font-size:1.6em;padding:0 .2em;border:1px solid #fff;border-radius:4px;margin:0 .5em;display:inline-block}.opnSdMn:hover{cursor:pointer;color:#4d5d97;border:1px solid #4d5d97}.opnSdMn:hover span{background:#4d5d97}.opnSdMn span{height:3px;width:25px;margin:5px 0;background:#fff;display:block}.socBtns{min-height:2em;padding:.2em 0;overflow:hidden}.socBtns>*{display:inline-block}#vk_groups{padding:1em 0;margin-bottom:20px}@media (min-width:1024px){#vk_groups{padding:1em}}.twitter-button{display:none}@media (min-width:1024px){.twitter-button{display:inline-block}}.content{padding:.5em}@media (min-width:1024px){.content{min-height:40em;margin-left:245px}}@media (min-width:1400px){.content{width:71%}}.content.wide{width:auto;margin:auto}.content.wide .page-table li{width:7.3%}.breadcrumbs{font-family:Arial sans-serif;font-size:1.2em;padding:1em 0}.breadcrumbs li{margin:.3em;display:inline-block;line-height:1.15}.breadcrumbs li:last-child span{background:#fff}.breadcrumbs li:last-child span:hover{background:rgba(0,0,0,0)!important}.breadcrumbs a{text-decoration:none}.breadcrumbs span{color:#4c5e91}.breadcrumbs span:hover{background:#4c5e91;color:#fff}.breadcrumbs li:last-child span:hover{background:#e3e6f1;color:#4c5e91;cursor:default}.page-table a{display:block;color:#000;text-decoration:none}.fl-block{display:none;position:fixed;bottom:0;overflow:hidden;padding:1em;background:#fff;-webkit-box-shadow:0 0 5px #9a9a9a;box-shadow:0 0 5px #9a9a9a;border-top:2px solid #4c5e91;z-index:99}.fl-block .fl-content{position:relative;top:40%;max-width:95%}.fl-block .fl-content>*{display:inline-block;vertical-align:top}.fl-block .fl-content img{height:8em}.fl-block .fl-content p{text-indent:0;font-size:1.2em}.fl-block .close{color:#adadad;font-size:14px;position:absolute;top:-2%;right:4%}.fl-block .close:hover{cursor:pointer;color:#000}.fl-block .subscribe>div:last-child{margin:2% 2% 2% -.5%!important}@media (min-width:768px){.fl-block{right:1%;bottom:1%;width:30em;height:8em}.fl-block .fl-content{position:inherit;top:auto}.fl-block .close{top:0}}.group-type-heading{margin:.5em 0;line-height:1.2em}.tags-heading{margin:0;padding:0}.task-controls{margin:10px 0}.task-prev{color:#000}.tasks,.video-container{margin-bottom:10px}.video-container{height:0;position:relative;padding-bottom:56.25%;margin-top:10px}.video-container iframe{position:absolute;left:0;top:0;width:100%;height:100%}@media (min-width:1024px){.vk_fixed{position:fixed;top:.5em;width:230px}}@media (max-width:1024px){.vk_fixed{position:static!important}}#___ytsubscribe_0{float:left!important}.btn-subscribe{margin-bottom:35px}.btn-external{text-decoration:none;display:block;text-align:center;font-size:1.5em;line-height:2.3em;right:0;top:0;padding:0 2em;background:#4c5e90;color:#fff;border-radius:.3em}.btn-external:hover{background:#5879d4}input.gsc-input{line-height:1em}.error-main{padding:.5em;min-height:25em}.advideo-link:before{display:none}
.adb-container{top:0;left:0;height:100vh;width:100vw;background:rgba(6,6,6,.7);text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.adb-container>*{-webkit-box-sizing:border-box;box-sizing:border-box}.popapBlockedAd.active{display:block;z-index:1000;position:fixed;width:100%;height:100%;top:0;left:0;overflow:scroll}.popapBlockedAd .container{width:660px;height:560px;position:relative;margin:0 auto 10px;display:block;z-index:100;background:#fff}.active>.shadowClose,.shadow.active,.shadowNews.active{display:block;position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.45);opacity:1;z-index:90;cursor:pointer}.popapBlockedAd .leftColl{width:360px;float:left;padding:0 10px 0 15px}.popapBlockedAd .leftColl,.popapBlockedAd .rightColl{background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.popapBlockedAd .rightColl{width:300px;float:right}.popapBlockedAd .leftColl .close{background:rgba(0,0,0,0) url(/build/assets/images/close.jpeg) no-repeat 50%;background-size:contain;position:absolute;width:15px;height:15px;z-index:10;left:10px;top:10px;overflow:hidden;cursor:pointer}.popapBlockedAd .leftColl .wrap{padding-top:224px;background:rgba(0,0,0,0) url(/build/assets/images/ad_logo.jpeg) no-repeat top;background-size:auto 192px}.popapBlockedAd .titleBlockedAd{font-family:PT Sans,sans-serif;font-weight:700;font-size:24px;color:#000;text-align:center;margin-bottom:20px}.popapBlockedAd .txt p{font-family:OpenSans,sans-serif;font-size:16px;color:#565d66;line-height:21px;text-indent:0!important;margin-bottom:15px}.popapBlockedAd .rightColl .wrap{position:relative;width:100%;overflow:hidden;height:560px;background:#e54c6d}.popapBlockedAd .nav{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 30px 15px;border-bottom:1px solid #767676;font-size:15px;color:#fff;font-weight:100;-moz-justify-content:space-between;-ms-justify-content:space-between;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;box-pack:space-between}.popapBlockedAd .slideGallery.slide-1{left:0}.popapBlockedAd .slideGallery{position:absolute;width:900px;height:100%;overflow:hidden;left:0;-webkit-transition:left .5s ease-in-out;-o-transition:left .5s ease-in-out;transition:left .5s ease-in-out}.popapBlockedAd .nav span.active{color:#fff;border-bottom:3px solid #fff;cursor:default;pointer-events:none}.popapBlockedAd .nav span{padding-bottom:3px;border-bottom:3px solid rgba(0,0,0,0);cursor:pointer}.popapBlockedAd .nav span:hover{border-bottom:3px solid #fff}.popapBlockedAd #oneSlide{background:#ffe0e7 url(/build/assets/images/one_slide.jpeg) no-repeat center 152px;background-size:240px auto;display:none}.popapBlockedAd .slideGallery>.slide{position:absolute;width:300px;left:0;height:100%}.popapBlockedAd #twoSlide{background:#ffe0e7 url(/build/assets/images/two_slide.jpeg) no-repeat center 152px;background-size:240px auto;left:0;display:none}.popapBlockedAd #threeSlide{background:#ffe0e7 url(/build/assets/images/three_slide.jpeg) no-repeat center 152px;background-size:240px auto;left:0;display:none}.popapBlockedAd .slideGallery>.slide+.slide+.slide{left:600px}.popapBlockedAd .slideGallery .title{font-weight:600;font-size:16px;color:#000;padding:15px 30px}.popapBlockedAd ol{padding:0 30px;margin:0;text-align:left;list-style:decimal}.popapBlockedAd ol li{margin-bottom:15px;text-indent:0;font-size:14px;color:#000;line-height:18px}.popapBlockedAd .slideGallery>.slide+.slide{left:300px}.popapBlockedAd .txt .bold{font-family:OpenSans,sans-serif;font-size:16px;color:#000;font-weight:600;padding:20px 0 22px;border-bottom:1px solid #cfd9de;margin-bottom:25px}.popapBlockedAd .txt{text-align:left}.visible{display:block!important}.hidden{display:none!important}.non-fixed{position:relative!important}.empty-top{top:0!important}
.doc-link{display:inline-block;position:relative;padding:20px 10px 20px 60px;margin-right:60px;margin-top:20px;color:#507299;text-decoration:none}.doc-link:hover{-webkit-filter:brightness(120%);filter:brightness(120%);background:rgba(80,114,155,.09)}.doc-link:after{content:"";position:absolute;width:50px;height:50px;top:5px;left:0;background:url(/build/assets/images/file.png);background-size:contain}.doc-link.pdf:after{background:url(/build/assets/images/pdf.png);background-size:contain}.doc-link.doc:after,.doc-link.docx:after{background:url(/build/assets/images/doc.png);background-size:contain}.doc-link.jpeg:after,.doc-link.jpg:after{background:url(/build/assets/images/jpg.png);background-size:contain}.doc-link.png:after{background:url(/build/assets/images/png.png);background-size:contain}.doc-link.ppt:after,.doc-link.pptx:after{background:url(/build/assets/images/ppt.png);background-size:contain}.doc-link.txt:after{background:url(/build/assets/images/txt.png);background-size:contain}.doc-link.xls:after{background:url(/build/assets/images/xls.png);background-size:contain}.doc-link.zip:after{background:url(/build/assets/images/zip.png);background-size:contain}
.content-reached-block{display:inline-block;width:100%;text-align:center}.content-reached-block p{font-size:16px;line-height:1.2em;text-indent:0}.content-reached-block img{max-width:100%;min-height:100px}
.change-player{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px;font-size:14px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.change-player__icon{margin-left:10px;height:24px;width:111px;background-size:contain;background-repeat:no-repeat}@media (max-width:576px){.change-player__icon{height:16px;width:74px;margin-left:4px}}.change-player__button{background-color:rgba(0,0,0,0);border:1px solid #507299;padding:5px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:3px;cursor:pointer}@media (max-width:576px){.change-player__button{padding:7px 10px}}.change-player__button:hover{opacity:.7}.change-player__button_yt .change-player__icon{background-image:url(/build/assets/fonts/youtube-video.svg)}.change-player__button_vk .change-player__icon{background-image:url(/build/assets/fonts/vk-video.svg)}.change-player__button_active{background-color:#507299;color:#fff}.change-player__button_active:hover{opacity:1}.change-player__button_active.change-player__button_yt .change-player__icon{background-image:url(/build/assets/fonts/youtube-video-active.svg)}.change-player__button_active.change-player__button_vk .change-player__icon{background-image:url(/build/assets/fonts/vk-video-active.svg)}.subscribe-block{height:28px}.btn-subscribe_hidden{visibility:hidden}.btn-subscribe_hidden>div>iframe{visibility:hidden!important}
