body  {
  position: relative;
  min-width: 320px;
  font-family: 'Roboto',  Arial,  Helvetica,  sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
  margin: 0;
}
a  {
  color: inherit;
  text-decoration: none;
}
a:focus,
button:focus  {
  outline: none;
}
ul  {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
p  {
  margin: 0;
}
img,
svg,
video  {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
video {
  outline: none;
}
svg  {
  width: auto;
}
h1,
h2,
h3,
h4,
h5,
h6  {
  margin: 0;
  padding: 0;  
  font-size: inherit;
  font-weight: inherit;
}
.wrapper  {
  overflow: hidden;
  padding-top: 0!important;
}
.sect {
  position: relative;
}
.container {
  position: relative;
}
.content {
  position: relative;
  z-index: 1;
}
a,
a::before,
a::after,
.button,
button,
button::before,
button::after,
svg path,
i,
.mfp-close {
  -webkit-transition: all  0.5s  ease;
  -o-transition: all  0.5s  ease;
  transition: all  0.5s  ease;
}
button  {
  cursor: pointer;
  background-color: inherit;
  border: none;
}
.button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: none;
  width: auto;
  font-family: 'Roboto',  Arial,  Helvetica,  sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  background: #00B7EA;
  padding: 8px 10px;
}
.button.red {
  background: #FF0833;
}
.button.yellow {
  background: #FFB400;
}
.button.gray {
  background: #807F7F;
}
.button:hover {
  opacity: .7;
}
.intro {
  margin-bottom: 40px;
}
.intro .caption {
  font-size: 30px;
  font-weight: 700;
}
.mfp-container {
 padding-left: 0;
 padding-right: 0;
}
.mfp-inline-holder .mfp-close {
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  font-size: 38px;
  line-height: 32px;
  color: #333333;
  opacity: 1;
}
.mfp-video .mfp-inline-holder .mfp-close {
  background-color: #fff;
}
.mfp-inline-holder .mfp-close:hover {
  opacity: .7;
}
.mfp-bottom-bar {
 display: none;
}
.mfp-video .mfp-content {
  text-align: center;
}
.mfp-video .mfp-inline-holder .mfp-content {
  width: auto;
  max-width: 1280px;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  left: -25px;
  width: 30px;
  height: 60px;
  text-indent: -9999px;
  background: #E5E8E8;
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  margin-top: -30px;
  z-index: 998;
}
.slick-arrow.slick-next {
  left: auto;
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  right: -40px;
}
.slick-arrow:hover {
  background: #C5F0FF;
}
.slick-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 8px solid transparent;
  border-right: 16px solid #C2C2C2;
  border-bottom: 8px solid transparent;
  margin-top: -8px;
  margin-left: -8px;
}
.slick-arrow.slick-next::before {
  border-right: none;
  border-top: 8px solid transparent;
  border-left: 16px solid #C2C2C2;
  border-bottom: 8px solid transparent;
  margin-top: -8px;
  margin-left: -8px;
}
.slick-arrow:hover::before {
  border-left-color: #00C9FF;
  border-right-color: #00C9FF;
}
.slick-slide img {
  display: inline;
}
.slick-track {
  display: flex;
}

