@charset "UTF-8";
/*
Theme URI: http://fl.ru/users/web-magic/
Description: 
Version: 1.0.0
Author: Alex Wordpress
Author URI: http://fl.ru/users/web-magic/
*/
/* -----------------------------------------------------------
		Base settings
-------------------------------------------------------------- */
a.button24 {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 1em 2em;
  
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #FDBE33 #000 #D77206;
  border-radius: 6px;
  background: linear-gradient(#F3AE0F, #E38916) #E38916;
  transition: 0.2s;
} 
a.button24:hover { background: linear-gradient(#f5ae00, #f59500) #f5ae00; }
a.button24:active { background: linear-gradient(#f59500, #f5ae00) #f59500; }



sup {
  vertical-align: super;
  font-size: 0.6em;
}

sub {
  vertical-align: sub;
  font-size: 0.6em;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.cf:before, .num-title:before, .tabs-block .tab-content:before, .section .container:before, .wp-content:before,
.cf:after,
.num-title:after,
.tabs-block .tab-content:after,
.section .container:after,
.wp-content:after {
  content: " ";
  /* 1 */
  display: table;
}

.cf:after, .num-title:after, .tabs-block .tab-content:after, .section .container:after, .wp-content:after {
  clear: both;
}

.cf, .num-title, .tabs-block .tab-content, .section .container, .wp-content {
  *zoom: 1;
}

ul {
  list-style: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

body, html {
  width: 100%;
}

img {
  vertical-align: bottom;
}

body {
  color: #000;
  font-size: 16px;
  line-height: 1.25;
  font-weight: normal;
  font-family: "Open Sans", Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
}

input,
textarea {
  font-family: "Open Sans", Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
}

input.watermark,
textarea.watermark {
  color: #858484;
}

*::-webkit-input-placeholder {
  color: #858484;
}

*:-moz-placeholder {
  color: #858484;
}

a {
  color: #0f7cce;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.hidden {
  display: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.justificator {
  display: inline-block !important;
  font-size: 0 !important;
  height: 0 !important;
  width: 100% !important;
}

.items {
  font-size: 0;
  clear: both;
}

.aright {
  text-align: right;
}

.s-title {
  color: #2b2a33;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
}
.s-title span {
  color: #cd2027;
}
.s-title.st2 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 40px;
}
.s-title.st3 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.s-title.st4 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 40px;
  margin-top: -10px;
  text-transform: uppercase;
}
.dark .s-title {
  color: #fff;
}
@media screen and (max-width: 779px) {
  .s-title {
    font-size: 22px;
  }
  .s-title.st2 {
    font-size: 25px;
  }
  .s-title.st3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 449px) {
  .s-title {
    font-size: 20px;
  }
  .s-title.st2 {
    font-size: 22px;
  }
  .s-title.st3 {
    font-size: 22px;
  }
}

.s-subtitle {
  color: #2b2a33;
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: -20px;
}
.dark .s-subtitle {
  color: #fff;
}
@media screen and (max-width: 779px) {
  .s-subtitle {
    font-size: 19px;
  }
}
@media screen and (max-width: 449px) {
  .s-subtitle {
    font-size: 17px;
  }
}

.page-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (min-width: 780px) and (max-width: 1169px) {
  .page-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 779px) {
  .page-title {
    font-size: 24px;
  }
}

.page-content {
  margin-bottom: 30px;
}

.list-1 {
  display: table;
  margin-bottom: 11px;
}
.list-1 .num {
  display: table-cell;
}
.list-1 .num span {
  background: #cd2027;
  color: #fff;
  display: inline-block;
  width: 68px;
  height: 68px;
  line-height: 68px;
  font-size: 48px;
  text-align: center;
}
.list-1 .text {
  display: table-cell;
  font-size: 30px;
  font-weight: 300;
  color: #221e1e;
  padding-left: 30px;
  vertical-align: middle;
}
@media screen and (max-width: 779px) {
  .list-1 .num span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
  }
  .list-1 .text {
    font-size: 20px;
    padding-left: 15px;
  }
}

.list-2 {
  display: table;
  margin-bottom: 30px;
  margin-left: 12px;
}
.list-2 .num {
  display: table-cell;
}
.list-2 .num span {
  background: #221e1e;
  color: #fff;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  border-radius: 50%;
}
.list-2 .text {
  color: #221e1e;
  display: table-cell;
  font-size: 22px;
  padding-left: 38px;
  vertical-align: middle;
}
.list-2.red .num span {
  background: #cd2027;
}
@media screen and (max-width: 779px) {
  .list-2 {
    margin-left: 0;
  }
  .list-2 .num span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .list-2 .text {
    padding-left: 15px;
    font-size: 17px;
  }
}

.list-3 {
  display: table;
  margin-bottom: 15px;
  margin-left: 12px;
}
.list-3 .num {
  display: table-cell;
}
.list-3 .num span {
  background: #cd2027;
  color: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
}
.list-3 .text {
  color: #221e1e;
  display: table-cell;
  font-size: 20px;
  padding-left: 28px;
  vertical-align: middle;
}
.dark .list-3 .text {
  color: #fff;
}
@media screen and (max-width: 779px) {
  .list-3 {
    margin-left: 0;
  }
  .list-3 .num span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .list-3 .text {
    padding-left: 15px;
    font-size: 17px;
  }
}

.num-title {
  border-bottom: 1px solid #cd2027;
  background: transparent url("../img/num-title-arrow.png") right 8px bottom 15px no-repeat;
  margin-bottom: 45px;
  position: relative;
}
.num-title .num {
  color: #cd2027;
  font-size: 90px;
  line-height: 1;
  font-weight: 800;
  float: left;
  padding-left: 18px;
}
.num-title .title {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  width: 82.46%;
  margin: 0 auto;
  padding-top: 35px;
}
.num-title.white {
  background-image: url("../img/num-title-arrow-white.png");
}
.num-title.white .title {
  color: #fff;
}
@media screen and (max-width: 779px) {
  .num-title {
    min-height: 45px;
  }
  .num-title .num {
    font-size: 40px;
    padding-left: 0;
    position: absolute;
    left: 0;
    bottom: 1px;
  }
  .num-title .title {
    font-size: 24px;
    padding-top: 10px;
    width: 75%;
  }
}
@media screen and (max-width: 449px) {
  .num-title .title {
    font-size: 20px;
  }
}

.block-more {
  margin-bottom: 50px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.block-more .top {
  font-size: 18px;
  line-height: 1.17;
  text-transform: uppercase;
  color: #cd2027;
  text-align: center;
  margin-bottom: 7px;
  border: 1px solid #dbdbdb;
  padding: 23px;
}
.block-more .thumb {
  position: relative;
  min-height: 53px;
  display: block;
}
.block-more .thumb .more {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  line-height: 1.28;
  text-transform: uppercase;
  padding: 15px 68px 15px 15px;
  text-align: center;
}
.block-more .thumb .more:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #cd2027 url("../img/more-arrow.png") center no-repeat;
  width: 53px;
  height: 100%;
}
.block-more a.thumb:hover img {
  opacity: 0.9;
}
.block-more .title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}
.block-more.b1 .thumb {
  margin-bottom: 25px;
  position: relative;
  margin-left: 8px;
}
.block-more.b1 .thumb img {
  position: relative;
  z-index: 10;
}
.block-more.b1 .thumb .more {
  background: rgba(0, 0, 0, 0.55);
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  text-align: right;
  padding: 13px 61px 13px 15px;
  z-index: 11;
}
.block-more.b1 .thumb .more:after {
  width: 46px;
}
.block-more.b1 .thumb:before {
  content: '';
  z-index: 5;
  position: absolute;
  top: -7px;
  left: -7px;
  width: 143px;
  height: 143px;
  border: 1px solid #cd2027;
}
.block-more.b1 .title {
  font-size: 24px;
  font-weight: 300;
  text-transform: none;
}
@media screen and (max-width: 449px) {
  .block-more.b1 .title {
    font-size: 19px;
  }
}

.block-text {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.block-text .top {
  background: rgba(46, 46, 49, 0.8);
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.17;
  padding: 2.19%;
  font-weight: 300;
  text-align: center;
}
.block-text .top.dark {
  background: #2e2e31;
}
.block-text .body {
  background: #fff;
  padding: 25px 7.55% 65px;
}
.block-text .title {
  color: #221e1e;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.block-text .subtitle {
  color: #221e1e;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 45px;
}
.block-text .text {
  color: #222;
  font-size: 16px;
  line-height: 1.7;
}
.block-text .bottom {
  text-align: center;
}
.block-text.b2 .body {
  padding: 0;
}
@media screen and (max-width: 779px) {
  .block-text .top {
    font-size: 24px;
  }
  .block-text .body {
    padding-bottom: 30px;
  }
  .block-text .title {
    font-size: 20px;
  }
  .block-text .subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .block-text .text {
    line-height: 1.5;
  }
}

.variant {
  margin-bottom: 45px;
}
.variant .top {
  background: #cd2027;
  color: #fff;
  text-align: center;
  width: 87px;
  height: 87px;
  margin: 0px auto -38px;
  position: relative;
  z-index: 20;
}
.variant .top .num {
  font-size: 60px;
  line-height: 1;
  font-weight: 800;
}
.variant .top .word {
  font-size: 14px;
}
.variant .body {
  border: 1px solid #d7d7d7;
  padding: 60px 20px 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.variant .text {
  color: #222;
  font-size: 16px;
  line-height: 1.7;
}
.variant .text p {
  margin-bottom: 20px;
}
.variant .text a {
  color: #cd2027;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px dotted #cd2027;
}
.variant .text a:hover {
  border-color: transparent;
}
.variant .text hr {
  display: block;
  width: 100%;
  border: none;
  height: 1px;
  background: #d7d7d7;
}
.variant .bottom {
  text-align: center;
}
@media screen and (min-width: 780px) and (max-width: 1169px) {
  .variant .body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .variant .text {
    font-size: 14px;
  }
}

.tabs-block .tab {
  cursor: pointer;
}
.tabs-block .tab-content {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tabs-block .tab-content.active {
  display: block;
}
.tabs-block.bt1 > .tabs {
  display: table;
  width: 100%;
  margin-bottom: 34px;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tabs-block.bt1 > .tabs > .tab {
  max-width: 33%;
  display: table-cell;
  color: #cd2027;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  text-align: center;
  padding: 26px 10px;
  margin-bottom: 15px;
  margin-right: 23px;
  border: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tabs-block.bt1 > .tabs > .tab.active {
  color: #fff;
  background: #cd2027;
  border-color: #cd2027;
}
.tabs-block.bt1 > .tab-content {
  padding: 0 13px 13px;
}
.tabs-block.bt1 > .tab-content.active.vam {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 449px) {
  .tabs-block.bt1 > .tabs > .tab {
    font-size: 13px;
    padding: 15px 7px;
  }
}
.tabs-block.bt2 > .tabs {
  width: 28%;
  float: left;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tabs-block.bt2 > .tabs > .tab {
  min-height: 122px;
  color: #222;
  font-size: 16px;
  text-decoration: none;
  padding: 8% 9%;
  margin-top: -1px;
  border: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabs-block.bt2 > .tabs > .tab.active {
  color: #cd2027;
  border-color: #cd2027;
  position: relative;
  z-index: 11;
}
.tabs-block.bt2 > .tab-content {
  color: #222;
  width: 60%;
  float: left;
  margin-left: 7%;
  font-size: 16px;
  line-height: 1.7;
  padding-top: 40px;
}
@media screen and (min-width: 1170px) {
  .tabs-block.bt2 > .tabs > .tab.active:before {
    content: '';
    position: absolute;
    left: 99.99%;
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 61px 0 61px 65px;
    border-color: transparent transparent transparent #cd2027;
  }
  .tabs-block.bt2 > .tabs > .tab.active:after {
    content: '';
    position: absolute;
    left: 99.99%;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 60px 64px;
    border-color: transparent transparent transparent #fff;
  }
}
@media screen and (min-width: 780px) and (max-width: 1169px) {
  .tabs-block.bt2 > .tabs > .tab {
    font-size: 14px;
  }
  .tabs-block.bt2 > .tabs > .tab.active:before {
    border-width: 61px 0 61px 30px;
  }
  .tabs-block.bt2 > .tabs > .tab.active:after {
    border-width: 60px 0 60px 29px;
  }
}
@media screen and (max-width: 779px) {
  .tabs-block.bt2 > .tabs {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .tabs-block.bt2 > .tabs > .tab {
    display: inline-block;
    min-height: 0;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 13px;
  }
  .tabs-block.bt2 > .tab-content {
    padding-top: 0;
    float: none;
    width: 100%;
    margin-left: auto;
    line-height: 1.7;
  }
}

.zslider-1 {
  position: relative;
  padding-left: 64px;
  padding-right: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 958px;
}
.zslider-1 .zslide {
  margin: 0 0px 0;
  text-align: center;
}
.zslider-1 .title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 22px;
  width: 100%;
}
.zslider-1 img {
  margin-left: auto;
  margin-right: auto;
}
.zslider-1 .prev,
.zslider-1 .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 64px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.zslider-1 .prev {
  background-image: url(../img/arrow-left.png);
  left: 0px;
  background-position: left center;
}
.zslider-1 .next {
  background-image: url(../img/arrow-right.png);
  right: 0px;
  background-position: right center;
}
.zslider-1 .slick-dots {
  text-align: center;
  padding-top: 25px;
}
.zslider-1 .slick-dots li {
  cursor: pointer;
  font-size: 0;
  background: #bebebe;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 0px 10px;
  border: 3px solid #fff;
  border-radius: 50%;
}
.zslider-1 .slick-dots li.slick-active {
  background: #cd2027;
}
.zslider-1 .slick-dots button {
  display: none;
}
@media screen and (max-width: 779px) {
  .zslider-1 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .zslider-1 .title {
    font-size: 14px;
  }
  .zslider-1 .prev,
  .zslider-1 .next {
    width: 32px;
  }
}

.video {
  display: block;
  max-width: 638px;
  background: #000;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.63);
  box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.63);
}
.video img {
  position: relative;
  opacity: 0.55;
  z-index: 20;
}
.video:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: -20px;
  left: -20px;
  width: 92px;
  height: 92px;
  border-top: 8px solid #cd2027;
  border-left: 8px solid #cd2027;
}
.video:after {
  content: '';
  display: block;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../img/play2.png") center no-repeat;
}
.video:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 449px) {
  .video:after {
    background-size: 70px;
  }
}

.testimonials {
  font-size: 0;
  text-align: center;
}
.testimonials .testimonial {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  width: 228px;
  margin: 0 15px 30px;
}
.testimonials .testimonial .img {
  background: transparent url("../img/frame.png") center no-repeat;
  width: 228px;
  height: 316px;
}
.testimonials .testimonial .img .inner {
  width: 193px;
  height: 270px;
  padding: 13px 0 20px 22px;
  overflow: hidden;
}
.testimonials .testimonial .title {
  margin: -10px 5px 0 10px;
  font-size: 16px;
  text-align: center;
}

.zscroll table {
  min-width: 750px;
}

iframe {
  max-width: 100%;
}

.fancybox-nav span {
  visibility: visible;
}

.fancybox-close {
  background: url("../img/popup-close.png") center no-repeat;
  top: -32px;
  right: -32px;
}

/* -----------------------------------------------------------
	Forms
-------------------------------------------------------------- */
a.button,
.button {
  background: #cd2027;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  max-width: 100%;
  min-width: 180px;
  padding: 20px 35px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a.button:hover,
.button:hover {
  background: #b71d23;
}
a.button.b2,
.button.b2 {
  padding: 17px 35px 17px;
  border: 3px solid #cd2027;
  background: transparent;
}
a.button.b2:hover,
.button.b2:hover {
  background: rgba(205, 32, 39, 0.3);
}
a.button.b3,
.button.b3 {
  background: #fff;
  color: #cd2027;
  border: 1px solid #cd2027;
  font-size: 13px;
  line-height: 1.23;
  font-weight: 600;
  padding: 10px 13px;
  min-width: 0;
}
a.button.b3:hover,
.button.b3:hover {
  color: #fff;
  background: #cd2027;
}
@media screen and (max-width: 779px) {
  a.button,
  .button {
    padding: 17px 20px;
  }
}

form {
  clear: both;
  font-size: 0;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
form input, form textarea {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  width: 100%;
  border: 1px solid #e0e0e0;
  background: #f2f2f2;
  padding: 13px 20px;
  margin: 0 0px 9px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form input[type='checkbox'] {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}
form textarea {
  resize: vertical;
  height: 76px;
}
form .button {
  margin-top: 2px;
}
form .file-upload {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 9px;
  text-align: left;
}
form .file-upload .button {
  display: block;
  cursor: pointer;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 0;
}
form .file-upload mark {
  color: #787878;
  display: block;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.14;
  padding: 11px 0;
  font-weight: 600;
  vertical-align: middle;
}
form .file-upload input[type='file'] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
form .file-upload .file-info {
  font-size: 13px;
  margin-top: 3px;
  font-weight: bold;
  color: #cd2027;
  display: block;
}
form .file-upload.focus .button {
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 30, 255, 0.5);
  box-shadow: 0 0 3px 1px rgba(0, 30, 255, 0.5);
}

div.wpcf7 {
  max-width: 268px;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7-form-control-wrap {
  margin-bottom: 24px;
  position: relative;
}

.wpcf7-not-valid {
  border-color: #c00;
}

span.wpcf7-not-valid-tip {
  display: none;
}

div.wpcf7-response-output {
  font-size: 15px;
  line-height: 1.25;
  color: #000;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  margin: 11px auto 0;
  padding: 7px 15px;
  display: none;
  clear: both;
}

.wpcf7-acceptance {
  color: #666;
  font-size: 12px;
}

span.wpcf7-list-item {
  margin: 0;
}

.ajax-loader {
  position: absolute;
  bottom: 30px;
  right: -20px;
  background: transparent;
}

.popup-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 768px;
  padding: 25px 30px;
  color: #222;
  font-size: 16px;
  line-height: 1.7;
}
.popup-text p {
  margin-bottom: 24px;
}
.popup-text p:last-child {
  margin-bottom: 0;
}

.form {
  background: #fff;
  padding: 40px 10px 50px;
  width: 360px;
  max-width: 100%;
  margin: 0px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form .title {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}
.form .subtitle {
  text-align: center;
  color: #787787;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}
.form .inner {
  width: 268px;
  margin: 0 auto;
}

html {
  background: #fff;
}

body {
  position: relative;
}

.section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  clear: both;
  padding: 0px;
  max-width: 1920px;
}

.section .container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0px 0px;
  width: 100%;
}
.section .container:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 780px) and (max-width: 1169px) {
  .section .container {
    width: 780px;
  }
}
@media screen and (min-width: 1170px) {
  .section .container {
    width: 1170px;
  }
}

.s-first {
  background: transparent url("../img/first-bg.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.s-first > .container {
  padding-top: 100px;
  padding-bottom: 78px;
}
.s-first .title {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.68);
}
.s-first .offer {
  background: rgba(34, 30, 30, 0.85);
  padding: 20px 30px 30px;
  margin: 0 auto;
}
.s-first .subtitle {
  font-size: 23px;
  font-weight: 800;
  text-transform: uppercase;
}
.s-first .where {
  font-size: 21px;
  margin-bottom: 30px;
  color: #ffb3b6;
}
.s-first .text {
  font-size: 21px;
  margin-bottom: 30px;
}
@media screen and (max-width: 449px) {
  .s-first > .container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .s-first .title {
    font-size: 23px;
  }
  .s-first .subtitle {
    font-size: 20px;
  }
  .s-first .where {
    font-size: 18px;
  }
  .s-first .text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1170px) {
  .s-first > .container {
    padding-top: 100px;
    padding-bottom: 78px;
  }
  .s-first .title {
    font-size: 45px;
  }
  .s-first .subtitle {
    font-size: 36px;
    margin-bottom: 7px;
  }
  .s-first .where {
    font-size: 36px;
    margin-bottom: 45px;
  }
  .s-first .text {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .s-first .offer {
    width: 71.05%;
  }
}

.s-top {
  background: rgba(19, 19, 22, 0.7);
  color: #fff;
  line-height: 58px;
}
.s-top .container {
  position: relative;
}
.s-top .logo {
  float: left;
  line-height: 1.25;
  background: #cd2027;
  padding: 7px 25px 9px;
  margin-right: 30px;
}
.s-top .logo .name {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.s-top .logo .description {
  font-size: 14px;
}
.s-top .cities {
  float: left;
  font-size: 14px;
  line-height: 1.25;
  padding-top: 18px;
  height: 58px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.s-top .cities .current-city {
  cursor: pointer;
  margin-left: 13px;
  border-bottom: 1px dotted #fff;
}
.s-top .cities-list {
  display: none;
  z-index: 40;
  text-align: left;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 5px 15px;
  background: #221e1e;
  background: rgba(34, 30, 30, 0.98);
  color: #fff;
  -webkit-columns: 150px auto;
  columns: 150px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.s-top .cities-list.open {
  display: block;
}
.s-top .cities-list .city-item {
  cursor: pointer;
  display: inline-block;
  max-width: 150px;
  width: 100%;
  font-size: 14px;
  margin: 5px 10px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.s-top .cities-list .city-item.selected {
  background: #cd2027;
  color: #fff;
}
.s-top .right {
  text-align: right;
}
.s-top .contacts {
  line-height: 1.25;
  text-align: left;
  display: inline-block;
  padding-left: 30px;
  margin-left: 25px;
  position: relative;
  top: 11px;
  background: transparent url("../img/icon-tel.png") left top 2px no-repeat;
}
.s-top .contacts .tel {
  font-size: 25px;
}
.s-top .contacts .info {
  font-size: 12px;
}
.s-top .contacts .info span {
  color: #cd2027;
}
.s-top .actions {
  display: inline-block;
}
.s-top.fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(19, 19, 22, 0.9);
}
.admin-bar .s-top.fixed {
  top: 32px;
}
@media screen and (max-width: 1169px) {
  .s-top .left {
    width: 50%;
  }
  .s-top .right {
    width: 50%;
  }
}
@media only screen and (max-width: 510px) {
  .s-top .left {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .s-top .right {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .s-top .logo {
    float: none;
    margin-right: 0;
  }
  .s-top .cities {
    text-align: center;
    float: none;
  }
  .s-top .contacts {
    margin-left: 15px;
    margin-right: 15px;
  }
  .s-top.fixed .left {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
  .s-top.fixed .right {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
  .s-top.fixed .cities {
    text-align: left;
    padding-top: 7px;
  }
  .s-top.fixed .current-city {
    display: block;
    margin-left: 0;
  }
  .s-top.fixed .button {
    min-width: 0;
  }
  .s-top.fixed .logo {
    display: none;
  }
  .s-top.fixed .contacts {
    display: none;
  }
}

.s-price {
  background: #221e1e;
  background: -webkit-gradient(linear, left top, right top, from(#221e1e), to(#584e4e));
  background: linear-gradient(to right, #221e1e 0%, #584e4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF221E1E', endColorstr='#FF584E4E',GradientType=1 );
}
.s-price .container {
  padding-top: 40px;
  padding-bottom: 30px;
}
.s-price.dark .wp-content {
  color: #fff;
}
@media screen and (max-width: 779px) {
  .s-price .text1 {
    margin-bottom: 30px;
    text-align: center;
  }
}

.s-benefits .container {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (max-width: 779px) {
  .s-benefits .text1 {
    margin-bottom: 30px;
    text-align: center;
  }
}

.s-questions {
  background: transparent url("../img/questions-bg.jpg") center top no-repeat;
  border-bottom: 1px solid #e3e3e3;
}
.s-questions .container {
  padding-top: 75px;
}
.s-questions .questions {
  margin-bottom: 40px;
}

.s-question-1 {
  border-bottom: 1px solid #e3e3e3;
}
.s-question-1 .container {
  padding-top: 35px;
}

.s-project {
  background: transparent url("../img/project-bg.jpg") center top no-repeat;
  background-size: cover;
}
.s-project .container {
  padding-top: 60px;
  padding-bottom: 65px;
}

.s-materials {
  background: transparent url("../img/materials-bg.jpg") center no-repeat;
  background-size: cover;
}
.s-materials .container {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 1170px) {
  .s-materials .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.s-masters {
  background: transparent url("../img/masters-bg.jpg") center no-repeat;
  background-size: cover;
}
.s-masters .container {
  padding-top: 60px;
  padding-bottom: 65px;
}
.s-masters .block-text .body {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1170px) {
  .s-masters .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.s-question-3 {
  background: transparent url("../img/question-3-bg.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
}
.s-question-3 .container {
  padding-top: 50px;
  padding-bottom: 80px;
}
.s-question-3 .text {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 45px;
}
.s-question-3 .bottom {
  text-align: center;
}

.s-flow .container {
  padding-top: 40px;
}
.s-flow form .button {
  width: auto;
}

.s-precalc .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s-precalc form .button {
  width: auto;
}
@media screen and (max-width: 779px) {
  .s-precalc .text1 {
    text-align: center;
    margin-bottom: 40px;
  }
  .s-precalc .text2 {
    text-align: center;
  }
  .s-precalc .text2 img {
    max-width: 400px;
  }
}
@media screen and (min-width: 780px) {
  .s-precalc div.wpcf7 {
    margin-left: 0;
  }
}

.s-itog {
  background: transparent url("../img/itog-bg.jpg") center no-repeat;
  background-size: cover;
}
.s-itog .container {
  padding-top: 45px;
  padding-bottom: 25px;
}
.s-itog .s-title {
  font-size: 26px;
  text-align: left;
}
@media screen and (max-width: 779px) {
  .s-itog .s-title {
    font-size: 20px;
  }
}

.s-whoweare .container {
  padding-top: 65px;
  padding-bottom: 35px;
}
.s-whoweare .text {
  color: #222;
  font-size: 16px;
  line-height: 1.7;
  padding-top: 10px;
}
.s-whoweare p {
  margin-bottom: 24px;
}
@media screen and (max-width: 779px) {
  .s-whoweare .img {
    text-align: center;
  }
  .s-whoweare img {
    max-height: 200px;
    width: auto;
  }
}

.s-video {
  background: transparent url("../img/video-bg.jpg") center no-repeat;
  background-size: cover;
}
.s-video .container {
  padding-top: 40px;
  padding-bottom: 59px;
}

.s-testimonials {
  border-bottom: 1px solid #e3e3e3;
}
.s-testimonials .container {
  padding-top: 45px;
  padding-bottom: 25px;
}

.s-gallery .container {
  padding-top: 65px;
}
.s-gallery .s-title {
  font-size: 36px;
  font-weight: 300;
}
@media screen and (max-width: 779px) {
  .s-gallery .s-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 449px) {
  .s-gallery .s-title {
    font-size: 24px;
  }
}

.s-footer {
  background: #232325;
  color: #fff;
}
.s-footer .container {
  padding: 20px 0 35px;
}
.s-footer .logo {
  float: left;
  margin-right: 30px;
}
.s-footer .logo .inner {
  background: #cd2027;
  padding: 7px 25px 9px;
  display: inline-block;
}
.s-footer .logo .name {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.s-footer .logo .description {
  font-size: 14px;
}
.s-footer .address {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
  background: transparent url("../img/icon-placemark.png") left top 2px no-repeat;
  width: 260px;
  margin-right: 35px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.s-footer .address .line1 {
  color: #cd2027;
  margin-bottom: 15px;
}
.s-footer .contacts {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding-left: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent url("../img/icon-tel.png") left top 0px no-repeat;
}
.s-footer .contacts .tel {
  font-size: 18px;
  margin-bottom: 11px;
}
.s-footer .contacts .info {
  font-size: 12px;
}
.s-footer .contacts .info span {
  color: #cd2027;
}
.s-footer .actions {
  float: right;
  text-align: right;
}
@media screen and (max-width: 1169px) {
  .s-footer .contacts,
  .s-footer .address,
  .s-footer .logo {
    margin-bottom: 20px;
  }
  .s-footer .address,
  .s-footer .contacts,
  .s-footer .actions {
    margin-left: 7px;
    margin-right: 7px;
  }
  .s-footer .logo {
    margin-right: 10px;
  }
}
@media screen and (max-width: 779px) {
  .s-footer {
    text-align: center;
  }
  .s-footer .logo {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .s-footer .contacts {
    width: 260px;
    padding-left: 40px;
  }
  .s-footer .actions {
    text-align: center;
    display: block;
    float: none;
  }
}

.s-subfooter {
  background: #333337;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}
.s-subfooter a {
  color: #aaa;
}
.s-subfooter .container {
  padding-top: 18px;
  padding-bottom: 18px;
}

/* -----------------------------------------------------------
	Wordpress content
-------------------------------------------------------------- */
.wp-content {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Tables */
}
.wp-content p,
.wp-content pre,
.wp-content ul,
.wp-content ol,
.wp-content dl,
.wp-content address,
.wp-content blockquote {
  margin-bottom: 24px;
}
.wp-content h1 {
  font-size: 32px;
}
.wp-content h2 {
  font-size: 28px;
}
.wp-content h3 {
  font-size: 26px;
}
.wp-content h4 {
  font-size: 24px;
}
.wp-content h5 {
  font-size: 22px;
}
.wp-content h6 {
  font-size: 20px;
}
.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 {
  font-weight: bold;
  margin-bottom: 18px;
}
.wp-content blockquote {
  background: rgba(0, 0, 0, 0.05);
  clear: both;
  padding: 10px 20px;
  position: relative;
}
.wp-content blockquote :last-child {
  margin-bottom: 0px;
}
.wp-content dl {
  padding: 0 5px;
}
.wp-content dt {
  font-style: italic;
  padding-bottom: 5px;
}
.wp-content dd {
  padding-bottom: 10px;
}
.wp-content address {
  margin-left: 25px;
}
.wp-content abbr {
  color: #070;
}
.wp-content acronym {
  border-bottom: 1px dotted #aaa;
}
.wp-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  border: none;
}
.wp-content dl.gallery-item {
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3px !important;
}
.wp-content .gallery {
  margin-bottom: 10px !important;
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.wp-content dl.gallery-item {
  font-size: 15px;
  line-height: 18px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.wp-content .gallery-icon,
.wp-content .gallery-caption {
  margin: 0 auto !important;
  display: block;
  padding-bottom: 0;
}
.wp-content .gallery-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: none !important;
}
.wp-content ul,
.wp-content ol {
  margin-left: 0px;
}
.wp-content ul > li {
  list-style: none;
  padding-left: 0px;
  margin-left: 40px;
  position: relative;
}
.wp-content ul > li:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 8px;
  width: 3px;
  height: 3px;
  border: 2px solid #cd2027;
  border-radius: 50%;
}
.wp-content li ul > li {
  margin-left: 20px;
  padding-left: 0px;
}
.wp-content li ol > li {
  margin-left: 20px;
}
.wp-content ol > li {
  list-style: decimal outside;
  margin-left: 40px;
}
.wp-content li {
  margin-bottom: 6px;
}
.wp-content li ul,
.wp-content li ol {
  margin: 10px 0 10px 0px;
}
.wp-content table {
  color: #787878;
  font-size: 14px;
  line-height: 1.25;
  border: none;
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.wp-content caption {
  margin-bottom: 2px;
  font-weight: bold;
}
.wp-content tbody tr {
  background: #f6f6f6;
}
.wp-content thead tr {
  font-size: 13px;
}
.wp-content th {
  font-weight: bold;
}
.wp-content thead td,
.wp-content thead th {
  text-align: center;
  vertical-align: top;
}
.wp-content thead td,
.wp-content tr th {
  text-align: left;
}
.wp-content td,
.wp-content th {
  padding: 12px 20px 15px;
}
.wp-content tbody td,
.wp-content tbody th {
  vertical-align: middle;
  -webkit-box-shadow: inset 0px -3px 0px 0px #fff;
  box-shadow: inset 0px -3px 0px 0px #fff;
}
.wp-content tbody tr:first-child td, .wp-content tbody tr:first-child th {
  padding-top: 15px;
  -webkit-box-shadow: inset 0px -3px 0px 0px #fff, inset 0px 3px 0px 0px #fff;
  box-shadow: inset 0px -3px 0px 0px #fff, inset 0px 3px 0px 0px #fff;
}
.wp-content .table-scroll {
  margin-bottom: 24px;
}
.wp-content .table-scroll table {
  min-width: 600px;
}
.wp-content > *:last-child {
  margin-bottom: 0 !important;
}

.table1 table td {
  text-align: center;
}
.table1 table tr td:first-child {
  font-weight: bold;
  text-align: left;
}
.table1 table tbody td:nth-child(4) {
  border-left: 1px solid #cd2027;
  border-right: 1px solid #cd2027;
}
.table1 table tbody tr:first-child td:nth-child(4) {
  border-top: 1px solid #cd2027;
}
.table1 table tbody tr:last-child td:nth-child(4) {
  border-bottom: 1px solid #cd2027;
}

/* Alignment */
img.alignleft,
div.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
}

img.alignright,
div.alignright {
  display: inline;
  float: right;
  margin-left: 30px;
}

img.aligncenter,
div.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignnone,
div.alignnone {
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (max-width: 1169px) {
  .partial img.alignleft,
  .partial div.alignleft,
  .partial img.alignright,
  .partial div.alignright {
    max-width: 100%;
  }
}
@media only screen and (max-width: 779px) {
  .wp-content p {
    clear: both;
  }

  img.alignleft,
  div.alignleft,
  img.alignright,
  div.alignright {
    clear: both;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/* -----------------------------------------------------------
	iOS specific
-------------------------------------------------------------- */
input[type=text], input[type=tel], input[type=submit] {
  -webkit-appearance: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* избавление от белой полосы справа */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
.show-pixel-overlay {
  position: fixed;
  top: 50px;
  left: 10px;
  z-index: 200;
  opacity: 0.5;
}

.pixel-overlay {
  width: 100%;
  height: 9999px;
  position: absolute;
  z-index: 1;
}

html.pixel-perfect {
  background: url(../pixel/pixel.jpg) center 0px no-repeat;
}

body {
  position: relative;
  z-index: 10;
}

body.pixel-perfect {
  opacity: 0.5;
}
.dostupno{transition:.3s;}
.dostupno .text{color:#0f7cce;}
.dostupno:hover .text{color:#cd2027;}

.s-precalc div.wpcf7{max-width:100%;}
.s-precalc .gr-8{margin:0 auto;float:none;display:block;}


/*# sourceMappingURL=style.css.map */