/*
Theme Name: Statui
Version: 1.0
Text Domain: statui
*/

@import url('https://fonts.googleapis.com/css?family=Tinos');
.slider-cont {
    margin: auto;
    width: 70%;
}

.owl-theme .owl-dots {
    display: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 1;
}

.owl-theme .owl-nav [class*=owl-] {
    background: none !important;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.owl-theme .owl-nav [class*=owl-] img {
    width: 17px;
}

.owl-theme .owl-nav .owl-next {
    right: -75px;
}

.owl-theme .owl-nav .owl-prev {
    left: -75px;
}

.menu-icon {
    background: url(images/menu.svg) no-repeat 50% 50% #2A2A2A;
    background-size: 20px auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999999;
    display: none;
}

.menu-icon.active {
    background-image: url(images/cross.svg);
}

html,
body,
header,
div,
footer {
    margin: 0;
    padding: 0;
}

div {
    box-sizing: border-box;
}

body {
    background: #000;
    color: #fff;
    font-family: 'Tinos', serif;
    font-weight: 400;
}

a {
    transition: 0.5s;
}

.hide {
    display: none;
    opacity: 0;
}

.header {
    position: relative;
    min-height: 60px;
}

.header__logo {
    position: absolute;
    top: 15px;
    left: 40px;
    height: 100%;
    width: 100px;
    z-index: 150;
}

.header__logo img {
    width: 100%;
}

#bg-img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
    margin-top: -72px;
}

video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-height: 100%;
    height: auto;
    margin: auto;
    background-size: cover;
    transition: 1s opacity;
}

.author-info {
    transition: 0.7s;
    font-size: 22px;
    color: #fff;
    text-align: center;
    max-width: 344px;
    height: 224px;
    position: absolute;
    top: calc(50% - 112px);
    left: calc(50% - 172px);
}

.author-info img {
    width: 100%;
    display: block;
}

.author-name {
    font-family: 'ds_copticregular';
    margin-top: 12px;
}

.menu {
    margin: 0;
    padding: 0;
    z-index: 100;
    text-align: center;
    margin-top: 10px;
    height: 42px;
    position: relative;
    z-index: 100;
    padding-top: 20px;
}

.menu li {
    list-style: none;
    margin: 10px 20px;
    display: inline-block;
}

.menu li a {
    text-decoration: none;
    color: #d1c094;
    font-size: 20px;
    font-family: 'ds_copticregular';
    transition: all 0.4s ease;
}

.menu li a:hover {
    color: #e2dac1;
}


/* --- page --- */

.page {
    margin-top: 40px;
}

