/**
    LongreadTass 2.0
**/

/** Reset Styles **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
    display: block;
}
body{
    line-height: 1;
}
ol, ul{
    list-style: none;
}
blockquote, q{
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
    content: '';
    content: none;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}

/** Fonts **/
@font-face {
    font-family: 'Conqueror Sans';
        src: url('../fonts/ConquerorSans-Light.otf') format('opentype'),
             url('../fonts/ConquerorSans-Light.woff') format('woff');
}
@font-face {
    font-family: 'Conqueror Sans';
        src: url('../fonts/ConquerorSans-Medium.otf') format('opentype'),
             url('../fonts/ConquerorSans-Medium.woff') format('woff');
    font-weight: bold;
}
@font-face {
    font-family: 'Conqueror Sans';
        src: url('../fonts/ConquerorSans-LightItalic.otf') format('opentype'),
             url('../fonts/ConquerorSans-LightItalic.woff') format('woff');
    font-style: italic;
}
@font-face {
    font-family: 'Conqueror Sans';
        src: url('../fonts/ConquerorSans-MediumItalic.otf') format('opentype'),
             url('../fonts/ConquerorSans-MediumItalic.woff') format('woff');
    font-style: italic;
    font-weight: bold;
}

/** Total **/
html, body{
    margin: 0;
    width: 100%;
    /* Отмена серого выделения на iPad */
    -webkit-tap-highlight-color: rgba(200,0,0,0.0);
    /* Отмена resize text на iOS */
    -webkit-text-size-adjust: 100%;
    /* Cреднее сглаживание шрифта */
    -webkit-font-smoothing: antialiased;
}
.longread-content{
    background-attachment: fixed;
    width: 100%;
    z-index: 90;
}
.col-800{
    height: inherit;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
}
.col-1000{
    height: inherit;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
}
.text-spacer{
    display: inline-block;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
}
.text-spacer-100vh{
    display: inline-block;
    height: 100vh;
    line-height: 100vh;
    vertical-align: middle;
}
.box-blocks {
    transition: all 0.5s;
}
.box-footer {
    background: #fff;
    border-top: 1px solid transparent;
}
.box-blocks_top {
    padding-top: 0!important;
}
.opensans .box-blocks{
    font-family: 'Open Sans', sans-serif;
}
.helvetica .box-blocks{
    font-family: 'Helvetica', 'Arial', sans-serif;
}
.ptserif .box-blocks{
    font-family: "PT Serif", serif;
}
.ptserifcaption .box-blocks{
    font-family: "PT Serif Caption", serif;
}
.lato .box-blocks{
    font-family: "Lato", sans-serif;
}
.conquerorsans .box-blocks{
    font-family: "Conqueror Sans", sans-serif;
}
.shadow{
    position: relative;
}
.shadow:before{
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0) 100%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    z-index: 10;
}
.translate-z{
    transform: translateZ(0);
}
section.block{
    position: relative;
    z-index: 20;
}
section.block.left,
section.block.right{
    z-index: 30;
}
.controls.new{
    animation-name: newblock;
    animation-duration: 3s;
}
@keyframes newblock {
    from { background: #ffb7a5; }
    to { background: #f6f6f6; }
}

/** Parallax Background **/
.desktop .parallax-elem{
    background-attachment: fixed;
}

/** Menu **/
.front-side aside{
    bottom: 0;
    display: block;
    font-size: 0;
    left: 100%;
    position: fixed;
    top: 40px;
    z-index: 10000;
}
.front-side aside .scale{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
menu{
    background-color: rgba(0,0,0,0.6);
    border-radius: 20px 0 0 20px;
    display: inline-block;
    font-family: 'Helvetica', 'Arial', sans-serif;
    list-style: none;
    left: 0%;
    margin-left: -40px;
    min-width: 40px;
    max-height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    white-space: nowrap;
}
menu:hover{
    left: -100%;
}
menu li{
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
    padding: 10px 10px 10px 40px;
    position: relative;
}
menu li.home{
    display: none;
}
menu>div{
    position: relative;
    padding-top: 40px;
}
menu>div>span{
    color: #fff;
    cursor: pointer;
    font-family: 'iconfont';
    font-size: 15px;
    left: 16px;
    position: absolute;
    top: 17px;
}
menu li:before{
    background: #fff;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 6px;
    left: 20px;
    position: absolute;
    top: 17px;
    width: 6px;
}
menu li:after{
    border: 2px solid #fff;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 18px;
    left: 12px;
    opacity: 0;
    position: absolute;
    top: 9px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 18px;
}
menu li.active:after{
    opacity: 1;
}
menu li:hover:after{
    opacity: 1;
}
menu .iScrollVerticalScrollbar{
    bottom: 30px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 30px;
    width: 4px;
    z-index: 10;
}
menu .iScrollVerticalScrollbar.iScrollBothScrollbars{
    bottom: 18px;
}
menu .iScrollIndicator{
    background: rgba(0,0,0,0.3);
    border-width: 0;
    border-style: solid;
    border-color: #898989;
    border-radius: 2px;
    position: absolute;
}
menu .iScrollVerticalScrollbar .iScrollIndicator{
    background: rgba(255,255,255,0.5);
    width: 100%;
}

/** Header **/
.longread .header-scroll{
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 110;
}
.longread .header-scroll header{
    position: absolute;
    top: -100%;
}
.longread .header-scroll.active header{
    top: 0%;
}
.header-scroll header{
    background: #2a326a;
    color: #fff;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 0;
    height: 40px;
    position: relative;
    -webkit-transition:  all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    z-index: 10;
}
.header-scroll header .logo{
    background: url('../img/logo.svg') no-repeat;
    background-size: contain;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 40px;
}
.header-scroll header a{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.header-scroll header .logo-title{
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 130%;
    padding: 0 10px;
    vertical-align: middle;
}
.header-scroll header .logo-title>span{
    display: inline-block;
    vertical-align: middle;
}
.header-scroll header .logo-title .editor-elem{
    max-height: 40px;
    overflow: hidden;
}
.admin-side .header-scroll header .logo-title .editor-elem{
    min-width: 105px;
}
.header-scroll header .logo-sub-title{
    display: inline-block;
    font-size: 11px;
    height: 30px;
    line-height: 130%;
    margin: 5px 20px 5px 0;
    padding-left: 6px;
    position: relative;
    vertical-align: middle;
}
.header-scroll header .logo-sub-title p{
    margin: 0;
}
.header-scroll header .logo-sub-title:before{
    background: #fff;
    background: rgba(255,255,255,0.15);
    content: '';
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    width: 1px;
}
.header-scroll header .logo-sub-title>span,
.header-scroll header .logo-sub-title>div{
    display: inline-block;
    vertical-align: middle;
}
.header-scroll header .logo-sub-title .icon{
    font-family: 'iconfont';
    font-size: 19px;
    text-align: center;
    text-transform: none;
    width: 38px;
}
.header-scroll header .logo-sub-title .editor-elem{
    max-height: 30px;
    overflow: hidden;
}
.admin-side .header-scroll header .logo-sub-title .editor-elem{
    min-width: 100px
}
.header-scroll header .logo-project{
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.header-scroll header .logo-project button{
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
}
.header-scroll header .logo-project img{
    max-height: 40px;
    vertical-align: middle;
}
.header-scroll header .logo-project .box-link{
    height: 25px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    top: -40px;
    width: 200px;
}
.header-scroll header .logo-project .box-link:before{
    content: '';
    border-top: 10px solid #ccc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: -9px;
    height: 0;
    left: 94px;
    position: absolute;
    width: 0;
}
.header-scroll header .logo-project .box-link input{
    color: #000;
    font-size: 14px;
    height: 100%;
    width: 100%;
}
.header-scroll header .logo-project .box-logo-project div{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.header-scroll header .box-soc{
    float: right;
    height: 100%;
}
.header-scroll header .box-soc span{
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-family: 'iconfont';
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    text-align: center;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    vertical-align: middle;
    width: 24px;
}
.header-scroll header .box-soc span.vk{
    font-size: 12px;
}
.header-scroll header .box-soc span.audio{
    margin-right: 25px;
}
.header-scroll header .box-soc span.audio.play:before{
    background-image: url('../img/sounds.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 32px 16px;
    content: '';
    display: inline-block;
    height: 16px;
    margin-top: 4px;
    width: 16px;
}
.admin-side .header-scroll header .box-soc span.audio.play:before{
    background-position: -16px 0;
}
.header-scroll header .box-soc span.audio.pause:before{
    background-image: url('../img/sounds.png');
    background-position: -16px 0;
    background-repeat: no-repeat;
    background-size: 32px 16px;
    content: '';
    display: inline-block;
    height: 16px;
    margin-top: 4px;
    width: 16px;
}
.admin-side .header-scroll header .box-soc span.audio.pause:before{
    background-position: 0 0;
}
.header-scroll header .box-soc span:hover{
    background-color: rgba(255,255,255,0.3);
}
.header-scroll header .but-menu{
    cursor: pointer;
    color: #fff;
    display: none;
    font-family: 'iconfont';
    font-size: 15px;
    float: right;
    height: 100%;
    line-height: 40px;
    margin-left: 3px;
    text-align: center;
    width: 57px;
}

/** Before After **/
section.before-after{
    margin: 15px 0;
}
section.before-after.full{
    margin: 0; 
}
section.before-after .box-image{
    background: #efefef;
    font-size: 0;
    overflow: hidden;
    position: relative;
}
section.before-after .col-full .box-image{
    height: 100vh;
}
section.before-after .image-scale{
    visibility: hidden;
    width: 100%;
}
section.before-after .col-full .image-scale{
    display: none;
}
section.before-after .image-before,
section.before-after .image-after{
    background-color: inherit;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
section.before-after .image-before.animate{
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
section.before-after .col-full .image-before,
section.before-after .col-full .image-after{
    background-size: cover;
    background-position: center;
}
section.before-after .image-before{
    width: 50%;
    z-index: 5;
}
section.before-after .image-after{
    background-size: contain;
}
section.before-after .image-before-box{
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
section.before-after .image-before-content{
    background-size: contain;
    height: 100%;
    width: 800px;
}
section.before-after .col-full .image-before-content{
    background-size: cover;
    background-position: center;
    width: 100vw;
}
section.before-after .line-range-box{
    cursor: col-resize;
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    width: 30px;
    z-index: 30;
}
section.before-after .line-range{
    background: #fff;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    right: 15px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    top: 0;
    width: 2px;
    z-index: 10;
}
section.before-after .box-image:hover .line-range{
    opacity: 1;
}
section.before-after .arrow-range-left,
section.before-after .arrow-range-right{
    background: rgba(0,0,0,0.5);
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 25px;
}
section.before-after .arrow-range-left i,
section.before-after .arrow-range-right i{
    line-height: 48px;
}
section.before-after .arrow-range-left{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    right: 2px;
}
section.before-after .arrow-range-right{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    left: 2px;
}
section.before-after .desc{
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    left: 0;
    min-height: 30px;
    padding: 15px 20px; 
    position: absolute;
    width: 100%;
    z-index: 10;
}
section.before-after .desc div{
    outline: none;
}

/** Text Float **/
section.text-float{
    margin: 15px 0;
}
section.text-float h1{
    font-size: 17px;
    line-height: 130%;
}
section.text-float h2{
    font-size: 15px;
    line-height: 130%;
}
section.text-float p{
    font-size: 13px;
    line-height: 130%;
}
section.text-float article{
    background: #fff;
    position: relative;
}
section.text-float.left article,
section.text-float.right article{
    width: 400px;
}
section.text-float.left article{
    float: left;
    margin: 20px 40px 20px -100px;
}
section.text-float.right article{
    float: right;
    margin: 20px -100px 20px 40px;
}
section.text-float .header-block{
    background: #98b3c1;
    border-top: 2px solid #7e9cab;
    color: #fff;
    padding: 11px 18px;
}
section.text-float .content{
    border: 1px solid #98b3c1;
    line-height: 130%;
    padding: 11px 18px;
}
section.text-float .header-block div,
section.text-float .content div{
    outline: none;
}

/** Image and Text **/
section.img-text{
    margin: 15px 0;
}
.admin-side section.img-text{
    margin: 0;
}
section.img-text .pic{
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    position: relative;
}
section.img-text a{
    display: block;
    text-decoration: none;
}
section.img-text a[href]:hover .desc{
    text-decoration: underline;
}
section.img-text .pic img{
    width: 100%;
}
section.img-text .pic .desc{
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
    z-index: 20;
}
section.img-text h1,
section.img-text h2{
    display: block;
    font-weight: normal;
    margin: 0;
}
section.img-text h1{
    font-size: 30px;
}
section.img-text h2{
    font-size: 23px;
    line-height: 150%;
}
section.img-text p{
    display: block;
    font-size: 16px;
    margin: 0;
}

/** Text Cols **/
section.text-cols{
    color: #848484;
    font-size: 0;
    margin: 15px 0;
    overflow: hidden;
}
section.text-cols>article{
    padding: 20px 0;
}
section.text-cols .col-box h1,
section.text-cols .pic-box h1{
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
}
section.text-cols .col-box h2,
section.text-cols .pic-box h2{
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
}
section.text-cols .col-box p,
section.text-cols .pic-box p{
    margin: 0;
    padding-top: 5px; 
}
section.text-cols .col-box>div{
    display: inline-block;
    font-size: 16px;
    line-height: 150%;
    padding: 0;
    vertical-align: top;
    width: 48.5%;
}
section.text-cols .col-box>div p:first-child{
    margin-top: 0;
}
section.text-cols .col-box>div:first-child{
    margin-right: 3%;
}
section.text-cols .pic-box{
    padding-top: 20px;
}
section.text-cols .pic-box>div{
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    padding: 0;
    vertical-align: top;
    width: 48.5%;;
}
section.text-cols .pic-box>div>.text{
    line-height: 150%;
}
section.text-cols .pic-box>div:first-child{
    margin-right: 3%;
}
section.text-cols .pic-box .pic{
    position: relative;
}
section.text-cols .pic-box .pic.loaded-image img{
    max-width: none;
    width: auto;
}
section.text-cols .pic-box .pic-scale{
    width: 100%;
}
section.text-cols .list{
    margin-top: 30px;
    margin-bottom: 30px;
}
section.text-cols .list p{
    padding: 0;
}
section.text-cols .list>span>div{
    position: relative;
    white-space: nowrap;
}
section.text-cols .list .icon-box{
    background-size: contain;
    background-position: center;
    display: inline-block;
    height: 30px;
    left: 0;
    margin: 0;
    margin-right: 30px;
    outline: none;
    position: absolute;
    top: 0;
    vertical-align: top;
    width: 30px;
}
.admin-side section.text-cols .list .icon-box{
    border: 1px dotted #000;
}
.admin-side section.text-cols .list .btn-move,
.admin-side section.text-cols .list .btn-group{
    position: absolute;
    top: 0;
}
.admin-side section.text-cols .list .btn-move{
    right: 0;
}
.admin-side section.text-cols .list .btn-group{
    right: 40px;
}
.admin-side section.text-cols .list .btn-group li{
    cursor: pointer;
}
section.text-cols .list .text{
    background: none;
    display: block;
    font-size: 14px;
    min-height: 30px;
    padding-left: 60px;
    padding-right: 100px;
    white-space: normal;
    width: 100%;
}
section.text-cols .col .list .text{
    width: 245px;
}
section.text-cols .list>span{
    display: block;
    margin-bottom: 20px;
}
section.text-cols .list .text p{
    margin: 0;
}
section.text-cols .list .text>span{
    display: table;
    height: 30px;
    width: 100%;
}
section.text-cols .list .text>span>span{
    display: table-cell;
    vertical-align: middle;
}
.admin-side section.text-cols .list .text>span>span{
    border: 1px dotted #000;
    outline: none;
}
.admin-side section.text-cols .add-item{
    color: #000;
    padding-left: 60px;
    padding-right: 100px;
}
.admin-side section.text-cols .add-item div{
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    height: 25px;
    line-height: 23px;
    text-align: center;
}
.admin-side section.text-cols .add-item:hover div{
    background: #e6e6e6;
    border: 1px solid #adadad;
}
.admin-side section.text-cols .btn-move{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

/** Image Float **/
section.img-float{
    margin: 15px 0;
}
.admin-side section.img-float{
    margin: 0;
}
section.img-float .pic{
    font-size: 0;
    position: relative;
}
section.img-float a{
    display: block;
    text-decoration: none;
}
section.img-float a[href]:hover .desc{
    text-decoration: underline;
}
section.img-float .pic img{
    width: 100%;
}
section.img-float .pic .desc{
    background: #e2edf4;
    color: #717171;
    font-size: 12px;
    padding: 22px 18px;
    position: relative;
}
section.img-float .pic .desc div{
    outline: none;
}
section.img-float h1,
section.img-float h2{
    display: block;
    font-size: 36px;
    font-weight: 600;
    padding: 0 37px;
    line-height: 130%;
    margin: 0;
}
section.img-float h2{
    font-size: 20px;
    line-height: 150%;
}
section.img-float p{
    display: block;
    font-size: 12px;
    padding: 0;
    line-height: 130%;
    margin: 0;
    max-width: 800px;
}
section.img-float.left,
section.img-float.right{
    margin: 0;
}
section.img-float.left .pic{
    float: left;
    margin: 20px 40px 40px -100px;
    width: 400px;
}
section.img-float.right .pic{
    float: right;
    margin: 20px -100px 40px 40px;
    width: 400px;
}

/** Image Long Text **/
section.img-long-text{
    color: #fff;
    min-height: 100vh;
}
section.img-long-text .content-box{
    font-size: 0;
    min-height: 100vh;
    position: relative;
}
section.img-long-text .backgound-text{
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
}
.front-side section.img-long-text .backgound-text{
    background-attachment: fixed;
}
section.img-long-text .pic{
    display: none;
    width: 100%;
}
section.img-long-text .long-text{
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    line-height: 130%;
    padding: 30px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 800px;
    z-index: 10;
}
.admin-side section.img-long-text .long-text{
    max-height: 100vh;
    overflow: auto;
}
section.img-long-text.left .content-box{
    text-align: left;
}
section.img-long-text.right .content-box{
    text-align: right;
}
section.img-long-text.center .content-box{
    text-align: center;
}
section.img-long-text.justify .long-text{
    width: 100%;
}

/** Fullscreen Image **/
section.full-img-text-align{
    font-size: 0;
    height: 100vh;
    position: relative;
}
section.full-img-text-align .scale-box-logo{
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
section.full-img-text-align .box-logo{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
section.full-img-text-align .logo{
    position: absolute;
    z-index: 30;
}
section.full-img-text-align .logo.top-left{
    left: 100px;
    top: 0;
}
section.full-img-text-align .logo.top-right{
    right: 100px;
    top: 0;
}
section.full-img-text-align .logo.bottom-left{
    bottom: 0;
    left: 100px;
}
section.full-img-text-align .logo.bottom-right{
    bottom: 0;
    right: 100px;
}
section.full-img-text-align .logo.center{
    bottom: auto;
    display: inline-block;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    vertical-align: middle;
}
.admin-side section.full-img-text-align .logo.unload{
    background: rgba(0,0,0,0.3);
    border: 1px dotted #fff;
    width: 120px;
    height: 120px;
}
section.full-img-text-align .logo img{
    max-height: 200px;
    max-width: 200px;
}
section.full-img-text-align .pic{
    display: none;
    width: 100%;
}
section.full-img-text-align .text{
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 100%;
    overflow: hidden;
    position: relative;
}
section.full-img-text-align .text .background{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #1e2974;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}
section.full-img-text-align .text-content-scale{
    position: absolute;
    padding: 10px 30px;
    width: 831px;
    word-wrap: break-word;
    z-index: 10;
}
section.full-img-text-align .text-content{
    font-size: 30px;
    max-height: 400px;
    overflow: auto;
    padding: 5px 15px;
    z-index: 30;
}
section.full-img-text-align.center{
    text-align: center;
}
section.full-img-text-align.center .text-scale{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
section.full-img-text-align.center .text-content-scale{
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
section.full-img-text-align.top-left .text-content-scale{
    left: 0;
    top: 80px;
}
section.full-img-text-align.bottom-left .text-content-scale{
    left: 0;
    bottom: 43px;
}
section.full-img-text-align.top-right .text-content-scale{
    right: 0;
    top: 80px;
}
section.full-img-text-align.bottom-right .text-content-scale{
    bottom: 43px;
    right: 0;
}
section.full-img-text-align .text-content h1, 
section.full-img-text-align .text-content h2{
    font-weight: normal;
    margin: 10px 0;
    text-transform: uppercase;
    max-width: 800px;
    word-wrap: break-word;
}
section.full-img-text-align .text-content h1{
    font-size: 48px;
    line-height: 48px;
}
section.full-img-text-align .text-content h2{
    font-size: 32px;
    line-height: 32px;
}
section.full-img-text-align .text-content p{
    font-size: 16px;
    line-height: 130%;
    margin: 0 0 10px;
}

/** Video **/
section.video{
    height: 100vh;
    position: relative;
}
section.video .video-content{
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}
section.video .video-player{
    height: 100%;
}
section.video .video-player>div{
    height: 100%;
    display: table-cell; 
    position: relative;
}
section.video .video-content .video-player,
section.video .video-content .video-desc{
    display: table-row;
    width: 100%;
}
section.video .image-scale{
    display: none;
    width: 100%;
}
section.video .overlay{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}
section.video jwplayer,
section.video iframe{
    display: block;
    height: 100%;
    width: 100%;
}
section.video .video-desc{
    background: #e2edf4;
    color: #717171;
    font-size: 14px;
}
section.video .video-desc>div{
    box-sizing: border-box;
    max-width: 800px;
    margin: 0 auto;
    padding: 22px 18px;
}
section.video .video-desc p{
    font-size: 12px;
    line-height: 130%;
}
section.video .play-box{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 0;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    top: 0;
    width: 100%;
    z-index: 10;
}
section.video .play-box.hide{
    opacity: 0;
    z-index: -1;
}
section.video .play-box>div{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
section.video .play-box .play{
    color: rgb(255,255,255);
    cursor: pointer;
    display: inline-block;
    font-family: 'iconfont';
    font-size: 100px;
    height: 100px;
    line-height: 100px;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    opacity: 0.8;
    vertical-align: middle;
    width: 102px;
}
section.video .play-box .play:hover{
    opacity: 1;
}
section.video .load-cover{
    background: rgba(255,255,255, .4);
    height: 100px;
    left: 50px;
    position: absolute;
    top: 50px;
    width: 100px;
    z-index: 30;
}
section.video.col-800{
    height: auto;
    margin: 15px auto;
}
section.video.col-800 .image-scale, section.video.col-16_9 .image-scale{
    display: block;
}
section.video.col-800 .video-desc>div{
    padding: 22px 18px;
}
section.video.col-800 iframe,
section.video.col-800 jwplayer,
section.video.col-16_9 iframe,
section.video.col-16_9 jwplayer
{
    left: 0;
    position: absolute;
    top: 0;
}
section.video.col-16_9 {
    width: 100%;
    height: auto;
}

section.video.left .video-content{
    float: left;
    margin: 20px 40px 40px -100px;
    width: 400px;
}
section.video.right .video-content{
    float: right;
    margin: 20px -100px 40px 40px;
    width: 400px;
}
section.video.left .play-box .play,
section.video.right .play-box .play{
    font-size: 50px;
}
section.video.left .play-box .play>span,
section.video.right .play-box .play>span{
    background-position: 0 -63px;
    background-size: 73px 126px;
    height: 63px;
    margin-top: -32px;
    margin-left: -29px;
    width: 73px;
}
section.video.left .load-cover,
section.video.right .load-cover{
    height: 60px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 90px;
}

/** More **/
section.more{
    margin: 15px 0;
    overflow: hidden;
    padding: 30px 0 70px;
}
section.more ul{
    font-size: 0;
    list-style-type: none;
    margin: 25px -14px 0;
    padding: 0;
    position: relative;
}
section.more ul:first-child{
    margin-top: 20px;
}
section.more li{
    box-sizing: border-box;
    -moz-sizing: border-box;
    -webkit-sizing: border-box;
    display: inline-block;
    height: 160px;
    padding: 0 14px;
    position: relative;
    vertical-align: top;
    width: 25%;
}
section.more .sortable-placeholder:before{
    border: 1px dotted #aaa;
    box-sizing: border-box;
    -moz-sizing: border-box;
    -webkit-sizing: border-box;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
}
section.more ul.column-3 li{
    width: 33.3%;
}
section.more ul.column-2 li{
    width: 50%;
}
section.more ul.column-1 li{
    width: 100%;
}
section.more a{
    background-size: cover;
    background-position: center;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none;
    width: 100%;
}
section.more a:before{
    background-color: rgba(0,0,0,0.5);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: background-color 0.3s ease-out 0s;
    -moz-transition: background-color 0.3s ease-out 0s;
    -o-transition: background-color 0.3s ease-out 0s;
    transition: background-color 0.3s ease-out 0s;
    width: 100%;
    z-index: 1;
}
section.more a:hover:before{
    background-color: rgba(0,0,0,0.2);
}
section.more a>span{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
section.more .button-delete{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    margin: 7px;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 30px;
    z-index: 10; 
}
section.more .input-link{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    margin: 7px;
    opacity: 0.9;
    position: absolute;
    right: 50px;
    top: 0;
    text-align: center;
    width: 30%;
    z-index: 10; 
}
section.more .upload-img{
    /* Временно */
    color: #fff;
    cursor: pointer;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    height: 30px;
    left: 30px;
    position: absolute;
    top: 20px;
    text-align: center;
    width: 40px;
    z-index: 10;
}
section.more .upload-img:before{
    /* Временно */
    content: '\f03e';
}
section.more .head-title{
    cursor: text;
    outline: none;
    text-align: center;
}
section.more .head-title h1{
    font-size: 22px;
    font-weight: bold;
}
section.more .head-title h2{
    font-size: 18px;
    font-weight: bold;
}
section.more .title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    max-height: 60px;
    outline: none;
    padding: 0 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    z-index: 10;
}
section.more .subtitle{
    bottom: 10px;
    font-size: 12px;
    left: 0;
    outline: none;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}
section.more .add-row{
    background: rgba(255,255,255,0.3);
    bottom: -50px;
    border: 1px solid #c5c5c5;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    left: 0;
    line-height: 28px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
section.more .add-cell{
    background: rgba(255,255,255,0.3);
    border: 1px solid #c5c5c5;
    cursor: pointer;
    font-size: 14px;
    height: 100%;
    top: 0;
    position: absolute;
    right: -40px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    width: 30px;
}
section.more .add-row:hover,
section.more .add-cell:hover{
    background: #e6e6e6;
}
.longread-editor section.more .title,
.longread-editor section.more .subtitle{
    cursor: text;
}
.longread-editor section.more a{
    cursor: move;
}

/** HTML **/
section.html{
    margin: 15px 0;
}
section.html textarea{
    border: 1px dotted #ccc;
    font-family: Monospace;
    height: 400px;
    line-height: 20px;
    outline: none;
    padding: 10px;
    resize: vertical;
    width: 100%;
}
section.html textarea::-webkit-input-placeholder{
    font-size: 16px;
    line-height: 20px;
}
section.html textarea::-moz-placeholder{
    font-size: 16px;
    line-height: 20px;
}
section.html textarea:-moz-placeholder{
    font-size: 16px;
    line-height: 20px;
}
section.html textarea:-ms-input-placeholder{
    font-size: 16px;
    line-height: 20px;
}

/** Result **/
section.result{
    background: #edf4f8;
}
section.result article>.col-800{
    padding-top: 25px;
    padding-bottom: 25px;
}
section.result h1{
    font-size: 24px;
    margin: 0;
}
section.result h2{
    font-size: 18px;
    margin: 15px 0 10px;
}
section.result p{
    font-size: 16px;
    line-height: 150%;
    margin: 0;
    margin-top: 16px;
}
section.result p:first-child{
    margin-top: 0;
}
section.result .separate{
    background: #b8cad5;
    height: 2px;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
}
section.result .note{
    color: #888888;
    font-size: 12px;
    font-style: italic;
    line-height: 130%;
    margin-top: 15px;
}
section.result .note p{
    font-size: 12px;
}
section.result .share-box{
    background: #b8cad5;
    font-size: 0;
    height: 60px;
}
section.result .share-box .col:before{
    content: '';
    display: inline-block;
    height: 60px;
    vertical-align: middle;
} 
section.result .share-box .title{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-right: 30px;
    vertical-align: middle;
}
section.result .share-box .soc{
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    min-width: 70px;
}
section.result .share-box .soc .icon{
    font-family: 'iconfont';
    height: 30px;
    left: 0;
    padding-left: 5px;
    position: absolute;
    top: 0;
    width: 22px;
}
section.result .share-box .soc .count{
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 12px;
    height: 100%;
    margin-left: 30px;
    padding: 0 10px 0 5px;
    text-align: center;
}
section.result .share-box .fb{
    background: #3b5998;
}
section.result .share-box .vk{
    background: #45668e;
    font-size: 14px;
}
section.result .share-box .tw{
    background: #55acee; 
}
section.result .share-box .but-box{
    display: inline-block;
}
section.result .title-authors{
    margin-bottom: 10px; 
}
section.result .title-authors{
    min-height: 30px;
}
section.result .title-authors *{
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
section.result .authors input{
    background: none;
    border: 1px dotted #000;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    margin-right: 10px;
    padding: 0;
    vertical-align: middle;
    width: 160px;
}
section.result .authors .role-box{
    clear: both;
    float: left;
    font-size: 0;
    margin-bottom: 10px;
    white-space: nowrap;
}
section.result .author-box{
    display: table;
}
section.result .author{
    display: table-row;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
}
section.result .author .role{
    color: #888;
    display: table-cell;
}
section.result .author .fio{
    color: #000;
    display: table-cell;
    padding-left: 50px;
}
section.result .add-role{
    background: #fff;
    border: 1px solid #ccc;
    clear: both;
    cursor: pointer;
    height: 25px;
    line-height: 23px;
    text-align: center;
    width: 330px;
}
section.result .add-role:hover{
    background: #e6e6e6;
    border: 1px solid #adadad;
}
section.result .sortable-placeholder{
    clear: both;
    float: left;
    font-size: 0;
    margin-bottom: 10px;
    white-space: nowrap;
}
section.result .sortable-placeholder:before{
    border: 1px dotted #aaa;
    content: '';
    display: block;
    height: 30px;
    width: 330px;
}
section.result .btn-move{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

/** Slider **/
section.slider{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    height: 100vh;
    position: relative;
    width: 100%;
}
section.slider .slider-scale{
    height: 100%;
    overflow: hidden;
    position: relative;
}
.admin-side section.slider .slider-scale{
    border: 1px solid #ccc;
}
section.slider .slider-arrow-left-box,
section.slider .slider-arrow-right-box{
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 120px;
    z-index: 10;
}
section.slider .slider-arrow-left-box>span,
section.slider .slider-arrow-right-box>span{
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    color: #fff;
    display: block;
    font-family: 'iconfont';
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
}
section.slider-with-text .slider-arrow-right-box.add-slide>span,
section.slider .slider-arrow-right-box.add-slide>span{
    border: 1px solid #fa876b;
    background: #fff;
    font-size: 25px;
}
section.slider-with-text .slider-arrow-right-box.add-slide i,
section.slider .slider-arrow-right-box.add-slide i{
    color: #fa876b;
}
section.slider-with-text .slider-arrow-right-box:hover.add-slide>span,
section.slider .slider-arrow-right-box:hover.add-slide>span{
    background: #f87458;
}
section.slider-with-text .slider-arrow-right-box:hover.add-slide i,
section.slider .slider-arrow-right-box:hover.add-slide i{
    color: #fff;
}
section.slider .slider-arrow-left-box{
    left: 0;
}
section.slider .slider-arrow-left-box>span{
    left: 50px; 
}
section.slider .slider-arrow-right-box{
    right: 0;
}
section.slider .slider-arrow-right-box>span{
    right: 50px; 
}
section.slider .slider-content{
    height: 100%;
    position: relative;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    width: 100%;
}
section.slider .slider-item{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: table;
    height: 100%;
    position: absolute;
    width: 100%;
}
section.slider .pic-scale{
    width: 100%;
}
section.slider .slide-mob-scale{
    display: none;
    width: 100%;
}
section.slider .slider-pic{
    display: table-row;
    height: 100%;
    width: 100%;
}
section.slider .slider-pic>div{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: table-cell;
    height: 100%;
    width: 100%;
}
section.slider .slider-desc.mob{
    display: none;
    position: static;
}
section.slider .slider-desc.desk{
    display: table-row;
}
section.slider .slider-desc{
    background: #e2edf4;
    width: 100%;
}
section.slider .slider-desc .text{
    color: #676978;
    font-size: 12px;
    line-height: 130%;
    position: relative;
}
section.slider .slider-desc .text>div>div{
    display: table-cell;
    vertical-align: middle;
}
section.slider .slider-desc .text>div:first-child{
    padding: 22px 0;
}
section.slider .slider-desc .text>div:first-child p{
    line-height: 130%;
    margin: 0;
}
section.slider .slider-text{
    width: 100%;
}
section.slider .slider-navigate{
    padding-left: 10px;
    vertical-align: middle;
}
section.slider .slider-navigate>div{
    border: 2px solid #221f74;
    border-radius: 15px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
}
section.slider.col-800{
    height: auto;
    margin: 15px auto;
    width: auto;
}
section.slider.col-800 .slider-content{
    left: 0;
    position: absolute;
    top: 0;
}
section.slider.col-800 .slide-mob-scale{
    display: block;
}
section.slider.col-800 .slider-desc.mob{
    display: block;
}
section.slider.col-800 .slider-desc.desk{
    display: none;
}
section.slider.col-800 .slider-pic>div{
    background-size: contain;
}
section.slider.col-800 .slider-desc .text>div:first-child{
    padding: 22px 18px;
}
section.slider.col-800 .slider-arrow-left-box>span, 
section.slider.col-800 .slider-arrow-right-box>span{
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    width: 40px;
}

/** Десктопная версия **/
@media screen and (min-width: 768px) and (max-width: 1279px){}
@media screen and (min-width: 1000px){
    section.full-img-text-align .text-content {
        width: 831px;
    }
}

/** Планшетная версия **/
@media screen and (min-width: 768px) and (max-width: 1000px){
    .col-800,
    .col-1000,
    .col-full{
        padding: 0 30px;
    }

    /** Menu **/
    menu{
        border-radius: 0;
        background-color: #1b1b1b;
        height: 100%;
        left: 0%;
        margin-left: 0;
        padding-top: 0;
    }
    menu:hover{
        margin-left: 0;
        left: 0%;
    }
    menu.open{
        margin-left: 0;
        left: -100%;
    }
    menu.open:hover{
        margin-left: 0;
        right: 0;
    }
    menu>div>span{
        display: none;
    }
    menu li{
        font-size: 14px;
        margin-top: 10px;
        padding: 10px 30px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    menu li>span.line{
        background: #2a326a;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 2px;
    }
    menu li.home{
        display: block;
        margin-top: 5px;
        white-space: nowrap;
    }
    menu li.home .icon{
        font-family: 'iconfont';
        font-size: 15px;
        padding-right: 5px;
    }
    menu li:before, menu li:after{
        display: none;
    }
    menu li.active{
        background-color: #0f0f0f;
    }
    menu li.active>span.line{
        opacity: 1;
    }

    /** Header **/
    .header-scroll header .col-big{
        padding: 0 20px;
    }
    .header-scroll header .but-menu{
        display: block;
        margin-right: -20px;
    }

    /** Before After **/
    section.before-after{
        margin: 15px 0;
    }
    section.before-after .desc{
        font-size: 12px;
    }
    section.before-after .col-full .box-image{
        height: 100%;
    }
    section.before-after .col-full .image-scale{
        display: inline-block;
    }
    section.before-after .arrow-range-left,
    section.before-after .arrow-range-right{
        font-size: 20px;
        height: 40px;
        margin-top: -20px;
        width: 20px;
    }
    section.before-after .arrow-range-left i,
    section.before-after .arrow-range-right i{
        line-height: 40px;
    }

    /** Text Float **/
    section.text-float.left article{
        margin: 20px 25px 20px -30px;
    }
    section.text-float.right article{
        margin: 20px -30px 20px 25px;
    }

    /** Image and Text **/
    section.img-text h1{
        font-size: 24px;
    }
    section.img-text h2{
        font-size: 20px;
    }
    section.img-text p{
        font-size: 16px;
    }

    /** Text Cols **/
    section.text-cols .col-box>div,
    section.text-cols .pic-box>div{
        display: block;
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    section.text-cols .list>span{
        display: block;
    }
    section.text-cols .col-big .col-box,
    section.text-cols .col-big .pic-box{
        padding: 0 30px;
    }

    /** Image Float **/
    section.img-float.left .pic{
        margin: 20px 25px 25px -30px;
    }
    section.img-float.right .pic{
        margin: 20px -30px 25px 25px;
    }

    /** Image Long Text **/
    section.img-long-text,
    section.img-long-text .content-box{
        min-height: 0;
    }
    section.img-long-text .backgound-text{
        display: none;
    }
    section.img-long-text .text-spacer-100vh{
        display: none;
    }
    section.img-long-text .pic{
        display: block;
    }
    section.img-long-text .long-text{
        background: #e2edf4 !important;
        color: #717171 !important;
        font-size: 12px;
        height: 250px;
        padding: 22px 18px; 
        width: 100%;
    }
    section.img-long-text .long-text>div{
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }
    /** Fullscreen Image **/
    section.full-img-text-align{
        height: auto;
        margin: 10px 0;
    }
    .admin-side section.full-img-text-align{
        height: initial;
    }
    section.full-img-text-align .scale-box-logo{
        height: auto;
        position: relative;
    }
    section.full-img-text-align .logo.top-left{
        left: 50px;
        top: 0;
    }
    section.full-img-text-align .logo.top-right{
        right: 50px;
        top: 0;
    }
    section.full-img-text-align .logo.bottom-left{
        bottom: 0;
        left: 50px;
    }
    section.full-img-text-align .logo.bottom-right{
        bottom: 0;
        right: 50px;
    }
    section.full-img-text-align .logo img{
        max-height: 100px;
        max-width: 100px;
    }
    .admin-side section.full-img-text-align .logo.unload{
        height: 100px;
        width: 100px;
    }
    section.full-img-text-align .background{
        display: none;
    }
    section.full-img-text-align .pic{
        display: block;
    }
    section.full-img-text-align .text-content-scale{
        padding: 0;
        position: static;
        width: 100%;
    }
    section.full-img-text-align .text-content{
        background-color: #e2edf4 !important;
        color: #717171 !important;
        max-height: none;
        padding: 0;
        width: 100%;
    }
    section.full-img-text-align .text{
        background-color: #e2edf4;
        padding: 22px 18px;
        height: initial;
    }
    section.full-img-text-align .text h1{
        font-size: 48px;
    }
    section.full-img-text-align .text h2{
        font-size: 32px;
    }
    section.full-img-text-align .text p{
        font-size: 12px;
    }
    section.full-img-text-align .shadow:before{
        display: none;
    }

    /** Video **/
    section.video{
        height: auto;
        margin: 10px 0;
    }
    section.video .image-scale{
        display: block;
    }
    section.video jwplayer,
    section.video iframe{
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    section.video .play-box .play{
        font-size: 80px;
    }
    section.video .video-desc{
        font-size: 14px;
    }
    section.video .play-box .play>span{
        background-position: 0 -106px;
        background-size: 123px 212px;
        height: 106px;
        margin-top: -48px;
        margin-left: -47px;
        width: 123px;
    }
    section.video.left .video-content{
        margin: 20px 25px 25px -30px;
    }
    section.video.right .video-content{
        margin: 20px -30px 25px 25px;
    }

    /** More **/
    section.more{
        padding: 30px 0 50px;
    }
    section.more ul{
        margin: 20px -10px 0;
    }
    section.more li{
        height: 150px;
        padding: 0 10px;
    }

    /** Slider **/
    section.slider{
        height: auto;
        margin: 10px 0;
    }
    section.slider .slider-content{
        left: 0;
        position: absolute;
        top: 0;
    }
    section.slider .slider-arrow-left-box>span,
    section.slider .slider-arrow-right-box>span{
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        margin-top: -22px;
        width: 45px;
    }
    section.slider .slider-arrow-left-box>span{
        left: 10px;
    }
    section.slider .slider-arrow-right-box>span{
        right: 10px;
    }
    section.slider .slide-mob-scale{
        display: inline-block;
    }
    section.slider .slider-desc.mob{
        display: block;
    }
    section.slider .slider-desc.desk{
        display: none;
    }
    section.slider .slider-desc .text>div:first-child{
        padding: 18px 0;
    }
    section.slider.col-800{
        max-width: none;
        margin: 10px auto;
    }
    section.slider.col-800 .slider-desc .text>div:first-child{
        padding: 18px 0;
    }
    section.slider.col-800 .slider-arrow-left-box>span,
    section.slider.col-800 .slider-arrow-right-box>span{
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        margin-top: -22px;
        width: 45px;
    }
}

/** Мобильная версия **/
@media screen and (max-width: 767px){
    .col-800,
    .col-1000,
    .col-full{
        padding: 0 7px;
    }

    /** Menu **/
    .front-side aside{
        width: 100%;
    }
    menu{
        border-radius: 0;
        background-color: #1b1b1b;
        height: 100%;
        left: 0%;
        max-width: none;
        margin-left: 0;
        padding-top: 0;
        width: 100%;
    }
    menu:hover{
        left: 0%;
        margin-left: 0;
    }
    menu.open{
        left: -100%;
        margin-left: 0;
    }
    menu.open:hover{
        left: -100%;
        margin-left: 0;
    }
    menu>div{
        padding-top: 0;
    }
    menu>div>span{
        display: none;
    }
    menu li>span.line{
        background: #2a326a;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 2px;
    }
    menu li.active>span.line{
        opacity: 1;
    }
    menu li{
        margin-bottom: 10px;
        padding: 10px;
        padding-left: 30px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    menu li.home{
        display: block;
    }
    menu li.home .icon{
        font-family: 'iconfont';
        font-size: 15px;
        padding-right: 5px;
    }
    menu li:before, menu li:after{
        display: none;
    }
    menu li{
        font-size: 14px;
    }
    menu li.active{
        background-color: #0f0f0f;
    }

    /** Header **/
    .header-scroll header .col-big{
        padding: 0 10px;
    }
    .header-scroll header .logo-title,
    .header-scroll header .logo-sub-title>span.icon,
    .header-scroll header .logo-sub-title:before{
        display: none;
    }
    .header-scroll header .logo-sub-title{
        margin: 5px 10px 5px 0;
    }
    .header-scroll header .logo-project{
        margin-left: 10px;
    }
    .header-scroll header .but-menu{
        display: block;
        width: 40px;
    }

    /** Before After **/
    section.before-after{
        margin: 10px 0;
    }
    section.before-after .desc{
        font-size: 12px;
    }
    section.before-after .col-full .box-image{
        height: 100%;
    }
    section.before-after .col-full .image-scale{
        display: inline-block;
    }
    section.before-after .arrow-range-left,
    section.before-after .arrow-range-right{
        font-size: 16px;
        height: 30px;
        margin-top: -15px;
        width: 15px;
    }
    section.before-after .arrow-range-left i,
    section.before-after .arrow-range-right i{
        line-height: 30px;
    }

    /** Text Float **/
    section.text-float{
        margin: 10px 0;
    }
    section.text-float.left article,
    section.text-float.right article{
        float: none;
        margin: 0;
        width: 100%;
    }
    section.text-float h1{
        font-size: 16px;
        line-height: 130%;
    }
    section.text-float h2{
        font-size: 14px;
        line-height: 130%;
    }
    section.text-float p{
        font-size: 12px;
        line-height: 130%;
    }

    /** Image and Text **/
    section.img-text{
        margin: 10px 0;
    }
    section.img-text h1{
        font-size: 18px;
        line-height: 130%;
    }
    section.img-text h2{
        font-size: 15px;
        line-height: 110%;
    }
    section.img-text p{
        font-size: 13px;
    }

    /** Text Cols **/
    section.text-cols>article{
        padding: 10px 0;
    }
    section.text-cols .pic-box{
        padding-top: 10px;
    }
    section.text-cols .col-box>div,
    section.text-cols .pic-box>div{
        display: block;
        font-size: 13px;
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    section.text-cols .col-box h1,
    section.text-cols .pic-box h1{
        font-size: 18px;
        line-height: normal;
        margin-bottom: 5px;
    }
    section.text-cols .col-box h2,
    section.text-cols .pic-box h2{
        font-size: 15px;
        line-height: normal;
        margin-bottom: 5px;
    }
    section.text-cols .col-big .col-box,
    section.text-cols .col-big .pic-box{
        padding: 0 10px;
    }
    section.text-cols .list{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    section.text-cols .list>span{
        display: block;
        margin-bottom: 10px;
    }
    section.text-cols .list .text{
        font-size: 12px;
        position: relative;
        padding-left: 45px;
    }
    section.text-cols .list .icon-box{
        margin-right: 15px;
    }
    section.text-cols .pic-box .pic img{
        width: 100%;
    }

    /** Image Float **/
    section.img-float{
        margin: 10px 0;
    }
    section.img-float.left .pic,
    section.img-float.right .pic{
        float: none;
        margin: 0;
        width: 100%;
    }

    /** Image Long Text **/
    section.img-long-text,
    section.img-long-text .content-box{
        min-height: 0;
    }
    section.img-long-text .backgound-text{
        display: none;
    }
    section.img-long-text .text-spacer-100vh{
        display: none;
    }
    section.img-long-text .pic{
        display: block;
    }
    section.img-long-text .long-text{
        background: #e2edf4 !important;
        color: #717171 !important;
        font-size: 12px;
        height: 250px;
        padding: 22px 18px; 
        width: 100%;
    }
    section.img-long-text .long-text>div{
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }

    /** Fullscreen Image **/
    section.full-img-text-align{
        height: auto;
        margin: 10px 0;
    }
    .admin-side section.full-img-text-align{
        height: initial;
    }
    section.full-img-text-align .scale-box-logo{
        height: auto;
        position: relative;
    }
    section.full-img-text-align .background{
        display: none;
    }
    section.full-img-text-align .logo.top-left{
        left: 20px;
        top: 0;
    }
    section.full-img-text-align .logo.top-right{
        right: 20px;
        top: 0;
    }
    section.full-img-text-align .logo.bottom-left{
        bottom: 0;
        left: 20px;
    }
    section.full-img-text-align .logo.bottom-right{
        bottom: 0;
        right: 20px;
    }
    section.full-img-text-align .logo img{
        max-height: 50px;
        max-width: 50px;
    }
    .admin-side section.full-img-text-align .logo.unload{
        height: 50px;
        width: 50px;
    }
    section.full-img-text-align .pic{
        display: block;
    }
    section.full-img-text-align .text-content-scale{
        padding: 0;
        position: static;
        width: auto;
    }
    section.full-img-text-align .text-content{
        background-color: #e2edf4 !important;
        color: #717171 !important;
        max-height: none;
        padding: 22px 18px;
        width: auto;
    }
    section.full-img-text-align .text{
        background-color: #a2adb4;
        height: initial;
    }
    section.full-img-text-align .text h1{
        font-size: 24px;
        line-height: 24px;
    }
    section.full-img-text-align .text h2{
        font-size: 18px;
        line-height: 18px;
    }
    section.full-img-text-align .text p{
        font-size: 12px;
        line-height: 100%;
    }
    section.full-img-text-align .shadow:before{
        display: none;
    }

    /** Video **/
    section.video{
        height: auto;
        margin: 10px 0;
    }
    section.video .image-scale{
        display: block;
    }
    section.video jwplayer,
    section.video iframe{
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    section.video .video-desc{
        font-size: 12px;
    }
    section.video .play-box .play{
        font-size: 50px;
    }
    section.video .play-box .play>span{
        background-position: 0 -63px;
        background-size: 73px 126px;
        height: 63px;
        margin-top: -32px;
        margin-left: -29px;
        width: 73px;
    }
    section.video.left .video-content,
    section.video.right .video-content{
        float: none;
        margin: 0;
        width: 100%;
    }

    /** More **/
    section.more{
        margin: 10px 0;
        padding: 30px 0;
    }
    section.more ul{
        margin: 20px 0 0;
    }
    section.more ul li,
    section.more ul[class^='column'] li{
        margin-top: 20px;
        padding: 0 15px;
        width: 100%;
    }
    section.more li:first-child{
        margin: 0;
    }

    /** HTML **/
    section.html{
       margin: 10px 0; 
    }

    /** Result **/
    section.result h1{
        font-size: 18px;
        margin-bottom: -5px;
    }
    section.result h2{
        font-size: 16px;
        margin: 12px 0 6px;
    }
    section.result p{
        font-size: 13px;
        margin-top: 10px;
    }
    section.result .separate{
        margin-top: 15px;
        margin-bottom: 13px;
    }
    section.result .title-authors *{
        font-size: 16px;
    }
    section.result .author .role{
        display: block;
        font-size: 12px;
        line-height: 17px;
    }
    section.result .author .fio{
        display: block;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 12px;
        padding-left: 0;
    }
    section.result .share-box{
        height: initial;
        min-height: 0;
        padding: 18px 0;
    }
    section.result .share-box .col:before{
        display: none;
    }
    section.result .share-box .title{
        display: block;
        font-size: 16px;
        margin-bottom: 10px;
    }
    section.result .share-box .but-box{
        display: block;
    }
    section.result article>.col-800{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    section.result .note{
        margin-top: 0;
    }

    /** Slider **/
    section.slider{
        height: auto;
        margin: 10px 0;
    }
    section.slider .slider-content{
        left: 0;
        position: absolute;
        top: 0;
    }
    section.slider .slider-arrow-left-box,
    section.slider .slider-arrow-right-box{
        width: 50px;
    }
    section.slider .slider-arrow-left-box>span,
    section.slider .slider-arrow-right-box>span{
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        width: 30px;
    }
    section.slider .slider-arrow-left-box>span{
        left: 10px;
    }
    section.slider .slider-arrow-right-box>span{
        right: 10px;
    }
    section.slider .slide-mob-scale{
        display: inline-block;
    }
    section.slider .slider-desc.mob{
        display: block;
    }
    section.slider .slider-desc.desk{
        display: none;
    }
    section.slider .slider-desc .text>div:first-child{
        font-size: 12px;
        line-height: 120%;
        padding: 10px 0;
    }
    section.slider.col-800{
        margin: 10px auto;
    }
    section.slider.col-800 .slider-desc .text>div:first-child{
        padding: 10px 0;
    }
    section.slider.col-800 .slider-arrow-left-box>span,
    section.slider.col-800 .slider-arrow-right-box>span{
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        width: 30px;
    }
}