/* fonts */
/* fonts */
/* colors */
/* colors */
/* Breakpoints */
/* Breakpoints */
html,
body {
  height: 100%;
}
body {
  font: 16px/26px 'Open Sans', sans-serif;
  background-color: white;
  color: #121e30;
}
.no-scroll {
  overflow: hidden!important;
  width: 100%;
  height: 100%;
}
a {
  color: #000080;
}
 



img {
  border-style: none;
  vertical-align: top;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .wrapper {
    padding: 0 20px;
  }
}
.wrapper:after {
  clear: both;
  content: "";
  display: block;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.holder {
  overflow: hidden;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.center {
  text-align: center;
}
.col {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 540px) {
  .col {
    float: none;
    width: 100%;
  }
}
.col-r {
  float: right;
}
.btn {
  display: inline-block;
  
  vertical-align: top;
  border: 2px solid #e6c787;
  border-radius: 24px;
  background: #e6c787;
  color: #121e30;
  text-align: center;
  text-transform: uppercase;
  font: 14px/36px 'Open Sans', sans-serif;
  font-weight: bold;
  width: 130px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.btn:hover {
  text-decoration: none;
  background: none;
  color: #e6c787;
}
.btn .arrow-mark {
  margin: 0 20px 0 -20px;
}
/*hamburger btn*/
.btn-lines,
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-transparent .c-hamburger span {
  background-color: white;
}
.header-transparent .c-hamburger span::before {
  background-color: white;
}
.header-transparent .c-hamburger span::after {
  background-color: white;
}
.c-hamburger {
  display: none;
  position: absolute;
  top: 9px;
  left: 20px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease  0.3s;
  z-index: 300;
}
@media only screen and (max-width: 900px) {
  .c-hamburger {
    display: block;
  }
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  right: 5px;
  height: 2px;
  background: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-hamburger span::before {
  top: -8px;
}
.c-hamburger span::after {
  bottom: -8px;
}
.c-hamburger--htx {
  background-color: transparent;
}
.c-hamburger--htx.active span {
  background: none;
}
.c-hamburger--htx.active span::before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: white;
}
.c-hamburger--htx.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: white;
}
/*hamburger btn*/
/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #121e30;
  padding: 6px 0;
  color: white;
  z-index: 200;
}
#header .logo {
  float: left;
  width: 175px;
}
@media only screen and (max-width: 900px) {
  #header .logo {
    width: 87px;
    margin-left: 50px;
  }
}
#header .logo a {
  display: block;
}
#header .logo a img {
  max-width: 100%;
  height: auto;
}
#header .phone {
  overflow: hidden;
  text-align: right;
  font: 15px/26px 'PMSemiBold', sans-serif;
  padding: 10px 0;
}
#header .phone a {
  color: white;
}
@media only screen and (max-width: 900px) {
  #header .phone {
    padding: 0 0 8px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 540px) {
  #header .phone {
    display: none;
  }
}
#header .phone .phone-1 {
  padding: 0 0 0 0;
  display: inline-block;
  vertical-align: top;
}
#header .phone .phone-1 i {
  color: #e6c787;
}
#header .phone .phone-2 {
  display: inline-block;
  vertical-align: top;
}
#header .phone .phone-2 strong {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-size: 24px;
}
@media only screen and (max-width: 900px) {
  #header .phone .phone-2 strong {
    font-size: 20px;
  }
}
#header .nav-holder {
  float: right;
  clear: right;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
