/*
Theme Name: УКР ВЕНТ
Version: 1.0
Author: by Petr Savenok, savenok-code.com
 */

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

@font-face {
  font-family: 'Gilroy';
  src: url("assets/fonts/Gilroy-Medium.eot");
  src: url("assets/fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Gilroy-Medium.woff") format("woff"), url("assets/fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("assets/fonts/Gilroy-SemiBold.eot");
  src: url("assets/fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Gilroy-SemiBold.woff") format("woff"), url("assets/fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("assets/fonts/Gilroy-Regular.eot");
  src: url("assets/fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Gilroy-Regular.woff") format("woff"), url("assets/fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("assets/fonts/Gilroy-ExtraBold.eot");
  src: url("assets/fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Gilroy-ExtraBold.woff") format("woff"), url("assets/fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus,
:active {
  outline: none; }

a:focus,
a:active {
  outline: none; }

aside,
nav,
footer,
header,
section {
  display: block; }

html {
  font-size: 16px; }

html,
body {
  height: 100%;
  min-width: 320px; }

body {
  line-height: 1;
  font-family: "Gilroy";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input,
button,
textarea {
  font-family: "Gilroy";
  font-size: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer;
  background-color: inherit; }

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

a,
a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit; }

body {
  color: #213973;
  background: #fff; }
  body._lock {
    overflow: hidden; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

._container {
  max-width: 1580px;
  margin: 0 auto;
  padding: 0px 15px; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 0px;
  height: 50px;
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  border-bottom: 2px solid #b8b8b8;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .input._focus {
    border-bottom: 2px solid #C6311B; }

textarea.input {
  resize: vertical;
  padding: 13px 0px 0px 0px;
  min-height: 50px; }

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  
}
  .options__item {
    position: relative;
    cursor: pointer; }
  .options__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    left: 0;
    top: 0;
    visibility: hidden; }
    .options__input:checked + .options__text:before {
      background: #fff url("assets/img/contacts/check.png") center no-repeat; }
  .options__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #213973;
    line-height: calc(20 / 16);
    font-weight: 500;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0px 20px 0px 0px; }
    @media (max-width: 767.98px) {
      .options__text {
        margin: 0; } }
    .options__text:before {
      content: "";
      -ms-flex-item-align: start;
      align-self: flex-start;
      margin: 0px 15px 0px 15px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
      flex: 0 0 32px;
      left: 0;
      top: 0;
      width: 32px;
      height: 32px;
      background: #fff;
      border: 1px solid #B8B8B8; }

._btn {
  min-height: 75px;
  background: #C6311B;
  color: #fff;
  min-width: 200px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 1300px) {
    ._btn {
      min-height: 65px; } }
  @media (max-width: 479.98px) {
    ._btn {
      min-height: 55px;
      min-width: 100%; } }
  @media (any-hover: hover) {
    ._btn:hover {
      -webkit-box-shadow: 0px 0px 62px 0px rgba(198, 49, 27, 0.5);
      box-shadow: 0px 0px 62px 0px rgba(198, 49, 27, 0.5); } }

._title {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase; }
  @media (max-width: 1580px) {
    ._title {
      font-size: calc(20px + 40 * ((100vw - 320px) / 1260)); } }
  ._title::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #C6311B;
    display: block;
    margin: 25px 0px 0px 0px; }

.control-slider {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  padding: 0px 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 1300px) {
    .control-slider {
      max-width: 1200px; } }
  @media (max-width: 767.98px) {
    .control-slider {
      max-width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      top: unset;
      bottom: 80px; } }
  @media (max-width: 479.98px) {
    .control-slider {
      bottom: 70px; } }
  .control-slider__arr-left {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background: url("assets/img/icons/slider_left_arr.png") center/100% no-repeat;
    width: 61px;
    height: 12px;
    padding: 10px 0px; }
    .control-slider__arr-left::after {
      content: '';
      position: absolute;
      left: -110px;
      top: 50%;
      -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
      transform: translate(0px, -50%);
      background: url("assets/img/icons/decor_elips_orange.png") 0 0 no-repeat;
      width: 235px;
      height: 235px;
      pointer-events: none;
      z-index: -1;
      opacity: 0;
      -webkit-transition: all 0.8s ease 0s;
      -o-transition: all 0.8s ease 0s;
      transition: all 0.8s ease 0s; }
    .control-slider__arr-left::before {
      content: '';
      position: absolute;
      top: 50%;
      left: -40px;
      -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
      transform: translate(0px, -50%);
      background: url("assets/img/icons/elips_half_left.png") 0 0 no-repeat;
      width: 43px;
      height: 87px;
      z-index: 1;
      opacity: 0;
      -webkit-transition: all 0.3s ease 0.1s;
      -o-transition: all 0.3s ease 0.1s;
      transition: all 0.3s ease 0.1s;
      pointer-events: none; }
    @media (any-hover: hover) {
      .control-slider__arr-left:hover {
        background: url("assets/img/icons/arr_long_left.png") center/100% no-repeat;
        width: 109px; }
        .control-slider__arr-left:hover::after {
          opacity: 1; }
        .control-slider__arr-left:hover::before {
          opacity: 1; } }
  .control-slider__fraction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0px 20px; }
    .control-slider__fraction .swiper-pagination-current {
      color: #C6311B; }
  .control-slider__arr-right {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background: url("assets/img/icons/slider_right_arr.png") center/100% no-repeat;
    width: 61px;
    height: 12px;
    padding: 10px 0px; }
    .control-slider__arr-right::after {
      content: '';
      position: absolute;
      right: -110px;
      top: 50%;
      -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
      transform: translate(0px, -50%);
      background: url("assets/img/icons/decor_elips_orange.png") 0 0 no-repeat;
      width: 235px;
      height: 235px;
      pointer-events: none;
      z-index: -1;
      opacity: 0;
      -webkit-transition: all 0.8s ease 0s;
      -o-transition: all 0.8s ease 0s;
      transition: all 0.8s ease 0s; }
    .control-slider__arr-right::before {
      content: '';
      position: absolute;
      top: 50%;
      right: -40px;
      -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
      transform: translate(0px, -50%);
      background: url("assets/img/icons/elips_half.png") 0 0 no-repeat;
      width: 43px;
      height: 87px;
      z-index: 1;
      opacity: 0;
      -webkit-transition: all 0.3s ease 0.1s;
      -o-transition: all 0.3s ease 0.1s;
      transition: all 0.3s ease 0.1s;
      pointer-events: none; }
    @media (any-hover: hover) {
      .control-slider__arr-right:hover {
        background: url("assets/img/icons/arr_long.png") center/100% no-repeat;
        width: 109px; }
        .control-slider__arr-right:hover::after {
          opacity: 1; }
        .control-slider__arr-right:hover::before {
          opacity: 1; } }

.breadcrumbs {
  font-size: 14px; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .breadcrumbs ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .breadcrumbs ul li:last-child::after {
        content: '';
        display: none; }
      .breadcrumbs ul li::after {
        content: '';
        background: url("assets/img/contacts/arrow.svg") 0 0 no-repeat;
        width: 12px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
        flex: 0 0 12px;
        height: 11px;
        color: #636363;
        margin: 0px 5px; }
      .breadcrumbs ul li a {
        font-size: 14px;
        color: #636363;
        border-bottom: 1px solid transparent; }
        @media (any-hover: hover) {
          .breadcrumbs ul li a:hover {
            border-bottom: 1px solid #213973; } }
      .breadcrumbs ul li span {
        color: #213973; }

._ibg {
  position: relative; }
  ._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover; }

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden; }

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; }
  .video video,
  .video iframe,
  .video object,
  .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

#map {
  background: url("assets/img/icons/loading.gif") center/50px no-repeat; }

._swiper {
  overflow: hidden; }
  ._swiper > div {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  ._swiper.swiper-container-autoheight > div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

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

.swiper-button-lock {
  display: none !important; }

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  margin-top: -10px;
  position: absolute;
  display: block;
  width: 20px;
  height: 36px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  z-index: 1080; }

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff; }

.lg-actions .lg-next {
  right: 20px;
  background: url("assets/img/icons/p-right.svg") 0 0/100% no-repeat; }

.lg-actions .lg-prev {
  left: 20px;
  background: url("assets/img/icons/p-left.svg") 0 0/100% no-repeat; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #fff; }

.lg-toolbar .lg-close {
  background: url("assets/img/icons/close.svg") center no-repeat; }

.lg-toolbar .lg-download {
  display: none; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toggle-thumb:hover {
  color: #fff; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("assets/img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("assets/img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("assets/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("assets/img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("assets/img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.group {
  *zoom: 1; }

.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("assets/img/icons/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff; }
  .header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 105px; }
    @media (max-width: 767.98px) {
      .header__body {
        min-height: 80px; } }
  .header__logo {
    position: relative;
    z-index: 1; }
    .header__logo img {
      max-width: 75px; }
      @media (max-width: 767.98px) {
        .header__logo img {
          max-width: 60px; } }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 10px; }
  @media (max-width: 767.98px) {
    .menu__body {
      position: fixed;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 130px 0px 0px 0px;
      right: -100%;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      background-color: #fff;
      overflow: auto; }
      .menu__body::before {
        content: '';
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        opacity: 0; }
      .menu__body._active {
        right: 0; }
        .menu__body._active::before {
          opacity: 1; } }
  .menu__body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991.98px) {
      .menu__body ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (max-width: 767.98px) {
      .menu__body ul {
        display: block;
        text-align: center; } }
    .menu__body ul li {
      margin-right: 40px; }
      @media (max-width: 1580px) {
        .menu__body ul li {
          margin-right: calc(0px + 40 * ((100vw - 320px) / 1260)); } }
      .menu__body ul li:last-child {
        margin: 0; }
      @media (max-width: 991.98px) {
        .menu__body ul li {
          margin: 10px 10px; }
          .menu__body ul li:last-child {
            margin: 10px 10px; } }
      @media (max-width: 767.98px) {
        .menu__body ul li {
          margin: 25px 10px; } }
      .menu__body ul li a {
        color: #213973;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        -webkit-transition: color 0.3s ease 0s;
        -o-transition: color 0.3s ease 0s;
        transition: color 0.3s ease 0s;
        letter-spacing: 1.5px; }
        @media (any-hover: hover) {
          .menu__body ul li a:hover {
            color: #C6311B; } }
        .menu__body ul li a::after {
          content: '';
          position: absolute;
          bottom: -8px;
          left: 0;
          width: 100%;
          height: 2px;
          background: #C6311B;
          opacity: 0;
          visibility: hidden; }
          @media (max-width: 991.98px) {
            .menu__body ul li a::after {
              bottom: -4px; } }
        .menu__body ul li a._active::after {
          opacity: 1;
          visibility: visible; }
        @media (max-width: 767.98px) {
          .menu__body ul li a {
            font-size: 20px; } }

.langs-header {
  position: relative;
  padding: 10px 5px;
  cursor: pointer; }
  @media (max-width: 767.98px) {
    .langs-header {
      margin: 0px 80px 5px 0px; } }
  @media (any-hover: hover) {
    .langs-header:hover .langs-header__drop {
      opacity: 1;
      visibility: visible;
      top: 100%;
      pointer-events: all; }
    .langs-header:hover .langs-header__item::after {
      content: '';
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); } }
  .langs-header::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #C6311B; }
  .langs-header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #213973;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.8px;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s; }
    @media (any-hover: hover) {
      .langs-header__item:hover {
        color: #C6311B; } }
    .langs-header__item::after {
      content: '';
      background: url("assets/img/icons/arr_lang.png") 0 0 no-repeat;
      width: 11px;
      height: 6px;
      margin: 0px 0px 0px 10px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    @media (max-width: 767.98px) {
      .langs-header__item {
        font-size: 20px; } }
  .langs-header__drop {
    text-align: left;
    position: absolute;
    top: 130%;
    left: 0;
    width: 100%;
    padding: 2px 8px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 1;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    pointer-events: none; }
    .langs-header__drop._active {
      opacity: 1;
      visibility: visible;
      pointer-events: all; }
    .langs-header__drop a {
      display: block;
      text-align: left;
      margin: 12px 0;
      text-transform: uppercase;
      color: #213973;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 2px;
      -webkit-transition: color 0.3s ease 0s;
      -o-transition: color 0.3s ease 0s;
      transition: color 0.3s ease 0s; }
      @media (any-hover: hover) {
        .langs-header__drop a:hover {
          color: #C6311B; } }
      @media (max-width: 767.98px) {
        .langs-header__drop a {
          font-size: 20px; } }

.icon-menu {
  display: none; }
  @media (max-width: 767.98px) {
    .icon-menu {
      display: block;
      position: absolute;
      top: 30px;
      right: 10px;
      width: 40px;
      height: 22px;
      cursor: pointer;
      z-index: 5; }
      .icon-menu span {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: calc(50% - 1px);
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #213973; }
        .icon-menu span:first-child {
          top: 0px; }
        .icon-menu span:last-child {
          top: auto;
          bottom: 0px; }
      .icon-menu._active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); }
        .icon-menu._active span:first-child {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: calc(50% - 1px); }
        .icon-menu._active span:last-child {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          bottom: calc(50% - 1px); } }

.footer {
  padding-top: 140px; }
  @media (max-width: 1580px) {
    .footer {
      padding-top: calc(30px + 110 * ((100vw - 320px) / 1260)); } }
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991.98px) {
      .footer__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .footer__bottom {
    background: url("assets/img/footer/decor_blue.png") 0 0/cover no-repeat;
    position: relative;
    padding: 30px 0px 0px 0px; }
    @media (max-width: 991.98px) {
      .footer__bottom {
        padding: 55px 0px 0px 0px; } }
    @media (max-width: 767.98px) {
      .footer__bottom {
        padding: 70px 0px 20px 0px; } }
    .footer__bottom::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: url("assets/img/footer/lighter.png") 0 0/cover no-repeat;
      width: 100%;
      height: 100%; }
    .footer__bottom > div {
      min-height: 165px;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative; }
      @media (max-width: 991.98px) {
        .footer__bottom > div {
          min-height: 120px;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media (max-width: 767.98px) {
        .footer__bottom > div {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
    @media (max-width: 767.98px) {
      .footer__bottom span {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: center; } }
    .footer__bottom a {
      color: #fff;
      -webkit-transition: color 0.3s ease 0s;
      -o-transition: color 0.3s ease 0s;
      transition: color 0.3s ease 0s; }
      @media (any-hover: hover) {
        .footer__bottom a:hover {
          color: #C6311B; } }

.top-footer__inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 0px 0px 0px; }
  @media (max-width: 1300px) {
    .top-footer__inner {
      padding: 20px 0px 0px 0px; } }
  @media (max-width: 991.98px) {
    .top-footer__inner {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      margin: 0px 0px 40px 0px; } }
  @media (max-width: 479.98px) {
    .top-footer__inner {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.top-footer__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; }
  @media (max-width: 479.98px) {
    .top-footer__item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }

.top-footer__menu {
  margin: 0px 0px 50px 0px; }
  .top-footer__menu nav ul li {
    margin: 0px 0px 15px 0px; }
    .top-footer__menu nav ul li:last-child {
      margin: 0; }
    .top-footer__menu nav ul li a {
      font-size: 16px;
      color: #213973;
      font-weight: 600;
      display: inline-block;
      position: relative; }
      @media (any-hover: hover) {
        .top-footer__menu nav ul li a:hover::after {
          opacity: 1;
          width: 100%; } }
      .top-footer__menu nav ul li a::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        height: 2px;
        width: 0%;
        background: #C6311B;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }

.top-footer__title {
  font-weight: 800;
  color: #C6311B;
  text-transform: uppercase;
  margin: 0px 0px 25px 0px; }
  .top-footer__title::after {
    content: '';
    width: 15px;
    height: 3px;
    background: #C6311B;
    display: block;
    margin: 8px 0px 0px 0px; }

@media (max-width: 767.98px) {
  .top-footer__catalog {
    padding: 0px 15px 0px 0px; } }

.top-footer__catalog div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .top-footer__catalog div a {
    font-size: 16px;
    color: #213973;
    font-weight: 600;
    position: relative;
    margin: 0px 0px 15px 0px; }
    @media (any-hover: hover) {
      .top-footer__catalog div a:hover::after {
        opacity: 1;
        width: 100%; } }
    .top-footer__catalog div a::after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      height: 2px;
      width: 0%;
      background: #C6311B;
      opacity: 0;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }

.top-footer__contacts .top-footer__title {
  margin: 0px 0px 25px 0px; }

.top-footer__contacts div {
  margin: 0px 0px 20px 0px; }
  .top-footer__contacts div span {
    display: block;
    font-weight: 500;
    color: #636363;
    margin: 0px 0px 12px 0px; }
  .top-footer__contacts div a {
    color: #213973;
    font-size: 18px;
    font-weight: 600;
    display: block;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    margin: 0px 0px 15px 0px; }
    @media (any-hover: hover) {
      .top-footer__contacts div a:hover {
        color: #C6311B; } }

.top-footer__geolocation {
  color: #213973;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  margin: 25px 0px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .top-footer__geolocation::before {
    content: '';
    background: url("assets/img/icons/geo.png") 0 0 no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 26px;
    margin: 0px 10px 0px 0px; }
  @media (any-hover: hover) {
    .top-footer__geolocation:hover {
      color: #C6311B; } }

.top-footer__form {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; }
  @media (max-width: 991.98px) {
    .top-footer__form {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }

.form-footer {
  position: relative;
  z-index: 2;
  background-color: #fff;
  margin: 0px 0px -60px 0px; }
  .form-footer form {
    position: relative;
    background-color: #fff;
    z-index: 1;
    padding: 110px 50px 150px 50px;
    border: 1px solid #c9c9c9;
    border-top: 0;
    border-right: 0;
    border-bottom: 0; }
    @media (max-width: 1300px) {
      .form-footer form {
        padding: 70px 40px 60px 40px; } }
    @media (max-width: 991.98px) {
      .form-footer form {
        border: 1px solid #c9c9c9; } }
    @media (max-width: 479.98px) {
      .form-footer form {
        padding: 50px 20px 60px 20px; } }
  .form-footer::before {
    content: '';
    position: absolute;
    right: -60px;
    bottom: 60px;
    background: url("assets/img/footer/decor.png") 0 0/cover no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1; }
    @media (max-width: 991.98px) {
      .form-footer::before {
        display: none; } }
  .form-footer__title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 48px;
    text-align: center;
    margin-bottom: 85px; }
    @media (max-width: 1580px) {
      .form-footer__title {
        font-size: calc(20px + 28 * ((100vw - 320px) / 1260)); } }
    @media (max-width: 1580px) {
      .form-footer__title {
        margin-bottom: calc(25px + 60 * ((100vw - 320px) / 1260)); } }
  .form-footer__input {
    margin: 0px 0px 30px 0px; }
  .form-footer__btn {
    min-width: 270px;
    margin: 100px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991.98px) {
      .form-footer__btn {
        margin: 50px auto 0 auto; } }

.contacts {
  position: relative; }
  .contacts::before {
    content: '';
    position: absolute;
    background: url("assets/img/contacts/decor_header.png") 0 0 no-repeat;
    width: 100%;
    height: 8px;
    top: -50px;
    left: 0;
    z-index: 4; }
    @media (max-width: 1400px) {
      .contacts::before {
        top: -50px; } }
    @media (max-width: 991.98px) {
      .contacts::before {
        top: -35px; } }
    @media (max-width: 767.98px) {
      .contacts::before {
        top: -30px; } }
  .contacts__breadcrumbs {
    margin-top: 55px;
    margin-bottom: 45px; }
    @media (max-width: 1580px) {
      .contacts__breadcrumbs {
        margin-top: calc(40px + 15 * ((100vw - 320px) / 1260)); } }
    @media (max-width: 1580px) {
      .contacts__breadcrumbs {
        margin-bottom: calc(20px + 25 * ((100vw - 320px) / 1260)); } }
  .contacts__title {
    margin-bottom: 55px; }
    @media (max-width: 1580px) {
      .contacts__title {
        margin-bottom: calc(30px + 25 * ((100vw - 320px) / 1260)); } }
    .contacts__title::after {
      margin: 10px 0px 0px 0px; }
  .contacts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px; }
    @media (max-width: 1580px) {
      .contacts__inner {
        margin-bottom: calc(30px + 70 * ((100vw - 320px) / 1260)); } }
    @media (max-width: 767.98px) {
      .contacts__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .contacts__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    background-color: #fff;
    padding: 80px 100px 80px 50px;
    border: 1px solid #c9c9c9;
    position: relative; }
    @media (max-width: 1300px) {
      .contacts__content {
        padding: 80px 50px 80px 50px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
        flex: 0 0 450px; } }
    @media (max-width: 991.98px) {
      .contacts__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
        flex: 0 0 360px; } }
    @media (max-width: 767.98px) {
      .contacts__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 40px 20px 30px 40px; } }
    .contacts__content::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 200px;
      height: 230px;
      z-index: 1;
      background: url("assets/img/contacts/decor.png") 0 0/100% no-repeat; }
      @media (max-width: 991.98px) {
        .contacts__content::before {
          width: 150px;
          height: 130px; } }
    .contacts__content::after {
      content: '';
      background: url("assets/img/contacts/decor_2.png") 0 0 no-repeat;
      position: absolute;
      left: -25px;
      top: -25px;
      width: 207px;
      height: 153px;
      z-index: -1; }
  .contacts__map {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media (max-width: 767.98px) {
      .contacts__map {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
    .contacts__map iframe {
      width: 100%;
      height: 100%; }
      @media (max-width: 767.98px) {
        .contacts__map iframe {
          height: 400px; } }

.content-contacts__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 133.33333%;
  color: #C6311B;
  margin-bottom: 35px;
  text-transform: uppercase; }
  @media (max-width: 1580px) {
    .content-contacts__name {
      font-size: calc(18px + 6 * ((100vw - 320px) / 1260)); } }
  @media (max-width: 1580px) {
    .content-contacts__name {
      margin-bottom: calc(25px + 10 * ((100vw - 320px) / 1260)); } }

.content-contacts__item {
  margin: 0px 0px 25px 0px; }
  .content-contacts__item:last-child {
    margin: 0; }
  .content-contacts__item span {
    display: block;
    font-weight: 500;
    color: #636363;
    margin: 0px 0px 20px 0px;
    font-size: 16px; }
    @media (max-width: 479.98px) {
      .content-contacts__item span {
        font-size: 14px; } }
  .content-contacts__item a {
    color: #213973;
    font-size: 18px;
    font-weight: 600;
    display: block;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    margin: 0px 0px 15px 0px; }
    @media (any-hover: hover) {
      .content-contacts__item a:hover {
        color: #C6311B; } }

.form-contacts {
  padding-top: 75px;
  padding-right: 60px;
  padding-left: 60px;
  padding-bottom: 85px;
  margin: 0px 0px 20px 0px;
  text-align: center;
  border: 1px solid #c9c9c9;
  position: relative;
  background-color: #fff; }
  @media (max-width: 1580px) {
    .form-contacts {
      padding-top: calc(40px + 35 * ((100vw - 320px) / 1260)); } }
  @media (max-width: 1580px) {
    .form-contacts {
      padding-right: calc(15px + 45 * ((100vw - 320px) / 1260)); } }
  @media (max-width: 1580px) {
    .form-contacts {
      padding-left: calc(15px + 45 * ((100vw - 320px) / 1260)); } }
  @media (max-width: 1580px) {
    .form-contacts {
      padding-bottom: calc(30px + 55 * ((100vw - 320px) / 1260)); } }
  .form-contacts::before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: -25px;
    background: url("assets/img/contacts/decor_3.png") 0 0/100% no-repeat;
    width: 1550px;
    height: 737px;
    z-index: -1; }
    @media (max-width: 1300px) {
      .form-contacts::before {
        height: 660px; } }
    @media (max-width: 991.98px) {
      .form-contacts::before {
        height: 600px; } }
    @media (max-width: 767.98px) {
      .form-contacts::before {
        display: none; } }
  .form-contacts__title {
    margin-bottom: 80px; }
    @media (max-width: 1580px) {
      .form-contacts__title {
        margin-bottom: calc(20px + 60 * ((100vw - 320px) / 1260)); } }
    .form-contacts__title::after {
      content: '';
      display: none; }
  .form-contacts__checked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px;
    margin-left: 30px; }
    @media (max-width: 1580px) {
      .form-contacts__checked {
        margin-bottom: calc(30px + 40 * ((100vw - 320px) / 1260)); } }
    @media (max-width: 1580px) {
      .form-contacts__checked {
        margin-left: calc(20px + 10 * ((100vw - 320px) / 1260)); } }
    @media (max-width: 767.98px) {
      .form-contacts__checked {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0px; } }
    .form-contacts__checked .options {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      @media (max-width: 767.98px) {
        .form-contacts__checked .options {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%; } }
    .form-contacts__checked .options__item {
      display: block;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      @media (max-width: 767.98px) {
        .form-contacts__checked .options__item {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          margin: 0px 0px 10px 0px; } }
  .form-contacts__name {
    font-weight: 700;
    margin: 0px 35px 10px 0px; }
    @media (max-width: 767.98px) {
      .form-contacts__name {
        margin: 0px 0px 20px 0px; } }
  .form-contacts__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 85px -10px; }
    @media (max-width: 767.98px) {
      .form-contacts__inputs {
        margin: 0 -10px 50px -10px; } }
    @media (max-width: 600px) {
      .form-contacts__inputs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .form-contacts__input {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%; }
    @media (max-width: 600px) {
      .form-contacts__input {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 0px 0px 15px 0px; } }
  .form-contacts__textarea {
    margin-bottom: 85px; }
    @media (max-width: 1580px) {
      .form-contacts__textarea {
        margin-bottom: calc(25px + 60 * ((100vw - 320px) / 1260)); } }

.catalog {
  position: relative; }
  .catalog::before {
    content: '';
    position: absolute;
    background: url("assets/img/contacts/decor_header.png") 0 0/cover no-repeat;
    width: 100%;
    height: 8px;
    top: -50px;
    left: 0;
    z-index: 4; }
    @media (max-width: 1400px) {
      .catalog::before {
        top: -50px; } }
    @media (max-width: 991.98px) {
      .catalog::before {
        top: -35px; } }
    @media (max-width: 767.98px) {
      .catalog::before {
        top: -30px; } }
  .catalog__breadcrumbs {
    margin-top: 55px;
    margin-bottom: 45px; }
    @media (max-width: 1580px) {
      .catalog__breadcrumbs {
        margin-top: calc(40px + 15 * ((100vw - 320px) / 1260)); } }
    @media (max-width: 1580px) {
      .catalog__breadcrumbs {
        margin-bottom: calc(20px + 25 * ((100vw - 320px) / 1260)); } }
  .catalog__title {
    margin-bottom: 55px; }
    @media (max-width: 1580px) {
      .catalog__title {
        margin-bottom: calc(30px + 25 * ((100vw - 320px) / 1260)); } }
    .catalog__title::after {
      margin: 10px 0px 0px 0px; }
  .catalog__wrap {
    border-bottom: 1px solid #c9c9c9;
    padding: 0px 0px 20px 0px; }
  .catalog__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -65px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 1500px) {
      .catalog__row {
        margin: 0 -30px; } }
    @media (max-width: 991.98px) {
      .catalog__row {
        margin: 0 -20px; } }
    @media (max-width: 767.98px) {
      .catalog__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .catalog__col {
    padding: 0 65px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-bottom: 70px; }
    @media (max-width: 1580px) {
      .catalog__col {
        margin-bottom: calc(30px + 40 * ((100vw - 320px) / 1260)); } }
    @media (max-width: 1500px) {
      .catalog__col {
        padding: 0 30px; } }
    @media (max-width: 991.98px) {
      .catalog__col {
        padding: 0 20px; } }
    @media (max-width: 767.98px) {
      .catalog__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
    .catalog__col:nth-child(4n+1) .catalog__item {
      position: relative; }
      .catalog__col:nth-child(4n+1) .catalog__item::before {
        content: '';
        position: absolute;
        top: 65px;
        left: -25px;
        background: url("assets/img/catalog/decor.png") 0 0 no-repeat;
        width: 207px;
        height: 153px;
        z-index: -1; }
    .catalog__col:nth-child(4n+2) .catalog__item {
      position: relative; }
      .catalog__col:nth-child(4n+2) .catalog__item::before {
        content: '';
        position: absolute;
        bottom: 65px;
        left: -25px;
        background: url("assets/img/catalog/decor.png") 0 0 no-repeat;
        width: 207px;
        height: 153px;
        z-index: -1; }
    .catalog__col:nth-child(4n+3) .catalog__item {
      position: relative; }
      .catalog__col:nth-child(4n+3) .catalog__item::before {
        content: '';
        position: absolute;
        top: -25px;
        right: 25px;
        background: url("assets/img/catalog/decor.png") 0 0 no-repeat;
        width: 207px;
        height: 153px;
        z-index: -1; }
    .catalog__col:nth-child(4n) .catalog__item {
      position: relative; }
      .catalog__col:nth-child(4n) .catalog__item::before {
        content: '';
        position: absolute;
        bottom: -25px;
        left: 25px;
        background: url("assets/img/catalog/decor.png") 0 0 no-repeat;
        width: 207px;
        height: 153px;
        z-index: -1; }
  .catalog__item {
    border: 1px solid #c9c9c9;
    text-align: center;
    padding: 20px 30px 35px 30px;
    background-color: #fff; }
    @media (max-width: 991.98px) {
      .catalog__item {
        padding: 20px 15px 35px 15px; } }

.item-catalog {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (any-hover: hover) {
    .item-catalog:hover .item-catalog__image img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); } }
  .item-catalog p {
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin: 0px 0px 20px 0px; }
  .item-catalog__image {
    overflow: hidden; }
    .item-catalog__image img {
      max-width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .item-catalog__title {
    margin: 10px 0px 20px 0px;
    font-size: 20px;
    font-weight: 700; 
    text-transform: uppercase;
  }
  .item-catalog__btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; 
  }
  .item-catalog ul {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 25px 0px;
    color: #636363; 
  }
    @media (max-width: 1300px) {
      .item-catalog ul {
        display: block;
        text-align: left; } }
    .item-catalog ul li {
      font-size: 16px;
      font-weight: 500;
      /*display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;*/
      margin: 0px 0px 15px 0px;
      line-height: 125%; }
      .item-catalog ul li:last-child {
        margin: 0; }
      .item-catalog ul li::before {
        content: '';
        background: url("assets/img/catalog/check.svg") 0 0 no-repeat;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
        flex: 0 0 15px;
        width: 15px;
        height: 13px;
        margin: 2px 10px 0px 0px; 
        display: inline-block;
      }

.setificat {
  position: relative; }
  .setificat::before {
    content: '';
    position: absolute;
    background: url("assets/img/contacts/decor_header.png") 0 0/cover no-repeat;
    width: 100%;
    height: 8px;
    top: -50px;
    left: 0;
    z-index: 4; }
    @media (max-width: 1400px) {
      .setificat::before {
        top: -50px; } }
    @media (max-width: 991.98px) {
      .setificat::before {
        top: -35px; } }
    @media (max-width: 767.98px) {
      .setificat::before {
        top: -30px; } }
  .setificat__breadcrumbs {
    margin-top: 55px;
    margin-bottom: 45px; }
    @media (max-width: 1580px) {
      .setificat__breadcrumbs {
        margin-top: calc(40px + 15 * ((100vw - 320px) / 1260)); } }
    @media (max-width: 1580px) {
      .setificat__breadcrumbs {
        margin-bottom: calc(20px + 25 * ((100vw - 320px) / 1260)); } }
  .setificat__title {
    margin-bottom: 55px; }
    @media (max-width: 1580px) {
      .setificat__title {
        margin-bottom: calc(30px + 25 * ((100vw - 320px) / 1260)); } }
    .setificat__title::after {
      margin: 10px 0px 0px 0px; }
  .setificat__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .setificat__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    padding: 0 15px;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 991.98px) {
      .setificat__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }
  .setificat__image {
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media (any-hover: hover) {
      .setificat__image:hover {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08); } }
    .setificat__image img {
      -o-object-fit: cover;
      object-fit: cover;
      max-width: 100%; }

.klients {
  position: relative; }
  .klients::before {
    content: '';
    position: absolute;
    background: url("assets/img/contacts/decor_header.png") 0 0/cover no-repeat;
    width: 100%;
    height: 8px;
    top: -50px;
    left: 0;
    z-index: 4; }
    @media (max-width: 1400px) {
      .klients::before {
        top: -50px; } }
    @media (max-width: 991.98px) {
      .klients::before {
        top: -35px; } }
    @media (max-width: 767.98px) {
      .klients::before {
        top: -30px; } }
  .klients__breadcrumbs {
    margin-top: 55px;
    margin-bottom: 45px; }
    @media (max-width: 1580px) {
      .klients__breadcrumbs {
        margin-top: calc(40px + 15 * ((100vw - 320px) / 1260)); } }
    @media (max-width: 1580px) {
      .klients__breadcrumbs {
        margin-bottom: calc(20px + 25 * ((100vw - 320px) / 1260)); } }
  .klients__title {
    margin-bottom: 55px; }
    @media (max-width: 1580px) {
      .klients__title {
        margin-bottom: calc(30px + 25 * ((100vw - 320px) / 1260)); } }
    .klients__title::after {
      margin: 10px 0px 0px 0px; }
  .klients__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .klients__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%; }
    @media (max-width: 1300px) {
      .klients__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%; } }
    @media (max-width: 991.98px) {
      .klients__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
        flex: 0 1 33.333%; } }
    @media (max-width: 767.98px) {
      .klients__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }
  .klients__item {
    border: 1px solid #c9c9c9;
    height: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 479.98px) {
      .klients__item {
        padding: 15px; } }
  .klients__logo {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media (any-hover: hover) {
      .klients__logo:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); } }
    .klients__logo img {
      width: 100%;
      max-width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.page {
  padding: 105px 0px 0px 0px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  @media (max-width: 767.98px) {
    .page {
      padding: 70px 0px 0px 0px; } }

.mainslider {
  position: relative;
  overflow: hidden; }
  .mainslider::before {
    content: '';
    background: url("assets/img/bg_lines.png") 0 0/cover repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1480px;
    height: 970px;
    z-index: 4;
    pointer-events: none; }
  .mainslider__body {
    padding: 210px 0px 50px 0px;
    position: relative;
    min-height: calc(100vh - 105px); }
    @media (max-width: 767.98px) {
      .mainslider__body {
        min-height: calc(100vh - 70px);
        padding: 100px 0px 50px 0px; } }
  .mainslider__content {
    position: relative;
    z-index: 2;
    color: #fff; }
  .mainslider__slider {
    position: relative;
    z-index: 3; }
  .mainslider__title {
    font-size: 100px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin: 0px 0px 10px 0px; }
    @media (max-width: 1580px) {
      .mainslider__title {
        font-size: calc(22px + 78 * ((100vw - 320px) / 1260)); } }
  .mainslider__subtitle {
    font-size: 60px;
    font-weight: 700;
    font-weight: 500;
    margin: 0px 0px 45px 0px; }
    @media (max-width: 1580px) {
      .mainslider__subtitle {
        font-size: calc(20px + 40 * ((100vw - 320px) / 1260)); } }
  .mainslider__text {
    font-size: 18px;
    line-height: 200%;
    font-weight: 500;
    max-width: 775px; }
    @media (max-width: 1100px) {
      .mainslider__text {
        max-width: 500px; } }
  .mainslider__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px 0px 46% 0px; }
    .mainslider__image::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("assets/img/decor_red.png") 0 0/100% 100% no-repeat;
      z-index: 1; }
    .mainslider__image::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: url("assets/img/decor_blue.png") 0 0/100% 100% no-repeat; }
    .mainslider__image img {
      max-width: 100%; }

.bottom-mainslider {
  position: absolute;
  z-index: 3;
  bottom: 200px;
  right: 100px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1300px) {
    .bottom-mainslider {
      bottom: 90px; } }
  @media (max-height: 900px) {
    .bottom-mainslider {
      bottom: 50px; } }
  @media (max-width: 991.98px) {
    .bottom-mainslider {
      bottom: 70px; } }
  @media (max-width: 767.98px) {
    .bottom-mainslider {
      right: 30px;
      bottom: 80px; } }
  @media (max-width: 479.98px) {
    .bottom-mainslider {
      right: 10px; } }
  @media (any-hover: hover) {
    .bottom-mainslider:hover .bottom-mainslider__line::after {
      opacity: 1; } }
  .bottom-mainslider__line {
    height: 100px;
    width: 1px;
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 15px 0px; }
    .bottom-mainslider__line::after {
      content: '';
      position: absolute;
      bottom: 0;
      height: 35px;
      width: 1px;
      background: #C6311B;
      opacity: 0;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .bottom-mainslider__line span {
      position: absolute;
      right: 10px;
      bottom: 0;
      display: block;
      color: #fff;
      -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
      font-size: 12px; }
  .bottom-mainslider__mouse {
    margin: 15px 0px 0px 0px;
    -webkit-animation: mouse 2s infinite;
    animation: mouse 2s infinite; }

@-webkit-keyframes mouse {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes mouse {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

.about {
  margin-top: 40px;
  margin-bottom: 100px;
  position: relative;
  padding: 40px 0px; }
  @media (max-width: 1580px) {
    .about {
      margin-bottom: calc(40px + 60 * ((100vw - 320px) / 1260)); } }
  .about::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 600px;
    height: 100%;
    z-index: 1; }
    @media (max-width: 767.98px) {
      .about::before {
        display: none; } }
  .about::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("assets/img/decor_blue.png") 0 0/cover no-repeat; }
  .about img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
    @media (max-width: 767.98px) {
      .about img {
        display: none; } }
  .about__body {
    position: relative;
    z-index: 3;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 140px 0px 190px 150px;
    background-color: #fff; }
    @media (min-width: 767.98px) {
      .about__body {
        max-width: 985px; } }
    @media (max-width: 1300px) {
      .about__body {
        padding: 80px 0px 80px 60px; } }
    @media (max-width: 767.98px) {
      .about__body {
        padding: 30px 30px 30px 30px;
        margin: 0px 0px; } }
    @media (max-width: 479.98px) {
      .about__body {
        padding: 20px 15px 25px 15px; } }
    .about__body span {
      position: absolute;
      z-index: -1;
      top: -15px;
      right: 160px;
      background: url("assets/img/about_us/decor_2.png") 0 0/cover no-repeat;
      width: 145px;
      height: 15px; }
      @media (max-width: 767.98px) {
        .about__body span {
          display: none; } }
    .about__body::before {
      content: '';
      position: absolute;
      z-index: -1;
      bottom: -60px;
      right: -60px;
      background: url("assets/img/about_us/decor_2.png") 0 0/cover no-repeat;
      width: 145px;
      height: 145px; }
      @media (max-width: 767.98px) {
        .about__body::before {
          display: none; } }
    .about__body::after {
      content: '';
      width: 90px;
      height: 90px;
      background-color: #fff;
      bottom: 0;
      right: 0;
      position: absolute; }
      @media (max-width: 767.98px) {
        .about__body::after {
          display: none; } }
  .about__title {
    margin: 0px 0px 60px 0px; }
    @media (max-width: 767.98px) {
      .about__title {
        margin: 0px 0px 30px 0px; } }
  .about__text {
    font-size: 16px;
    font-weight: 500;
    color: #636363;
    line-height: 187.5%;
    margin-bottom: 130px; 
  }
  .about__text h1{
    font-size: 2em; margin: .67em 0;
    font-weight: bolder;
  }
  .about__text h2{
    font-size: 1.5em; margin: .75em 0;
    font-weight: bolder;
  }
  .about__text h3{
    font-size: 1.17em; margin: .83em 0;
    font-weight: bolder;
  }



    @media (min-width: 767.98px) {
      .about__text {
        max-width: 580px; } }
    @media (max-width: 1580px) {
      .about__text {
        margin-bottom: calc(20px + 110 * ((100vw - 320px) / 1260)); } }
    .about__text p:not(:last-child) {
      margin: 0px 0px 20px 0px; }
    .about__text ul {
      margin: 0px 0px 30px 0px; }
      .about__text ul li:not(:last-child) {
        margin: 0px 0px 10px 0px; }
      .about__text ul li::before {
        content: '';
        background: url("assets/img/catalog/check.svg") 0 0 no-repeat;
        width: 15px;
        height: 13px;
        display: inline-block;
        margin: 0px 10px 0px 0px; }
    .about__text ol {
      margin: 0px 0px 30px 0px;
      counter-reset: myCounter; }
      .about__text ol li {
        list-style: none; }
        .about__text ol li:not(:last-child) {
          margin: 0px 0px 10px 0px; }
        .about__text ol li::before {
          counter-increment: myCounter;
          content: counter(myCounter);
          color: white;
          background: #213973;
          display: inline-block;
          text-align: center;
          line-height: normal;
          height: auto;
          min-width: 25px;
          margin: 0 10px 0 0; }
    .about__text img {
      max-width: 100%; }
  .about__btn {
    min-width: 210px; }
    @media (max-width: 479.98px) {
      .about__btn {
        min-width: 100%; } }

.products {
  margin-bottom: 100px; }
  @media (max-width: 1580px) {
    .products {
      margin-bottom: calc(50px + 50 * ((100vw - 320px) / 1260)); } }
  .products__title {
    text-align: center;
    margin-bottom: 85px; }
    @media (max-width: 1580px) {
      .products__title {
        margin-bottom: calc(25px + 60 * ((100vw - 320px) / 1260)); } }
    .products__title::after {
      content: '';
      display: none; }
  .products__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .products__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    border: 1px solid #c9c9c9;
    text-align: center; }
    @media (max-width: 1200px) {
      .products__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
        flex: 0 1 33.333%; } }
    @media (max-width: 991.98px) {
      .products__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%; } }
    @media (max-width: 450px) {
      .products__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%; } }

.item-products {
  padding: 50px 20px 35px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }
  @media (max-width: 479.98px) {
    .item-products {
      padding: 40px 10px 30px 10px; } }
  .item-products__image {
    display: block;
    height: 350px;
    margin: 0px 0px 40px 0px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    overflow: hidden; }
    @media (max-width: 1400px) {
      .item-products__image {
        height: 260px; } }
    @media (max-width: 991.98px) {
      .item-products__image {
        height: 370px; } }
    @media (max-width: 767.98px) {
      .item-products__image {
        height: 330px; } }
    @media (max-width: 600px) {
      .item-products__image {
        height: 250px; } }
    @media (max-width: 479.98px) {
      .item-products__image {
        height: 205px;
        margin: 0px 0px 20px 0px; } }
    @media (max-width: 450px) {
      .item-products__image {
        height: auto;
        margin: 0px 0px 10px 0px; } }
    .item-products__image img {
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      max-width: 100%; }
      @media (max-width: 450px) {
        .item-products__image img {
          position: static;
          width: unset;
          height: unset; } }
    @media (any-hover: hover) {
      .item-products__image:hover img {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9); } }
  .item-products__title {
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin: 0px 0px 25px 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 10px; }
    @media (max-width: 1580px) {
      .item-products__title {
        font-size: calc(18px + 6 * ((100vw - 320px) / 1260)); } }

.benefits {
  padding-top: 135px;
  padding-bottom: 300px;
  position: relative; }
  @media (max-width: 1580px) {
    .benefits {
      padding-top: calc(40px + 95 * ((100vw - 320px) / 1260)); } }
  @media (max-width: 1580px) {
    .benefits {
      padding-bottom: calc(30px + 270 * ((100vw - 320px) / 1260)); } }
  @media (max-width: 1300px) {
    .benefits {
      padding-bottom: 200px; } }
  @media (max-width: 1300px) and (max-width: 1580px) {
    .benefits {
      padding-bottom: calc(30px + 170 * ((100vw - 320px) / 1260)); } }
  .benefits::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("assets/img/decor_red.png") 0 0/100% 100% no-repeat;
    z-index: 1;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .benefits::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("assets/img/decor_blue.png") 0 0/100% 100% no-repeat; }
  .benefits__container {
    position: relative;
    z-index: 1; }
  .benefits__title {
    color: #fff;
    text-align: center;
    margin-bottom: 110px; }
    @media (max-width: 1580px) {
      .benefits__title {
        margin-bottom: calc(20px + 90 * ((100vw - 320px) / 1260)); } }
    .benefits__title::after {
      content: '';
      display: none; }
  .benefits__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    padding: 0px 115px;
    position: relative; }
    @media (max-width: 1300px) {
      .benefits__items {
        padding: 0px 60px; } }
    @media (max-width: 991.98px) {
      .benefits__items {
        padding: 0px 20px; } }
    @media (max-width: 767.98px) {
      .benefits__items {
        padding: 0px; } }
    @media (max-width: 479.98px) {
      .benefits__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .benefits__items::before {
      content: '';
      background: url("assets/img/bg_lines.png") -5px -30px/99% 100% repeat;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 1480px;
      height: 970px;
      z-index: 2;
      pointer-events: none; }
  .benefits__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    border: 1px solid rgba(255, 255, 255, 0.329);
    min-height: 500px;
    padding: 0px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1300px) {
      .benefits__item {
        min-height: 400px; } }
    @media (max-width: 991.98px) {
      .benefits__item {
        min-height: 300px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 50px 20px; } }
    @media (max-width: 767.98px) {
      .benefits__item {
        padding: 50px 10px;
        min-height: 250px; } }
    @media (max-width: 479.98px) {
      .benefits__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        min-height: auto;
        padding: 40px 10px; } }

.item-benefit__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0px 0px 10px 0px; }
  @media (max-width: 479.98px) {
    .item-benefit__top {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.item-benefit__number {
  font-size: 130px;
  font-weight: 700;
  margin: 0px 20px 0px 0px; }
  @media (max-width: 1580px) {
    .item-benefit__number {
      font-size: calc(30px + 100 * ((100vw - 320px) / 1260)); } }
  @media (max-width: 479.98px) {
    .item-benefit__number {
      margin: 0px 15px 0px 0px; } }

.item-benefit__text {
  font-size: 60px;
  margin: 0px 0px 12px 0px;
  font-weight: 700; }
  @media (max-width: 1580px) {
    .item-benefit__text {
      font-size: calc(20px + 40 * ((100vw - 320px) / 1260)); } }
  @media (max-width: 479.98px) {
    .item-benefit__text {
      margin: 0px 0px 0px 0px; } }

.item-benefit__bottomtext {
  font-size: 36px;
  max-width: 330px;
  line-height: 127.77778%;
  font-weight: 500; }
  @media (max-width: 1580px) {
    .item-benefit__bottomtext {
      font-size: calc(20px + 16 * ((100vw - 320px) / 1260)); } }
  @media (max-width: 1300px) {
    .item-benefit__bottomtext {
      font-size: 32px; } }
  @media (max-width: 1300px) and (max-width: 1580px) {
    .item-benefit__bottomtext {
      font-size: calc(20px + 12 * ((100vw - 320px) / 1260)); } }

.clients {
  margin-top: 40px;
  margin-bottom: 10px;
  position: relative;
  padding: 40px 0px; }
  @media (max-width: 767.98px) {
    .clients {
      padding: 20px 0px; } }
  .clients::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 600px;
    height: 100%;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .clients::before {
        display: none; } }
  .clients::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("assets/img/decor_blue.png") 0 0/cover no-repeat; }
  .clients__body {
    position: relative;
    z-index: 3;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 120px 50px 100px 70px;
    background-color: #fff;
    max-width: 990px; }
    @media (max-width: 991.98px) {
      .clients__body {
        max-width: 100%;
        padding: 40px 40px 80px 40px; } }
    @media (max-width: 767.98px) {
      .clients__body {
        padding: 40px 20px 60px 20px; } }
    .clients__body > span {
      position: absolute;
      z-index: -1;
      top: -15px;
      left: 180px;
      background: url("assets/img/about_us/decor_2.png") 0 0/cover no-repeat;
      width: 145px;
      height: 15px; }
      @media (max-width: 991.98px) {
        .clients__body > span {
          display: none; } }
    .clients__body::before {
      content: '';
      position: absolute;
      z-index: -1;
      bottom: -60px;
      left: -60px;
      background: url("assets/img/about_us/decor_2.png") 0 0/cover no-repeat;
      width: 145px;
      height: 145px; }
      @media (max-width: 991.98px) {
        .clients__body::before {
          display: none; } }
    .clients__body::after {
      content: '';
      width: 90px;
      height: 90px;
      background-color: #fff;
      bottom: 0;
      left: 0;
      position: absolute; }
      @media (max-width: 991.98px) {
        .clients__body::after {
          display: none; } }
  .clients__title {
    margin-bottom: 100px; }
    @media (max-width: 1580px) {
      .clients__title {
        margin-bottom: calc(30px + 70 * ((100vw - 320px) / 1260)); } }
    .clients__title::after {
      margin: 10px 0px 0px 0px; }
  .clients__slider {
    margin: 0px 0px 120px 0px; }
    @media (max-width: 991.98px) {
      .clients__slider {
        margin: 0px 0px 80px 0px; } }
    @media (max-width: 767.98px) {
      .clients__slider {
        margin: 0px 0px 50px 0px; } }
  .clients__slide {
    text-align: center;
    border: 1px solid #c9c9c9;
    padding: 20px 0px 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767.98px) {
      .clients__slide {
        padding: 15px; } }
  .clients__image img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .clients__control {
    position: relative;
    z-index: 2;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    top: unset;
    left: unset; }
    @media (max-width: 767.98px) {
      .clients__control {
        bottom: unset;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .clients__control .control-slider__arr-left {
      background: url("assets/img/icons/arr_blue_left.png") center/100% no-repeat; }
      @media (any-hover: hover) {
        .clients__control .control-slider__arr-left:hover {
          background: url("assets/img/icons/arr_blue_left_big.png") center/100% no-repeat;
          width: 109px; }
          .clients__control .control-slider__arr-left:hover::after {
            opacity: 1; }
          .clients__control .control-slider__arr-left:hover::before {
            opacity: 1; } }
    .clients__control .control-slider__arr-right {
      background: url("assets/img/icons/arr_blue_right.png") center/100% no-repeat; }
      @media (any-hover: hover) {
        .clients__control .control-slider__arr-right:hover {
          background: url("assets/img/icons/arr_blue_right_big.png") center/100% no-repeat;
          width: 109px; }
          .clients__control .control-slider__arr-right:hover::after {
            opacity: 1; }
          .clients__control .control-slider__arr-right:hover::before {
            opacity: 1; } }
    .clients__control .clients-fraction {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #213973;
      font-size: 18px;
      font-weight: 700;
      margin: 0px 20px; }
      .clients__control .clients-fraction .swiper-pagination-current {
        color: #C6311B; }

.about-company {
  position: relative; }
  .about-company::before {
    content: '';
    position: absolute;
    background: url("assets/img/contacts/decor_header.png") 0 0/cover no-repeat;
    width: 100%;
    height: 8px;
    top: -50px;
    left: 0;
    z-index: 4; }
    @media (max-width: 1400px) {
      .about-company::before {
        top: -50px; } }
    @media (max-width: 991.98px) {
      .about-company::before {
        top: -35px; } }
    @media (max-width: 767.98px) {
      .about-company::before {
        top: -30px; } }
  .about-company__breadcrumbs {
    margin-top: 55px;
    margin-bottom: 45px; }
    @media (max-width: 1580px) {
      .about-company__breadcrumbs {
        margin-top: calc(40px + 15 * ((100vw - 320px) / 1260)); } }
    @media (max-width: 1580px) {
      .about-company__breadcrumbs {
        margin-bottom: calc(20px + 25 * ((100vw - 320px) / 1260)); } }
  .about-company__title {
    margin-bottom: 55px; }
    @media (max-width: 1580px) {
      .about-company__title {
        margin-bottom: calc(30px + 25 * ((100vw - 320px) / 1260)); } }
    .about-company__title::after {
      margin: 10px 0px 0px 0px; }
  .about-company .about__text {
    margin-bottom: 30px; }
    @media (max-width: 1580px) {
      .about-company .about__text {
        margin-bottom: calc(20px + 10 * ((100vw - 320px) / 1260)); } }

.page-default .about__container{
  max-width: 1000px;
}


@media (min-width: 767.98px){
  .page-default .about__text{
    max-width: 100%;
  }
}



span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
.wpcf7-radio {
  display: flex;
}
.wpcf7-radio label {
  position: relative;
  cursor: pointer;
}
.wpcf7-radio input[type="checkbox"] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
}

.wpcf7-radio input[type="radio"] + span:before {
display: block;
  /*position: absolute;*/
  content: '';
 /* border-radius: 100%;*/
  height: 32px;
  width: 32px;
  flex: 0 0 32px;
/*  top: 0px;
left: 0px;*/
border: 1px solid #a7a9ac;
background: #fff;
margin-right: 10px;
 /* border: 2px solid #d9002a;*/
}
.wpcf7-radio input[type="radio"] + span:after {
 display: block;
    position: absolute;
    content: '';
    height: 21px;
    width: 23px;
    top: 5px;
    left: 5px;
    visibility: hidden;
}
.wpcf7-radio input[type="radio"]:checked + span:before {
  background: #fff;
}
.wpcf7-radio input[type="radio"]:checked + span:after {
  visibility: visible;
}

.wpcf7-list-item-label {
  margin-left: 40px;

  display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 18px;
    color: #213973;
    line-height: calc(20 / 16);
}

@media (max-width:600px ){
  .wpcf7-list-item-label {
     align-items: flex-start;
  }

}

@media (max-width:400px ){
  .wpcf7-list-item-label {
     margin-left: 10px;
  }

}

.wpcf7-form .wpcf7-radio input[type=radio] {
  position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
  /* background: #222;
   visibility: visible;*/
   background: #fff url("assets/img/contacts/check.png") center no-repeat; 
}

.wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}
.wpcf7-checkbox input[type="checkbox"] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}

.wpcf7-checkbox input[type="checkbox"] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 0;
  height: 32px;
  width: 32px;
  top: 0px;
  left: 0px;
  border: 2px solid #d9002a;
}
.wpcf7-checkbox input[type="checkbox"] + span:after {
  display: block;
  position: absolute;
  content: "\2713";
  color: #000;
  height: 32px;
  width: 32px;
  top: 0;
  left: 0;
  visibility: hidden;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  font-weight: 600;
}
.wpcf7-checkbox input[type="checkbox"]:checked + span:before {
  background: transparent;
}
.wpcf7-checkbox input[type="checkbox"]:checked + span:after {
  visibility: visible;
}