body{
	transition: 0.5s ease all; 
	-moz-transition: 0.5s ease all; 
	-webkit-transition: 0.5s ease all;
}

body.loading{
	opacity:0;
}

body.loaded{
	opacity:1;
}

.content-block
{
	width: 100%;
	max-width: 900px;
	margin: auto;
	position: relative;
}

.inner-page .content-block
{
    width: 100%;
    max-width: 900px;
    margin: auto;
    position: relative;
}

.just-link
{
    text-decoration: none;
}
.line_gray
{
    display: none;
}
.displayFlex
{
    display: flex !important;
}
.displayNone
{
    display: none;
}
.clear
{
    clear: both;
    float: none;
}
.items
{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.item
{
    width: 509px;
    height: 300px;
    margin-bottom: 140px;
    position: relative;
}
/*текстовое оформление*/
main p
{
   margin-bottom: 15px; 
}
.text__bl16
{
    font-family: 'CRC25';
    font-size: .89rem;
    color: #000;
	line-height:22px;
}
.text__bl18
{
    font-family: 'CRC55';
    font-size: 1rem;
    color: #000;
}
/*текстовое оформление*/
body, html
{
    box-sizing: border-box;
    font-size: 18px;
    color: #000;
    line-height: 1.3;
    width: 100%;
     min-width: 1200px;
}
body *, html *
{
    box-sizing: border-box;
}
.header{
	position:relative;
}
.header__top
{
    height: 103px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.logo
{
    width: 215px;
	/* margin-left:70px; */
}

.menu
{
    position: absolute;
    z-index: 1;
    padding: 16px 70px 26px 70px;
    background: #fff;
    border-radius: 5px;
    top: 590px;
    left:-70px;
    box-shadow: 0 0 70px rgba(0,0,0,.5);
    width: 1040px;
    max-width: 1040px;
}

.inner-page .menu {
	 left:0px;
}

.menu ul
{
    display: flex;
    flex-flow:  row wrap;
    justify-content: space-between;
}

.inner-page .menu ul{
	display: unset;
}


.menu ul li 
{
    width: 270px;
    padding: 12px 0;
}
.menu ul li a
{
    text-decoration: none;
    color: #000;
    font-size: 1.17rem;
    position: relative;
    font-family: 'PFAgoraSlabPro-Light';
    
    padding: 7px 0; 
}

.menu ul li a:after
{
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    width: 100%;
    left: 0;
    bottom: 0px;
    background: url('../img/dot.png');
}
.menu ul li a:hover:after
{
    display: none;
    transition-duration: .2s;
}
.social-box
{
    height: 40px;
    display: flex;
}
.social-icon
{
    width: 78px;
    height: 100%;
    margin-right: 4px;
    display: flex;
    cursor: pointer;
}
.social-icon div:first-child
{
    height: 100%;
    width: 39px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px auto;
	margin-top: -2px;
}
.social-icon div:last-child
{
    height: 100%;
    width: 34px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(255,255,255,.2);
    font-size: .78rem;
    color: #fff;
    font-family: 'CRC55';
}
.social-icon__vk
{
    background: #507299; 
}
.social-icon__vk div:first-child
{
    background-image: url(../img/vk.svg);
}
.social-icon__fb
{
    background: #3b5998; 
}
.social-icon__fb div:first-child
{
    background-image: url(../img/fb.svg);
    background-size: auto 23px;
}
.social-icon__ok
{
    
}
.social-icon__ok div:first-child
{
    background-color: #f2720c; 
    background-image: url(../img/ok.svg);
    background-size: auto 23px;
}
.social-icon__eye
{
    background: #fff; 
}
.social-icon__eye div:first-child
{
    background-image: url(../img/eyes.svg);
}
.social-icon__eye div:last-child
{
    color: #50535b;
}
.header__bottom
{
    width: 100%;

    height: 570px;
    padding: 110px 0;
    background-position: center;
    background-size: cover;
    position: relative;
}

.inner-page .header__bottom
{

    margin: auto;
}



.header__bottom:before
{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: 0;
    
}
.logo-second
{
    margin: auto auto;
    position: relative;
}
.logo-second p
{
    text-align: center;
    color: #fff;
    line-height: 1;
}
.logo-second__1
{
    font-size: 80px;
    font-family: 'PFAgoraSlabPro-Black';
}
.logo-second__2
{
    font-size: 200px;
    font-family: 'PFAgoraSlabPro-Black';
}
.logo-second__3
{
    font-size: 45px;
    font-family: 'PFAgoraSlabPro-Bold';
    position: relative;
    width: 155px;
    margin-left: auto;
    margin-right: auto;
}
.logo-second__3:before,
.logo-second__3:after
{
    content: '';
    position: absolute;
    top: 50%;
    left: -105%;
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,.6);
}
.logo-second__3:after
{
    left: 105%;
}
.header__bottom_chapter
{
    display: none;
}
.main
{
    padding-bottom: 118px;
}
.main__welcome-text
{
    display: flex;
    flex-flow: row nowrap;
    padding: 128px 0 0 0;
}
.main__welcome-text>*:first-child
{
    width: 300px;
    margin-right: 115px;
}
.main__welcome-text>*:last-child
{
    width: 530px;
}
.rubric
{
    width: 100%;  
    flex-flow: row wrap;
}
.articles
{
    width: 100%;
    height: auto;
    margin: 0;
}
.rubric-name
{
    font-family: 'PFAgoraSlabPro-Bold';
    font-size: 2.5rem;
    margin: 70px 0 60px 0;
}


.inner-page .rubric-name{
	 margin: 40px 0 60px 0;
}

.article
{
    width: 436px;
    height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 5px;
    transition-duration: .5s;
}
.article:hover
{
    box-shadow: -5px 30px 50px rgba(0,0,0,.2), 5px 0px 20px rgba(0,0,0,.1);
    transition-duration: .5s;
}
.article-name
{
    position: absolute;
    left: 0;
    top: 264px;
    width: 100%;
    font-family: 'PFAgoraSlabPro-Medium';
    font-size: 1.17rem;
    padding-right: 10px;
    padding-top: 15px;
    color: #000;
}

.footer
{
    height: 100px;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    background: #f9f9f9;
}
.footer *
{
    font-size: .89rem;
    font-family: 'CRC25';
}
.footer .content-block
{
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.copirate{}
.developer{}
.developer a
{
    color: #0160c1;
    text-decoration: none;
}
.go-top
{
    display: none;
    width: 90px;
    height: 90px;
    background-color: rgba(242,114,12,.3);
    position: fixed;
	   left: calc((100% - 1440px) / 2);
    bottom: 100px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition-duration: .3s;
}
.go-top:hover
{
    background-color: rgba(242,114,12,.6);
    transition-duration: .3s;
}
.go-top img
{
    width: 25px;
    transform: rotate(90deg);
}
/*==================================inner_page=====================================*/
.inner-page .header__top
{
    /* height: 250px; */
    height: 250px;
    align-items: flex-start;
	max-width:900px;
}
.inner-page .logo
{
    position: relative;
    top: 20px;
	margin-left:unset;
	
}
.inner-page .line_gray
{
    display: block;
    height: 1px;
    background-color: #e8e8e8;
    position: absolute;
    /* left: -205px; */
    /* left: calc((900px - (100% + (1440px - 100%))) / 2); */
    width: 100%;
    left: 0px;
    /* left: -240px; */
    top: 103px;
}
.inner-page .menu
{
    height: 215px;
    position: absolute;
    top: 116px;
    box-shadow: none;
    width: 900px;
    height: auto;
    padding: 5px 0 0px 0;
}
.inner-page .menu ul li
{
  /*   width: unset;
    height: 40px;
    padding: 0;*/
    display: inline-block;
}
/*
.inner-page .menu ul li a
{
    font-size: .89rem;
	margin-right: 40px;
} */
.inner-page .social-box
{
    position: relative;
    top: 32px;
}
.inner-page .header__bottom
{
    padding: 40px 0 60px 0; 
}
.inner-page .header__bottom .content-block
{
    height: 100%;
}
.inner-page .logo-second
{
    position: relative;
    width: 185px;
    left: 0;
    top: 40px;
    margin: 0;
}
.inner-page .logo-second__1
{
    font-size: 1.62rem; 
}
.inner-page .logo-second__2
{
    font-size: 4rem;
}
.inner-page .logo-second__3
{
    font-size: .89rem;
    width: 59px;
}
.inner-page .logo-second__3:before,
.inner-page .logo-second__3:after
{
    content: '';
    position: absolute;
    top: 50%;
    left: -105%;
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,.6);
}
.inner-page .logo-second__3:after
{
    left: 105%;
}
.inner-page .header__bottom_chapter
{
    display: inline;
    font-family: 'PFAgoraSlabPro-Bold';
    font-size: 2.5rem;
    color: #fff;
    bottom: 0;
    position: absolute;
}
/*========================inner-page__content===================================*/
.inner-page__content
{
	font-family: 'CRC35';
    padding: 50px 0 0 0;
}
.inner-page__content p
{
    font-family: 'CRC35';
}
.inner-page__content b,
.inner-page__content strong,
.inner-page__content h3
{
    font-family: 'CRC75';
}
.slider__wrapper
{
    position: relative;
    width: 100%;
    left: 0;
    height: 660px;
	margin-top:50px;
	margin-bottom:-10px;
}


.carousel
{
    width: calc(100vw - 9px);
    left: calc((100vw - 900px) / -2);
    height: 600px;
}

.simple_gallery .carousel
{
    width: 100%;
    left: unset;
    height: 600px;
}


@media screen and (max-width: 1200px)
{
    .carousel
    {
        width: calc(100% - 9px);
        left: calc((100% - 900px) / -2);
        height: 600px;
    }
}



@media screen and (max-width: 1440px)
{
   /*  .inner-page .line_gray
    {
        max-width: 1440px;
        width: 100vw;
        left: calc((900px - 100vw) / 2);
    } */
    .go-top
    {
        left: 0;
    }
}
@media screen and (max-width: 1200px)
{
    /* .inner-page .line_gray
    {
        max-width: 100vw;
        width: 100vw;
        min-width: 1200px;
        left: calc((900px - 100vw) / 2);
    } */
}
@media screen and (max-width: 900px)
{
   /*  .inner-page .line_gray
    {
        max-width: 1440px;
        width: 1200px;
        min-width: 1200px;
        left: calc((900px - 1200px) / 2);
    } */
}
.carousel__control
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 840px;
    position: absolute;
    z-index: 2;
    top: calc((100% - 85px) / 2);
    left: calc((100% - 840px) / 2);
}

