/*

Theme Name: 1autotv

Theme URI: https://1autotv.ua

Author URI: https://1autotv..ua

Author: DMEDIA

Description: MY PHONE +380994697770

Version: 11

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

html {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
    font-family: 'Gilroy';
    background: #232323;
    color: #fff;
    font-size: 16px;
}

nav {
    position: absolute;
    width: 100%;
    height: 55px;
    z-index: 2;
    top: 30px;
}

h1 {
    font-size: 60px;
    font-weight: 900;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 20px;
}

h2 {
    font-size: 50px;
    font-weight: 900;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 20px;
}

h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 30px;
}

a {
    transition: color 0.3s;
}

a:hover {
    text-decoration: none;
    color: #F01428;
}

section a {
    color: #F34353;
}

#logo {
    display: block;
    width: 140px;
}

#logo img {
    width: 100%;
}

nav ul.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul.main-menu li {
    display: block;
    text-align: left;
    padding: 5px;
    flex: auto;
}

nav ul.main-menu li.current_page_item a {
    color: #F01428
}

nav ul.main-menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}


.socials {
    text-align: left;
    display: inline-block;
}

.socials a {
    display: inline-block;
    margin-right: 5;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    border-radius: 100%;
}

.socials a:hover {
    box-shadow: 0 5px 15px 0 rgba(255, 255, 255, 0.5);
}

.socials a:last-of-type {
    margin-right: 0;
}

.socials a img {
    width: 30px;
}

.btn {
    border-radius: 30px;
    transition: 0.5s;
    padding: 17px 30px;
    border: none;
}

.btn-day {
    padding: 5px 15px;
    color: #fff;
    background: transparent;
    box-shadow: 0 10px 30px 0 rgba(240, 20, 20, 0);
    transition: 0.5s;
}

.btn-day.active,
.btn-day.active:hover {
    color: #fff;
    background: #F01428;
    box-shadow: 0 10px 30px 0 rgba(240, 20, 20, 0.4);
}

.btn-circle {
    border-radius: 100%;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    width: 70px;
    height: 70px;
    transform: scale(1);
    font-size: 25px;
    line-height: 0;
    transition: 0.5s;
}

.btn-circle:hover {
    transform: scale(1.2);
}

.btn-circle.btn-lg {
    width: 80px;
    height: 80px;
    padding: 25px 0;
    font-size: 30px;
}

.btn-circle.btn-sm {
    width: 50px;
    height: 50px;
    padding: 15px 0;
    font-size: 20px;
}


.btn-circle.btn-xs {
    width: 24px;
    height: 24px;
    padding: 8px 0;
    font-size: 8px;
}


.btn-circle.btn-xs .icon-play:before {
    width: 8px;
    height: 8px;
    margin-left: 0;
}

.btn-blur {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.btn-blur:hover {
    -webkit-backdrop-filter: saturate(280%) blur(10px);
    backdrop-filter: saturate(280%) blur(10px);
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.btn-play {
    background: #F01428;
    box-shadow: 0 10px 30px 0 rgba(240, 20, 40, 0.4);
}

.btn-play:hover {
    box-shadow: 0 20px 40px 0 rgba(240, 20, 40, 0.9);
}

.btn-success {
    background: #F01428;
    border: none;
    box-shadow: 0 10px 30px 0 rgba(240, 20, 40, 0.4);
}

.btn-success:hover {
    background: #F01428;
    border: none;
    box-shadow: 0 20px 40px 0 rgba(240, 20, 40, 0.9);
}

.icon-play:before {
    content: '';
    display: inline-block;
    background: url("img/play.png") no-repeat center;
    background-size: contain;
    width: 24px;
    height: 30px;
    margin-left: 5px;
}

.btn-circle.btn-sm .icon-play:before {
    height: 20px;
    width: 16px;
}

section.main {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.full-slider {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.full-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: translateX(-20%);
    left: 0;
    top: 0;
    padding-top: 262px;
    transition: background 0.5s ease-in-out, transform 0.5s ease-in-out, filter 0.5s ease-in-out, left 0.5s ease-in-out;
    overflow: hidden;
}

.full-slide h2 {
    font-size: 100px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.full-slide.active {
    transform: translateX(0%);
}

.full-slide.active ~ .full-slide {
    transform: translateX(0%);
    left: 100%;
}


.full-slide .image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    transition: 0.5s ease-in-out;
}

.full-slide:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.full-slide .container {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s;
}

.full-slide.active .container {
    position: relative;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.5s;
    transition-delay: 0.2s;
}

.when {
    color: #F34353;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3pt;
}


.full-slide .about {
    font-size: 30px;
    margin-bottom: 50px;
}

.mini-slider {
    position: absolute;
    left: calc(50% + 20px);
    width: calc(50% - 20px);
    height: 453px;
    bottom: 100px;
    z-index: 2;
}

.mini-slide {
    display: block;
    width: 843px;
    height: 453px;
    position: absolute;
    left: -30%;
    opacity: 0;
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.2);
    filter: blur(200px);
    transition: 0.5s;
    cursor: pointer;
    color: #fff;
}

.mini-slide .about {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    display: flex;
}

.mini-slide .about > * {
    -ms-flex-item-align: center;
    align-self: center;
}

.mini-slide .about .mini-logo img {
    width: 50px;
}

.mini-slide .about .text {
    padding-left: 15px;
}

.mini-slide .about h2 {
    font-size: 30px;
    margin: 0;
}

.mini-slide.active {
    left: 0;
    opacity: 1;
    filter: blur(0px);
}

.mini-slide.active ~ .mini-slide {
    filter: blur(0px);
}

.mini-slide.active + .mini-slide {
    left: 900px;
    opacity: 1;
}

.mini-slide.active + .mini-slide + .mini-slide {
    left: 1800px;
    opacity: 1;
}

.mini-slide.active + .mini-slide + .mini-slide + .mini-slide {
    left: 2700px;
    opacity: 1;
}

.mini-slide .image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    transition: 0.5s ease-in-out;
    border-radius: 10px;
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.2);
}


.mini-slide .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    transition: 0.5s;
}

.mini-slide:hover {
    color: #fff;
}

.mini-slide:hover .btn {
    transform: translateX(-50%) translateY(-50%) scale(1.2);
}

.where-play {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}

.where-play:hover {
    text-decoration: none;
    color: #fff;
}

.where-play .btn {
    margin-right: 30px;
}


.timer {
    -webkit-backdrop-filter: saturate(280%) blur(10px);
    backdrop-filter: saturate(280%) blur(10px);
    background-color: rgba(255, 255, 255, 0.9);
    width: 280px;
    height: 1px;
    position: relative;
}

.timer .time {
    position: absolute;
    top: -1px;
    height: 3px;
    width: 30%;
    background: #F01428;
}

.changer {
    display: flex;
    text-align: center;
}

section.main .changer {
    position: absolute;
    bottom: 100px;
    z-index: 2;
    left: calc(50% - 585px);
}

.changer > * {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.changer .timer {
    margin: 0 25px;
}

.changer .now-slider {
    font-size: 30px;
    width: 30px;
}

.changer .total-slider {
    font-size: 20px;
    width: 30px;
}

.changer .buttons {
    margin-left: 30px;
}

.changer .buttons .btn {
    margin: 0 5px;
}

header.projects {
    padding: 110px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header.projects:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

header.projects:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgba(35, 35, 35, 0);
    background: -moz-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35, 35, 35, 0)), color-stop(100%, rgba(35, 35, 35, 1)));
    background: -webkit-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 100%);
    background: -o-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 100%);
    background: -ms-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 100%);
    background: linear-gradient(to bottom, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232323', endColorstr='#232323', GradientType=0);
}

.big-project {
    border-radius: 10px;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.big-project .num {
    font-size: 140px;
    font-weight: 900;
    font-style: italic;
    position: absolute;
    top: 32px;
    left: 60px;
    color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: white;
    -moz-text-stroke-width: 3px;
    -moz-stroke-color: white;
}

.big-project .about {
    position: absolute;
    bottom: 42px;
    left: 60px;
    font-size: 24px;
}

.big-project .h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.big-project .watch-now {
    font-size: 24px;
    position: absolute;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    bottom: 60px;
    right: 60px;
}

.big-project .watch-now .btn {
    margin-left: 15px;
}

.mini-program {
    position: relative;
    border-radius: 10px;
    height: 140px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.mini-program:last-of-type {
    margin-bottom: 0;
}

.mini-program .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    transition: 0.5s;
}

.mini-program:hover .btn {
    transform: translateX(-50%) translateY(-50%) scale(1.2);
}

.mini-program .about {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    display: flex;
}

.mini-program .dark {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    border-radius: 10px;
    display: flex;
}

.mini-program .dark * {
    flex: 1;
    align-self: center;
    align-content: center;
}

.mini-program .dark a {
    text-decoration: underline;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.mini-program .about > * {
    -ms-flex-item-align: center;
    align-self: center;
}

.mini-program .about .mini-logo img {
    width: 20px;
}

.mini-program .about .text {
    padding-left: 5px;
    font-size: 8px;
}

.mini-program .about h2 {
    font-size: 14px;
    margin: 0;
}

.project {
    margin-bottom: 40px;
    height: 420px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.project:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.project h1 {
    margin-top: 0;
}


.project .num {
    font-size: 140px;
    font-weight: 900;
    font-style: italic;
    position: absolute;
    top: 20px;
    left: 60px;
    color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: white;
    -moz-text-stroke-width: 3px;
    -moz-stroke-color: white;
}

.project .about {
    position: absolute;
    top: 170px;
    left: 60px;
    font-size: 24px;
}

.project .h2 {
    font-size: 40px;
    margin-bottom: 0;
}

.project .watch-now {
    font-size: 24px;
    position: absolute;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    bottom: 60px;
    left: 60px;
    z-index: 2;
}

.project .watch-now .btn {
    margin-right: 15px;
}

section.subscribe {
    padding: 230px 0;
}

.contact-link {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
    display: inline-block;
}

.form-control {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 20px 0;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 24px;
}

.form-control:active, .form-control:focus {
    border-color: #F01428;
    background: none;
    color: #fff;
    box-shadow: none;
}

section.team {
    padding: 150px 0 50px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
}

section.team:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}


section.content {
    padding: 150px 0 50px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
}

section.content:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}


section.content > * {
    position: relative;
    z-index: 1;
}


section.content .new{
	margin-bottom:30px;
	display:block;
	color:#fff;
}


section.content .new .thumbnail{
	height:250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	margin-bottom:10px;
	border-radius:30px;
}

section.content .new h3{
	font-size:20px;
}
section.team > * {
    position: relative;
    z-index: 1;
}

.team-slider {
    overflow: hidden;
    cursor: move;
    margin-bottom: 15px;
}

.team-slide {
    width: 280px;
    margin-right: 40px;
    font-size: 18px;
    float: left;
}

.team-wrap {
    width: 9999px;
}

.team-wrap:after {
    content: " ";
    display: table;
    clear: both;
}

.team-slide .image {
    width: 290px;
    height: 360px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.team-slide h2 {
    font-size: 32px;
}


.progressbar {
    width: 100%;
    height: 31px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.progressbar:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: 15px;
    left: 0;
    -webkit-backdrop-filter: saturate(280%) blur(10px);
    backdrop-filter: saturate(280%) blur(10px);
    background-color: rgba(255, 255, 255, 0.9);
}

.progressbar .bar {
    position: absolute;
    top: 14px;
    height: 3px;
    width: 30%;
    background: #F01428;
}

header.simple-header {
    padding: 200px 0;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

header.simple-header .container {
    position: relative;
    z-index: 2;
}

header.simple-header:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

section.where {
    padding: 100px 0;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.where .contact-link {
    margin-bottom: 5px;
}

.platform {
    display: block;
    margin-bottom: 15px;
}

.platform img {
    width: 100%;
}

section.program {
    padding: 100px 0 50px 0;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

section.program:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

section.program .container, section.program .day-slider {
    position: relative;
    z-index: 2;
}

.day-slider {
    overflow: hidden;
    opacity: 0;
    transition: 1s;
    cursor: move;
}

.day-slider.built {
    opacity: 1;
}

.day-slide-wrap {
    width: 9999px;
    display: flex;
}

.day-slide {
    width: 520px;
    height: 750px;
    display: block;
    margin-left: 40px;
}


.day-slide a {
    color: #fff;
}

.day-slide .line {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 30px 0;
}

.programs-in-day {
    display: flex;
}

.program-dslide {
    position: relative;
    float: left;
    margin-left: 40px;
    opacity: 0;
    transition: opacity 0.5s;
}

.program-dslide:first-of-type {
    margin-left: 0;
    opacity: 1;
}

.day-slider.built .program-dslide {
    opacity: 1;
}

.program-dslide .time-circle {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #fff;
    border: 3px solid #fff;
    position: absolute;
    top: -35px;
    left: 0;
}

.program-dslide .time {
    background: transparent;
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    font-style: italic;
    padding: 4px 0;
}

.program-dslide .image {
    width: 520px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s ease-in-out;
    border-radius: 10px;
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.2);
    margin-top: 70px;
    position: relative;
}

.program-dslide .image .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    transition: 0.5s;
    z-index: 2;
}


.program-dslide:first-of-type .time-circle {
    left: 13px;
}

.program-dslide.active .time-circle {
    width: 9px;
    height: 9px;
    background: #fff;
    border: 3px solid #F01428;
    left: 20px;
}

.program-dslide.active .time {
    background: #F01428;
    border-radius: 13px;
    padding: 3px 0;
    width: 50px;
    text-align: center;
}

.program-dslide.active .image {
    box-shadow: 0 30px 50px 0 rgba(240, 20, 40, 0.4)
}

section.contacts {
    padding: 100px 0 50px 0;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.gm-style-iw-d {
    color: #000 !important;
}

.contact-block {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 585px);
    z-index: 2;
}

.contact-block h1 {
    margin-bottom: 50px;
}

#event {
    position: fixed;
    top: 0;
    left: 0;
}

.btn-menu {
    position: relative;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none !important;
    outline: none !important;
    width: 40px;
    height: 40px;
}

.btn-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    transform: rotate(0);
    transition: 0.5s;
}

.btn-menu:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 11px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    transform: rotate(0);
    transition: 0.5s;
}

.openmenu .btn-menu:before {
    transform: rotate(135deg);
    top: 19px
}

.openmenu .btn-menu:after {
    transform: rotate(45deg);
    bottom: 19px
}


.project-slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.project-slide {
    position: absolute;
    width: 100%;
    transform: translateX(-100%);
    filter: blur(50px);
    opacity: 0;
    transition: 0.5s;
}

.project-slide.active {
    position: absolute;
    width: 100%;
    filter: blur(0);
    transform: translateX(0);
    opacity: 1;
}

.project-slide.active ~ .project-slide {
    transform: translateX(100%);
}


section.videos {
    padding: 100px 0 50px 0;
    position: relative;
    z-index: 1;
}

section.videos > .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}

section.videos > .image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

section.videos > .image:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgba(35, 35, 35, 0);
    background: -moz-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35, 35, 35, 0)), color-stop(100%, rgba(35, 35, 35, 1)));
    background: -webkit-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 100%);
    background: -o-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 100%);
    background: -ms-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 100%);
    background: linear-gradient(to bottom, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232323', endColorstr='#232323', GradientType=0);
}

.category {
    display: block;
    margin-bottom: 60px;
    color: #fff;
}

.category .image {
    position: relative;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.3);
}

.category .image .num {
    position: absolute;
    width: 140px;
    height: 100%;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 30px;
    padding: 113px 0;
    font-weight: 600;
    text-align: center;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0 10px 10px 0;
}

.category .about {
    font-size: 16px;
}

.category .about h2 {
    font-size: 24px;
}

section.error404 {
    padding: 150px 0;
}

section.video {
    padding: 150px 0 50px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
}

section.video .container {
    position: relative;
    z-index: 1;
}

section.video:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

section.video:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 35, 35, 0);
    background: -moz-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 50%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35, 35, 35, 0)), color-stop(50%, rgba(35, 35, 35, 1)));
    background: -webkit-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 50%);
    background: -o-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 50%);
    background: -ms-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 50%);
    background: linear-gradient(to bottom, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232323', endColorstr='#232323', GradientType=0);
}

.video-changer {
    height: 555px;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 30px 0;
}

.video-changer .custom-scroll {
    height: 100%;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #F01428;
}

.video-changer:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgba(35, 35, 35, 0);
    background: -moz-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35, 35, 35, 0)), color-stop(100%, rgba(35, 35, 35, 1)));
    background: -webkit-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 100%);
    background: -o-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 100%);
    background: -ms-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 100%);
    background: linear-gradient(to bottom, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232323', endColorstr='#232323', GradientType=0);
}

.video-change {
    margin-bottom: 20px;
    display: block;
    color: #fff;
    font-size: 14px;
}


.video-change h3 {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 0;
}

.video-change .image {
    height: 82px;
    border-radius: 10px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.video-change .image .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.video-frame {
    width: 100%;
    height: 650px;
    border-radius: 10px;
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.3);
}

.video-title {
    margin: 30px 0;
    font-size: 18px;
}

.video-title h2 {
    margin: 0;
    font-size: 30px;
}

section.online {
    padding: 150px 0 50px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
}

section.online:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

section.online:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 35, 35, 0);
    background: -moz-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 50%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35, 35, 35, 0)), color-stop(50%, rgba(35, 35, 35, 1)));
    background: -webkit-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 50%);
    background: -o-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 50%);
    background: -ms-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 50%);
    background: linear-gradient(to bottom, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232323', endColorstr='#232323', GradientType=0);
}

section.online .container {
    position: relative;
    z-index: 1;
}

#online-video {
    width: 100%;
    height: 800px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

section.video h1 {
    font-size: 24px;
}

footer {
    position: absolute;
    font-size: 16px;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 2;
}

footer .contact-link {
    font-size: 16px;
    margin-bottom: 0;
}

footer .copy {
    font-weight: bold;
}

pre {
    color: #fff;
}

section.projects, section.main, section.team, section.where, section.program, section.videos, section.contacts {
    padding-bottom: 90px;
}

.program-slider {
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    overflow: hidden;
    width: 100%;
}

.program-slider-wrap {
    width: 199999px;
}

.program-slider-wrap::after {
    content: '';
    display: table;
    clear: both;
}

.program-slide {
    width: 1680px;
    float: left;
    opacity: 0;
    transition: 0.5s;
    margin-left: 40px;
}

.program-slide.active {
    opacity: 1;
}

.program-slide.active ~ .program-slide {
    opacity: 0.5;
}

.single-program {
    margin-bottom: 30px;
}

.single-program .image {
    display: block;
    height: 170px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single-program .about {
    font-size: 14px;
}

.single-program .time {
    font-size: 16px;
    margin-bottom: 15px;
}

.single-program h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0 0 0;
    font-style: normal;
}

.main-online {
    position: relative;
    min-height: 100vh;
    padding-top: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-online:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.main-online .container {
    z-index: 2;
    position: relative;
}

.program-tab{
    display: none;
}
.program-tab.active{
    display: block;
}
.program-row{
    margin-top: 20px;
}
@media (min-width: 1700px) {

    .contact-block {
        top: 300px;
        left: calc(50% - 840px);
    }

    section.main .changer {
        left: calc(50% - 840px);
    }

    .contact-block {
        top: 300px;
        left: calc(50% - 840px);
    }

}

@media (min-height: 1300px) {

    .full-slide {
        padding-top: calc(100vh - 800px);
    }

}

@media (max-height: 700px) {
    .main-online {
        padding-top: 100px;
    }
}

@media (max-width: 1699px) {
	footer .contact-link{
		font-size:12px;
	}
	footer .copy{
		font-size:12px;
	}
    .full-slide {
        padding-top: 140px;
    }

    .full-slide h2 {
        font-size: 60px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .video-frame {
        height: 400px;
    }
}


@media (max-width: 1199px) {
    .program-slide {
        width: 1170px;
    }

    nav ul.main-menu li a {
        font-size: 12px;
    }

    .big-project {
        margin-bottom: 40px;
    }

    .mini-program:nth-of-type(2) {
        display: none;
    }

    .mini-program {
        float: left;
        width: calc(50% - 20px);
    }

    .mini-program:first-of-type {
        margin-right: 40px;
    }

    section.main .changer {
        left: calc(50% - 480px);
    }

    .full-slide h2 {
        font-size: 40px;
    }

    .mini-slider {
        bottom: 170px;
        height: 303px;
    }

    .mini-slide {
        width: 620px;
        height: 303px;
    }
}


@media (max-width: 1000px) {

    .program-slide {
        width: 900px;
    }

    .mini-slider {
        bottom: 170px;
        height: 212px;
    }

    .mini-slide {
        width: 434px;
        height: 212px;
    }

    section.main .changer {
        left: calc(50% - 360px);
    }

    .full-slide .about {
        display: none;
    }

    .project .watch-now {
        bottom: 120px;
    }
}

@media (max-width: 767px) {
    .program-slide {
        width: calc(100vw - 60px);
        margin-left: 15px;
    }

    .main-online {
        padding-top: 60%;
    }

    footer {
        height: 100px;
        padding: 30px 0;
        font-size: 14px;
    }

    section.projects, section.main, section.team, section.where, section.program, section.videos, section.contacts {
        padding-bottom: 180px;
    }

    .video-frame {
        height: 250px;
    }

    #online-video {
        width: 100%;
        height: auto;
    }


    .video-change .image {
        height: 160px;
    }

    .full-slide .about {
        display: block;
    }

    .menu-block {
        position: absolute;
    }

    nav ul.main-menu {
        position: fixed;
        background: rgba(0, 0, 0, 0.7);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        padding: 130px 0;
        text-align: center;
        display: block;
        overflow-y: auto;
        z-index: -1;
    }

    nav ul.main-menu li {
        text-align: center;
    }

    nav ul.main-menu li a {
        font-size: 20px;
    }

    .openmenu nav ul.main-menu {
        left: 0;
    }

    nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px 0;
        height: 67px;
        background: rgba(0, 0, 0, 0);
        transition: 0.5s;
        z-index: 15;
    }

    nav.notop {
        background: rgba(0, 0, 0, 0.7);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
    }

    h1 {
        font-size: 40px;
        font-weight: 900;
        font-style: italic;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 30px;
        font-weight: 900;
        font-style: italic;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    section.where {
        padding: 100px 0;
    }

    .big-project .about {
        font-size: 14px;
        left: 0;
        padding: 0 40px;
    }

    .big-project .watch-now {
        bottom: 40px;
        right: 0;
        width: 100%;
        text-align: center;
    }

    .admin-bar nav {
        top: 46px;
    }

    .admin-bar nav.notop {
        top: 0;
    }

    #wpadminbar {
        top: -46px;
    }

    .team-slide .image {
        width: 280px;
    }

    .full-slider {
        position: relative;
        height: 850px;
    }

    .full-slide {
        padding: 100px 0 300px 0;
    }

    .full-slide h2 {
        font-size: 50px;
    }

    .full-slide .about {
        font-size: 18px;
    }

    .mini-slider {
        bottom: 200px;
        width: 100%;
        left: 30px;
        height: 200px;
    }

    .mini-slide {
        width: calc(100% - 60px);
        height: 200px;
    }

    section.main .changer {
        position: absolute;
        padding: 30px 15px;
        left: 0;
        bottom: 100px;
        width: 100%;
    }

    section.contacts {
        padding-bottom: 150px;
    }

    .timer {
        width: 70%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .changer .timer {
        margin: 0;
    }

    .changer .now-slider, .changer .total-slider {
        width: 15%;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
        padding: 0 5px;
    }

    .changer .buttons {
        display: none;
    }

    .big-project {
        margin-bottom: 12px;
    }


    .mini-program .about h2 {
        font-size: 12px;
    }

    .mini-program .about .text {
        font-size: 7px;
    }

    header.projects {
        padding: 100px 0;
    }


    .mini-program:nth-of-type(2) {
        display: none;
    }

    .mini-program {
        float: left;
        width: calc(50% - 6px);
    }

    .mini-program:first-of-type {
        margin-right: 12px;
    }

    .project .num, .big-project .num {
        position: relative;
        font-size: 60px;
        padding: 20px;
        z-index: 2;
    }

    .project .about, .big-project .about {
        position: relative;
        padding: 20px;
        z-index: 2;
    }

    .progressbar {
        margin: 15px 0;
    }

    .team-slide {
        margin-right: 12px;
    }

    .program-dslide .image {
        width: 320px;
        height: 400px;
    }

    .contact-block {
        top: auto;
        bottom: 150px;
        left: 0;
        padding: 15px;
        width: 100%;
    }

    .platform {
        text-align: center;
    }

    .platform img {
        width: 180px;
    }
}


@media (max-width: 768px) {
    #mailpoet_form_1 .mailpoet_paragraph:first-of-type {
        width: 100% !important;
    }
}


@media (max-width: 400px) {
    footer {
        font-size: 12px;
    }
}