/** Fonts **/
@import url(http://fonts.googleapis.com/css?family=PT+Serif+Caption&subset=latin,cyrillic-ext,latin-ext,cyrillic);
@import url(http://fonts.googleapis.com/css?family=PT+Serif&subset=latin,cyrillic-ext,cyrillic,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900&subset=latin,latin-ext);

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

@font-face {
    font-family: 'iconfont';
        src: url('../fonts/iconfont.eot?88061705');
        src: url('../fonts/iconfont.eot?88061705#iefix') format('embedded-opentype'),
            url('../fonts/iconfont.woff?88061705') format('woff'),
            url('../fonts/iconfont.ttf?88061705') format('truetype'),
            url('../fonts/iconfont.svg?88061705#iconfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Tass-Caucasus';
        src: url('../fonts/tass-caucasus-webfont.eot');
        src: url('../fonts/tass-caucasus-webfont.eot?#iefix') format('embedded-opentype'),
            url('../fonts/tass-caucasus-webfont.woff') format('woff'),
            url('../fonts/tass-caucasus-webfont.ttf') format('truetype'),
            url('../fonts/tass-caucasus-webfont.svg#Tass-Caucasus') format('svg');
    font-weight: normal;
    font-style: normal;
}

.longread{
    background-attachment: fixed;
}





#arctic{
    display: none;
    height: 100%;
    width: 100%;
}
#arctic.load{
    display: block;
}

/** Content **/
#arctic .col{
    height: 100%;
    margin: 0px auto;
    max-width: 800px;
}
#arctic .col-simple{
    margin: 0px auto;
    max-width: 800px;
}
#arctic .col-big{
    height: 100%;
    margin: 0px auto;
    max-width: 1000px;
}
#arctic section{
    clear: both;
}

/** Block "Text" **/
#arctic section.text{
    color: #848484;
    clear: none;
    margin: 15px 0px;
}
#arctic section.text article{
    padding: 5px 0px;
}
#arctic section.text + section.text article{
    padding-top: 0px;
}
#arctic section.text h1,
#arctic section.text h2{
    font-weight: normal;
    line-height: normal;
    margin: 0px 0px 5px;
}
#arctic section.text h1{
    font-size: 36px;
}
#arctic section.text h2{
    font-size: 25px;
}
#arctic section.text p{
    font-size: 16px;
    line-height: 150%;
    margin: 0px;
    max-width: 800px;
    padding-top: 5px;
}
#arctic section.text p:first-child,
#arctic section.text h1+p{
    padding-top: 0px;
}

/** Block "Quote" **/
#arctic section.quote{
    margin: 15px 0px;
}
#arctic section.quote blockquote{
    background: #e2edf4;
    border-top: 5px solid #2a326a;
    display: table;
    font-size: 0;
    margin: 0px;
    padding: 29px 5.3%;
    width: 89.4%;
}
#arctic section.quote blockquote .pic-box{
    color: #1e2974;
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 93px;
}
#arctic section.quote blockquote .pic{
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    height: 93px;
    width: 93px;
}
#arctic section.quote blockquote .pic img{
    border-radius: 50%;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
#arctic section.quote blockquote .pic-text{
    display: table-cell;
    font-size: 14px;
    height: 93px;
    width: 170px;
}
#arctic section.quote blockquote .pic-text-small{
    display: none;
    font-size: 12px;
    font-style: italic;
    text-align: right;
}
#arctic section.quote blockquote .pic-text>div{
    color: #000;
    display: table-cell;
    height: 93px;
    padding-left: 10px;
    vertical-align: middle;
}
#arctic section.quote blockquote .pic-text>div>div{
    display: table-cell;
    vertical-align: middle;
}
#arctic section.quote blockquote .text{
    color: #000;
    display: table-cell;
    font-size: 16px;
    line-height: 150%;
    vertical-align: top;
}
#arctic section.quote blockquote .text a{
    color: #000;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    position: relative;
}
#arctic section.quote blockquote .text a[href]:hover{
    text-decoration: underline;
}
#arctic section.quote blockquote .text a span.quotesymb{
    color: #2a326a;
    font-family: 'iconfont';
    font-size: 20px;
    left: -35px;
    position: absolute;
    top: 0px;
}
#arctic section.quote blockquote .text p{
    margin: 0px;
}
#arctic section.quote blockquote .text>div{
    padding-left: 50px;
    position: relative;
}
#arctic section.quote blockquote .text>div>span{
    display: inline-block;
    height: 93px;
    vertical-align: middle;
}

