@import url(https://fonts.googleapis.com/css?family=Roboto:400,300&subset=latin,cyrillic);


@font-face {
    font-family: "ARP";
    src: url("../fonts/ARP_240.otf") format("opentype");
}





@font-face {
    font-family: "Gymkhana";
    src: url("../fonts/Gymkhana_Extra--Light.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    font-variant: normal;
}

@font-face {
    font-family: "Gymkhana";
    src: url("../fonts/Gymkhana_Light-Italic.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
    font-stretch: normal;
    font-variant: normal;
}

@font-face {
    font-family: "Gymkhana";
    src: url("../fonts/Gymkhana_Light.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    font-variant: normal;
}

@font-face {
    font-family: "Gymkhana";
    src: url("../fonts/Gymkhana_Light-Italic.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
    font-stretch: normal;
    font-variant: normal;
}

@font-face {
    font-family: "Gymkhana";
    src: url("../fonts/Gymkhana_Book.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-variant: normal;
}

@font-face {
    font-family: "Gymkhana";
    src: url("../fonts/Gymkhana_Book.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    font-variant: normal;

}


@font-face {
    font-family: "Gymkhana";
    src: url("../fonts/Gymkhana_Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-variant: normal;
}

@font-face {
    font-family: "Gymkhana";
    src: url("../fonts/Gymkhana_Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    font-variant: normal;
}

@font-face {
    font-family: "Gymkhana";
    src: url("../fonts/Gymkhana_Bold.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-variant: normal;
}

@font-face {
    font-family: "Gymkhana";
    src: url("../fonts/Gymkhana_Bold-Italic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
    font-stretch: normal;
    font-variant: normal;
}

@font-face {
    font-family: "Gymkhana";
    src: url("../fonts/Gymkhana_Heavy.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-variant: normal;
}

@font-face {
    font-family: "Gymkhana";
    src: url("../fonts/Gymkhana_Heavy-Italic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    font-variant: normal;
}







/*
.text1{
	font-family: 'ARP', sans-serif;
	font-size:1.5em;
	color:#55FFCF;
	padding-bottom:30px;
}

.text2{
	font-family: "Gymkhana Book", sans-serif;
	text-align:center;
	font-size:1.5em;
	color:#00B7FF;
	padding-bottom:30px;
}

.text3{
	font-family: "Gymkhana_Extra Light", sans-serif;
	text-align:center;
	max-width:730px;
	font-size:1em;
	color:#646363;
	padding-bottom:30px;
}

*/

/*
@font-face {
  font-family: Fact;
  src: url(../fonts/Fact_VF.ttf);
  display:swap;
}
*/

/*
@font-face {
 font-family: Fact;
 src: url(../fonts/Fact_VF.ttf);
 font-weight: 100;
 font-style: normal;
 font-stretch: normal;
 font-variant: normal;
}


@font-face {
 font-family: Fact;
 src: url(../fonts/Fact_VF.ttf);
 font-weight: 300;
 font-style: normal;
 font-stretch: normal;
 font-variant: normal;
}


@font-face {
 font-family: Fact;
 src: url(../fonts/Fact_VF.ttf);
 font-weight: 600;
 font-style: normal;
 font-stretch: normal;
 font-variant: normal;
}


@font-face {
 font-family: Fact;
 src: url(../fonts/Fact_VF.ttf);
 font-weight: 900;
 font-style: normal;
 font-stretch: normal;
 font-variant: normal;
}

*/
body{
 -ms-user-select: none; 
 -moz-user-select: none; 
 -webkit-user-select: none; 
 user-select: none; 

}

strong, b{
font-weight: 500;
}

button, input, textarea{
 font-family: 'Gymkhana', sans-serif;
 font-weight: 100;
 font-size: 16px;
 text-decoration: none;
}


.model-wrapper{
	display: flex;
	flex-wrap: wrap;
}

.slider-wrapper{
	display: flex;
	width: 70%;
	justify-content: center;
}

.slider-wrapper img{
	width: 100%;
	height: auto;
}

.open-info, .close-info{
    font-family: 'Gymkhana', sans-serif;
    font-weight: 100;
    font-size: 12px;
}

/*------------------hp blocks------------*/


.hp-slide{
/* width: 60%;*/
    padding: 0 15%;
}


.hp-slide img{
  width: auto;
  margin-top: -100px;
}

.owl-carousel .owl-item img{
  height:650px;
}


.hp_block{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items:center;
/*  padding-bottom:30px;*/
}

a.hp_block_btn {
  border: 1px solid #408da0;
  padding:20px 30px;
  font-family: 'Gymkhana', sans-serif;
  font-weight: 200;
  font-size: 16px;
  text-decoration: none;
  color: #408da0;
}

a.hp_block_btn:hover{
  color: #fff;
  border-color: #408da0;
  background-color:#408da0;
}

.block_img{
  text-align: center;
  padding: 50px 0;
}


.block1{
  width:50%;
  padding:0;
}

.block1 img {
  width:70%;
/*  width:100%;*/
  height:auto;
}


.block2{
  width:50%;
padding: 50px 50px 50px 0;

/*  padding:50px;*/
  text-align: center;
}

.block_title{
  text-transform: uppercase;
  color: #408da0;
  font-size: 32px;
  line-height: 1.3;
  padding-bottom: 30px;
}

.block_text{
  color: #646363;
  font-size: 17px;
  text-align: justify;
  line-height: 1.5;
  padding-bottom: 30px;
}


.oth-pages{
  margin-top:-20px !important;
}

@media (max-width: 600px) {

.hp_block{
  display:block;
}

.block1, .block2{
  width:100%;
}

.block2{
  padding:50px !important;
}

.block1 img {
  width: 100%;
}

.block_img {
  padding: 0;
}

}




.slider-block1{
  display: flex;
  flex-wrap: wrap;
}

.item{
margin-right:10px;
margin-bottom:30px;
}


.breadcumbs, .breadcumbs a{
color: #666;
}

.breadcumbs a:hover{
color:#2b7a82;
}

.dop-color i{
background:#32b9b9 !important;
}


.breadcumbs{
padding-top:50px;
}

.print-list a{
color: #666;
text-decoration:none;
}


.print-list a:hover{
color:#2b7a82;
}


.model-view a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.model-view a:hover{
color: #2b7a82;
}

.sub-pages{
background:#fff;
}

.sub-pages li.active a{
font-weight:300;
}

.sub-pages li a{
color:#222;
font-weight: 200;
}

.sub-pages .langs-switch {
    border: 2px solid #4abbd4;
    color: #4abbd4;
}


.main-logo{
width:220px;
margin-top: 5px;
}

.footer-logo-img{
width:224px;
}


.home-page-content{
position:relative;
display:flex;
width:100%;
/*height:calc(100vh - 100px);*/
height:calc(100vh - 200px);
/*height:500px;*/
background-color:#408da0;
align-items:center;
padding:50px;
/*padding:0 50px 100px 50px;*/
justify-content: center;
/*
margin-bottom: 30px;
justify-content: space-between;
*/
}
/*
.home-page-content:after{
 content: url(/img/arrow_d.svg);
  position:absolute;
  left: calc(50% - 75px);
  bottom:30px;
  width: 150px;
  height: 35px;
}
*/
.arrow-d{
  position:absolute;

width: 100%;
    /* bottom: 15px; */
    text-align: center;
    align-self: end;
}

.arrow-d img{
  width:150px;
}


.hp-text{
/*width:70%;*/
width:55%;
}

.logo-text{
display:none;
}


.hp-cow{
margin-left: 50px;
}

.hp-cow img{
/*height: calc(100vh - 200px);*/
height: calc(100vh - 300px);
/*height:400px;*/
}

.hp-text img{
/*height:400px;*/
}

@media (max-width: 900px) {

iframe{
width:100%;
}


.breadcumbs{
display:none;
}


footer {
    padding: 20px !important;
}

.home-page-content{
height:auto;
flex-direction:column-reverse;
padding:30px;
}

.hp-cow{
margin-left: 0px;
}

.hp-text{
width:100%;
}


.logo-text{
    display:block !important;
    color: #fff;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    padding-top: 30px; 
    padding-bottom: 30px;
}

/*
.home-page-content:after{
  bottom:15px;
}
*/
.hp-text img{
display:none;
}


.hp-cow img{
width:100%;
height:auto;
}

.langs-switch{
border-radius:0 !important;
}


}




.cke_editable, .user_page
{
	color:#666;
	font-size: 17px;
	text-align: justify;
	line-height: 1.5;
}



img.right
{
	border: 0;
	float: right;
	padding: 0 0 20px 130px;

}

img.left
{
	border: 0;
	float: left;
	padding: 0px 130px 20px 0;
}


blockquote{
    position: relative;
    padding: 67px 0 70px 205px;
    box-sizing: border-box;
    font-size: 20px;
    color: #222;
    line-height: 1.5;
}


blockquote:before {
  content: "";
  display: block;
  background: url("../img/quote.png");
  width: 32px;
  height: 22px;
  position: absolute;
  top: 74px;
  left: 152px;
}

.b_line{
    height: 1px;
    width: 130px;
    background: #4abbd4;
}


.highlight-block {
    padding: 22px 70px 22px 35px;
    border-left: 4px solid #4abbd4;
    text-align: left;
    margin: 36px 36px 0 0;
    background: #f2f2f2;
    font-size: 20px;
    line-height: 1.5;
    color: #222;
    float:left;
}



.highlight-block2 {
    padding: 22px 35px 22px 70px;
    border-right: 4px solid #4abbd4;
    text-align: left;
    margin: 36px 36px 0 0;
    background: #f2f2f2;
    font-size: 20px;
    line-height: 1.5;
    color: #222;
    float:right;
}



.line_link {
    padding: 13px;
    font-size: 18px;
    color: #222;
    position:absolute;
    width:50px;
    text-align:center;
    left:0;
}

.line_link2 {
    padding: 13px;
    font-size: 18px;
    color: #222;
    position:absolute;
    width:50px;
    text-align:center;
    left:0;
    top:-19px;
}


.a1 {
    padding: 13px 16px;
    font-size: 18px;
    color: #4abbd4;
    width:50px;
    height:50px;
    border: 1px solid;
    text-align:center;
    position:relative;
    top:-19px;
    margin-right: 19px;
   
}

.line_block{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.partner_item{
display:inline-block;
margin:45px;
/*width:300px;*/
}

.partner_img{
height:215px;
}

.center_items{
text-align: center;
}

.dots{
margin:20px;
font-size:50px;
}

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

.sprite {
  background-image: url('../img/spritesheet.png');
  background-repeat: no-repeat;
  display: block;
}
.sprite.sprite-letter {
  background-position: -5px -5px;
  width: 25px;
  height: 18px;
}
.sprite.sprite-map {
  background-position: -5px -33px;
  width: 25px;
  height: 24px;
}
.sprite.sprite-phone {
  background-position: -5px -67px;
  width: 24px;
  height: 25px;
}
.sprite.sprite-print {
  background-position: -5px -102px;
  width: 24px;
  height: 25px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
* {
  box-sizing: border-box;
}
#modal {
  display: none;
  position: fixed;
  left: 43%;
  width: 370px;
  max-width: 100%;
  padding: 30px 19px 40px 19px;
  z-index: 1010;
  background-color: #fff;
}
@media (max-width: 300px) {
  #modal {
    width: 310px;
  }
}
.modal-overlay {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(127, 127, 127, 0.5);
}
.modal-close {
  position: absolute;
  top: 19px;
  right: 20px;
  cursor: pointer;
}
.modal-guts {
  padding: 0 0 40px 0;
}
.modal-guts p {
  font-size: 24px;
  color: #666;
  line-height: 1.5;
  padding-bottom: 10px;
}
.modal-guts:after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  position: absolute;
  background: #4abbd4;
}
.modal-form .input-wrapper {
  padding: 0 0 30px 0;
}
.modal-form input,
.modal-form button {
  display: block;
  width: 100%;
  padding: 14px 0 14px 18px;
  box-sizing: border-box;
}
.modal-form input {
  border: 1px solid #e1e1e1;
  background: #f7f7f7;
  font-size: 18px;
}
.modal-form span {
  position: absolute;
  color: #4abbd4;
  font-size: 12px;
  display: none;
}
.modal-form input.error {
  border-color: #4abbd4;
}
.modal-form input.error + .error-msg {
  display: block;
  margin: 0 0 10.45px 0;
}
.modal-form input.error::-webkit-input-placeholder {
  color: #4abbd4;
  opacity: 1;
}
.modal-form input.error:-moz-placeholder {
  color: #4abbd4;
  opacity: 1;
}
.modal-form input.error:-ms-input-placeholder {
  color: #4abbd4;
  opacity: 1;
}
.send {
  text-align: center;
  border: 1px solid #4abbd4;
}
.send button,
.send button:before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.send button {
  width: 100%;
  box-sizing: border-box;
  display: block;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}
.send button:focus {
  outline: none;
}
.send button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #404041;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.send button:hover {
  color: #fff;
  border-color: #37474f;
}
.send button:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Gymkhana', sans-serif;
  font-weight: 100;
  font-size: 16px;
  background: #fff;


}
*:focus {
  outline: none;
}
input:focus,
textarea:focus,
keygen:focus,
select:focus,
button:focus,
button:active {
  outline-offset: 0;
  outline: none;
  box-shadow: none;
}
ul,
li {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-style: normal;
  font-weight: normal;
}
.left {
  float: left;
}
.left_foot {
  float: left;
  display: flex;
  align-items: center;
}

.right {
  float: right;
}
.clear:before,
.clear:after,
.detail-table .row:before,
.detail-table .row:after,
.product-description:before,
.product-description:after,
.text-row:before,
.text-row:after,
.notification:before,
.notification:after {
  content: "";
  display: table;

}
.clear:after,
.detail-table .row:after,
.product-description:after,
.text-row:after,
.notification:after {
  clear: both;

}
.wrapper {
  margin: 0 auto;
  width: 1170px;
  box-sizing: border-box;
  padding-bottom: 30px;
}
@media (max-width: 1170px) {
  .wrapper {
    width: 90%;
  }
}
header {
  position: relative;
  background: #408da0;
  padding: 25px 50px;
}
header ul {
  text-align: right;
}
header li {
  display: inline-block;
  padding: 12px 28px 0 0;
}
header li:last-child {
  padding: 12px 0 0 0;
}
header li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
header li a:hover {
  color: #4abbd4;
}
header li.active a {
  color: #4abbd4;
}

.langs-switch{
  line-height:1;
  border: 2px solid #fff;
  border-radius: 22px;
  padding: 12px 3px 10px 3px !important;
  color: #fff;
}


header .switch {
  width: 52px;
  height: 52px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: transparent;
  border: none;
  padding: 0;
  z-index: 15;
  display: none;
  cursor: pointer;
}
header .switch i {
  display: block;
  width: 32px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s ease;
  transform-origin: 0 50%;
}
header .switch i:first-child {
  margin-top: -7px;
}
header .switch i:last-child {
  margin-top: 7px;
}
header .switch.open i:not(:nth-child(2)) {
  background: #000;
  left: 12px;
}
header .switch.open i:nth-child(2) {
  opacity: 0;
}
header .switch.open i:first-child {
  margin-top: -11px;
  transform: rotate(45deg);
}
header .switch.open i:last-child {
  margin-top: 12px;
  transform: rotate(-45deg);
}
header .subscribe {
  padding-left: 30px;
  padding-right: 10px;
  padding-bottom: 20px;
  font-family: 'Gymkhana';
  position: absolute;
  bottom: 0;
  display: none;
}
header .subscribe p {
  font-size: 15px;
  line-height: 22px;
}
header .subscribe input {
  border: none;
  display: block;
  border-bottom: solid 1px #e1e1e1;
  margin: 5px 0 15px;
  height: 40px;
}
header .subscribe input:focus {
  border-bottom-color: #414141;
}
header .subscribe button {
  background: transparent;
  border: solid 1px #4abbd4;
  display: inline-block;
  line-height: 35px;
  padding: 0 10px;
  cursor: pointer;
}
header .subscribe button:active {
  background: #4abbd4;
  color: #fff;
}
@media (max-width: 1400px) {
  header li:not(:last-child) {
    padding-right: 15px;
  }

header li a {
  font-size: 16px;
}


}

@media (max-width: 1024px) {

.hp-text img {
    height: 270px;
}
}

@media (max-width: 1023px) {


  body {
    padding-top: 64px;
  }
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 100;
    height: 66px;
  }
  header .header-wrapper {
    padding: 10px 20px;
  }
  header .left img {
    height: 42px;
    width: auto;
  }
  header ul {
    margin-top: 62px;
    border-bottom: solid 1px #e1e1e1;
  }
  header ul li,
  header ul li:last-child {
    float: none;
    display: block;
    padding: 0;
    color: #404041;
    border-top: solid 1px #e1e1e1;
    position: relative;
  }
  header ul li a {
    color: #404041;
    display: block;
    text-align: left;
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
  }
  header ul li.active a {
    color: #404041;
    border-left: solid 6px #4abbd4;
    padding-left: 24px;
  }
  header .switch {
    display: block;
  }
  header .right {
    width: 240px;
    background: #fff;
    position: fixed;
    top: 0;
    height: 100%;
    right: 0;
    z-index: 10;
    transition: all 0.5s ease;
    transform: translate(100%);
  }
  header .right .fade {
    content: '';
    display: block;
    width: 1000px;
    height: 100%;
    background: #000;
    position: absolute;
    right: 100%;
    top: 0;
    opacity: 0.0;
    pointer-events: none;
    transition: all 0.5s ease;
  }
  header .switch.open + .right {
    transform: translate(0);
  }
  header .switch.open + .right .fade {
    pointer-events: auto;
    opacity: 0.5;
  }
  header .subscribe {
    display: block;
  }

.oth-pages {
    margin-top: 0 !important;
}

body div.example{
  padding: 10px 0 20px !important;
}

.sub-pages .langs-switch {
    border: 0;

}

}
.main-item {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  height: 332px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.main-item:nth-child(even) {
  border-right: none;
}
.main-item:hover {
  background: #f8f8f8;
}
.main-item:hover .hover-block {
  top: 0;
  transition: all 0.5s ease 0s;
}
.main-item .link-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-item .hover-block {
  width: 100%;
  height: 332px;
/*  background: rgba(49, 184, 184, 0.89);*/
  background: rgba(74, 187, 212, 0.89);
  position: absolute;
  z-index: 3;
  top: -400px;
}
.main-item .hover-block a {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  text-decoration: none;
  padding: 0 0 16px 0;
}
.main-item .hover-block a img {
  position: relative;
  top: 2px;
  padding: 0 10px;
}
.main-item .hover-block a:last-child {
  padding: 0;
}
.main-item .hover-block a:hover {
  text-decoration: underline;
}
.main-item .hover-block:not(:hover) {
  transition: 1s;
}
.main-item .image-item {
  text-align: center;
}
.main-item .image-item img {
  max-width: 100%;
  height: auto;
}
.main-item .image-item .left {
  width: 50%;
}
.main-item .image-item {
  width: 50%;
  text-align: center;
  position: relative;
  height: 332px;
}
.main-item .image-item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1400px) {
  .main-item .image-item {
    width: 45%;
  }
}
@media (max-width: 1300px) {
  .main-item .image-item {
    width: 43%;
    margin: 0 1%;
    box-sizing: border-box;
  }
}
.main-item .content-item {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  padding: 0 36px 40px 0;
  text-align: right;
}
@media (max-width: 1400px) {
  .main-item .content-item {
    width: 50%;
  }
  .main-item .content-item br {
    display: none;
  }
}
@media (max-width: 1400px) {
  .main-item .content-item {
    padding: 0 30px 30px 0;
  }
}
.main-item h3 {
  text-transform: uppercase;
  color: #222;
  font-size: 32px;
  font-weight: 200;
  line-height: 1.3;
  padding: 0 0 40px 0;
  position: relative;
}
.main-item h3 span {
  display: inline-block;
}
.main-item h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 130px;
  height: 1px;
  background: #4abbd4;
  right: 0;
  bottom: 18px;
}
.main-item p {
  font-size: 16px;
  color: #666;
}
@media (max-width: 1279px) {
  .main-item h3 {
    font-size: 20px;
  }
  .main-item p {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .main-item {
    width: 100%;
    height: 179px;
    border-right: none;
  }
  .main-item:last-child {
    border-bottom: none;
  }
  .main-item:last-child.active {
    height: 179px;
  }
  .main-item .image-item {
    width: 30%;
    height: 179px;
    box-sizing: border-box;
  }
  .main-item .content-item {
    top: 60px;
  }
  .main-item .content-item {
    width: 60%;
  }
  .main-item .hover-block {
    height: 179px;
    bottom: 0;
    display: none;
  }
  .main-item:hover .hover-block {
    display: none;
  }
  .main-item.active {
    height: 358px;
  }
  .main-item.active .hover-block {
    display: block;
    top: 179px;
  }
  .main-item.active .hover-block a {
    padding: 0 0 5px 0;
  }
}
@media (max-width: 767px) {
  .main-item .image-item {
    width: 20%;
  }
  .main-item .content-item {
    top: 20px;
    padding: 0 20px 20px 0;
    width: 72%;
  }
}
@media (max-width: 600px) {

.partner_item{
width:300px;
margin: 0;
margin-bottom: 45px;
}

.partner_img{
width:100%;
height:auto;
}


  .main-item .content-item {
    width: 65%;
  }
  .main-item .image-item {
    width: 26%;
  }
}
.subscribe {
  text-decoration: none;
}
.subscribe-content {
  width: 494px;
  margin: 0 auto;
}
.subscribe-content p {
  font-size: 24px;
  color: #222;
  margin: 94px 0 38px 0;
  line-height: 1.6;
  text-decoration: none;
}
.subscribe-content input {
  font-family: 'Gymkhana', sans-serif;
  font-weight: 100;
  height: 50px;
  width: 320px;
  display: inline-block;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 20px 0 0;
  font-size: 16px;
  background: transparent;
}
.subscribe-content .item-subscribe-button {
  display: inline-block;
  width: 144px;
  height: 50px;
  border: 1px solid #4abbd4;
  vertical-align: bottom;
}
.subscribe-content button {
  font-family: 'Gymkhana', sans-serif;
  font-weight: 100;
  display: inline-block;
  width: 144px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #4abbd4;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  box-sizing: border-box;
  display: block;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}
.subscribe-content button:before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.subscribe-content button:focus {
  outline: none;
}
.subscribe-content button .active {
  display: none;
}
.subscribe-content button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4abbd4;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.subscribe-content button:hover {
  color: #fff;
  border-color: #4abbd4;
}
.subscribe-content button:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.subscribe-content button:hover .noactive {
  display: none;
}
.subscribe-content button:hover .active {
  display: inline-block;
}
@media (max-width: 1279px) {
  .subscribe-content {
    width: 396px;
  }
  .subscribe-content p {
    font-size: 18px;
  }
  .subscribe-content p br {
    display: none;
  }
  .subscribe-content input {
    width: 220px;
  }
}
@media (max-width: 1023px) {
  .subscribe-content {
    width: 517px;
  }
  .subscribe-content p {
    margin: 30px 0;
  }
  .subscribe-content input {
    width: 340px;
  }
}
@media (max-width: 560px) {
  .subscribe-content {
    width: 384px;
  }
  .subscribe-content input {
    width: 216px;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 400px) {
  .subscribe-content {
    width: 300px;
  }
  .subscribe-content p {
    font-size: 16px;
    margin: 5px 0;
  }
  .subscribe-content input {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .subscribe-content .item-subscribe-button {
    width: 100%;
  }
  .subscribe-content button {
    width: 100%;
  }
}
.category-block {
  position: relative;
  padding: 21px 0 10px;
  border-bottom: 1px solid #e1e1e1;
}
.category-block > ul {
  text-align: center;
}
.category-block > ul li {
  vertical-align: top;
  display: inline-block;
  width: 80px;
  text-align: center;
  margin: 0 50px 0 0;
}
.category-block > ul li:last-child {
  margin: 0;
}
.category-block > ul li:first-child .sub-item:before,
.category-block > ul li:first-child .sub-item:after {
  margin-left: -135px;
}
.category-block > ul li .sub-item {
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease 0.2s;
}
.category-block > ul li:hover .sub-item {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s ease;
}
.category-block > ul li div {
  height: 60px;
}
.category-block > ul li p {
  height: 48px;
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  color: #222;
}
.category-block .sub-item {
  box-sizing: border-box;
  position: absolute;
  padding: 44px 0 0 0;
  width: 100%;
  height: 100px;
  text-align: center;
  left: 0;
  background: #f2f2f2;
  z-index: 2;
  top: 101%;
}
.category-block .sub-item a {
  text-decoration: none;
  font-size: 17px;
  display: inline-block;
  color: #999;
  margin: 0 36px 0  0;
}
.category-block .sub-item a.active {
  color: #222;
  position: relative;
  top: -3px;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #4abbd4;
}
.category-block .sub-item a:last-child {
  margin: 0;
}
.category-block .sub-item:before,
.category-block .sub-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}
.category-block .sub-item:before {
  top: -8px;
  left: 49%;
  border: 0 solid transparent;
  border-right-width: 12px;
  border-left-width: 12px;
  border-bottom: 8px solid #f2f2f2;
  z-index: 2;
}
.category-block .sub-item:after {
  top: -9px;
  left: 49%;
  border: 0 solid transparent;
  border-right-width: 13px;
  border-left-width: 12px;
  border-bottom: 8px solid #e1e1e1;
  z-index: 1;
}
.category-block.main {
  background: #f2f2f2;
  padding: 15px 0;
  border: none;
  position: relative;
  /* the parent */
}
.category-block.main .slider {
  text-align: center;
}
.category-block.main li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 3px;
  box-sizing: border-box;
  width: 100px;
  text-align: center;
}
.category-block.main li:last-child {
  margin: 0;
}
.category-block.main li a {
  display: block;
  color: #222;
  text-decoration: none;
}
.category-block.main li a:hover {
  text-decoration: underline;
}
.category-block.main li img {
  display: inline-block;
}
.category-block.main li p {
  width: 100px;
  font-size: 13px;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}
.category-block.main .slick-slide {
  margin: 0 10px;
}
.category-block.main .slick-list {
  margin: 0 -10px;
}
.category-block.main .slick-prev,
.category-block.main .slick-next {
  border: none;
  position: absolute;
  width: 30px;
  height: 30px;
  color: transparent;
  background: transparent;
}
.category-block.main .slick-next {
  right: -33px;
  top: 35%;
  background-image: url(../img/next.png);
}
.category-block.main .slick-next:hover,
.category-block.main .slick-next:active {
  background-image: url(../img/nexta.png);
}
.category-block.main .slick-prev {
  left: -50px;
  top: 35%;
  background-image: url(../img/prew.png);
}
.category-block.main .slick-prev:hover,
.category-block.main .slick-prev:active {
  background-image: url(../img/prewa.png);
}
@media (max-width: 1499px) {
  .slider-wrapper {
    width: 916px;
    margin: 0 auto;
  }
}
@media (max-width: 1399px) {
  .slider-wrapper {
    width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .slider-wrapper {
    width: 590px;
  }
}
@media (max-width: 767px) {
  .slider-wrapper {
    width: 330px;
  }
}
@media (max-width: 530px) {
  .slider-wrapper {
    width: 220px;
  }
}
@media (max-width: 380px) {
  .slider-wrapper {
    width: 100px;
  }
}
.brand-block {
  display: table;
}
.brand-block .brand-item {
  display: table-cell;
  padding: 135px 30px 0 50px;
  height: 860px;
  box-sizing: border-box;
  border-right: 1px solid #e1e1e1;
}
.brand-block .brand-item:last-child {
  border-left: none;
}
.brand-block .brand-item:hover {
  background: #f8f8f8;
}
.brand-block h3 {
  position: relative;
  font-size: 24px;
  color: #222;
  padding: 55px 0 30px 0;
  overflow: hidden;
}
.brand-block h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 130px;
  height: 1px;
  left: 0;
  background: #4abbd4;
  bottom: 15px;
}
.brand-block .about {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .brand-block .brand-item {
    width: 100%;
    float: none;
    padding: 10px 40px 10px 20px;
    height: auto;
    display: table;
    border-bottom: solid 1px #b1b1b0;
  }
  .brand-block .brand-item .logo {
    display: table-cell;
    width: 250px;
    position: relative;
  }
  .brand-block .brand-item .logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
  }
  .brand-block .brand-item .text {
    display: table-cell;
  }
  .brand-block .brand-item h3 {
    padding-top: 20px;
  }
}
@media (max-width: 640px) {
  .brand-block .brand-item .logo {
    width: auto;
    text-align: center;
    width: 170px;
  }
  .brand-block .brand-item .logo img {
    max-width: 80%;
  }
  .brand-block .brand-item .about {
    font-size: 13px;
    line-height: 17px;
  }
  .brand-block .brand-item h3 {
    font-size: 22px;
    padding-top: 10px;
  }
}
.news-block {
  overflow: hidden;
  padding: 58px 0;
  /* the parent */
}
.news-block .slick-track.active,
.news-block .slick-slide.active {
  cursor: url(../img/fist32.png), auto !important;
}
.news-block .slick-track.active a,
.news-block .slick-slide.active a {
  cursor: url(../img/fist32.png), auto !important;
}
.news-block .title {
  text-transform: uppercase;
  font-size: 52px;
  color: #222;
  text-align: center;
  position: relative;
}
.news-block .border-title {
  display: block;
  margin: 10px auto 30px;
  width: 130px;
  height: 1px;
  background: #4abbd4;
}
.news-block .slick-slide {
  margin: 0 80px;
}
.news-block .slick-list {
  margin: 0 -80px;
}
.news-block .slick-dots {
  padding: 40px 0;
  text-align: center;
}
.news-block .slick-dots li {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  color: #e1e1e1;
  background: #e1e1e1;
  border: none;
}
.news-block .slick-dots li button {
  display: none;
}
.news-block .slick-dots li.slick-active {
  background: #4abbd4;
}
.news-block .slick-current {
  transform: scale(1, 1);
}
.news-block .slick-current a {
  text-decoration: none;
}
.news-block .slick-current a:hover {
  text-decoration: none;
}
.news-block .slick-current p {
  display: block;
}
.news-item {
  transform: scale(0.9, 0.9);
  padding: 0 0 10px;
  border-bottom: 1px solid #e1e1e1;
}
.news-item img {
  width: 830px;
}
.news-item p {
  box-sizing: border-box;
  display: none;
  width: 830px;
  padding: 30px 30px 20px;
  font-size: 18px;
  color: #222;
}
/*
.news-item2  {
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
  width: 830px;
  padding: 30px 30px 20px;
  font-size: 18px;
  color: #222;
  border-bottom: 1px solid #e1e1e1;
}
*/
.news-item2 a {
 text-decoration:none;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
  width: 830px;
  padding: 30px 30px 20px;
  font-size: 18px;
  color: #222;
  border-bottom: 1px solid #e1e1e1;

}

.news-item2 a:hover {
 text-decoration:underline;
 color:#222;
}


@media (max-width: 900px) {
  .news-item img,
  .news-item p {
    width: 480px;
  }
}
@media (max-width: 480px) {
  .news-item img,
  .news-item p {
    width: 300px;
  }
}
.all-news {
  width: 170px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #4abbd4;
}
.all-news button,
.all-news button:before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.all-news button {
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 1em 2em;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}
.all-news button:focus {
  outline: none;
}
.all-news button .active {
  display: none;
}
.all-news button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #404041;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.all-news button:hover {
  color: #fff;
  border-color: #37474f;
}
.all-news button:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.all-news button:hover .noactive {
  display: none;
}
.all-news button:hover .active {
  display: inline-block;
}
.detail-info {
  padding: 30px 0 100px;
}
.detail-info .title {
  color: #222;
  font-size: 24px;
  text-align: center;
  padding: 0 0 38px 0;
}
.detail-table {
  width: 770px;
  margin: 0 auto;
}
.detail-table .row:nth-child(odd) {
  background: #f3f3f3;
}
.detail-table .row div {
  padding: 14px 0 12px;
  float: left;
}
.detail-table .row div.detail-name {
  padding: 14px 0 12px 16px;
  width: 335px;
  text-align: left;
  font-size: 14px;
}
.detail-col {
  width: 205px;
  text-align: center;
}
.product-description {
  padding: 0 0 90px 0;
}
.product-description:first-child {
  padding: 60px 0 90px 0;
}
.description-text,
.description-view {
  width: 48%;
}
.description-view {
  text-align: left;
}
.description-view.right {
  text-align: right;
}
.description-view .video {
  width: 470px;
  height: 320px;
  display: inline-block;
}
.description-text p {
  font-size: 17px;
  color: #666;
  line-height: 1.5;
}
.description-text .description-title {
  position: relative;
  font-size: 22px;
  color: #222;
  padding: 40px 0 30px;
  line-height: 1.2;
}
.description-text .description-title:after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 12px;
  background: #4abbd4;
}
.download {
  padding: 38px 0 0 0;
}
.download a {
  color: #222;
  text-decoration: none;
}
.download a span {
  vertical-align: top;
  display: inline-block;
  padding: 7px 0 0 11px;
}
footer {
  overflow: hidden;
  padding: 77px 0 20px;
  border-top: 1px solid #e1e1e1;
  background: url('../img/patern.png');
}
footer .footer-content {
  text-align: center;
}
footer .footer-item {
  display: inline-block;
  width: 290px;
  vertical-align: top;
  text-align: left;
}
footer .footer-item h4 {
  color: #222;
  line-height: 1;
  padding: 0 0 30px 0;
  font-size: 25px;
  font-weight: 200;
}
footer .footer-item li {
  display: block;
  padding: 0 0 10px 0;
}
footer .footer-item li:last-child {
  padding: 0;
}
footer .footer-item a,
footer .footer-item p {
  text-decoration: none;
  color: #444;
  font-size: 18px;
}
footer .footer-item a:hover,
footer .footer-item p:hover {
  text-decoration: underline;
}
@media (max-width: 1600px) {
  footer .footer-item {
    width: 200px;
    margin: 0 30px 0 0;
  }
  footer .footer-item:last-child {
    width: 240px;
    margin: 0;
  }
}
@media (max-width: 1279px) {
  footer .footer-item {
    width: 170px;
    margin: 0 10px 0 0;
  }
  footer .footer-item:last-child {
    width: 240px;
    margin: 0;
  }
  footer .footer-item h4 {
    font-size: 20px;
  }
  footer .footer-item a,
  footer .footer-item p {
    font-size: 14px;
  }
}
@media (max-width: 1010px) {
  footer .footer-item {
    width: 110px;
    margin: 0 30px 0 0;
  }
  footer .footer-item:last-child {
    width: 180px;
  }
  footer .footer-item h4 {
    font-size: 18px;
  }
}
@media (max-width: 766px) {
  footer .footer-item {
    display: block;
    width: 96%;
    margin: 0 auto;
    padding: 0 0 18px 0;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
  }
  footer .footer-item:last-child {
    width: 96%;
    margin: 0 auto;
    border-bottom: none;
  }
  footer .footer-item:last-child div {
    width: 96%;
    margin: 0 auto;
    border-bottom: none;
    border-color: transparent;
  }
  footer .footer-item .footer-list {
    padding: 18px 0 0 20px;
  }
  footer .footer-item.open h4:after {
    top: 26px;
    height: 9px;
    background: url(../img/close.png);
  }
  footer .footer-item h4 {
    padding: 18px 0 0 0;
    position: relative;
  }
  footer .footer-item h4:after {
    content: "";
    display: block;
    position: absolute;
    left: 97%;
    top: 24px;
    background: url(../img/open.png);
    width: 11px;
    height: 11px;
  }
  footer .footer-item h4 {
    cursor: pointer;
  }
  footer .footer-item.open ul {
    display: block;
  }
  footer .footer-item ul {
    display: none;
    padding-top: 15px;
    padding-left: 20px;
  }
  footer .footer-item ul li {
    padding-bottom: 5px;
  }
  footer .footer-item .mechanic .content,
  footer .footer-item .tools .content {
    padding: 14px 0 14px 30px;
  }
  footer .footer-item .contact:after {
    content: '';
    display: block;
    clear: both;
  }
  footer .footer-item .contact li {
    width: 50%;
    padding: 0;
    float: left;
    min-height: 70px;
    padding-bottom: 20px;
  }
  footer .footer-item .contact li:nth-child(3),
  footer .footer-item .contact li:nth-child(4) {
    min-height: 0;
  }
}
@media (max-width: 766px) and (max-width: 639px) {
  footer .footer-item .contact li {
    width: 100%;
    min-height: 0;
  }
}
footer .mechanic .item,
footer .tools .item {
  cursor: pointer;
  padding: 0 0 0 20px;
  position: relative;
}
footer .mechanic .item:before,
footer .tools .item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../img/plus.png);
  width: 13px;
  height: 13px;
}
footer .mechanic .content,
footer .tools .content {
  padding: 24px 15px 14px 40px;
  display: none;
}
footer .mechanic .content a,
footer .tools .content a {
  display: block;
  padding: 16px 0 0 0;
  text-decoration: none;
  color: #666;
}
footer .mechanic .content a:hover,
footer .tools .content a:hover {
  text-decoration: underline;
}
footer .mechanic .content a:first-child,
footer .tools .content a:first-child {
  padding: 0;
}
footer .contact li {
  padding: 0 0 37px 0;
}
footer .contact li:last-child {
  padding: 0;
}
footer .contact a,
footer .contact span {
  position: relative;
  display: block;
  padding: 0 20px 0 36px;
  line-height: 1.5;
}
footer .contact a:before,
footer .contact span:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
footer .contact a.map:before,
footer .contact span.map:before {
  background-image: url('../img/spritesheet.png');
  background-repeat: no-repeat;
  display: block;
  background-position: -5px -33px;
  width: 25px;
  height: 24px;
}
footer .contact a.map:before.sprite-letter,
footer .contact span.map:before.sprite-letter {
  background-position: -5px -5px;
  width: 25px;
  height: 18px;
}
footer .contact a.map:before.sprite-map,
footer .contact span.map:before.sprite-map {
  background-position: -5px -33px;
  width: 25px;
  height: 24px;
}
footer .contact a.map:before.sprite-phone,
footer .contact span.map:before.sprite-phone {
  background-position: -5px -67px;
  width: 24px;
  height: 25px;
}
footer .contact a.map:before.sprite-print,
footer .contact span.map:before.sprite-print {
  background-position: -5px -102px;
  width: 24px;
  height: 25px;
}
footer .contact a.phone:before,
footer .contact span.phone:before {
  background-image: url('../img/spritesheet.png');
  background-repeat: no-repeat;
  display: block;
  background-position: -5px -67px;
  width: 24px;
  height: 25px;
}
footer .contact a.phone:before.sprite-letter,
footer .contact span.phone:before.sprite-letter {
  background-position: -5px -5px;
  width: 25px;
  height: 18px;
}
footer .contact a.phone:before.sprite-map,
footer .contact span.phone:before.sprite-map {
  background-position: -5px -33px;
  width: 25px;
  height: 24px;
}
footer .contact a.phone:before.sprite-phone,
footer .contact span.phone:before.sprite-phone {
  background-position: -5px -67px;
  width: 24px;
  height: 25px;
}
footer .contact a.phone:before.sprite-print,
footer .contact span.phone:before.sprite-print {
  background-position: -5px -102px;
  width: 24px;
  height: 25px;
}
footer .contact a.print:before,
footer .contact span.print:before {
  background-image: url('../img/spritesheet.png');
  background-repeat: no-repeat;
  display: block;
  background-position: -5px -102px;
  width: 24px;
  height: 25px;
}
footer .contact a.print:before.sprite-letter,
footer .contact span.print:before.sprite-letter {
  background-position: -5px -5px;
  width: 25px;
  height: 18px;
}
footer .contact a.print:before.sprite-map,
footer .contact span.print:before.sprite-map {
  background-position: -5px -33px;
  width: 25px;
  height: 24px;
}
footer .contact a.print:before.sprite-phone,
footer .contact span.print:before.sprite-phone {
  background-position: -5px -67px;
  width: 24px;
  height: 25px;
}
footer .contact a.print:before.sprite-print,
footer .contact span.print:before.sprite-print {
  background-position: -5px -102px;
  width: 24px;
  height: 25px;
}
footer .contact a.letter:before,
footer .contact span.letter:before {
  background-image: url('../img/spritesheet.png');
  background-repeat: no-repeat;
  display: block;
  background-position: -5px -5px;
  width: 25px;
  height: 18px;
}
footer .contact a.letter:before.sprite-letter,
footer .contact span.letter:before.sprite-letter {
  background-position: -5px -5px;
  width: 25px;
  height: 18px;
}
footer .contact a.letter:before.sprite-map,
footer .contact span.letter:before.sprite-map {
  background-position: -5px -33px;
  width: 25px;
  height: 24px;
}
footer .contact a.letter:before.sprite-phone,
footer .contact span.letter:before.sprite-phone {
  background-position: -5px -67px;
  width: 24px;
  height: 25px;
}
footer .contact a.letter:before.sprite-print,
footer .contact span.letter:before.sprite-print {
  background-position: -5px -102px;
  width: 24px;
  height: 25px;
}

.social {
  display:flex;
}

.social li {
  display: inline-block;
  margin: 0 18px 0 0;
}
.social li:last-child {
  margin: 0;
}
.social a {
  width: 40px;
  height: 40px;
  padding: 20px !important;
}
.social a:hover {
  background-color: #fff;
}
.social .facebook {
  background: url(../img/fb.png) no-repeat center;
  border: solid 1px #e1e1e1;
}
.social .instagram {
  background: url(../img/in.png) no-repeat center;
  border: solid 1px #e1e1e1;
}

.social .linkedin {
  background: url(../img/ln.png) no-repeat center;
  border: solid 1px #e1e1e1;
}
@media (max-width: 1280px) {
  .social li {
    margin: 0 10px 0  0;
    width: auto !important;
  }
}
@media (max-width: 766px) {
  .social {
    display: flex !important;
  }
}
.mob-social {
  display: none;
}
@media (max-width: 766px) {
  .mob-social {
    border-top: 1px solid #c8ccd5;
    display: block;
  }
  .mob-social a {
    display: block;
    box-sizing: border-box;
    padding: 20px 0;
    width: 50%;
    float: left;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #c8ccd5;
  }
  .mob-social a:last-child {
    border-right: none;
  }
  .mob-social a span {
    display: inline-block;
    height: 18px;
    margin: 0 auto;
  }
  .mob-social a span.fb-mob {
    width: 10px;
    background: url(../img/fmob.png);
  }
  .mob-social a span.lin-mob {
    width: 18px;
    background: url(../img/lmob.png);
  }
}
.copyright {
  margin: 60px 0 0 0;
  border-top: 1px solid #c8ccd5;
/*  padding: 20px 50px 0;*/
  padding: 20px 0px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright a,
.copyright span {
  display: inline-block;
}
.copyright span {
  color: #999;
  padding: 0 30px 0;
  vertical-align: top;
}
@media (max-width: 1600px) {
  .copyright span {
    width: 700px;
    padding: 0 0 0 70px;
  }
}
@media (max-width: 1280px) {
  .copyright span {
    width: 590px;
    padding: 0 0 0 10px;
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .copyright span {
    font-size: 12px;
    width: 330px;
  }
}
@media (max-width: 766px) {
  .copyright {
    margin: 0;
    padding: 20px 10px 0;
  }
  .copyright span {
    display: block;
    padding: 18px 0 0 0;
    width: 100%;
  }
}
.contacts-info,
.map-block {
  width: 50%;
}
@media (max-width: 950px) {
  .contacts-info,
  .map-block {
    width: 100%;
  }
}
.contacts-info {
  padding: 70px 70px 0 130px;
  box-sizing: border-box;
}
.contacts-info h3 {
  display: inline-block;
  padding: 10px 0 20px;
  border-bottom: 1px solid #4abbd4;
  margin: 0 0 20px 0;
}
.contacts-info p {
  font-size: 17px;
  color: #666;
  padding: 0 0 70px 0;
}
@media (max-width: 950px) {
  .contacts-info p {
    padding: 0 0 50px 0;
  }
}
@media (max-width: 1160px) {
  .contacts-info {
    padding: 70px 30px 0 70px;
  }
}
@media (max-width: 950px) {
  .contacts-info {
    padding: 40px 30px 70px;
  }
}
.contacts-info-block li {
  float: left;
  width: 50%;
  min-height: 105px;
}
@media (max-width: 950px) {
  .contacts-info-block li {
    width: 320px;
  }
}
@media (max-width: 690px) {
  .contacts-info-block li {
    width: 100%;
    min-height: 80px;
  }
}
.contacts-info-block a,
.contacts-info-block span {
  position: relative;
  display: block;
  padding: 0 20px 0 36px;
  line-height: 1.5;
  text-decoration: none;
  color: #444;
}
.contacts-info-block a:before,
.contacts-info-block span:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
.contacts-info-block a.map:before,
.contacts-info-block span.map:before {
  background-image: url('../img/spritesheet.png');
  background-repeat: no-repeat;
  display: block;
  background-position: -5px -33px;
  width: 25px;
  height: 24px;
}
@media (max-width: 690px) {
  .contacts-info-block a.map br,
  .contacts-info-block span.map br {
    display: none;
  }
}
.contacts-info-block a.phone:before,
.contacts-info-block span.phone:before {
  background-image: url('../img/spritesheet.png');
  background-repeat: no-repeat;
  display: block;
  background-position: -5px -67px;
  width: 24px;
  height: 25px;
}
.contacts-info-block a.print:before,
.contacts-info-block span.print:before {
  background-image: url('../img/spritesheet.png');
  background-repeat: no-repeat;
  display: block;
  background-position: -5px -102px;
  width: 24px;
  height: 25px;
}
.contacts-info-block a.letter:before,
.contacts-info-block span.letter:before {
  background-image: url('../img/spritesheet.png');
  background-repeat: no-repeat;
  display: block;
  background-position: -5px -5px;
  width: 25px;
  height: 18px;
}
.contacts-info-block a:hover {
  text-decoration: underline;
}
.contact-form {
  margin: 50px 0 0 0;
}
.contact-form input,
.contact-form button,
.contact-form textarea {
  display: block;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}
.contact-form input,
.contact-form textarea {
  border: 1px solid #e1e1e1;
  background: #f7f7f7;
}
.contact-form span {
  position: absolute;
  color: #4abbd4;
  font-size: 12px;
  top: 56px;
  display: none;
}
.contact-form input {
  margin: 0 0 30px 0;
}
.contact-form input.error {
  border-color: #4abbd4;
}
.contact-form input.error + span {
  display: block;
}
.contact-form input.error::-webkit-input-placeholder {
  color: #4abbd4;
  opacity: 1;
}
.contact-form input.error:-moz-placeholder {
  color: #4abbd4;
  opacity: 1;
}
.contact-form input.error:-ms-input-placeholder {
  color: #4abbd4;
  opacity: 1;
}
.contact-form textarea {
  resize: none;
  min-height: 303px;
}
@media (max-width: 690px) {
  .contact-form textarea {
    min-height: 90px;
  }
}
.contact-form .left {
  width: 50%;
  padding-right: 30px;
  box-sizing: border-box;
}
@media (max-width: 690px) {
  .contact-form .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.contact-form .right {
  width: 50%;
}
.contact-form .right div {
  position: relative;
}
@media (max-width: 690px) {
  .contact-form .right {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .contact-form {
    margin: 0;
  }

  .left_foot {
    display: block;
    text-align: center;
 }
}

@media (max-width: 420px) {
  .contact-form {
    margin: 30px 0 0 0;
  }
}
.send-question {
  text-align: center;
  border: 1px solid #4abbd4;
}
.send-question button,
.send-question button:before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.send-question button {
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 1em 2em;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}
.send-question button:focus {
  outline: none;
}
.send-question button .active {
  display: none;
}
.send-question button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4abbd4;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.send-question button:hover {
  color: #fff;
  border-color: #37474f;
}
.send-question button:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.send-question button:hover .noactive {
  display: none;
}
.send-question button:hover .active {
  display: inline-block;
}
.send-question.partners-button {
  float: right;
  width: 140px;
}
.send-question.partners-button button {
  padding: 1em 0;
}
@media (max-width: 1840px) {
  .send-question.partners-button {
    width: 150px;
    float: none;
    overflow: hidden;
  }
}
@media (max-width: 900px) {
  .send-question.partners-button {
    float: left;
  }
}
@media (max-width: 420px) {
  .send-question.partners-button {
    width: 100%;
    margin-bottom: 20px;
  }
}
.send-question.request {
  width: 170px;
}
.send-question.request button {
  padding: 1em 1em;
}
#map {
  height: 1000px;
}
@media (max-width: 950px) {
  #map {
    height: 440px;
  }
}
@media (max-width: 690px) {
  #map {
    height: 240px;
  }
}
.technical-partners .row {
  border-bottom: 1px solid #e1e1e1;
}
.technical-partners .row:first-child {
  border-top: 1px solid #e1e1e1;
}
.technical-partners .row:last-child {
  border-bottom: none;
}
.technical-partners.about .row:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.technical-partners .partners-item {
  float: left;
  border-left: 1px solid #e1e1e1;
  width: 25%;
  box-sizing: border-box;
  min-height: 500px;
  padding: 140px 50px 0;
}
@media (max-width: 1500px) {
  .technical-partners .partners-item {
    padding: 110px 50px 0;
    min-height: 470px;
  }
}
@media (max-width: 1180px) {
  .technical-partners .partners-item {
    padding: 90px 50px 0;
  }
}
@media (max-width: 900px) {
  .technical-partners .partners-item {
    width: 100%;
    padding: 40px 20px 0;
    border-left: none;
    border-bottom: 1px solid #e1e1e1;
    min-height: 180px;
  }
  .technical-partners .partners-item:last-child {
    border-bottom: none;
  }
  .technical-partners .partners-item .partners-logo {
    float: left;
    width: 216px;
    text-align: left;
  }
}
@media (max-width: 530px) {
  .technical-partners .partners-item {
    padding: 15px 15px 0;
  }
}
.partners-title h4 {
  display: inline-block;
  position: relative;
  padding: 38px 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
}
.partners-title h4:after {
  content: "";
  display: block;
  height: 1px;
  width: 130px;
  background: #4abbd4;
  position: absolute;
  bottom: 20px;
}
@media (max-width: 900px) {
  .partners-title h4 {
    padding: 0 0 38px;
  }
}
.partners-description {
  min-height: 90px;
  font-size: 15px;
  color: #666;
}
.partners-subscribe-title {
  padding: 28px 0 0 0;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 1180px) {
  .partners-subscribe-title {
    font-size: 22px;
  }
}
@media (max-width: 900px) {
  .partners-subscribe-title {
    padding: 0;
    font-size: 18px;
  }
}
@media (max-width: 530px) {
  .partners-subscribe-title {
    line-height: 1.4;
    padding: 0;
  }
}
.partners-subscribe-form {
  margin: 38px 0 0 0;
}
.partners-subscribe-form input {
  display: block;
  padding: 16px 0;
  float: left;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #e1e1e1;
  width: 210px;
}
@media (max-width: 1840px) {
  .partners-subscribe-form input {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1180px) {
  .partners-subscribe-form input {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .partners-subscribe-form input {
    width: 220px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 530px) {
  .partners-subscribe-form input {
    margin: 0 5px 0 0;
  }
}
@media (max-width: 420px) {
  .partners-subscribe-form input {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 530px) {
  .partners-subscribe-form {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 900px) {
  .partners-subscribe-form-block {
    width: 500px;
    margin: 0 auto;
  }
  .partners-description-block {
    float: left;
    width: calc(100% - 216px);
  }
}
@media (max-width: 530px) {
  .partners-subscribe-form-block {
    width: 390px;
    margin: 0 auto;
  }
}
@media (max-width: 420px) {
  .partners-description-block {
    width: 100%;
  }
  .partners-subscribe-form-block {
    width: 100%;
    margin: 0 auto;
  }
}
.about-company-detail {
  padding: 80px 0 100px;
}
.about-company-detail p {
  font-size: 17px;
  margin: 0 0 26px 0;
  color: #666;
}
@media (max-width: 800px) {
  .about-company-detail {
    padding: 60px 0  80px;
  }
}
@media (max-width: 760px) {
  .about-company-detail p {
    font-size: 15px;
  }
}
.about-company-detail-main {
  padding: 100px 0 120px;
}
.about-company-detail-main .about-row {
  padding: 0 0 20px 0;
}
.about-company-detail-main .about-row .about-text-block {
  width: 50%;
}
@media (max-width: 800px) {
  .about-company-detail-main .about-row .about-text-block {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .about-company-detail-main .about-row {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 800px) {
  .about-company-detail-main {
    padding: 40px 0 0 0;
  }
}
.about-company-detail-main .about-text-block:last-child {
  padding: 0;
}
@media (max-width: 800px) {
  .about-company-detail-main .about-text-block:last-child {
    padding: 0 0 35px 0;
  }
}
.about-logo {
  width: 50%;
  text-align: left;
  padding: 20px 0;
}
@media (max-width: 1170px) {
  .about-logo img {
    width: 80%;
  }
}
@media (max-width: 800px) {
  .about-logo {
    width: 100%;
    padding: 20px 0 60px;
  }
  .about-logo img {
    max-width: 100%;
    width: auto;
  }
}
.about-text-block {
  padding: 0 0 70px 0;
}
.about-text-block h4 {
  font-size: 24px;
  padding: 0 0 38px 0;
  position: relative;
  font-weight: 300;
}
.about-text-block h4:after {
  content: "";
  display: block;
  height: 1px;
  width: 130px;
  background: #4abbd4;
  bottom: 18px;
  position: absolute;
}
.about-text-block p {
  font-size: 17px;
  color: #666;
}
@media (max-width: 800px) {
  .about-text-block {
    padding: 0 0 55px 0;
  }
}
@media (max-width: 700px) {
  .about-text-block {
    padding: 0 0 35px 0;
  }
}
@media (max-width: 760px) {
  .about-text-block p {
    font-size: 15px;
  }
}
body div.example {
  padding: 100px 0 20px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 300;
  padding: 16px 0;
  position: relative;
  line-height: 1;

}
body h1:after,
body h2:after,
body h3:after,
body h4:after,
body h5:after,
body h6:after {
  content: "";
  display: block;
  position: absolute;
}
body h1.short-border:after,
body h2.short-border:after,
body h3.short-border:after,
body h4.short-border:after,
body h5.short-border:after,
body h6.short-border:after {
  height: 1px;
  width: 130px;
  background: #4abbd4;
  bottom: 0;
  left: 0;
}
body h1 {
  font-size: 52px;
}
body h2 {
  font-size: 32px;
}
body h3 {
  font-size: 24px;
}
body h4 {
  font-size: 20px;
}
body h4.number-title {
  line-height: 1.7;
  padding: 0 0 15px;
}
body h4.number-title span {
  line-height: 1.7;
/*  display: inline-block;*/
  display: inline-table;
  text-align: center;
  border: 1px solid #4abbd4;
  color: #4abbd4;
  font-size: 17px;
/*  height: 30px;
  width: 30px;
  margin-right: 20px;*/
padding:20px;
}
body h5 {
  font-size: 18px;
}
body h6 {
  font-size: 17px;
}
body p.simple-text {
  font-size: 17px;
  font-weight: 300;
  color: #666;
  padding: 10px 0 12px 0;
  line-height: 1.5;
}
.text-row {
  padding: 40px 0 75px;
}
.text-row:last-child {
  padding: 0;
}
.text-row .simple-text-block h1,
.text-row .simple-text-block h2,
.text-row .simple-text-block h3,
.text-row .simple-text-block h4,
.text-row .simple-text-block h5,
.text-row .simple-text-block h6 {
  padding: 0 0 20px;
}
.text-row .simple-text-block.left,
.text-row .simple-text-block.right {
  width: 60%;
  box-sizing: border-box;
}
@media (max-width: 760px) {
  .text-row .simple-text-block.left,
  .text-row .simple-text-block.right {
    width: 100%;
  }
}
.text-row .simple-text-block.left {
  padding: 0 130px 20px 0;
}
@media (max-width: 1300px) {
  .text-row .simple-text-block.left {
    padding: 0 20px 20px 0;
  }
}
@media (max-width: 760px) {
  .text-row .simple-text-block.left {
    padding: 0 0 20px 0;
  }
}
.text-row .simple-text-block.right {
  padding: 0 0 20px 130px;
}
@media (max-width: 1300px) {
  .text-row .simple-text-block.right {
    padding: 0 0 20px 20px;
  }
}
@media (max-width: 760px) {
  .text-row .simple-text-block.right {
    padding: 0 0 20px 0;
  }
}
.text-row .image-block,
.text-row .text-description-img {
  text-align: center;
}
.text-row .image-block img,
.text-row .text-description-img img {
  width: 100%;
}
.text-row .image-block span,
.text-row .text-description-img span {
  display: inline-block;
  padding: 20px 0 0;
  font-size: 17px;
  color: #666;
  font-style: italic;
}
.text-row .text-description {
  width: 58%;
}
.text-row .text-description .highlight-block {
  margin-top: 36px;
  background: #f2f2f2;
  font-size: 20px;
  line-height: 1.5;
  color: #222;
}
.text-row .text-description.left .highlight-block {
  padding: 22px 70px 22px 35px;
  border-left: 4px solid #4abbd4;
  text-align: left;
}
.text-row .text-description.right .highlight-block {
  padding: 35px 35px 35px 70px;
  border-right: 4px solid #4abbd4;
  text-align: left;
}
@media (max-width: 760px) {
  .text-row .text-description {
    width: 100%;
  }
}
.text-row .text-description-img {
  width: 40%;
}
@media (max-width: 748px) {
  .text-row .text-description-img {
    width: 84%;
    margin: 10px 0 30px;
  }
}
.text-row .image-block {
  width: 40%;
}
@media (max-width: 748px) {
  .text-row .image-block {
    width: 84%;
  }
}
.cross-list {
  display: block;
  width: 100%;
  padding: 26px 0;
}
.cross-list li {
  display: block;
  position: relative;
  padding: 0 0 23px 200px;
  box-sizing: border-box;
  color: #666;
  font-size: 17px;
  line-height: 1.4;
}
.cross-list li:before {
  content: "";
  display: block;
  background: url("../img/item-cross.png");
  width: 15px;
  height: 15px;
  position: absolute;
  left: 166px;
  top: 4px;
}
@media (max-width: 1300px) {
  .cross-list li {
    padding: 0 0 24px 160px;
  }
  .cross-list li:before {
    left: 130px;
  }
}
@media (max-width: 800px) {
  .cross-list li {
    padding: 0 0 24px 125px;
  }
  .cross-list li:before {
    left: 89px;
  }
}
@media (max-width: 800px) {
  .cross-list li {
    padding: 0 0 24px 125px;
  }
  .cross-list li:before {
    left: 89px;
  }
}
@media (max-width: 700px) {
  .cross-list li {
    padding: 0 0 24px 24px;
  }
  .cross-list li:before {
    left: 0px;
  }
}
.quote-block {
  position: relative;
  padding: 67px 0 70px 205px;
  box-sizing: border-box;
  font-size: 20px;
  color: #222;
  line-height: 1.5;
}
.quote-block:before {
  content: "";
  display: block;
  background: url("../img/quote.png");
  width: 32px;
  height: 22px;
  position: absolute;
  top: 74px;
  left: 152px;
}
@media (max-width: 1300px) {
  .quote-block {
    padding: 60px 0 40px 160px;
  }
  .quote-block:before {
    left: 120px;
  }
}
@media (max-width: 800px) {
  .quote-block {
    padding: 60px 0 40px 160px;
  }
  .quote-block:before {
    left: 72px;
  }
}
@media (max-width: 700px) {
  .quote-block {
    padding: 60px 0 40px 90px;
  }
  .quote-block:before {
    left: 40px;
  }
}
.number-list {
  display: block;
  width: 100%;
  padding: 10px 0 10px 192px;
  box-sizing: border-box;
}
.number-list li {
  list-style: decimal;
  padding: 0 0 20px 0;
  font-size: 17px;
  color: #666;
  line-height: 1.5;
}
.number-list li:last-child {
  padding: 0;
}
@media (max-width: 1300px) {
  .number-list {
    padding: 30px 0 50px 160px;
  }
}
@media (max-width: 800px) {
  .number-list {
    padding: 30px 0 50px 110px;
  }
}
@media (max-width: 800px) {
  .number-list {
    padding: 30px 0 50px 60px;
  }
}
.notification {
  margin: 0 0 30px 0;
  border: 1px solid;
  padding: 18px 18px 18px 100px;
  position: relative;
}
.notification:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
}
.notification:last-child {
  margin: 0;
}
.notification .close {
  width: 24px;
  height: 24px;
  margin: 18px 0 0 0;
}
.notification p {
  font-size: 20px;
  margin: 0 0 10px 0;
  color: inherit;
}
.notification span {
  font-size: 16px;
  color: inherit;
}
.notification.success {
  color: #2ecc71;
  border-color: #2ecc71;
}
.notification.success:before {
  background: url("../img/sucses.png");
  width: 50px;
  height: 50px;
}
.notification.success .close {
  background: url("../img/suces-close.png");
}
.notification.warning {
  color: #f39c12;
  border-color: #f39c12;
}
.notification.warning:before {
  background: url("../img/warning.png");
  width: 50px;
  height: 43px;
}
.notification.warning .close {
  background: url("../img/warning-close.png");
}
.notification.error {
  color: #e74c3c;
  border-color: #e74c3c;
}
.notification.error:before {
  background: url("../img/error.png");
  width: 50px;
  height: 50px;
}
.notification.error .close {
  background: url("../img/error-close.png");
}
.notification.info {
  color: #3498db;
  border-color: #3498db;
}
.notification.info:before {
  background: url("../img/info.png");
  width: 51px;
  height: 50px;
}
.notification.info .close {
  background: url("../img/info-close.png");
}
@media (max-width: 670px) {
  .notification .left {
    width: 240px;
  }
}
@media (max-width: 440px) {
  .notification .left {
    width: 160px;
  }
}
@media (max-width: 360px) {
  .notification .left {
    width: 130px;
  }
}
.product {
  padding: 60px 0 50px 0;
  position: relative;
}
.product .product-showcase {
  width: 49%;
}
.product .product-showcase img {
  max-width: 100%;
}
.product .product-showcase.slider {
  width: 58%;
}
@media (max-width: 1030px) {
  .product .product-showcase.slider {
    width: 55%;
  }
}
@media (max-width: 1020px) {
  .product .product-showcase.slider {
    width: 100%;
  }
}
.product .product-desc {
  width: 40%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  /* IE8+ fix for transform - must be on one line, unfortunately */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
}
.product .product-desc.slider-info {
  width: 33%;
  top: 45%;
}
@media (max-width: 1020px) {
  .product .product-desc.slider-info {
    width: 100%;
  }
}
.product-desc p {
  font-size: 17px;
  color: #666;
  line-height: 1.5;
  padding-bottom: 30px;
}
.product-desc .desc-title {
  position: relative;
  font-size: 22px;
  color: #222;
  line-height: 1.2;
  padding: 0 0 30px 0;
}
.product-desc .desc-title:after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 12px;
  background: #4abbd4;
}
.model {
/*  width: 23.07%;*/
/*  margin: 0 2.56% 0 0; */
  width: 22%;
margin: 0 1.9% 0 0;
}
.model:last-of-type {
  margin: 0;
}
.model-view img {
  max-width: 100%;
}
.model-view p {
  font-size: 20px;
  margin: 10px 0 20px;
}
.model-dropdown {
  position: relative;
  padding-bottom: 40px;
}
.model-dropdown .dropdown-btn {
  width: 100%;
  background-color: #fff;
  padding: 16px 0 16px;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  position: relative;
}
.model-dropdown .dropdown-btn::before,
.model-dropdown .dropdown-btn::after {
  content: '';
  position: absolute;
  right: 0;
  top: 23px;
  border: 7px solid transparent;
  border-top: 7px solid red;
}
.model-dropdown .dropdown-btn::after {
  border-top: 7px solid white;
  top: 22px;
}
.model-dropdown .dropdown-list {
  width: 100%;
  z-index: 100;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.model-dropdown .dropdown-list a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.model-dropdown .dropdown-list a:hover {
  background-color: #f1f1f1;
}
.model-dropdown .show {
  display: block;
}
@media (max-width: 1020px) {
  .product {
    position: static;
    padding: 60px 0 80px 0;
  }
  .product .product-showcase {
    float: none;
    width: 100%;
  }
  .product .product-showcase img {
    width: 100%;
  }
  .product .product-desc {
    position: static;
    float: none;
    transform: none;
    width: 100%;
  }
  .product .product-desc .desc-text {
    text-align: justify;
  }
  .product .product-desc .desc-title {
    padding: 30px 0 30px;
  }
  .model {
    width: 48%;
    margin: 0 4% 0 0;
    padding-bottom: 25px;
  }
  .model .model-view img {
    width: 100%;
  }
  .model:nth-child(even) {
    margin: 0;
    float: right;
  }
}
@media (max-width: 700px) {
  .product.slider-container {
    padding: 40px 0;
  }
}
@media (max-width: 650px) {
  .product {
    padding: 24px 0 80px 0;
  }
}
@media (max-width: 400px) {
  .model {
    float: none;
    width: 100%;
  }
  .product.slider-container {
    padding: 30px 0;
  }
}
.page-nav {
  padding: 60px 0 0;
}
.page-nav a {
  display: inline-block;
  margin: 0 15px 0 0;
  width: 50px;
  height: 50px;
  border: 1px solid #e1e1e1;
  background: #fff;
  position: relative;
}
.page-nav a:before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 20px;
  width: 8px;
  height: 13px;
}
.page-nav a.prev-page:before {
  background: url("../img/page-prev.png");
}
.page-nav a.prev-page:hover:before {
  background: url("../img/page-prev-hover.png");
}
.page-nav a.next-page:before {
  background: url("../img/page-next.png");
}
.page-nav a.next-page:hover:before {
  background: url("../img/page-next-hover.png");
}
.page-nav a:hover {
  background: #a10101;
  border-color: #a10101;
}
.detail-nav-slider {
  width: 580px;
  margin: 20px auto 0;
  /* the parent */
}
.detail-nav-slider .detail-nav-item {
  width: 100px;
}
.detail-nav-slider .slick-slide {
  margin: 0 10px 4px;
}
.detail-nav-slider .slick-list {
  margin: 0 -10px;
}
.detail-nav-slider .slick-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 25px;
  color: transparent;
  border: none;
}
@media (min-width: 1040px) and (max-width: 1169px) {
  .detail-nav-slider .slick-arrow {
    top: 19px;
  }
}
@media (max-width: 1040px) {
  .detail-nav-slider .slick-arrow {
    top: 8px;
  }
}
@media (max-width: 1020px) {
  .detail-nav-slider .slick-arrow {
    top: 32px;
  }
}
@media (max-width: 825px) {
  .detail-nav-slider .slick-arrow {
    top: 22px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .detail-nav-slider .slick-arrow {
    top: 15px;
  }
}
@media (max-width: 639px) {
  .detail-nav-slider .slick-arrow {
    top: 27px;
  }
}
@media (max-width: 610px) {
  .detail-nav-slider .slick-arrow {
    top: 22px;
  }
}
@media (max-width: 540px) {
  .detail-nav-slider .slick-arrow {
    top: 15px;
  }
}
@media (max-width: 530px) {
  .detail-nav-slider .slick-arrow {
    top: 22px;
  }
}
@media (max-width: 430px) {
  .detail-nav-slider .slick-arrow {
    top: 12px;
  }
}
@media (max-width: 374px) {
  .detail-nav-slider .slick-arrow {
    top: 12px;
  }
}
@media (max-width: 354px) {
  .detail-nav-slider .slick-arrow {
    top: 2px;
  }
}
.detail-nav-slider .slick-prev {
  left: -45px;
  background: url(../img/prew.png);
}
.detail-nav-slider .slick-prev:hover {
  background: url(../img/prewa.png);
}
.detail-nav-slider .slick-next {
  right: -45px;
  background: url(../img/next.png);
}
.detail-nav-slider .slick-next:hover {
  background: url(../img/nexta.png);
}
@media (max-width: 1170px) {
  .detail-nav-slider {
    width: 80%;
  }
}
@media (max-width: 1023px) {
  .detail-nav-slider {
    width: 90%;
  }
}
@media (max-width: 825px) {
  .detail-nav-slider {
    width: 85%;
  }
}
@media (max-width: 639px) {
  .detail-nav-slider {
    width: 75%;
  }
}
@media (max-width: 479px) {
  .detail-nav-slider {
    width: 70%;
  }
}
.detail-nav-slider .slick-current.slick-active:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #4abbd4;
  position: relative;
  bottom: -4px;
}
.catalog-image-slider {
  margin: 0;
  /* the parent */
}
.catalog-image-slider:last-child {
  margin: 75px 0 80px 0;
}
@media (max-width: 1279px) {
  .catalog-image-slider {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .catalog-image-slider {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .catalog-image-slider {
    margin: 0;
  }
  .catalog-image-slider:last-child {
    margin: 30px 0 40px;
  }
}
@media (max-width: 500px) {
  .catalog-image-slider {
    padding-bottom: 50px;
  }
}
.catalog-image-slider .slider-block {
  margin: 35px 0 0 0;
}
.catalog-image-slider .slider-block2 {
  margin: 35px 0 0 0;
}
.catalog-image-slider .item {
  width: 270px;
}
.catalog-image-slider .slick-slide {
  margin: 0 30px;
}
@media (max-width: 1023px) {
  .catalog-image-slider .slick-slide {
    margin: 0 10px 0 0;
  }
}
.catalog-image-slider .slick-list {
  margin: 0 -30px;
}
@media (max-width: 1023px) {
  .catalog-image-slider .slick-list {
    margin: 0;
  }
}
.catalog-image-slider .item {
  width: 270px;
}
.catalog-image-slider .item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .catalog-image-slider .item img {
    width: 100%;
  }
}
.catalog-image-slider .item a {
  display: inline-block;
  padding: 16px 0 16px;
  text-decoration: none;
font-size: 19px;
  color: #222;
  border-bottom: 1px solid transparent;
text-align:center;
}
.catalog-image-slider .item a:hover {
  border-bottom: 1px solid #4abbd4;
}
.catalog-image-slider.modeling .item {
  text-align: left;
}
.catalog-image-slider.modeling .slick-prev {
  left: 286px;
}
@media (max-width: 600px) {
  .catalog-image-slider.modeling .slick-prev {
    left: 305px;
  }
}
@media (max-width: 400px) {
  .catalog-image-slider.modeling .slick-prev {
    left: 130px;
    top: 270px;
  }
}
@media (max-width: 350px) {
  .catalog-image-slider.modeling .slick-prev {
    left: 110px;
    top: 270px;
  }
}
@media (max-width: 300px) {
  .catalog-image-slider.modeling .slick-prev {
    left: 90px;
    top: 220px;
  }
}
.catalog-image-slider.modeling .slick-next {
  left: 330px;
}
@media (max-width: 600px) {
  .catalog-image-slider.modeling .slick-next {
    left: 345px;
  }
}
@media (max-width: 400px) {
  .catalog-image-slider.modeling .slick-next {
    left: 170px;
    top: 270px;
  }
}
@media (max-width: 350px) {
  .catalog-image-slider.modeling .slick-next {
    left: 150px;
    top: 270px;
  }
}
@media (max-width: 300px) {
  .catalog-image-slider.modeling .slick-next {
    left: 130px;
    top: 220px;
  }
}
.catalog-image-slider.brend .item {
  text-align: center;
}
.catalog-image-slider.brend .slick-prev {
  left: 505px;
}
@media (max-width: 600px) {
  .catalog-image-slider.brend .slick-prev {
    left: 305px;
  }
}
@media (max-width: 399px) {
  .catalog-image-slider.brend .slick-prev {
    left: 130px;
    top: 170px;
  }
}
@media (max-width: 350px) {
  .catalog-image-slider.brend .slick-prev {
    left: 110px;
    top: 170px;
  }
}
@media (max-width: 300px) {
  .catalog-image-slider.brend .slick-prev {
    left: 90px;
    top: 170px;
  }
}
.catalog-image-slider.brend .slick-next {
  left: 545px;
}
@media (max-width: 600px) {
  .catalog-image-slider.brend .slick-next {
    left: 345px;
  }
}
@media (max-width: 399px) {
  .catalog-image-slider.brend .slick-next {
    left: 170px;
    top: 170px;
  }
}
@media (max-width: 350px) {
  .catalog-image-slider.brend .slick-next {
    left: 150px;
    top: 170px;
  }
}
@media (max-width: 300px) {
  .catalog-image-slider.brend .slick-next {
    left: 130px;
    top: 170px;
  }
}
@media (max-width: 600px) {
  .catalog-image-slider.brend .short-border {
    width: 60%;
  }
}
.catalog-image-slider .slick-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -77px;
  color: transparent;
  border: none;
}
.catalog-image-slider .slick-prev {
  left: -45px;
  background: url(../img/prew.png);
}
.catalog-image-slider .slick-prev:hover {
  background: url(../img/prewa.png);
}
.catalog-image-slider .slick-next {
  right: -45px;
  background: url(../img/next.png);
}
.catalog-image-slider .slick-next:hover {
  background: url(../img/nexta.png);
}
.tab-block {
  padding: 30px 0 0 0;
}
.tab-block ul.tabs {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 1036px) {
  .tab-block ul.tabs {
    float: none;
    display: table;
    table-layout: fixed;
  }
}
@media (max-width: 479px) {
  .tab-block ul.tabs {
    border: none;
  }
}
.tab-block ul.tabs li {
  list-style: none;
  float: left;
  height: 58px;
  line-height: 57px;
  background-color: #fff;
}
@media (max-width: 1036px) {
  .tab-block ul.tabs li {
    width: 33.33%;
    float: none;
    display: table-cell;
    height: auto;
  }
}
@media (max-width: 1020px) {
  .tab-block ul.tabs li {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .tab-block ul.tabs li {
    float: none;
    width: 100%;
    display: block;
  }
}
.tab-block ul.tabs li a {
  float: left;
  padding: 0 40px;
  color: #4abbd4;
  font-size: 20px;
  text-decoration: none;
}
.tab-block ul.tabs li a:hover {
  color: #4abbd4;
  text-decoration: none;
}
@media (max-width: 1036px) {
  .tab-block ul.tabs li a {
    width: 100%;
    display: block;
    min-height: 100%;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .tab-block ul.tabs li a {
    border: 1px solid #e1e1e1;
  }
}
.tab-block ul.tabs li a.active {
  border: 1px solid #e1e1e1;
  border-bottom: 1px solid #fff;
  position: relative;
  color: #222;
}
@media (max-width: 479px) {
  .tab-block ul.tabs li a.active {
    border: 1px solid #e1e1e1;
    background: #fbf9f9;
  }
}
.tab-block ul.tabs li a.active:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tab-block .tab {
  display: none;
  padding: 60px 0 80px;
}
@media (max-width: 1000px) {
  .tab-block .tab {
    padding: 30px 0;
  }
}
.tab-block .tab.active {
  display: block;
}
.tab-description {
  width: 57%;
}
.tab-description p:first-child {
  padding: 0 0 12px 0;
}
@media (max-width: 767px) {
  .tab-description {
    width: 100%;
    float: none;
    text-align: justify;
    padding: 0 0 30px 0;
  }
}
.description-list {
  width: 32%;
}
.description-list .cross-list {
  padding: 0;
}
.description-list .cross-list li {
  padding: 0 0 23px 36px;
}
.description-list .cross-list li:before {
  left: 0;
}
@media (max-width: 767px) {
  .description-list {
    width: 100%;
    float: none;
  }
}
.tab-spec {
  border-collapse: collapse;
  width: 100%;
}
.tab-spec.left {
  width: 100%;
  margin: 0 4% 0 0;
}
@media (max-width: 767px) {
  .tab-spec.left {
    width: 100%;
    margin: 0 0 60px 0;
  }
}
.tab-spec.right {
  width: 38%;
}
@media (max-width: 767px) {
  .tab-spec.right {
    width: 100%;
  }
}
.tab-spec td {
  padding: 10px;
}
.tab-spec tr:nth-child(odd) {
  background-color: #ededed;
}
.setting-table {
  margin: 20px 0 60px;
  border: 1px solid #e1e1e1;
  /* Checkbox */
  /* Radio */
}
.setting-table .table-row {
  border-bottom: 1px solid #e1e1e1;
}
.setting-table .table-row:nth-child(odd) {
  background: #f3f3f3;
}
.setting-table .table-row:last-child {
  border-bottom: none;
}
.setting-table .table-row.active {
  background: #e1e1e1;
}
.setting-table .table-row.active .open-info {
  display: none;
}
.setting-table .table-row.active .close-info {
  display: block;
}
.setting-table .table-row.active .table-more-info {
  display: block;
}
.setting-table .check-item,
.setting-table .name-item,
.setting-table .more-detail-settings {
  height: 48px;
}
.setting-table .check-item {
  width: 114px;
  border-right: 1px solid #e1e1e1;
  float: left;
  padding: 8px;
}
@media (max-width: 760px) {
  .setting-table .check-item {
    border-right: none;
  }
}
@media (max-width: 500px) {
  .setting-table .check-item {
    width: 94px;
  }
}
.setting-table .name-item {
  display: inline-block;
  padding: 0 0 0 30px;
  font-size: 14px;
  color: #222;
  line-height: 48px;
}
@media (max-width: 760px) {
  .setting-table .name-item {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .setting-table .name-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    height: 45px;
  }
}
@media (max-width: 600px) {
  .setting-table .name-item {
    max-width: 100px;
  }
}
.setting-table .setting-detail-icon {
  display: inline-block;
  margin: 8px 0 0 13px;
  background: url("../img/more-info.png");
  width: 23px;
  height: 18px;
  vertical-align: top;
}
.setting-table .more-detail-settings {
  float: right;
  border-left: 1px solid #e1e1e1;
  width: 205px;
  padding: 15px 20px 0 30px;
}
.setting-table .more-detail-settings button {
  border: none;
  background: transparent;
  font-size: 14px;
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.setting-table .more-detail-settings button:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
}
.setting-table .more-detail-settings .open-info:after {
  background: url("../img/down-arrow.png");
  width: 12px;
  height: 7px;
}
.setting-table .more-detail-settings .close-info {
  display: none;
}
.setting-table .more-detail-settings .close-info:after {
  background: url("../img/up-arrow.png");
  width: 11px;
  height: 6px;
}
@media (max-width: 600px) {
  .setting-table .more-detail-settings {
    padding: 15px 20px 0 15px;
    width: 150px;
  }
}
@media (max-width: 400px) {
  .setting-table .more-detail-settings {
    width: 100%;
    border-left: none;
    border-top: 1px solid #e1e1e1;
  }
}
.setting-table .form-label {
  cursor: pointer;
}
.setting-table .form-label > .label-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.setting-table .form-label > input[type="checkbox"],
.setting-table .form-label > input[type="radio"] {
  display: none;
}
.setting-table .form-label > input[type="checkbox"] + .label-text:before,
.setting-table .form-label > input[type="radio"] + .label-text:before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  width: 32px;
  height: 32px;
  display: inline-block;
}
.setting-table .form-label > input[type="checkbox"] + .label-text:before {
  content: "";
  background: url("../img/checkbox.png");
  height: 32px;
  width: 32px;
  overflow: hidden;
  background-position: 0px 32px;
}
.setting-table .form-label > input[type="checkbox"]:checked + .label-text:before {
  content: "";
  background-position: 0 0;
  -webkit-animation: tick 0.2s ease-in-out;
  animation: tick 0.2s ease-in-out;
}
.setting-table .form-label > input[type="radio"] + .label-text:before {
  content: "";
  background: url(../img/radio.png);
  background-position: 0 32px;
}
.setting-table .form-label > input[type="radio"]:checked + .label-text:before {
  content: "";
  background: url(../img/radio.png);
  background-position: 0 0;
  -webkit-animation: tick 0.2s ease-in-out;
  animation: tick 0.2s ease-in-out;
}
.setting-table .table-more-info {
  display: none;
  border-top: 1px solid #e1e1e1;
  padding: 60px 100px;
  background: #fff;

    color: #666;
    font-size: 17px;
    text-align: justify;
    line-height: 1.5;

}
@media (max-width: 1180px) {
  .setting-table .table-more-info {
    padding: 60px 80px;
  }
}
@media (max-width: 600px) {
  .setting-table .table-more-info {
    padding: 40px;
  }
}
@media (max-width: 400px) {
  .setting-table .table-more-info {
    padding: 20px;
  }
}
.setting-table .radio-settings {
  width: 300px;
  color: #666;
}
.setting-table .radio-settings p {
  color: inherit;
  font-size: 17px;
  margin: 0 0 40px 0;
  line-height: 1.6;
}
@media (max-width: 1000px) {
  .setting-table .radio-settings p {
    font-size: 15px;
  }
}
.setting-table .radio-settings .form-label {
  margin-bottom: 19px;
}
.setting-table .radio-settings .form-label .label-text {
  vertical-align: top;
  position: relative;
  display: inline-block;
  padding: 8px 0 8px 54px;
  margin: 0 0 18px 0;
  color: #666;
}
.setting-table .radio-settings .form-label .label-text:before {
  top: 2px;
  position: absolute;
  left: 0;
}
@media (max-width: 1150px) {
  .setting-table .radio-settings {
    width: 450px;
  }
}
@media (max-width: 1000px) {
  .setting-table .radio-settings {
    width: 340px;
  }
  .setting-table .radio-settings p {
    font-size: 15px;
  }
  .setting-table .radio-settings p br {
    display: none;
  }
}
@media (max-width: 900px) {
  .setting-table .radio-settings {
    width: 300px;
  }
}
@media (max-width: 760px) {
  .setting-table .radio-settings {
    width: 100%;
  }
}
.setting-table .table-image {
  width: 620px;
  text-align: center;
}
.setting-table .table-image img {
  width: 100%;
}
.setting-table .table-image span {
  display: block;
  padding: 20px 0;
  color: #666;
  font-style: italic;
}
@media (max-width: 1175px) {
  .setting-table .table-image {
    width: 300px;
  }
}
@media (max-width: 1150px) {
  .setting-table .table-image {
    width: 280px;
  }
}
@media (max-width: 1150px) {
  .setting-table .table-image {
    width: 230px;
  }
}
@media (max-width: 900px) {
  .setting-table .table-image {
    width: 220px;
  }
}
@media (max-width: 760px) {
  .setting-table .table-image {
    width: 370px;
    float: left;
    margin: 40px 0 0 0;
  }
}
@media (max-width: 600px) {
  .setting-table .table-image {
    width: 100%;
  }
}