.simple_gallery .carousel__control
{
    width: 840px;
    left: calc((100% - 840px) / 2);
}

.carousel__control img
{
    width: 19px;
    cursor: pointer;
    height: 34px;
}
.carousel__control img:last-child
{
    transform: rotate(180deg);
}
.carousel a 
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 900px;
    height: 650px;
    transition-duration: .5s;
    overflow: hidden;
    position: relative;
}
/*.carousel a:before
{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    left:0;
    top: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.1);
}*/
.carousel a img
{
    width: 100%;
    height: auto;
}
.carousel a.slick-current
{
    z-index: 2;

}
.carousel a:not(.slick-current)
{
    width:900px;
    height: 550px;
    padding-top: 50px;
}




.carousel a:not(.slick-current):before
{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0,0,0,.6);
    transition-duration: .5s;
}

.simple_gallery .carousel a:not(.slick-current):before{
	 background-color: unset;
}

.carousel a:not(.slick-current):before

.carousel a:not(.slick-current) .white-text
{
    display: none;
}
.white-text {
    color: #000 !important;
    font-family: 'CRC25';
    margin-top: 10px;    
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    background: #fff;
    margin: 0;
    padding-top: 15px;
}
.white-text span{
    color: #a5a5a5 !important;
    font-family: 'PFAgoraSlabPro-Medium';   
    position: absolute;
    right: 5px;
    left: auto;
}
/*----------------------------------------------------------------------------------------------------------------*/
.sub-article p:nth-child(1)
{
    font-family: 'PFAgoraSlabPro-Bold';
    font-size: 7.78rem;
    color: #50535b;
    display: inline;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.sub-article p:nth-child(1):before
{
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #cfcfcf;
    top: 96px;
    margin-right: 40px;
}

.sub-article p:nth-child(1):after
{
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #cfcfcf;
    top: 96px;
    margin-left: 40px;
}
.sub-article h2
{
    font-family: 'PFAgoraSlabPro-Bold';
    font-size: 2.5rem;
    color: #50535b;
    padding: 0 75px;
    margin: -40px 0 85px 0;
	text-align:center;
}

h2{
	font-family: 'PFAgoraSlabPro-Bold';
    font-size: 1.8em;
	color: #50535b;
	margin: 35px 0 20px 0px;
}

.quote
{
    padding: 47px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    position: relative;
    margin-top: 80px;
    margin-bottom:50px;
	font-size:20px;
}
.quote:before
{
    position: absolute;
    left: calc((100% - 174px) / 2);
    content: "“";
    font-family: 'PFAgoraSlabPro-Bold';
    z-index: 1;
    font-size: 7.78rem;    
    color: #50535b;
    top: -62px;
    background-color: #fff;
    padding: 0 58px;
    height: 100px;
}
.quote,
.quote *
{
    font-family: 'CRC65' !important;
    text-align: center;
}
.page-404
{
    
}
.page-404 .menu,
.page-404 .social-box,
.show_small_logo .social-box
{
    display: none;
}

.page-404 .header__bottom
{
    height: 0;
    padding: 0;
    width: 1030px;
}

.page-404 .logo-second,
.footer .logo-second,
.show_small_logo .logo-second:not(.new-logo-second)
{
    position: absolute;
    width: 107px;
    left: auto;
    right: -350px;
    top: calc((103px - 65px) / -2 - 65px);
    margin: 0;
}
.show_small_logo .logo-second:not(.new-logo-second)
{
    position: absolute;
    width: 107px;
    left: auto;
    right: 0;
    top: calc((215px - 65px) / -2 - 194px);
    margin: 0;
}
.footer .logo-second:not(.new-logo-second)
{
    position: static;
    margin: 0;
	
	position: absolute;
    margin: 0;
    left: calc(50% - 54px);
    top: 14px;
}
.page-404 .logo-second *,
.footer .logo-second *,
.show_small_logo .logo-second:not(.new-logo-second) *
{
    color: #999999;
    font-family: 'PFAgoraSlabPro-Black';
}
.page-404 .logo-second__1,
.footer .logo-second__1,
.show_small_logo .logo-second:not(.new-logo-second) .logo-second__1
{
	font-size: .9rem;
}
.page-404 .logo-second__2,
.footer .logo-second__2,
.show_small_logo .logo-second:not(.new-logo-second) .logo-second__2
{
	font-size: 2.2rem;
}
.page-404 .logo-second__3,
.footer .logo-second__3,
.show_small_logo .logo-second:not(.new-logo-second) .logo-second__3
{
	font-size: .6rem;
    width: 38px;
}
.page-404 .logo-second__3:before,
.show_small_logo .logo-second__3:before,
.footer .logo-second__3:before,
.page-404 .logo-second__3:after,
.show_small_logo .logo-second:not(.new-logo-second) .logo-second__3:after,
.footer .logo-second__3:after
{
    content: '';
    position: absolute;
    top: 50%;
    left: -105%;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
}
.page-404 .logo-second__3:after,
.footer .logo-second__3:after,
.show_small_logo .logo-second:not(.new-logo-second) .logo-second__3:after
{
    left: 105%;
}
.page-404 .main
{
    min-height: calc(100vh - 203px);
    background-color: #032839;
    width: 100%;
    max-width: 100%;
    padding: 7.0% 0 0% 0;
}
.page-404 .main p
{
    font-family: 'PFAgoraSlabPro-Bold';
    font-size: 1.67rem;
    color: #fff;
}
.page-404 .main p:first-child
{
    width: 308px;
    margin-bottom: 0;
}
.page-404 .main p:last-child
{
    font-size: 19.4rem;
    display: inline;
    line-height: .9;
    position: relative;
}
.page-404 .main p:last-child:after
{
    content: '';
    position: absolute;
    width: 280px;
    height: 310px;
    right: -213px;
    top: 37px;
    z-index: 1;
    background-image: url(../img/mushroom.svg);
    background-repeat: no-repeat;
}
.page-404 .footer
{
     max-width: 100%;
}


a div.cnt{
	    position: absolute;
    display: block;
    top: 3px;
    right: -12px;
    font-size: .72rem;
    color: #6fa9b9;
}

.simple_gallery{
    margin: 40px 0px 50px;
}

.block_image{
	position: relative;
	margin: 40px 0 40px;
}

.block_image:after{
    content: '';
    clear: both;
    display: block;
}


.block_image img{
	width: 100%;
}

.block_image .image{
	width: 510px;
}

.block_image .image{
	width: 510px;
}


.block_image .text{
	width: 340px;
}

.block_image.right .image{
	float:right;
}

.block_image.right .text{
	float:left;
}


.block_image.left .image{
	float:left;
}

.block_image.left .text{
	float:right;
}

.undertext{
	float: left;
    margin-top: 20px;
    font-size: 15px;
    font-family: 'CRC35';
}

.block_image iframe{
	width:100%;
}

.block_image .vp-player-layout{
	top: 0px !important;
}


.inner-page__content a:not(.carousel-item),
.text__bl18 a:not(.carousel-item),
.text__bl16 a:not(.carousel-item){
	color: #1067bf;
    text-decoration: none;
    position: relative;
    display: inline-block;
}


.inner-page__content a:not(.carousel-item):after ,
.text__bl18 a:not(.carousel-item):after ,
.text__bl16 a:not(.carousel-item):after {
    content: '';

    width: 100%;
    position: absolute;
    left: 0;
    bottom: 2px;

    border-width: 0 0 1px;
    border-style: solid;
	border-color:#cfe1f2;
}

/* #panel{
	position: fixed;
    z-index: 9999999;
    width: 100%;
}
 */
/*==================================inner_page end=====================================*/