html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none !important;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

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

td,
th {
  padding: 0;
}

nav > ul {
  list-style: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
details,
summary,
main,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
address,
code,
del,
dfn,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

nav ol,
nav ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

.tablenew { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	.tablenew tr:nth-of-type(odd) { 
		background: #eee; 
	}
	.tablenew th { 
		background: #333; 
		color: white; 
		font-weight: bold; 
	}
	.tablenew td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
		color: #424f54;
	}

.block-group,
.block,
.block-group:after,
.block:after,
.block-group:before,
.block:before {
  box-sizing: border-box;
}

.block-group {
  list-style-type: none;
  padding: 0;
  margin: 0;
  zoom: 1;
}

.block-group:before,
.block-group:after {
  content: "";
  display: table;
}

.block-group:after {
  clear: both;
}

.block-group > .block-group {
  clear: none;
  float: left;
  margin: 0 !important;
}

.block {
  float: left;
  width: 100%;
}

@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("/fnt/ubuntu/ubuntu-regular.woff") format("woff"), url("/fnt/ubuntu/ubuntu-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("/fnt/ubuntu/ubuntu-bold.woff") format("woff"), url("/fnt/ubuntu/ubuntu-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("/fnt/ubuntu/ubuntu-medium.woff") format("woff"), url("/fnt/ubuntu/ubuntu-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("/fnt/ubuntu/ubuntu-light.woff") format("woff"), url("/fnt/ubuntu/ubuntu-light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
}

* {
  outline: none;
}

body {
  font-family: ubuntu;
  font-size: 14px;
  line-height: 17px;
  background: #fff;
}

a:hover {
  text-decoration: none;
}

body,
html {
  height: 100%;
}

.wrapper {
  min-height: 100%;
}

.page {
  max-width: 1313px;
  margin: auto;
  padding: 0 5px;
}

.grid:before {
  content: "";
  width: 1313px;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: linear-gradient(to right, rgba(255,0,0,0.2) 70px, transparent 70px);
  background-size: 113px;
  pointer-events: none;
}

.title {
  font-size: 48px;
  line-height: 1.3;
  padding-top: 73px;
  font-weight: 300;
  color: #323b3e;
}

.title--work {
  padding-top: 24px;
}

.title--small {
  color: #424f54;
  font-size: 36px;
  padding-top: 74px;
}

.title--callbacks {
  color: #fff;
  padding-top: 51px;
}

.title--pt {
  padding-top: 10px;
}

.title--white {
  color: #fff;
}

.pagenav {
  border-top: 2px solid #e1e1e1;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
}

.pagenav__item {
  color: #424f54 !important;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  display: block;
  padding: 12px 15px 0;
}

.pagenav__item.active {
  box-shadow: 0 -2px 0 #da4857;
}

.pagenav__prev,
.pagenav__next {
  width: 32px;
  height: 41px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.pagenav__prev:before,
.pagenav__next:before {
  content: "";
  width: 9px;
  height: 15px;
  background: url("/image/str-left.svg") no-repeat;
  background-size: 100% auto;
  display: block;
}

.pagenav__next {
  transform: rotate(180deg);
}

.material-title {
  border-top: 1px solid #e1e1e1;
  margin: 93px 0 -47px;
  padding-top: 39px;
}

.btn {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #424f54 !important;
  box-shadow: 0 0 0 1px #424f54 inset;
  height: 40px;
  padding: 0 23px;
  -ms-flex-align: center;
      align-items: center;
  transition: color 0.1s linear, background 0.1s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.btn:hover {
  background: #424f54;
  color: #fff !important;
}

.btn--material {
  margin-top: -35px;
}

.btn--two {
  background: #da4857;
  color: #fff !important;
  box-shadow: none;
}

.social-page {
  margin-top: 37px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #424f54;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.social-page__a {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 12px;
  transition: opacity 0.1s linear;
}

.social-page__a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.social-page__a--fb {
  background: url("/image/soc-fb.svg") no-repeat;
  background-size: 100% auto;
}

.social-page__a--tw {
  background: url("/image/soc-tw.svg") no-repeat;
  background-size: 100% auto;
}

.social-page__a--vk {
  background: url("/image/soc-vk.svg") no-repeat;
  background-size: 100% auto;
}

.social-page__a--od {
  background: url("/image/soc-ok.svg") no-repeat;
  background-size: 100% auto;
}

.consultant {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 39px 0 11px;
}

.consultant__img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}

.consultant__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.consultant__text {
  color: #7c7c7c;
  font-size: 18px;
  line-height: 1;
  font-style: italic;
}

.consultant__text strong {
  display: block;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  color: #424f54;
  padding-bottom: 19px;
}

.center {
  margin-top: 20px;
  text-align: center;
}

.description-a p {
  font-size: 15px;
  line-height: 1.3;
  color: #333;
  margin: 10px 0;
  text-align: justify;
}

.description-a ul li {
  font-size: 14px;
  color: #666;
  line-height: 1.3;
  padding: 5px 0;
  margin: 5px 0 5px 40px;
}

.description-a ol li {
  font-size: 14px;
  color: #666;
  line-height: 1.3;
  padding: 5px 0;
  margin: 5px 0 5px 40px;
}

.description-a .pic-img {
  margin: 25px 0;
}

.description-a .pic-img img {
  max-width: 100%;
  height: auto;
  width: 600px;
}

.description-a .pic-img-big {
  margin: 25px 0;
}

.description-a .pic-img-big a {
  display: block;
}

.description-a .pic-img-big img {
  display: block;
  max-width: 100%;
}

.head {
  height: 150px;
  box-shadow: 0 2px 6px rgba(0,7,15,0.3);
  position: relative;
  z-index: 4;
}

.head__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
      padding: 10px 0 10px;
}

.head__top-item:nth-child(2) {
  margin-left: auto;
}

.head__top-item:last-child {
  display: none;
}

.head__logo {
  display: block;
  width: 200px;
  height: 80px;
  background: url("/images/ntcrotek.svg") no-repeat;
  background-size: 100% auto;
}

.head__logo--en {
  background: url("/images/ntcrotek.svg") no-repeat;
  background-size: 80%;
  background-position-y: -20px;
}

.head__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.head__search {
  width: 18px;
  height: 18px;
  position: relative;
  background: none !important;
}

.head__search-btn {
  cursor: pointer;
  background: url("/image/i-search.png") no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.head__search-btn.show {
  background: url("/image/i-close.png") no-repeat;
}

.head__phone {
  display: block;
  text-decoration: none;
  color: #424f54;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-left: 45px;
}

.head__phone-span {
  color: #b4b4b4;
}

.head__lang {
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}

.head__lang-item {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #01a1be;
  margin-left: 25px;
}

.head__lang-item:first-child {
  margin-left: 0;
}

.head__lang-item.active {
  color: #da4857;
}

.head__menu-btn {
  display: block;
  width: 48px;
  height: 48px;
  background: #3a4f54 url("/image/menu.png") no-repeat center;
}

.head__menu-btn:hover {
  background-color: #587880;
}

.head__menu-btn.active {
  background-image: url("/image/menu-close.png");
}

.menu {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 -20px;
  position: relative;
}

.menu__li {
  position: relative;
}

.menu__li--product {
  position: static;
}

.menu__li:last-child .menu__submenu {
  left: auto;
  right: 0;
}

.menu__a {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  height: 36px;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #424f54;
  position: relative;
  transition: color 0.07s linear, background 0.07s linear;
  z-index: 2;
}

.menu__a:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 7px solid #da4857;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0.07s linear;
}

.menu__a:hover,
.menu__a.d-nav {
  color: #fff;
  background: #da4857;
}

.menu__a:hover:before,
.menu__a.d-nav:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.menu__a.active:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 3px;
  left: 0;
  right: 0;
  background: #da4857;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  border: none;
  margin: 0 20px;
}

.menu__submenu {
  position: absolute;
  top: 46px;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,7,15,0.3) inset, 0 0 25px rgba(0,0,0,0.25);
  list-style: none;
  padding: 22px;
  min-width: 250px;
  display: none;
}

.menu__submenu:before {
  content: "";
  margin: 0 -25px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
  background: #fff;
}

.menu__submenu.active {
  display: block;
  animation: submenu 0.2s;
  animation-fill-mode: both;
}

.menu__submenu--product {
  display: none !important;
}

.menu__submenu-li {
  margin-top: 6px;
  padding-left: 15px;
}

.menu__submenu-li:first-child {
  margin-top: 0;
}

.menu__submenu-li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #424f54;
  float: left;
  margin: 7px 0 0 -15px;
  border-radius: 100%;
}

.menu__submenu-a {
  color: #424f54;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  display: block;
  transition: color 0.1s linear;
}

.menu__submenu-a:hover,
.menu__submenu-a.active {
  color: #da4857;
  text-decoration: underline;
}

.menu__product {
  margin: auto;
  width: 1313px;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 10px 22px;
  column-gap: 43px;
  column-count: 3;
}

.menu__product-item {
  width: 100%;
  height: 310px;
  display: inline-block;
  padding: 21px 0 6px;
}

.menu__product-item:nth-child(2n+1) {
  border-bottom: 2px solid #e1e1e1;
}

.menu__product .product__title {
  padding-top: 0;
}

.menu__submenu2 {
  display: block;
  position: relative;
  box-shadow: none;
  width: 100%;
  background: transparent;
  box-sizing: border-box;
  column-gap: 5px;
  column-count: 2;
  min-width: 250px;
  margin: 0 -16px;
  padding: 0px 0;
}

.menu__submenu2-item {
  width: 100%;
  display: inline-block;
}

.menu__submenu2 .product__title2 {
  display: block;
  padding: 13px 19px 5px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  transition: background 0.1s linear;
}

.menu__submenu2 .product__title2:hover,
.menu__submenu2 .product__title2.active {
  background: #01a1be;
}

.submenu {
  background: #01a1be url("/image/subnebu-fon.jpg") no-repeat center/cover;
}

.submenu__ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -22px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.submenu__a {
  display: block;
  padding: 19px 22px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  transition: background 0.1s linear;
}

.submenu__a.active,
.submenu__a:hover {
  background: #01a1be;
}

