/*--------------------------------------------------------------
## Custon settings
--------------------------------------------------------------*/

body {
	min-width: 320px;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	line-height: 1.4;
	font-family: 'MullerRegular';
}

html {
    font-size: 16px;
}

section {
    position: relative;
    height: 100%;
    
}
.section-title {
    text-align: center;
    padding: 2em 0;
    
}
.section-title h2 {
    font-size: 4.375rem;
    font-weight: 500;
    font-family: 'CityFlowersscriptone';
    margin: 0;
    color: #896D57;
}

.btn {
    display: inline-block;
    /*width: 100%;*/
    box-sizing: border-box;
    background-color: #BB9750;
    color: #fff;
    text-decoration: none;
    padding: .7em 2em;
    font-size: 1.25rem;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    /*border:1px solid red;*/
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1100px) {
    .wrapper {
        max-width: 90%;
        margin: 0 auto;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 600px) {
    .section-title img {
        width: 100%;
    }
}

/*
*
* # Scroll вверх
**/

#scroller{
    position: fixed;
    z-index: 100;
    bottom:  5%;
    right:  -100%;
    background-color: rgba(182,27,34, .6);
    border-radius: 3px;   
    width: 80px;
    height: 40px;
    cursor: pointer;
    color: #fff;    
    font-size: 1rem;
    
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: 2.2s all; 
}

#scroller:hover {
	transition: .2s all; 
	-ms-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
   background-color: rgba(182,27,34, .6);
}
#scroller.active {
    right: 1%;
    
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
}


/*
* # section INTRO 
*/
.header-site {
    display: flex;
    align-items: center;
    padding: 2em 0;
    
}
.header-site .logo {
    margin: 0 2em 0 0;
}
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    
    display: flex;
    align-items: center;
}
.menu ul li {
    margin: 0 1.2em;
}
.menu ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 1px;
    
}
.play-icon {
    cursor: pointer;
}

.intro {
    width: 100%;
    /*height: 100vh;*/
    background-image: url('/design/images/actions/2020/anna-karenina/img__intro.png');

    background-position:  top -30px right -200px ;
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    background-color: #B61B22;
    
    position: relative;
    

}
.intro-body {
    width: 100%;
    max-width: 450px ;
    /*border:2px solid #fff;*/
    text-align: center;
    padding: 3em 0;
    box-sizing: border-box;
   
}
.intro-body__date {
      font-size: 1.25rem;
       color: #fff;
}
.intro-body__title img {
    width: 100%;
}
.intro-body__text span {
    font-family: 'CityFlowersscriptone';
    color: #D8AE5B;
    font-size: 3.125rem;
}
.intro-body__text p {
    color: #fff;
    line-height: 1.2;
    font-size: 1.25rem;
    margin: 1.4em 0;
}


