/* button*/
#popup__toggle {
    bottom: 25px;
    right: 10px;
    position: fixed;
    z-index: 999;
}
a.fancybox-media {
	position: relative;
 display: flex;
	justify-content: center;
	align-content: center;
}
 a .icon_blue {
	width: 80px;
    top: 40%;
	position: absolute;	
}
 a .icon_blue:hover {
	 opacity: 0.8
}
@media screen and (max-width:786px){
	 a .icon_blue {
	width: 10%;
	position: absolute;	
}
}
@media screen and (min-width:786px){
#popup__toggle {
   display: none;
}
}
.img-circle {
    background: url(../img/mini.png) no-repeat center center;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid darkred;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.s;
}

.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: red;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 35px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}

.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    background-image: url(images/mini.png);
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.img-circle:hover {
    opacity: 1;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}

@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }

    50% {
        transform: rotate(8deg);
    }

    100% {
        transform: rotate(-8deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }

    50% {
        -webkit-transform: rotate(8deg);
    }

    100% {
        -webkit-transform: rotate(-8deg);
    }
}

@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }

    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }

    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }

    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1;
    }

    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }

    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}

@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

/*th end button */
.owl-carousel {
    margin-left: 4%;
    margin-right: auto;
}

.btn_w.v1_mod,
.our_statics_list,
.about_project,
.article_w_info,
.social_list,
.slider_info_list,
.news_list,
.leaders_list,
.studio_gallery_slider_item,
.poster_list,
.person_list,
.nav_list,
.contact_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.gallery_thumb_w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.about_wrap,
.project_w_slider,
.awards_block,
.partner_list,
.ads_banner,
.slider_in,
.slider_info_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_w.v3_mod,
.partner_item,
.footer_list,
.slider_thumb_w,
.publications_nav_list,
.gallery_thumb_btn,
.page_content q,
.page_content blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.poster_list.full_width_mod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.project_item_descr,
.person,
.contact_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.review_author,
.form_controller.v1_mod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project_partner_img_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.main_menu_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section.article_hero_mod,
.studio_gallery_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.nav_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section.center_mod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.slider_in::before,
.gallery_popup_w,
.gallery_foto_w::before {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    will-change: opacity;
}

.news_block,
.publications_nav_title,
.archive_link,
.contact_phone_link {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    will-change: color;
}

.slider_img,
.main_menu,
.publications_nav_title::before,
.contact_tab_title::before {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    will-change: transform;
}

.top_news_img,
.news_i,
.news_video_i {
    display: block;
    width: 100%;
    height: auto;
}

.top_news_img_w:after,
.news_video_wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

.btn_base,
.project_item_watch {
    font-weight: 300;
    color: #fff;
    border: 3px solid darkred;

    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    white-space: nowrap;
    cursor: pointer;
}

.project_item_watch1 {
    font-weight: 300;
    color: #fff;
    border: 3px solid darkred;

    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    white-space: nowrap;
    cursor: pointer;
}

.project_item_watch3 {
    font-weight: 300;
    color: #fff;
    border: 3px solid darkred;

    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    white-space: nowrap;
    cursor: pointer;
}

.btn_base:hover,
.project_item_watch:hover,
.btn_base:focus,
.project_item_watch:focus {
    text-decoration: none;
}

.btn_base:hover,
.project_item_watch3:hover,
.btn_base:focus,
.project_item_watc3:focus {
    text-decoration: none;
}

.btn_base:hover,
.project_item_watch:hover {
    background: darkred;
}

.btn_base:hover,
.project_item_watch3:hover {
    background: darkred;
}

.btn_play,
.btn_more {
    font-weight: 300;
    color: #fff;
    background: #ff773b;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    white-space: nowrap;
    cursor: pointer;
}

.btn_play:hover,
.btn_more:hover,
.btn_play:focus,
.btn_more:focus {
    text-decoration: none;
}

.btn_play:hover,
.btn_more:hover {
    background: #ff5408;
}

.btn_base.v2_mod {
    font-weight: 300;
    color: #fff;
    background: transparent;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border: 0.1rem solid rgba(255, 255, 255, 0.38);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    white-space: nowrap;
    cursor: pointer;
}

.btn_base.v2_mod:hover,
.btn_base.v2_mod:focus {
    text-decoration: none;
}

.btn_base.v2_mod:hover {
    color: #000;
    background: #fff;
}

.btn_base.dark_mod {
    font-weight: 400;
    color: #000;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.18);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    white-space: nowrap;
    cursor: pointer;
}

.btn_base.dark_mod:hover,
.btn_base.dark_mod:focus {
    text-decoration: none;
}

.btn_base.dark_mod:hover {
    color: #fff;
    background: #000;
}

.btn_insta {
    color: #fff;
    background-image: linear-gradient(81deg, #bb37ac 0%, #ff4b4b 48%, #ffa23c 100%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    white-space: nowrap;
    cursor: pointer;
}

.btn_insta:hover,
.btn_insta:focus {
    text-decoration: none;
}

.btn_insta:hover,
.btn_insta:focus {
    background-image: linear-gradient(81deg, #ffa23c 0%, #ff4b4b 48%, #bb37ac 100%);
}

.btn_base {
    width: 12.82353em;
    height: 3.17647em;
    padding: 0 0.70588em;
    font-size: 1.7em;
    border-radius: 0.2rem;
}

.btn_base.v2_mod,
.btn_base.dark_mod {
    width: 12.35294em;
    height: 3.17647em;
    padding: 0 0.70588em;
    font-size: 1.7em;
    border-radius: 0.2rem;
}

.btn_play {
    width: 13rem;
    height: 13rem;
    font-size: 1.7rem;
    border-radius: 50%;
}

.btn_more {
    width: 17rem;
    height: 5.4rem;
    font-size: 1.7rem;
    line-height: 5.4rem;
    border-radius: .2rem;
}

.btn_insta {
    width: 16.8rem;
    height: 3.8rem;
    font-size: 2rem;
    line-height: 3.8rem;
    border-radius: .3rem;
}

.project_item_watch {
    width: 8.38095em;
    height: 2.57143em;
    font-size: 2.1em;
    line-height: 2.57143em;
    border-radius: 0.2rem;
}

.project_item_watch1 {
    width: 8.38095em;
    height: 2.57143em;
    font-size: 2.1em;
    line-height: 2.57143em;
    border-radius: 0.2rem;
}

.project_item_watch3 {
    width: 8.38095em;
    height: 2.57143em;
    font-size: 2.1em;
    line-height: 2.57143em;
    border-radius: 0.2rem;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html:before,
html:after,
body:before,
body:after,
div:before,
div:after,
span:before,
span:after,
object:before,
object:after,
iframe:before,
iframe:after,
h1:before,
h1:after,
h2:before,
h2:after,
h3:before,
h3:after,
h4:before,
h4:after,
h5:before,
h5:after,
h6:before,
h6:after,
p:before,
p:after,
blockquote:before,
blockquote:after,
pre:before,
pre:after,
abbr:before,
abbr:after,
address:before,
address:after,
cite:before,
cite:after,
code:before,
code:after,
del:before,
del:after,
dfn:before,
dfn:after,
em:before,
em:after,
img:before,
img:after,
ins:before,
ins:after,
kbd:before,
kbd:after,
q:before,
q:after,
samp:before,
samp:after,
small:before,
small:after,
strong:before,
strong:after,
var:before,
var:after,
b:before,
b:after,
i:before,
i:after,
dl:before,
dl:after,
dt:before,
dt:after,
dd:before,
dd:after,
ol:before,
ol:after,
ul:before,
ul:after,
li:before,
li:after,
fieldset:before,
fieldset:after,
form:before,
form:after,
label:before,
label:after,
legend:before,
legend:after,
article:before,
article:after,
aside:before,
aside:after,
canvas:before,
canvas:after,
details:before,
details:after,
figcaption:before,
figcaption:after,
figure:before,
figure:after,
footer:before,
footer:after,
header:before,
header:after,
hgroup:before,
hgroup:after,
menu:before,
menu:after,
nav:before,
nav:after,
section:before,
section:after,
summary:before,
summary:after,
time:before,
time:after,
mark:before,
mark:after,
audio:before,
audio:after,
video:before,
video:after,
button:before,
button:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

sub,
sup {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

sub:before,
sub:after,
sup:before,
sup:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:before,
a:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: none;
}

q:before,
q:after {
    content: none;
}

:focus {
    outline: 0;
}

input[type="text"],
textarea {
    -webkit-appearance: none;
}

input[type="text"]::-ms-clear,
textarea::-ms-clear {
    display: none;
}

input,
textarea {
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

textarea {
    resize: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}


html {
    height: 100%;
    font: 400 10px/1.33 "Akrobat-Regular", sans-serif;
}

body {
    position: relative;
    height: 100%;
    font-size: 1.6rem;
    color: white;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
}

body.gallery_open {
    overflow: hidden;
}

body.gallery_open .gallery_popup_w {
    opacity: 1;
    pointer-events: auto;
}

body.loading_full_mod {
    overflow-x: hidden;
    overflow-y: visible;
}

body.menu_open {
    overflow: hidden;
}

.wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    overflow: hidden;
    background: black;
}

.base {
    position: relative;
    max-width: 164rem;
    width: 100%;
    margin: 0 auto;
    padding-left: 12.6rem;
    padding-bottom: 48.6rem;
    background: black;
    -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1023px) {
    .base {
        padding: 5.6rem 0 0 0;
    }
}

.base.notfound_mod {
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 100vh;
    padding: 0;
    background: #000;
}

.container {
    padding: 0 4.4rem;
}

@media screen and (max-width: 1023px) {
    .container {
        padding: 0 2.4rem;
    }
}

a {
    text-decoration: none;
    color: darkred;
}

a:hover,
a:focus {
    text-decoration: underline;
}

.elements_list {
    padding: 3rem;
}





.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 164rem;
    height: 48.6rem;
    width: 100%;
    margin: 0 auto;
    padding-left: 12.6rem;
    font-size: 1rem;
    will-change: transform;

}

@media screen and (max-width: 1023px) {
    .footer {
        position: relative;
        height: auto;
        padding-left: 0;
        font-size: calc((1vw + .2rem));
    }
}

.footer_item {
    width: 50%;
    height: 48.6em;
}

@media screen and (max-width: 480px) {
    .footer_item {
        width: 100%;
        margin-top: 10rem;
    }
}

.extra_logo {
    width: 12.6em;
    height: 8em;
}

.footer_item .extra_logo {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -6.3em;
}

@media screen and (max-width: 480px) {
    .footer_item .extra_logo {
        width: 14.6em;
        height: 9.2em;
        margin-left: -7.3em;
    }
}

.extra_logo_img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}



.section_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1rem;
}