.sitemap {
  list-style: none;
  margin: auto;
  box-sizing: border-box;
  padding: 10px 22px;
}

.sitemap__li {
  position: relative;
}

.sitemap__li--product {
  position: static;
}

.sitemap__li:last-child .menu__submenu {
  left: auto;
  right: 0;
}

.sitemap__a {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  height: 36px;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #424f54;
  position: relative;
  transition: color 0.07s linear, background 0.07s linear;
  z-index: 2;
}

.sitemap__a:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 7px solid #da4857;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0.07s linear;
}

.sitemap__a:hover,
.sitemap__a.d-nav {
  color: #fff;
  background: #da4857;
}

.sitemap__a:hover:before,
.sitemap__a.d-nav:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.sitemap__a.active:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 3px;
  left: 0;
  right: 0;
  background: #da4857;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  border: none;
  margin: 0 20px;
}

.sitemap_product .product__title {
  padding-top: 0;
  color: #323b3e;
}

.sitemap_product .product__ul {
  padding: 0px 0 30px 10px;
}

.sitemap_product-item {
  width: 15%;
  display: inline-block;
  padding: 5px 5px 6px 0px;
  vertical-align: top;
  /*border-bottom: 2px solid #E1E1E1*/
}

.sitemap_product-item .product__title {
  padding-top: 0;
}

.sitemap_product-item .product__title-span {
  float: left;
  width: auto;
  margin: 0 0 0px;
}

