/*!
Theme Name: VideoProduction
Theme URI: http://underscores.me/
Author: Syrka
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vidpr
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.

VideoProduction is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

html {
  line-height: 1.15;
  box-sizing: border-box;
  letter-spacing: .01em;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  min-width: 320px;
  min-height: 100vh;
  height: 100%;
  margin: 0;
  color: #fff;
  background-color: #000;
  overflow-x: hidden;

}
main {
  display: block;
}
.like-h1,
.like-h2,
.like-h3 {
  display: block;
}
hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  text-decoration: none;
  color: #e2be4f;
  background-color: transparent;
}
a:hover{
  opacity: 0.8;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: .35em .75em .625em;
}
legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
input, textarea {

      outline:none;
}
input:focus, textarea:focus {

      outline:none;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;

  -webkit-appearance: textfield;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html *,
html ::after,
html ::before {
  box-sizing: inherit;
}

/*--------------------------------------------------------------
# Base*/
.wrap-b-footer {
  min-height: 100%;
  margin-bottom: -50px;
}
* html .wrap-b-footer {
  height: 100%;
}
.wrap-b-footer:after {
  display: block;
  height: 50px;
  content: '';
}
.clearfix::before {
  display: table;
  clear: both;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.resize {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.resize .resize{
  padding: 0;
}
.resize--padding10{
  padding: 0 10px;
}
h2 {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.3em;
}
.title__accent{
  font-weight: 900;
  display: block;
}
/**/
.video-screen-wrap {
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 768px;
  padding-top: 45%;
  background: url(images/cadr1.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: fixed;
}
.initial-screen-video {
  position: absolute;
  top: 0;
  min-width: 100%;
  height: 100vh;
  min-height: 768px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.site-wrap {
  z-index: 4;
  position: absolute;
  width: 100%;
}
.video-screen-wrap::before {
  display: block;
  position: absolute;
  background: url(images/voice.gif);
  content: '';
  width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0;
  z-index: 3;
  opacity:.02;
}
.video-screen-wrap::after {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0;
  z-index: 2;
}
.header{
  padding: 28px 0 0 0;
}
.header__resize{
  display: flex;
}
.logo {
  margin-right: 25px;
  padding-top: 10px;
  width: 115px;
}
.logo > a {
  display: block;
}
.logo img,.custom-logo {
  display: block;
  
  height: auto;
  max-width: 100%;
}
.header__contacts {
  padding-top: 10px;
}
.header__contacts.header__contacts--404 {
  margin-left: auto;
  padding-top: 0;
}
.contact {
  font-size: 18px;
}
.header__contacts .contact {
  margin-bottom: 8px;
  text-align: right;
}
.contact--phone {
  font-weight: 700;
  font-size: 16px;
}
.conact__link {
  color: #fff;
}
.header__nav {
  margin-left: auto;
  padding-top: 10px;
}
.main-nav__icon-close, .main-nav__icon-menu {
  display: none;
}
.main-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: end;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  /* color: #fff; */
}

.main-nav li {
  margin: 0 0 0 48px;
}
.main-nav li a{
  color: #fff;
}
.header__btn{
  margin-left: 24px;
}
.btn {
  display: block;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  padding: 11px 15px;
  max-width: 280px;
  border-radius: 20px;
  transition: 0.4s ease-in-out;
}
.btn--more{
padding-right: 30px;
background: url(images/right-arrow.svg) no-repeat right 12px center/16px 16px;
}
.btn--showreel {
  margin: 60px auto 0;
  padding: 20px 15px;
  border-radius: 30px;
}
.btn:hover{
  color: #000;
  background-color: #fff;
  opacity: 1;
}
.intro{
  max-width: 1135px;
  margin: 0 auto;
  padding: 133px 0 50px;
}
.intro-title {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0 0 6px 0;
  line-height: 1.1;
}
.intro-title__subtitle {
  font-size: 60px;
  display: block;
  letter-spacing: -0.05em;
  line-height: 1.1;
}
.dark-block {
  width: 100%;
  min-height: 500px;
  background: rgb(15,15,15);
  background: linear-gradient(0deg, rgba(15,15,15,1) 0%, rgba(15,15,15,1) 81%, rgba(15,15,15,0) 100%);
  opacity: 1;
  margin-bottom: 95px;
}
.dark-block.dark-block--bottom{
  margin-bottom: 0;
  margin-top: 120px;
}
.advantage {
  max-width: 1135px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding-bottom: 90px;
}
.advantage__item {
  width: 160px;
  text-align: center;
}
.advantage__link{
  color: #fff;
}
.advantage__icon {
  display: block;
  width: 60px;
  height: 60px;
  max-width: 100%;
  margin: 0 auto 5px;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 40px 0 0;
}
.gallery--home{
  padding-top: 90px;/**/
  padding-bottom: 117px;/**/  
}
.gallery__item {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative;
}
.gallery__pic {
  max-width: 100%;
  display: block;
  box-shadow: 0px 0px 36.8px 3.2px rgba(252, 211, 88, 0.05);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery__link--video{

}
.gallery__play-pic {
  position: absolute;
  z-index: 99;
  right: 50%;
  margin-right: -30px;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
}
.video-gallery {
  display: flex;
  justify-content: space-around;
}
.video-gallery__item {
  width: 33.333%;
  padding: 0 10px;
  position: relative;
}
.video-gallery__item:hover{
  opacity: 0.8;
}
.video-gallery__link {
  display: block;
  width: 100%;
  padding-bottom: 56%;
}
.video-gallery__pic {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  object-fit: cover;
  height: 100%;
}
.video-gallery__play-pic {
  position: absolute;
  z-index: 99;
  right: 50%;
  margin-right: -30px;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
}
.video-gallery__item.video-gallery__item--showreel {
  width: 50%;
}
.video-gallery__play-pic.video-gallery__play-pic--showreel {
  width: 120px;
  height: 120px;
  margin: -60px -60px 0 0;
}
.title--padding {
  padding-left: 17%;
}
.title--right {
  text-align: right;
}
.title--small {
  font-size: 28px;
  line-height: 1.5;
}
.title--article {
  padding-bottom: 10px;
  color: #e9c352;
}
.cost-wrap {
  background: url(images/cam-bg.jpg) no-repeat top left  ;
}
.cost {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  padding-left: 17%;
  width: 100%;
}
.cost__item {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 51px;
  padding-right: 50px;
  width: 25%;
  margin-bottom: 57px;
}
.cost__item--1 {
  margin-left: 25%;
  background-image: url(images/1_.png);
  margin-bottom: 100px;
}
.cost__item--2{
  background-image: url(images/2_.png);
  margin-bottom: 100px;
}
.cost__item--3 {

  background-image: url(images/3_.png);
  margin-bottom: 100px;
}
.cost__item--4{
  background-image: url(images/4_.png);
}
.cost__item--5{
  background-image: url(images/5_.png);
}
.cost__item--6 {
  background-image: url(images/6_.png);
}
.cost__item--7{
  background-image: url(images/7_.png);
}
.cost__title {
  margin: 0 0 30px;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fcd358;
  padding-left: 22px;
}
.cost__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cost__list-item {
  padding-left: 20px;
  background: url(images/check-mark.svg) no-repeat left top 5px;
  margin-bottom: 11px;
  min-height: 21px;
}

.contacts-block {
  background: url(images/light.png) no-repeat center bottom;
}
.contacts-block__title {
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: 900;
  line-height: 1.1;
}
.contacts-block__item {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
.contacts-block__link {
  color: #fff;
}
.contacs-block__icon {
  display: inline-block;
  margin-right: 15px;
  width: 32px;
  height: auto;
}
.contacts-block__title {
  margin: 90px 0 60px;
}
.contacts-block__item {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 25px;
}
.bottomline {
  border-top: 1px solid #1b1810;
  padding: 15px 0;
  margin-top: 50px;
}
.copyright {
  font-size: 18px;
  color: #a4a4a4;
}
.text404 {
  font-size: 26px;
  font-weight: 500;
  margin-top: 40px;
}
.announcement {
  max-width: 1135px;
  margin: 0 auto;
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e9c352;
}
.subtitle {
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 20px;
}
.left-pic {
  float: left;
  margin: 20px 30px 20px 0;
  box-shadow: 0px 0px 36.8px 3.2px rgba(252, 211, 88, 0.05);
  max-width: 100%;
  height: auto;
  width: 400px;
}
.announcement__logline {
  font-weight: 700;
  font-size: 22px;
  /* color: #dfbb50; */
  margin-bottom: 30px;
}
.intro.intro--page {
  padding: 70px 0 0;
}
@media screen and (max-width: 1200px) {
  .logo {
  width: 100px;
}
.main-nav li {
  margin: 0 0 0 30px;
}
.cost {
  padding-left: 0;
}
.cost__title {
  font-size: 18px;
}
}
@media screen and (max-width: 1000px) {
  .header {
  position: relative;
  padding-left: 50px;
  padding: 0 0 0 50px;
}
.header.header--error {
  padding: 0;
}
.header__resize {
  display: flex;
  justify-content: space-between;
}
.header__contacts {
  order: 1;
}
.header__contacts.header__contacts--404 {
  margin-left: 0;
}
.logo {
  order: 2;
  margin: 0 10px;
}
.header__btn {
  order: 3;
  margin-top: 30px;
  margin-inline-start: 0;
}
.header__contacts .contact {
  margin-bottom: 8px;
  text-align: left;
}
.header__nav {
  margin-left: 0;
}
.main-nav__close-wrap {
  position: fixed;
  z-index: 998;
  top: 0;
  left: -100%;
  width: 90%;
  max-width: 250px;
  min-height: 100%;
  padding-top: 60px;
  background: #0e1a24;
  -webkit-box-shadow: 0 0 15px #000;
  -moz-box-shadow: 0 0 15px #000;
  box-shadow: 0 0 15px #000;
}
.main-nav__icon-menu {
  display: block;
  position: absolute;
  left: 20px;
  top: 40px;
}
.main-nav__icon-close {
  position: absolute;
  z-index: 999;
  top: 10px;
  right: 0;
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
}
.main-nav {
  display: block;
}
.main-nav li {
  margin: 0 0 20px 20px;
}
.title--padding {
  padding-left: 0;
}
.intro {
  max-width: 1135px;
  margin: 0 auto;
  padding: 50px 0 50px;
}
.intro-title {
  font-size: 50px;
}
.intro-title__subtitle {
  font-size: 40px;
  display: block;
  letter-spacing: -0.05em;
  line-height: 1.1;
}
.advantage {
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.advantage__item {
  margin-bottom: 20px;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding-top: 50px;
  padding-bottom: 50px;
}
.cost__item--1 {
  margin-left: 0;
}
.cost__item {
  width: 50%;
}
.cost {
  justify-content: start;
}
}
@media screen and (max-width: 800px) {
.advantage__item {
  width: 100px;
}
.gallery__item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.title--right {
  text-align: left;
}
h2 {
  font-size: 28px;
}
.dark-block {
  margin-bottom: 40px;
}
.video-gallery {
  flex-wrap: wrap;
}
.video-gallery__item {
  width: 50%;
  margin-bottom:20px ;

}
.dark-block.dark-block--bottom {
  margin-bottom: 0;
  margin-top: 40px;
}
.video-gallery__play-pic.video-gallery__play-pic--showreel {
  width: 60px;
  height: 60px;
  margin: -30px -30px 0 0;
}
.contacts-block__title {
  margin: 40px 0;
  font-size: 30px;
}
.contacts-block__item {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 15px;
}
.contacs-block__icon {
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.left-pic {
  max-width: 40%;
}
}
@media screen and (max-width: 600px) {
.header {
  position: relative;
  padding-left:0;
  padding-top: 0;
}
.main-nav__icon-menu {
  display: block;
  position: fixed;
  left: 10px;
  top: 15px;
  z-index: 999;
  cursor: pointer;
}
.resize.header__resize {
  display: block;
}
.logo {
  display: block;
  width: 60px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.logo--error{
  left: 0;
  right: auto;
}
.header__contacts {
  text-align: center;
}
.header__contacts .contact {
  text-align: center;

}

.header__btn {
  margin: 0;
}
.header__btn .btn {
  margin: 0 auto;
}
.intro-title {
  font-size: 35px;
}
.intro-title__subtitle {
  font-size: 35px;
  display: block;
  letter-spacing: -0.05em;
  line-height: 1.1;
}
.gallery {
  padding-top: 0;

}
.gallery__item {
}
.cost__item,
.video-gallery__item,
.video-gallery__item.video-gallery__item--showreel {
  width: 100%;

}
.title--small {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: normal;
}
.subtitle {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 20px;
}
.announcement__logline {
  font-size: 20px;
}
.left-pic {
  /* max-width: 100%; */
  max-width: 400px;
  width: 100%;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
}

.contacts-block .send_form{
	display:flex;
	align-items:flex-end;
	justify-content:center;
	flex-wrap:wrap;
}

.contacts-block .send_form input, .contacts-block .send_form textarea {
    border: 2px solid #E2BE4F;
    border-radius: 30px;
    background: transparent;
    margin-bottom: 15px;
    height: 40px;
    color: #ffffff;
    padding: 0 15px;
	width:160px;
	margin:3px;
}
.contacts__form-block{
	width:100%;
	padding: 0 10px;
}
.contacts-block .title{
	margin-top: 150px;
}
.contacts__form-block .send_form input.btn--send{
	cursor:pointer;
	color:#ffffff;
	transition: 0.4s ease-in-out;
	width:160px;
}
.contacts__form-block .send_form input.btn--send:hover{
	color:#E2BE4F;
	background: #ffffff;
	border: 2px solid #ffffff;
}
.contacts-block .send_form .display_flex {
		display:flex;
		flex-direction:column;
}

.send_form textarea.describ{
    overflow: scroll;
	width: 326px;
	resize: none;
	padding: 0 15px;
}
@media screen and (max-width: 600px) {
	.contacts-block .send_form{
		flex-direction:column;
		align-items:center;
	}
	.contacts__form-block .send_form input.btn--send{
		margin-top:30px;
	}
	.contacts-block .send_form input, .send_form textarea.describ{
		width:230px;
	}
	.send_form textarea.describ{
		height: 80px;
	}
}

.contacts-block .send_form input._error{
	border-color: red;
}
#form-result{
	position:absolute;
	margin-top:15px;
	display:none;
}
#form-result h2	{
	font-size: 20px;
}
@media screen and (max-width: 800px) {
	#form-result{
		position:relative;
	}
}
.get-call__element{
	color: white;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100000;
    background: #E2BE4F;
    padding: 15px;
    border-radius: 30px;
	transition: all 1s ease-out;
}