/** Block "Slider with Text" **/
#arctic section.slider-with-text{
    font-size: 0;
    height: 100vh;
    min-height: 650px;
    position: relative;
    width: 100%;
}
#arctic section.slider-with-text .medium-editor-placeholder:after{
    color: #fff;
}
#arctic section.slider-with-text .slider-scale{
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#arctic section.slider-with-text .gallery .slider-arrow{
    cursor: pointer;
    display: none;
}
#arctic section.slider-with-text .slider-arrow-left-box,
#arctic section.slider-with-text .slider-arrow-right-box{
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 120px;
    z-index: 200;
}
#arctic section.slider-with-text .slider-arrow-left-box>span,
#arctic section.slider-with-text .slider-arrow-right-box>span{
    background: rgba(0, 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;
}
#arctic section.slider-with-text .slider-arrow-left-box{
    left: 0px;
}
#arctic section.slider-with-text .slider-arrow-left-box>span{
    left: 50px; 
}
#arctic section.slider-with-text .slider-arrow-left-box:hover{
}
#arctic section.slider-with-text .slider-arrow-right-box{
    right: 0px;
}
#arctic section.slider-with-text .slider-arrow-right-box>span{
    right: 50px; 
}
#arctic section.slider-with-text .slider-arrow-right-box:hover{
}
#arctic section.slider-with-text .slider-content{
    height: 100%;
    position: relative;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    width: 100%;
}
#arctic section.slider-with-text .slider-text{
    color: #fff;
    font-size: 20px;
    height: 100%;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100%;
}
#arctic section.slider-with-text .template{
    height: 100%;
    font-size: 0px;
    position: relative;
    z-index: 100;
}
#arctic section.slider-with-text .scale-text{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#arctic section.slider-with-text .container-title{
    display: inline-block;
    height: auto;
    position: relative;
    vertical-align: middle;
    z-index: 100;
}
#arctic section.slider-with-text .label{
    border-radius: 50%;
    background-color: #394f7c;
    display: block;
    font-family: "Lato-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 30px;
    padding: 0px;
    width: 31px;
}

#arctic section.slider-with-text h1,
#arctic section.slider-with-text h2,
#arctic section.slider-with-text h3,
#arctic section.slider-with-text p{
    margin: 0px;
    padding: 0px;
}
#arctic section.slider-with-text .cover .title{
    font-family: "Lato", sans-serif;
    font-size: 42px;
    line-height: normal;
    margin-bottom: 25px;
    min-height: 50px;
}
#arctic section.slider-with-text .cover .title h1,
#arctic section.slider-with-text .cover .title h2{
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2px;
    margin: 0px;
}
#arctic section.slider-with-text .cover .title h1{
    font-size: 42px;
}
#arctic section.slider-with-text .cover .title h2{
    font-size: 30px;
}
#arctic section.slider-with-text .title p{
    font-size: 20px;
}
#arctic section.slider-with-text .gallery .title{
    font-family: "Lato", sans-serif;
    font-size: 36px;
    line-height: normal;
    min-width: 400px;
    min-height: 40px;
    max-width: 800px;
    margin-bottom: 25px;
}
#arctic section.slider-with-text .gallery .title h1{
    font-size: 36px;
}
#arctic section.slider-with-text .cover .sub-title{
    font-size: 15px;
    line-height: 25px;
    min-width: 400px;
    min-height: 40px;
    max-width: 800px;
    margin: 0px auto;
}
#arctic section.slider-with-text .gallery .title h1{
    font-size: 36px;
}
#arctic section.slider-with-text .gallery .title h2{
    font-size: 30px;
}
#arctic section.slider-with-text .gallery .sub-title{
    font-size: 15px;
    line-height: 25px;
    min-width: 400px;
    min-height: 40px;
    max-width: 800px;
    margin: 0px auto;
}
#arctic section.slider-with-text .container-cols{
    bottom: 0;
    display: table;
    height: 50%;
    position: absolute;
    width: 100%;
}
#arctic section.slider-with-text .text-cols{
    display: table-cell;
    height: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