@keyframes submenu {
  from {
    transform: translateY(15px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  top {
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

.breadcrumb {
  padding-top: 27px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb__item {
  color: #9f9f9f;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  padding-right: 13px;
  margin-right: 1px;
}

.breadcrumb__item a {
  color: #9f9f9f;
  text-decoration: none;
  transition: color 0.1s linear;
}

.breadcrumb__item a:hover {
  color: #da4857;
}

.breadcrumb__delimetr {
  width: 10px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.content {
  color: #424f54;
  font-size: 18px;
  line-height: 1.4;
  padding-top: 26px;
}

.content p,
.content ul {
  padding-top: 25px;
}

.content ul {
  list-style: none;
}

.content ul ul {
  padding-top: 0;
  padding-bottom: 20px;
}

.content ol li {
  padding-left: 10px;
  margin-left: 18px;
}

.content ul li {
  padding-left: 17px;
}

.content ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #01a1be;
  float: left;
  margin: 10px 0 0 -17px;
  border-radius: 100%;
}

.content a {
  color: #01859c;
}

.img-details {
  width: 296px;
  height: 296px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
  margin: 6px 23px 0px 0;
}

.img-details img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.contents-detail {
  padding-top: 13px;
}

.contents-detail:after {
  content: "";
  display: table;
  clear: both;
}

.push {
  height: 679px;
  margin-top: 75px;
}

.foot {
  z-index: 1;
  position: relative;
  border-top: 4px solid #384f53;
  background: #e3e3e3 url("/image/foot.jpg") no-repeat top center/cover;
  height: 679px;
  margin-top: -679px;
}

.foot .head__top-item {
  display: none;
}

.foot__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 42px 0;
}

.foot__menu-item {
  width: 183px;
}

.foot__menu-title {
  color: #323b3e;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  display: inline-block;
  text-decoration: none;
  transition: color 0.1s linear;
  position: relative;
  height: 46px;
}

.foot__menu-title:hover,
.foot__menu-title.active {
  color: #da4857;
}

.foot__menu-title:after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  background: #da4857;
  position: absolute;
  bottom: 0;
  left: 0;
}

.foot__menu-ul {
  list-style: none;
  padding-top: 11px;
}

.foot__menu-li {
  margin-top: 15px;
}

.foot__menu-li:first-child {
  margin-top: 0;
}

.foot__menu-a {
  color: #323b3e;
  display: inline-block;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  transition: color 0.1s linear;
}

.foot__menu-a:hover,
.foot__menu-a.active {
  color: #da4857;
}

.foot__bottom {
  border-top: 2px solid #9ba1a2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 15px;
}

.foot__bottom-item {
  margin-left: 43px;
  width: 183px;
}

.foot__bottom-item:first-child {
  margin-left: 0;
}

.foot__bottom-item--two {
  width: 339px;
  margin-left: auto;
}

.foot__logo {
  display: block;
  width: 200px;
  height: 65px;
  background: url(/images/ntcrotek.svg) no-repeat;
  background-size: 60%;
  background-position-y: -10px;
}

.foot__logo--en {
  background: url("/images/ntcrotek.svg") no-repeat;
  background-size: 100% auto;
}

.foot__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.foot__phone {
  display: block;
  text-decoration: none;
  color: #424f54;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-left: 45px;
}

.foot__lang {
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}

.foot__lang-item {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #01a1be;
  margin-left: 25px;
}

.foot__lang-item:first-child {
  margin-left: 0;
}

.foot__lang-item.active {
  color: #da4857;
}

.foot__home {
  display: block;
  width: 30px;
  height: 30px;
  background: url("/image/i-home.svg") no-repeat;
  background-size: cover;
  transition: opacity 0.1s linear;
}

.foot__home:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.foot__bottom-two {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 34px;
}

.foot__bottom-two-item {
  color: #424f54;
  font-size: 14px;
  line-height: 1.9;
}

.foot__bottom-two-item:last-child {
  text-align: right;
}

.foot__bottom-two-item a {
  color: #08a;
}

.social {
  display: -ms-flexbox;
  display: flex;
}

.social__item {
  width: 30px;
  height: 30px;
  display: block;
  margin-left: 20px;
  transition: opacity 0.1s linear;
}

.social__item:first-child {
  margin-left: 0;
}

.social__item--fb {
  background: url("/image/soc-fb.svg") no-repeat;
  background-size: cover;
}

.social__item--yu {
  background: url("/image/soc-youtube.svg") no-repeat;
  background-size: cover;
}

.social__item--vk {
  background: url("/image/soc-vk.svg") no-repeat;
  background-size: cover;
}

.social__item--instagram {
  background: url("/image/soc-instagram.svg") no-repeat;
  background-size: cover;
}

.social__item:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

select::-ms-expand {
  display: none;
}

.fields-select {
  position: relative;
}

.fields-select:before {
  content: "";
  width: 17px;
  height: 11px;
  background: url("/image/select.png") no-repeat;
  background-size: 100% auto;
  margin: auto;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  pointer-events: none;
}

.fields {
  border: none;
  display: block;
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f4f4f4;
  box-shadow: 0 0 0 1px #e1e1e1 inset;
  color: #424f54;
  font-size: 16px;
  padding: 0 17px;
}

.fields--textarea {
  height: 150px;
  resize: none;
  padding-top: 13px;
}

.fields--error {
  box-shadow: 0 0 0 2px #da4857 inset;
}

.fields span {
  display: block;
  height: 42px;
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 20px;
  text-overflow: ellipsis;
}

select {
  padding: 0 30px 0 17px !important;
}

.checkbox {
  display: block;
  color: #d4d4d4;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}

.checkbox input {
  display: none;
}

.checkbox span {
  display: block;
}

.checkbox span:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #ebebeb;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2) inset;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.checkbox input:checked + span:before {
  background: #01a1be;
}

.search-item {
  font-size: 18px;
  line-height: 24px;
  color: #424f54;
  padding: 0 0 0 15px;
  margin: 30px 0 0 0;
  position: relative;
}

.search-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #01859c;
  border-radius: 50%;
}

.search-item a {
  color: #01859c;
  text-decoration: underline;
}

.search-item a:hover {
  text-decoration: none;
}

.search-item span,
.search-item b {
  background: #ccedf2;
  display: inline-block;
  font-weight: inherit;
}

.text-resut {
  padding: 55px 0 0 0;
}

form.search-form {
  width: 452px;
  height: 47px;
  position: absolute;
  top: 0;
  right: 30px;
  top: -15px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

form.search-form.show {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}

form.search-form input[type="text"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  box-shadow: inset 0px 2px 4px 0px rgba(1,1,0,0.2);
  background-color: #ebebeb;
  box-sizing: border-box;
  padding: 0 60px 0 15px;
}

form.search-form .sForm {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 47px;
}

form.search-form input[type="submit"] {
  background: url("/image/ig-search.png") no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  background: rgba(0,0,0,0.5);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url("/image/colorbox/loading_background.png") no-repeat center center;
}

#cboxLoadingGraphic {
  background: url("/image/colorbox/loading.gif") no-repeat center center;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("/image/colorbox/controls.png") no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url("/image/colorbox/controls.png") no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url("/image/close.png") no-repeat center !important;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

.colorbox-inline-error {
  color: #f00;
  font-size: 16px;
  margin: 10px 0 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  transition: 0.5s;
}

.colorbox-inline-error.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.form-inline-error {
  color: #fff;
  font-size: 16px;
  margin: -35px 0 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  transition: 0.5s;
}

.form-inline-error.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.cboxCalendar #cboxClose {
  display: none;
}

.select-wrapper {
  position: relative;
}

.ik_select {
  width: 100% !important;
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}

.ik_select select {
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
}

.ik_select_link {
  height: 30px;
  font-size: 14px;
  border: 1px solid #c7d4da;
  white-space: nowrap;
  position: relative;
  zoom: 1;
  z-index: 11;
  cursor: pointer;
  overflow: hidden;
}

.ik_select_link_text {
  text-align: left;
  overflow: hidden;
  padding: 5px 0 0 10px;
  color: #000;
  text-shadow: 1px 1px 0 #fff;
}

.ik-arrow {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("/image/arrow-down.png") no-repeat center center;
  width: 20px;
  height: 10px;
  z-index: 100;
  display: block;
  fill: #a7a7a7;
}

.ik-arrow:hover {
  fill: #00648f;
}

.ik_select_dropdown {
  font-size: 14px;
  position: absolute;
  z-index: 99999;
  left: 0;
  top: 0;
  display: none;
}

.ik_select_dropdown .ik_select_list {
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  display: table;
  border: 1px solid #000;
  background: #fff;
  position: relative;
  margin-top: 30px;
  zoom: 1;
  z-index: 11;
}

.ik_select_dropdown .ik_select_list ul {
  margin: 0;
  padding: 0;
}

.ik_select_dropdown .ik_select_list ul li {
  list-style: none;
  margin: 0;
  cursor: pointer;
  padding: 5px 10px;
  position: relative;
  background: none;
  color: #000;
}

.ik_select_dropdown .ik_select_list ul li.ik_select_hover,
.ik_select_dropdown .ik_select_list ul li.ik_select_active {
  background: #000;
  color: #fff;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
      flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
      align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0,0,0,0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255,255,255,0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

    .textslider2 {
color: #fff;
    width: 350px;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 0px;
    margin-bottom: 15px;
  }
      .textslider5 {
padding: 5px 15px;
background: #FFC007;
color: #000;
font-size: 14px;
  }
  .statrow {
  display: flex;
  }
 .stat {
    width: 27.5%;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 20;
    font-size: 15px;
 }
.carusel {
  height: 540px;
}

.carusel .swiper-wrapper,
.carusel swiper-slide {
  height: 100%;
}

.carusel__title {
  text-transform: uppercase;
  color: #fff;
  font-size: 38px;
  line-height: 1.28;
  font-weight: 300;
  width: 638px;
  padding-top: 68px;
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.carusel__sticker {
  background: #da4857;
  color: #fff;
  text-transform: uppercase;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 700;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.1;
  margin-top: 23px;
  position: relative;
  z-index: 2;
}

.carusel__box {
  width: 1313px;
  position: relative;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
}

.carusel__img {
  margin: auto;
  position: absolute;
  top: 70px;
  bottom: 0;
  right: -76px;
  display: block;
}

.carusel__txt {
  color: #fff;
  width: 409px;
  font-size: 18px;
  line-height: 1.4;
  padding-top: 25px;
}

.carusel__txt ul {
  list-style: none;
}

.carusel__btn {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  box-shadow: 0 0 0 1px #fff inset;
  padding: 0 25px;
  font-size: 15px;
  line-height: 1.3;
  -ms-flex-align: center;
      align-items: center;
  transition: background 0.1s linear, color 0.1s linear;
  position: absolute;
  bottom: 80px;
  /*left: 20px*/
}

.carusel__btn:hover {
  background: #fff;
  color: #01a1be;
}

.carusel__pagination {
  position: absolute;
  bottom: 80px !important;
  left: 0;
  right: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.carusel__pagination .s-btn {
  width: 11px;
  height: 11px;
  background: #3a4f54;
  cursor: pointer;
  border-radius: 100%;
  margin-left: 10px;
}

.carusel__pagination .s-btn:first-child {
  margin-left: 0;
}

.carusel__pagination .s-btn.active {
  background: #fff;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 40px 0 10px;
}

.pagination.hide {
  display: none;
}

.pagination .s-btn {
  width: 10px;
  height: 10px;
  cursor: pointer;
  padding: 8px;
  position: relative;
}

.pagination .s-btn:before {
  background: #01a1be;
  border-radius: 100%;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}

.pagination .s-btn.active:before {
  background: #3a4f54;
}

.recommended__pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 40px 0 10px;
}

.recommended__pagination .s-btn {
  width: 10px;
  height: 10px;
  cursor: pointer;
  padding: 8px;
  position: relative;
}

.recommended__pagination .s-btn:before {
  background: #01a1be;
  border-radius: 100%;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}

.recommended__pagination .s-btn.active:before {
  background: #3a4f54;
}

.recommended--work {
  padding-bottom: 49px;
}

.recommended__wrap {
  margin: 45px -44px 0;
  box-sizing: border-box;
  padding: 0 44px;
  position: relative;
}

.recommended__carusel {
  height: 270px;
}

.recommended__carusel .swiper-wrapper,
.recommended__carusel swiper-slide {
  height: 100%;
}

.recommended__carusel-prev,
.recommended__carusel-next {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  background: url("/image/str-left.svg") no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  z-index: 1;
}

.recommended__carusel-prev {
  left: 0;
}

.recommended__carusel-next {
  right: 0;
  transform: rotate(180deg);
}

.recommended__slide {
  background: #da4857 url("/image/recommend-sale-fon.png") no-repeat center;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  text-decoration: none;
}

.recommended__slide--new {
  background: #01a1be url("/image/recommend-new-fon.png") no-repeat center;
}

.recommended__sticker {
  height: 36px;
  background: #fff;
  text-transform: uppercase;
  padding: 0 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #da4857;
}

.recommended__sticker--new {
  color: #01a1be;
}

.recommended__title {
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  width: 296px;
  padding-top: 31px;
}

.recommended__img {
  margin: auto;
  position: absolute;
  top: 0;
  right: 43px;
  bottom: 0;
  display: block;
  max-width: 275px;
  height: auto;
}

.product--work {
  margin-bottom: -135px;
}

.product--list {
  padding-top: 12px;
}

.product__elem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 6px 0 100px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.product__elem:after {
  content: "";
  display: block;
  width: 409px;
}

.product__elem-item {
  width: 409px;
  margin: 39px 0 17px;
  position: relative;
}

.product__elem-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 25px rgba(0,0,0,0.25);
  margin: -23px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0.1s linear;
}

.product__elem-item:hover {
  z-index: 3;
}

.product__elem-item:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.product__content {
  position: relative;
  z-index: 2;
}

.product__img {
  display: block;
  max-width: 100%;
}

.product__title {
  display: inline-block;
  text-decoration: none;
  color: #323b3e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  padding: 39px 0 0 35px;
  transition: color 0.1s linear;
}

.product__title:hover {
  color: #da4857;
}

.product__title-span {
  display: block;
  float: left;
  margin: 0 0 0 -35px;
}

.product__title-span:after {
  content: "";
  display: block;
  height: 2px;
  background: #da4857;
  margin-top: 5px;
}

.product__ul {
  list-style: none;
  padding: 21px 0 20px 18px;
}

.product__li {
  margin-top: 6px;
  padding-left: 17px;
}

.product__li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  float: left;
  margin: 7px 0 0 -17px;
  border-radius: 100%;
  background: #424f54;
}

.product__a {
  color: #424f54;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  transition: color 0.1s linear;
}

.product__a:hover {
  color: #da4857;
  text-decoration: underline;
}

.product-slider-wrap {
  margin: 0 -43px;
  padding: 0 43px;
  position: relative;
}

.product-slider-wrap__next,
.product-slider-wrap__prev {
  width: 20px;
  height: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  background: url("/image/str-left.svg") no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

.product-slider-wrap__next.swiper-button-disabled,
.product-slider-wrap__prev.swiper-button-disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.product-slider-wrap__prev {
  left: 0;
}

.product-slider-wrap__next {
  right: 0;
  transform: rotate(180deg);
}

.product-slider-wrap__pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 40px 0 10px;
}

.product-slider-wrap__pagination .s-btn {
  width: 10px;
  height: 10px;
  cursor: pointer;
  padding: 8px;
  position: relative;
}

.product-slider-wrap__pagination .s-btn:before {
  background: #01a1be;
  border-radius: 100%;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}

.product-slider-wrap__pagination .s-btn.active:before {
  background: #3a4f54;
}

.product-box {
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 10px;
}

.product-box__item {
  box-sizing: border-box;
  color: #424f54;
  font-size: 18px;
  line-height: 1.4;
}

.product-box__item p,
.product-box__item ul {
  padding-top: 25px;
}

.product-box__item ul {
  list-style: none;
}

.product-box__item ul ul {
  padding-top: 0;
  padding-bottom: 20px;
}

.product-box__item ol li {
  padding-left: 10px;
  margin-left: 18px;
}

.product-box__item ul li {
  padding-left: 17px;
}

.product-box__item ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #01a1be;
  float: left;
  margin: 10px 0 0 -17px;
  border-radius: 100%;
}

.product-box__item:last-child {
  padding-left: 18px;
}

.product-box__img {
  width: 300px;
  border: 1px solid #ccc;
}

.product-box__img img {
  display: block;
  width: 100%;
  height: auto;
}

.project {
  background: #3a4f54;
  height: 510px;
  margin-top: -46px;
}

.project__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.project .swiper-wrapper,
.project swiper-slide {
  height: 100%;
}

.project__slide {
  overflow: hidden;
  background: #3a4f54;
}

.project__content {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1313px;
  padding: 0 10px;
}

.project__content-item {
  width: 635px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}

.project__title {
  color: #fff;
  font-size: 48px;
  line-height: 1;
  font-weight: 300;
  padding-top: 53px;
}

.project__text {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  padding-top: 36px;
}

.project__btn {
  color: #fff;
  text-transform: uppercase;
  background: #da4857;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 23px;
  text-decoration: none;
  height: 36px;
  position: absolute;
  bottom: 68px;
  right: 0;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  transition: background 0.1s linear;
}

.project__btn:hover {
  background: #e06370;
}

.project__pagination {
  width: 409px !important;
  margin: auto;
  position: absolute;
  bottom: 81px !important;
  left: 452px !important;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.project__pagination .s-btn {
  width: 11px;
  height: 11px;
  background: #00a0bd;
  cursor: pointer;
  border-radius: 100%;
  margin-left: 10px;
}

.project__pagination .s-btn:first-child {
  margin-left: 0;
}

.project__pagination .s-btn.active {
  background: #fff;
}

.project__img {
  width: calc(50% - 22px);
}

.events {
  margin: 95px -43px;
  padding: 0 43px;
  position: relative;
}

.events__carusel {
  height: 215px;
  margin-right: -1px;
}

.events__carusel .swiper-wrapper,
.events__carusel swiper-slide {
  height: 100%;
}

.events__slide {
  border-right: 1px solid #3a4f54;
  box-sizing: border-box;
  padding-right: 18px;
}

.events__slide:last-child {
  border-right: none;
}

.events__wrap {
  overflow: hidden;
}

.events__sticker {
  height: 30px;
  color: #fff;
  background: #3a4f54;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 23px;
  text-transform: uppercase;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

.events__sticker--events {
  background: #da4857;
}

.events__sticker--news {
  background: #01a1be;
}

.events__title {
  display: block;
  text-decoration: none;
  color: #323b3e;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 21px;
  transition: color 0.1s linear;
}

.events__title:hover {
  color: #da4857;
  text-decoration: underline;
}

.events__date {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #6e7173;
  font-size: 14px;
  line-height: 1;
}

.events__next,
.events__prev {
  width: 20px;
  height: 34px;
  margin-top: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  background: url("/image/str-left.svg") no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

.events__next.swiper-button-disabled,
.events__prev.swiper-button-disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.events__prev {
  left: 0;
}

.events__next {
  right: 25;
  transform: rotate(180deg);
}

.events__pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 40px 0 10px;
}

.events__pagination .s-btn {
  width: 10px;
  height: 10px;
  cursor: pointer;
  padding: 8px;
  position: relative;
}

.events__pagination .s-btn:before {
  background: #01a1be;
  border-radius: 100%;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}

.events__pagination .s-btn.active:before {
  background: #3a4f54;
}

.events-work {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.events-work__left {
  width: 974px;
}

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

.events-work__right {
  width: 296px;
  box-sizing: border-box;
  padding-left: 40px;
}

.events-work__detail-img {
  width: 296px;
  float: left;
  margin: 31px 40px 20px 0;
  background: url("/image/press-nophoto.png") no-repeat;
}

.events-work__detail-img img {
  display: block;
  width: 100%;
  height: auto;
}

.events-work__date {
  color: #6e7173;
  font-size: 14px;
  line-height: 1;
  padding-top: 27px;
}

.events-section__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 60px;
}

.events-section__img {
  width: 296px;
  height: 296px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  /*box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset*/
}

.events-section__content {
  width: 635px;
}

.events-section__sticker {
  background: #3a4f54;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  text-transform: uppercase;
  height: 30px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  -ms-flex-align: center;
      align-items: center;
}

.events-section__sticker--events {
  background: #da4857;
}

.events-section__sticker--news {
  background: #01a1be;
}

.events-section__date {
  color: #6e7173;
  font-size: 14px;
  line-height: 1;
  padding-top: 32px;
}

a.events-section__name {
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #424f54;
  margin-top: 30px;
  transition: color 0.1s linear;
}

a.events-section__name:hover {
  color: #da4857;
  text-decoration: underline;
}

.events-sticker {
  margin-top: 57px;
  overflow: hidden;
}

.events-sticker--detail {
  margin-top: 28px;
}

.events-sticker__title {
  text-transform: uppercase;
  color: #424f54;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  padding-bottom: 3px;
}

.events-sticker__content p {
  padding: 12px 0 0;
}

.events-sticker__btn {
  display: block;
  background: #da4857;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 15px 10px;
  text-align: center;
  box-sizing: border-box;
  transition: background 0.1s linear;
  margin-top: 24px;
  position: relative;
}

.events-sticker__btn:hover {
  background: #d53041;
}

.events-sticker__btn--calendar {
  display: none;
}

.about {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 13px;
}

.about__item {
  width: 635px;
  padding-left: 55px;
  box-sizing: border-box;
  padding-top: 38px;
  font-size: 16px;
}

.about__item:before {
  content: "";
  display: block;
  width: 46px;
  height: 40px;
  background: url("/image/i-check.png") no-repeat;
  float: left;
  margin: -8px 0 0 -55px;
}

.about__title {
  display: block;
  color: #424f54;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 25px;
}

.licence {
  margin-top: -4px;
  height: auto;
  overflow: hidden;
}

.licence-wrap {
  padding: 0 30px;
  margin: 0 -30px;
  position: relative;
}

.licence-wrap .history-slider__next,
.licence-wrap .history-slider__prev {
  display: none;
  height: 100%;
}

.licence .swiper-wrapper {
  height: auto;
}

.licence__item {
  height: auto;
  width: 296px;
  margin-left: 0 !important;
  margin-top: 51px;
}

.licence__item:nth-child(4n+1) {
  margin-left: 0;
}

.licence__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

.licence__title {
  text-align: center;
  color: #424f54;
  font-size: 18px;
  line-height: 1.4;
  padding-top: 41px;
}

.history-nav {
  overflow: hidden;
}

.history-slider .swiper-wrapper,
.history-slider .swiper-slide {
  height: auto;
}

.history-slider__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.history-slider__slide-item {
  width: 635px;
}

.history-slider__img {
  position: relative;
}

.history-slider__img-src {
  display: block;
  width: 100%;
  height: auto;
}

.history-slider__date {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 2;
  color: #fff;
  background: #da4857;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  width: 74px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.history-slider__text {
  padding-top: 41px;
}

.history-slider__pagination {
  margin-top: 46px;
}

.history-slider__pagination .swiper-wrapper {
  margin-top: 2px;
  box-shadow: 0 0 0 #e1e1e1;
}

.history-slider__pagination-item {
  cursor: pointer;
  color: #4f5b5f;
  font-size: 18px;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  transition: box-shadow 0.1s linear;
  box-shadow: 0 -2px 0 #e1e1e1;
}

.history-slider__pagination-item.active {
  box-shadow: 0 -2px 0 #da4857;
  font-weight: 700;
}

.history-slider__pagination-item span {
  display: block;
  padding: 12px 12px 12px;
}

.history-slider__next,
.history-slider__prev {
  width: 20px;
  height: 270px;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 1;
}

.history-slider__next span,
.history-slider__prev span {
  width: 30px;
  height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  background: url("/image/str-left.svg") no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

.history-slider__prev {
  left: 5px;
}

.history-slider__next {
  right: 5px;
  transform: rotate(180deg);
}

.history-slider-wrap {
  margin: 48px -43px 0;
  padding: 0 43px;
  position: relative;
}

.history-slider-wrap.small {
  display: none;
}

.history-slider-wrap.big {
  display: block;
}

.maps {
  background: #ccc;
  height: 540px;
}

.maps--support {
  margin: 89px 0 -20px;
}

.callbacks {
  background: #3a4f54;
  margin: 89px 0 -75px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.callbacks--product {
  margin-top: -46px;
}

.callbacks__img {
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: url("/image/contact-fon.jpg") no-repeat center/cover;
}

.callbacks__content {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 45px 60px 45px;
}

.callbacks__content .mfeedback {
  max-width: 635px;
  width: 100%;
}

.callbacks__form {
  margin-top: 48px;
}

.callbacks__half {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.callbacks__half--feedback {
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.callbacks__half-item {
  width: 183px;
}

.callbacks__half-item:nth-child(2n+1) {
  margin-left: 0;
}

.callbacks__half-item--feedback {
  max-width: 46.5%;
  width: 100%;
  margin-bottom: 24px;
}

.callbacks__field {
  width: 100%;
  height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #ebebeb;
  box-sizing: border-box;
  color: #6e7173;
  font-size: 14px;
  padding: 0 10px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2) inset;
}

.callbacks__field.fields--error {
  box-shadow: 0 0 0 2px inset #da4857;
}

.callbacks__field--textarea {
  height: 75px;
  resize: none;
  padding-top: 10px;
}

.callbacks__field--error {
  box-shadow: 0 0 0 2px #f00 inset;
}

.callbacks__btn {
  width: 100%;
  height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  color: #fff;
  background: none;
  box-shadow: 0 0 0 1px #fff inset;
  transition: background 0.1s linear;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.callbacks__btn:hover {
  background: rgba(255,255,255,0.1);
}

.callbacks__code {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 24px 0;
  -ms-flex-align: end;
      align-items: flex-end;
}

.callbacks__code-left {
  width: 100%;
  padding: 0 20px 0 0;
  max-width: 409px;
}

.callbacks__code-right {
  width: 183px;
  min-width: 130px;
}

.callbacks__success {
  background: #38be3c;
  color: #fff;
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 30px;
  font-size: 20px;
  line-height: 1.3;
  pointer-events: none;
  transform: translateY(0);
  animation: success 0.3s;
  animation-fill-mode: both;
  z-index: 10000;
}

.callbacks__img {
  width: calc(50% - 22px);
}

.capcha {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.capcha__item img {
  display: block;
}

.capcha__right {
  width: 100%;
  max-width: 100px;
  margin-left: 20px;
}

.capcha__text {
  color: #d4d4d4;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 9px;
}

.smi {
  padding: 34px 40px 40px;
}

.smi__form {
  width: 600px;
  position: relative;
}

.smi__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}

.smi__half {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 34px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}

.smi__half-item {
  width: 46.5%;
  display: block;
  margin-bottom: 20px;
}

.smi__half-item:nth-child(2n+1) {
  margin-left: 0;
}

.smi__success {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  font-size: 16px;
  line-height: 1.1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.smi__success:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url("/image/success.png") no-repeat;
  margin-bottom: 20px;
}

@keyframes success {
  from {
    transform: translateY(-70%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  to {
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

.partners {
  padding-top: 2px;
  margin-bottom: -11px;
}

.partners__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 54px;
}

.partners__left {
  width: 296px;
}

.partners__left img {
  display: block;
  width: 100%;
  height: auto;
  margin: 3px auto 0;
}

.partners__right {
  width: 974px;
}

.partners__title {
  color: #424f54;
  font-size: 36px;
  line-height: 1;
  font-weight: 300;
}

.filter {
  margin-top: 19px;
  display: -ms-flexbox;
  display: flex;
}

.filter__item {
  width: 296px;
  margin-left: 43px;
}

.filter__item:first-child {
  margin-left: 0;
}

.contacts-controls {
  display: -ms-flexbox;
  display: flex;
  padding-top: 19px;
}

.contacts-controls__item {
  background: #ebebeb;
  height: 60px;
  font-size: 36px;
  line-height: 1;
  font-weight: 300;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.contacts-controls__item.active {
  background: #01a1be;
  color: #fff;
  position: relative;
}

.contacts-controls__item.active:before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  border-top: 11px solid #01a1be;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}

.contacts-section {
  padding-top: 15px;
}

.contacts-section__item {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.contacts-section__item.active {
  height: auto;
  visibility: visible;
}

.contacts-section__maps {
  margin-top: 89px;
}

.contacts-dop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: -20px;
}

.contacts-dop__item {
  width: 635px;
}

.contacts-dop__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 32px;
}

.contacts-dop__social-group {
  display: -ms-flexbox;
  display: flex;
}

.contacts-dop__social-group-item {
  width: 30px;
  height: 30px;
  display: block;
  margin-left: 20px;
  transition: opacity 0.1s linear;
}

.contacts-dop__social-group-item--fb {
  background: url("/image/soc-fb.svg") no-repeat;
  background-size: cover;
}

.contacts-dop__social-group-item--yu {
  background: url("/image/soc-youtube.svg") no-repeat;
  background-size: cover;
}

.contacts-dop__social-group-item--vk {
  background: url("/image/soc-vk.svg") no-repeat;
  background-size: cover;
}

.contacts-dop__social-group-item--instagram {
  background: url("/image/soc-instagram.svg") no-repeat;
  background-size: cover;
}

.contacts-dop__social-group-item:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.calendar {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  margin-top: 19px;
}

.calendar__head {
  text-align: center;
  border-bottom: 2px solid #e0e0e0;
  height: 40px;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 40px;
  position: relative;
}

.calendar__head-controls {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 15px;
}

.calendar__head-controls-prev,
.calendar__head-controls-next {
  width: 7px;
  height: 12px;
  background: url("/image/str-left.svg") no-repeat;
  background-size: 100% auto;
}

.calendar__head-controls-next {
  transform: rotate(180deg);
  margin-left: auto;
}

.calendar__content {
  border-top: none;
  box-sizing: border-box;
  padding: 8px 5px 5px;
}

.calendar__table {
  width: 100%;
}

.calendar__table th {
  color: #017084;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 7px;
  padding: 4px;
}

.calendar__table td {
  text-align: center;
  font-size: 13px;
  color: #424f54;
  padding: 4px 0;
}

.calendar__table td.active {
  background: #c7edf2;
}

.calendar__table td.active a {
  display: block;
  text-decoration: none;
  color: #424f54;
}

.calendar__table .NewsCalOtherMonth {
  color: #dedede;
}

.solutions {
  padding-top: 20px;
}

.solutions__row {
  position: relative;
  margin-top: 95px;
}

.solutions__row:first-child {
  margin-top: 0;
}

.solutions__row:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 25px rgba(0,0,0,0.25);
  margin: -32px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0.1s linear;
  pointer-events: none;
}

.solutions__row:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.solutions__elem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.solutions__elem-img {
  width: 296px;
  min-width: 296px;
  max-width: 296px;
  height: 296px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.solutions__elem-img img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.solutions__elem-content {
  width: 100%;
  padding: 0 0 0 40px;
}

a.solutions__title {
  text-decoration: none;
  display: inline-block;
  color: #424f54;
  font-size: 36px;
  line-height: 1.17;
  margin-top: -8px;
  transition: color 0.1s linear;
}

a.solutions__title:hover {
  color: #da4857;
}

.solutions__tags {
  font-size: 18px;
  line-height: 1.7;
  padding-top: 21px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -3px;
}

.solutions__tags strong {
  font-weight: 700;
  min-width: 79px;
}

.solutions__tags-group {
  display: inline-block;
}

.solutions__tags-group a {
  display: inline-block;
  margin-left: 5px;
}

.solutions__tags-group a:after {
  content: ",";
}

.solutions__tags-group a:last-child:after {
  display: none;
}

.solution-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 31px 0 3px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.solution-list__item {
  width: 296px;
  position: relative;
  text-align: center;
  padding: 45px 0 42px;
  margin-bottom: -3px;
}

.solution-list__item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 25px rgba(0,0,0,0.25);
  margin: 0 -23px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0.1s linear;
  pointer-events: none;
}

.solution-list__item:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.solution-list__logo {
  height: 102px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 38px;
}

.solution-list__logo img {
  display: block;
  max-height: 100%;
}

.solution-list__icon {
  height: 74px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 39px;
}

.solution-list__icon img {
  max-height: 100%;
  max-width: 100%;
}

a.solution-list__title {
  text-decoration: none;
  display: inline-block;
  color: #424f54;
  font-size: 20px;
  line-height: 1.25;
  transition: color 0.1s linear;
}

a.solution-list__title:hover {
  color: #da4857;
}

a.solution-list__title--two {
  font-size: 36px;
  font-weight: 300;
  display: block;
}

.solution-list__otr {
  padding-top: 20px;
}

.solution-list__otr strong {
  display: block;
}

.solution-industry {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 26px;
  text-align: center;
}

.solution-industry__item {
  width: 296px;
  margin-left: 43px;
  margin-top: 69px;
}

.solution-industry__item:nth-child(4n+1) {
  margin-left: 0;
}

.solution-industry__img {
  width: 185px;
  height: 185px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 42px;
  display: block;
}

a.solution-industry__name {
  display: inline-block;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none;
  color: #424f54;
  transition: color 0.1s linear;
}

a.solution-industry__name:hover {
  color: #da4857;
}

.solution-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 2px;
}

.solution-detail__left {
  width: 296px;
}

.solution-detail__right {
  width: 974px;
}

.solution-detail__right .detail_text h2 {
  color: #424f54;
  font-size: 36px;
  padding-top: 74px;
  font-weight: 300;
  line-height: 1.3;
}

.solution-detail__right .detail_text img {
 
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
}

.solution-detail__img {
  max-width: 296px;
  max-height: 296px;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /*box-shadow: 0 0 0 1px #e1e1e1*/
  margin-top: 7px;
  display: block;
  position: absolute;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  color: #b9b9b9 !important;
}

.solution-detail__img span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 24px;
  line-height: 24px;
  padding-right: 32px;
}

.solution-detail__img span:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #d2d2d2 url("/image/plus.png") no-repeat center;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.solution-detail__btn {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-top: 45px;
  -ms-flex-pack: center;
      justify-content: center;
}

.vacs-preim-wrap {
  margin: 48px -43px 95px;
  padding: 0 23px;
  position: relative;
}

.vacs-preim-wrap__next,
.vacs-preim-wrap__prev {
  width: 20px;
  height: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  background: url("/image/str-left.svg") no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  z-index: 1;
}

.vacs-preim-wrap__next.swiper-button-disabled,
.vacs-preim-wrap__prev.swiper-button-disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.vacs-preim-wrap__prev {
  left: 0;
}

.vacs-preim-wrap__next {
  right: 0;
  transform: rotate(180deg);
}

.vacs-preim-wrap__pagination {
  display: -ms-flexbox;
  display: flex;
}

.vacs-preim {
  margin: 48px 0 0;
  height: 220px;
}

.vacs-preim .swiper-wrapper,
.vacs-preim swiper-slide {
  height: 100%;
}

.vacs-preim__item {
  box-shadow: 0 0 0 1px #e3e3e3 inset;
  background: url("/image/adv-fon.png") no-repeat center/cover;
  box-sizing: border-box;
  padding-top: 52px;
}

.vacs-preim__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 74px;
}

.vacs-preim__icon img {
  display: block;
  max-width: 100%;
  nax-height: 100%;
}

.vacs-preim__name {
  text-align: center;
  color: #424f54;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  padding-top: 46px;
}

.vacs-interview {
  background: #ededed;
  margin: 95px 0 -20px;
  position: relative;
}

.vacs-interview__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url("/image/interview-fon.jpg") no-repeat center/cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  box-sizing: border-box;
  padding: 65px 40px 0 0;
}

.vacs-interview__img-src {
  max-height: 100%;
}

.vacs-interview__content {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 6px 0 95px 678px;
}

.vacs-interview__name {
  color: #424f54;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  padding-top: 45px;
}

.vacs-interview__position {
  color: #7c7c7c;
  font-size: 18px;
  line-height: 1.35;
  font-style: italic;
  padding-top: 16px;
}

.vacs-interview__text {
  padding-top: 0;
}

a.vacs-interview__btn {
  color: #424f54;
  margin-top: 9px;
}

.vacs-interview__img {
  width: calc(50% - 22px);
}

.vacs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 39px;
}

.vacs.hide {
  display: -ms-flexbox;
  display: flex;
}

.vacs.historyTeam {
  display: none;
}

.vacs__item {
  width: 635px;
  padding-bottom: 51px;
}

.vacs__head {
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 13px;
}

.vacs__name {
  color: #424f54;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.vacs__title {
  font-size: 16px;
  line-height: 1.6;
  font-style: italic;
  color: #7c7c7c;
  padding-top: 19px;
}

.vacs__text {
  padding: 17px 0 30px;
}

.vacs-mail {
  background: #3a4f54;
  margin: 44px 0 -20px;
  position: relative;
}

.vacs-mail__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url("/image/goin.jpg") no-repeat center/cover;
}

.vacs-mail__content {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 55px 0 65px 678px;
}

.vacs-mail__title {
  padding: 0;
  line-height: 1;
}

.vacs-mail__text {
  color: #fff;
  padding-top: 19px;
}

.vacs-mail__border {
  border-top: 2px solid #626c70;
  padding-top: 21px !important;
  margin-top: 24px;
}

.vacs-mail__panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 44px;
}

.vacs-mail__panel-item {
  margin-left: 70px;
}

.vacs-mail__panel-item:first-child {
  margin-left: 0;
}

.vacs-mail__panel-item a {
  color: #00b9da;
}

.vacs-mail__img {
  width: calc(50% - 22px);
}

.historyTeam {
  margin: 48px -43px 95px;
  padding: 0 23px;
  position: relative;
}

.historyTeam__carusel {
  position: relative;
  height: 352px;
}

.historyTeam__carusel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: #fff;
  z-index: 2;
}