.section_wrap.project_mod {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1rem;
}

@media screen and (min-width: 769px) {
    .section_wrap.about_mod {
        margin-bottom: 16.8em;
    }
}

@media screen and (max-width: 768px) {
    .section_wrap.about_mod {
        margin-bottom: 10vh;
    }
}

.section {
    position: relative;
    font-size: 1rem;
}

@media screen and (max-width: 1400px) {
    .section {
        font-size: .76vw;
    }
}

@media screen and (max-width: 1023px) {
    .section {
        font-size: 1rem;
    }
}

.section.full_mod {
    height: 100vh;
    min-height: 60rem;
    max-height: 82.65rem;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .section.full_mod {
        height: auto;
        min-height: unset;
        max-height: unset;
    }
}

.section.offset_mod {
    margin-bottom: 4.2em;
}

.section.home_slider_mod {
    overflow: hidden;
}

.section.leaders_mod {
    padding: 6.8em 0 9em;
}

.section.publications_mod {
    padding: 4em 0;
}

.section.about_mod {
    padding-bottom: 5.2em;
}

.section.partner_mod {
    padding-bottom: 2em;
}

.section.project_mod {
    padding-left: 8.8em;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1023px) {
    .section.project_mod {
        min-height: calc(100vh - 5.6em);
        padding: 2.4em;
    }
}

.section.project_mod::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.39);
}

.section.about_project_mod {
    padding: 7.2em 0 13.8em 0;
}

@media screen and (max-width: 768px) {
    .section.about_project_mod {
        padding-bottom: 10vh;
    }
}

.section.article_hero_mod {
    padding: 8.8em 9.2em;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section.article_hero_mod:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    content: "";
}

@media screen and (max-width: 1023px) {
    .section.article_hero_mod {
        min-height: calc(100vh - 5.6em);
        padding: 8.8em 2.4em;
    }
}

@media screen and (max-width: 640px) {
    .section.article_hero_mod {
        padding-top: 4em;
        padding-bottom: 4em;
    }
}

.section.other_news_mod {
    padding: 6em 0;
}

.section.other_news_mod:before {
    position: absolute;
    top: 0;
    left: 4.4rem;
    height: 1px;
    width: calc(100% - 4.4rem * 2);
    background-color: #f1f1f1;
    content: '';
}

@media screen and (min-width: 769px) {
    .section.big_offset_mod {
        margin-bottom: 14.4em;
    }
}

@media screen and (max-width: 768px) {
    .section.big_offset_mod {
        padding: 0;
        margin-bottom: 10vh;
    }
}

.section.title_only {
    padding-left: 0;
}

@media screen and (max-width: 1023px) {
    .section.title_only {
        padding-left: 2.4em;
    }
}

.section.article_mod {
    padding: 6.4em 0 8.8em;
}

.section.contact_mod {
    padding: 8em 0 0;
}

.section.notfound_mod {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 1em;
}


.icon_w.v1_mod {
    width: 1.6em;
    height: 1.6em;
    margin-right: 1.4em;
}

.icon_w.v2_mod {
    width: 0.82353em;
    height: 0.94118em;
    margin-right: 1.29412em;
}

.icon_w.v3_mod {
    width: 2em;
    height: 2em;
    margin-right: .8em;
}

.icon.icon-play {
    font-size: 5rem;
}

@media screen and (max-width: 640px) {
    .icon.icon-play {
        font-size: 1.6em;
    }
}