.page-title {
    font-family: 'ds_copticregular';
    font-size: 36px;
    font-weight: 300;
    margin: 0 auto;
    max-width: 1170px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.page-content {
    padding: 40px 0;
    background: #000;
}

.as,
.news-container {
    overflow: hidden;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    margin-bottom: 180px;
}

.comments-container,
.news-container {
    min-height: calc(100vh - 176px - 35px - 204px);
}

.contacts-wrapper {
    min-height: calc(100vh - 176px - 35px - 119px);
}

.as .content-container,
.as .image-container {
    width: 50%;
    position: relative;
}

.as .content-container {
    margin-top: 50px;
}

.as.left .content-container {
    float: left;
    padding-right: 40px;
}

.as.left .image-container {
    float: right;
    margin-top: 35px;
}


/* right */

.as.right .image-container {
    float: left;
}

.as.right .content-container {
    float: right;
    padding-left: 94px;
}

.as .content-container .title {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'ds_copticregular';
    font-weight: 300;
    margin: 1px 0;
    padding: 1px 0;
}

.as .content-container .text {
    line-height: 24px;
    margin-bottom: 40px;
    font-family: 'Tinos', serif;
    letter-spacing: 0.022em;
}

.as.left .image-container img {
    float: right;
}

.as.right .image-container img {
    float: left;
}


/* --- news --- */

.news-container {
    margin: 0 auto;
    max-width: 1170px;
    text-align: left;
    overflow: hidden;
    margin-bottom: 30px;
}

.new {
    text-align: left;
    max-width: 340px;
    background: #1D1D1D;
    display: block;
    margin-right: 70px;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: middle;
    min-height: 410px;
}

.new a {
    display: block;
    position: relative;
}

.new:hover h4.title {
    color: #e2dac1;
}

.new:nth-child(3) {
    margin-right: 0;
}

.new img {
    display: block;
    width: 100%;
}

.new .title {
    font-size: 26px;
    font-family: 'ds_copticregular';
    padding: 30px 0 10px 0;
    text-align: left;
    font-weight: 300;
    margin: 0;
    color: #d1c094;
}

.new .content {
    font-size: 14px;
}

.new .content p {
    margin: 0;
}

.new-content-wrapper {
    padding: 0 20px;
}

.new .footer {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
}

.new .footer .more,
.new .footer .date {
    width: 50%;
    float: left;
    display: block;
}

.new .footer .more {
    text-align: left;
    color: #fff;
    font-size: 14px;
}

.new .footer .more:hover {
    opacity: 0.8;
}

.new .footer .date {
    text-align: right;
    font-style: italic;
    font-size: 13px;
    padding-right: 2px;
}

.single-cat-img-c-wrapper {
    overflow: hidden;
    margin-bottom: 20px;
}

.new-img-list img {
    padding-right: 10px;
    padding-bottom: 10px;
}

.single-cat-wrapper {
    margin-top: 40px;
}

.current_page_item a,
.current-menu-item a {
    color: #e2dac1 !important;
}

.header .current-menu-item a:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #e2dac1;
    display: inline-block;
    margin-right: 10px;
    transform: translateY(-3px);
}

.header .current-menu-item a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #e2dac1;
    display: inline-block;
    margin-left: 10px;
    transform: translateY(-3px);
}


/* comment */

.comments-container {
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 230px;
    margin-bottom: 30px;
}

.comments-container .comment {
    border-bottom: 1px solid #676767;
    padding-top: 30px;
    padding-bottom: 5px;
}

.comments-container .comment .title {
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    font-family: 'ds_copticregular';
    padding-bottom: 5px;
}

.comments-container .comment .user-city {
    font-size: 14px;
    display: block;
    padding-bottom: 8px;
}

.comments-container .comment .user-city+br {
    display: none;
}

.comments-container .comment .content {
    font-style: italic;
    font-size: 15px;
}

.comments-container .comment .content p {
    margin-top: 0;
}

.contacts-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.contacts {
    margin-top: 50px;
    max-width: 455px;
    color: #fff;
}

.contacts__title {
    font-size: 36px;
    margin: 0;
    padding: 0 0 20px 0;
    font-family: 'ds_copticregular';
}

.contacts__slogan {
    font-family: 'Tinos', serif;
    letter-spacing: 0.022em;
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
    padding: 0px 0 0px 0;
}

.contacts__input {
    font-family: 'Tinos', serif;
    display: block;
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 2px solid #fff;
    background: transparent;
    color: #fff;
    padding: 10px 0;
    margin: 0 0 2px 0;
    font-size: 17px;
}

.contacts__captcha {
    margin-top: 19px;
}

textarea.contacts__input {
    min-height: 200px;
    border: 2px solid #fff;
    padding: 6px;
    min-height: 200px;
    border: 2px solid #fff;
    padding: 6px;
    width: 100%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top:20px; 
}

.contacts__input.contacts {
    margin-bottom: 10px;
    border: 2px solid #fff;
    padding: 12px 6px;
}

.contacts__input::placeholder {
    color: #fff;
}

.contacts__submit {
    cursor: pointer;
    background: transparent;
    outline: none;
    border: none;
    color: #fff;
    margin: 10px 0 0 0;
    display: inline-block;
    font-size: 15px;
}

.contacts__conditions {
    margin: 18px 0 0 0;
    padding: 0;
    font-size: 14px;
}

.contacts__link {
    color: #d1c094;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.contacts__link:hover {
    color: #e2dac1;
}