.historyTeam__carusel .swiper-wrapper,
.historyTeam__carusel swiper-slide {
  height: 100%;
}

.videoabout {
	width: 50%;
	margin: auto;
}

.video-container {
  overflow: hidden;
  position: relative;
  width:100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

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

.historyTeam__slide {
  box-sizing: border-box;
  padding: 0 22px;
  border-left: 1px solid #424f54;
}

.historyTeam__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.historyTeam__head-img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.historyTeam__head-text {
  padding-left: 20px;
}

.historyTeam__head-text strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.historyTeam__head-text span {
  display: block;
  color: #7c7c7c;
  font-size: 18px;
  line-height: 1;
  font-style: italic;
  padding-top: 18px;
}

.historyTeam__text {
  padding-top: 12px;
  padding-right: 20px;
  height: auto;
  overflow: hidden;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.historyTeam__text.announce {
  max-height: 204px;
}

.historyTeam__text p {
  padding-top: 12px !important;
}

.historyTeam__btn {
  position: absolute;
  bottom: 0;
  left: 22px;
}

.historyTeam__next,
.historyTeam__prev {
  width: 20px;
  height: 34px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  background: url("/image/str-left.svg") no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  z-index: 1;
}

.historyTeam__prev {
  left: 0;
}

.historyTeam__next {
  right: 0;
  transform: rotate(180deg);
}

.historyTeam__pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 40px 0 10px;
}

.historyTeam__pagination .s-btn {
  width: 10px;
  height: 10px;
  cursor: pointer;
  padding: 8px;
  position: relative;
}

.historyTeam__pagination .s-btn:before {
  background: #01a1be;
  border-radius: 100%;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}

.historyTeam__pagination .s-btn.active:before {
  background: #3a4f54;
}

.buy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 51px 0 -55px;
}