.icon.menu_mod {
    margin-bottom: 1.2rem;
    fill: #fff;
    opacity: .3;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.main_menu_link:hover .icon.menu_mod {
    opacity: 1;
}

.icon.all_mod,
.icon.menu_news_mod {
    font-size: 3.2rem;
}

.icon.video_mod {
    font-size: 3.4rem;
}

.icon.photo_mod {
    font-size: 2.6rem;
}

.icon.contact_mod {
    font-size: 2.2rem;
}

.icon.social_mod {
    font-size: 3.4rem;
}

.icon.burger_mod {
    font-size: 2rem;
}

.icon.news_mod {
    margin: 0 1.3rem 0 0;
    font-size: 1.8rem;
    fill: #fd771b;
}

.icon.slider_info_mod {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.icon.btn_1_mod {
    width: 100%;
    height: 100%;
}

.icon.slider_control_mod {
    font-size: 2rem;
    fill: #fff;
}

.icon.slider_control_mod.dark_mod {
    fill: #000;
}

.icon.awards_mod {
    fill: #514e4f;
    opacity: .3;
}

.icon.insta_mod {
    font-size: 2.2rem;
}

.btn_insta .icon.insta_mod {
    margin-right: .8rem;
}

.icon.download_mod {
    font-size: 7.6rem;
    fill: #fff;
}

.poster_w_img .icon.download_mod {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3.8rem 0 0 -3.8rem;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.poster_w_img:hover .icon.download_mod {
    opacity: 1;
}

.icon.studio_mod {
    font-size: 3.8rem;
    fill: #3e3e3e;
}

@media screen and (max-width: 1023px) {
    .icon.studio_mod {
        fill: #fff;
    }
}

.icon.project_item_mod {
    margin-right: 1.8rem;
    font-size: 1.8rem;
    color: #fd771b;
}

.icon.employee_mod {
    font-size: 2.9em;
    fill: #514e4f;
    opacity: .3;
    cursor: pointer;
}

.icon.employee_mod:hover {
    opacity: 1;
}

.icon.gallery_mod {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.icon.publications_mod {
    width: 100%;
    height: 100%;
    fill: #514e4f;
}

.social_link .icon {
    fill: #fff;
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
}

.icon.vk_mod {
    font-size: 1.2rem;
}

.icon.facebook_mod {
    font-size: 1.7rem;
}

.icon.twitter_mod {
    font-size: 1.3rem;
}

.icon.insta_mod {
    font-size: 1.4rem;
}

.icon.file_mod {
    width: 100%;
    height: 100%;
    fill: #fd771b;
}

.icon.person_mod {
    font-size: .5em;
    margin-left: 1em;
}

.home_slider_item {
    width: 100%;
    will-change: transform;
}

.slider_in {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 6em 4em 6em 10.4em;
}

@media screen and (max-width: 1023px) {
    .slider_in {
        height: auto;
        min-height: 60em;
        padding-left: 2.4em;
        padding-right: 2.4em;
    }
}

@media screen and (max-width: 480px) {
    .slider_in {
        min-height: 100vh;
    }
}

.slider_in.v1_mod {
    max-height: 82.65rem;
    min-height: 60rem;
}

@media screen and (max-width: 1023px) {
    .slider_in.v1_mod {
        min-height: unset;
        max-height: unset;
    }
}

.slider_in.v2_mod {
    height: 11.4em;
    padding: 0;
    cursor: pointer;
}

@media screen and (max-width: 1023px) {
    .slider_in.v2_mod {
        min-height: unset;
    }
}

.slick-current .slider_in.v2_mod::before {
    opacity: 0;
}

.slider_in::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(80%, rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 80%);
}

.slider_img_w {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider_img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider_content {
    z-index: 2;
    position: relative;
    width: 100%;
    max-width: 80em;
}

.slider_content.full_width {
    max-width: 100%;
    text-align: center;
}

.slider_title {
    text-transform: uppercase;
    color: #fff;
    font-family: "BebasNeue", sans-serif;
    font-size: 12em;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 0.13333em;
}

.slider_title.offset_mod {
    padding-bottom: .3em;
}

.slider_title.v2_mod {
    z-index: 2;
    position: absolute;
    top: 2.15em;
    left: 0.71667em;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .slider_title.v2_mod {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 0.16667em;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
    }
}

@media screen and (max-width: 1023px) {
    .slider_title {
        font-size: 16vmin;
    }
}

.slider_info_list {
    margin: 0 -5.6em -2em 0;
    padding: 0;
}

@media screen and (max-width: 480px) {
    .slider_info_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.slider_info_item {
    padding: 0 5.6em 2em 0;
}

.slider_info_title {
    color: #fff;
    font-size: 1.6em;
    font-weight: 300;
}

.slider_text_w {
    width: 100%;
    max-width: 40em;
    padding-top: 1.66667em;
    color: #fff;
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.27;
    word-wrap: break-word;
}

.slider_text_w.project_mod {
    max-width: 22.72727em;
    padding-top: 2em;
    font-size: 2.2em;
    line-height: 1.45;
}

@media screen and (max-width: 639px) {
    .slider_text_w.project_mod {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 639px) {
    .slider_text_w.home_slider_mod {
        display: none;
    }
}

.slider_thumb_w {
    position: absolute;
    top: 0;
    right: 4.6em;
    width: 22.5em;
    height: 100%;
}

@media screen and (max-width: 1023px) {
    .slider_thumb_w {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: auto;
    }
}

.slider_thumb {
    width: 100%;
}

.slider_thumb .slick-track.center_mod {
    margin-top: 14em;
}

.slider_thumb_item {
    width: 100%;
    padding: 1em 0;
}

@media screen and (max-width: 1023px) {
    .slider_thumb_item {
        padding: 0;
    }
}

/*MENU MENU MENU MENU MENU MENU MENU MENU MENU  start*/


.menu_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 12.6rem;
    height: 100%;
    font-size: 1rem;
    background-color:darkred;
}

@media screen and (max-width: 1023px) {
    .menu_wrap {
        position: fixed;
        z-index: 150;
        width: 100%;
        height: 5.6rem;
        padding: 0 2.4em;

    }
}

.logo {
    display: block;
    width: 9em;
    height: 10em;
}

@media screen and (min-width: 1024px) {
    .logo.menu_mod {
        margin: 1.6em auto 0 auto;
    }
}

@media screen and (max-width: 1023px) {
    .logo.menu_mod {
        width: 9em;
        height: 5.2em;
    }
}

.logo_img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.main_menu {
    position: relative;
    padding-top: 3.4em;
    padding-bottom: 3.4em;
}

@media screen and (min-width: 1024px) {

    .main_menu:before,
    .main_menu:after {
        position: absolute;
        left: 50%;
        width: 6.8em;
        height: .2em;
        margin-left: -3.4em;
        background: darkred;
        opacity: .1;
        content: "";
    }

    .main_menu:before {
        top: 0;
    }

    .main_menu:after {
        bottom: 8px;
    }
}

@media screen and (max-width: 1023px) {
    .main_menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        background-color: darkred;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }

    body.menu_open .main_menu {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.main_menu_in {
    height: 100%;
}

@media screen and (max-width: 1023px) {
    .main_menu_in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        overflow-y: auto;
    }
}

@media screen and (max-width: 1023px) {
    .main_menu_list {
        max-width: 24em;
        width: 100%;
        margin: auto;
    }
}

.main_menu_item {
    margin-bottom: 0em;
}

.main_menu_item.border_mod {
    position: relative;
    padding-bottom: 3em;
    padding-top: 10em;
}

.main_menu_item.border_mod:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 6.8em;
    height: .2em;
    margin-left: -3.4em;
    background: darkred;
    opacity: .1;
    content: "";
}

.main_menu_item:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
    .main_menu_item {
        margin-bottom: 1em;
    }

    .main_menu_item.border_mod {
        padding-bottom: 2em;
    }
}

@media screen and (max-width: 640px) {
    .main_menu_item.border_mod {
        padding-bottom: 1em;
    }
}

.main_menu_link {
    position: relative;
    text-align: center;

}

.menu_im {
    opacity: 0.5;
    overflow: hidden;
}

.main_menu_link:before {
    position: absolute;
    background-color: #f67632;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    content: "";
}

.main_menu_item.active_mod .main_menu_link:before,
.main_menu_item:active .main_menu_link:before {
    opacity: 1;
}

.menu_im:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.main_menu_link:hover,
.main_menu_link:focus {
    text-decoration: none;
}

@media screen and (min-width: 1024px) {
    .main_menu_link:before {
        top: 50%;
        left: 0;
        height: 6.8em;
        width: .3rem;
        margin-top: -3.4em;
    }
}

@media screen and (max-width: 1023px) {
    .main_menu_link {
        padding-bottom: 1em;
    }

    .main_menu_link:before {
        left: 50%;
        bottom: 0;
        height: .3em;
        width: 6.8em;
        margin-left: -3.4em;
    }
}

.main_menu_title {
    padding-top: 0.3em;
    display: block;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
}

.main_menu_title.lang_mod {
    opacity: .3;
    color: #fff;
    font-size: 2em;
    font-weight: 400;
    line-height: .9;
    text-transform: uppercase;
    letter-spacing: .122rem;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.main_menu_link:hover .main_menu_title.lang_mod,
.main_menu_link:focus .main_menu_title.lang_mod {
    opacity: 1;
}

@media screen and (max-width: 1023px) {
    .main_menu_title.lang_mod {
        opacity: 1;
    }
}

.menu_trigger {
    z-index: 210;
    position: absolute;
    top: 50%;
    right: 2.4em;
    display: none;
    height: 2.6rem;
    width: 3.8rem;
    margin-top: -1.6rem;
    text-transform: uppercase;
    color: transparent;
    cursor: pointer;
}

@media screen and (max-width: 1023px) {
    .menu_trigger {
        display: block;
    }
}

.menu_trigger:before {
    content: '';
    -webkit-transform: translate(0, -1rem);
    transform: translate(0, -1rem);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: .4rem;
    margin-top: -.2rem;
    background: #fff;
}

.menu_trigger:after {
    content: '';
    -webkit-transform: translate(0, 1rem);
    transform: translate(0, 1rem);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: .4rem;
    margin-top: -.2rem;
    background: #fff;
}

.menu_trigger.active_mod:before {
    -webkit-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
}

.menu_trigger.active_mod:after {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
}

.menu_trigger_decor {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: .4rem;
    margin-top: -.2rem;
    background: #fff;
}

.active_mod .menu_trigger_decor {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}


/* the end MENU MENU MENU MENU MENU MENU MENU MENU MENU  the end*/



.page_title {
    margin-bottom: 0.33333em;
    font-family: "BebasNeue", sans-serif;
    font-weight: 700;
    font-size: 12em;
    text-transform: uppercase;
}

@media screen and (max-width: 480px) {
    .page_title {
        font-size: 8em;
    }
}

.project_item_descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: -60%;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10%;
    margin-right: 2em;
    z-index: 10;
    height: 100%;
}
.project_item_descr00 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: -40%;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10%;
    margin-right: 2em;
    z-index: 10;
    height: 100%;
}
.project_item_descr.dscr6 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: -30%;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10%;
    margin-right: 2em;
    z-index: 10;
    height: 200%;
    
    
}
.project_item_descr.dscr7 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: 30%;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10%;
    margin-right: 2em;
    z-index: 10;
    height: 200%;
    
    
}
.project_item_descr0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: justify;
    margin-top: -60%;
    z-index: 300;
    position: relative;
    margin-bottom: 1%0;
    padding-bottom: 0;
    margin-right: 2em;
    z-index: 10;
    height: 100%;
}

.project_item {
    margin-bottom: 0em;

}

.project_item:last-of-type {
    margin-bottom: 0;
}

.projects_wrap {
    padding: 0em 0em 0em;
    background-color: black;
}

.project_items_wrap {
    padding-top: 0em;
    margin-left: -4em;
}

.project_item_img_wrap {
    margin-bottom: 3.8em;
}

.af_img_all {
    width: 100%;
    padding-top: 6.5em;
    padding-left: 3em;
    padding-bottom: 5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;

}



.af_img_list2 {
    width: 100%;
    height: 100%;
    background: url(../img/about_vd3.jpg) 100% 100% no-repeat;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;

}