@media only screen and (max-width: 900px) {
  #header .nav-holder {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #242424 url(../img/bg-nav.jpg) no-repeat 50% 50%;
    background-size: cover;
    overflow: auto;
  }
  #header .nav-holder.active {
    top: 0;
  }
}
#header .nav-holder .phone {
  display: none;
  position: absolute;
  text-align: center;
  top: 75px;
  left: 0;
  width: 100%;
  font: 13px/20px 'PMSemiBold', sans-serif;
}
@media only screen and (max-width: 540px) {
  #header .nav-holder .phone {
    display: block;
  }
}
#header .nav-holder .phone a {
  color: white;
}
#header .nav-holder .phone a:hover {
  color: #26a2ff;
  text-decoration: none;
}
#header .nav-holder .phone .phone-1 {
  padding: 0 0 1px;
  display: block;
}
#header .nav-holder .phone .phone-1 i {
  color: #26a2ff;
}
#header .nav-holder .phone .phone-2 {
  display: block;
}
#header .nav-holder .phone .phone-2 strong {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-size: 15px;
}
#header .nav-holder .mob-logo {
  display: none;
  position: absolute;
  width: 80px;
  height: auto;
  top: 10px;
  left: 50%;
  margin-left: -40px;
}
@media only screen and (max-width: 540px) {
  #header .nav-holder .mob-logo {
    display: block;
  }
}
#header .nav-holder .nav {
  list-style: none;
}
@media only screen and (max-width: 540px) {
  #header .nav-holder .nav {
    padding-top: 60px;
  }
}
#header .nav-holder .nav li {
  float: left;
  margin: 0 0 0 40px;
  font: 16px/18px 'PMSemiBold', sans-serif;
}
@media only screen and (max-width: 900px) {
  #header .nav-holder .nav li {
    float: none;
    text-align: center;
    margin: 0;
    padding: 10px 0 ;
    font: 18px/20px 'PMSemiBold', sans-serif;
  }
}
#header .nav-holder .nav li a {
  display: block;
  color: white;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #header .nav-holder .nav li a {
    display: inline-block;
    vertical-align: top;
  }
}
#header .nav-holder .nav li a:before {
  content: '';
  width: 100%;
  height: 6px;
  background: #6184ab;
  position: absolute;
  bottom: -12px;
  left: 0;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media only screen and (max-width: 900px) {
  #header .nav-holder .nav li a:before {
    display: none;
  }
}
#header .nav-holder .nav li a:hover {
  text-decoration: none;
  color: #e6c787;
}
#header .nav-holder .nav li a:hover:before {
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
#header .nav-holder .nav li.active a {
  color: #e6c787;
}
#header .nav-holder .nav li.active a:before {
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
#header .lang {
  padding: 0 0 13px;
  float: right;
  opacity: 0; /* я скрыл выбор языка */
}
@media only screen and (max-width: 900px) {
  #header .lang {
    padding: 0;
  }
}
@media only screen and (max-width: 540px) {
  #header .lang {
    padding: 10px 0 0;
  }
}
#header .lang span {
  display: block;
  font: 13px/16px 'PM', sans-serif;
}
#header #lang {
  width: 115px;
}
#header #lang + .select2-container--default {
  font: 13px/16px 'PM', sans-serif;
}
#header #lang + .select2-container--default .select2-selection--single {
  background: transparent;
  border: none;
  border-radius: 0;
  height: auto;
}
#header #lang + .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 16px;
}
#header #lang + .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: white;
}
#header #lang + .select2-container--default .select2-selection--single .select2-selection__rendered {
  white-space: nowrap;
  overflow: visible;
}
#header #lang + .select2-container--default .select2-selection--single .select2-selection__rendered .langName {
  display: block;
  color: white;
}
#header #lang + .select2-container--default .select2-selection--single .select2-selection__rendered .langName .flagPic {
  margin-right: 5px;
}
#header #lang + .select2-container--default .select2-selection--single:focus {
  outline: none;
}
.select2-results__option {
  font: 13px/16px 'PM', sans-serif;
  color: #000080;
}
.select2-container--open .select2-dropdown--below {
  border: 1px solid white;
  border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #000080;
}
/* end header */
.banner {
  position: relative;
  z-index: 2;
  height: 100%;
  background: url(../img/bg-banner.jpg) no-repeat fixed;
  background-size: cover;
  padding: 0 0 262px;
  box-sizing: content-box;
}
@media only screen and (max-width: 1024px) {
  .banner {
    background-position: 50% 0!important;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    padding: 0;
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 540px) {
  .banner {
    height: 400px;
  }
}
.banner .banner-inner {
  position: absolute;
  top: 47%;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .banner .banner-inner {
    top: 60%;
  }
}
@media only screen and (max-width: 540px) {
  .banner .banner-inner {
    top: 64%;
  }
}
.banner img {
  width: 100%;
  height: auto;
}
.banner .slogan {
  display: block;
  color: white;
  font: 60px/62px 'PMBold', sans-serif;
  padding: 4px 0 4px 30px;
  background: url(../img/bg-slogan.png) repeat-y;
}
@media only screen and (max-width: 1024px) {
  .banner .slogan {
    background-size: 100% auto;
    font: 45px/48px 'PMBold', sans-serif;
  }
}
@media only screen and (max-width: 900px) {
  .banner .slogan {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .slogan {
    font-size: 34px;
    line-height: 38px;
    padding: 5px 0 5px 10px;
  }
}
@media only screen and (max-width: 540px) {
  .banner .slogan {
    margin: 0 -20px;
    font-size: 21px;
  }
}
.banner .arrow {
  position: absolute;
  left: 50%;
  bottom: 22%;
  width: 80px;
  margin: 0 0 0 -40px;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 1679px) {
  .banner .arrow {
    bottom: 25%;
  }
}
@media only screen and (max-width: 1366px) {
  .banner .arrow {
    bottom: 28%;
  }
}
@media only screen and (max-width: 900px) {
  .banner .arrow {
    bottom: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .banner .arrow {
    bottom: 0;
  }
}
.banner .arrow a {
  color: white;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.banner .arrow a:hover {
  text-decoration: none;
  color: #26a2ff;
}
.banner .arrow i {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 65px;
  line-height: 65px;
  animation: arrow 0.8s linear 0s infinite alternate;
  -webkit-animation: arrow 0.8s linear 0s infinite alternate;
}
@media only screen and (max-width: 767px) {
  .banner .arrow i {
    font-size: 50px;
    line-height: 50px;
  }
}
@-webkit-keyframes arrow {
  from {
    top: 0;
  }
  to {
    top: -10px;
  }
}
@keyframes arrow {
  from {
    top: 0;
  }
  to {
    top: -10px;
  }
}
.applications {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin: -262px 0 -267px;
}
@media only screen and (max-width: 767px) {
  .applications {
    margin: 0;
    background: url(../img/bg-solutions.jpg) no-repeat;
    background-size: auto 100px;
  }
}
.applications .corner-top {
  background: url(../img/corner-top-1.png) no-repeat;
  background-size: 100% 570px;
  height: 570px;
}
@media only screen and (max-width: 900px) {
  .applications .corner-top {
    background-size: 100% 290px;
    height: 425px;
  }
}
@media only screen and (max-width: 767px) {
  .applications .corner-top {
    display: none;
  }
}
.applications .corner-bottom {
  background: url(../img/corner-bottom-1.png) no-repeat;
  background-size: 100% 267px;
  height: 267px;
}
@media only screen and (max-width: 900px) {
  .applications .corner-bottom {
    background-size: 100% 120px;
  }
}
@media only screen and (max-width: 767px) {
  .applications .corner-bottom {
    display: none;
  }
}
.applications .middle {
  position: relative;
  z-index: 2;
  margin: -262px 0 0;
  padding: 0 0 70px;
}
@media only screen and (max-width: 1440px) {
  .applications .middle {
    padding: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .applications .middle {
    margin: 0;
    padding: 30px 0 20px;
  }
}
.applications .applic-img {
  position: absolute;
  right: 2%;
  top: -14%;
  max-width: 49%;
}
@media only screen and (max-width: 1024px) {
  .applications .applic-img {
    top: 0;
  }
}
@media only screen and (max-width: 900px) {
  .applications .applic-img {
    position: static;
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  .applications .applic-img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .applications .col {
    float: none;
    margin: 0 auto;
    width: 500px;
  }
}
@media only screen and (max-width: 540px) {
  .applications .col {
    width: 100%;
  }
}
.applications .about {
  position: absolute;
  right: 19%;
  top: -15%;
  font-size: 15px;
  line-height: 26px;
  max-width: 24%;
}
@media only screen and (max-width: 1440px) {
  .applications .about {
    max-width: 31%;
    right: 12%;
  }
}
@media only screen and (max-width: 1366px) {
  .applications .about {
    max-width: 37%;
    right: 6%;
  }
}
@media only screen and (max-width: 1300px) {
  .applications .about {
    max-width: 40%;
    right: 3%;
  }
}
@media only screen and (max-width: 1024px) {
  .applications .about {
    right: 0;
    max-width: 43%;
    top: -16%;
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 900px) {
  .applications .about {
    position: static;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 0 20px;
  }
}
@media only screen and (max-width: 540px) {
  .applications .about {
    padding: 20px;
  }
}
.applications .about h3 {
  padding: 0 0 5px;
  font: 20px/22px 'PMBold', sans-serif;
}
.products {
  background: url(../img/bg-products.jpg) no-repeat fixed;
  background-size: cover;
  height: 1073px;
  position: relative;
  padding: 350px 0 0;
  color: white;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .products {
    height: 900px;
    padding: 250px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .products {
    background-position: 50% 50%!important;
  }
}
@media only screen and (max-width: 900px) {
  .products {
    padding: 155px 0 50px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .products {
    padding-top: 65px;
    background-attachment: scroll;
  }
}
.products .ttl {
  color: white;
}
.products .prod-img-holder {
  position: absolute;
  left: 0;
  top: 32%;
  max-width: 46%;
}
@media only screen and (max-width: 900px) {
  .products .prod-img-holder {
    position: relative;
    max-width: 80%;
    margin: 0 auto -8%;
  }
}
@media only screen and (max-width: 540px) {
  .products .prod-img-holder {
    max-width: 100%;
  }
}
.products .prod-img {
  display: block;
  max-width: 100%;
}
.products .prod-img-2 {
  position: absolute;
  left: 3%;
  top: -15%;
}
.products .btn {
  margin-left: 64px;
}
@media only screen and (max-width: 900px) {
  .products .col {
    float: none;
    margin: 0 auto;
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .products .col {
    max-width: 100%;
  }
}
.solutions {
  background: url(../img/bg-solutions.jpg) no-repeat;
  position: relative;
  font-size: 18px;
  line-height: 32px;
  padding: 80px 0 0;
  margin: 0 0 -267px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .solutions {
    background-size: auto 200px;
  }
}
@media only screen and (max-width: 540px) {
  .solutions {
    background-size: auto 100px;
    padding: 30px 0 20px;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
  }
}
.solutions .corner-bottom {
  background: url(../img/corner-bottom-1.png) no-repeat;
  background-size: 100% 267px;
  height: 267px;
}
@media only screen and (max-width: 540px) {
  .solutions .corner-bottom {
    display: none;
  }
}
.solutions .col {
  width: 67%;
}
@media only screen and (max-width: 900px) {
  .solutions .col {
    width: 500px;
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (max-width: 540px) {
  .solutions .col {
    max-width: 100%;
  }
}
.solutions .solution-img {
  position: absolute;
  right: 0;
  bottom: -3%;
  max-width: 47%;
}
@media only screen and (max-width: 1440px) {
  .solutions .solution-img {
    bottom: 0;
  }
}
@media only screen and (max-width: 1366px) {
  .solutions .solution-img {
    bottom: 2%;
  }
}
@media only screen and (max-width: 540px) {
  .solutions .solution-img {
    display: none;
  }
}
.solutions .video-block {
  margin: 40px 0 40px 80px;
  position: relative;
  width: 584px;
  height: 329px;
  background: black;
  box-shadow: -27px 27px 43px rgba(0, 0, 0, 0.18);
}
@media only screen and (max-width: 900px) {
  .solutions .video-block {
    width: 500px;
    height: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .solutions .video-block {
    width: 100%;
  }
}
.solutions .video-block:before {
  content: '';
  background: #d6d6d6;
  position: absolute;
  top: 10%;
  height: 80%;
  width: 80px;
  right: 100%;
}
@media only screen and (max-width: 540px) {
  .solutions .video-block:before {
    display: none;
  }
}
.solutions .video-block .colors {
  position: absolute;
  top: 4%;
  right: 107%;
}
@media only screen and (max-width: 540px) {
  .solutions .video-block .colors {
    display: none;
  }
}
.colors {
  overflow: hidden;
}
.colors span {
  display: block;
  width: 18px;
  height: 18px;
}
.colors span.color-1 {
  background: #121e30;
}
.colors span.color-2 {
  background: #6184ab;
}
.colors span.color-3 {
  background: #e6c787;
}
.colors span.color-4 {
  background: #ac7d4d;
}
.contact-block {
  background: url(../img/bg-contact.jpg) no-repeat fixed;
  background-size: cover;
  height: 1060px;
  position: relative;
  padding: 225px 0 0;
  overflow: hidden;
  color: white;
}
@media only screen and (max-width: 1440px) {
  .contact-block {
    padding: 200px 0 0;
    height: 950px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-block {
    background-position: 50% 50%!important;
  }
}
@media only screen and (max-width: 900px) {
  .contact-block {
    height: auto;
    padding: 200px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-block {
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 540px) {
  .contact-block {
    padding: 30px 0;
  }
}
.contact-block .ttl {
  color: white;
}
.contact-block .ttl span {
  font-size: 25px;
  line-height: 28px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .contact-block .ttl-desc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .contact-block .ttl-mob {
    display: block;
  }
}
.contact-block .col {
  width: 41%;
}
@media only screen and (max-width: 900px) {
  .contact-block .col {
    width: 500px;
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  .contact-block .col {
    width: 100%;
  }
}
.contact-block .col-r {
  width: 38%;
  padding: 135px 0 0;
}
@media only screen and (max-width: 900px) {
  .contact-block .col-r {
    width: 500px;
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .contact-block .col-r {
    width: 100%;
  }
}
.contact-block .testim {
  background: white;
  margin: 58px 0 20px;
  padding: 0 36px 0 62px;
  height: 390px;
  position: relative;
  line-height: 24px;
  font-size: 15px;
}
@media only screen and (max-width: 540px) {
  .contact-block .testim {
    padding: 0 20px;
    line-height: 22px;
    font-size: 14px;
  }
}
.contact-block .testim:before {
  content: '“';
  font: 148px/148px 'Open Sans', sans-serif;
  position: absolute;
  top: -75px;
  left: 0;
}
@media only screen and (max-width: 540px) {
  .contact-block .testim:before {
    left: auto;
    right: 0;
  }
}
.contact-block .testim .colors {
  position: absolute;
  bottom: -18px;
  right: 36px;
}
.contact-block .testim-slide {
  color: #333333;
  position: relative;
  top: -58px;
}
.contact-block .testim-slide img {
  display: block;
  margin: 0 0 15px;
}
@media only screen and (max-width: 540px) {
  .contact-block .testim-slide img {
    margin: 0 0 15px;
  }
}
.contact-block .testim-slide p {
  margin: 0 0 30px;
}
@media only screen and (max-width: 540px) {
  .contact-block .testim-slide p {
    margin: 0 0 20px;
  }
}
.contact-block .testim-slide .name {
  display: block;
  font-size: 20px;
  padding: 0 0 5px;
}
@media only screen and (max-width: 540px) {
  .contact-block .testim-slide .name {
    font-size: 16px;
    line-height: 18px;
  }
}
.contact-block .testim-slide .testim-slide-prev,
.contact-block .testim-slide .testim-slide-next {
  position: absolute;
  top: 58px;
  right: 0;
  background: #d6d6d6;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #2a2a2a;
  font-size: 24px;
  line-height: 40px;
  cursor: pointer;
  z-index: 10;
}
.contact-block .testim-slide .testim-slide-prev:hover,
.contact-block .testim-slide .testim-slide-next:hover {
  background: #6184ab;
  color: white;
}
.contact-block .testim-slide .testim-slide-prev {
  right: 42px;
}
.ttl {
  color: black;
  font: 40px/42px 'PMBold', sans-serif;
  text-transform: uppercase;
  padding: 0 0 30px;
}
.ttl span {
  display: block;
  font-family: 'PMLight', sans-serif;
  text-transform: none;
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .ttl {
    padding: 0 0 20px;
    font-size: 30px;
    line-height: 32px;
  }
}
.mark-list {
  list-style: none;
}
.mark-list li {
  padding: 0 0 0 64px;
  font: 15px/26px 'Open Sans', sans-serif;
  margin: 0 0 28px;
  background: url(../img/mark.png) no-repeat;
  background-size: 27px auto;
}
@media only screen and (max-width: 767px) {
  .mark-list li {
    padding-left: 42px;
  }
}
.mark-list li strong {
  display: block;
  font: 20px/22px 'PMBold', sans-serif;
}
.mark-list-big li {
  background-size: 37px auto;
}
@media only screen and (max-width: 767px) {
  .mark-list-big li {
    background-size: 27px auto;
  }
}
.form-holder .sub-ttl {
  display: block;
  font: 300i 15px/18px 'Open Sans', sans-serif;
}
.form-holder .row {
  position: relative;
  padding: 0 0 14px;
}
.form-holder .row:after {
  clear: both;
  content: '';
  display: block;
}
.form-holder .ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  background: #d6d6d6;
  color: #838383;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
}
.form-holder .txt {
  display: block;
  width: 100%;
  height: 46px;
  font: 15px/18px 'Open Sans', sans-serif;
  color: #333333;
  background: #f8f8f8;
  border: 0;
  padding: 0 10px 0 64px;
}
.form-holder .txt::-webkit-input-placeholder {
  color: #b8b8b8;
}
.form-holder .txt::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.form-holder .txt:focus + .ico {
  background-color: #26a2ff;
  color: white;
}
.form-holder textarea.txt {
  height: 180px;
  resize: none;
  padding: 15px;
}
.form-holder .btn {
  float: right;
}
/* top title */
.top-title {
  position: relative;
  background-attachment: fixed;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .top-title {
    background-size: auto 430px;
  }
}
@media only screen and (max-width: 767px) {
  .top-title {
    background-size: 100% 200px;
  }
}
.top-title .title-back {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .top-title .title-back {
    height: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .top-title .title-back {
    height: 200px;
  }
}
.top-title-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top-title-inner {
    padding: 55px 0 0;
  }
}
.top-title .wrapper {
  height: 100%;
}
.top-title h1 {
  text-transform: uppercase;
  color: white;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: 80px/82px 'PMBold', sans-serif;
  padding: 0 0 5px;
  letter-spacing: 7px;
}
@media only screen and (max-width: 1440px) {
  .top-title h1 {
    font-size: 70px;
    line-height: 72px;
    letter-spacing: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .top-title h1 {
    font-size: 60px;
    line-height: 62px;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .top-title h1 {
    font-size: 40px;
    line-height: 42px;
    padding: 0 0 3px;
    letter-spacing: 0;
  }
}
.top-title h1 .colors {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.top-title h1 .colors span {
  float: left;
  width: 25%;
  height: 7px;
}
@media only screen and (max-width: 767px) {
  .top-title h1 .colors span {
    height: 3px;
  }
}
.top-title .arrow {
  display: block;
  margin: 35px auto 0;
  width: 83px;
  height: 46px;
  background: url(../img/arrow.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1440px) {
  .top-title .arrow {
    width: 41px;
    height: 23px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .top-title .arrow {
    margin-top: 15px;
  }
}
/* end top title */
.content {
  position: relative;
  z-index: 3;
  margin: -224px 0 0;
}
@media only screen and (max-width: 1440px) {
  .content {
    margin: -170px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .content {
    margin: 0;
    background: url(../img/bg-solutions.jpg) no-repeat;
    background-size: auto 100px;
  }
}
.content .corner-top {
  background: url(../img/corner-top-2.png) no-repeat;
  background-size: 100% 459px;
  height: 459px;
}
@media only screen and (max-width: 1440px) {
  .content .corner-top {
    background-size: 100% 345px;
    height: 345px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .corner-top {
    background-size: 100% 280px;
  }
}
@media only screen and (max-width: 900px) {
  .content .corner-top {
    background-size: 100% 220px;
  }
}
@media only screen and (max-width: 767px) {
  .content .corner-top {
    display: none;
  }
}
.content-middle {
  margin: -285px 0 0;
  min-height: 300px;
}
@media only screen and (max-width: 1440px) {
  .content-middle {
    margin: -195px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .content-middle {
    margin: -225px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .content-middle {
    padding: 30px 0 0;
    margin: 0;
  }
}
.content .colors-block {
  position: absolute;
  top: -130px;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .content .colors-block {
    left: 20px;
  }
}
.content .colors-block .colors {
  position: absolute;
  top: 0;
  left: 1px;
}
.content .colors-block .line {
  display: block;
  height: 360px;
  width: 1px;
  background: #aeaeae;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .content .colors-block .line {
    height: 180px;
  }
}
.content .colors-block .line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 7px;
  height: 7px;
  background: #aeaeae;
}
.content .sub-menu {
  text-align: center;
  margin: -60px 0 60px;
  list-style: none;
}
@media only screen and (max-width: 1024px) {
  .content .sub-menu {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content .sub-menu {
    margin-top: 0;
  }
}
.content .sub-menu li {
  display: inline-block;
  vertical-align: top;
  font: 20px/22px 'PMLight', sans-serif;
  padding: 0 10px;
}
@media only screen and (max-width: 540px) {
  .content .sub-menu li {
    font-size: 17px;
  }
}
.content .sub-menu li a {
  color: #201f1f;
  display: block;
  border-bottom: 2px solid white;
}
.content .sub-menu li a:hover {
  text-decoration: none;
  color: #000080;
}
.content .sub-menu li.active a {
  color: #000080;
  border-bottom: 2px solid #26a2ff;
}
.content .pages {
  text-align: center;
}
.content .pages li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 5px;
}
.content .pages li a {
  display: block;
  width: 31px;
  height: 31px;
  background: #f3f3f5;
  font-size: 15px;
  line-height: 31px;
  color: #333;
}
.content .pages li a.current,
.content .pages li a:hover {
  color: white;
  background: #26a2ff;
  text-decoration: none;
}
.content .pages li a.prev,
.content .pages li a.next {
  background: none;
  color: #000080;
  font-size: 20px;
}
.content .content-holder {
  padding: 60px 62px 80px;
}
@media only screen and (max-width: 900px) {
  .content .content-holder {
    padding: 0 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content .content-holder {
    padding: 0 0 30px;
  }
}
.content .content-holder .date-line {
  display: block;
  text-align: center;
  color: #6184ab;
  font: 20px/22px 'PMLight', sans-serif;
  margin: -50px 0 20px;
}
@media only screen and (max-width: 767px) {
  .content .content-holder .date-line {
    margin: 0 0 20px;
  }
}
.content .content-holder h2 {
  font: 40px/50px 'PMLight', sans-serif;
  color: black;
  padding: 0 0 20px;
}
@media only screen and (max-width: 900px) {
  .content .content-holder h2 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .content .content-holder h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.content .content-holder .news-img {
  background: black;
}
.content .content-holder .news-img img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.8;
}
.content .content-holder p {
  margin: 0 0 20px;
}
.content .content-holder .social a {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
  font-size: 18px;
}
.content .content-holder h3 {
  font: 25px/28px 'PMLight', sans-serif;
  color: black;
  padding: 0 0 5px;
}
.content .content-holder .sep-line {
  height: 1px;
  background: #aeaeae;
  position: relative;
  margin: 0 0 35px;
}
.content .content-holder .sep-line:before {
  content: '';
  position: absolute;
  right: 0;
  top: -3px;
  background: #aeaeae;
  width: 7px;
  height: 7px;
}
.content .content-holder .prod-inner {
  padding: 0 0 80px;
}
@media only screen and (max-width: 767px) {
  .content .content-holder .prod-inner {
    padding: 0 0 20px;
  }
}
.content .content-holder .image-side {
  float: left;
  width: 44%;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .image-side {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .content .content-holder .image-side {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.content .content-holder .image-side img {
  display: block;
  width: 100%;
  border: 5px solid #f3f3f5;
}
.content .content-holder .image-side .download {
  display: block;
  overflow: hidden;
  margin: -5px 10% 5px;
  position: relative;
  z-index: 2;
  width: 80%;
  background: #f3f3f5;
  background-size: auto 50px;
  color: #121e30;
  font-size: 16px;
  line-height: 28px;
  padding: 0 36px 0 10px;
  height: -64px-;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .image-side .download {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.content .content-holder .image-side .download:hover {
  text-decoration: none;
  color: #000080;
}
.content .content-holder .image-side .download i {
  position: absolute;
  right: 15px;
  top: 22px;
  font-size: 20px;
  color: #000080;
}
.content .content-holder .image-side .download .colors {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
}
.content .content-holder .image-side .download .colors span {
  display: block;
  height: 25%;
  width: 100%;
}
.content .content-holder .text-side {
  float: right;
  width: 49%;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .text-side {
    width: 45%;
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content .content-holder .text-side {
    float: none;
    width: 100%;
  }
}
.content .content-holder .text-side .text-scroll {
  height: 390px;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .text-side .text-scroll {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .content .content-holder .text-side .text-scroll {
    height: 100%;
  }
}
.content .content-holder .text-side .text-scroll .text-scroll-inner {
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .content .content-holder .text-side .text-scroll .text-scroll-inner {
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  .content .content-holder .text-side p {
    margin: 0 0 15px;
  }
}
.content .content-holder .news {
  text-align: center;
}
.content .content-holder .news li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 495px;
  height: 420px;
  margin: 52px 10px 25px;
  background: #f3f3f5;
  padding: 0 0 0 40px;
  text-align: left;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (max-width: 1024px) {
  .content .content-holder .news li {
    width: 415px;
    height: 400px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 900px) {
  .content .content-holder .news li {
    width: 500px;
    height: 420px;
  }
}
@media only screen and (max-width: 540px) {
  .content .content-holder .news li {
    display: block;
    margin: 0 0 25px;
    width: 100%;
    height: auto;
    padding: 0 0 20px;
  }
}
.content .content-holder .news li .image {
  overflow: hidden;
  width: 284px;
  float: left;
  margin: -52px 20px 20px 0;
  background: black;
}
@media only screen and (max-width: 1024px) {
  .content .content-holder .news li .image {
    width: 250px;
  }
}
@media only screen and (max-width: 900px) {
  .content .content-holder .news li .image {
    width: 300px;
  }
}
@media only screen and (max-width: 540px) {
  .content .content-holder .news li .image {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto 10px;
  }
}
.content .content-holder .news li .image img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.8;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.content .content-holder .news li .date {
  display: block;
  overflow: hidden;
  font: 20px/22px 'PMLight', sans-serif;
  color: #6184ab;
  margin: 30px 0 0;
}
@media only screen and (max-width: 540px) {
  .content .content-holder .news li .date {
    margin: 0 20px 10px;
  }
}
.content .content-holder .news li .date strong {
  display: block;
  font-size: 40px;
  line-height: 42px;
}
@media only screen and (max-width: 1024px) {
  .content .content-holder .news li .date strong {
    font-size: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .content .content-holder .news li .date strong {
    font-size: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .content .content-holder .news li .date strong {
    display: inline-block;
    padding: 0 3px 0 0;
    font-size: 30px;
  }
}
.content .content-holder .news li:nth-child(odd) {
  text-align: right;
  padding: 0 40px 0 0;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .news li:nth-child(odd) {
    text-align: left;
    padding: 0 0 0 40px;
  }
}
@media only screen and (max-width: 540px) {
  .content .content-holder .news li:nth-child(odd) {
    padding: 0 0 20px;
  }
}
.content .content-holder .news li:nth-child(odd) .image {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .news li:nth-child(odd) .image {
    float: left;
    margin-right: 20px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .content .content-holder .news li:nth-child(odd) .image {
    float: none;
    margin: 0 auto 10px;
  }
}
.content .content-holder .news li:nth-child(odd) .inner {
  margin: 0 0 20px 30px;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .news li:nth-child(odd) .inner {
    margin: 0 30px 20px 0;
  }
}
@media only screen and (max-width: 540px) {
  .content .content-holder .news li:nth-child(odd) .inner {
    margin: 0 20px 20px;
  }
}
.content .content-holder .news li:nth-child(odd) .share {
  float: left;
  margin: 5px 0 0 30px;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .news li:nth-child(odd) .share {
    float: right;
    margin: 5px 30px 0 0;
  }
}
.content .content-holder .news li h2 {
  font: 700 22px/24px 'Open Sans', sans-serif;
  padding: 0 0 15px;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .news li h2 {
    text-align: left;
  }
}
.content .content-holder .news li h2 a {
  color: #121e30;
}
.content .content-holder .news li .inner {
  height: 183px;
  margin: 0 30px 20px 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 540px) {
  .content .content-holder .news li .inner {
    margin: 0 20px 20px;
    height: auto;
  }
}
.content .content-holder .news li .share {
  float: right;
  font-size: 20px;
  margin: 5px 30px 0 0;
}
.content .content-holder .news li .btn {
  margin: 0 20px;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .news li .btn {
    margin: 0;
  }
}
@media only screen and (max-width: 540px) {
  .content .content-holder .news li .btn {
    margin: 0 20px;
  }
}
.content .content-holder .news li:hover .image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.content .content-holder .products-list {
  list-style: none;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .products-list {
    padding-top: 25px;
  }
}
.content .content-holder .products-list li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 325px;
  height: 280px;
  margin: 44px 5px 30px;
  background: #f3f3f5;
  padding: 0 37px;
  font-size: 15px;
  line-height: 20px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .products-list li {
    width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .content .content-holder .products-list li {
    margin: 0 5px 25px;
    width: 47%;
    height: auto;
    padding: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .content .content-holder .products-list li {
    width: 100%;
    display: block;
    margin: 0 auto 25px;
    padding: 0 20px 20px;
  }
}
.content .content-holder .products-list li .image {
  display: block;
  overflow: hidden;
  width: 100%;
  border: 4px solid #f3f3f5;
  margin: -44px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .content .content-holder .products-list li .image {
    width: auto;
    margin: 0 -20px 10px;
  }
}
.content .content-holder .products-list li .image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.content .content-holder .products-list li h2 {
  font: 700 18px/20px 'Open Sans', sans-serif;
  padding: 0 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .content-holder .products-list li h2 a {
  color: #333333;
}
.content .content-holder .products-list li .text {
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  max-height: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .content .content-holder .products-list li .text {
    max-height: 100%;
  }
}
.content .content-holder .products-list li .btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin: 0 0 0 -65px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}
@media only screen and (max-width: 767px) {
  .content .content-holder .products-list li .btn {
    position: static;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    margin: 0;
  }
}
.content .content-holder .products-list li:hover .image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.content .content-holder .products-list li:hover .text {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .content .content-holder .products-list li:hover .text {
    opacity: 1 ;
  }
}
.content .content-holder .products-list li:hover .btn {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.content .content-holder .services {
  list-style: none;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .services {
    padding-top: 25px;
  }
}
.content .content-holder .services li {
  margin: 36px 0 90px 53px;
  padding: 0 50px 30px 0;
  min-height: 225px;
  position: relative;
  background: #f3f3f5;
  font-size: 15px;
  line-height: 24px;
}
.content .content-holder .services li:after {
  clear: both;
  content: '';
  display: block;
}
.content .content-holder .services li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .services li {
    padding: 0 20px 15px;
    margin-left: 33px;
  }
}
@media only screen and (max-width: 540px) {
  .content .content-holder .services li {
    margin: 0 0 20px;
  }
}
.content .content-holder .services li .image {
  float: left;
  width: 284px;
  border: 4px solid #f3f3f5;
  background: white;
  margin: -35px 43px 0 -53px;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .services li .image {
    margin-bottom: 20px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 540px) {
  .content .content-holder .services li .image {
    float: none;
    margin: 0 -20px;
    width: auto;
  }
}
.content .content-holder .services li .image img {
  width: 100%;
  height: auto;
}
.content .content-holder .services li .image-margin img {
  margin-top: -17px;
}
.content .content-holder .services li h2 {
  font: 700 22px/24px 'Open Sans', sans-serif;
  padding: 40px 0 10px;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .services li h2 {
    text-align: left;
  }
}
.content .content-holder .services li .colors {
  position: absolute;
  bottom: -18px;
  left: 52px;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .services li .colors {
    left: 20px;
    bottom: 0;
  }
}
.content .content-holder .services li .colors span {
  width: 6px;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .services li .colors span {
    width: 18px;
    height: 6px;
    float: right;
  }
}
@media only screen and (max-width: 900px) {
  .content .content-holder .services li .holder {
    overflow: visible;
  }
}
.content .content-holder .specific {
  list-style: none;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .specific {
    text-align: center;
  }
}
.content .content-holder .specific li {
  display: inline-block;
  vertical-align: top;
  margin: 52px 10px 25px;
  background: #f3f3f5;
  height: 316px;
  width: 495px;
  padding: 0 35px 0 40px;
  font-size: 15px;
  line-height: 24px;
  position: relative;
}
.content .content-holder .specific li:after {
  clear: both;
  content: '';
  display: block;
}
.content .content-holder .specific li:last-child {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .content .content-holder .specific li {
    font-size: 14px;
    line-height: 22px;
    height: 315px;
    width: 415px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 900px) {
  .content .content-holder .specific li {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .content .content-holder .specific li {
    float: left;
    width: 46%;
    margin: 0 2% 40px;
    padding: 0 20px 30px;
  }
}
@media only screen and (max-width: 540px) {
  .content .content-holder .specific li {
    float: none;
    width: 100%;
    margin: 0 0 30px;
    height: auto;
  }
}
.content .content-holder .specific li .image {
  display: block;
  width: 380px;
  margin: -38px 0 30px;
  background: black;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .content .content-holder .specific li .image {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .content .content-holder .specific li .image {
    float: none;
    width: auto;
    margin: 0 -20px 15px;
  }
  .content .content-holder .specific li .image img {
    width: 100%;
    height: auto;
    opacity: 0.9;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
  }
}
.content .content-holder .specific li .photo-count {
  position: absolute;
  top: 38px;
  right: 38px;
  background: #f3f3f5;
  color: #000080;
  text-align: center;
  width: 74px;
  height: 38px;
  line-height: 38px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .content .content-holder .specific li .photo-count {
    top: 20px;
    right: 0;
  }
}
.content .content-holder .specific li .photo-count i {
  font-size: 16px;
  float: left;
  width: 50%;
  line-height: 38px;
}
.content .content-holder .specific li .photo-count span {
  float: left;
  width: 50%;
}
.content .content-holder .specific li h2 {
  font: 700 22px/24px 'Open Sans', sans-serif;
  padding: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .content .content-holder .specific li h2 {
    font-size: 20px;
  }
}
.content .content-holder .specific li .text {
  max-height: 48px;
  overflow: hidden;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}
.content .content-holder .specific li p {
  margin: 0;
}
.content .content-holder .specific li .btn {
  bottom: 37px;
  left: 40px;
  position: absolute;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .content .content-holder .specific li .btn {
    position: static;
    margin: 10px 0 0;
    opacity: 1;
  }
}
.content .content-holder .specific li .colors {
  position: absolute;
  right: 76px;
  bottom: -18px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .specific li .colors {
    bottom: 0;
    right: 0;
    opacity: 1;
  }
}
.content .content-holder .specific li .colors span {
  width: 6px;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .specific li .colors span {
    width: 18px;
    height: 6px;
    float: right;
  }
}
.content .content-holder .specific li:hover .text {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .content .content-holder .specific li:hover .text {
    opacity: 1;
  }
}
.content .content-holder .specific li:hover .btn {
  opacity: 1;
}
.content .content-holder .specific li:hover .colors {
  opacity: 1;
}
.content .content-holder .specific li:hover .photo-count {
  background: #26a2ff;
  color: white;
}
.content .content-holder .specific li:hover .image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.content .content-holder .contacts li {
  overflow: hidden;
  background: #f3f3f5;
  margin: 0 0 33px;
  line-height: 24px;
  font-size: 15px;
}
.content .content-holder .contacts li .map {
  float: right;
  width: 326px;
  height: 325px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .content .content-holder .contacts li .map {
    float: none;
    width: 100%;
    height: 280px;
  }
}
.content .content-holder .contacts li .map .colors {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
}
@media only screen and (max-width: 767px) {
  .content .content-holder .contacts li .map .colors {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 6px;
  }
}
.content .content-holder .contacts li .map .colors span {
  width: 100%;
  height: 25%;
}
@media only screen and (max-width: 767px) {
  .content .content-holder .contacts li .map .colors span {
    float: right;
    width: 25%;
    height: 100%;
  }
}
.content .content-holder .contacts li .holder {
  padding: 25px 10px 10px 55px;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .contacts li .holder {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content .content-holder .contacts li .holder {
    padding: 20px 15px 20px 20px;
  }
}
.content .content-holder .contacts li h2 {
  color: black;
  font: 700 22px/24px 'Open Sans', sans-serif;
  padding: 0 0 10px;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .content .content-holder .contacts li h2 {
    font-size: 20px;
  }
}
.content .content-holder .contacts li .name {
  display: block;
  color: #26a2ff;
}
.content .content-holder .contacts li .addr {
  display: block;
}
.content .content-holder .contacts li .contact {
  display: block;
}
.content .content-holder .contacts li .contact strong {
  margin-right: 10px;
}
.content .content-holder .contacts li .contact a {
  color: #333;
}
.content .content-holder .contacts li .contact a.blue {
  color: #26a2ff;
}
.content .content-inner {
  background: white;
  position: relative;
  padding: 65px 94px 55px;
  margin: -75px 67px 0;
}
@media only screen and (max-width: 1024px) {
  .content .content-inner {
    margin: -75px 45px 0;
    padding: 60px 50px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .content .content-inner {
    margin: -35px 30px 0;
    padding: 20px 30px 30px;
  }
}
@media only screen and (max-width: 540px) {
  .content .content-inner {
    margin: 0;
    padding: 15px 0 30px;
  }
}
.images-side {
  max-width: 1076px;
  margin: 0 auto;
}
.images-side .slider-for {
  border: 4px solid #f3f3f5;
}
.images-side .slider-for .item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}
@media only screen and (max-width: 1024px) {
  .images-side .slider-for .item {
    height: 500px;
  }
}
@media only screen and (max-width: 900px) {
  .images-side .slider-for .item {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .images-side .slider-for .item {
    height: 300px;
  }
}
@media only screen and (max-width: 540px) {
  .images-side .slider-for .item {
    height: 200px;
  }
}
.slider-nav {
  max-width: 446px;
  margin: -45px auto 25px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .slider-nav {
    margin-top: -5px;
  }
}
.slider-nav .item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 55px;
  width: 55px;
  margin: 0 6px;
  position: relative;
}
.slider-nav .item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(243, 243, 245, 0.7);
}
.slider-nav .item.slick-current:before {
  display: none;
}
.slider-nav .slider-prev,
.slider-nav .slider-next {
  position: absolute;
  left: 0;
  top: 0;
  height: 55px;
  line-height: 55px;
  font-size: 32px;
  color: #000080;
  cursor: pointer;
}
.slider-nav .slider-next {
  left: auto;
  right: 0;
}
.more-text {
  display: none;
}
.btn-more {
  position: relative;
  margin-top: 20px;
}
.btn-more:before {
  content: 'More';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 0 15px;
}
.btn-more:after {
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 100%;
}
.btn-more.hide:before {
  content: 'Less';
}
.btn-more.hide:after {
  content: "\f077";
}
.news-slide .item {
  margin: 37px 15px 0 0;
  background: #f3f3f5;
  padding: 0 5px 20px 27px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .news-slide .item {
    padding: 0 0 20px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 540px) {
  .news-slide .item {
    margin: 0;
  }
}
.news-slide .item:hover .image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.news-slide .image {
  overflow: hidden;
  max-width: 200px;
  float: left;
  margin: -37px 15px 15px 0;
  background: black;
}
@media only screen and (max-width: 767px) {
  .news-slide .image {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
  }
}
.news-slide .image img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.8;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.news-slide .date {
  display: block;
  overflow: hidden;
  font: 15px/18px 'PMLight', sans-serif;
  color: #6184ab;
  padding: 22px 0 0;
}
@media only screen and (max-width: 767px) {
  .news-slide .date {
    padding: 0 20px 5px;
  }
}
.news-slide .date strong {
  display: block;
  font-size: 25px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .news-slide .date strong {
    display: inline-block;
    font-size: 20px;
  }
}
.news-slide h4 {
  clear: both;
  font: 700 16px/25px 'Open Sans', sans-serif;
}
@media only screen and (max-width: 767px) {
  .news-slide h4 {
    padding: 0 20px;
    font: 700 14px/20px 'Open Sans', sans-serif;
  }
}
.news-slide h4 a {
  color: #121e30;
}
.products-slide .item {
  text-align: center;
  height: 280px;
  width: 350px;
  margin: 44px auto 30px;
  background: #f3f3f5;
  padding: 0 37px;
  font-size: 15px;
  line-height: 20px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .products-slide .item {
    width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .products-slide .item {
    display: block;
    margin: 0 auto 25px;
    height: auto;
    padding: 0 0 20px;
  }
}
@media only screen and (max-width: 540px) {
  .products-slide .item {
    width: 100%;
  }
}
.products-slide .item .image {
  display: block;
  overflow: hidden;
  max-width: 100%;
  border: 4px solid #f3f3f5;
  margin: -44px 0 20px 0;
  float: left;
}
@media only screen and (max-width: 767px) {
  .products-slide .item .image {
    margin: 0 auto 10px;
    float: none;
  }
}
.products-slide .item .image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.products-slide .item h4 {
  font: 700 18px/20px 'Open Sans', sans-serif;
  margin: 0 0 15px;
  white-space: nowrap;
  overflow: hidden;
  clear: both;
  text-overflow: ellipsis;
}
.products-slide .item h4 a {
  color: #333333;
}
.products-slide .item .text {
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  max-height: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .products-slide .item .text {
    max-height: 100%;
  }
}
.products-slide .item .btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin: 0 0 0 -65px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}
@media only screen and (max-width: 767px) {
  .products-slide .item .btn {
    position: static;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    margin: 15px 0 0;
  }
}
.products-slide .item:hover .image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.products-slide .item:hover .text {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .products-slide .item:hover .text {
    opacity: 1 ;
  }
}
.products-slide .item:hover .btn {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.slide .slide-prev,
.slide .slide-next {
  position: absolute;
  left: -60px;
  top: 107px;
  color: #121e30;
  font-size: 40px;
  line-height: 40px;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .slide .slide-prev,
  .slide .slide-next {
    left: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .slide .slide-prev,
  .slide .slide-next {
    left: -20px;
  }
}
.slide .slide-prev:before,
.slide .slide-next:before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  height: 44px;
  width: 1px;
  background: #aeaeae;
}
@media only screen and (max-width: 767px) {
  .slide .slide-prev:before,
  .slide .slide-next:before {
    display: none;
  }
}
.slide .slide-next {
  left: auto;
  right: -60px;
}
@media only screen and (max-width: 900px) {
  .slide .slide-next {
    right: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .slide .slide-next {
    right: -20px;
  }
}
.slide .slide-next:before {
  right: auto;
  left: -20px;
}
.slide.products-slide .slide-prev,
.slide.products-slide .slide-next {
  top: 160px;
}
.testimonials-block .colors {
  display: block;
  width: 70px;
  font-size: 0.0000001px;
  line-height: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonials-block .colors span {
  display: inline-block;
  width: 25%;
  height: 6px;
}
.testimonials-block .testimonials-author-slider {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .testimonials-block .testimonials-author-slider {
    padding: 0;
  }
}
.testimonials-block .testimonials-author-slider .testim-slide-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  color: #26a2ff;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .testimonials-block .testimonials-author-slider .testim-slide-prev {
    left: -15px;
  }
}
.testimonials-block .testimonials-author-slider .testim-slide-prev i.fa {
  color: inherit;
  font-size: inherit;
}
.testimonials-block .testimonials-author-slider .testim-slide-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  color: #26a2ff;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .testimonials-block .testimonials-author-slider .testim-slide-next {
    right: -15px;
  }
}
.testimonials-block .testimonials-author-slider .testim-slide-next i.fa {
  color: inherit;
  font-size: inherit;
}
.testimonials-block .testimonials-author-slider .item {
  cursor: pointer;
  height: 190px;
  padding: 10px;
}
.testimonials-block .testimonials-author-slider .item.slick-current .author-wrap {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #79c6ff;
  background-color: #f3f3f5;
}
.testimonials-block .testimonials-author-slider .item.slick-current .author-wrap .colors {
  opacity: 1;
}
.testimonials-block .author-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid transparent;
}
.testimonials-block .author-wrap:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #79c6ff;
  background-color: #f3f3f5;
}
.testimonials-block .author-wrap:hover .colors {
  opacity: 1;
}
.testimonials-block .author-wrap .colors {
  position: absolute;
  top: 6px;
  right: 17px;
  opacity: 0;
}
.testimonials-block .author-wrap .author-avatar {
  width: 50%;
  float: left;
  height: 100%;
}
.testimonials-block .author-wrap .author-avatar .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.testimonials-block .author-wrap .author-info-wrap {
  position: absolute;
  height: calc(100% - 60px);
  width: 50%;
  padding-left: 25px;
  background-color: #f3f3f5;
  top: 50%;
  right: 0;
  display: table;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .testimonials-block .author-wrap .author-info-wrap {
    padding-left: 15px;
  }
}
.testimonials-block .author-wrap .author-info {
  display: table-cell;
  vertical-align: middle;
}
.testimonials-block .author-wrap .name {
  font-size: 18px;
  line-height: 25px;
  font-family: 'PMBold', sans-serif;
}
@media only screen and (max-width: 767px) {
  .testimonials-block .author-wrap .name {
    font-size: 15px;
    line-height: 19px;
  }
}
.testimonials-block .author-wrap .position {
  font-size: 15px;
  line-height: 24px;
  color: #26a2ff;
}
.testimonials-block .testimonials-slider .testimonial-wrap .colors {
  display: inline-block;
  vertical-align: middle;
}
.testimonials-block .testimonials-slider .testimonial-wrap .name {
  font-size: 22px;
  line-height: normal;
  color: #333;
  font-family: 'PMBold', sans-serif;
}
.testimonials-block .testimonials-slider .testimonial-wrap .position {
  font-size: 15px;
  line-height: 24px;
  color: #26a2ff;
}
.testimonials-block .testimonials-slider .testimonial-wrap .testimonial {
  padding-top: 15px;
  color: #333;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
}
.testimonials-block .testimonials-slider .testimonial-wrap .testimonial p {
  font: inherit;
  color: inherit;
}
/* footer */
#footer {
  background: #121e30;
  color: #9b9a9a;
  font-size: 14px;
  line-height: 18px;
  padding: 25px 20px 35px 20px;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-top: 5px;
  }
}
#footer a {
  color: #9b9a9a;
}
#footer a:hover {
  text-decoration: none;
  color: #26a2ff;
}
#footer h5 {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0;
}
#footer .addr {
  overflow: hidden;
  margin: 0 0 7px;
}
#footer .addr dt {
  float: left;
  width: 25px;
  font-size: 13px;
}
#footer .addr dd {
  overflow: hidden;
  margin: 0;
}
#footer .menu {
  list-style: none;
}
#footer .menu li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 0 0 5px;
}
#footer .bottom {
  padding: 40px 0 0;
}
#footer .copy {
  display: block;
  font-size: 13px;
  padding: 14px 0 0;
}
@media only screen and (max-width: 540px) {
  #footer .copy {
    float: none;
    display: block;
    text-align: center;
  }
}
#footer .social {
  float: right;
}
@media only screen and (max-width: 540px) {
  #footer .social {
    float: none;
    text-align: center;
  }
}
#footer .social a {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
  font-size: 17px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  color: white;
  line-height: 35px;
}
#footer .social a.color-1 {
  background: #26a2ff;
}
#footer .social a.color-2 {
  background: #c52547;
}
#footer .colors {
  position: absolute;
  bottom: -35px;
  left: 0;
  overflow: hidden;
}
#footer .colors span {
  float: left;
}
#footer .colors span.color-1 {
  background: #f5fbfd;
}
/* end footer */
.video-hold {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.video-hold iframe,
.video-hold object,
.video-hold embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}

		/* это мои финтазии */

.scroll-top-btn {
      position: fixed;
      width: 50px;
      height: 200px;
      right: 7px;
      bottom: 60px;
	  z-index: 9999;
	  filter: drop-shadow(3px 1px 5px rgba(0, 0, 0, 0.2));
      background: url('../img/demo/Yu2.png') no-repeat;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }

.scroll-top-btn:hover {
      position: fixed;
      width: 50px;
      height: 200px;
      right: 7px;
      bottom: 60px;
	  z-index: 9999;
	  filter: drop-shadow(3px 1px 5px rgba(0, 0, 0, 0.2));
      background: url('../img/demo/Yu1.png') no-repeat;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    .scroll-top-btn.is-visible {
      opacity: 1;
      visibility: visible;
    }
	
	
