@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700,700i&subset=cyrillic');

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;
}

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

.clear {
  clear: both;
}

.clrfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

b, strong, .bold {
  font-weight: bold;
}

i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

a {
  color: #222;
  text-decoration: underline;
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
}

input, button {
  padding: 0;
  margin: 0;
  line-height: normal;
  outline: none;
  border: none;
  font-family: 'Ubuntu', sans-serif;
}

textarea {
  font-family: 'Ubuntu', sans-serif;
}

button {
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

:focus {
  outline: none;
}

body {
  position: relative;
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #000;
}

.none {
  display: none;
}

h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

.wrp {
  position: relative;
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrp:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

.button {
  position: relative;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  background: #DA4D50;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button:hover {
  background: #b59852;
}

.button:active {
  background: #846f3c;
}

.container {
  padding: 30px 0;
}

/*   header   */

.header {
  background: #212121;
  color: #fff;
  height: 80px;
}

.header .logo {
  float: left;
  padding-top: 17px;
}

.header .logo img {
  display: inline-block;
  height: 45px;
}

.header .title {
  display: none;
  float: left;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 700;
  padding-top: 28px;
}

.header .contact {
  float: right;
  padding-top: 18px;
}

.header .contact .label {
  font-size: 15px;
  padding-bottom: 5px;
}

.header .contact .label i {
  display: none;
  font-style: normal;
}

.header .contact a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.header .contact a.mail {
  color: #3f9fd5;
}

.header .contact .col:nth-child(2) {
  display: none;
}

.box {
  padding-top: 10px;
}

/*   list   */

ul.list.list-form li {
  font-size: 18px;
}

ul.list li {
  position: relative;
  color: #0b1e2c;
  font-size: 20px;
  line-height: 28px;
  padding: 15px 0 15px 70px
}

ul.list li:before {
  display: block;
  position: absolute;
  content: '';
}

ul.list li:nth-child(1):before {
  left: 13px;
  top: 50%;
  width: 45px;
  height: 41px;
  margin-top: -21px;
  background: url("../images/icon1.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

ul.list li:nth-child(2):before {
  left: 13px;
  top: 50%;
  width: 44px;
  height: 36px;
  margin-top: -18px;
  background: url("../images/icon2.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

ul.list li:nth-child(3):before {
  left: 16px;
  top: 50%;
  width: 39px;
  height: 39px;
  margin-top: -19px;
  background: url("../images/icon3.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

ul.list.list-form li:before {
  background: url("../images/strelka-plus.png") 0 0 no-repeat;
  background-size: contain;
  width: 25px;
  height: 20px;
  margin: auto;
  top: 35%;
  left: 0;
}

/*   video   */

.video {
  padding-top: 15px;
}

.video .pic {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 49px rgba(33, 33, 33, 0.46);
  -moz-box-shadow: 0 20px 49px rgba(33, 33, 33, 0.46);
  box-shadow: 0 20px 49px rgba(33, 33, 33, 0.46);
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.video .pic a {
  position: relative;
  display: block;
}

.video .pic a:before {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: block;
  width: 82px;
  height: 82px;
  background: url("../images/play-icon.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  z-index: 3;
}

.video .pic a:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* background: #2f2727; */
  background: transparent;
  opacity: .77;
  content: '';
  z-index: 2;
  -webkit-transition: opacity ease .2s;
  transition: opacity ease .2s;
}

.video .pic img {
  display: block;
  width: 100%;
  transition: transform .4s ease-out;
}

.video .pic:hover img {
  transform: scale(1.1);
}

.video .txt {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  color: #fff;
  padding: 0 10px 35px 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity ease .2s;
  transition: opacity ease .2s;
}

.video .name {
  display: block;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comment .form_row {
  margin-bottom: 10px;
}

.form_row {
  position: relative;
  margin-bottom: 22px;
}

.form_row input:focus,
.form_row textarea:focus {
  outline: 0;
  border-color: #f77a52;
}

.form_row input,
.form_row textarea {
  display: block;
  width: 100%;
  padding: 12px 0;
  background: #fff;
  font-size: 20px;
  color: #000;
  border-width: 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form_row textarea {
  resize: none;
  height: 195px;
}

.form_row input:focus + label,
.form_row input:valid + label,
.form_row textarea:focus + label,
.form_row textarea:valid + label {
  transform: translateY(-58px);
  margin-left: 0;
  font-size: 13px;
  font-weight: 400;
  outline: 0;
  border-color: #DA4D50;
}

.form_row label {
  position: absolute;
  left: 0;
  color: #999;
  font-size: 17px;
  font-weight: 700;
  transform: translateY(-42px);
  transition: all 0.2s ease;
}

.form_row.text label {
  transform: translateY(-188px);
}

.form_row.text textarea:focus + label,
.form_row.text textarea:valid + label {
  transform: translateY(-204px);
}
/* 
.form {
  padding-top: 55px;
} */

.form h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 35px;
}

.file_upload {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.file_upload input[type="file"] {
  display: none;
}

.file_upload label {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #3f9fd5;
  cursor: pointer;
  padding: 10px 0;
}

.file_upload label span {
  display: inline-block;
}

.file_upload label span:before {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../images/file-icon.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  vertical-align: middle;
  margin-right: 10px;
}

.filename {
  display: none;
  width: 100%;
  background: none;
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: clip;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer {
  font-size: 15px;
  color: #999;
  text-align: center;
  padding: 50px 0 25px 0;
}

/*   iframe modal   */

#iframe_modal {
  max-width: 900px;
  width: 90% !important;
  display: none;
}

#iframe_modal .content_iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  background: #000;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#iframe_modal .content_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#iframe_modal .b-close {
  position: absolute;
  right: -11px;
  top: -40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

#iframe_modal .b-close:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  margin: -7px 0 0 -7px;
  background: url("../images/close-video.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  opacity: .7;
  content: '';
}

#iframe_modal .b-close:hover {
  opacity: 1;
}

video {
  width: 100%;
  height: 100%;
}

.popup {display: none;width:100%;min-height:100%;background-color: rgba(0,0,0,0.5);overflow:hidden;position:fixed;top:0px;z-index: 9999;}
.popup-title {font-size: 21px;text-align: center;}
.popup.thank-you .popup-title {margin-top: 40px;}
.popup-container {width:320px;margin: auto;padding: 10px;font-size: 30px;background-color: #ffffff;position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.popup.thank-you .popup-container {height: 200px;}
.popup-head .close {margin-left: auto;display: block;background: 0;border: 0;}