.project_item_img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project_item_info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27em;
    flex: 0 0 1em;
}

@font-face {
    font-family: 'Akrobat-Regular';
    src: url(../fonts/Akrobat-Regular.woff) format('woff');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Akrobat-Black';
    src: url(../fonts/Akrobat-Black.woff) format('woff');
    font-style: normal;
    font-weight: normal;
}

.project_info_name2 {
    margin-bottom: 0.2em;
    margin-top: -0.2em;
    font-size: 18rem;
    font-weight: 700;
    line-height: 1;
    text-align: right;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-transform: uppercase;
    font-family: 'Akrobat-Black';

}

.project_info_name3 {
    margin-bottom: 0.1em;
    margin-left: 0em;
    font-size: 10em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding-right: 0;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Akrobat-Black';

}


.project_item_duration2 {
    padding-top: 0em;
    margin-bottom: 0em;
    padding-bottom: 0em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  
}

.project_item_duration2 span {
    position: absolute;
    font-size: 47px;

    line-height: 1;
    margin-top: -3em;
    font-family: "Akrobat-Black";
    margin-left: 0.3em;
}

.project_item_duration2 p {
    margin-top: -4em;
    margin-left: 1.4em;
    font-size: 14px;

}

.project_item_watch {
    position: relative;
    margin-top: 1em;
    margin-left: 0em;
}

.project_item_watch1 {
    position: absolute;
    margin-top: 3.3em;
    margin-left: 0em;
}

.project_item_text_wrap10 {
    padding:5% 0 0 8%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20em;
    height: 80em;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    
    align-items:flex-start;

}
.project_item_text_wrap11 {
    padding: 5% 0% 0% 8%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10em;
    height: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items:;

}
.project_item_text_wrap {
    padding: 0em 0em 12em 3.4em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10em;
    height: 70em;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

}

.project_item_text_wrap0 {
    padding: 15em 0em 12em 3.4em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0em;
    height: 70em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

}

.project_item_text_wrap p {
    float: right;
}




.project_info_name {
    margin-bottom: 0.6em;
    margin-left: 0.6em;
    font-size: 6em;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Akrobat-Black';
}

.project_item_text {
    width: 60rem;
    font-size: 1.7rem;
    line-height: 1.45;
}

.project_item_text_pro {
    width: 60rem;
    font-size: 5rem;
    line-height: 1.45;
}

.project_item_text_pro0 {
    width: 60rem;
    font-size: 4rem;
    line-height: 1.45;
}

.project_item_text span {
    font-family: "Akrobat-Black";
}


.nhy {
    margin-top: -3.5em;
    font-size: 10em;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 150;

}

.trer {
    margin-top: 3em;


}

.project_item_watch.tre {
    margin-left: 1em;

}

.tree {
    margin-top: 0em;
    margin-left: 1.6em;
}

.news_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;


}

.bred {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
 .project_item_descr.dscr7 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: 1em;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10%;
    margin-right: 2em;
    z-index: 10;
    height: 200%;
    
    
}
/*mobil version */
/*the start mobil version*/

@media screen and (max-width: 1338px) {

    .af_img_all.bred {
        display: none;

    }

    .tree {
        margin-top: 0em;
        margin-left: 1.6em;
    }
.project_item_descr.dscr6 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: 0%;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10%;
    margin-right: 2em;
    z-index: 10;
    height: 200%;
    
    
}
    .project_item_descr.dscr7 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: 30%;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10%;
    margin-right: 2em;
    z-index: 10;
    height: 200%;
    
    
}
}

@media screen and (max-width: 1023px) {
.project_item_descr.dscr7 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: 10%;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10%;
    margin-right: 2em;
    z-index: 10;
    height: 200%;
    
    
}
    .mmm {
margin-top: 200px;
    }
    .project_item_text_wrap1 {
        padding: 0em 3.4em;
        width: 100%;
    }

    .project_item_text_wrap2 {
        padding: 0em 3.4em;
        width: 100%;
    }

    .project_item_duration2 {
        padding-top: 0em;
        margin-bottom: 0em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nhyx {
        margin-bottom: 7em;
    }

    .project_item_text_wrap {
        padding:3rem;
    }

    .project_item_info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 4em;
    }


    .project_item_descr2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column-reverse;
        margin-left: auto;
        margin-right: auto;

        -ms-flex-line-pack: center;

        align-content: center;

    }

    .project_item_descr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;

        margin-left: auto;
        margin-right: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
    flex-direction: column;
    padding: %;
    }
.project_item_descr.dscr6 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: -20%;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10%;
    margin-right: 2em;
    z-index: 10;
    height: 200%;
    
    
}
}

@media screen and (max-width: 776px) {
.project_info_name2 {
    margin-bottom: 0.2em;
    margin-top: -0.2em;
   font-size: 5em;
    margin-right: auto;
    margin-left: auto;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Akrobat-Black';

}

.project_info_name3 {
    margin-bottom: 0.3em;
   margin-left:  0m;
    font-size: 3em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-transform: uppercase;
    font-family: 'Akrobat-Black';
    width: ;

}
    .project_item_text_wrap {
    padding: 0em 0em em 0em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0em;
    height: 70em;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

}

.project_item_text_wrap0 {
    padding:1em 0em em 2em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0em;
    height: 70em;
  
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

}

.project_item_text_wrap p {
    float: right;
}


    .project_item_descr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        

    }
.project_item_descr.dscr6 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: ;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10%;
    margin-right: 2em;
    z-index: 10;
    height: ;
    
    
}
 .project_item_descr.dscr7 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
   padding-top:200px ;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10%;
    margin-right: 2em;
    z-index: 10;
    height: ;
    
    
}
    .project_item_text {
       width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0rem 0 0;
        font-size: 1.7rem;

    }
    a.project_item_watch.tree {
    margin-top: ;
    margin-left: 3em;
}
      a.project_item_watch.trer {
    top: 1%;
    margin-left: -1em;
}
.nhy {
    margin-top: -2em;
    font-size: 8em;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 150;
    margin-right: auto;
    margin-left: auto;

}
.news_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;


}


.news_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 30em;


}

.bred {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.project_item_watch {
    position: relative;
    margin-top: 0em;
    margin-left: 5em;
}
    .project_item_watch.tre {
        margin-top: 1em;
}
.project_item_watch1 {
    position: absolute;
    margin-top: 3.3em;
    margin-left: 0em;
}


.project_item_text_pro {
    width: 30rem;
    font-size: 3rem;
    line-height: 1.45;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.project_item_text_pro0 {
    width: auto;
   text-align: center;
    font-size: 2rem;
    line-height: 1.45;
    margin-left: auto;
    margin-right: auto;
   
}

    .project_item_img {
        margin-top: em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: inline-block;
        max-width: 110%;
        min-width: 20%;
        position: relative;
        -o-object-fit: cover;
        object-fit: cover;
        margin-left: auto;
        margin-right: 1em;
        padding-right: em;



    }

    

    .af_img_all1 div {
        padding: 0.6rem;
    }



    .af_img_list {
        margin-left: auto;
        margin-right: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: flex;
        max-width: 600px;
        margin-top: 10rem;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 0 0rem 0 0;
    }

    .metr {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 500px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;

    }

    .af_img_all {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .project_item_descr2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        text-align: justify;
        margin-top: ;
        z-index: 300;
        position: relative;
        margin-bottom: 0;
        padding-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        z-index: 10;
        height: 100%;
        width: auto;

    }
.project_item_descr0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: justify;
    margin-top: ;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 2em;
    z-index: 10;
    height: 100%;
    height: 50em;
}
}

@media screen and (max-width:575px){
        .project_item_watch.tree {
    margin-top: 0em;
    margin-left: 2em;
}
    
   .project_item_descr.dscr6 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: ;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10%;
    margin-right: 2em;
    z-index: 10;
    height: auto;
     
     
} 
    .project_item_descr.dscr7 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: ;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10%;
    margin-right: 2em;
    z-index: 10;
   
    
    
}
    .project_item_text_pro {
    width: auto;
    font-size: 2rem;
    line-height: 1.45;
    margin-left: auto;
    margin-right: auto;
}
}
@media screen and (max-width:510px){
   .project_item_descr.dscr6 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: ;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10%;
    margin-right: 2em;
    z-index: 10;
    height: auto;
       padding-top: 10%;
     
} 
   .project_item_descr.dscr7 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: ;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10%;
    margin-right: 2em;
    z-index: 10;
    height: 400%;
    
    
} 
}
@media screen and (max-width:420px){
        .project_item_watch.tree {
    margin-top: 2em;
    margin-left: 2em;
}
     .project_item_descr.dscr7 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: ;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 50%;
    margin-right: 2em;
    z-index: 10;
    height: 400%;
    
    
} 
      .project_item_descr.dscr6 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: ;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10%;
    margin-right: 2em;
    z-index: 10;
    height: auto;
    padding-top: 10%;
     
} 
}