#arctic section.slider-with-text .text-cols>div{
    display: inline-block;
    margin: 0 45px;
    vertical-align: top;
    width: 200px;
}
#arctic section.slider-with-text .text-cols>div>div{
    min-height: 40px;
}
#arctic section.slider-with-text .text-cols h1,
#arctic section.slider-with-text .text-cols h2,
#arctic section.slider-with-text .text-cols h3,
#arctic section.slider-with-text .text-cols p,
#arctic section.slider-with-text p{
    margin: 0px;
    padding: 0px;
}
#arctic section.slider-with-text .text-cols{
    font-family: "Lato", sans-serif;
}
#arctic section.slider-with-text .text-cols h1{
    font-size: 35px;
    letter-spacing: 2px;
}
#arctic section.slider-with-text .text-cols h2{
    font-size: 25px;
    letter-spacing: 2px;
}
#arctic section.slider-with-text .text-cols p{
    font-size: 13px;
    line-height: 20px;
}
#arctic section.slider-with-text .scroll-box{
    bottom: 34px;
    position: absolute;
    width: 100%;
}
#arctic section.slider-with-text .scroll-box>div{
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 10px;
    margin: 0px auto;
    text-align: center;
    width: 200px;
}
#arctic section.slider-with-text .scroll-box .icon{
    font-family: "Tass-Caucasus";
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 18px;
}
#arctic section.slider-with-text .scroll-box .scroll-text{
    font-size: 10px;
    text-transform: uppercase;
}
#arctic section.slider-with-text .scroll-box .nav-text{
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0px 30px;
    text-align: center;
}
#arctic section.slider-with-text .copyright{
    bottom: 34px;
    color: #989898;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    min-width: 100px;
    max-width: 35%;
    padding: 0px 10px;
    position: absolute;
    right: 90px;
    text-align: left;
    z-index: 1;
}
#arctic section.slider-with-text .slider-item{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: table;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    position: absolute;
    width: 100%;
}
#arctic section.slider-with-text .slider-item.active{
    opacity: 1;
}
#arctic section.slider-with-text .slide-mob-scale{
    display: none;
    width: 100%;
}
#arctic section.slider-with-text .slider-desc.mob{
    display: none;
    position: static;
}
#arctic section.slider-with-text .slider-pic>div{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: table-cell;
    height: 100%;
    width: 100%;
}
#arctic section.slider-with-text .slider-desc.desk{
    display: block;
}
#arctic section.slider-with-text .slider-desc{
    background: #e2edf4;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
#arctic section.slider-with-text .slider-text{
    width: 100%;
}
#arctic section.slider-with-text .slider-desc .text>div:first-child{
    padding: 22px 0px;
}
#arctic section.slider-with-text .slider-desc .text{
    color: #676978;
    font-size: 12px;
    line-height: 130%;
}
#arctic section.slider-with-text .slider-desc .text>div:first-child>div:not(.toolbars){
    display: table-cell;
    vertical-align: middle;
}
#arctic section.slider-with-text .slider-desc .text>div.editorNotTools{
    padding: 22px 25px;
}
#arctic section.slider-with-text .slider-desc .text>div p{
    line-height: 130%;
    margin: 0px;
}
#arctic section.slider-with-text .slider-nav-scale{
    height: 27px;
    left: 0px;
    position: absolute;
    top: 21px;
    text-align: center;
    width: 100%;
    z-index: 100;
}
#arctic section.slider-with-text .slider-navigate{
    padding-left: 10px;
    vertical-align: middle;
}
#arctic section.slider-with-text .slider-navigate>div{
    border: 2px solid #221f74;
    border-radius: 15px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding: 0px 10px;
}
#arctic .clearAll{
    clear: both;
}

/** Десктопная версия **/
@media screen and (min-width: 768px) and (max-width: 1279px){
    #arctic section.slider-with-text .text-cols{
        display: none;
    }
}

/** Планшетная версия **/
@media screen and (min-width: 768px) and (max-width: 1000px){
    #arctic .col{
        padding: 0px 30px;
    }
    #arctic .col-simple{
        margin: 0px 30px;
    }
    #arctic section .parallax-box{
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }

    /** Block "Text" **/
    #arctic section.text h1{
        font-size: 26px;
    }
    #arctic section.text h2{
        font-size: 24px;
    }
    #arctic section.text p{
        font-size: 16px;
    }

    /** Block "Quote" **/
    #arctic section.quote blockquote .text a{
        padding-bottom: 5px;
    }
    #arctic section.quote blockquote .pic-text,
    #arctic section.quote blockquote .pic-box{
        display: none;
    }
    #arctic section.quote blockquote .pic-text-small{
        display: block;
    }

    /** Block "Slider with Text" **/
    #arctic section.slider-with-text .gallery .slider-arrow{
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-family: 'iconfont';
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
    }
    #arctic section.slider-with-text .slider-arrow-left-box,
    #arctic section.slider-with-text .slider-arrow-right-box{
        display: none;
    }
    #arctic section.slider-with-text .text-cols{
        display: none;
    }
    #arctic section.slider-with-text .cover .scroll-box{
        display: none;
    }
    #arctic section.slider-with-text{
        min-height: 0;
    }
}