.header.sect {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header.sect .logo {
  margin-top: -20px;
}
.header.sect .info {
  font-size: 14px;
  font-weight: 700;
}
.header.sect .lang {
  border-left: 2px solid #fff;
  padding-left: 30px;
}
.header.sect .lang .item a {
  display: block;
  padding: 2px 6px 1px;
  border: 1px solid transparent;
}
.header.sect .lang .item.active a {
  cursor: default;
  color: #00C9FF;
  border-color: #00C9FF;
}

.main.sect {
  color: #fff;
  background-image: url('../img/main/bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.main.sect::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39,40,55,.7);
}
.main.sect > .container {
  padding-top: 110px;
  padding-bottom: 115px;
}
.main.sect > .container .intro {
  margin-bottom: 50px;
}
.main.sect > .container .intro .caption {
  font-size: 40px;
}
.main.sect > .container .items {
  margin-top: -30px;
}
.main.sect > .container .item {
  margin-top: 30px;
}
.main.sect > .container .item .desc {
  text-align: left;
  font-size: 14px;
}

.footer.sect {
  font-size: 14px;
  color: #fff;
  background-color: #3D3C3B;
  padding: 30px 0;
}
.footer.sect .phone {
  font-weight: 700;
}
.footer.sect .lang {
  font-weight: 700;
}
.footer.sect .lang .item a {
  display: block;
  padding: 2px 6px 1px;
  border: 1px solid transparent;
}
.footer.sect .lang .item a:hover {
  border-color: #fff;
}
.footer.sect .lang .item.active a {
  cursor: default;
  color: #00C9FF;
  border-color: #00C9FF;
}

.transportation.sect {
  color: #fff;
  background-color: #3D3C3B;
  padding-top: 100px;
  padding-bottom: 100px;
}
.transportation.sect .intro {
  position: relative;
  z-index: 2;
}
.transportation.sect .img {
  position: relative;
  z-index: 1;
}
.transportation.sect .map {
  position: absolute;
  top: 20px;
  left: 670px;
}

.catalog.sect {
  padding-top: 80px;
  padding-bottom: 110px;
}
.catalog.sect .groups {
  display: flex;
  flex-direction: column;
  margin-top: -40px;
}
.catalog.sect .group {
  display: block;
  margin-top: 40px;
}
.catalog.sect .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 135px;
  height: 240px;
  padding: 10px 10px 10px 45px;
  z-index: 2;
}
.catalog.sect .item:nth-last-child(2) {
  z-index: 3;
}
.catalog.sect .group .item.info {
  width: 255px;
  padding-left: 55px;
  margin-left: 0;
}
.catalog.sect .item.info {
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
.catalog.sect .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EDEBEB;
  transform: skew(-15deg);
  border-left: 10px solid #fff;
  z-index: -1;
}
.catalog.sect .item:last-child::before {
  border-left-color: #EDEBEB;
}
.catalog.sect .icon {
  position: relative;
  display: inline-block;
}
.catalog.sect .icon .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.catalog.sect .group:hover .icon .hover {
  opacity: 1;
  overflow: visible;
}
.catalog.sect .item .desc {
  font-size: 14px;
  margin-top: 25px;
}
.catalog.sect .item .button {
  margin-top: 25px;
}

.objects.sect {
  padding-top: 80px;
  padding-bottom: 110px;
}
.objects.sect .pager {
  margin-left: -15px;
  margin-top: -10px;
  margin-bottom: 30px;
}
.objects.sect .pager .control {
  margin-left: 15px;
  margin-top: 10px;
}
.objects.sect .pager .button {
  display: block;
  background: #C2C2C2;
}
.objects.sect .pager .button.active {
  cursor: default;
  background: #00B7EA;
  opacity: 1;
}
.objects.sect .items {
  margin-left: -15px;
}
.objects.sect .item {
  display: flex;
  flex-direction: column;
  height: auto;
  margin-left: 15px;
}
.objects.sect .item .inner {
  max-width: 314px;
  height: 100%;
  color: #fff;
  background-color: #5D5E69;
  margin-left: auto;
  margin-right: auto;
}
.objects.sect .item .text {
  font-size: 14px;
  padding: 20px;
}
.objects.sect .item .caption {
  font-weight: 700;
}
.objects.sect .item .caption strong {
  color: #00C9FF;
}
.objects.sect .item .desc {
  margin-top: 20px;
}
.objects.sect .item .desc ul li {
  position: relative;
  padding-left: 20px;
}
.objects.sect .item .desc ul li::before {
  content: '—';
  position: absolute;
  top: 0;
  left: 0;
}