@media screen and (max-width:385px){
        .project_item_watch.tree {
    margin-top: 5em;
    margin-left: 2em;
}
      .project_item_descr.dscr6 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: ;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10%;
    margin-left: auto;
          margin-right: auto;
    z-index: 10;
    height: auto;
       padding-top: 10%;
     
} 
    .project_item_descr.dscr7 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: ;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 30%;
    margin-right: 2em;
    z-index: 10;
    height: 400%;
    
    
}  
}

@media screen and (max-width: 353px) {
    .project_info_name2 {
    margin-bottom: 0.2em;
    margin-top: -0.2em;
   font-size: 5em;
    margin-right: auto;
    margin-left: auto;
    font-weight: 700;
    line-height: 1;
    text-align: right;
        padding-right: 0.2em;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Akrobat-Black';

}
 .project_item_descr.dscr7 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: ;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom:20%;
    margin-right: 2em;
    z-index: 10;
    height: 400%;
    
    
} 
     .project_item_descr.dscr8 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: ;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom:20%;
    margin-right: 2em;
    z-index: 10;
    height: auto;
    
    
} 
.project_info_name3 {
    margin-bottom: 0.3em;
   margin-left:  0m;
    font-size: 4em;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    padding-left: 0.3em;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-transform: uppercase;
    font-family: 'Akrobat-Black';
    width: 40rem;

}
    .project_item_text_wrap {
    padding: 0em 0em 12em 3.4em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0em;
    height: 70em;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

}

.project_item_text_wrap0 {
    padding: 5em 0em 12em 3.4em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0em;
    height: 70em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

}

.project_item_text_wrap p {
    float: right;
}

.project_item_duration2 {
    padding-top: 0em;
    margin-bottom: 0em;
    padding-bottom: 0em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  
}

.project_item_duration2 span {
    position: absolute;
    font-size: 42px;
    padding-left: 0.5em;
    line-height: 1;
    margin-top: -3em;
    font-family: "Akrobat-Black";
    margin-left: 0.3em;
}

.project_item_duration2 p {
    margin-top: -0.8em;
    margin-left: 2.5em;
    font-size: 15px;
    width: 80%;

}
    .project_item_descr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        

    }
 .project_item_descr.dscr6 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: 100%;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10%;
      margin-left: auto;
        margin-right: auto;
    z-index: 10;
    height: auto;
       padding-top: 10%;
     
} 
    .project_item_text {
       width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0rem 0 0;
        font-size: 1.4rem;

    }
    .project_item_watch.tree {
    margin-top: 20em;
    margin-left: 3em;
}
        .project_item_watch.tre {
    margin-top: 5em;
    margin-left: 1.9em;
}
       .project_item_watch.trer {
    margin-top: 3em;
    margin-left: -1em;
}
.nhy {
    margin-top: -2em;
    font-size: 6em;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 150;
    margin-right: auto;
    margin-left: auto;

}
.news_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;


}


.news_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 30em;


}

.bred {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.project_item_watch {
    position: absolute;
    margin-top:0em;
    margin-left: 5em;
}
    .project_item_watch.tre {
}
.project_item_watch1 {
    position: absolute;
    margin-top: 3.3em;
    margin-left: 0em;
}


.project_item_text_pro {
    width: 30rem;
    font-size: 1.8em;
    line-height: 1.45;
    margin-left: auto;
    margin-right: auto;
}

.project_item_text_pro0 {
    width: ;
    padding-left: 1em;
    font-size: 1.5rem;
    line-height: 1.45;
    margin-left: auto;
    margin-right: auto;
   
}

    .project_item_img {
        margin-top: em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: inline-block;
        max-width: 110%;
        min-width: 20%;
        position: relative;
        -o-object-fit: cover;
        object-fit: cover;
        margin-left: auto;
        margin-right: 1em;
        padding-right: 0em;



    }

    

    .af_img_all1 div {
        padding: 0.6rem;
    }



    .af_img_list {
        margin-left: auto;
        margin-right: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: flex;
        max-width: 600px;
        margin-top: 10rem;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 0 0rem 0 0;
    }

    .metr {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 500px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;

    }

    .af_img_all {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .project_item_descr2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        text-align: justify;
        margin-top: -60%;
        z-index: 300;
        position: relative;
        margin-bottom: 0;
        padding-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        z-index: 10;
        height: 100%;
        width: auto;

    }
.project_item_descr0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: justify;
    margin-top: -20%;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 2em;
    z-index: 10;
    height: 100%;
    height: 50em;
}

}

@media screen and (max-width:325px) {
    .project_item_text_pro {
    width: 25rem;
    font-size: 1.8em;
    line-height: 1.45;
    margin-left: auto;
    margin-right: auto;
        padding-right: 0.2em;
}
      .project_item_watch.tree {
        margin-top: 22em;
        margin-left: 2.4em;
    }
      .project_item_watch.trer {
        margin-top: 4em;
        margin-left: 1.em;
    }
.project_item_text_wrap {
    padding: 0em 0em 12em 2em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0em;
    height: 60em;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

}
    .project_info_name2 {
    margin-bottom: 0.2em;
    margin-top: -0.2em;
   font-size: 4em;
    margin-right: auto;
    margin-left: auto;
    font-weight: 700;
    line-height: 1;
    text-align: right;
        padding-right: 0.2em;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Akrobat-Black';

}

.project_info_name3 {
    margin-bottom: 0.3em;
   margin-left:  0m;
    font-size: 4em;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    padding-left: 0.3em;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-transform: uppercase;
    font-family: 'Akrobat-Black';
    width: 40rem;

}
    
    .project_item_img {
        margin-top: 0em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: inline-block;
        max-width: 100%;
        min-width: 20%;
        position: relative;
        -o-object-fit: cover;
        object-fit: cover;
        margin-left: auto;
        margin-right: 1em;
        padding-right: 0em;



    }
     .project_item_descr.dscr7 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: justify;
    margin-top: 120em;
    z-index: 300;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 30%;
    margin-right: em;
    z-index: 10;
    height: 400%;
    
    
}  
}



@media screen and (max-width: 1023px) {
    .reviews_section {
        margin-bottom: 10em;
    }
}

@media screen and (max-width: 1023px) {
    .reviews_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.review_item {
    margin-right: 8.8em;
}

.review_item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1023px) {
    .review_item {
        margin-right: 0;
        margin-bottom: 5em;
    }
}

.review_text {
    margin-bottom: 1.41667em;
    font-size: 2.4em;
    line-height: 1.45;
    font-weight: 700;
}

@media screen and (max-width: 1023px) {
    .review_text {
        margin-bottom: 0.83333em;
    }
}

@media screen and (max-width: 480px) {
    .review_text {
        font-size: 2em;
    }
}

.review_author_img_wrap {
    width: 3.4em;
    height: 3.4em;
    margin-right: 2em;
    border-radius: 50%;
    overflow: hidden;
}

.review_author_img {
    margin-right: 2.2em;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.review_author_name {
    font-size: 1.8em;
    font-weight: 300;
}

.materials_block {
    margin-bottom: 10em;
}

.project_partners_slider .slick-list {
    margin: 0 -1.4em;
}

.project_partner_img_wrap {
    height: 160px;
    padding: 0 1.4em;
}

.project_partner_img {
    max-width: 100%;
    max-height: 100%;
}

.person_w_list {
    width: 100%;
}

.person_w_list.offset_mod {
    margin-bottom: 6.8em;
}

.person_w_list.offset_mod:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
    .person_w_list {
        max-width: 64em;
    }
}

.options_w_list {
    width: 100%;
}

.options_w_list.offset_mod {
    margin-bottom: 6.8em;
}

.options_w_list.offset_mod:last-of-type {
    margin-bottom: 0;
}

.person_list {
    margin: 0 -4em -7em 0;
}

@media screen and (max-width: 375px) {
    .person_list {
        margin-right: 0;
    }
}

.person_item {
    width: 50%;
    padding: 0 4em 7em 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .person_item {
        width: 33.33%;
    }
}

@media screen and (max-width: 375px) {
    .person_item {
        width: 100%;
        padding-right: 0;
        padding-bottom: 4.8em;
    }
}

.person {
    text-decoration: none;
}

.person .icon {
    display: none;
}

.person:hover {
    color: inherit;
    text-decoration: none;
}

.person:hover .icon {
    display: inline;
}