/* Small Devices, Tablets */
@media only screen and (max-width : 992px) {
    .intro {
        height: 100%;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 768px) {
    .header-site {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .header-site .logo {
        margin: 0 0 1.2em 0;
        
    }
    .header-site .logo img {
        width: 100%;
    }
    .intro {
        background-image: none;
        height: 100%;
        
    }
    .intro-body {
        margin: 0 auto;
        padding: 3em 0;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 480px) {
    .intro-body__title {
    width: 280px;
    /*border:1px solid green;*/
    margin: 1em auto;
    }
    .intro-body__title img {
      width: 100%;
    }
}



/*
* # block SHARING 
*/
.sharing {
    padding: .9em 0;
    /*border:1px solid red;*/
    box-sizing: border-box;
}
.share {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border:none;
    color: #fff;
    margin: 0 .6em 0 0;
    cursor: pointer;
    
}
.share.vk {
    background-color: #49729E;
}
.share.ok {
    background-color: #FF980F;
} 
.share.fb {
    background-color: #3C5997;
} 

/*
* # section VIDEO 
*/
.video {
    /*background-image: url('/design/images/actions/2020/anna-karenina/bg__chronicle-2.png');*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    
     background-image: url('/design/images/actions/2020/anna-karenina/bg__chronicle-3.png');
    background-position: top;
    background-size: 100%;
    background-repeat: repeat-y;
    
    
    background-color: #F5E8D9;
}



.video-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    /*display: flex;*/
    /*flex-direction: column;*/
    box-sizing: content-box;
}
.video-item {
    width: 100%;
    max-width: 95%;
    height: 100%;
    /*max-height: 490px;*/
    min-height: 330px;
    background-color: #FFFDFC;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    position: relative;
 
}
.vi__video {
    box-sizing: border-box;
    /*border:1px solid red;*/
    width: 100%;
    max-width: 580px;
    position: relative;
    display: flex;
    align-items: center;
    position: absolute;
    background-color:#fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.user-video {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.thumb__video {
    width: 100%;
}
.thumb__video-blur {
    position: absolute;
    filter: blur(9px);
    z-index: 1;
}
.thumb__video-poster {
    position: absolute;
    z-index: 50;
}
.icon__play {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.vi__text {
    /*border:1px solid red;*/
    padding: 2em 0 ;
    width: 100%;
    max-width: 55%;
    box-sizing: border-box;
}
.vi__text_wrap {
    max-width: 85% ;
    margin: 0 auto;
}

.vi-first {
    border-radius: 30px 0 30px 0;
    margin-left: auto;
    margin-right: 0 ;
    margin-top:3em ;
    margin-bottom:  5em ;
}
.vi-first:last-child {
    margin-bottom: 0 ;
}

.video-list .video-item.vi-first {
    order: 1;
    align-self: flex-end;
    justify-content: flex-end;
    /*border:2px dashed green;*/
        /*color: red;*/
 }
.video-list  .video-item.vi-first .vi__video {
    top: 50px;
    left: -60px;
}
.video-list  .video-item.vi-first .vi__text {
    background-image: url('/design/images/actions/2020/anna-karenina/decor__right.svg');
    background-repeat: no-repeat;
    background-position: top   10px right  10px;
}

.vi-second {
    border-radius: 0 30px 0 30px;
}
.video-list .video-item.vi-second {
    /*order: 1;*/
    /*align-self: flex-end;*/
    /*justify-content: flex-end;*/
    /*border:2px dashed green;*/
    /*    color: red;*/
 }
 .video-list  .video-item.vi-second .vi__video {
    top: -50px;
    right: -60px;
}
.video-list  .video-item.vi-second .vi__text {
    background-image: url('/design/images/actions/2020/anna-karenina/decor__left.svg');
    background-repeat: no-repeat;
    background-position: top 10px left 10px;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1100px) {
  
    .video-item {
        border-radius: 30px;
    }
    .vi__video {
        box-shadow: none;
    }
    .video-item {
        max-width: 100%;
        /*margin: 1.3em 0;*/
        overflow: hidden;
    }
    .video-list .video-item.vi-first .vi__video {
        top: 0;
        left: 0;
        position: relative;
        max-width:100%;
    }
    .video-list .video-item.vi-second .vi__video {
        top: 0;
        right: 0;
        position: relative;
    }
    .video-list .video-item.vi-second {
        flex-direction: row-reverse;
    }

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 768px) {
    .video-item {
       flex-direction: column!important;
    }
    .vi__video {
        max-width: 100%;
    }
    .vi__text {
        max-width: 100%!important;
    }
    .user-video {
        width: 100%;
    }
}


/*
* # section NEWS 
*/
.news {
    background-image: url('/design/images/actions/2020/anna-karenina/bg__chronicle-3.png');
    background-position: top;
    background-size: 100%;
    background-repeat: repeat-y;
    background-color: #F5E8D9;
    padding: 7em 0 3em 0;
}
.news__list {
    padding: 2em 0;
}