@media (max-width: 1170px) {
    .as,
    .news-container,
    .page-title-news,
    .page-title-comments {
        padding: 0 20px;
        /*text-align:center;*/
    }
    .comments-container {
        padding: 0 20px;
    }
    .news-container {
        text-align: center;
    }
    .new:nth-child(3) {
        margin-right: 20px;
    }
    .new {
        margin: 20px;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .contacts-wrapper {
        padding: 0 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 980px) {
    .menu-icon {
        display: block;
    }
    .menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10000;
        margin: 0;
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        padding-top: calc(50vh - 150px);
        display: none;
    }
    .menu.active {
        display: block;
    }
    .menu li {
        display: block;
        padding: 10px;
    }
}

@media (max-width: 920px) {
    .contacts>* {
        text-align: center;
    }
    .video-container,
    .page {
        margin-top: 0;
    }
    .as .content-container .title,
    .contacts__title,
    .page-title {
        font-size: 40px;
    }
    .page-title {
        padding: 0 20px;
    }
    .as,
    .news-container {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .contacts {
        margin: 0 auto;
    }
    .contacts__title,
    .contacts__slogan,
    .contacts__form {
        text-align: center;
    }
    .as.right .image-container,
    .as.left .image-container,
    .as.right .content-container,
    .as.left .content-container,
    .as.right .image-container img,
    .as.left .image-container img {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .as .image-container img {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

.text-elipsise {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more-link {
    font-family: 'ds_copticregular';
    font-size: 22px;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    color: #d1c094;
    background-origin: border-box;
    background-size: 200%;
    background-position-x: 100%;
    transition-property: color, background-color, background-position, border-color, box-shadow;
    transition: .17s ease-in-out;
}

.more-link:hover {
    color: #e2dac1;
}

.more-link:hover:after {
    opacity: 1;
    transform: translateX(0);
}

.more-link:after {
    transition: all 0.2s linear;
    content: '';
    width: 0.7em;
    vertical-align: middle;
    margin-left: 15px;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateX(-20px);
    height: 0.7em;
    display: inline-block;
    background-image: url(images/arrow.svg);
}

footer {
    padding-bottom: 30px;
}

.footer-container {
    max-width: 1254px;
    margin-left: auto;
    margin-right: auto;
}

.footer-container .last-line {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer-container .last-line .slogan {
    float: left;
}

.footer-container .last-line .link {
    float: right;
}

.footer-container .last-line .link a {
    color: #d1c094;
}

.footer-container .last-line .link a:hover {
    color: #e2dac1;
}

.footer-container .soc-section {
    max-width: 240px;
    float: right;
}

.soc-slogan {
    margin-bottom: 25px;
}

.soc-container {
    display: block;
    text-align: right;
    margin-bottom: 40px;
}

.soc-container a {
    display: inline-block;
    margin-left: 12px;
    width: 42px;
    height: 42px;
    opacity: 1;
    text-decoration: none;
    color: #fff;
    background: no-repeat center center transparent;
}

.soc-container a:first-child {
    margin-left: 0;
}

.soc-container a:hover {
    opacity: 0.6;
}

.soc-container a.vk {
    background-image: url(images/vk.png);
}

.soc-container a.br {
    background-image: url(images/br.png);
}

.soc-container a.fb {
    background-image: url(images/fb.png);
}

.soc-container a.yt {
    background-image: url(images/yt.png);
}

.footer-container {
    padding: 0 42px;
    max-width: 100%;
}

.contacts-phone {
    padding: 2px 0;
}

.contacts-phone a {
    color: #d1c094;
}

.contacts-phone a:hover {
    color: #e2dac1;
}

@media (max-width: 580px) {
    .footer-container .soc-section {
        float: none;
        margin: auto;
    }
    .footer-container .last-line .slogan,
    .footer-container .last-line .link {
        float: none;
        text-align: center;
    }
}

@media (max-width: 500px) {
    #bgvid{
        display: none;
    }
    .video-container{
        background-image: url(images/mob-header.png);
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
    }
}
@media (max-width: 340px) {
    .soc-container {
        text-align: center;
    }
    .soc-container a {
        margin: 10px;
    }
    .soc-container a:first-child {
        margin: 10px;
    }
    .soc-slogan {
        text-align: center;
    }
}