@media (min-width: 376px) and (max-width: 1023px) {
    .person {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.person_w_img {
    width: 7.2em;
    height: 7.2em;
    overflow: hidden;
    border-radius: 50%;
}

.person_w_img.offset_mod {
    margin-right: 2.2em;
}

@media (min-width: 376px) and (max-width: 1023px) {
    .person_w_img.offset_mod {
        margin-right: 0;
        margin-bottom: 2.2em;
    }
}

.person_img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.person_descr {
    max-width: 19.2em;
}

.person_name {
    display: block;
    color: #010101;
    font-size: 2.2em;
    font-weight: 700;
}

.person_name.offset_mod {
    margin-bottom: 0.45455em;
}

.person_position {
    color: #010101;
    font-size: 1.8em;
    font-weight: 300;
}



.thumb_btn_title {
    color: #fff;
    font-size: 1.7em;
    font-weight: 300;
}

.close_gallery_btn {
    z-index: 10;
    position: absolute;
    top: 11.4em;
    right: 3.6em;
    width: 3em;
    height: 3em;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .close_gallery_btn {
        top: 10%;
        background: rgba(0, 0, 0, 0.6);
    }
}

.close_gallery_btn::before {
    position: absolute;
    top: 1.4em;
    left: 0;
    width: 100%;
    height: .2em;
    content: '';
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close_gallery_btn::after {
    position: absolute;
    top: 1.4em;
    left: 0;
    width: 100%;
    height: .2em;
    content: '';
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav_w_list {
    position: relative;
    font-size: 1rem;
}

@media screen and (max-width: 1400px) {
    .nav_w_list {
        font-size: calc(.4vmin + .2rem);
    }
}

@media screen and (max-width: 1023px) {
    .nav_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.nav_item {
    width: 33.33%;
    height: 100vh;
    position: relative;
}

@media screen and (max-width: 1023px) {
    .nav_item {
        width: 100%;
        height: 33.33vh;
    }
}

.nav_block {
    position: relative;
    height: 100%;
    padding: 2em 2em 7.2em;
    z-index: 9;
}

.nav_block:hover,
.nav_block:focus {
    text-decoration: none;
}

.nav_block:before {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: black;
    content: "";
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.nav_block.intro_mod {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    .nav_block.intro_mod {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 7.2em;
    }
}

.nav_block.inner_mod {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 2em;
}

.nav_block.intro_mod:hover:before {
    opacity: .9;
}

.nav_w_logo {
    position: absolute;
    left: 50%;
    top: 6.2rem;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    color: #fff;
    font-family: "BebasNeue", sans-serif;
    font-weight: 600;
    font-size: 22em;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity .3s;
}

.nav_w_logo:hover {
    text-decoration: none;
}

@media screen and (max-width: 1023px) {
    .nav_w_logo {
        display: none;
    }
}

@media screen and (max-height: 414px) {
    .nav_w_logo {
        display: none;
    }
}

.nav_w_logo.show_mod {
    opacity: .5;
}

.nav_logo_img {
    display: block;
    width: 100%;
    height: 100%;
}

.nav_block_details {
    position: relative;
    text-align: center;
}

.nav_block_logo {
    display: none;
    position: absolute;
    z-index: 2;
    font-family: "BebasNeue", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 2.8em;
    line-height: .75;
    top: 0;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    left: -1em;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

@media screen and (max-width: 1023px) {
    .nav_block_logo {
        display: block;
    }
}

.nav_block_title {
    display: block;
    color: #fff;
    font-family: "BebasNeue", sans-serif;
    font-size: 16.4em;
    font-weight: 700;
    line-height: .75;
    opacity: .5;
}

@media screen and (max-width: 1023px) {
    .nav_block_title {
        opacity: 1;
    }
}

.nav_block_title.offset_mod {
    margin-bottom: .1em;
}

.nav_block_title.offset_neg_mod {
    margin-bottom: -.3em;
}

.block_img_w.v1_mod {
    width: 100%;
    max-width: 31.6em;
    margin-bottom: -.3em;
    overflow: hidden;
}

.title_img {
    display: block;
    width: 100%;
    height: auto;
}

.nav_block_w_img {
    position: absolute;
    top: -3em;
    right: -5em;
    width: 8.8em;
    height: 12em;
}

.nav_block_img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.nav_block_subtitle {
    color: darkred;
    font-size: 5.2em;

    font-weight: 300;
    line-height: 1;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.nav_block_subtitle.v1_mod {
    color: #fff;
    font-size: 4.8em;
}

.nav_block.inner_mod:hover .nav_block_subtitle,
.nav_block.inner_mod:focus .nav_block_subtitle {
    color: darkred;
}

.page_content {
    margin: 0 auto 8.6em auto;
    font-size: 1rem;
}

@media screen and (min-width: 1024px) {
    .page_content {
        max-width: 81em;
        width: 100%;
        padding-right: 6.8em;
    }
}

.page_content:last-of-type {
    margin-bottom: 0;
}

.page_content h2 {
    margin-bottom: 1.2em;
    color: #3c3c3c;
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1.25;
}

@media screen and (max-width: 320px) {
    .page_content h2 {
        font-size: 2em;
    }
}

.page_content p {
    color: #000;
    font-size: 1.8em;
    font-weight: 500;
    line-height: 3rem;
    margin-bottom: 1.8em;
}

@media screen and (max-width: 375px) {
    .page_content p {
        font-size: 1.6em;
    }
}

.page_content p:first-child:first-letter {
    margin-right: .1em;
    float: left;
    color: #000;
    font-size: 3.22222em;
    font-weight: 700;
    line-height: 1.2;
}

.page_content p:first-child {
    margin-bottom: 2.8em;
    font-weight: 700;
}

@media screen and (min-width: 1024px) {
    .page_content p:first-child {
        margin-left: -2.2em;
    }
}

.page_content p:last-of-type {
    margin-bottom: 0;
}

.page_content p + q,
.page_content p + blockquote {
    margin-top: 4em;
}

.page_content p + .ads_banner {
    margin-top: 8.6em;
}

.page_content img {
    display: block;
    margin-bottom: 4.2em;
}

@media screen and (min-width: 1024px) {
    .page_content img {
        margin-left: -3em;
        margin-right: -3em;
    }
}

@media screen and (max-width: 1023px) {
    .page_content img {
        max-width: 100%;
        height: auto;
    }
}

.page_content q,
.page_content blockquote {
    position: relative;
    min-height: 7em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
    color: #fff;
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1.25;
    border-radius: .5rem;
    background-color: #3c3c3c;
}

.page_content q:before,
.page_content blockquote:before {
    position: absolute;
    left: 2.6em;
    top: 1.6em;
    width: 2.91667em;
    height: 2.08333em;
    background-image: url("../i/icons/quote_icon.svg");
    background-position: center center;
    background-size: cover;
    content: '';
}

@media screen and (max-width: 1023px) {

    .page_content q:before,
    .page_content blockquote:before {
        left: 1.6em;
    }
}

@media screen and (max-width: 480px) {

    .page_content q:before,
    .page_content blockquote:before {
        left: .6em;
        width: 2.08333em;
        height: 1.5em;
    }
}

@media screen and (min-width: 1024px) {

    .page_content q,
    .page_content blockquote {
        margin-left: -1.4em;
        padding-left: 7.2em;
        padding-right: 5em;
    }
}

@media (min-width: 480px) and (max-width: 1023px) {

    .page_content q,
    .page_content blockquote {
        padding-left: 6em;
        padding-right: 1em;
    }
}

@media screen and (max-width: 480px) {

    .page_content q,
    .page_content blockquote {
        padding-left: 3.2em;
        padding-right: 1em;
        font-size: 5vw;
    }
}

.page_content a {
    color: #1875d6;
}

.page_content a[href="http://yandex.ru"],
.page_content a[target='_blank'] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: .2rem;
}

.page_content a[href="http://yandex.ru"]:after,
.page_content a[target='_blank']:after {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: .6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
}

.page_content a[href="http://yandex.ru"]:after {
    width: 1.4rem;
    height: 1.4rem;
    background-image: url("../i/icons/link_1_blue.svg");
}

.page_content a[target='_blank']:after {
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("../i/icons/link_2_blue.svg");
}


.slider_center_control {
    margin-top: 6.5em;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .slider_center_control {
        margin-top: 2em;
    }
}

.center_arrow_control {
    margin: 0 2.5rem;
}

.contact_nav_list {
    margin: 0 -4.4em -4em 0;
    padding: 2.8em 0 0;
}

.contact_w {
    margin-bottom: 10em;
    padding-bottom: 12.8em;
    border-bottom: 0.1em solid rgba(62, 62, 62, 0.2);
}

@media screen and (max-width: 768px) {
    .contact_w {
        margin-bottom: 6em;
        padding-bottom: 6em;
    }
}

.contact_w:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.contact_nav_item {
    padding: 0 4.4em 4em 0;
}

.contact_tab_title {
    position: relative;
    display: block;
    padding-bottom: 0.57143em;
    color: #010101;
    font-size: 2.1em;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
}

@media screen and (max-width: 640px) {
    .contact_tab_title {
        font-size: 1.8em;
    }
}

.contact_tab_title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.14286em;
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    content: '';
    background: #ff773b;
}

.active_tab .contact_tab_title::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.contact_tab_content {
    width: 100%;
    max-width: 83.4em;
    padding-top: 6.2em;
}

.contact_tab_item {
    width: 100%;
    display: none;
}

.contact_tab_item.active_tab {
    display: block;
}

.contact_form {
    width: 100%;
}

.form_controller {
    width: 100%;
    padding-bottom: 4em;
}

.form_controller:last-child {
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    .form_controller.v1_mod {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
}

.file_input_w {
    margin-left: 5em;
}

@media screen and (max-width: 768px) {
    .file_input_w {
        margin: 3em 0 0;
    }
}

.file_mod {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    cursor: pointer;
}

.upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .0;
}

.input_value {
    color: #fd771b;
    font-size: 1.8em;
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input_value::-webkit-input-placeholder {
    color: #fd771b;
}

.input_value::-moz-placeholder {
    color: #fd771b;
}

.input_value:-ms-input-placeholder {
    color: #fd771b;
}

.contact_list {
    margin: 0;
    padding: 8em 0 5.6em;
}

@media screen and (max-width: 1023px) {
    .contact_list {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding: 4em 0;
    }
}

.contact_item {
    width: 50%;
}

@media screen and (max-width: 1023px) {
    .contact_item {
        width: 100%;
    }
}

.contact_item:first-child {
    position: relative;
    padding-right: 12em;
}

@media screen and (max-width: 1023px) {
    .contact_item:first-child {
        padding: 0 0 2em;
    }

    .contact_item:first-child::before {
        display: none;
    }
}

.contact_item:first-child::before {
    position: absolute;
    top: -.5em;
    right: 7em;
    width: 0.1em;
    height: 100%;
    content: '';
    background: #e6e6e6;
}

.contact_item_title {
    color: #010101;
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.38889;
}

.contact_item_text {
    color: #010101;
    font-size: 2.1em;
    font-weight: 400;
    line-height: 2;
}

.contact_phone_link {
    text-decoration: none;
    color: #010101;
}

.contact_phone_link:focus,
.contact_phone_link:hover {
    text-decoration: none;
    color: #fd771b;
}

.contact_map_w {
    position: relative;
    width: 100%;
    height: 45.2em;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro_block {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 160;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    background-color: #000;
}

.intro_block.loaded_mod {
    pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .intro_block {
        font-size: calc(1vmin + .2rem);
    }
}

@media screen and (max-width: 767px) {
    .intro_block {
        font-size: calc(1.4vmin + .2rem);
    }
}

.intro_block_w_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 23.6em;
    width: 100%;
    height: 38em;
    margin: -19em 0 0 -11.8em;
}

.intro_block_logo {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.global_shares {
    display: none;
}

.global_shares.fancybox-content {
    padding: 50px;
}

.global_babel {
    display: none;
}

.global_babel.fancybox-content {
    padding: 50px;
}

.person_title {
    font-size: 3.4em;
    font-weight: 700;
    padding-bottom: 1.8em;
}

@font-face {
    font-family: "iconfont";
    src: url("../fonts/icons/iconfont.eot");
    src: url("../fonts/icons/iconfont.eot?#iefix") format("eot"), url("../fonts/icons/iconfont.woff") format("woff"), url("../fonts/icons/iconfont.ttf") format("truetype"), url("../fonts/icons/iconfont.svg#iconfont") format("svg");
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.icon-all {
    font-size: 5.4rem;
    width: 1em;

}

.icon-attach {
    font-size: 5.393rem;
    width: 0.95049em;
}

.icon-burger {
    font-size: 3.6rem;
    width: 1.5em;
}

.icon-calendar {
    font-size: 6.1rem;
    width: 0.88885em;
}

.icon-check {
    font-size: 3.2rem;
    width: 1em;
}

.icon-close {
    font-size: 5.4rem;
    width: 1em;
}

.icon-contact {
    font-size: 3.544rem;
    width: 1.5237em;
}

.icon-download {
    font-size: 5.4rem;
    width: 1em;
}

.icon-empty {
    font-size: 4.544rem;
    width: 1em;
}

.icon-fb {
    font-size: 5.4rem;
    width: 0.64704em;
}

.icon-inst {
    font-size: 5.4rem;
    width: 1em;
}

.icon-left {
    font-size: 5.4rem;
    width: 0.52204em;
}

.icon-link_1 {
    font-size: 5.4rem;
    width: 1em;
}

.icon-link_2 {
    font-size: 5.4rem;
    width: 1em;
}

.icon-news {
    font-size: 5.4rem;
    width: 1em;
}

.icon-photo {
    font-size: 4.387rem;
    width: 1.23091em;
}

.icon-play {
    font-size: 1.219rem;
    width: 0.85726em;
}

.icon-right {
    font-size: 5.4rem;
    width: 0.52241em;
}

.icon-social {
    font-size: 5.4rem;
    width: 0.875em;
}

.icon-time {
    font-size: 5.4rem;
    width: 1em;
}

.icon-twi {
    font-size: 4.387rem;
    width: 1.23091em;
}

.icon-video {
    font-size: 4.744rem;
    width: 1.14271em;
}

.icon-vk {
    font-size: 3.204rem;
    width: 1.68539em;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*!
 * Copyright (c) 2018.
 * Gorbunov Roman (hetzerok)
 * email: hetzerok@gmail.com
 */
body.compensate-for-scrollbar {
    overflow: hidden;
}


/*!
 * Copyright (c) 2018.
 * Gorbunov Roman (hetzerok)
 * email: hetzerok@gmail.com
 */
@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}

@-webkit-keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes plyr-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes plyr-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    direction: ltr;
    font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.plyr audio,
.plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%;
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto;
}

.plyr:focus {
    outline: 0;
}

.plyr--full-ui {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.plyr__badge {
    background: #4f5b5f;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none;
}

.plyr__captions {
    -webkit-animation: plyr-fade-in .3s ease;
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    width: 100%;
}

.plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
    display: inline;
}

.plyr__captions span:empty {
    display: none;
}

@media (min-width: 480px) {
    .plyr__captions {
        font-size: 16px;
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .plyr__captions {
        font-size: 18px;
    }
}

.plyr--captions-active .plyr__captions {
    display: block;
}

.plyr--hide-controls .plyr__captions {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px;
}

.plyr__control:focus {
    outline: 0;
}

.plyr__control.plyr__tab-focus {
    -webkit-box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
    box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
    outline: 0;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
    display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
    display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
    background: #1aafff;
    color: #fff;
}

.plyr__control--overlaid {
    background: rgba(26, 175, 255, 0.8);
    border: 0;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: #fff;
    display: none;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.plyr__control--overlaid svg {
    height: 20px;
    left: 2px;
    position: relative;
    width: 20px;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    background: #1aafff;
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block;
}

.plyr--full-ui ::-webkit-media-controls {
    display: none;
}

.plyr__controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}

.plyr__controls .plyr__menu,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls > .plyr__control {
    margin-left: 5px;
}

.plyr__controls .plyr__menu:first-child,
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child,
.plyr__controls > .plyr__control:first-child {
    margin-left: 0;
    margin-right: auto;
}

.plyr__controls .plyr__menu:first-child + [data-plyr=pause],
.plyr__controls .plyr__progress:first-child + [data-plyr=pause],
.plyr__controls .plyr__time:first-child + [data-plyr=pause],
.plyr__controls > .plyr__control:first-child + [data-plyr=pause] {
    margin-left: 0;
    margin-right: auto;
}

.plyr__controls .plyr__volume {
    margin-left: 5px;
}

@media (min-width: 480px) {

    .plyr__controls .plyr__menu,
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time,
    .plyr__controls > .plyr__control {
        margin-left: 10px;
    }

    .plyr__controls .plyr__menu + .plyr__control {
        margin-left: 5px;
    }

    .plyr__controls > .plyr__control + .plyr__control,
    .plyr__controls > .plyr__control + .plyr__menu {
        margin-left: 5px;
    }
}

.plyr--video .plyr__controls {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 35px 10px 10px;
    position: absolute;
    right: 0;
    -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    z-index: 2;
}

.plyr--video .plyr__controls .plyr__control svg {
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}

.plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.plyr--video .plyr__controls .plyr__control:hover,
.plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
    background: #1aafff;
    color: #fff;
}

.plyr--audio .plyr__controls {
    background: #fff;
    border-radius: inherit;
    color: #4f5b5f;
    padding: 10px;
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
    display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
    display: inline-block;
}

.plyr__video-embed {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.plyr__video-embed iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    -webkit-transform: translateY(-38.28125%);
    transform: translateY(-38.28125%);
}

.plyr__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.plyr__menu .plyr__control svg {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none;
}

.plyr__menu__container {
    -webkit-animation: plyr-popup .2s ease;
    animation: plyr-popup .2s ease;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    bottom: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #4f5b5f;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3;
}

.plyr__menu__container > div {
    overflow: hidden;
    -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
    border: 4px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.9);
    content: '';
    height: 0;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 0;
}

.plyr__menu__container ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 7px;
}

.plyr__menu__container ul li {
    margin-top: 2px;
}

.plyr__menu__container ul li:first-child {
    margin-top: 0;
}

.plyr__menu__container .plyr__control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4f5b5f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding: 4px 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.plyr__menu__container .plyr__control::after {
    border: 4px solid transparent;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
    border-left-color: rgba(79, 91, 95, 0.8);
    right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
    border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    margin: 7px;
    margin-bottom: 3px;
    padding-left: 28px;
    position: relative;
    width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
    border-right-color: rgba(79, 91, 95, 0.8);
    left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
    background: #b7c5cd;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    content: '';
    height: 1px;
    left: 0;
    margin-top: 4px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
    border-right-color: currentColor;
}

.plyr__menu__container label.plyr__control {
    padding-left: 7px;
}

.plyr__menu__container label.plyr__control input[type=radio] + span {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 16px;
}

.plyr__menu__container label.plyr__control input[type=radio] + span::after {
    background: #fff;
    border-radius: 100%;
    content: '';
    height: 6px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 5px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    width: 6px;
}

.plyr__menu__container label.plyr__control input[type=radio]:checked + span {
    background: #1aafff;
}

.plyr__menu__container label.plyr__control input[type=radio]:checked + span::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.plyr__menu__container label.plyr__control input[type=radio]:focus + span {
    -webkit-box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
    box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
    outline: 0;
}

.plyr__menu__container label.plyr__control.plyr__tab-focus input[type=radio] + span,
.plyr__menu__container label.plyr__control:hover input[type=radio] + span {
    background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: -7px;
    overflow: hidden;
    padding-left: 25px;
    pointer-events: none;
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 28px;
    color: #1aafff;
    display: block;
    height: 20px;
    margin: 0;
    padding: 0;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
    background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 14px;
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 14px;
    -webkit-appearance: none;
    margin-top: -4px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-user-select: none;
    user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    box-sizing: border-box;
    height: 14px;
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 14px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 3px;
    height: 6px;
}

.plyr--full-ui input[type=range]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -ms-user-select: none;
    user-select: none;
    color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -ms-user-select: none;
    user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    box-sizing: border-box;
    height: 14px;
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 14px;
    margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none;
}

.plyr--full-ui input[type=range]:focus {
    outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track,
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track,
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    -webkit-box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
    box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
    outline: 0;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track,
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track,
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb,
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb,
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track,
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track,
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: rgba(183, 197, 205, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb,
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb,
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1;
    pointer-events: none;
}

.plyr__time {
    font-size: 14px;
}

.plyr__time + .plyr__time::before {
    content: '\2044';
    margin-right: 10px;
}

@media (max-width: 767px) {
    .plyr__time + .plyr__time {
        display: none;
    }
}

.plyr--video .plyr__time {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    bottom: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #4f5b5f;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px 7.5px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate(-50%, 10px) scale(0.8);
    transform: translate(-50%, 10px) scale(0.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
    transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    transition: transform .2s .1s ease, opacity .2s .1s ease, -webkit-transform .2s .1s ease;
    white-space: nowrap;
    z-index: 2;
}

.plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
}

.plyr__tooltip--visible {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip {
    left: 0;
    -webkit-transform: translate(0, 10px) scale(0.8);
    transform: translate(0, 10px) scale(0.8);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before {
    left: 16px;
}

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
    left: 0;
    -webkit-transform: translate(0, 10px) scale(0.8);
    transform: translate(0, 10px) scale(0.8);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
    left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    right: 0;
    -webkit-transform: translate(0, 10px) scale(0.8);
    transform: translate(0, 10px) scale(0.8);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.plyr--video {
    overflow: hidden;
}

.plyr--video.plyr--menu-open {
    overflow: visible;
}

.plyr__video-wrapper {
    background: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.plyr__progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    left: 7px;
    margin-right: 14px;
    position: relative;
}

.plyr__progress input[type=range] {
    margin-left: -7px;
    margin-right: -7px;
    width: calc(100% + 14px);
}

.plyr__progress__buffer {
    margin-left: -7px;
    margin-right: -7px;
    width: calc(100% + 14px);
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2;
}

.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0;
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 6px;
    left: 0;
    margin-top: -3px;
    padding: 0;
    position: absolute;
    top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0;
    -webkit-transition: width .2s ease;
    transition: width .2s ease;
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 6px;
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 6px;
    -webkit-transition: width .2s ease;
    transition: width .2s ease;
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -webkit-transition: width .2s ease;
    transition: width .2s ease;
}

.plyr--video .plyr__progress__buffer {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(183, 197, 205, 0.66);
}

.plyr--loading .plyr__progress__buffer {
    -webkit-animation: plyr-progress 1s linear infinite;
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(183, 197, 205, 0.66);
}

.plyr__volume {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.plyr__volume input[type=range] {
    position: relative;
    z-index: 2;
}

@media (min-width: 480px) {
    .plyr__volume {
        max-width: 50px;
    }
}

@media (min-width: 768px) {
    .plyr__volume {
        max-width: 80px;
    }
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
    display: none !important;
}

.plyr:-webkit-full-screen,
.plyr:-moz-full-screen,
.plyr:-ms-fullscreen,
.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

.plyr:-webkit-full-screen,
.plyr:-moz-full-screen,
.plyr:-ms-fullscreen,
.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

.plyr:-webkit-full-screen video,
.plyr:-moz-full-screen video,
.plyr:-ms-fullscreen video,
.plyr:-webkit-full-screen video {
    height: 100%;
}

.plyr:-webkit-full-screen video,
.plyr:-moz-full-screen video,
.plyr:-ms-fullscreen video,
.plyr:fullscreen video {
    height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper,
.plyr:-moz-full-screen .plyr__video-wrapper,
.plyr:-ms-fullscreen .plyr__video-wrapper,
.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper,
.plyr:-moz-full-screen .plyr__video-wrapper,
.plyr:-ms-fullscreen .plyr__video-wrapper,
.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}

.plyr:-webkit-full-screen .plyr__video-embed,
.plyr:-moz-full-screen .plyr__video-embed,
.plyr:-ms-fullscreen .plyr__video-embed,
.plyr:-webkit-full-screen .plyr__video-embed {
    overflow: visible;
}

.plyr:-webkit-full-screen .plyr__video-embed,
.plyr:-moz-full-screen .plyr__video-embed,
.plyr:-ms-fullscreen .plyr__video-embed,
.plyr:fullscreen .plyr__video-embed {
    overflow: visible;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper,
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper,
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper,
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper,
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper,
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper,
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen,
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen,
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen,
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen,
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen,
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen,
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg,
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg,
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg,
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg,
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg,
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg,
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls,
.plyr:-moz-full-screen.plyr--hide-controls,
.plyr:-ms-fullscreen.plyr--hide-controls,
.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls,
.plyr:-moz-full-screen.plyr--hide-controls,
.plyr:-ms-fullscreen.plyr--hide-controls,
.plyr:fullscreen.plyr--hide-controls {
    cursor: none;
}

.plyr:-webkit-full-screen,
.plyr:-moz-full-screen,
.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

.plyr:-webkit-full-screen video,
.plyr:-moz-full-screen video,
.plyr:-ms-fullscreen video {
    height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper,
.plyr:-moz-full-screen .plyr__video-wrapper,
.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}

.plyr:-webkit-full-screen .plyr__video-embed,
.plyr:-moz-full-screen .plyr__video-embed,
.plyr:-ms-fullscreen .plyr__video-embed {
    overflow: visible;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper,
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper,
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen,
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen,
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg,
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg,
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls,
.plyr:-moz-full-screen.plyr--hide-controls,
.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none;
}

@media (min-width: 1024px) {

    .plyr:-webkit-full-screen .plyr__captions,
    .plyr:-moz-full-screen .plyr__captions,
    .plyr:-ms-fullscreen .plyr__captions,
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
    }

    .plyr:-webkit-full-screen .plyr__captions,
    .plyr:-moz-full-screen .plyr__captions,
    .plyr:-ms-fullscreen .plyr__captions,
    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
    }
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
    }
}

@media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px;
    }
}

@media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000;
}

.plyr--fullscreen-fallback video {
    height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}

.plyr--fullscreen-fallback .plyr__video-embed {
    overflow: visible;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none;
}

@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.plyr__ads > div {
    height: 100%;
    position: absolute;
    width: 100%;
}

.plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%;
}

.plyr__ads::after {
    background: rgba(47, 52, 61, 0.8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3;
}

.plyr__ads::after:empty {
    display: none;
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 6px;
    left: 0;
    margin: -3px 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3;
}

.plyr--no-transition {
    -webkit-transition: none !important;
    transition: none !important;
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
