/*!
Theme Name: main-theme
Theme URI: http://underscores.me/
Author: Fanil Mukhamadiev
Author URI: https://vk.com/id56464006
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: main-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

main-theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');


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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}





.container {
  display: block;
  max-width: 71.25rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.col-xl-1 {
  width: 8.33333%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.offset-left-xl-1 {
  margin-left: 8.33333%;
}

.offset-right-xl-1 {
  margin-right: 8.33333%;
}

.col-xl-2 {
  width: 16.66667%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.offset-left-xl-2 {
  margin-left: 16.66667%;
}

.offset-right-xl-2 {
  margin-right: 16.66667%;
}

.col-xl-3 {
  width: 25%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.offset-left-xl-3 {
  margin-left: 25%;
}

.offset-right-xl-3 {
  margin-right: 25%;
}

.col-xl-4 {
  width: 33.33333333333333333%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.offset-left-xl-4 {
  margin-left: 33.33333333333333333%;
}

.offset-right-xl-4 {
  margin-right: 33.33333333333333333%;
}

.col-xl-5 {
  width: 41.66667%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.offset-left-xl-5 {
  margin-left: 41.66667%;
}

.offset-right-xl-5 {
  margin-right: 41.66667%;
}

.col-xl-6 {
  width: 50%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.offset-left-xl-6 {
  margin-left: 50%;
}

.offset-right-xl-6 {
  margin-right: 50%;
}

.col-xl-7 {
  width: 58.33333%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.offset-left-xl-7 {
  margin-left: 58.33333%;
}

.offset-right-xl-7 {
  margin-right: 58.33333%;
}

.col-xl-8 {
  width: 66.66667%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.offset-left-xl-8 {
  margin-left: 66.66667%;
}

.offset-right-xl-8 {
  margin-right: 66.66667%;
}

.col-xl-9 {
  width: 75%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.offset-left-xl-9 {
  margin-left: 75%;
}

.offset-right-xl-9 {
  margin-right: 75%;
}

.col-xl-10 {
  width: 83.33333%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.offset-left-xl-10 {
  margin-left: 83.33333%;
}

.offset-right-xl-10 {
  margin-right: 83.33333%;
}

.col-xl-11 {
  width: 91.66667%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.offset-left-xl-11 {
  margin-left: 91.66667%;
}

.offset-right-xl-11 {
  margin-right: 91.66667%;
}

.col-xl-12 {
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.offset-left-xl-12 {
  margin-left: 100%;
}

.offset-right-xl-12 {
  margin-right: 100%;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}


@media (max-width: 1200px) {
  .container {
  }
  .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .col-lg-0 {
    width: 0%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .offset-left-lg-0 {
    margin-left: 0%;
  }
  .offset-right-lg-0 {
    margin-right: 0%;
  }
  .col-lg-1 {
    width: 8.33333%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .offset-left-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-right-lg-1 {
    margin-right: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .offset-left-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-right-lg-2 {
    margin-right: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .offset-left-lg-3 {
    margin-left: 25%;
  }
  .offset-right-lg-3 {
    margin-right: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333333%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .offset-left-lg-4 {
    margin-left: 33.33333333333333333%;
  }
  .offset-right-lg-4 {
    margin-right: 33.33333333333333333%;
  }
  .col-lg-5 {
    width: 41.66667%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .offset-left-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-right-lg-5 {
    margin-right: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .offset-left-lg-6 {
    margin-left: 50%;
  }
  .offset-right-lg-6 {
    margin-right: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .offset-left-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-right-lg-7 {
    margin-right: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .offset-left-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-right-lg-8 {
    margin-right: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .offset-left-lg-9 {
    margin-left: 75%;
  }
  .offset-right-lg-9 {
    margin-right: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .offset-left-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-right-lg-10 {
    margin-right: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .offset-left-lg-11 {
    margin-left: 91.66667%;
  }
  .offset-right-lg-11 {
    margin-right: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .offset-left-lg-12 {
    margin-left: 100%;
  }
  .offset-right-lg-12 {
    margin-right: 100%;
  }
}

@media (max-width: 991px) {
  .container {
    /*max-width: 740px;*/
    max-width: 690px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-md-0 {
    width: 0%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-0 {
    margin-left: 0%;
  }
  .offset-right-md-0 {
    margin-right: 0%;
  }
  .col-md-1 {
    width: 8.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-1 {
    margin-left: 8.33333%;
  }
  .offset-right-md-1 {
    margin-right: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-2 {
    margin-left: 16.66667%;
  }
  .offset-right-md-2 {
    margin-right: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-3 {
    margin-left: 25%;
  }
  .offset-right-md-3 {
    margin-right: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-4 {
    margin-left: 33.33333333333333333%;
  }
  .offset-right-md-4 {
    margin-right: 33.33333333333333333%;
  }
  .col-md-5 {
    width: 41.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-5 {
    margin-left: 41.66667%;
  }
  .offset-right-md-5 {
    margin-right: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-6 {
    margin-left: 50%;
  }
  .offset-right-md-6 {
    margin-right: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-7 {
    margin-left: 58.33333%;
  }
  .offset-right-md-7 {
    margin-right: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-8 {
    margin-left: 66.66667%;
  }
  .offset-right-md-8 {
    margin-right: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-9 {
    margin-left: 75%;
  }
  .offset-right-md-9 {
    margin-right: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-10 {
    margin-left: 83.33333%;
  }
  .offset-right-md-10 {
    margin-right: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-11 {
    margin-left: 91.66667%;
  }
  .offset-right-md-11 {
    margin-right: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-md-12 {
    margin-left: 100%;
  }
  .offset-right-md-12 {
    margin-right: 100%;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-sm-0 {
    width: 0%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-0 {
    margin-left: 0%;
  }
  .offset-right-sm-0 {
    margin-right: 0%;
  }
  .col-sm-1 {
    width: 8.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-right-sm-1 {
    margin-right: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-right-sm-2 {
    margin-right: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-3 {
    margin-left: 25%;
  }
  .offset-right-sm-3 {
    margin-right: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-4 {
    margin-left: 33.33333333333333333%;
  }
  .offset-right-sm-4 {
    margin-right: 33.33333333333333333%;
  }
  .col-sm-5 {
    width: 41.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-right-sm-5 {
    margin-right: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-6 {
    margin-left: 50%;
  }
  .offset-right-sm-6 {
    margin-right: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-right-sm-7 {
    margin-right: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-right-sm-8 {
    margin-right: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-9 {
    margin-left: 75%;
  }
  .offset-right-sm-9 {
    margin-right: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-right-sm-10 {
    margin-right: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-11 {
    margin-left: 91.66667%;
  }
  .offset-right-sm-11 {
    margin-right: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-sm-12 {
    margin-left: 100%;
  }
  .offset-right-sm-12 {
    margin-right: 100%;
  }
}

@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-0 {
    width: 0%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-0 {
    margin-left: 0%;
  }
  .offset-right-0 {
    margin-right: 0%;
  }
  .col-1 {
    width: 8.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-1 {
    margin-left: 8.33333%;
  }
  .offset-right-1 {
    margin-right: 8.33333%;
  }
  .col-2 {
    width: 16.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-2 {
    margin-left: 16.66667%;
  }
  .offset-right-2 {
    margin-right: 16.66667%;
  }
  .col-3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-3 {
    margin-left: 25%;
  }
  .offset-right-3 {
    margin-right: 25%;
  }
  .col-4 {
    width: 33.33333333333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-4 {
    margin-left: 33.33333333333333333%;
  }
  .offset-right-4 {
    margin-right: 33.33333333333333333%;
  }
  .col-5 {
    width: 41.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-5 {
    margin-left: 41.66667%;
  }
  .offset-right-5 {
    margin-right: 41.66667%;
  }
  .col-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-6 {
    margin-left: 50%;
  }
  .offset-right-6 {
    margin-right: 50%;
  }
  .col-7 {
    width: 58.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-7 {
    margin-left: 58.33333%;
  }
  .offset-right-7 {
    margin-right: 58.33333%;
  }
  .col-8 {
    width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-8 {
    margin-left: 66.66667%;
  }
  .offset-right-8 {
    margin-right: 66.66667%;
  }
  .col-9 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-9 {
    margin-left: 75%;
  }
  .offset-right-9 {
    margin-right: 75%;
  }
  .col-10 {
    width: 83.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-10 {
    margin-left: 83.33333%;
  }
  .offset-right-10 {
    margin-right: 83.33333%;
  }
  .col-11 {
    width: 91.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-11 {
    margin-left: 91.66667%;
  }
  .offset-right-11 {
    margin-right: 91.66667%;
  }
  .col-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offset-left-12 {
    margin-left: 100%;
  }
  .offset-right-12 {
    margin-right: 100%;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.posr {
  position: relative;
}





:root {
  --black: #000;
  --white: #fff;
  --red: #E63612;
  --red_hover: #D1300F;
}


* {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
  font-family: 'Inter', sans-serif;
}
a {
	text-decoration: none;
	color: inherit;
}
html {
	overflow-x: hidden;
  /*font-size: 16px;*/
  font-size: 1.171vw;
}
body {
	font-size: 1rem;
	line-height: 1.5;
  color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	background: #2F2F2F;
	min-height: 100vh;
	position: relative;
}
.page-template-default {
	background: #262626;
}

.h1 {
	font-size: 4.375rem;
	font-weight: 600;
  text-transform: uppercase;
}
.h2 {
	font-size: 2.5rem;
	font-weight: 600;
  text-transform: uppercase;
}
.h3 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
.h4 {
	font-size: 1rem;
	font-weight: 600;
  text-transform: uppercase;
}

.ls1 {
  letter-spacing: 0.1em;
}
.ttu {
  text-transform: uppercase;
}
b {
	font-weight: 600;
}
.fw300 {
	font-weight: 300;
}
.fw400 {
	font-weight: 400;
}
.fw600 {
	font-weight: 600;
}
.fw700 {
	font-weight: 700;
}
.fw900 {
	font-weight: 900;
}

main {

}
section {

}
.section-title {
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.op30 {
  opacity: 0.3;
}
.op40 {
  opacity: 0.4;
}
.op50 {
  opacity: 0.5;
}




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


/*z-index*/
.button .button-label {
  z-index: 2;
}
.page-template-default .vlad-demin .video-play {
  z-index: 2;
}
.page-template-default .vlad-demin .show-time {
  z-index: 2;
}
.page-template-default .vlad-demin .vlad-demin-photo {
  z-index: 1; 
}


/*Кнопки*/
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  font-family: inherit;
  height: 3.9375rem;
  width: auto;
  padding: 0.5rem 1.875rem;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.button:before {
  content: '';
  height: 100%;
  width: 3.9375rem;
  transition: 0.3s ease;
  background: #F84545;
  border: 0.125rem solid #F84545;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  border-radius: 2.625rem;
}
.button .button-label {
  position: relative;
  transition: 0.3s ease;
}
.button.bordered .button-label {
    background: #262626;
    padding-top: 4px;
    padding-bottom: 4px;
}
.button.bordered .button-label.custom-black {
    background: #2F2F2F;
}
.button.bordered:before {
  background: transparent;
}
.button:hover:before  {
  width: 100%;
}
.button.bordered:hover .button-label {
  background: transparent;
}

/*Хлебные крошки*/
.breadcrumbs {
	margin-top: 6.25rem;
	font-size: 0.75rem;
	letter-spacing: 0.02em;
}
.breadcrumbs a {
	opacity: 0.4;
	transition: 0.3s ease;
}
.breadcrumbs span {
	opacity: 0.4;
}
.breadcrumbs a:hover {
	opacity: 1;
	color: #F84545;
}

/*Линии возле заголовков*/
.span-line {
  position: relative;
}
.span-line .line {
  background: #F84545;
  width: 0.1875rem;
  position: absolute;
  display: block;
  right: auto;
}
.span-line .big-line {
  height: 3.125rem;
  left: -0.6875rem;
  top: 1.25rem;
}
.span-line .middle-line {
  height: 2.0625rem;
  left: -0.6875rem;
  top: 0.75rem;
}
.span-line .small-line {
  height: 1.5rem;
  left: -0.6875rem;
  top: 0.3125rem;
}

/*Иконка play видео*/
.video-play {
  display: block;
  cursor: pointer;
  width: 8.4375rem;
  text-transform: uppercase;
}
.video-play .video-play-label {
  display: block;
  margin-top: 1.176470588235294rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.video-play .video-play-icon {
  display: block;
  width: 6.9375rem;
  height: 6.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.video-play .video-play-icon .outer-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 2px solid rgba(248, 69, 69, 0.17);
  background: transparent;
  z-index: 0;
}
.video-play .video-play-icon .inner-circle {
  width: 5.4375rem;
  height: 5.4375rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s ease;
  z-index: 1;
  background: rgba(248, 69, 69, 0.17);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
.video-play:hover .video-play-icon .inner-circle {
  background: rgba(248, 69, 69, 0.41);
}
.video-play .video-play-icon .video-play-icon-svg {
  display: block;
  position: relative;
  z-index: 2;
}


/*Инстаграм*/
.instagram {
  transition: 0.3s ease;
  text-transform: uppercase;
}
.instagram:hover {
  opacity: 1;
}



.slick-slider .slick-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slider-arrows {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 5.9375rem;
	margin: auto;
}
.slick-arrow {
  padding: 0;
  border: 0.0625rem solid rgba(255,255,255,0.1);
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s ease;
  /*background: #262626;*/
  background: transparent;
}
.slick-arrow img {
	display: block;
}
.slick-arrow:hover {
	background: #F84545;
	border: 0.0625rem solid #F84545;
}
.slick-slider .slick-disabled {
  opacity: 0.625;
}
.slick-prev {
  right: auto;
  left: 0;
  /*margin-right: 0.9375rem;*/
}
.slick-prev img {
  position: relative;
  left: -2%;
}
.slick-next {
  right: 0;
  left: auto;
}
.slick-next img {
  position: relative;
  right: -2%;
}
.slick-slider .slick-dots {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto;
	z-index: 1;
}
.slick-slider .slick-dots li {
	width: 0.625rem;
	height: 0.625rem;
	flex: 0 0 0.625rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-left: 0.9375rem;
	z-index: 1;
}
.slick-slider .slick-dots li button {
	display: block;
	padding: 0;
	border: none;
	color: transparent;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
	transition: 0.3s ease;
	cursor: pointer;
}
.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li:hover button {
	transform: scale(0.8);
	opacity: 1 !important;
	background: #F84545 !important;
}


.tabs {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.tabs .tab {
	cursor: pointer;
	color: #fff;
	opacity: 0.5;
	font-size: 0.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 600;
	margin-left: 1.4375rem;
}
.tabs .tab:before {
	content: '';
	display: block;
	width: 0.4375rem;
	flex: 0 0 0.4375rem;
	height: 0.4375rem;
	background: #F84545;
	opacity: 0;
	transition: 0.3s ease;
	margin-right: 0.625rem;
	border-radius: 50%;
}
.tabs .tab.active {
	color: #F84545;
	opacity: 1;
}
.tabs .tab.active:before {
	opacity: 1;
}





form input[type="text"],
form input[type="number"],
form textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 0.0625px solid #5B5B5B;
  padding: 0;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: inherit;
  font-family: inherit;
  margin-bottom: 1.25rem;
  letter-spacing: 0.01em;
  color: #fff;
	background: transparent;
	resize: none;
  -webkit-appearance: none;
}
form textarea {
  height: 7.625rem;
}
form input[type="text"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #515151;
}
form input[type="text"]::-moz-placeholder,
form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #515151;
}
form input[type="text"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #515151;
}
form input[type="text"]:-moz-placeholder,
form textarea:-moz-placeholder { /* Firefox 18- */
  color: #515151;
}
form input[type="submit"] {
  width: 100%;
  margin-bottom: 14px;
}
form input[type="checkbox"] {
    display: none;
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden;
}
form input[type="checkbox"] + label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 0.75rem;
  font-weight: 300;
  position: relative;  
  cursor: pointer;
  margin-bottom: 15px;
}
form input[type="checkbox"] + label:before {
  content: '';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #838383;
  border-radius: 1px;
  position: relative;
  flex: 0 0 12px;
  margin-right: 5px;
  cursor: pointer;
}
form input[type="checkbox"] + label a {
  text-decoration: underline;
  color: inherit;
  transition: 0.3s ease;
}
form input[type="checkbox"] + label a:hover {
	color: #DC2227;
}
form input[type="checkbox"]:checked + label:after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #E63612;
  border-radius: 1px;
  cursor: pointer;
}
form input[type="checkbox"] + label span {
  
}
form .checkbox-error {
  color: #DC2227;
  font-size: 0.75rem;
  margin-bottom: 15px;
  display: none;
}
form .checkbox-error.show {
  display: block;
}
form .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
form .inputfile + label {
	display: block;
	cursor: pointer;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
    background: url(img/icons/file.svg) no-repeat left center;
    width: 100%;
}
form .inputfile + label * {
    pointer-events: none;
}


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

header {
  background: #303030;
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 100;
  top: 0;
  left: 0;
  border-bottom: 0.0625rem solid #424242;
}
header .container {
	padding-right: 0.3125rem;
}
.page-template-default header,
.page-template-page-shou-two header {
	background: #272727;
}
header .row {
  align-items: center;
}
header .logo img {
  display: block;
  /*width: auto;*/
  /*height: auto;*/
  max-width: 100%;
  max-height: 100%;
}
.logo img {
	width: 9rem;
	height: 3.0625rem;
}
header .header-flex {
  display: flex;  
  justify-content: flex-end;  
  align-items: center;  
}
header .big-menu li {
  margin-left: 3.1875rem;
  display: none;
  font-size: 0.9375rem;
}
header .big-menu > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .big-menu li:nth-child(1),
header .big-menu li:nth-child(2),
header .big-menu li:nth-child(3),
header .big-menu li:nth-child(4) {
  display: block;
}
header .small-menu-wrap {
  position: relative;
  height: 100%;
}
header .menu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 0.0625rem solid #424242;
  border-right: 0.0625rem solid #424242;
  height: 5.25rem;
  width: 5.625rem;
  cursor: pointer;
  margin-left: 4.4375rem;
  padding: 1rem;
}
header .menu-toggle img {
  display: none;
}
header .menu-toggle img:nth-child(1) {
  display: block;
  width: 1.5625rem;
  height: auto;
}
header .small-menu-wrap.open .menu-toggle img:nth-child(1) {
  display: none;
}
header .small-menu-wrap.open .menu-toggle img:nth-child(2) {
  display: block;
  width: 0.8125rem;
  height: 0.8125rem;
}
header .small-menu {
  display: none;
  padding: 1.1875rem 2.25rem 1.4375rem;
  border: 0.0625rem solid #424242;
  position: absolute;
  top: 5.25rem;
  right: 0;
  min-width: 11.3125rem;
  text-align: center;
  background: #303030;
}
.page-template-default header .small-menu,
.page-template-page-shou-two header .small-menu {
	background: #272727;
} 
header .small-menu li:nth-child(1),
header .small-menu li:nth-child(2),
header .small-menu li:nth-child(3),
header .small-menu li:nth-child(4) {
  display: none;
}
header .small-menu li {
  margin-bottom: 0.625rem;
}
header .small-menu li:last-child {
  margin-bottom: 0px;
}
header .menu a {
  transition: 0.3s ease;
}
header .menu a:hover {
  color: #F84545;
}
#wpadminbar {
  display: none;
}


footer {
	border-top: 0.0625rem solid rgba(66,66,66,0.3);
	padding-top: 1.9rem;
	padding-bottom: 1.8rem;
	background: #262626; 
	position: relative;
	z-index: 101;
}
footer .logo {
	margin-right: 15px;
}
footer .copyright {
	font-size: 0.625rem;
	margin: 0 15px;
}
footer .copyright a:hover {
	text-decoration: underline;
}
footer .politicy-links {
	text-decoration: underline;
	font-size: 0.75rem;
	margin: 0 15px;
}
footer .politicy-links div {
	margin: 0.0625rem 0;
}
footer .footer-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .footer-flex .instagram {
	font-size: 0.75rem;
	margin-left: 15px;
}



.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 100;
  display: none;
}
.modal .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
}
.modal .modal-content-wrap {
  width: 450px;
  height: 350px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: auto;
  padding: 40px 50px 52px;
}
.modal .modal-content {
	display: block;
}
.modal .close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  opacity: 1;
  cursor: pointer;
}
.modal .close img {
  display: block;
  width: 100%;
  height: 100%;
}

.modal h3 {
	text-align: center;
}
.modal form {
  width: 320px;
  margin: auto;
}
.modal form .button {
	width: 100%;
	color: #fff;
	background: #E63612;
}
.modal form .button:hover {
    color: var(--white);
    background: var(--red_hover);
    border-color: var(--red_hover);
}

.container {
	position: relative;
	z-index: 1;
}
.body-decor-line-container {
	position: absolute;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
}
.body-decor-line {
	background: #424242;
	opacity: 0.30;
	width: 0.0625rem;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: -0.625rem;
	right: auto;
}
.body-decor-line.line1 {
	left: 0.3125rem;
	right: auto;
}
.body-decor-line.line2 {
	left: 29.0625rem;
}
.body-decor-line.line3 {
	right: 23.6875rem;
	left: auto;
}
.body-decor-line.line4 {
	left: auto;
	right: 0.3125rem;
}



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


/*Главная*/
.page-template-default .vlad-demin {
  position: relative; 
  min-height: 48.25rem;
  padding-top: 11.0625rem;
  padding-bottom: 2.5rem;
  background: radial-gradient(27.51% 54.99% at 51.35% 74.61%, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #262626 0%, rgba(38, 38, 38, 0) 63.41%), #2F2F2F;
}
.page-template-default .vlad-demin .container-z-index {
  position: relative; 
    z-index: 3; 
}
.page-template-default .vlad-demin .hero-name {
  margin-bottom: 3rem;
  line-height: 1.3;
}
.page-template-default .vlad-demin .show-time {
  margin-bottom: 5rem;
  line-height: 1;
  text-align: right;
  position: relative; 
}
.page-template-default .vlad-demin .show-time .show-time-label {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}
.page-template-default .vlad-demin .timing {
  text-align: right;
}
.page-template-default .vlad-demin .timing .button {
  justify-content: flex-end;
  line-height: 1.5;
}
.page-template-default .vlad-demin .video-play {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 20rem;
  margin-left: auto;
  position: relative; 
}
.page-template-default .vlad-demin .video-play .video-play-icon {
  margin-left: auto;
  margin-right: 1.25rem;
  flex: 0 0 6.9375rem;
}
.page-template-default .vlad-demin .video-play .video-play-label {
  margin: 0;
}
.page-template-default .vlad-demin .promo-row {
  margin-top: 8.75rem;
  align-items: center;
}
.page-template-default .vlad-demin .vlad-demin-photo {
  display: block;
  width: 80.5625rem;
  position: absolute;
  bottom: 0;
  left: 3.125rem;
  right: 0;
  top: auto;
}
.page-template-default .vlad-demin .vlad-demin-photo img {
  width: 100%;
  height: 100%; 
  display: block;
  object-fit: contain;
}


.project-item .project-preview {
	margin-bottom: 1.5625rem;
	width: 100%;
	height: 16.5625rem;
	position: relative;
}
.project-item .project-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
}
.project-item .project-preview .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.3s ease;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.9375rem;
	color: #fff;
	text-decoration: underline;
	background: rgba(248, 69, 69, 0.17);
	-webkit-backdrop-filter: blur(15px);
}
.project-item .project-preview:hover .hover {
	opacity: 1;
}
.project-item .project-title {
	margin-bottom: 0.3125rem;
}
.project-item .project-desc {
	font-size: 0.875rem;
	opacity: 0.3;
}




.page-template-default .projects {
	padding-top: 7.5rem;
	padding-bottom: 12.8125rem;
	background: url('/wp-content/themes/main-theme/img/carier.svg') no-repeat 57% 4.375rem, #262626;
	background-size: 35.9375rem 17.125rem;
}
.page-template-default .projects .section-title {
	margin-bottom: 0.5625rem;
}
.page-template-default .projects .project-slider {
	margin-top: 3.125rem;	
	z-index: 1;
}
.page-template-default .projects .project-preview {
	transition: 0.3s ease;
	display: block;
}
.page-template-default .projects .slide-row {
	display: grid;
	grid-template-columns: 25.9375rem 20rem 15.9375rem;
	grid-gap: 3.75rem;
}
.page-template-default .projects .project-item-wrap {
	width: 100%;	
}
.page-template-default .projects .slide-row .project-item-wrap:first-child .project-preview {
	height: 28.75rem;
}
.page-template-default .projects .slider-arrows {
	bottom: 4.625rem;
	left: -4.125rem;
}
.page-template-default .slick-slider .slick-dots {
	bottom: 5.6875rem;
}
.page-template-default .projects .all-projects {
	margin-top: 2rem;
}
.page-template-default .projects .project-slider-wrap-teatr,
.page-template-default .projects .project-slider-wrap-teatr-mobile,
.page-template-default .projects .project-slider-wrap-kino-mobile {
	display: none;
}
.page-template-default .projects .tabs {
	margin-top: -3.125rem;
}



.timetable {
	padding-top: 13rem;
	background: url('/wp-content/themes/main-theme/img/when-show.svg') no-repeat center top, transparent;
	background-size: 50.75rem 17.75rem;
	position: relative;
}
.timetable .section-title {
	margin-bottom: 0.5625rem;
}
.timetable .section-text {
}
.timetable .timetable-table {
	margin-top: 3.125rem;
	border-top: 1px solid #5B5B5B;
}
.timetable .timetable-table .item {
	padding-top: 2.875rem;
	padding-bottom: 2.1875rem;
	border-bottom: 1px solid #5B5B5B;
}
.timetable .timetable-table.mini .item {
	display: none;
}
.timetable .timetable-table.mini .item:nth-child(1),
.timetable .timetable-table.mini .item:nth-child(2),
.timetable .timetable-table.mini .item:nth-child(3) {
	display: block;
}
.timetable .timetable-table .item .row {
	align-items: center;
}
.timetable .timetable-table .item .item-date {
	font-size: 3.125rem;
}
.timetable .timetable-table .item .item-desc {
	font-size: 0.9375rem;
}
.timetable .timetable-table .item .item-location {	
	margin-bottom: 0.3125rem;
}
.timetable .timetable-table .item .item-city {
	margin-bottom: 0.5rem;
	font-size: 1.25rem;
	line-height: 1;
	text-transform: uppercase;
}
.timetable .timetable-table .item .item-date {}
.timetable .timetable-link {
	margin-top: 4.375rem;
	margin-left: auto;
	margin-right: auto;
}


.show-two-preview {
	/*padding-top: 87.875rem;*/
	padding-top: 50.25rem;
	padding-bottom: 7.5rem;
	background: #2F2F2F;
	position: relative;
	z-index: 1;
}
.show-two-preview .two-bg {
	width: 100%;
	position: absolute;
	top: -7.5rem;
	left: 0;
}
.show-two-preview .two-bg img {
	width: 100%;
	height: auto;
}
.show-two-preview .show-two-link {
	margin-top: 4.375rem;
}
.show-two-preview .show-two-text {
	font-size: 1.25rem;
	line-height: 2;
	text-transform: uppercase;
}
.show-two-preview .show-two-text .punct,
.page-template-page-about .mind .punct {
	display: block;	
	width: 3.375rem;
	height: auto;	
	position: absolute;	
	top: -0.85rem;	
	left: -4.625rem;	
}
.show-two-preview .show-two-text .custom-line,
.page-template-page-about .mind .custom-line {
	height: 71.9%;
	left: -1.25rem;
	top: auto;
	bottom: 0.8rem;
}
.show-two-preview .button.bordered .button-label {
	background: #2F2F2F;
}




.page-template-default .news {
	margin-top: 3.125rem;
	margin-bottom: 11.5625rem;
}
.news {	
	padding-top: 4.5625rem;
	background: url('/wp-content/themes/main-theme/img/news.svg') no-repeat 30% top, transparent;
	background-size: 26.625rem 13.5625rem;
	padding-bottom: 7.5rem;
}
.news .new-list {
	margin-top: 3.125rem;
	position: relative;
	z-index: 1;
}
.news .item {
	margin-bottom: 3.125rem;
}
.news .item .item-image {	
	width: 100%;
	height: 15.625rem;
	margin-bottom: 1.25rem;
	display: block;
	position: relative;
}
.news .item .item-image .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.3s ease;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.9375rem;
	color: #fff;
	text-decoration: underline;
	background: rgba(248, 69, 69, 0.17);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}
.news .item .item-image:hover .hover {
	opacity: 1;
}
.news .item .item-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
}
.news .item .item-date {
	font-size: 0.875rem;
	margin-bottom: 0.625rem;
}
.news .item .item-title {

}
.news .button.all-news {
	margin-top: 1.25rem;
}

.page-template-page-news .news {
	padding-top: 2.85rem;
	background: url('/wp-content/themes/main-theme/img/news2.svg') no-repeat 30% top, transparent;
	background-size: 26.625rem 13.5625rem;
}
.page-template-page-news .news .item-wrap {
	display: none;
}
.page-template-page-news .news .item-wrap:nth-child(1),
.page-template-page-news .news .item-wrap:nth-child(2),
.page-template-page-news .news .item-wrap:nth-child(3),
.page-template-page-news .news .item-wrap:nth-child(4),
.page-template-page-news .news .item-wrap:nth-child(5),
.page-template-page-news .news .item-wrap:nth-child(6),
.page-template-page-news .news .item-wrap:nth-child(7),
.page-template-page-news .news .item-wrap:nth-child(8),
.page-template-page-news .news .item-wrap:nth-child(9) {
	display: block;
}
.page-template-page-news .items-toggle.open .item-wrap {
	display: block;
}

.single-post main {
	padding-bottom: 7.5rem;
	position: relative;
	z-index: 1;
}
.template-single-new .photo-slider-wrap {
	margin-top: 2.8125rem;
}
.template-single-new .photo-slider-wrap .slider-arrows {
	bottom: -6.25rem;
	left: auto;
}
.template-single-new .photo-slider .item img {
	width: 100%;
	height: 28.125rem;
	object-fit: cover;
	display: block;
}
.template-single-new .photo-slider .slick-dots {
	bottom: -8.5rem;
}
.template-single-new .post-title {
	margin-top: 3.75rem;
}
.template-single-new .post-content {
	margin-top: 3.125rem;
}
.template-single-new .post-text {
	line-height: 1.7;
}
.template-single-new .post-date {
	
}
.template-single-new .post-info {
	font-size: 0.875rem;
	display: grid;
	grid-template-columns: 4.4375rem 1fr;
	grid-gap: 1.5625rem;
	justify-content: flex-start;
	align-items: flex-start;
}
.template-single-new .post-istochnik-mobile {
	display: none;
}





.page-template-page-projects .projects {	
	padding-top: 2.85rem;
	background: url('/wp-content/themes/main-theme/img/Проекты.svg') no-repeat 30% top, transparent;
	background-size: 26.625rem 13.5625rem;
	padding-bottom: 7.5rem;
}
.page-template-page-projects .projects .aic {
	align-items: center;
}
.page-template-page-projects .projects .projects-list {
	display: none;
}
.page-template-page-projects .projects .projects-list-kino {
	display: block;
}
.page-template-page-projects .projects .projects-list .item-wrap {
	display: none;
}
.page-template-page-projects .projects .projects-list .item-wrap:nth-child(1),
.page-template-page-projects .projects .projects-list .item-wrap:nth-child(2),
.page-template-page-projects .projects .projects-list .item-wrap:nth-child(3),
.page-template-page-projects .projects .projects-list .item-wrap:nth-child(4),
.page-template-page-projects .projects .projects-list .item-wrap:nth-child(5),
.page-template-page-projects .projects .projects-list .item-wrap:nth-child(6),
.page-template-page-projects .projects .projects-list .item-wrap:nth-child(7),
.page-template-page-projects .projects .projects-list .item-wrap:nth-child(8),
.page-template-page-projects .projects .projects-list .item-wrap:nth-child(9), 
.page-template-page-projects .projects .projects-list .item-wrap:nth-child(10), 
.page-template-page-projects .projects .projects-list .item-wrap:nth-child(11), 
.page-template-page-projects .projects .projects-list .item-wrap:nth-child(12) {
	display: block;
}
.page-template-page-projects .projects .item .item-image {
	height: 16.5625rem;
}
.page-template-page-projects .projects .item .item-title {
	margin-bottom: 0.3125rem;
}
.page-template-page-projects .projects .item .item-date {
	margin-bottom: 0;
}






.template-single-project .project-content {
	margin-top: 2.8125rem;
}
.template-single-project .post-image {
	margin-bottom: 20px;
}
.template-single-project .post-image img {
	display: block;
	width: 100%;
	height: 22.625rem;
	object-fit: cover;
}
.template-single-project .post-title {
	margin-bottom: 3.125rem;
}

.template-single-project .post-table {
	margin-bottom: 3.125rem;
}
.template-single-project .post-table .item:first-child {
	border-top: 1px solid rgba(91, 91, 91, 0.3);
}
.template-single-project .post-table .item {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	display: grid;
	grid-template-columns: 10rem 1fr;
	grid-gap: 30px;
	border-bottom: 1px solid rgba(91, 91, 91, 0.3);
}
.template-single-project .post-table .item .item-title {
	font-size: 0.75rem;
	padding-top: 0.25rem;
}
.template-single-project .post-table .item .item-text {
	font-size: 0.9375rem;
	line-height: 1.7;
	opacity: 0.4;
}
.template-single-project .post-desc {
	margin-bottom: 3.75rem;
	line-height: 1.7;
}
.template-single-project .photo-slider .item {
	width: 21.875rem;
	margin-right: 1.875rem;
}
.template-single-project .photo-slider .item img {
	width: 100%;
	height: 15.625rem;
	object-fit: cover;
	display: block;
}
.template-single-project .photo-slider .slick-dots {
	bottom: -3.125rem;
}
.template-single-project .slider-arrows {
	bottom: -3.5625rem;
	left: -4.375rem;
}
.template-single-project .all-projects {
	margin-top: 7.9375rem;
}



.bg-image-svg {
	position: absolute;
	display: block;
	width: 38.75rem;
	height: 22.8125rem;
	left: 15px;
}
.bg-image-svg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.page-template-default {
	/*margin-top: -14.0625rem;*/
}
.page-template-default .gallery {
	padding-top: 5rem;
    padding-bottom: 7.125rem;
    background: #2F2F2F;
    z-index: 2;
}
.page-template-default .gallery .container.posr {
	z-index: 1;
}
.page-template-default .gallery .bg-image-svg {
	top: -17.625rem
}
.page-template-default .gallery .section-title {
	margin-bottom: 4.0625rem;
}
.page-template-default .gallery .gallery-items {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: 31rem 20.625rem 20.625rem;
	grid-auto-rows: 16.25rem;
	grid-gap: 1.875rem;
}
.page-template-default .gallery .gallery-items .item {
	display: none;
	grid-column: span 4;
}
.page-template-default .gallery .gallery-items .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-template-default .gallery .gallery-items .item:nth-child(1),
.page-template-default .gallery .gallery-items .item:nth-child(2),
.page-template-default .gallery .gallery-items .item:nth-child(3),
.page-template-default .gallery .gallery-items .item:nth-child(4),
.page-template-default .gallery .gallery-items .item:nth-child(5) {
	display: block;
}
.page-template-default .gallery .gallery-items .item:nth-child(1) {
	grid-column: 1/6;
}
.page-template-default .gallery .gallery-items .item:nth-child(2) {
	grid-column: 6/13;
	height: 51.5rem;
	align-self: flex-end;
}
.page-template-default .gallery .gallery-items .item:nth-child(3) {
	grid-column: 1/8;
	grid-row: 2/4;
}
.page-template-default .gallery .gallery-items .item:nth-child(4) {
	grid-column: 8/13;
}
.page-template-default .gallery .gallery-items .item:nth-child(5) {
	grid-column: 8/13;
}
.page-template-default .gallery .all-photos {
	margin-top: 70px;
}




.contact-form {
	padding-top: 5.875rem;
	padding-bottom: 6.25rem;
}
.contact-form .bg-image-svg {
	width: 32.5625rem;
	height: 12.375rem;
	top: -9rem;
	left: 6.25rem;
}
.contact-form .form {
	margin-top: 6.25rem;
}
.contact-form .form .form-flex {
	margin-top: 4.375rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contact-form .form .form-flex .form_info {
	font-size: 0.75rem;
	margin-left: 2.9375rem;
	opacity: 0.2;
}
.contact-form .form .form-flex .form_info a:hover {
	text-decoration: underline;
}
.contact-form .form .input_name {
	margin-bottom: 3.75rem;
}
.contact-form .form .input-wrap {
	padding-right: 0.9375rem;
}


.page-template-page-shou-two .section-gradient {
	background: linear-gradient(180deg, #262626 96.8%, rgba(38, 38, 38, 0) 100%);
}
.page-template-page-shou-two .timetable-link {
	margin-left: auto;	
}
.page-template-page-shou-two .links-wrap {
	text-align: right;
	margin-top: -8.75rem;	
}
.page-template-page-shou-two .links-wrap .video-play {
	margin-bottom: 3rem;
}
.page-template-page-shou-two .video-play .video-play-label {
	font-size: 0.75rem;
	margin-top: 1.25rem;
}
.page-template-page-shou-two .text-block {
	position: relative;
}
.page-template-page-shou-two .text-block .text-block-title {
	margin-bottom: 1.5625rem;
	position: relative;	
	z-index: 1;	
}
.page-template-page-shou-two .text-block .text-block-text {
	position: relative;	
	z-index: 1;	
	line-height: 1.7;
	opacity: 0.4;
}
.page-template-page-shou-two .text-block .text-block-bg {
	position: absolute;	
	display: block;	
	top: 0;	
	left: 0;	
}
.page-template-page-shou-two .text-block .text-block-bg img {
	width: 100%;
	display: block;	
}
.page-template-page-shou-two .text-block1 {
	background: url('/wp-content/themes/main-theme/img/Kartinka_shou.png') no-repeat center top;
	background-size: 100%;
	padding-top: 30.625rem;
	padding-bottom: 11.9375rem;
	position: relative;
	z-index: 1;
}
.page-template-page-shou-two .text-block1 .text-block-title {
	margin-bottom: 1.875rem;
}
.page-template-page-shou-two .text-block2 {
	padding-top: 5rem;
	z-index: 2;
}
.page-template-page-shou-two .text-block2 .text-block-bg {
  top: -26%;
    left: 3%;
    width: 70%;
    height: auto;
}
.page-template-page-shou-two .text-block3 {
	padding-top: 29.8125rem;
	z-index: 2;
}
.page-template-page-shou-two .text-block3 .text-block-bg {
    top: 5%;
    left: auto;
    right: 0;
    width: 100%;
    height: auto;
}
.page-template-page-shou-two .text-block4 {
	padding-top: 34.125rem;
	padding-bottom: 20.5rem;
	z-index: 2;
}
.page-template-page-shou-two .text-block4 .text-block-bg {
    top: 15%;
    left: 0;
    width: 67%;
    height: auto;
}
.page-template-page-shou-two .text-block5 {	
	background: 
		linear-gradient(180deg, rgba(47, 47, 47, 0) 86%, rgba(47, 47, 47, 1) 88%, rgba(47, 47, 47, 0) 100%),
  		url('/wp-content/themes/main-theme/img/Deminy_smotryat_drug_na_druga_desktop.png') no-repeat center top;
	background-size: 100%;
	padding-top: 7.9375rem;
	padding-bottom: 7.9375rem;
	min-height: 86.1875rem;
	font-size: 1.25rem;
	line-height: 2;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.page-template-page-shou-two .text-block5 .show-two-text {
	text-align: center;
	padding-top: 1.5625rem;
	margin-top: -4.375rem;
}
.page-template-page-shou-two .text-block5 .punct {
    display: block;
    width: 3.375rem;
    height: auto;
    position: absolute;
    bottom: auto;
    top: -41px;
    left: 0;
    right: auto;
}
.page-template-page-shou-two .text-block5 .custom-line {
    height: 3px;
    width: 80%;
    left: auto;
    right: 0;
    top: -15px;
    bottom: auto;
}
.page-template-page-shou-two .text-block5 .video-play {
    margin-left: auto;
    margin-right: auto;
    margin-top: 13rem;
    font-weight: 400;
}

.page-template-page-shou-two .timetable {
	margin-bottom: 6.875rem;
	z-index: 2;
}
.page-template-page-shou-two .timetable .timetable-table.mini .item {
	display: block;
}
.page-template-page-shou-two .timetable .button.bordered .button-label {	
	background: #2f2f2f;
}

.page-template-page-shou-two .team {
	margin-bottom: 9rem;
	padding-top: 8.75rem;	
	background: url('/wp-content/themes/main-theme/img/Команда шоу.svg') no-repeat 38% 1.5rem, transparent;
	background-size: 44.375rem 12.3125rem;
}
.page-template-page-shou-two .team .section-desc {
	position: relative;
	z-index: 1;
}
.page-template-page-shou-two .team .team-slider-wrap {
	margin-top: -4.5625rem;
}
.page-template-page-shou-two .team .team-slider {	
	background: transparent;
}
.page-template-page-shou-two .team .team-slider .item-wrap {
	width: 69.375rem;
}
.page-template-page-shou-two .team .team-slider .item {
	align-items: flex-end;
}
.page-template-page-shou-two .team .team-slider .item .item-image-wrap {
	align-self: flex-start;
}
.page-template-page-shou-two .team .team-slider .item .item-image {
	display: block;
	width: 100%;
	height: 31.6875rem;
	padding-right: 2.5rem;
}
.page-template-page-shou-two .team .team-slider .item .item-image img {
	display: block;
	width: 100%;
	height: 31.6875rem;
	object-fit: cover;
}
.page-template-page-shou-two .team .team-slider .item .item-desc {
	padding-bottom: 5.625rem;
	padding-top: 8.625rem;
}
.page-template-page-shou-two .team .team-slider .item .item-name {
	font-size: 1.25rem;
	margin-bottom: 1.25rem;
}
.page-template-page-shou-two .team .team-slider .item .item-role {
	font-size: 0.75rem;
	margin-bottom: 1.875rem;
	text-transform: uppercase;
}
.page-template-page-shou-two .team .team-slider .item .item-text {
	line-height: 1.7;
}
.page-template-page-shou-two .thanks .work-contact-info {
	border-top: 1px solid #5B5B5B;
	padding-top: 1.875rem;
}
.page-template-page-shou-two .thanks {
	position: relative;
	z-index: 1;
	padding-top: 38rem;
	margin-bottom: 	8.375rem;
	background: 
		url('/wp-content/themes/main-theme/img/demin-show-contact.png') no-repeat center top,
		url('/wp-content/themes/main-theme/img/thanks1.svg') no-repeat 4.125rem 9.6875rem,
		url('/wp-content/themes/main-theme/img/thanks2.svg') no-repeat 95% 11.0625rem;
	background-size: 62.5rem auto, 29.75rem auto, 32.6875rem auto;
}
.page-template-page-shou-two .thanks .work-contact-info .item {
  margin-bottom: 30px;
}
.page-template-page-shou-two .thanks .work-contact-info .item .item-work {
	margin-bottom: 	1.1875rem;
	font-weight: 400;	
}
.page-template-page-shou-two .thanks .work-contact-info .item .item-info {
  font-size:  0.9375rem;
}
.page-template-page-shou-two .contact-form {
	background: #262626;
}




.page-template-page-interview .interview {
	position: relative;
	z-index: 1;
	padding-top: 2.5rem;
	padding-bottom: 7.5rem;
}
.page-template-page-interview .bg-image-svg {
	position: absolute;
    display: block;
    width: 31.875rem;
    height: 14.625rem;
    left: 16.5%;
    top: -4rem;
    z-index: -1;
}
.page-template-page-interview .bg-image-svg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page-template-page-interview .interview .section-title {
	margin-bottom: 3.125rem;
}
.page-template-page-interview .interview .item {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	border-bottom: 0.0625px solid #5B5B5B;
}
.page-template-page-interview .interview .item-wrap:first-child .item {
	border-top: 0.0625px solid #5B5B5B;
}
.page-template-page-interview .interview .item .item-image {
	display: block;
	width: 90.214%;
	height: 10rem;
}
.page-template-page-interview .interview .item .item-image img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.page-template-page-interview .interview .item .item-title {
	margin-bottom: 0.625rem;
}
.page-template-page-interview .interview .item .item-title a:hover {
	text-decoration: underline;
}
.page-template-page-interview .interview .item .item-text {
	margin-bottom: 1.5625rem;
}
.page-template-page-interview .interview .item .item-info {
	font-size: 0.875rem;
}
.page-template-page-interview .interview .all-interview {
	margin-top: 4.375rem;
}
.page-template-page-interview .interview .item-wrap {
	display: none;
}
.page-template-page-interview .interview .item-wrap:nth-child(1),
.page-template-page-interview .interview .item-wrap:nth-child(2),
.page-template-page-interview .interview .item-wrap:nth-child(3),
.page-template-page-interview .interview .item-wrap:nth-child(4),
.page-template-page-interview .interview .item-wrap:nth-child(5),
.page-template-page-interview .interview .item-wrap:nth-child(6) {
	display: block;
}



.page-template-page-contacts .contact-info {
	padding-top: 2.8125rem;
	margin-bottom: 9.375rem;
	background: url(/wp-content/themes/main-theme/img/Контакты.svg) no-repeat 29% 2%;
    background-size: 18.625rem;
}
.page-template-page-contacts .contact-info .section-title {

}
.page-template-page-contacts .contact-info .item-list {
	margin-top: 4.6875rem;
}
.page-template-page-contacts .contact-info .item {
	margin-bottom: 60px;
}
.page-template-page-contacts .contact-info .item .item-name {
	font-weight: 400;
	margin-bottom: 0.9375rem;
}
.page-template-page-contacts .contact-info .item .item-contact {
	margin-bottom: 1.5625rem;
}
.page-template-page-contacts .contact-info .item .item-info {

}
.page-template-page-contacts .contact-form {
	background: #262626;
}



.page-template-page-about .about-vlad-demin {
  position: relative; 
  min-height: 48.25rem;
  padding-top: 25rem;
  padding-bottom: 15.3125rem;
  z-index: 1;	
  background: url("/wp-content/themes/main-theme/img/Путь становления.svg") no-repeat center 12rem;
  background-size: 64.25rem auto;
}
.page-template-page-about .about-vlad-demin .container-z-index {
  position: relative; 
    z-index: 3; 
}
.page-template-page-about .about-vlad-demin .hero-name {
  margin-bottom: 3rem;
  line-height: 1.3;
}
.page-template-page-about .about-vlad-demin .show-time {
  margin-bottom: 5rem;
  line-height: 1;
  text-align: right;
  position: relative; 
}
.page-template-page-about .about-vlad-demin .show-time .show-time-label {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}
.page-template-page-about .about-vlad-demin .timing {
  text-align: right;
}
.page-template-page-about .about-vlad-demin .timing .button {
  justify-content: flex-end;
  line-height: 1.5;
}
.page-template-page-about .about-vlad-demin .video-play {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 20rem;
  margin-left: auto;
  position: relative; 
}
.page-template-page-about .about-vlad-demin .video-play .video-play-icon {
  margin-left: auto;
  margin-right: 1.25rem;
  flex: 0 0 6.9375rem;
}
.page-template-page-about .about-vlad-demin .video-play .video-play-label {
  margin: 0;
}
.page-template-page-about .about-vlad-demin .promo-row {
  margin-top: 8.75rem;
  align-items: center;
}
.page-template-page-about .about-vlad-demin .vlad-demin-photo {
  display: block;
  width: 64.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
}
.page-template-page-about .about-vlad-demin .vlad-demin-photo img {
  width: 100%;
  height: 100%; 
  display: block;
  object-fit: contain;
}
.page-template-page-about .about-vlad-demin .text-row {
}

.page-template-page-about .two {
	height: 82.875rem;
	margin-top: 22.25rem;
  background: url("/wp-content/themes/main-theme/img/Biografia_neprozrachny_fon.png") no-repeat center top;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
  padding-top: 59rem;
}
.page-template-page-about .mind {
	margin-top: -8.75rem;
	/*padding-bottom: 48.4375rem;*/
}
.page-template-page-about .mind .mind-image {
	display: block;
	position: relative;
}
.page-template-page-about .mind .mind-image .mind-image-demin {
	display: block;
	max-width: 39.6875rem;
	width: 100%;
	height: 49.625rem;
	object-fit: cover;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.page-template-page-about .mind .mind-image .svg {
	display: block;
	position: absolute;
	z-index: 1;
	display: block;
	top: auto;
	right: 0;
	bottom: -6rem;
	left: 0;
	margin: auto;
	width: 61.5rem;
	height: auto;
}
.page-template-page-about .mind .mind-text {
	font-size: 1.25rem;
	line-height: 2;
	text-transform: uppercase;
	margin-top: 7.25rem;
}
.page-template-page-about .mind .mind-text2 {
	font-size: 1.25rem;
	line-height: 2;
	margin-top: 2.625rem;
	text-transform: uppercase;
}
.page-template-page-about .mind .custom-line {
	height: 81%;
}
.page-template-page-about .contact-form-wrap {
	background: #262626;
	padding-top: 20.5rem;	
	margin-top: -17.125rem;
}

.page-template-page-about {
	overflow: unset;
}
.page-template-page-about .bio.mobile {
	display: none;
}
.page-template-page-about .bio .item-images-wrap {
	height: 100%;
}
.page-template-page-about .bio .item-image-group {
	padding-right: 4.5625rem;
    position: sticky;
    top: 7.5rem;
    left: 0;
    opacity: 0;
    z-index: 0;
    transition: 0.3s ease;
}
.page-template-page-about .bio .item-image-group:first-child {
	opacity: 1;
}
.page-template-page-about .bio .item-image-group.z-index {
	z-index: 1;
}

.page-template-page-about .bio .item-image-group img {
	width: 100%;
	display: block;
	height: 17.4375rem;
	object-fit: cover;
}
.page-template-page-about .bio .item-image-group .item-image-desc {
	margin-top: 1.25rem;
	font-size: 0.75rem;
}
.page-template-page-about .bio .item-content {
	margin-bottom: 3.75rem;
}
.page-template-page-about .bio .item-content:last-child {
	margin-bottom: 0;
}
.page-template-page-about .bio .all-text {
	margin-top: 1.875rem;
}
.page-template-page-about .bio .item-content {
	display: none;
}
.page-template-page-about .bio .item-content:nth-child(1),
.page-template-page-about .bio .item-content:nth-child(2),
.page-template-page-about .bio .item-content:nth-child(3) {
	display: block;
}
.page-template-page-about .bio .item-image-group {
	display: none;
}
.page-template-page-about .bio .item-image-group:nth-child(1),
.page-template-page-about .bio .item-image-group:nth-child(2),
.page-template-page-about .bio .item-image-group:nth-child(3) {
	display: block;
}
.page-template-page-about .bio .item-content .item-title {
	margin-bottom: 1.875rem;
}
.page-template-page-about .bio .item-content .item-text {
	line-height: 1.7;
}
.page-template-page-about .bio .tabs {
	justify-content: flex-start;
	margin-bottom: 2.5rem;
	flex-wrap: wrap;
	padding-right: 30%;
}
.page-template-page-about .bio .tabs .tab {
	margin-right: 1.4375rem;
	margin-left: 0;
	margin-bottom: 1.5625rem;
}



































/*Политика конфиденциальности*/
.page-template-page-politicy main .page-title {
  margin-top: 14px;
  margin-bottom: 8px;
}
.page-template-page-politicy .politicy-content {
	margin-bottom: 7.5rem;
	margin-top: 0.625rem;
}
.page-template-page-politicy .politicy-content a {
  color: inherit;
  transition: 0.3s ease;
  text-decoration: underline;
}
.page-template-page-politicy main a {
	text-decoration: underline;
}









/*404*/
.error404 main {
	background: url('/wp-content/themes/main-theme/img/404.jpg') no-repeat center top;
	background-size: cover;
	min-height: 100vh;
}
.error404 .button.bordered .button-label {
	background: transparent;
}
.error404 .section-title {
	background: transparent;
	margin-top: 5.5625rem;
	margin-bottom: 1.25rem;
}
.error404 .section-text {
	margin-bottom: 6.6875rem;
}
.error404 .go-home {
	margin-bottom: 7.5rem;
}

























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



@media (max-width: 1199px) {

} /*@media (max-width: 1199px) {}*/











@media (max-width: 991px) {
	html {
    font-size: 16px;
  }	
  header .menu-toggle {
    margin-left: 40px;
  }	
  header .big-menu li {
    margin-left: 30px;
  }
  .page-template-default .vlad-demin {
  	padding-top: 132px;
  	padding-bottom: 74px;
  	min-height: 1024px;
  }
  .page-template-page-about .about-vlad-demin {
  	/*background-position: center top;*/
  	min-height: auto;
  	padding-top: 490px;
  	padding-bottom: 68px;
  }
  .page-template-page-about .about-vlad-demin .vlad-demin-photo {
  	width: 772px;
  	height: 550px;
  	bottom: auto;
  	top: 0;
  }
  .span-line .line {
  	width: 3px;
  }
  .span-line .big-line {
	height: 44px;
    top: 17px;
  }
  .h1 {
  	font-size: 60px;
  }
  .h2 {
  	font-size: 30px;
  }
  .page-template-default .vlad-demin .show-time .show-time-value {
  	font-size: 40px;
  }
  .page-template-default .vlad-demin .show-time .show-time-value {
  	font-size: 40px;
  }
  .page-template-default .vlad-demin .hero-name {
  	margin-bottom: 20px;
  }
  .page-template-default .vlad-demin .hero-text {
  	padding-right: 60px;
  }
  .page-template-default .vlad-demin .hero-text br,
  .page-template-default .vlad-demin .instagram {
  	display: none;
  }
  .page-template-default .vlad-demin .promo-row {
  	margin-top: 400px;
  }
  .page-template-default .vlad-demin .video-play .video-play-icon {
  	margin: 0;
  }
  .page-template-default .vlad-demin .video-play .video-play-label {
  	margin-top: 10px;
  }
  .page-template-default .vlad-demin .video-play {
  	flex-direction: column;
  	width: 180px;
  }
  .page-template-default .vlad-demin .vlad-demin-photo {
  	height: 700px;
  	width: 100%;
  	left: 0;
  }
  .page-template-default .vlad-demin .vlad-demin-photo img {
  	object-fit: cover;
  	object-position: 48% bottom;
  }
  .page-template-page-about .about-vlad-demin .show-time .show-time-value {
  	font-size: 40px;
  }
  .page-template-page-about .about-vlad-demin .show-time .show-time-value {
  	font-size: 40px;
  }
  .page-template-page-about .about-vlad-demin .hero-name {
  	margin-bottom: 20px;
  }
  .page-template-page-about .about-vlad-demin .hero-text {
  }
  .page-template-page-about .about-vlad-demin .hero-text br,
  .page-template-page-about .about-vlad-demin .instagram {
  	display: none;
  }
  .page-template-page-about .about-vlad-demin .promo-row {
  	margin-top: 400px;
  }
  .page-template-page-about .about-vlad-demin .video-play .video-play-icon {
  	margin: 0;
  }
  .page-template-page-about .about-vlad-demin .video-play .video-play-label {
  	margin-top: 10px;
  }
  .page-template-page-about .about-vlad-demin .video-play {
  	flex-direction: column;
  	width: 180px;
  }
  .page-template-page-about .about-vlad-demin .vlad-demin-photo {
  	height: 700px;
  	width: 100%;
  	left: 0;
  }
  .page-template-page-about .vlad-demin .vlad-demin-photo img {
  	object-fit: cover;
  	object-position: 48% bottom;
  }
  .page-template-default .projects .slide-row {
  	grid-template-columns: 210px 210px 210px;
  	grid-gap: 30px;
  }
  .project-item .project-preview {
  	height: 168px;
  	margin-bottom: 20px;
  }
  .page-template-default .projects .slide-row .project-item-wrap:first-child .project-preview {
  	height: 308px;
  }
  .project-item .project-title {
  	margin-bottom: 5px;
  }
  .tabs .tab {
  	font-size: 14px;
  }
  .span-line .middle-line {
  	height: 23px;
  	top: 10px;
  	left: -10px;
  }
  .page-template-default .projects .slider-arrows {
  	display: none;
  }
  .page-template-default .projects .tabs {
  	margin-top: -42px;
  }
  .page-template-default .projects {
  	background-size: 364px 177px;
  	padding-top: 80px;
  	padding-bottom: 148px;
  	background-position: 44% 30px;
  }
	.timetable .timetable-table .buy_ticket {
		padding: 0.5rem 1.75rem;
	}
	.timetable .timetable-table .item .item-date {
		font-size: 35px;
	}
	.show-two-preview {
		padding-bottom: 100px;
	}
	.timetable {
		background-size: 515px 183px;
		padding-top: 137px;
	}
	.news .item {
		margin-bottom: 40px;
	}
	.news .item .item-image {
		height: 235px;
	}
	.news .item-wrap:nth-child(9) {
		display: none;
	}
	.page-template-default .news {
		padding-top: 58px;
	}
	.news,
	.page-template-page-news .news,
	.page-template-page-projects .projects {
		background-size: 270px 138px;
		background-position: 50% 30px;
	}
	.show-two-preview {
		padding-top: 470px;	
	}
	.show-two-preview .two-bg {
		top: -68px;
	}
	.show-two-preview .show-two-text br {
		display: none;
	}
	.slider-arrows {
		display: none;
	}
	.template-single-new .photo-slider .item {
		width: 660px;
		margin-right: 30px;
	}
	.template-single-new .photo-slider .item img {
		height: 310px;
	}
	.template-single-new .photo-slider .slick-dots {
		bottom: -40px;
		justify-content: center;
		left: 0;
	}
	.template-single-new .post-title {
		margin-top: 70px;
	}
	.template-single-new .post-info {
		grid-template-columns: 1fr;
		height: 100%;
	    align-items: flex-start;
	}
	.template-single-new .post-info .post-istochnik-desktop {
		align-self: flex-end;
	}
	.page-template-page-projects .projects .item .item-image {
		height: 218px;
	}
	.template-single-project .photo-slider .item {
		width: 200px;		
	}
	.template-single-project .photo-slider .item img {
		height: 150px;
	}
	.template-single-project .post-image img {
		height: 218px;
	}
	.page-template-default .gallery .bg-image-svg {
		width: 344px;
		height: 202px;
		top: -159px;
	}

	.page-template-default .news {
		margin-bottom: 80px;
	}
	.page-template-default .gallery .gallery-items {

		grid-template-rows: 290px 213px 213px;
		grid-auto-rows: 245px;
	}
	.page-template-default .gallery .gallery-items .item {
		grid-column: span 6;
	}
	.page-template-default .gallery .gallery-items .item:nth-child(1) {
		grid-column: 1/5;
	}
	.page-template-default .gallery .gallery-items .item:nth-child(2) {
		grid-column: 5/13;
		height: 583px;
	}
	.page-template-default .gallery .gallery-items .item:nth-child(3) {
		grid-column: 1/9;
	}
	.page-template-default .gallery .gallery-items .item:nth-child(4) {
		grid-column: 9/13;
	}
	.page-template-default .gallery .gallery-items .item:nth-child(5) {
		grid-column: 9/13;
	}
	.contact-form .bg-image-svg {
		width: 485px;
		height: 184px;
		left: 96px;
	}
	.contact-form .form {
		margin-top: 37px;
	}
	.contact-form .form .form-flex {
		margin-top: 44px;
	}
	form input[type="text"], form input[type="number"], form textarea {
		font-size: 14px;
	}
	form textarea {
		height: 122px;
	}
	.contact-form .form .input_name {
		margin-bottom: 59px;
	}
	.contact-form {
		padding-top: 94px;
		padding-bottom: 80px;
	}
	footer .footer-flex {
		flex-wrap: wrap;
	}
	footer .copyright {
		width: 100%;
		order: 4;
		margin: 0;
		margin-top: 15px;
		padding-left: 30.1%;
	}
	.logo img {
		width: 111px;
		height: auto;
	}
	footer .politicy-links div {
	    margin: 2.5px 0;
	}
	.page-template-page-interview .interview .item .item-image {
		width: 100%;
		height: 143px;
	}
	.page-template-page-interview .interview .item {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.page-template-page-interview .bg-image-svg {
		width: 326px;
		height: 149px;
		left: 155px;
    	top: -40px;
	}
	.page-template-page-shou-two .text-block1 {
		padding-top: 30px;
		background-size: 1110px;
		background-position: center bottom;
		padding-bottom: 320px;

	}
	.page-template-page-shou-two .links-wrap {
		display: flex;
		flex-direction: column;
		margin-top: 55px;
	}
	.page-template-page-shou-two .links-wrap .video-play {
		order: 2;
		margin-top: 421px;
		margin-bottom: 0;
	}
	.page-template-page-shou-two .timetable-link {
		line-height: 1.5;
	}
	.page-template-page-shou-two .text-block2 {
		padding-top: 0;
	}
	.page-template-page-shou-two .text-block2 .text-block-bg {
    top: -150px;
    left: -170px;
    width: 936px;
	}
	.page-template-page-shou-two .text-block3 {
		padding-top: 271px;
	}
	.page-template-page-shou-two .text-block3 .text-block-bg {
    top: -70px;
    left: auto;
    right: -150px;
    width: 1193px;
    height: auto;
	}
	.page-template-page-shou-two .text-block4 {
		padding-top: 404px;
		padding-bottom: 200px;
	}
	.page-template-page-shou-two .text-block4 .text-block-bg {
    top: 100px;
    left: -90px;
    width: 767px;
    height: auto;
	}
	.page-template-page-shou-two .text-block5 {
		font-size: 20px;
		line-height: 2;
		background: 
			linear-gradient(180deg, rgba(47, 47, 47, 0) 70%, rgba(47, 47, 47, 1) 93%, rgba(47, 47, 47, 0) 100%),
  			url('/wp-content/themes/main-theme/img/Deminy_smotryat_drug_na_druga_desktop.png') no-repeat center top;
		background-size: 100%;
		background-position: center bottom;
		min-height: 1110px;
	}
	.page-template-page-shou-two .text-block5 .video-play {
		margin-top: 98px;
	}
	.page-template-page-shou-two .timetable {
		margin-top: -60px;
	}
	.page-template-page-shou-two .team {
		background-size: 445px auto;
		padding-top: 100px;
	}
	.page-template-page-shou-two .team .team-slider-wrap {
		margin-top: 40px;
	}
	.page-template-page-shou-two .team .team-slider .item-wrap {
		width: 660px;
	}
	.page-template-page-shou-two .team .team-slider .item {
		display: block;
	}
	.page-template-page-shou-two .team .team-slider .item .item-image {
		width: 360px;
		height: 450px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		padding-right: 0;
	}
	.page-template-page-shou-two .team .team-slider .item .item-image img {
		width: 100%;
		height: 100%;
	}
	.page-template-page-shou-two .team .team-slider .item .item-desc {
		padding-top: 0;
		padding-bottom: 0;
	}
	.page-template-page-shou-two .team .slick-slider .slick-dots {
	    bottom: -40px !important;
	    right: 0;
	    left: 0;
	    justify-content: center;
	}
	.page-template-page-shou-two .team .team-slider .item .item-name {
		text-align: center;
	}
	.page-template-page-shou-two .team .team-slider .item .item-role {
		text-align: center;
	}
	.page-template-page-shou-two .timetable {
		margin-bottom: 60px;
	}
	.page-template-page-shou-two .thanks {
		padding-top: 335px;
		background-size: 595px auto, 292px auto, 288px auto;
		background-position: center top, 10% 120px, 100% 140px
	}
	.page-template-page-contacts .contact-info .item {
		margin-bottom: 60px;
	}
	.page-template-page-contacts .contact-info {
		margin-bottom: 100px;
		background-position: 29% 0;
	}
	.page-template-page-contacts .contact-info .item-list {
		margin-top: 40px;
	}
	.page-template-page-about .bio .tabs {
		padding-right: 0;
	}
	.page-template-page-about .two {
		height: 129vw;
		background-size: 130% auto;
		padding-top: 87vw;
	}
	.page-template-page-about .mind .mind-image .mind-image-demin {
		height: 561px;
		max-width: 449px;
	}
	.page-template-page-about .mind .mind-image .svg {
	    width: 640px;
   		bottom: 0;
	}
	.page-template-page-about .mind .mind-text {
		margin-top: 63px;
	}
	.page-template-page-about .mind .custom-line {
	    height: calc(100% - 100px);
	}
	.page-template-page-about .contact-form-wrap {
		margin-top: -444px;
		padding-top: 530px;
	}
	.page-template-page-about .bio.desktop {
		display: none;
	}
	.page-template-page-about .bio.mobile {
		display: block;
	}
	.page-template-page-about .bio.mobile .item-image {
		width: 100%;
		height: auto;
	}
	.page-template-page-about .bio.mobile .text-wrap {
		margin-top: 50px;
	}
	.page-template-page-about .bio.mobile .item-image img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
	}
	.page-template-page-about .bio.mobile .mobile-item {
		display: none;
		margin-bottom: 80px;
	}
	.page-template-page-about .bio.mobile .mobile-item:nth-child(1), .page-template-page-about .bio.mobile .mobile-item:nth-child(2), .page-template-page-about .bio.mobile .mobile-item:nth-child(3), .page-template-page-about .bio.mobile .mobile-item:nth-child(4) {
		display: block;
	}
	.page-template-page-about .bio .item-content {
		margin-bottom: 0;
	}
	.page-template-page-about .bio .all-text {
		margin-top: 0;
	}
	.page-template-page-about .bio .item-image-group {
		padding-right: 0;
	}
	.page-template-page-about .bio .item-images {
		align-self: flex-end;
	}
} /*@media (max-width: 991px) {}*/








@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
  header .small-menu-wrap .menu-toggle img:nth-child(3) {
    display: block;
  }
  header .small-menu-wrap .menu-toggle img:nth-child(1) {
    display: none;
  }
  header .small-menu-wrap.open .menu-toggle img:nth-child(3) {
    display: none;
  }
  header .big-menu {
    display: none;
  }
  header .menu-toggle {
    margin-left: 30px;
    width: 62px;
    height: 62px;
  }
  header .small-menu-wrap.open .small-menu {
    top: 62px;
  }
  header .small-menu li {
    display: block !important; 
  }
  .h1 {
  	font-size: 30px;
  }
  .h2 {
  	font-size: 24px;
  }
  html {
  	font-size: 14px;
  }
  .page-template-default .vlad-demin {
  	padding-top: 94px;
  }
  .page-template-default .vlad-demin .hero-name {
  	margin-bottom: 15px;
  }
  .page-template-default .vlad-demin .hero-text {
  	margin-bottom: 42px;
  	padding-right: 30%;
  }
  .page-template-default .vlad-demin .hero-name br {
  	display: none;
  }
  .span-line .big-line {
  	height: 22px;
  	top: 8px;
  }
  .page-template-default .vlad-demin .show-time {
  	text-align: left;
  }
  .page-template-default .vlad-demin .show-time .show-time-label {
  	font-size: 14px;
  }
  .page-template-default .vlad-demin .timing {
  	text-align: left;
  }
  .page-template-default .vlad-demin .timing .button {
  	text-align: right;
  }
  .page-template-default .vlad-demin .promo-row {
  	display: none;
  }
  .page-template-default .vlad-demin {
  	min-height: 640px;
  }
  .page-template-default .vlad-demin .show-time {
  	margin-bottom: 180px;
  }
  .button {
  	font-size: 16px;
  	padding: 8px 30px;
  }
  .page-template-default .vlad-demin .vlad-demin-photo {
  	height: 430px;
  }
  .page-template-default .vlad-demin .vlad-demin-photo img {
  	object-position: 38% bottom;
  }
  .page-template-page-about .about-vlad-demin {
  	padding-top: 94px;
  }
  .page-template-page-about .about-vlad-demin .hero-name {
  	margin-bottom: 15px;
  }
  .page-template-page-about .about-vlad-demin .hero-text {
  	margin-bottom: 50px;
  	padding-right: 0%;
  }
  .page-template-page-about .about-vlad-demin .hero-name br {
  	display: none;
  }
  .span-line .big-line {
  	height: 22px;
  	top: 8px;
  }
  .page-template-page-about .about-vlad-demin .show-time {
  	text-align: left;
  }
  .page-template-page-about .about-vlad-demin .show-time .show-time-label {
  	font-size: 14px;
  }
  .page-template-page-about .about-vlad-demin .timing {
  	text-align: left;
  }
  .page-template-page-about .about-vlad-demin .timing .button {
  	text-align: right;
  }
  .page-template-page-about .about-vlad-demin .promo-row {
  	display: none;
  }
  .page-template-page-about .about-vlad-demin {
  	min-height: 640px;
  }
  .page-template-page-about .about-vlad-demin .show-time {
  	margin-bottom: 180px;
  }
  .button {
  	font-size: 16px;
  	padding: 8px 30px;
  }
  .page-template-default .vlad-demin .vlad-demin-photo {
  	height: 430px;
  }
  .page-template-default .vlad-demin .vlad-demin-photo img {
  	object-position: 38% bottom;
  }
  .page-template-page-about .about-vlad-demin .vlad-demin-photo {
  	height: 430px;
  }
  .page-template-page-about .about-vlad-demin .vlad-demin-photo img {
  	object-position: 38% bottom;
  }
  .page-template-default .projects .tabs {
  	margin-top: 30px;
  }
  .page-template-default .projects .tabs-wrap {
  	order: 3;
  }
  .tabs {
  	justify-content: flex-start;
  }
  .tabs .tab {
  	margin-right: 15px;
  	margin-left: 0;
  }
  .span-line .middle-line {
  	height: 19px;
    top: 7px;
  }
  .page-template-default .projects {
  	background-size: 255px 144px;
  	padding-top: 76px;
  	padding-bottom: 105px;
  	background-position: center 30px;
  }
  	.page-template-default .projects .project-slider-wrap-kino-mobile {
  		display: block;
  	}
	.page-template-default .projects .project-slider-wrap-teatr,
	.page-template-default .projects .project-slider-wrap-teatr-mobile,
	.page-template-default .projects .project-slider-wrap-kino {
		display: none;
	}
	.page-template-default .projects .project-item-wrap {
		width: 300px;
		margin-right: 30px;
	}
	.project-item .project-preview {
		height: 300px;
	}
	.page-template-default .projects .all-projects {
		margin-top: 90px;
	}
	.slick-slider .slick-dots {
		bottom: -40px !important;
		right: 0;
		left: 0;
		justify-content: center;
	}
	.slick-slider .slick-dots li {
		margin-left: 7px;
		margin-right: 7px;
	}
	.timetable .timetable-table .item {
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.timetable .timetable-table .item .item-date {
		font-size: 45px;
		margin-bottom: 30px;
	}
	.timetable .timetable-table .item .item-desc {
		font-size: 1rem;
	}
	.timetable .timetable-table .item .item-city {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.timetable .timetable-table .buy_ticket {
		margin-top: 37px;
	}
	.show-two-preview {
		padding-bottom: 80px;
	}
	.timetable {
	    background-size: 265px 107px;
	    padding-top: 100px;	
	}
	.news,
	.page-template-page-news .news,
	.page-template-page-projects .projects {
	    background-size: 216px 111px;
	    background-position: 80% 20px;
	}
	.page-template-default .news {
		padding-top: 48px;
		margin-top: 20px;
	}
	.news .item-wrap:nth-child(5),
	.news .item-wrap:nth-child(6),
	.news .item-wrap:nth-child(7),
	.news .item-wrap:nth-child(8),
	.news .item-wrap:nth-child(9) {
		display: none;
	}
	.news .item .item-image {
	    height: 365px;
	}
	.breadcrumbs {
		margin-top: 80px;
		font-size: 12px;
	}
	.show-two-preview {
	    padding-top: 124vw;
	}
	.show-two-preview .two-bg {
	    top: -42px;
	    width: 100%;
	    left: 0;
	}
	.show-two-preview .two-bg img {
		width: 100%;
    	height: 139vw;
    	object-fit: cover;
    	object-position: top;
	}
	.show-two-preview .show-two-text {
		font-size: 16px;	
	}
	.show-two-preview .show-two-text .punct,
	.page-template-page-about .mind .punct {
		bottom: auto;
		top: -41px;
		width: 41px;
		height: auto;
		left: 0;
		right: auto;
	}
	.show-two-preview .show-two-text .custom-line,
	.page-template-page-about .mind .custom-line {
		height: 3px;
    	width: 80%;
    	left: auto;
    	right: 0;
    	top: -15px;
    	bottom: auto;
	}
	.template-single-new .post-istochnik-desktop {
		display: none;
	}
	.template-single-new .post-istochnik-mobile {
		display: block;
	}
	.template-single-new .post-content {
		margin-top: 25px;
	}
	.template-single-new .post-info {
		margin-bottom: 30px;
	}
	.template-single-new .post-istochnik-mobile {
		margin-top: 30px;
	}
	.template-single-new .photo-slider .item {
		width: 470px;
	}
	.page-template-page-projects .projects .item .item-image {
		height: 365px;
	}
	.project-tabs {
		justify-content: flex-start;
		margin-top: 30px;
	}
	.template-single-project .post-image img {
		height: 531px;
	}
	.template-single-project .post-table .item {
	    grid-template-columns: 1fr;
	    grid-gap: 10px;
	}
	.template-single-project .post-table {
		margin-bottom: 30px;
	}
	.template-single-project .post-desc {
		margin-bottom: 40px;
	}
	.template-single-project .photo-slider .item {
		width: 300px;
	}
	.template-single-project .photo-slider .item img {
		height: 215px;
	}
	.template-single-project .post-title {
		margin-bottom: 30px;
	}
	.page-template-default .gallery .bg-image-svg {
		width: 233px;
		height: 145px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		top: -109px;
	}
	.page-template-default .gallery .gallery-items {
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
		grid-template-rows: auto;
	}
	.page-template-default .gallery .gallery-items .item,
	.page-template-default .gallery .gallery-items .item:nth-child(1),
	.page-template-default .gallery .gallery-items .item:nth-child(2),
	.page-template-default .gallery .gallery-items .item:nth-child(3),
	.page-template-default .gallery .gallery-items .item:nth-child(4),
	.page-template-default .gallery .gallery-items .item:nth-child(5) {
		grid-column: 1/2;
		height: auto;
	}


	.page-template-default .gallery .gallery-items .item:nth-child(4),
	.page-template-default .gallery .gallery-items .item:nth-child(5) {
		display: none;
	}

	.contact-form .bg-image-svg {
		width: 331px;
		height: 128px;
		top: -110px;
		left: 0;
		right: 0;
		margin: auto;
	}
	footer .politicy-links {
		width: 100%;
		order: 3;
		margin: 0;
		margin-top: 40px;
		font-size: 12px;
	}
	footer .copyright {
		padding: 0;
	}
	.logo img {
		width: 101px;
	}
	.contact-form .form .form-flex {
		flex-wrap: wrap;
		text-align: center;
	}
	.contact-form .form .form-flex button {
		margin-left: auto;
		margin-right: auto;
	}
	.contact-form .form .form-flex .form_info {
		width: 100%;
		margin: 0;
		margin-top: 35px;
	}
	footer .footer-flex .instagram {
		font-size: 12px;
	}
	footer .copyright {
		font-size: 10px;
	}
	.contact-form .form .input-wrap {
		padding: 0;
	}
	.contact-form .form .input_name,
	.contact-form .form .input_email {
		margin-bottom: 40px;
	}
	.page-template-page-interview .interview .item .item-image {
		width: 100%;
		height: 360px;
		margin-bottom: 30px;
	}
	.page-template-page-interview .interview .section-title {
		margin-bottom: 40px;
	}
	.h4 {
		font-size: 16px;
	}
	.page-template-page-interview .interview .item .item-text {
		font-size: 16px;
	}
	.page-template-page-interview .interview .item .item-info {
		font-size: 14px;
	}
	.page-template-page-interview .bg-image-svg {
	    width: 260px;
	    height: 119px;
	    left: 75px;
	    top: -30px;
	}
	.page-template-page-shou-two .team .team-slider .item-wrap {
		width: 513px;
	}
	.page-template-page-shou-two .links-wrap {
		margin-top: 158px;
	}
	.page-template-page-shou-two .timetable-link {
		width: 190px;
		margin-left: auto;
		margin-right: auto;
		order: 2;
	}
	.page-template-page-shou-two .links-wrap .video-play {
		order: 1;
		margin-top: 0;
		margin-bottom: 192px;
		margin-left: auto;
	}
	.page-template-page-shou-two .text-block2 .text-block-bg {
    top: -420px;
    left: 9%;
    right: 0;
    width: 640px;
    margin: auto;
	}
	.page-template-page-shou-two .text-block2 {
		margin-top: 200px;
	}
	.page-template-page-shou-two .text-block3 .text-block-bg {
    top: -140px;
    left: -17%;
    right: 0;
    width: 640px;
    margin: auto;
	}
	.page-template-page-shou-two .text-block3 {
		margin-top: 60px;
	}
	.page-template-page-shou-two .text-block4 .text-block-bg {
    top: -240px;
    left: 12%;
    right: 0;
    margin: auto;
    width: 640px;
	}
	.page-template-page-shou-two .text-block4 {
		margin-top: 110px;
		padding-top: 310px;
		padding-bottom: 138px;
	}
	.page-template-page-shou-two .text-block5 {
		font-size: 16px;
		background: linear-gradient(180deg, rgba(47, 47, 47, 0) 80%, rgba(47, 47, 47, 1) 93%, rgba(47, 47, 47, 0) 100%),
					url('/wp-content/themes/main-theme/img/Deminy_smotryat_drug_na_druga_mobayl.png') no-repeat center bottom;
		background-size: 100%;
		min-height: auto;
		padding-top: 10px;
		padding-bottom: 63vw;
	}
	.page-template-page-shou-two .text-block5 .video-play {
		margin-top: 30vw;
		width: 100%;
		font-size: 12px;
	}
	.page-template-page-shou-two .text-block5 .show-two-text {
		margin-top: 0;
	}
	.page-template-page-shou-two .text-block1 .video-play .video-play-label {
		font-size: 12px;
	}
	.page-template-page-shou-two .thanks .work-contact-info .item {
		margin-bottom: 30px;
	}
	.page-template-page-shou-two .thanks .work-contact-info {
		margin-top: 24px;
	}
	.page-template-page-shou-two .thanks {
	    background-size: 595px auto, 152px auto, 188px auto;
	    margin-bottom: 50px;
	}
	.page-template-page-contacts .contact-info .item {
		margin-bottom: 40px;
	}
	.page-template-page-contacts .contact-info {
		margin-bottom: 60px;
	}
	.page-template-page-about .about-vlad-demin {
		padding-top: 400px;
		min-height: auto;
		padding-bottom: 0;
		background-position: center 80px;
    	background-size: 550px;
	}
	.page-template-page-about .about-vlad-demin .vlad-demin-photo {
		height: 430px;
    	width: 590px;
	}
	.page-template-page-about .two {
		padding-top: 87vw;
		height: 181vw;
		padding-top: 127vw;
		background-size: 185% auto;
	}
	.page-template-page-about .mind .mind-image .svg {
		width: 460px;
	}
	.page-template-page-about .mind .mind-text {
		font-size: 16px;
	}
	.error404 main {
	    background: url(/wp-content/themes/main-theme/img/404.jpg) no-repeat 74% top;
	    background-size: cover;

	}
	.page-template-page-about .bio.mobile .all-text-wrap {
		text-align: center;	
	}
	.page-template-page-about .bio .item-image-group .item-image-desc {
		display: none;
	}
	.page-template-page-about .bio.mobile .text-wrap {
		margin-top: 40px;
	}
	.page-template-page-about .bio.mobile .mobile-item {
		margin-bottom: 60px;
	}
	.page-template-page-about .bio .tabs-wrap {
   	 	overflow: scroll;
	}
	.page-template-page-about .bio .tabs {
		margin-bottom: 10px;
		flex-wrap: nowrap;
		width: max-content;
		overflow: scroll;
	}
	.page-template-page-about {
		overflow-x: hidden;
	}
	.page-template-page-about .two {
		margin-top: 82px;
	}
} /*@media (max-width: 767px) {}*/












@media (max-width: 575px) {

  .page-template-default .vlad-demin .vlad-demin-photo {
  	height: 380px;
  }
  .page-template-page-about .about-vlad-demin .vlad-demin-photo {
  	height: 380px;
  }
  .page-template-page-portfolio .portfiolio-list .item .hashtag-list .hashtag:nth-child(2), 
  .template-single-portfolio .more-pages .item .hashtag-list .hashtag:nth-child(2), 
  .template-single-service .works-slider .item .hashtag-list .hashtag:nth-child(2) {
    display: none;
  }
  .page-template-page-portfolio .portfiolio-list .item .hashtag-list .hashtag:nth-child(3), 
  .template-single-portfolio .more-pages .item .hashtag-list .hashtag:nth-child(3), 
  .template-single-service .works-slider .item .hashtag-list .hashtag:nth-child(3) {
    display: none;
  }
	.news .item .item-image {
	    height: 65vw;
	}
	.template-single-new .photo-slider .item {
		width: 300px;
	}
	.template-single-new .photo-slider .item img {
		height: 220px;
	}
	.page-template-page-projects .projects .item .item-image {
		height: 65vw;
	}
	.template-single-project .post-table .item .item-title {
		font-size: 12px;
	}
	.template-single-project .post-table .item .item-text {
		font-size: 14px;
	}
	.template-single-project .post-image img {
		height: 95vw;
	}
	.page-template-page-interview .interview .item .item-image {
		width: 100%;
		height: 63vw;
	}
	.page-template-page-shou-two .team {
		background-size: 285px auto;
		padding-top: 80px;
	}
	.page-template-page-shou-two .team .team-slider .item-wrap {
		width: 93.5vw;
		margin-left: 15px;
		margin-right: 15px;
	}
	.page-template-page-shou-two .team .team-slider .item .item-image {
		max-width: 100%;
		width: 310px;
		height: 107.8vw;
	}
	.page-template-page-shou-two .text-block1 {
		background-size: 740px;
		background-position: center bottom;
		padding-bottom: 80px;
	}
	.page-template-page-shou-two .links-wrap .video-play {
		width: 100px;
		margin-bottom: 132px;
	}
	.page-template-page-shou-two .text-block2 .text-block-bg {
		top: -420px;
   		left: -14vw;
   		right: 0;
   		margin: auto;
   		width: 640px;
	}
	.page-template-page-shou-two .text-block2 {
    margin-top: 302px;
	}
	.page-template-page-shou-two .text-block3 .text-block-bg {
		top: -140px;
   		left: -56vw;
   		right: 0;
   		width: 640px;
   		margin: auto;
	}
	.page-template-page-shou-two .text-block4 .text-block-bg {
		top: -140px;
   		left: 0px;
   		right: 0;
   		width: 640px;
	}
	.page-template-page-shou-two .text-block4 .text-block-bg {
		width: 550px;
		left: -13vw;
	}
	.page-template-page-about .about-vlad-demin .vlad-demin-photo {
	    width: 530px;
	    height: 390px;
	    margin: auto;
	    left: -20vw;
	}
	.page-template-page-about .about-vlad-demin {
	    background-size: 330px;
	    padding-top: 270px;
	}
	.page-template-page-about .about-vlad-demin .hero-name {
		padding-right: 20%;
	}
	.page-template-page-about .two {

	}
	.page-template-page-about .mind .mind-image .mind-image-demin {
	    height: 85vw;
    	max-width: 68vw;
	}
	.page-template-page-about .mind {
		margin-top: -60px;
	}
	.page-template-page-about .mind .mind-image .svg {
		width: 270px;
	}
} /*@media (max-width: 575px) {}