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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

body {
  color: #fff;
  height: 100%;
  font-size: 14px;
  width:100%;
  overflow-x: hidden;
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

p {
  font-size: 16px;
  line-height: 22px;
}

a {
  text-decoration: none;
  color: #fff;
}

h1 {
  font-size: 44px;
  font-weight: 700;
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

h2 {
  font-size: 39px;
  color: #E69E62;
  font-weight: 700;
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

h3 {
  font-size: 27px;
  color: #000;
  font-weight: 400;
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

h4 {
  font-size: 21px;
  color: #000;
  font-weight: 400;
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

h5 {
  color: #FF5B36;
  font-size: 24px;
  font-weight: 400;
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

h6 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

ul {
  list-style: none;
}

li {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.error {
  border-color: #D7244C;
}

.main-wrap {
  height: 100%;
  width: 100%;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}

.container.extended {
  max-width: 1300px;
}

.hide {
  display: none!important;
}

.hidden {
    display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  height: 75px;
  width: 100%;
  z-index: 9;
  line-height: 70px;
}

header.active ,
.mobile-menu.show{
    background: rgba(51,51,51,1);
}

.socials {
  width: 13%;
  float: left;
  margin-right: 25px;
}

.i-insta,
.i-vk,
.i-fb {
  display: inline-block;
  vertical-align: middle;
  width: 43px;
  height: 48px;
}

.i-insta {
  background: url(../images/in-button.png) no-repeat;
}

.i-vk {
  background: url(../images/vk-button.png) no-repeat;
}

.i-fb {
  background: url(../images/fb-button.png) no-repeat;
}

.phone {
  background: rgba(0, 0, 0, 0.8) url(../images/phone.png) no-repeat 4% 50%;
  border-radius: 4px;
  float: right;
  width: 18%;
  line-height: 20px;
  font-size: 23px;
  margin-top: 18px;
  letter-spacing: 1px;
  padding: 8px 10px 12px 30px;
}

nav {
  float: left;
  margin-top: 6px;
  width: 62%;
}
nav a {
  color: #fff;
  font-size: 15px;
  padding: 13px 13px;
}
nav a:hover {
  background: rgba(0, 0, 0, 0.3);
}
nav a.active {
  background: rgba(0, 0, 0, 0.3);
  font-weight: 700;
}

.icon-holder {
  width: 36px;
  height: 25px;
  cursor: pointer;
  z-index: 9;
  position: absolute;
  right: 30px;
  margin-left: -18px;
  top: 18px;
  display: none;
}
.icon-holder.active span:first-child {
  -webkit-transform: translateY(250%) rotate(45deg);
  transform: translateY(250%) rotate(45deg);
}
.icon-holder.active span:nth-child(2) {
  background: transparent;
}
.icon-holder.active span:last-child {
  -webkit-transform: translateY(-200%) rotate(-45deg);
  transform: translateY(-200%) rotate(-45deg);
}
.icon-holder span {
  display: block;
  width: 36px;
  height: 4px;
  background: #f5f5f5;
  border-radius: 2px;
  margin-bottom: 5px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile-menu {
  position: absolute;
  left: 0;
  top: 60px;
  background: rgba(0, 0, 0, 0.75);
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-menu nav {
  width: 50%;
  float: none;
  margin: 0 auto;
  display: block;
}
.mobile-menu a {
  display: block;
  line-height: 20px;
}
.mobile-menu.show {
  visibility: visible;
  height: 60px;
  opacity: 1;
}

.top-section {
  background: url(../images/main.jpg) center center;
  background-size: cover;
  height: auto !important;
  position: relative;
  min-height: 100%;
}
.top-section img {
  width: 100%;
}

.person-name {
    padding: 25% 0;

    position: relative;
}
.person-name h1 {
  color: #000;
  display: inline-block;
  position: relative;
}
.person-name span {
  color: #000;
  text-align:center;
  font-size: 26px;
  font-weight: 400;
  display: block;
}
.person-name h1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 170px;
  height: 4px;
  background: #000;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.black {
  z-index: 12;
  background: #000 url(../images/img2.jpg) no-repeat left center;
  background-size: contain;
}

.person-desc {
  max-width: 500px;
  text-align: center;
  position: relative;
  float: right;
  margin-right:24%;
  padding: 50px 0;
}

.person-desc p {
    text-align: left;   
}
.person-desc span {
  display: block;
  font-size: 22px;
  font-weight: 400;
}
.person-desc h2 {
  margin-bottom: 80px;
  position: relative;
}
.person-desc h2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 125px;
  height: 3px;
  background: #E69E62;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.facts {
  padding-bottom: 60px;
}
.facts figure {
  margin-right: 15px;
}

.container h3, .container h4 {
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin:70px 0;
}
.facts .w-33 {
  width:25%;
}

.w-33 {
  width: 33%;
  float: left;
}
.w-33 p {
  color: #000;
  font-size: 15px;
  float: left;
  width:55%;
}
.w-33 figure {
  float: left;
  width: 30%;
}

.gallery .w-33 a {
  display: inline-block;
}
.gallery .w-33 {
    margin:0 4px 3px 0;
}

.gallery .w-33:nth-child(3n+3) {
  margin-right:0;
}
.gallery img {
  width:100%;
  max-width:430px;
  max-height: 300px;
}


.gallery .button-section {
    margin-bottom: 20px;
    border:none;
}


.gray {
  background: #eee;
}

.button-section {
  padding: 30px 0;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.btn-primary {
  display: inline-block;
  background: #FF7353;
  border-radius: 5px;
  text-align: center;
  padding: 10px 15px;
  color: #fff;
  line-height: 18px;
  text-align: center;
  font-size: 15px;
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
  position: relative;
}
.btn-primary:hover {
      background:#FF5B36;
}

.bonus-block {
  background: #000 url(../images/bonus-img.jpg) no-repeat;
}
.bonus-block h3 {
  color: #E69E62;
  margin-bottom:60px;
  text-align: center;
  position: relative;
  font-size: 39px;
  line-height: 37px;
  font-weight: 700;
}
.bonus-block h3:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 125px;
  height: 3px;
  background: #E69E62;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bonus-block .person-desc {
  text-align: left;
}
.bonus-block .w-50 {
  width: 49%;
  margin-right: 2%;
}
.bonus-block .w-50:last-child {
  margin-right: 0;
}

.w-50 {
  float: left;
  width: 50%;
}
.w-50 iframe {
  width: 100%;
}

.text {
  margin-bottom: 60px;
}

.video-thumbs .w-50 {
  margin-bottom: 20px;
}
.video-thumbs .btn-primary {
  padding: 10px 50px;
}

.news {
  margin-bottom: 40px;
}

.news article {
  width: 22.7%;
  float: left;
  margin-right: 3%;
  min-height: 360px;
}
.news article:last-child {
  margin-right: 0;
}
.news figure {
  width: 100%;
  overflow: hidden;
}
.all-news img,
.news figure img {
    width: 100%;
    max-width:260px;
    max-height: 180px;
}
.news figure img:hover {
  opacity: .9;
}
.news p {
  color: #777;
  text-align: left;
  font-size: 15px;
  margin-bottom: 10px;
}
.news a {
  color: #FF5B36;
  font-size: 15px;
  width:100%;
  font-style: italic;
}
.news a:hover {
    text-decoration: underline;
}

.news h6  {
    padding: 15px 0;
    height: 40px;
    overflow: hidden;
}

.news h6 a {
    color:#000;
    font-size: 18px;
    font-style: normal;
}

.all-news article {
      margin-bottom: 15px;
}

.all-news article:nth-child(4) {
      margin-right: 0;
}




.clients-block {
  position: relative;
  min-height: 740px;
  background:url(../images/clients.jpg) no-repeat center top;
  background-size: cover;
}

.clients {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.clients figure {
  width: 5%;
  padding:5px 22px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.clients figure img {
    max-width: 100%;    
}
.form-block-header {
  text-align: center;
  margin-bottom: 60px;
}
.form-block-header a {
  color: #000;
  font-size: 40px;
}
.form-block-header p {
  color: #000;
  font-size: 20px;
  margin-bottom: 30px;
}

.form-block {
  padding: 80px 15px;
}
.form-block h5 {
  display: block;
  margin: 30px 0;
}
.form-block .w-50 {
  width: 45%;
}
.form-block .w-50:first-child {
  padding-right: 30px;
}

label {
  color: #999;
  padding-left: 10px;
  margin-bottom: 5px;
  display: block;
  font-size: 15px;
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
  color: #000;
  font-size: 15px;
  padding: 7px;
  display: block;
  width: 97%;
  outline: none;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  font-family:Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}
input[type="text"]:hover, input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
textarea:hover,
textarea:focus {
  border: 1px solid #6b6b6b;
}

input[type].error {
  border-color: #D7244C;
}

label.red {
  color:#D7244C;
}

textarea {
  height: 155px;
  resize: none;
  font-style: italic;
}

fieldset div {
  width: 100%;
  margin-bottom: 15px;
}
fieldset div:last-child {
  margin-bottom: 0;
}

.form-holder {
  width: 52%;
  margin: 0 auto;
}

.form-button {
  text-align: center;
}
.form-button button {
  border: none;
  outline: none;
  text-transform: uppercase;
  padding: 10px 50px;
  cursor: pointer;
  margin-top: 40px;
}

/* Video */
.video-50 {
  margin-bottom: 50px;
}
.video-50 div {
  width: 48.5%;
  float: left;
  margin: 0 1.5% 1.5% 0;
}
.video-50 div:nth-child(2n+2) {
  margin-right: 0;
}

.padding-top {
  padding-top: 55px;
  padding-bottom: 55px;
}

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

.iframe-holder {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.iframe-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* photo */
.photo-30 {
  margin-bottom: 50px;
}
.photo-30 div {
  width: 32.5%;
  margin: 0 3px 3px 0;
}
.photo-30 div img {
  width: 100%;
}
.photo-30 div:nth-child(3n+3) {
  margin-right: 0;
}

/* Single-post */
.single-post {
    max-width: 700px;
    margin:0 auto;
}
.single-post img {
    width:100%;
}
.single-post p{
    color:#777;
    font-size:15px;
    line-height: 21px;
    text-align: center;
}

.post-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-top: 10px;
}

.post-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*     margin:40px auto;
width:770px;
height: 470px;
max-width:100%;
display: block; */
}

.photo-block  {
    margin-bottom: 50px;
}

.photo-block a{
    float:left;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.photo-block a:nth-child(4n+4) {
    margin-right: 0;
}

.photo-block img {
    width:100%;
    max-width:183px;
    max-height: 140px;
}

.success-msg,
.error-msg {
    background:#64bb5e;
    border-radius: 4px;
    width:250px;
    padding: 10px 20px;
    margin:20px auto 0;
    color:#fff;
    text-align: left;
}

.success-msg {
    width:220px;    
}

.error-msg {
    background:#d64a4a;
    line-height: 44px;
    width:300px;
}

.error-msg  span,
.success-msg span {
    float:left;
    margin-right: 10px;
}

.error-msg p,
.success-msg p {
    display: inline-block;
}