

/* Start:/local/components/gpk/news-important/templates/.default/style.css?16734209755772*/
.important_news_wrap{padding:0 30px}@media only screen and (max-width: 1500px){.important_news_wrap{padding:0 20px}}@media only screen and (max-width: 500px){.important_news_wrap{margin-left:-15px;margin-right:-15px}}.important_news_wrap.hidden-js{overflow:hidden;height:430px}@media only screen and (max-width: 1200px){.important_news_wrap.hidden-js{height:385px}}@media only screen and (max-width: 991px){.important_news_wrap.hidden-js{height:410px}}@media only screen and (max-width: 767px){.important_news_wrap.hidden-js{height:auto}}@media only screen and (max-width: 500px){.important_news_wrap.hidden-js{height:430px}}@media only screen and (max-width: 415px){.important_news_wrap.hidden-js{height:385px}}@media only screen and (max-width: 400px){.important_news_wrap.hidden-js{height:395px}}@media only screen and (max-width: 320px){.important_news_wrap.hidden-js{height:375px}}.important_news_wrap .important_news{position:relative}.important_news_wrap .important_news .important_news_item figcaption{background:#FFF}.important_news_wrap .important_news .important_news_item figcaption a{color:#000;display:block;padding:25px 25px 15px}@media only screen and (max-width: 1500px){.important_news_wrap .important_news .important_news_item figcaption a{padding:25px 15px 15px}}@media only screen and (max-width: 1200px){.important_news_wrap .important_news .important_news_item figcaption a{padding:15px 20px 15px}}.important_news_wrap .important_news .important_news_item figcaption a .important_title{display:block;font-size:16px}@media only screen and (max-width: 1500px){.important_news_wrap .important_news .important_news_item figcaption a .important_title{font-size:14px;line-height:24px}}@media only screen and (max-width: 991px){.important_news_wrap .important_news .important_news_item figcaption a .important_title{font-size:16px;line-height:24px}}.important_news_wrap .important_news .important_news_item figcaption a .important_data{display:block;margin-top:25px;font-size:14px}@media only screen and (max-width: 1500px){.important_news_wrap .important_news .important_news_item figcaption a .important_data{font-size:13px}}@media only screen and (max-width: 500px){.important_news_wrap .important_news .important_news_item figcaption a .important_data{font-size:12px;margin-top:15px}}.important_news_wrap .important_news .important_news_item.attention{border:2px solid #00AF80}.important_news_wrap .important_news .owl-nav{position:absolute;top:50%;margin-top:-34px;width:100%}@media only screen and (max-width: 1500px){.important_news_wrap .important_news .owl-nav{margin-top:-37px}}@media only screen and (max-width: 500px){.important_news_wrap .important_news .owl-nav{margin-top:-50px}}@media only screen and (max-width: 350px){.important_news_wrap .important_news .owl-nav{margin-top:-25px}}.important_news_wrap .important_news .owl-nav .owl-prev i,.important_news_wrap .important_news .owl-nav .owl-next i{color:#FFF}.important_news_wrap .important_news .owl-nav .owl-prev,.important_news_wrap .important_news .owl-nav .owl-next{padding:20px 10px !important;background:#00AF80;position:absolute;outline:none !important}@media only screen and (max-width: 1500px){.important_news_wrap .important_news .owl-nav .owl-prev,.important_news_wrap .important_news .owl-nav .owl-next{padding:15px 5px !important;font-size:14px}}@media only screen and (max-width: 500px){.important_news_wrap .important_news .owl-nav .owl-prev,.important_news_wrap .important_news .owl-nav .owl-next{font-size:10px;padding:12px 5px !important}}.important_news_wrap .important_news .owl-nav .owl-next{right:-30px}@media only screen and (max-width: 1500px){.important_news_wrap .important_news .owl-nav .owl-next{right:-20px}}@media only screen and (max-width: 500px){.important_news_wrap .important_news .owl-nav .owl-next{right:-15px}}.important_news_wrap .important_news .owl-nav .owl-prev{left:-30px}@media only screen and (max-width: 1500px){.important_news_wrap .important_news .owl-nav .owl-prev{left:-20px}}@media only screen and (max-width: 500px){.important_news_wrap .important_news .owl-nav .owl-prev{left:-15px}}.important_news_wrap .important_news .owl-dots{height:0}
.post-adult-content-blur{
    position: absolute;
    z-index: -2;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, z-index 0.5s ease;
}
@supports (backdrop-filter: blur(10px)) {
    .post-adult-content-blur{
        -webkit-backdrop-filter: blur(10px);
        -o-backdrop-filter: blur(10px);
        -moz-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
}
@supports not (backdrop-filter: blur(10px)) {
    .post-adult-content-blur{
        background-color: #000;
        opacity: 0.4;
    }
}
.post-adult-content-text{
    display: flex;
    cursor: pointer;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #FFFFFF;
    text-align: center;
    padding: 0px 10px;
    transition: opacity 0.5s ease, z-index 0.5s ease;
}
.post-adult-content-text > p {
    font-size: calc(13px + 5 * ((100vw - 360px) / 1560));
}
.post-adult-content-text > span {
    font-size: calc(13px + 2 * ((100vw - 360px) / 1560));
}
.post-adult-content-blur.post-adult-content-actived{
    z-index: 2;
    opacity: 1;
    transition: opacity 0.5s ease, z-index 0.5s ease;
}
.post-adult-content-text.post-adult-content-actived{
    z-index: 3;
    opacity: 1;
    transition: opacity 0.5s ease, z-index 0.5s ease;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/gpk/banner/templates/.default/style.css?16408511091861*/
@font-face {
    font-family: 'Moloko';
    src: url("/local/components/gpk/banner/templates/.default/fonts/Moloko.otf");
}

.banner_2022_container{

    height: 190px;
    margin-bottom: 60px;
}
.banner_2022_wrap{
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 190px;
    background-image: url('/local/components/gpk/banner/templates/.default/img/back_new_year.png');
}
img.ng_img{
    margin: auto;
    right: 0; bottom: 0; left: 0;
    position: absolute;
    width: 90x;
    height: 30px;
}
.banner_2022_wrap #snow p {
    line-height: 1.45;
    display: inline-block;
    margin: 0;
    font-family: 'Moloko';
    color: white;
    font-size: 80px;
}
@media (max-width: 819px) {
    .banner_2022_wrap #snow p {
        font-size: 70px;
    }
}
@media (max-width: 664px) {
    .banner_2022_wrap #snow p {
        font-size: 60px;
    }
}
@media (max-width: 555px) {
    .banner_2022_wrap #snow p {
        line-height: 0.9em;
        width: 300px;
    }
}
/* Снееег */
#snow { width: 100%; height: 100%; background-image: url("/local/components/gpk/banner/templates/.default/snow/snow_1.png"), url("/local/components/gpk/banner/templates/.default/snow/snow_2.png"), url("/local/components/gpk/banner/templates/.default/snow/snow_3.png"); -webkit-animation: snow 20s linear infinite;-moz-animation: snow 20s linear infinite;-ms-animation: snow 20s linear infinite;animation: snow 20s linear infinite;}
@keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-moz-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-webkit-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-ms-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
/* Не снег */
/* End */