.buy:after {
  content: "";
  display: block;
  width: 409px;
}

.buy__item {
  width: 100%;
  margin-bottom: 49px;
}

.buy__row {
  padding-bottom: 6px;
}

.industry-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 12px;
}

.industry-detail__left {
  width: 296px;
}

.industry-detail__right {
  width: 974px;
}

.industry-detail__img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 5px;
}

.opinions {
  margin-top: 86px;
  padding-bottom: 55px;
}

.opinions__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #fff;
}

.opinions__img {
  width: 296px;
}

.opinions__img img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.opinions__text {
  width: 974px;
}

.opinions__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 974px;
  position: absolute;
  bottom: 0;
  right: 0;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2;
}

.opinions__pagination {
  display: none;
}

@media (min-width: 765px) {
  .history-slider__pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media (min-width: 980px) {
  .callbacks__content {
    width: 50%;
    margin: 0 !important;
  }
}

@media screen and (max-width: 1400px) {
  .page {
    max-width: 1280px;
  }

  .recommended__wrap {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: -25px;
    margin-right: -25px;
  }

  .product__elem-item:before {
    margin: -18px;
  }

  .product-slider-wrap {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: -25px;
    margin-right: -25px;
  }

  .events {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: -25px;
    margin-right: -25px;
  }

  .history-slider-wrap {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: -25px;
    margin-right: -25px;
  }

  .vacs-preim-wrap {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: -25px;
    margin-right: -25px;
  }

  .historyTeam {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media screen and (max-width: 1345px) {
  .page {
    width: 941px;
  }

  .grid:before {
    width: 941px;
    background: linear-gradient(to right, rgba(255,0,0,0.2) 50px, transparent 50px);
    background-size: 81px;
  }

  .title {
    font-size: 42px;
    padding-top: 53px;
  }

  .title--work {
    padding-top: 11px;
  }

  .title--small {
    font-size: 36px;
  }

  .head {
    height: 140px;
  }

  .head__top {
    padding-bottom: 22px;
  }

  .menu {
    margin: 0 -10px;
  }

  .menu__a {
    font-size: 16px;
    padding: 0 10px;
    height: 30px;
  }

  .menu__submenu {
    top: 44px;
  }

  .menu__product {
    width: 941px;
    column-gap: 31px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sitemap {
    margin: 0 -10px;
  }

  .sitemap__a {
    font-size: 16px;
    padding: 0 10px;
    height: 30px;
  }

  .sitemap_product .product__ul {
    list-style: none;
  }

  .sitemap_product .product__title-span {
    float: left;
    width: auto;
  }

  .content {
    padding-top: 2px;
  }

  .img-details {
    width: 212px;
    height: 212px;
    margin-right: 31px;
    margin-bottom: 30px;
  }

  .push {
    margin-top: 70px;
    height: 707px;
  }

  .foot {
    margin-top: -707px;
    height: 707px;
  }

  .foot__menu-item {
    width: 130px;
  }

  .foot__menu-a {
    font-size: 14px;
  }

  .foot__phone {
    font-size: 15px;
  }

  .foot__bottom-two-item {
    width: 50%;
  }

  form.search-form {
    width: 380px;
  }

  .carusel {
    height: 510px;
  }

  .carusel__title {
    font-size: 32px;
    width: 530px;
  }

  .carusel__sticker {
    margin-top: 37px;
  }

  .carusel__box {
    width: 941px;
  }

  .carusel__img {
    height: 350px;
    right: 20px;
    bottom: -34px;
  }

  .carusel__btn {
    font-size: 14px;
    bottom: 57px;
  }

  .carusel__pagination {
    bottom: 70px !important;
  }

  .recommended__wrap {
    margin: 37px -30px 0;
    padding: 0 30px;
  }

  .recommended__carusel {
    height: 400px;
  }

  .recommended__title {
    width: 100%;
  }

  .recommended__img {
    top: auto;
    left: 0;
    right: 0;
    bottom: 10px;
    max-height: 200px;
  }

  .product__elem {
    padding: 27px 0 76px;
  }

  .product__elem-item {
    width: 290px;
    margin-top: 9px;
  }

  .product__elem-item:before {
    margin: -15px;
  }

  .product-slider-wrap {
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px;
  }

  .project__content {
    width: 941px;
  }

  .project__content-item {
    width: 450px;
  }

  .project__title {
    font-size: 40px;
    padding-top: 60px;
  }

  .project__btn {
    bottom: 60px;
  }

  .project__pagination {
    bottom: 72px !important;
  }

  .events {
    margin: 70px -30px;
    padding: 0 30px;
  }

  .events__title {
    height: 126px;
    overflow: hidden;
  }

  .events-work {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .events-work__left {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }

  .events-work__right {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }

  .events-section__img {
    width: 212px;
    height: 212px;
  }

  .events-section__content {
    width: 698px;
  }

  .events-sticker {
    margin: 0 0 -50px 0;
    width: 131px;
    float: right;
    position: relative;
    top: 11px;
  }

  .events-sticker__title {
    display: none;
  }

  .events-sticker__content {
    display: none;
  }

  .events-sticker__btn {
    width: 50px;
    height: 50px;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: url("/image/i-press.png") no-repeat center #e04a58 !important;
    margin: 0;
    float: left;
  }

  .events-sticker__btn--calendar {
    background: url("/image/i-calendar.png") no-repeat center #009fbb !important;
    display: block;
    margin-right: 31px;
  }

  .calendar-box {
    display: none;
  }

  .about__item {
    width: 450px;
  }

  .licence__item {
    width: 212px;
    margin-top: 39px;
  }

  .licence__title {
    font-size: 16px;
    padding-top: 38px;
  }

  .history-slider__slide-item {
    width: 450px;
  }

  .history-slider-wrap {
    margin: 36px -30px;
    padding: 0 30px;
  }

  .callbacks__img {
    width: 47%;
    background-position: left center;
  }

  .callbacks__content {
    width: 53%;
    padding: 0 45px 60px 30px;
  }

  .partners__left {
    width: 212px;
  }

  .partners__right {
    width: 698px;
  }

  .filter__item {
    margin-left: 31px;
    width: 212px;
  }

  .calendar {
    margin: 0;
    width: 580px;
  }

  .calendar__head {
    font-size: 40px;
    height: 92px;
    line-height: 92px;
  }

  .calendar__head-controls {
    padding: 0 45px;
  }

  .calendar__head-controls-prev,
  .calendar__head-controls-next {
    width: 17px;
    height: 30px;
  }

  .calendar__content {
    padding-top: 23px;
    padding-bottom: 20px;
  }

  .calendar__table th {
    font-size: 29px;
  }

  .calendar__table td {
    font-size: 32px;
    padding: 10px 0;
  }

  .solutions__elem-img {
    width: 212px;
    max-width: 212px;
    min-width: 212px;
    height: 212px;
  }

  .solutions__elem-content {
    padding: 0 0 0 30px;
  }

  a.solutions__title {
    font-size: 30px;
  }

  .solution-industry__item {
    margin-left: 31px;
    width: 212px;
  }

  a.solution-industry__name {
    font-size: 18px;
  }

  .solution-detail {
    padding-top: 23px;
  }

  .solution-detail__left {
    width: 212px;
  }

  .solution-detail__right {
    width: 698px;
  }

  .solution-detail__img {
    width: 212px;
    height: 212px;
  }

  .solution-detail__btn {
    padding: 0;
  }

  .vacs-preim-wrap {
    margin-bottom: 75px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px;
  }

  .vacs-preim-wrap__pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 10px 0;
  }

  .vacs-preim-wrap__pagination .s-btn {
    width: 10px;
    height: 10px;
    cursor: pointer;
    padding: 8px;
    position: relative;
  }

  .vacs-preim-wrap__pagination .s-btn:before {
    background: #01a1be;
    border-radius: 100%;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
  }

  .vacs-preim-wrap__pagination .s-btn.active:before {
    background: #3a4f54;
  }

  .vacs-interview {
    margin: 74px 0 4px;
  }

  .vacs-interview__content {
    padding: 0 0 61px 486px;
  }

  .vacs-interview__title {
    line-height: 0.93;
    padding-top: 45px;
  }

  .vacs-interview__name {
    padding-top: 38px;
  }

  .vacs__item {
    width: 455px;
  }

  .vacs__text {
    font-size: 16px;
  }

  .vacs-mail {
    margin: 24px 0 4px;
  }

  .vacs-mail__content {
    padding: 44px 0 35px 486px;
  }

  .vacs-mail__title {
    padding: 0;
  }

  .vacs-mail__panel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .vacs-mail__panel-item {
    margin-left: 0;
  }

  .vacs-mail__panel-item:first-child {
    margin-right: auto;
  }

  .vacs-mail__panel-item:nth-child(2) {
    position: relative;
    top: -14px;
  }

  .vacs-mail__panel-item:last-child {
    position: relative;
    top: -21px;
  }

  .historyTeam {
    margin-bottom: 75px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px;
  }

  .buy__item {
    width: 455px;
  }

  .industry-detail {
    padding-top: 23px;
  }

  .industry-detail__left {
    width: 212px;
  }

  .industry-detail__right {
    width: 698px;
  }

  .opinions__img {
    width: 212px;
  }

  .opinions__text {
    width: 698px;
  }

  .opinions__controls {
    width: 698px;
  }
}

@media screen and (max-width: 1345px) and (max-width: 980px) {
  .sitemap_product .product__ul {
    display: block;
    padding-top: 5px;
  }
}

@media screen and (max-width: 980px) {
  .page {
    width: 685px;
  }

  .grid:before {
    width: 685px;
    background: linear-gradient(to right, rgba(255,0,0,0.2) 36px, transparent 36px);
    background-size: 59px;
  }

  .head {
    height: 108px;
  }

  .head__top {
    padding: 0;
    height: 108px;
  }

  .head__top-item:last-child {
    display: block;
    margin-left: 25px;
  }

  .head__search {
    position: static;
  }

  .menu {
    position: absolute;
    top: 108px;
    left: 0;
    right: 0;
    background: #fff;
    -ms-flex-direction: column;
        flex-direction: column;
    box-sizing: border-box;
    padding: 45px 35px 20px;
    margin: 0;
    box-shadow: 0 10px 10px rgba(0,0,0,0.25);
    display: none;
    z-index: 2;
  }

  .menu:before {
    content: "";
    height: 7px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(255,255,255,0));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .menu.active {
    display: -ms-flexbox;
    display: flex;
  }

  .menu__li--product {
    -ms-flex-order: -1;
        order: -1;
  }

  .menu__a {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .menu__submenu--product {
    display: block !important;
  }

  .menu__submenu {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    padding: 5px 10px 0;
    box-shadow: none;
    margin-bottom: 31px;
    box-sizing: border-box;
  }

  .menu__submenu:before {
    display: none;
  }

  .menu__submenu-a {
    font-size: 14px;
  }

  .menu__submenu.active {
    animation: none;
  }

  .menu__product {
    display: none !important;
  }

  .submenu {
    display: none;
  }

  .sitemap__a {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .sitemap_product-item {
    width: 100%;
  }

  .sitemap_product-item .product__title {
    float: left;
    margin: 0 0 0px;
    width: auto;
  }

  .push {
    margin-top: 70px;
    height: 276px;
  }

  .foot {
    margin-top: -276px;
    height: 276px;
  }

  .foot .head__top-item {
    display: block;
  }

  .foot__menu {
    display: none;
  }

  .foot__bottom {
    padding-top: 42px;
    border-top: none;
  }

  .foot__home {
    display: none;
  }

  .foot__bottom-two-item {
    line-height: 1.4;
  }

  form.search-form {
    right: 0;
    left: 0;
    top: 0;
    width: auto;
    top: 108px;
    padding: 25px 40px;
    background: #01a1be;
  }

  form.search-form input[type="text"] {
    position: relative;
  }

  form.search-form .sForm {
    height: 47px;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .carusel {
    height: 400px;
  }

  .carusel__title {
    font-size: 26px;
    width: 500px;
  }

  .carusel__sticker {
    margin-top: 22px;
  }

  .carusel__box {
    width: 685px;
  }

  .carusel__img {
    width: 331px;
    height: auto;
    right: 0;
    bottom: -10px;
  }

  .carusel__txt {
    color: #fff;
    width: 350px;
    font-size: 16px;
    line-height: 1.4;
    padding-top: 25px;
  }

  .textslider1 {
    color: #fff;
    width: 350px;
	font-size: 16px;
    line-height: 1.4;
    margin-top: -5px;
  }
.textslider5 {
padding: 3px 10px;
background: #FFC007;
color: #000;
font-size: 12px;
  }
  
  .statrow {
  display: block;
  }
   .stat {
 width: 100%;
 }
  
.textslider2 {
    color: #fff;
    width: 350px;
    font-size: 13px;
    line-height: 1.4;
    margin-top: -20px;
}

.product-box__img {
display: none;
	}

  .carusel__btn {
    bottom: 80px;
    left: 10px;
  }

  .carusel__pagination {
    -ms-flex-pack: start;
        justify-content: flex-start;
    bottom: 50px !important;
    width: 685px !important;
    margin: auto;
  }

  .pagination.hide {
    display: -ms-flexbox;
    display: flex;
  }

  .product__elem-item {
    width: 331px;
  }

  .project__img {
    width: 100%;
  }

  .project__content {
    width: 685px;
  }

  .project__content {
    background: rgba(58,79,84,0.7);
    width: 100%;
    padding: 0;
  }

  .project__content-item {
    width: 685px;
    margin: auto;
    right: 0;
    left: 0;
  }

  .project__text {
    padding-top: 49px;
  }

  .project__pagination {
    bottom: 72px !important;
    right: 0 !important;
    left: 0 !important;
    width: 685px !important;
    margin: auto;
    pointer-events: none;
  }

  .events-section__img {
    width: 213px;
    height: 213px;
  }

  .events-section__content {
    width: 449px;
  }

  .events-sticker__btn--calendar {
    margin-right: 23px;
  }

  .about__item {
    width: 100%;
  }

  .licence-wrap .history-slider__next,
  .licence-wrap .history-slider__prev {
    display: block;
  }

  .licence__item {
    width: 331px;
    margin-left: 23px;
  }

  .licence__item:nth-child(4n+1) {
    margin-left: 23px;
  }

  .licence__item:nth-child(2n+1) {
    margin-left: 0;
  }

  .history-slider__slide-item {
    width: 331px;
  }

  .history-slider__text {
    font-size: 16px;
  }

  .history-slider__pagination-item span {
    padding: 12px 5px 12px;
  }

  .history-slider__prev {
    left: 5px;
  }

  .history-slider__next {
    right: 5px;
  }

  .callbacks__img {
    width: 100%;
    background-position: center center;
    position: absolute;
    right: 0;
  }

  .callbacks__img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(58,79,84,0.7);
  }

  .callbacks__content {
    padding: 0 0 60px 0;
  }

  .callbacks__content .mfeedback {
    max-width: 100%;
  }

  .partners__left {
    width: 213px;
  }

  .partners__right {
    width: 449px;
  }

  .filter__item {
    margin-left: 23px;
    width: 213px;
  }

  a.solutions__title {
    font-size: 24px;
    margin-top: 0;
  }

  .solution-list__item {
    width: 331px;
  }

  .solution-industry__item {
    margin-left: 23px;
    width: 213px;
  }

  .solution-detail__left {
    width: 213px;
  }

  .solution-detail__right {
    width: 449px;
  }

  .vacs-interview {
    padding-top: 345px;
    background: none;
  }

  .vacs-interview__img {
    width: 100%;
    height: 480px;
  }

  .vacs-interview__content {
    position: relative;
    z-index: 2;
    background: #ededed;
    padding: 1px 59px 55px;
  }

  .vacs__item {
    width: 331px;
  }

  .vacs-mail__img {
    width: 100%;
  }

  .vacs-mail__img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3a4f54;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }

  .vacs-mail__content {
    padding-left: 0;
  }

  .vacs-mail__panel {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .vacs-mail__panel-item:first-child {
    margin-right: 0;
  }

  .vacs-mail__panel-item:nth-child(2) {
    top: 0;
  }

  .vacs-mail__panel-item:last-child {
    top: 0;
  }

  .historyTeam__text.announce {
    height: 204px;
  }

  .buy__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .industry-detail__left {
    width: 213px;
  }

  .industry-detail__right {
    width: 449px;
  }

  .opinions__img {
    width: 213px;
  }

  .opinions__text {
    width: 449px;
  }

  .opinions__controls {
    width: 449px;
  }

  .opinions__pagination {
    margin: 10px 0;
  }

  .opinions__pagination .s-btn {
    width: 10px;
    height: 10px;
    cursor: pointer;
    padding: 8px;
    position: relative;
  }

  .opinions__pagination .s-btn:before {
    background: #01a1be;
    border-radius: 100%;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
  }

  .opinions__pagination .s-btn.active:before {
    background: #3a4f54;
  }
}

@media screen and (max-width: 765px) {
.videoabout {
	width: 100%;
}
  .page {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .textslider2 {
    color: #fff;
    width: 400px;
    font-size: 14px;
    line-height: 1.4;
    margin-top: -15px;
    margin-bottom: 10px;
}

  .title {
    font-size: 36px;
    padding-top: 52px;
  }

  .title--work {
    padding-top: 28px;
  }

  .title--small {
    font-size: 24px;
  }

  .head {
    height: 72px;
  }

  .head__top {
    height: 72px;
  }

  .head__top-item:last-child {
    margin-left: 20px;
  }

  .head__logo {
    width: 110px;
    height: 80px;
    background: url(/images/ntcrotek.svg) no-repeat;
    background-size: 100%;
  }

  .head__info-item:nth-child(1) {
    -ms-flex-order: 3;
        order: 3;
  }

  .head__info-item:nth-child(2) {
    -ms-flex-order: 1;
        order: 1;
  }

  .head__info-item:nth-child(3) {
    -ms-flex-order: 2;
        order: 2;
  }

  .head__search {
    margin-left: 20px;
  }

  .head__phone {
    width: 22px;
    height: 20px;
    background: url("/image/phone.png") no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    margin-left: 20px;
  }

  .head__lang {
    margin-left: 20px;
  }

  .head__lang-item {
    margin-left: 20px;
  }

  .menu {
    top: 72px;
    padding: 30px 15px 10px;
  }

  .menu__submenu {
    margin-bottom: 27px;
  }

  .breadcrumb {
    display: none;
  }

  .content {
    font-size: 16px;
    padding: 0;
  }

  .img-details {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }

  .img-details--opinion {
    padding-top: 0;
  }

  .push {
    margin-top: 67px;
    height: 180px;
  }

  .foot {
    margin-top: -180px;
    height: 180px;
  }

  .foot__bottom {
    padding-top: 20px;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .foot__bottom-item {
    margin-left: 0;
    width: auto;
  }

  .foot__bottom-item:last-child {
    display: none;
  }

  .foot__logo {
    width: 110px;
    height: 80px;
    background: url(/images/ntcrotek.svg) no-repeat;
    background-size: 100%;
  }

  .foot__phone {
    display: none;
  }

  .foot__lang {
    display: none;
  }

  .foot__bottom-two {
    padding-top: 20px;
  }

  .foot__bottom-two-item {
    width: 100%;
  }

  .foot__bottom-two-item:first-child {
    display: none;
  }

  .foot__bottom-two-item:last-child {
    text-align: center;
  }

  form.search-form {
    padding: 25px;
    top: 72px;
  }

  form.search-form .sForm {
    right: 25px;
  }

  .carusel {
    height: 377px;
  }

  .carusel__title {
    font-size: 23px;
    width: 100%;
    line-height: 1.4;
    padding-top: 50px;
  }

  .carusel__sticker {
    margin-top: 13px;
  }

  .carusel__box {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .carusel__img {
    display: none;
    width: 250px;
    height: auto;
    bottom: -85px;
    right: -40px;
  }

  .carusel__btn {
    left: 15px;
    padding: 0 30px;
  }

  .carusel__pagination {
    bottom: 60px !important;
    width: 100% !important;
    padding: 0 15px;
  }

  .recommended__wrap {
    margin: 26px -15px 0;
    padding: 0 15px;
  }

  .recommended__carusel-prev,
  .recommended__carusel-next {
    display: none;
    background-size: 60% auto;
    background-position: center;
  }

  .recommended__carusel {
    height: 360px;
  }

  .recommended__carusel-prev,
  .recommended__carusel-next {
    width: 15px;
    height: 25px;
  }

  .recommended__title {
    font-size: 18px;
  }

  .recommended__img {
    max-height: 150px;
    bottom: 20px;
  }

  .product__elem {
    padding: 0 0 81px;
    margin-top: -2px;
  }

  .product__elem-item {
    width: 100%;
    margin-top: 28px;
  }

  .product__elem-item:before {
    margin: -10px;
  }

  .product__img {
    width: 100%;
  }

  .product__title {
    padding: 19px 0 9px;
  }

  .product__title-span {
    float: none;
    margin: 0 0 16px;
    width: 23px;
  }

  .product__ul {
    display: none;
  }

  .product__ul--work {
    display: block;
  }

  .product-slider-wrap {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
  }

  .product-slider-wrap__next,
  .product-slider-wrap__prev {
    display: none;
    width: 11px;
    height: 17px;
  }

  .product-box {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .product-box__item:last-child {
    padding-left: 0;
    padding-top: 20px;
  }

  .product-box__img {
    width: 100%;
  }

  .project {
    height: 460px;
  }

  .project__content {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .project__content-item {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .project__title {
    font-size: 24px;
    padding-top: 35px;
    line-height: 1.3;
  }

  .project__text {
    font-size: 16px;
    padding-top: 24px;
    overflow: hidden;
    height: 222px;
    box-sizing: border-box;
  }

  .project__btn {
    bottom: 40px;
    right: 15px;
  }

  .project__pagination {
    bottom: 52px !important;
    padding-left: 15px;
    box-sizing: border-box;
    width: 100% !important;
  }

  .events {
    margin: 67px -15px;
    padding: 0 15px;
  }

  .events__next,
  .events__prev {
    background-size: 50% auto;
    background-position: center;
    display: none;
    width: 15px;
    height: 25px;
  }

  .events-section__row {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .events-section__img {
    width: 100%;
    height: auto;
    padding-top: 100%;
    margin-bottom: 36px;
    display: none;
  }

  .events-section__content {
    width: 100%;
  }

  .events-section__content p {
    display: none;
  }

  a.events-section__name {
    font-size: 18px;
  }

  .events-sticker {
    margin: 20px 0 15px;
    top: 0;
  }

  .licence-wrap {
    padding: 0 10px;
    margin: 0 -10px;
  }

  .licence__item {
    width: 100%;
    margin-left: 0;
  }

  .licence__item:nth-child(4n+1) {
    margin-left: 0;
  }

  .history-nav {
    overflow: hidden;
  }

  .history-slider__slide-item {
    width: 100%;
  }

  .history-slider__pagination-item {
    font-size: 12px;
    width: 38px;
  }

  .history-slider__prev {
    left: -1px;
  }

  .history-slider__prev span {
    background-size: 60% auto;
    background-position: center;
  }

  .history-slider__next {
    right: 0px;
  }

  .history-slider__next span {
    background-size: 60% auto;
    background-position: center;
  }

  .history-slider-wrap.small {
    display: block;
  }

  .history-slider-wrap.big {
    display: none;
  }

  .history-slider-wrap {
    margin: 36px -15px;
    padding: 0 15px;
  }

  .callbacks__content {
    padding-bottom: 35px;
  }

  .callbacks__half-item--feedback {
    max-width: 100%;
  }

  .callbacks__code {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .callbacks__code-left {
    padding: 0;
  }

  .capcha__right {
    margin-left: 10px;
  }

  .smi {
    box-sizing: border-box;
    padding: 30px 36px 36px;
  }

  .smi__form {
    width: 100%;
  }

  .smi__half {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .smi__half-item {
    margin-left: 0;
    width: 100%;
  }

  .partners__row {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .partners__left {
    width: 100%;
  }

  .partners__right {
    width: 100%;
  }

  .partners__title {
    display: none;
  }

  .filter {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .filter__item {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .filter__item:first-child {
    margin-top: 0;
  }

  .contacts-controls__item {
    font-size: 18px;
  }

  .contacts-section__maps {
    margin-top: 30px;
  }

  .contacts-dop {
    display: block;
  }

  .contacts-dop__item {
    width: 100%;
  }

  .contacts-dop__social {
    display: block;
  }

  .contacts-dop__social-group {
    padding: 15px 0 0 0;
  }

  .contacts-dop__social-group-item:first-child {
    margin: 0;
  }

  .maps {
    height: 360px;
  }

  .calendar {
    width: 290px;
    height: 335px;
  }

  .calendar__head {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }

  .calendar__head-controls {
    padding: 0 15px;
  }

  .calendar__head-controls-prev,
  .calendar__head-controls-next {
    width: 7px;
    height: 12px;
  }

  .calendar__table th {
    font-size: 13px;
  }

  .calendar__table td {
    font-size: 13px;
    padding: 10px 0;
  }

  .solutions__row:before {
    margin: -15px;
  }

  .solutions__elem {
    display: block;
  }

  .solutions__elem-img {
    max-width: 100%;
    width: 100%;
    display: none;
    height: auto;
  }

  .solutions__elem-content {
    padding: 30px 0 0 0;
  }

  .solution-list__item {
    width: 100%;
  }

  .solution-industry__item {
    margin-left: 0;
    width: 100%;
  }

  .solution-detail {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .solution-detail__left {
    width: 100%;
    padding-bottom: 31px;
  }

  .solution-detail__right {
    width: 100%;
  }

  .solution-detail__img {
    width: 100%;
    height: auto;
    padding-top: 100%;
    max-width: 100%;
    max-height: 100%;
    position: relative;
  }

  .vacs-preim-wrap {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
  }

  .vacs-preim-wrap__next,
  .vacs-preim-wrap__prev {
    background-size: 50% auto;
    background-position: center;
    display: none;
    width: 20px;
    height: 35px;
  }

  .vacs-interview {
    padding-top: 200px;
  }

  .vacs-interview__img {
    height: 200px;
    padding: 22px 15px 0 0;
  }

  .vacs-interview__content {
    padding: 0 15px 40px;
  }

  .vacs-interview__title {
    line-height: 1.25;
    padding-top: 30px;
  }

  .vacs-interview__name {
    font-size: 18px;
    padding-top: 27px;
  }

  .vacs-interview__position {
    font-size: 16px;
  }

  .vacs.hide {
    display: none;
  }

  .vacs.historyTeam {
    display: block;
  }

  .vacs__item {
    width: 100%;
  }

  .vacs__name {
    font-size: 18px;
  }

  .vacs .pagination {
    margin-top: 15px;
  }

  .vacs-mail__content {
    padding: 0 15px;
  }

  .vacs-mail__title {
    line-height: 1.25;
    padding-top: 30px;
  }

  .vacs-mail__border {
    border-color: rgba(255,255,255,0.3);
  }

  .vacs-mail__panel {
    margin-top: 36px;
  }

  .vacs-mail__panel-item:first-child {
    margin-right: 70px;
  }

  .vacs-mail__panel-item:nth-child(2),
  .vacs-mail__panel-item:last-child {
    padding: 29px 0 30px;
  }

  .historyTeam {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
  }

  .historyTeam__pagination {
    margin-top: 15px;
  }

  .historyTeam__carusel {
    min-height: 10px;
    height: auto;
  }

  .historyTeam__carusel .swiper-wrapper {
    height: auto;
  }

  .historyTeam__carusel .vacs__item {
    padding-bottom: 10px;
  }

  .historyTeam__slide {
    padding: 0 5px;
    border: none;
  }

  .historyTeam__head-text strong {
    font-size: 18px;
  }

  .historyTeam__head-text span {
    line-height: 1.2;
    font-size: 16px;
  }

  .historyTeam__text.announce {
    height: auto;
  }

  .historyTeam__btn {
    left: 4px;
  }

  .historyTeam__next,
  .historyTeam__prev {
    width: 30px;
    height: 34px;
    background-size: 50% auto;
    background-position: center;
  }

  .industry-detail {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .industry-detail__left {
    width: 100%;
    padding-bottom: 31px;
  }

  .industry-detail__right {
    width: 100%;
  }

  .opinions {
    padding-bottom: 20px;
  }

  .opinions__slide {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .opinions__img {
    width: 100%;
    display: none;
  }

  .opinions__text {
    width: 100%;
    padding: 25px 0 60px;
  }

  .opinions__controls {
    width: 100%;
  }
}

@media screen and (max-width: 350px) {
  .capcha {
    display: block;
  }

  .capcha__right {
    position: relative;
    top: 10px;
    left: -10px;
  }
}