/** Мобильная версия **/
@media screen and (max-width: 767px){
    #arctic .col{
        padding: 0px 10px;
    }
    #arctic .col-simple{
        margin: 0px 10px;
    }
    #arctic section .parallax-box{
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }

    /** Block "Text" **/
    #arctic section.text{
        margin: 10px 0px;
    }
    #arctic section.text + section.text article{
        padding-top: 0px;
    }
    #arctic section.text h1{
        font-size: 18px;
        margin: 0px 0px 5px;
    }
    #arctic section.text h2{
        font-size: 18px;
        margin: 0px 0px 5px;
    }
    #arctic section.text p{
        font-size: 13px;
        padding-top: 5px;
    }
    #arctic section.text p:first-child{
        padding-top: 0px;
    }

    /** Block "Quote" **/
    #arctic section.quote{
        margin: 10px 0px;
    }
    #arctic section.quote blockquote .pic-box{
        padding-bottom: 10px;
        width: 64px;
    }
    #arctic section.quote blockquote .pic-box.no-title{
        display: none;
    }
    #arctic section.quote blockquote .text{
        display: block;
        width: 100%;
    }
    #arctic section.quote blockquote .text{
        font-size: 14px;
    }
    #arctic section.quote blockquote .text a{
        padding-bottom: 5px;
    }
    #arctic section.quote blockquote .text>div{
        padding-left: 23px;
    }
    #arctic section.quote blockquote .pic{
        height: 64px;
        width: 64px;
    }
    #arctic section.quote blockquote .pic-text{
        margin-left: 64px;
        height: 20px;
        padding: 0px 0px 10px;
        width: auto;
    }
    #arctic section.quote blockquote .pic-text>div{
        height: 64px;
    }
    #arctic section.quote blockquote .pic-text.no-pic>div{
        height: auto;
    }
    #arctic section.quote blockquote .text>div:before{
        font-size: 48px;
        left: 2px;
        top: -8px;
    }
    #arctic section.quote blockquote .text>div>span{
        height: 64px;
    }
    #arctic section.quote blockquote .pic-text,
    #arctic section.quote blockquote .pic-box{
        display: none;
    }
    #arctic section.quote blockquote .pic-text-small{
        display: block;
        text-align: left;
    }

    /** Block "Slider with Text" **/
    #arctic section.slider-with-text .gallery .slider-arrow{
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-family: 'iconfont';
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
    }
    #arctic section.slider-with-text .slider-arrow-left-box,
    #arctic section.slider-with-text .slider-arrow-right-box{
        display: none;
    }
    #arctic section.slider-with-text .text-cols{
        display: none;
    }
    #arctic section.slider-with-text .cover .scroll-box{
        display: none;
    }
    #arctic section.slider-with-text .label{
        font-size: 11px;
        height: 24px;
        line-height: 24px;
        margin-bottom: 20px;
        width: 24px;
    }
    #arctic section.slider-with-text .copyright{
        left: 0px;
        right: 0px;
    }
    #arctic section.slider-with-text .cover .title,
    #arctic section.slider-with-text .gallery .title{
        margin-bottom: 10px;
    }
    #arctic section.slider-with-text .cover .sub-title,
    #arctic section.slider-with-text .gallery .sub-title{
        font-size: 13px;
        line-height: 20px;
        min-width: 0px;
    }
    #arctic section.slider-with-text .gallery .title,
    #arctic section.slider-with-text .gallery .sub-title{
        min-width: 0px;
    }
    #arctic section.slider-with-text .cover .title h1,
    #arctic section.slider-with-text .gallery .title h1{
        font-size: 20px;
    }
    #arctic section.slider-with-text .cover .title h2,
    #arctic section.slider-with-text .gallery .title h2{
        font-size: 18px;
    }
    #arctic section.slider-with-text .title p{
        font-size: 16px;
    }
    #arctic section.slider-with-text .scroll-box{
        bottom: 60px;
    }
    #arctic section.slider-with-text .scroll-box .nav-text{
        margin: 0px 8px;
    }
}