.mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    header {
        padding-top: 25px;
        margin-bottom: 25px;
    }

    .header-top {
        position: relative;
        height: 35px;
        margin: 0;
    }

    .logo {
        max-width: 45%;
        margin: 0;
    }

    .logo img {
        width: 100%;
    }

    header .date, .personal-trigger .registration-trigger {
        display: none;
    }

    .search {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 96px 20px 60px;
        transition: left 1s;
        z-index: 3333;
    }

    .search-opened .search {
        top: 0;
    }

    .search input[type="text"] {
        background: url("../images/search.svg") 15px center no-repeat;
        background-size: 15px auto;
        padding-left: 51px;
        height: 58px;
    }

    .search input[type="submit"] {
        position: static;
        height: 60px;
        width: 100%;
        background: #f58220;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 15px 0 0;
        text-indent: 0;
    }

    .search-close {
        position: absolute;
        top: 33px;
        right: 20px;
        background: url("../images/close.svg") center center no-repeat;
        height: 25px;
        width: 25px;
        background-size: 150% auto;
        filter: brightness(0);
    }

    .menu {
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        background: #fff;
        padding: 70px 20px 70px 60px;
        transition: left 1s;
        z-index: 3333;
	height: auto;
    }

    .menu-opened .menu {
        left: 0;
    }

    .menu ul {
        flex-direction: column;
        align-items: flex-start;
        border: 0 none;
    }

    .menu li {
        margin-bottom: 30px;
    }

    .menu a {
        height: auto;
        display: block;
    }

    .menu a:after {
        display: none;
    }

    .menu .sub-menu {
        position: static;
        padding-left: 10px;
    }
    .menu li.first .sub-menu {display:none}

    .menu .menu-close {
        position: absolute;
        top: 33px;
        right: 20px;
        background: url("../images/close.svg") center center no-repeat;
        height: 25px;
        width: 25px;
        background-size: 150% auto;
        filter: brightness(0);
    }

    .search-trigger {
        position: absolute;
        top: 0;
        right: 96px;
        height: 37px;
        width: 37px;
        border: 1px solid #ededed;
        border-radius: 2px;
        background: url("../images/search.svg") center center no-repeat;
        background-size: 15px auto;
    }

    .personal-trigger .login-trigger {
        position: absolute;
        top: 0;
        right: 52px;
        height: 37px;
        width: 37px;
        padding: 0;
        text-indent: -9999px;
        border: 1px solid #ededed;
        border-radius: 2px;
    }

    .personal-trigger .login-trigger:before {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .menu-trigger {
        position: absolute;
        top: 0;
        right: 0;
        height: 35px;
        width: 35px;
        background: url("../images/menu-white.svg") center center no-repeat var(--secondary-color);
        background-size: 20px auto;
        border-radius: 2px;
    }

    main .limit {
        flex-wrap: wrap;
        justify-content: center;
    }

    #left-column {
        display: none;
    }
    .content-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .content-left img {
        max-width: 100%;
	height: auto;
    }

    .content-left iframe {
        width: 100%;
	height: auto;
	min-height: 200px;
    }

    .content-left-top {
        flex-direction: column;
        margin-bottom: 80px;
    }

    .content-left-top .cinema {
        width: 100%;
        order: 2;
    }

    .content-left-top .cinema .item {
        display: flex;
        justify-content: space-between;
    }

    .content-left-top .cinema .image {
        width: 100px;
    }

    .content-left-top .cinema .text {
        padding-right: 15px;
        width: calc(100% - 117px);
        text-align: left;
    }

    .content-left-top .cinema .info {
        flex-direction: column;
        padding: 0;
        background: none;
        border: 0;
        align-items: flex-start;
    }

    .content-left-top .cinema .label {
        top: auto;
        left: 50%;
        bottom: 12px;
        transform: translate(-50%, 0);
    }

    .content-left-top .owl-nav {
        display: none;
    }

    .content-left-top .owl-dots {
        display: flex;
        justify-content: center;
        margin-top: 21px;
    }

    .content-left-top .cinema .owl-dots {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    .owl-theme .owl-dots .owl-dot {
        margin: 0 9px;
    }

    .owl-theme .owl-dots .owl-dot span {
        height: 8px;
        width: 8px;
        background: #e4e4e4;
        margin: 0;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #f58220;
    }

    .events {
        width: 100%;
    }

    .owl-events img {
        width: 100%;
    }

    .content-left-top .news-list {
        position: relative;
        padding-bottom: 15px;
        margin: 25px 0 35px;
    }

    .news-title {
        justify-content: center;
        margin-bottom: 25px;
    }

    .news-title a {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0)
    }

    .content-left-top .news-items .item {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 35px !important;
    }

    .content-left-top .news-items .image {
        width: 45%;
        margin: 0;
    }

    .content-left-top .news-items .image img {
        width: 100%;
        display: block;
    }

    .content-left-top .news-items .text {
        width: calc(55% - 15px);
    }

    .content-left .agv-block {
        text-align: center;
        margin-bottom: 55px;
    }

    .ads-list {
        margin-bottom: 40px;
    }

    .owl-ads {
        margin-bottom: 35px;
    }

    .ads-list .news-title a {
        display: none;
    }

    .ads-list .item {
        width: 100%;
        max-width: 320px;
        margin: 0;
    }

    .video {
        margin-bottom: 40px;
    }

    .video .news-title a {
        display: none;
    }

    .video-items .item {
        width: 100%;
        margin: 0;
    }

    .video .owl-video.owl-theme .owl-dots {
        margin-top: 25px;
    }

    .three-items-list {
        position: relative;
    }

    .three-items-list .items {
        flex-wrap: wrap;
    }

    .three-items-list .item {
        margin-bottom: 30px;
    }

    .three-items-list .item-big {
        width: 100%;
        flex-direction: column;
    }

    .three-items-list .item-big .image {
        width: 100%;
        margin-bottom: 15px;
    }

    .three-items-list img {
        max-width: 100%;
    }

    .three-items-list .item-big .image img {
        width: 100%;
        max-width: 539px;
    }

    .three-items-list .item-big .text {
        width: 100%;
    }

    .three-items-list .item-big .name {
        font-size: 18px;
        margin: 0 0 15px;
    }

    .three-items-list .items-small {
        width: 100%;
    }

    .three-items-list .items-small .item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .three-items-list .items-small .image {
        width: 125px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .three-items-list .items-small .text {
        width: calc(100% - 140px);
    }

    hr {
        margin: 30px 0;
    }

    .content-right {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        padding-top: 30px;
        border-top: 1px solid #e8e8e8;
    }

    .content-right .agv-block, .content-right .news-right {
        display: none;
    }

    .login-form {
        top: 0;
        transform: translate(-50%, 0);
    }

    .search-sort {
	flex-wrap: wrap
}

    .search-sort .search-form {
	width: 100%;
	margin-bottom: 15px
}

    .news-sort {
	flex-wrap: wrap;
	font-size: 13px;
	color: #8b8b8b;
	white-space: normal
}

    .news-sort a {
	width: 100%;
	margin: 5px 0 0 !important
}

    .news-sort span {
	display: none
}

    .news-list .news-list-item {
	padding-right: 0;
	margin-bottom: 40px; 
	flex-direction: column-reverse;
}

    .news-list-item .text {
	position: relative
}
    .news-list-item .image {
	text-align: center;
}
    .news-list .image a {
	width: auto; margin: 0; display: unset;
}

    .news-list .news-item .see {
	top: auto;
        bottom: 17px;
	right: 0
}

    .news-list .news-list-item .news-name {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 25px;
}
    .news-list-item .list-date {
	margin-bottom: 15px;
}

    .news-list-item p, .news-list-item .more {
	display: none
}

    .news-list {
	position: relative
}

    .news-detail-wrapper {
	flex-direction: column
}

    .news-detail-wrapper .obvl-list {
	display: none
}

    .news-detail-wrapper .news-item-detail {
	width: 100%
}

    .news-item-detail-copyprint {
	flex-direction: column;
    align-items: center;
}

    .news-item-detail-copyprint .copy {
	margin-bottom: 15px
}

    footer {
        padding: 45px 0;
        background: #292929;
    }

    footer .limit {
        flex-direction: column-reverse;
    }

    .footer-left, .footer-right {
        padding: 0;
        width: 100%;
    }

	.vdtb-items-sidebar {display: none;}
	.vdtb-right-sidebar {padding: 0; width: 100%; margin: 0; float: none;}
	.vdtb-two-col .vdtb-content {margin: 0;}
	input.vdtb-form-item-feild {width: 100%;}
	.news-list-video .vdtb-items-sidebar {display: block; width: 100%; overflow: auto}
	.news-list-video .vdtb-items .vdtb-items-list {display: flex;align-items: flex-start;margin: 0;}
	.news-list-video .vdtb-items-list .vdtb-items-list-item {margin: 0 10px 0 0; min-height: 1px; }
	.vdtb-items-list-item-link img {max-width: unset;}
	.vdtb-main {min-height: 1px}
	.vdtb-columns {display: flex; flex-direction: column-reverse;}
	.vdtb-alt-main-menu-list, .vdtb-social-block, .vdtb-tag-cloud, .vdtb-clear {display: none;}
	.vdtb-main .vdtb-items-list {margin-left: 0; display: flex; flex-wrap: wrap; justify-content: center;}
	.vdtb-main .vdtb-items-list .vdtb-items-list-item {margin: 0 0 15px; padding: 0; min-height: 1px; overflow: hidden;}
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    header {
        padding-top: 25px;
        margin-bottom: 25px;
    }

    .header-top {
        position: relative;
        height: 35px;
        margin: 0;
    }

    .logo {
        max-width: 45%;
        margin: 0;
    }

    .logo img {
        width: 100%;
    }

    header .date, .personal-trigger .registration-trigger {
        display: none;
    }

    .search-trigger {
        position: absolute;
        top: 0;
        right: 96px;
        height: 37px;
        width: 37px;
        border: 1px solid #ededed;
        border-radius: 2px;
        background: url("../images/search.svg") center center no-repeat;
        background-size: 15px auto;
    }

    .personal-trigger .login-trigger {
        position: absolute;
        top: 0;
        right: 52px;
        height: 37px;
        width: 37px;
        padding: 0;
        text-indent: -9999px;
        border: 1px solid #ededed;
        border-radius: 2px;
    }

    .personal-trigger .login-trigger:before {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .menu-trigger {
        position: absolute;
        top: 0;
        right: 0;
        height: 35px;
        width: 35px;
        background: url("../images/menu-white.svg") center center no-repeat var(--secondary-color);
        background-size: 20px auto;
        border-radius: 2px;
    }

    .search {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 96px 20px 60px;
        transition: left 1s;
        z-index: 3333;
    }

    .search-opened .search {
        top: 0;
    }

    .search input[type="text"] {
        background: url("../images/search.svg") 15px center no-repeat;
        background-size: 15px auto;
        padding-left: 51px;
        height: 58px;
    }

    .search input[type="submit"] {
        position: static;
        height: 60px;
        width: 100%;
        background: #f58220;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 15px 0 0;
        text-indent: 0;
    }

    .search-close {
        position: absolute;
        top: 33px;
        right: 20px;
        background: url("../images/close.svg") center center no-repeat;
        height: 25px;
        width: 25px;
        background-size: 150% auto;
        filter: brightness(0);
    }

    .menu {
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        background: #fff;
        padding: 70px 20px 70px 60px;
        transition: left 1s;
        z-index: 3333;
	height: auto;
    }

    .menu-opened .menu {
        left: 0;
    }

    .menu ul {
        flex-direction: column;
        align-items: flex-start;
        border: 0 none;
    }

    .menu li {
        margin-bottom: 30px;
    }

    .menu a {
        height: auto;
        display: block;
    }

    .menu a:after {
        display: none;
    }

    .menu .sub-menu {
        position: static;
        padding-left: 10px;
    }

    .menu li.first .sub-menu {display:none}

    .menu .menu-close {
        position: absolute;
        top: 33px;
        right: 20px;
        background: url("../images/close.svg") center center no-repeat;
        height: 25px;
        width: 25px;
        background-size: 150% auto;
        filter: brightness(0);
    }

    main .limit {
        flex-wrap: wrap;
    }

    .content-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .content-left-top {
        margin-bottom: 30px;
        overflow: hidden;
    }

    .content-left-top .cinema, .content-left-top .events {
        width: 49%;
    }

    .content-left-top .cinema {
        padding-top: 6px;
    }

    .content-left-top .cinema h6 {
        margin-bottom: 5px;
    }

    .content-left-top .cinema .item {
        display: flex;
        justify-content: space-between;
    }

    .content-left-top .cinema .image {
        width: 100px;
    }

    .content-left-top .cinema .text {
        padding-right: 15px;
        width: calc(100% - 117px);
        text-align: left;
    }

    .content-left-top .cinema .info {
        flex-direction: column;
        padding: 0;
        background: none;
        border: 0;
        align-items: flex-start;
    }

    .content-left-top .cinema .label {
        top: auto;
        left: 50%;
        bottom: 12px;
        transform: translate(-50%, 0);
    }

    .content-left-top .owl-carousel .owl-nav button, .content-left-top .owl-carousel .owl-nav button:hover {
        top: auto;
        bottom: -30px;
    }

    .events .owl-events .owl-nav button, .events .owl-events .owl-nav button:hover {
        background-color: transparent;
        bottom: -39px;
    }

    .content-left-top .news-items .item {
        width: calc(100%/3 - 6px);
        margin: 0 9px 15px 0;
    }

    .content-left-top .news-items .item:nth-child(3n) {
        margin-right: 0;
    }

    .content-left-top .news-items .item img {
        max-width: 100%;
    }

    .ads-list .news-items {
        justify-content: flex-start;
    }

    .ads-list .news-items .item {
        width: calc(100%/4 - 12px);
        margin-right: 16px;
    }

    .ads-list .news-items .item:last-child {
        margin-right: 0;
    }

    .ads-list .news-items .item img {
        max-width: 100%;
    }

    .video-items .item {
        width: 49%;
    }

    .three-items-list .item-big {
        width: calc(100% - 266px);
        flex-direction: column;
    }

    .three-items-list .item-big .image {
        width: 100%;
    }

    .three-items-list .item-big .image img {
        max-width: 100%;
    }

    .three-items-list .item-big .text {
        width: 100%;
    }

    .three-items-list .item-big .name {
        margin: 0 0 15px;
    }

    .content-right {
        width: 100%;
        columns: 2;
    }

    .forum-right {
        max-width: 320px;
    }

    footer {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1499px) {
    .logo {
        margin-right: 15px;
    }

    .search {
        width: 200px;
    }

    .personal-trigger {
        margin-left: 15px;
    }

    .content-left {
        width: calc(100% - 274px);
        overflow: hidden;
    }

    .content-left .news-items .item {
        width: calc(100%/4 - 12px);
        margin-right: 16px;
    }

    .news-items .item img {
        max-width: 100%;
    }

    .ads-list .news-items .item {
        width: calc(100%/4 - 12px);
        margin-right: 16px;
    }

    .ads-list .news-items .item:last-child {
        margin-right: 0;
    }

    .video-items .item {
        width: 49%;
    }

    footer {
        margin-top: 30px;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1349px) {
    .menu {
        padding: 0 0 35px;
    }

    .menu a {
        font-size: 12px;
    }

    .menu .sub-menu a {
        font-size: 10px;
    }

    .three-items-list .item-big {
        width: calc(100% - 266px);
        flex-direction: column;
    }

    .three-items-list .item-big .image {
        width: 100%;
    }

    .three-items-list .item-big .image img {
        max-width: 100%;
    }

    .three-items-list .item-big .text {
        width: 100%;
    }

    .three-items-list .item-big .name {
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 1179px) {
    .limit {
        width: 100%;
        padding: 0 20px;
    }

    .footer-left:before {
        width: 20px;
    }
}

@media screen and (min-width: 1500px) {
.limit {
        width: 1490px;
    }
.three-items-list .item-big .image {
width: 380px
}
.three-items-list .item-big .image a {
display:flex;
justify-content: space-between;
align-items: center;
overflow: hidden
}
.three-items-list .item-big .image img {
max-width: 1000px
}
.three-items-list .item-big .name {
font-size: 25px
}
.footer-left:before {
        width: calc((100vw - 1490px)/2);
    }
}