@charset "UTF-8";
@font-face {
  font-family: 'Play';
  src: url("../fonts/Play-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Play-Regular.woff") format("woff"), url("../fonts/Play-Regular.ttf") format("truetype"), url("../fonts/Play-Regular.svg#Play-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Play-Bold';
  src: url("../fonts/Play-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Play-Bold.woff") format("woff"), url("../fonts/Play-Bold.ttf") format("truetype"), url("../fonts/Play-Bold.svg#Play-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/*-------------- Base --------------*/
html, body {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-family: 'Play', sans-serif;
  color: #212765;
}

h1, h2, h3, h4 {
  font-family: 'Play-Bold';
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #212765;
}

a:hover {
  text-decoration: none;
  color: #212765;
}

input {
  height: 54px;
  padding: 0 25px;
  font-size: 16px;
  font-family: 'Play';
  line-height: 54px;
  color: #212765;
  outline: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 1px solid #9ea3db;
  -webkit-transition: all .3s;
  transition: all .3s;
}

input:focus {
  border-color: #212765;
}

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

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

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

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

/* Buttons */
a.btn, .btn {
  display: inline-block;
  margin-right: -.18em;
  height: 55px;
  padding: 0 50px;
  text-decoration: none;
  font-family: 'Play-Bold';
  font-size: 16px;
  line-height: 51px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-default {
  border: 2px solid #212765;
  color: #212765;
}

.btn-default:hover {
  color: #fff;
  background-color: #212765;
}

.btn-default-red {
  color: #bd0025;
  border: 2px solid #bd0025;
}

.btn-default-red:hover {
  color: #fff;
  background-color: #bd0025;
}

.btn-default-white {
  color: #212765;
  border-color: #fff;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  border: 2px solid #bd0025;
  background-color: #bd0025;
}

.btn-primary:hover {
  color: #bd0025;
  border-color: #bd0025;
  background-color: transparent;
}

.wrap-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

.wrap {
  margin: 0 auto;
  width: 1860px;
}

.title h2 {
  margin: 0;
  font-size: 50px;
  font-family: 'Play-Bold';
  line-height: 54px;
}

.title p {
  position: relative;
  margin-top: 10px;
  line-height: 22px;
}

.title p:after {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 195px;
  height: 3px;
  background-color: #a1a4c3;
  content: '';
}

/*-------------- Custom Grid --------------*/
/* -custom для возможности в дальнейшем использовать стандартный класс Bootstrap */
.container-custom {
  margin: 0 auto;
  width: 1170px;
}

/* -с для возможности в дальнейшем использовать стандартный класс Bootstrap */
.col-c-6 {
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 40px;
  padding-left: 40px;
}

.col-c-6.no-padding {
  padding-right: 0;
  padding-left: 0;
}

.clearfix::after {
  display: block;
  content: '';
  clear: both;
}

/*-------------- Header --------------*/
.header {
  position: relative;
  height: 105px;
  padding: 0 45px;
  border-bottom: 2px solid #eaeaea;
}
.header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}
.header.fixed:before {
  display: none;
}
.header.fixed .header-logo {
  top: 14px;
}
.header.fixed .header-logo a {
  width: 60px;
}

.header:before {
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  z-index: 0;
  margin: 0 auto;
  width: 130px;
  height: 50px;
  padding: 0 25px;
  border-right: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
  border-left: 2px solid #eaeaea;
  background-color: #fff;
  content: '';
}

.header-logo {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
  width: 130px;
  text-align: center;
}

.header-logo a {
  display: block;
  margin: 0 auto;
  width: 80px;
}

.header-logo img {
  margin: 0 auto;
  max-width: 100%;
}

.header a.header-nav-btn {
  display: none;
}

.header-nav {
  float: left;
}

.header-nav ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.header-nav ul li {
  float: left;
  list-style: none;
}

.header-nav ul li a {
  position: relative;
  display: block;
  margin-right: 60px;
  padding: 0 4px;
  text-decoration: none;
  font-family: 'Play-Bold';
  line-height: 105px;
  color: #212765;
}

.header-nav ul li a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  content: '';
}

.header-nav ul li a:hover:after {
  background-color: #212765;
}

.header-nav ul li:last-child a {
  margin-right: 0;
}

.header-phones {
  float: right;
  padding-top: 25px;
  text-align: right;
}

.header-phones a.btn {
  float: right;
}

.header-phones a.btn i {
  display: none;
}

.header-phones ul {
  float: left;
  margin: 0;
  padding: 0;
}

.header-phones ul li {
  float: left;
  margin-right: 40px;
  list-style: none;
}

.header-phones ul li a {
  position: relative;
  font-family: 'Play-Bold';
  line-height: 55px;
}

.header-phones ul li a:after {
  position: absolute;
  top: -2px;
  right: -20px;
  width: 2px;
  height: 24px;
  background-color: #a0a5d6;
  content: '';
}

.header-phones ul li:last-child a:after {
  display: none;
}

.mobile-menu {
  display: none;
}

/*-------------- Hero --------------*/
.hero {
  padding: 145px 0 0;
  background-image: url("../img/hero-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  color: #212765;
}

.hero-img img {
  position: absolute;
  margin-left: -55px;
}

.hero-text {
  padding-bottom: 320px;
}

.hero h1 {
  margin: 110px 0 30px;
  font-family: 'Play-Bold';
  font-size: 50px;
  line-height: 54px;
}

.hero p {
  margin-bottom: 80px;
  font-size: 20px;
  line-height: 26px;
}

.hero .btn {
  margin-right: 30px;
}

.hero-features {
  float: right;
  margin-top: -75px;
  width: 890px;
  height: 150px;
  background-color: #fff;
  -webkit-box-shadow: 0 14px 60px rgba(234, 234, 234, 0.4);
          box-shadow: 0 14px 60px rgba(234, 234, 234, 0.4);
}

.hero-features ul {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}

.hero-features ul li {
  position: relative;
  display: inline-block;
  margin: 0 60px;
  font-size: 14px;
  line-height: 150px;
  font-family: 'Play-Bold';
  list-style: none;
}

.hero-features ul li:after {
  position: absolute;
  top: 75px;
  right: -100px;
  content: '';
  width: 80px;
  height: 1px;
  background-color: #212765;
}

.hero-features ul li:last-child:after {
  display: none;
}

/*-------------- Products --------------*/
.products {
  margin-top: 175px;
}

.products-title {
  margin-bottom: 130px;
}

.products .item {
  margin-bottom: 20px;
  height: 510px;
}

.products .item h4 {
  float: left;
  margin: 0 0 25px 15px;
  font-size: 24px;
}

.products .item .flip-btn {
  position: relative;
  float: right;
  margin-right: 15px;
  font-family: 'Play-Bold';
  font-size: 13px;
}

.products .item .flip-btn:after {
  position: absolute;
  top: 10px;
  left: -35px;
  width: 25px;
  height: 1px;
  background-color: #212765;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
}

.products .item .flip-btn:hover:after, .products .item .flip-btn.on:after {
  width: 120px;
}

.products .item .img-wrap {
  position: relative;
  height: 340px;
  text-align: center;
  line-height: 340px;
}

.products .item .img-wrap img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.products .item .img-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #b2eaff;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
}

.products .item .img-wrap:hover:after {
  height: 100%;
}

.products .item .flip-container {
  -webkit-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}

.products .item .flip-container .flipper.on {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.products .item .flip-container,
.products .item .front,
.products .item .back {
  width: 100%;
}

.products .item .flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.products .item .front,
.products .item .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.products .item .front {
  z-index: 2;
}

.products .item .back {
  height: 400px;
  padding: 25px 25px 0;
  border: 1px solid #d2d2d2;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.products .item table {
  width: 100%;
  font-family: 'Play-Bold';
  font-size: 14px;
  line-height: 30px;
  color: #3b3c42;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.products .item table tr {
  border-bottom: 1px solid #e7e7e7;
}

.products .item table tr td {
  padding-left: 20px;
  border-right: 1px solid #e7e7e7;
}

.products .item table tr:nth-child(even) {
  background-color: #fbfbfb;
}

.products .item .btn {
  float: right;
  margin-top: 20px;
  width: auto;
  height: 40px;
  line-height: 36px;
  padding: 0 30px;
  font-size: 14px;
}

/*-------------- Block List --------------*/
.block-list {
  padding: 110px 0;
  background-image: url("../img/cercle.png");
  background-repeat: no-repeat;
}

.block-list-img {
  width: 970px;
  height: 550px;
  background-position: center;
}

.block-list-img img {
  width: 100%;
}

.block-list-text {
  position: absolute;
  z-index: 1;
  margin-top: 50px;
  width: 770px;
  padding: 90px 110px 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 60px rgba(234, 234, 234, 0.5);
          box-shadow: 0 4px 60px rgba(234, 234, 234, 0.5);
}

.block-list-text h3 {
  display: inline;
  margin: 0;
  font-family: 'Play-Bold';
  font-size: 40px;
  line-height: 44px;
}

.block-list-text p {
  margin-top: 40px;
  margin-bottom: 55px;
  line-height: 22px;
}

.block-list-left {
  background-position: -160px center;
}

.block-list-left .block-list-img {
  float: right;
  background-image: url("../img/block-list-img-1.jpg");
}

.block-list-right {
  background-position: right -160px center;
}

.block-list-right .container-custom {
  position: relative;
}

.block-list-right .block-list-img {
  float: left;
  background-image: url("../img/block-list-img-2.jpg");
}

.block-list-right .block-list-text {
  right: 0;
}

.gallery-carousel {
  margin-top: 80px;
}

.gallery-carousel .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 100%;
}

.gallery-carousel .owl-nav button.owl-next, .gallery-carousel .owl-nav button.owl-prev {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #212765;
  border-right: 2px solid #212765;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gallery-carousel .owl-nav button.owl-next > span, .gallery-carousel .owl-nav button.owl-prev > span {
  display: none;
}

.gallery-carousel .owl-nav button.owl-next:hover, .gallery-carousel .owl-nav button.owl-prev:hover {
  border-color: #9ea3db;
}

.gallery-carousel .owl-nav button.owl-next {
  right: -50px;
}

.gallery-carousel .owl-nav button.owl-prev {
  left: -50px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.gallery-carousel .owl-dots {
  margin-top: 50px;
  text-align: center;
}

.gallery-carousel .owl-dots .owl-dot {
  margin: 0 12px;
  width: 50px;
  height: 2px;
  background-color: #e2e2e2;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gallery-carousel .owl-dots .owl-dot:hover {
  background-color: #9ea3db;
}

.gallery-carousel .owl-dots .owl-dot.active {
  background-color: #212765;
}

/*-------------- Feedback --------------*/
.feedback {
  margin-bottom: 100px;
  margin-top: 170px;
}

.feedback-title {
  margin-bottom: 150px;
}

.feedback-carousel {
  padding: 0 50px;
}

.feedback-carousel .item {
  margin-top: 50px;
  text-align: center;
}

.feedback-carousel .item .feedback-text {
  margin-top: 20px;
  padding: 0 65px 85px;
  background-color: #f7f7f7;
}

.feedback-carousel .item img {
  margin: 0 auto -50px;
  width: auto;
}

.feedback-carousel .item h4 {
  padding-top: 45px;
  margin: 0 0 5px;
  font-size: 20px;
}

.feedback-carousel .item h5 {
  margin: 0 0 45px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  color: #9a9a9b;
}

.feedback-carousel .item p {
  font-family: 'Play', sans-serif;
  line-height: 22px;
}

.feedback-carousel .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 100%;
}

.feedback-carousel .owl-nav button.owl-next, .feedback-carousel .owl-nav button.owl-prev {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #212765;
  border-right: 2px solid #212765;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.feedback-carousel .owl-nav button.owl-next > span, .feedback-carousel .owl-nav button.owl-prev > span {
  display: none;
}

.feedback-carousel .owl-nav button.owl-next:hover, .feedback-carousel .owl-nav button.owl-prev:hover {
  border-color: #9ea3db;
}

.feedback-carousel .owl-nav button.owl-next {
  right: 50px;
}

.feedback-carousel .owl-nav button.owl-prev {
  left: -50px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.feedback-carousel .owl-dots {
  margin-top: 50px;
  text-align: center;
}

.feedback-carousel .owl-dots .owl-dot {
  margin: 0 12px;
  width: 50px;
  height: 2px;
  background-color: #e2e2e2;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.feedback-carousel .owl-dots .owl-dot:hover {
  background-color: #9ea3db;
}

.feedback-carousel .owl-dots .owl-dot.active {
  background-color: #212765;
}

/*-------------- Contacts --------------*/
.contacts {
  margin-top: 60px;
}

.contacts-map {
  position: absolute;
  z-index: 1;
  width: 970px;
  padding-bottom: 190px;
  background-image: url("../img/map-bg.jpg");
  background-repeat: no-repeat;
}

.contacts-map #map {
  position: relative;
  top: 130px;
  width: 100%;
  height: 620px;
}

.contacts-info {
  float: right;
  margin-top: 80px;
  width: 970px;
  padding: 160px 0 130px 230px;
  color: #fff;
  background-image: url("../img/contacts-info.jpg");
  background-repeat: no-repeat;
}

.contacts-info .item {
  margin-bottom: 70px;
}

.contacts-info .item a {
  color: #fff;
}

.contacts-info h4 {
  margin: 0 0 5px;
  font-size: 26px;
}

.contacts-info p {
  margin: 0;
  font-size: 18px;
}

.contacts-info ul {
  margin: 0;
  padding: 0;
}

.contacts-info ul li {
  position: relative;
  float: left;
  margin-right: 40px;
  list-style: none;
}

.contacts-info ul li:after {
  position: absolute;
  right: -20px;
  width: 1px;
  height: 22px;
  background-color: #fff;
  content: '';
}

.contacts-info ul li:last-child:after {
  display: none;
}

.contacts-info ul li a {
  color: #fff;
}

/*-------------- Footer --------------*/
.footer {
  padding: 0 45px;
  line-height: 140px;
}

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

/*-------------- Footer --------------*/
.modal {
  position: relative;
  margin: 0 auto;
  width: 540px;
  padding: 65px 70px 80px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 60px rgba(234, 234, 234, 0.5);
          box-shadow: 0 4px 60px rgba(234, 234, 234, 0.5);
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.modal:hover {
  -webkit-box-shadow: 0 4px 60px #eaeaea;
          box-shadow: 0 4px 60px #eaeaea;
}

.modal h4 {
  margin: 0 0 40px;
  font-size: 26px;
}

.modal form {
  margin-bottom: 35px;
}

.modal input {
  margin-bottom: 15px;
  width: 345px;
}

.modal p {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 26px;
}

.mfp-wrap {
  position: relative;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
}

.mfp-close {
  right: -5px;
  font-size: 0;
  color: #fff;
  opacity: 1;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  width: auto;
}
.mfp-figure:after {
  box-shadow: none;
}

.mfp-close:after {
  position: absolute;
  top: 31px;
  left: 3px;
  width: 19px;
  height: 1px;
  background-color: #9ea3db;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  content: '';
}

.mfp-close:before {
  position: absolute;
  top: 31px;
  left: 3px;
  width: 19px;
  height: 1px;
  background-color: #9ea3db;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  content: '';
}

.mfp-close:hover:after, .mfp-close:hover:before {
  background-color: #212765;
}

.mfp-bg {
  background-color: #fff;
  opacity: .95;
}

.products .item table tr td br {
  display: none;
}

/*-------------- Стили для различных расширений --------------*/
@media only screen and (max-width: 1919px) {
  .wrap-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
  .wrap {
    width: 1220px;
  }
  .row-c {
    margin-right: -40px;
    margin-left: -40px;
  }
  .header-phones a.btn {
    width: 55px;
    padding: 0;
  }
  .header-phones a.btn span.text {
    display: none;
  }
  .header-phones a.btn i {
    text-align: center;
    display: block;
    font-size: 20px;
    line-height: 52px;
  }
  .hero {
    padding-top: 175px;
    background-size: cover;
  }
  .hero-text {
    padding-bottom: 275px;
  }
  .hero-img img {
    left: 55px;
    margin-left: 0;
    max-width: 545px;
  }
  .hero h1 {
    margin-top: 90px;
  }
  .hero-features {
    margin-right: -25px;
  }
  .block-list {
    padding: 110px 0;
  }
  .block-list-img {
    width: 650px;
  }
  .block-list-img img {
    width: 100%;
  }
  .feedback .container-custom {
    overflow: hidden;
  }
  .feedback-carousel .owl-nav button.owl-prev {
    left: -45px;
  }
  .feedback-carousel .owl-nav button.owl-next {
    right: 55px;
  }
  .contacts-map {
    width: 650px;
    background-position: -320px center;
  }
  .contacts-info {
    width: 650px;
    padding-left: 180px;
    background-size: cover;
    background-position: center;
  }
}

@media only screen and (max-width: 1279px) {
  .container-custom {
    width: 840px;
  }
  .wrap {
    width: 900px;
  }
  .hero .col-c-6 {
    width: 100%;
  }
  .title h2 {
    font-size: 40px;
  }
  .header-phones ul {
    display: none;
  }
  .header-nav ul {
    display: none;
  }
  .header a.header-nav-btn {
    display: block;
    margin-top: 25px;
    width: 55px;
    padding: 0;
  }
  .header a.header-nav-btn span {
    position: relative;
    top: 17.5px;
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 2px;
    background-color: #212765;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .header a.header-nav-btn span:after, .header a.header-nav-btn span:before {
    position: absolute;
    top: 7px;
    width: 24px;
    height: 2px;
    background-color: #212765;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .header a.header-nav-btn span:before {
    top: 14px;
  }
  .header a.header-nav-btn:hover {
    background-color: #fff;
  }
  .header a.header-nav-btn.on {
    background-color: #212765;
  }
  .header a.header-nav-btn.on:hover {
    background-color: #212765;
  }
  .header a.header-nav-btn.on span {
    background-color: #fff;
  }
  .header a.header-nav-btn.on span:after, .header a.header-nav-btn.on span:before {
    background-color: #fff;
  }
  .mobile-menu.on {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    overflow-y: auto;
  }
  .mobile-menu.on .mobile-menu-container {
    padding: 30px;
  }
  .mobile-menu.on .mobile-menu-container-wrap {
    position: relative;
    text-align: center;
    padding-top: 230px;
    padding-bottom: 230px;
    background-color: #fff;
  }
  .mobile-menu.on .mobile-menu-container-wrap .mobile-menu-btn {
    position: absolute;
    top: 26px;
    right: 70px;
    display: block;
  }
  .mobile-menu.on .mobile-menu-container-wrap .mobile-menu-btn:after {
    position: absolute;
    top: 31px;
    left: 3px;
    width: 22px;
    height: 2px;
    background-color: #212765;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    content: '';
  }
  .mobile-menu.on .mobile-menu-container-wrap .mobile-menu-btn:before {
    position: absolute;
    top: 31px;
    left: 3px;
    width: 22px;
    height: 2px;
    background-color: #212765;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    content: '';
  }
  .mobile-menu.on .mobile-menu-container-wrap .mobile-menu-btn:hover:after, .mobile-menu.on .mobile-menu-container-wrap .mobile-menu-btn:hover:before {
    background-color: #9ea3db;
  }
  .mobile-menu.on .mobile-menu-container-wrap ul.nav {
    margin: 0;
    padding: 0 0 170px;
  }
  .mobile-menu.on .mobile-menu-container-wrap ul.nav li {
    list-style: none;
  }
  .mobile-menu.on .mobile-menu-container-wrap ul.nav li a {
    font-family: 'Play-Bold';
    font-size: 20px;
    line-height: 54px;
    color: #212765;
  }
  .mobile-menu.on .mobile-menu-container-wrap ul.phones {
    margin: 0;
    padding: 0 0 50px;
    font-size: 0;
  }
  .mobile-menu.on .mobile-menu-container-wrap ul.phones li {
    display: inline-block;
    margin-right: 40px;
    font-size: 18px;
    list-style: none;
  }
  .mobile-menu.on .mobile-menu-container-wrap ul.phones li a {
    position: relative;
    font-family: 'Play-Bold';
    line-height: 55px;
  }
  .mobile-menu.on .mobile-menu-container-wrap ul.phones li a:after {
    position: absolute;
    top: -2px;
    right: -20px;
    width: 2px;
    height: 24px;
    background-color: #a0a5d6;
    content: '';
  }
  .mobile-menu.on .mobile-menu-container-wrap ul.phones li:last-child {
    margin-right: 0;
  }
  .mobile-menu.on .mobile-menu-container-wrap ul.phones li:last-child a:after {
    display: none;
  }
  .mobile-menu.on .mobile-menu-container-wrap .btn {
    margin: 0 15px;
  }
  .hero {
    background-position: center;
  }
  .hero-img img {
    display: none;
  }
  .hero-features {
    width: 860px;
  }
  .products .row-c .col-c-6 {
    width: 100%;
  }
  .block-list {
    background: none;
  }
  .block-list-text {
    margin-top: -130px;
    width: 720px;
    padding-right: 85px;
    padding-left: 85px;
  }
  .block-list-img {
    height: 450px;
  }
  .block-list-left .block-list-img {
    background-position: center;
  }
  .block-list-left {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .block-list-right {
    padding-top: 200px;
    padding-bottom: 170px;
  }
  .block-list-right .block-list-text {
    margin-top: -200px;
  }
  .feedback-title {
    margin-top: 100px;
  }
  .contacts {
    text-align: center;
  }
  .contacts-map {
    position: relative;
    width: 100%;
    padding-bottom: 0;
    background: none;
  }
  .contacts-info {
    position: relative;
    z-index: 2;
    float: none;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: -140px;
    margin-left: auto;
    width: 840px;
    height: 720px;
    padding-left: 90px;
    text-align: left;
  }
  .contacts-map #map {
    top: 0;
  }
}

@media only screen and (max-width: 959px) {
  .container-custom {
    width: 560px;
  }
  .wrap {
    width: 600px;
  }
  .col-c-6 {
    width: 100%;
  }
  .hero h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .hero .col-c-6 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .hero-text {
    padding-bottom: 355px;
  }
  .hero-features {
    margin-top: -100px;
    width: 320px;
    height: auto;
  }
  .hero-features ul {
    padding: 35px 45px;
    text-align: left;
  }
  .hero-features ul li {
    margin: 0;
    display: block;
    line-height: 42px;
  }
  .hero-features ul li:after {
    display: none;
  }
  .products-title .col-c-6 {
    padding-left: 0;
  }
  .products-title h2 {
    margin-bottom: 30px;
  }
  .block-list-text {
    margin-top: -340px;
    width: 560px;
    padding: 70px 50px 80px;
  }
  .block-list-img {
    width: 580px;
  }
  .block-list-text h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .block-list-text p {
    margin-top: 20px;
  }
  .block-list-left {
    padding-top: 370px;
  }
  .block-list-right .block-list-text {
    margin-top: -330px;
  }
  .block-list-right {
    padding-top: 420px;
  }
  .feedback {
    margin-top: 50px;
  }
  .feedback-title .col-c-6 {
    padding-left: 0;
  }
  .feedback-carousel {
    padding: 0;
  }
  .feedback-title {
    margin-bottom: 120px;
  }
  .contacts-info {
    width: 560px;
  }
  .footer {
    padding: 65px 0;
    line-height: 1.4;
    text-align: center;
  }
  .footer-right {
    text-align: center;
  }
}

@media only screen and (max-width: 639px) {
  a.btn, .btn {
    height: 40px;
    padding: 0 35px;
    line-height: 36px;
  }
  .hidden-xs {
    display: none !important;
  }
  .container-custom {
    width: 100%;
    padding: 0 15px;
  }
  .wrap {
    width: 100%;
    padding: 0 15px;
  }
  .col-c-6 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .title h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .header {
    height: 75px;
    padding: 0 15px;
  }
  .header:before {
    bottom: -35px;
    width: 76px;
    height: 35px;
  }
  .header-logo {
    width: 70px;
  }
  .header-logo a {
    margin-top: 5px;
    width: 50px;
  }
  .header-phones a.btn {
    width: 40px;
  }
  .header a.header-nav-btn {
    width: 40px;
  }
  .header-phones a.btn i {
    font-size: 16px;
    line-height: 36px;
  }
  .header-phones {
    padding-top: 15px;
  }
  .header a.header-nav-btn {
    margin-top: 15px;
  }
  .header a.header-nav-btn span {
    top: 12.5px;
    width: 20px;
    height: 2px;
  }
  .header a.header-nav-btn span:after, .header a.header-nav-btn span:before {
    top: 5px;
    width: 20px;
    height: 2px;
  }
  .header a.header-nav-btn span:before {
    top: 10px;
  }
  .mobile-menu.on .mobile-menu-container {
    padding: 15px;
  }
  .mobile-menu.on .mobile-menu-container-wrap {
    padding-top: 120px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 120px;
  }
  .mobile-menu.on .mobile-menu-container-wrap ul.nav {
    padding-bottom: 80px;
  }
  .mobile-menu.on .mobile-menu-container-wrap .mobile-menu-btn {
    top: 0;
    right: 45px;
  }
  .mobile-menu.on .mobile-menu-container-wrap ul.phones li {
    margin-right: 0;
  }
  .mobile-menu.on .mobile-menu-container-wrap ul.phones li a:after {
    display: none;
  }
  .mobile-menu.on .mobile-menu-container-wrap ul.phones {
    padding-bottom: 40px;
  }
  .mobile-menu.on .mobile-menu-container-wrap .btn {
    margin: 0 0 15px;
    width: 100%;
    padding: 0 25px;
  }
  .mobile-menu.on .mobile-menu-container-wrap ul.phones li a {
    line-height: 30px;
  }
  .hero {
    padding-top: 130px;
    padding-bottom: 230px;
  }
  .hero h1 {
    margin-top: 0;
    font-size: 24px;
    line-height: 26px;
  }
  .hero p {
    margin-bottom: 40px;
  }
  .hero .col-c-6 {
    padding: 0;
  }
  .hero-features {
    margin-right: -65px;
  }
  .hero-features ul {
    padding-left: 35px;
  }
  .products .item .back {
    padding: 5px 5px 0;
  }
  .products .item table tr {
    font-size: 13px;
  }
  .products .item table tr td {
    padding-left: 10px;
  }
  .products .item table tr td br {
    display: block;
  }
  .products .item .btn {
    float: none;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .products .item .back {
    text-align: center;
  }
  .products .item .back table {
    text-align: left;
  }
  .products .item h4 {
    font-size: 18px;
  }
  .products .item .flip-btn {
    margin-top: 4px;
  }
  .block-list-text {
    width: 100%;
  }
  .block-list-img {
    width: 100%;
  }
  .block-list-text {
    padding: 30px 25px 50px;
  }
  .block-list-text h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .block-list-left {
    padding-top: 340px;
  }
  .block-list-left .block-list-text {
    left: 30px;
    width: 100%;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  .block-list-left .block-list-img {
    width: 100%;
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
  }
  .block-list-right .block-list-img {
    width: 100%;
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
  }
  .block-list-right {
    padding-bottom: 10px;
  }
  .block-list-right .block-list-text {
    left: 15px;
    width: 100%;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  .gallery-carousel {
    margin-top: 40px;
  }
  .feedback {
    margin-bottom: 0;
  }
  .feedback-title {
    margin-top: 20px;
  }
  .feedback-carousel .item .feedback-text {
    padding: 0 20px 30px;
  }
  .contacts-info {
    width: 100%;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: auto;
    padding: 60px 30px 90px;
  }
  .contacts-info .item {
    margin-bottom: 50px;
  }
  .contacts-info h4 {
    font-size: 20px;
  }
  .contacts-info ul li {
    float: none;
  }
  .contacts-info ul li:after {
    display: none;
  }
  .footer {
    font-size: 14px;
    line-height: 1.2;
  }
  .modal {
    width: 100%;
    padding: 50px 30px 60px;
  }
  .modal input {
    width: 100%;
  }
  .mfp-wrap {
    width: 100%;
  }
}

a[href="#modal-2"] {
	display: none;
}

form button.modal-submit {
	background-color: #FFF;
	margin-top: 35px;
}

form button.modal-submit:hover {
	cursor: pointer;
}

.modal form {
	margin-bottom: 0px;
}

/*******************************************/

.header-nav ul li a {
	font-size: 20px;
}

.header-phones ul li a {
	font-size: 20px;
}

.price {
	position: absolute;
	bottom: 0px;
	right: 0px;
	line-height: normal;
	text-align: right;
	z-index: 1;
	padding: 20px;
}

.price .fs32 {
	font-size: 32px;
}

.container-custom.popup-gallery {
	margin-bottom: 100px;
}

.mfp-wrap {
	position: fixed;
}