/* Start:/local/templates/gpk-ru-desctop/components/bitrix/news.list/news-main/style.css?16699061397069*/
.front_news{padding-right:50px;padding-bottom:15px;display:block}@media only screen and (max-width: 1500px){.front_news{padding-right:15px}}@media only screen and (max-width: 1500px){.front_news{padding-right:0}}.front_news .front_news_item{display:flex;flex-direction:row;margin-bottom:50px;position:relative}@media only screen and (max-width: 1500px){.front_news .front_news_item{margin-bottom:35px}}@media only screen and (max-width: 1200px){.front_news .front_news_item{margin-bottom:50px}}@media only screen and (max-width: 768px){.front_news .front_news_item{padding-bottom:0}}.front_news_item_text{flex-basis:70%;display:block;position:relative;padding-bottom:30px;padding-right:50px}@media only screen and (max-width: 1500px){.front_news_item_text{flex-basis:67%;padding-right:25px}}@media only screen and (max-width: 1200px){.front_news_item_text{flex-basis:70%;padding-right:15px}}@media only screen and (max-width: 992px){.front_news_item_text{padding-bottom:0;padding-right:40px}}@media only screen and (max-width: 768px){.front_news_item_text{padding-bottom:30px}}@media only screen and (max-width: 600px){.front_news_item_text{padding-right:10px;padding-bottom:20px;flex-basis:70%}}.front_news_item_text .front_news_item_title a{font-size:20px;font-family:"Roboto",sans-serif;font-weight:300;color:#000;line-height:32px}@media only screen and (max-width: 1500px){.front_news_item_text .front_news_item_title a{font-size:16px;line-height:26px}}@media only screen and (max-width: 1200px){.front_news_item_text .front_news_item_title a{font-size:14px;line-height:22px;display:block;font-weight:400}}@media only screen and (max-width: 992px){.front_news_item_text .front_news_item_title a{font-size:20px;line-height:28px;font-weight:300}}@media only screen and (max-width: 600px){.front_news_item_text .front_news_item_title a{font-size:14px;font-weight:400;line-height:20px;display:inline-block}}.front_news_item_text .front_news_item_title:hover a,.front_news_item_text .front_news_item_title:focus a,.front_news_item_text .front_news_item_title:active a{color:#00AF80}.front_news_item_img{flex-basis:30%;display:block;height:155px;position:relative}@media only screen and (max-width: 1500px){.front_news_item_img{flex-basis:33%;height:140px}}@media only screen and (max-width: 1200px){.front_news_item_img{height:91px;flex-basis:30%}}@media only screen and (max-width: 992px){.front_news_item_img{height:auto}}@media only screen and (max-width: 600px){.front_news_item_img{flex-basis:30%}}.front_news_item_footer{position:absolute;bottom:0;left:0;width:100%;padding-right:245px}@media only screen and (max-width: 1500px){.front_news_item_footer{padding-right:235px}}@media only screen and (max-width: 1200px){.front_news_item_footer{padding-right:150px}}@media only screen and (max-width: 992px){.front_news_item_footer{padding-right:260px}}@media only screen and (max-width: 768px){.front_news_item_footer{padding-right:280px}}@media only screen and (max-width: 767px){.front_news_item_footer{padding-right:0}}@media only screen and (max-width: 600px){.front_news_item_footer{line-height:18px}}.front_news_item_footer .data{font-size:16px;display:inline-block}@media only screen and (max-width: 1500px){.front_news_item_footer .data{font-size:14px}}@media only screen and (max-width: 1200px){.front_news_item_footer .data{font-size:12px}}@media only screen and (max-width: 992px){.front_news_item_footer .data{font-size:14px}}@media only screen and (max-width: 767px){.front_news_item_footer .data{float:left}}@media only screen and (max-width: 600px){.front_news_item_footer .data{font-size:11px}}.front_news_item_footer .count_eye{display:inline-block;margin-left:20px;padding-left:30px;position:relative}@media only screen and (max-width: 1500px){.front_news_item_footer .count_eye{font-size:14px}}@media only screen and (max-width: 1200px){.front_news_item_footer .count_eye{font-size:12px;padding-left:20px}}@media only screen and (max-width: 992px){.front_news_item_footer .count_eye{font-size:14px;padding-left:30px}}@media only screen and (max-width: 767px){.front_news_item_footer .count_eye{float:left}}@media only screen and (max-width: 600px){.front_news_item_footer .count_eye{font-size:11px;padding-left:20px;margin-left:10px}}.front_news_item_footer .count_eye i{margin-right:8px;left:0;top:6px;position:absolute}@media only screen and (max-width: 1200px){.front_news_item_footer .count_eye i{top:4px}}@media only screen and (max-width: 992px){.front_news_item_footer .count_eye i{top:5px}}.front_news_item_footer .media{float:right;padding-right:50px;position:relative;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center}@media only screen and (max-width: 1500px){.front_news_item_footer .media{padding-right:0}}@media only screen and (max-width: 767px){.front_news_item_footer .media{float:left}}.front_news_item_footer .media i{font-size:18px;line-height:28px}.front_news_item_footer .media i:nth-last-child(1){padding-left:15px}@media only screen and (max-width: 600px){.front_news_item_footer .media i:nth-last-child(1){padding-left:10px}}.front_news_item_footer .media i:nth-last-child(3){padding-right:25px}@media only screen and (max-width: 1500px){.front_news_item_footer .media i{font-size:18px;padding-left:15px}}@media only screen and (max-width: 1200px){.front_news_item_footer .media i{font-size:14px}}@media only screen and (max-width: 992px){.front_news_item_footer .media i{font-size:16px}}@media only screen and (max-width: 600px){.front_news_item_footer .media i{font-size:11px;line-height:18px}}
.post-adult-content-blur{
    position: absolute;
    z-index: -2;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, z-index 0.5s ease;
}
@supports (backdrop-filter: blur(10px)) {
    .post-adult-content-blur{
        -webkit-backdrop-filter: blur(10px);
        -o-backdrop-filter: blur(10px);
        -moz-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
}
@supports not (backdrop-filter: blur(10px)) {
    .post-adult-content-blur{
        background-color: #000;
        opacity: 0.4;
    }
}
.post-adult-content-text{
    display: flex;
    cursor: pointer;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #FFFFFF;
    text-align: center;
    padding: 0px 10px;
    transition: opacity 0.5s ease, z-index 0.5s ease;
}
.post-adult-content-blur.post-adult-content-actived{
    z-index: 2;
    opacity: 1;
    transition: opacity 0.5s ease, z-index 0.5s ease;
}
.post-adult-content-text.post-adult-content-actived{
    z-index: 3;
    opacity: 1;
    transition: opacity 0.5s ease, z-index 0.5s ease;
}
.front_news_item{
    overflow: hidden;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/gpk/queues.table/templates/front-page/style.css?15935329455532*/
@media only screen and (max-width: 1200px){.ochered_wrap{padding-left:30px}}@media only screen and (max-width: 992px){.ochered_wrap{padding-left:0}}.gpk_tabs_nav{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;padding-top:33px}@media only screen and (max-width: 1500px){.gpk_tabs_nav{padding-top:20px}}@media only screen and (max-width: 1200px){.gpk_tabs_nav{padding-top:13px}}@media only screen and (max-width: 992px){.gpk_tabs_nav{padding-top:20px}}.gpk_tabs_nav a.tab_active{background:#68D4A9;color:rgba(255,255,255,0.8);text-decoration:none;cursor:default;font-size:50px;padding:5px;margin-top:-33px}@-moz-document url-prefix(){.gpk_tabs_nav a.tab_active{margin-top:-33px}}@media only screen and (max-width: 1500px){.gpk_tabs_nav a.tab_active{font-size:42px;margin-top:-20px}}@media only screen and (max-width: 1200px){.gpk_tabs_nav a.tab_active{font-size:32px;margin-top:-13px}}@media only screen and (max-width: 992px){.gpk_tabs_nav a.tab_active{font-size:36px;margin-top:-20px}}.gpk_tabs_nav a{background:#E9E9E9;color:#CBCBCB;display:block;font-size:24px;font-weight:bold;text-align:center;text-transform:uppercase;padding:10px}@media only screen and (max-width: 1200px){.gpk_tabs_nav a{font-size:18px}}.gpk_tabs_nav li{flex-grow:1}.gpk_tabs_stage{clear:both;margin-bottom:20px;position:relative;width:100%}.ochered_descr{display:flex;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;background:#68D4A9}@media only screen and (max-width: 600px){.ochered_descr{flex-direction:column-reverse}}.ochered_descr div{font-family:"Arsenal",sans-serif;font-weight:300;color:#FFF}.ochered_descr .ochered_info{line-height:20px;padding:15px}@media only screen and (max-width: 1200px){.ochered_descr .ochered_info{padding:10px 15px;font-size:15px}}@media only screen and (max-width: 600px){.ochered_descr .ochered_info{padding:5px 8px}}.ochered_descr .ochered_time{font-size:28px;line-height:30px;padding:15px 15px 15px 5px;display:flex;-webkit-align-items:center;align-items:center}@media only screen and (max-width: 1500px){.ochered_descr .ochered_time{font-size:24px;padding:10px 15px 10px 5px}}@media only screen and (max-width: 1200px){.ochered_descr .ochered_time{font-size:22px}}@media only screen and (max-width: 992px){.ochered_descr .ochered_time{font-size:28px}}@media only screen and (max-width: 600px){.ochered_descr .ochered_time{justify-content:start;font-size:24px;padding:5px 8px}}.ochered_table tr{margin-top:1px}.ochered_table tr:hover,.ochered_table tr:focus,.ochered_table tr:active{outline:1px solid #00AF80}@media only screen and (max-width: 600px){.ochered_table tr:hover,.ochered_table tr:focus,.ochered_table tr:active{outline:none}}.ochered_table tr.country:hover,.ochered_table tr.country:focus,.ochered_table tr.country:active,.ochered_table tr.table_header:hover,.ochered_table tr.table_header:focus,.ochered_table tr.table_header:active{outline:none}.ochered_table tr.country td,.ochered_table tr.table_header td{font-size:22px;font-family:"Arsenal",sans-serif;font-weight:normal;padding:5px 0}@media only screen and (max-width: 1500px){.ochered_table tr.country td,.ochered_table tr.table_header td{font-size:20px}}@media only screen and (max-width: 1200px){.ochered_table tr.country td,.ochered_table tr.table_header td{font-size:18px}}@media only screen and (max-width: 992px){.ochered_table tr.country td,.ochered_table tr.table_header td{font-size:20px}}.ochered_table .table_header{text-align:center;font-size:18px;padding-top:25px;padding-bottom:35px;font-weight:normal}@media only screen and (max-width: 1200px){.ochered_table .table_header{padding-top:10px;padding-bottom:0}}.ochered_table tr.country td{padding:15px 0}.ochered_table td{text-align:center;font-weight:300;font-size:18px;padding:10px 5px;width:calc(65%/3)}@media only screen and (max-width: 1500px){.ochered_table td{font-size:15px;padding:8px 5px}}@media only screen and (max-width: 1200px){.ochered_table td{font-size:14px;padding:5px 3px}}@media only screen and (max-width: 992px){.ochered_table td{font-size:16px}}@media only screen and (max-width: 650px){.ochered_table td{font-size:14px;font-weight:400}}.ochered_table td:nth-child(1){text-align:left;width:35%}.ochered_table td a{color:#00AF80;cursor:pointer;display:block}.ochered_table td sup{font-size:100%}.ochered_table td .cam_open{cursor:pointer}.stacktable{width:100%}.st-head-row{padding-top:1em}.st-head-row.st-head-row-main{font-size:1.5em;padding-top:0}.st-key{width:49%;text-align:right;padding-right:1%}.st-val{width:49%;padding-left:1%}.stacktable.large-only{display:table}.stacktable.small-only{display:none}@media (max-width: 767px){.stacktable.large-only{display:none}.stacktable.small-only{display:table}}.table_mobile{margin-top:20px}.table_mobile .st-head-row{padding-top:0}.table_mobile .st-head-row a{font-weight:400;font-size:16px;display:block;padding:8px}.table_mobile .st-head-row span{font-size:18px;font-weight:400;padding:10px;display:block}.ochered_bottom_text{margin-top:50px;margin-bottom:50px}@media only screen and (max-width: 1500px){.ochered_bottom_text{font-size:14px}}@media only screen and (max-width: 1200px){.ochered_bottom_text{margin-top:30px;margin-bottom:30px}}@media only screen and (max-width: 992px){.ochered_bottom_text{margin-bottom:30px}}.ochered_bottom_text p{position:relative;text-indent:40px}.ochered_bottom_text p sup{font-size:48px;color:#00AF80;font-weight:300;line-height:60px;position:absolute;top:-25px;left:-40px}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/gpk-ru-desctop/components/gpk/photo-slider/partners/style.css?15591329921150*/
@media only screen and (max-width: 767px) {
  .partners_slider {
    margin-top: 50px; } }
.partners_slider .partners_slider_item {
  filter: grayscale(0.99);
  opacity: 0.7;
  transition: all 0.3s ease-in-out; }
  .partners_slider .partners_slider_item:hover, .partners_slider .partners_slider_item:focus, .partners_slider .partners_slider_item:active {
    filter: grayscale(0);
    opacity: 1;
    transition: all 0.3s ease-in-out; }
  .partners_slider .partners_slider_item a {
    display: flex;
    font-size: 14px;
    line-height: 18px;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .partners_slider .partners_slider_item a {
        font-size: 12px;
        line-height: 16px; } }
    .partners_slider .partners_slider_item a img {
      width: 60px;
      height: auto; }
      @media only screen and (max-width: 767px) {
        .partners_slider .partners_slider_item a img {
          width: 50px; } }
    .partners_slider .partners_slider_item a figcaption {
      padding-left: 10px; }
.partners_slider .owl-dots {
  height: 0; }

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/components/gpk/news-important/templates/.default/style.css?16734209755772 */
/* /local/components/gpk/banner/templates/.default/style.css?16408511091861 */
/* /local/templates/gpk-ru-desctop/components/bitrix/news.list/news-main/style.css?16699061397069 */
/* /local/components/gpk/queues.table/templates/front-page/style.css?15935329455532 */
/* /local/templates/gpk-ru-desctop/components/gpk/photo-slider/partners/style.css?15591329921150 */
