@charset "UTF-8";

@keyframes a {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

@-webkit-keyframes arrow-in-circle {
  0% {
    left: 0
  }

  to {
    left: 10px
  }
}

@keyframes arrow-in-circle {
  0% {
    left: 0
  }

  to {
    left: 10px
  }
}

@keyframes load {
  0% {
    stroke-dashoffset: 2000
  }

  to {
    stroke-dashoffset: 0
  }
}

@keyframes opt {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes smallFadeUp {
  0% {
    opacity: 0;
    transform: translateY(4rem)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes bigFadeUp {
  0% {
    transform: translateY(10rem)
  }

  to {
    transform: none
  }
}

@keyframes bigFadeDown {
  0% {
    transform: none
  }

  to {
    transform: translateY(10rem)
  }
}

@keyframes tabs {
  0% {
    opacity: 0;
    transform: translateY(.5rem)
  }

  to {
    opacity: 1;
    transform: none
  }
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid #dbe1e9;
  margin: 0;
  margin-bottom: 2rem
}

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

a,
mark {
  color: #000
}

a,
hr {
  background-color: transparent
}

a {
  text-decoration: none;
  outline: 0;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  -webkit-text-decoration-skip: objects
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0
}

small {
  font-size: 80%;
  color: #949494;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1.2em
}

audio,
canvas,
small,
video {
  display: inline-block
}

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

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

summary {
  display: list-item
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media (max-width:900px) {
  .mfp-arrow {
    transform: scale(.75)
  }

  .mfp-arrow-left {
    transform-origin: 0
  }

  .mfp-arrow-right {
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem
}

.fancybox-button--pause svg path:first-child,
.fancybox-button--play svg path:nth-child(2) {
  display: none
}

.fancybox-thumbs>ul>li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

@media (max-width:800px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs>ul>li {
    max-width: calc(100% - 10px)
  }
}

.justified-gallery>a>a>img,
.justified-gallery>a>img,
.justified-gallery>div>a>img,
.justified-gallery>div>img,
.justified-gallery>figure>a>img,
.justified-gallery>figure>img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: 0;
  filter: alpha(opacity=0);
  opacity: 0
}

.justified-gallery>.spinner>span {
  display: inline-block;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
  border-radius: 6px
}

@media screen and (max-width:750px) {
  .mobile-menu .mobile-menu-list .moblie-menu-item .mobile-menu-link {
    font-size: 18px
  }
}

@media screen and (max-width:1600px) {
  .mobile-menu .mobile-menu-list .moblie-menu-item .mobile-menu-link {
    padding: 8px 0
  }
}

@media screen and (max-width:1600px) {
  .mobile-menu .change-language {
    display: block
  }
}

@media screen and (max-width:960px) {
  .header {
    padding: 30px 15px 10px
  }
}

@media screen and (max-width:750px) {
  .header-wrap .logo-wrap {
    overflow: hidden;
    width: 60px;
    height: 24px;
    padding-right: 0
  }
}

@media screen and (max-width:750px) {
  .header-wrap .logo-wrap .logo-img {
    height: 24px
  }
}

@media screen and (max-width:1260px) {
  .header-wrap .top-navigation {
    display: none
  }
}

@media screen and (max-width:750px) {
  .header-phone {
    font-size: 14px
  }
}

@media screen and (max-width:750px) {
  .cart-wrap {
    display: none
  }
}

@media screen and (max-width:750px) {
  .search-wrap {
    display: none
  }
}

@media screen and (max-width:1600px) {
  .change-language {
    display: none
  }
}

@media screen and (max-width:750px) {

  .slider-elem-wrap .slick-button-next,
  .slider-elem-wrap .slick-button-prev {
    width: 32px;
    height: 32px
  }
}

@media screen and (max-width:750px) {
  .slider-elem-wrap .slick-button-next {
    margin-left: 15px
  }
}

@media screen and (max-width:750px) {

  .hamburger-wrap,
  .hamburger-wrap1 {
    height: 24px
  }
}

@media screen and (max-width:1600px) {
  .arrow-btn-wrap {
    display: none
  }
}

@media screen and (max-width:1600px) {
  .footer-back-btn {
    right: -20px
  }
}

@media screen and (max-width:1260px) {
  .footer-back-btn {
    right: 20px
  }
}

@media screen and (max-width:1600px) {
  .footer-back-btn {
    top: 30px
  }
}

@media screen and (max-width:1600px) {
  .main-title-wrap {
    margin-bottom: 30px
  }
}

@media screen and (max-width:960px) {
  .main-title-wrap h1 {
    font-size: 36px
  }
}

@media screen and (max-width:560px) {
  .main-title-wrap h1 {
    font-size: 28px
  }
}

@media screen and (max-width:750px) {
  .title {
    font-size: 30px
  }
}

@media screen and (max-width:750px) {
  .main-title {
    font-size: 24px
  }
}

@media screen and (max-width:1260px) {
  .slide-counter {
    display: none
  }
}

@media screen and (max-width:1260px) {
  .scroll-btn {
    display: none
  }
}

@media screen and (max-width:1260px) {
  .footer-form .sticky-form .form-control {
    width: -webkit-calc(16.66667% - 32px);
    width: calc(16.66667% - 32px)
  }
}

@media screen and (max-width:960px) {
  .footer-form .sticky-form .form-control {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:750px) {
  .footer-form .sticky-form .form-control {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .footer-form .sticky-form .form-control {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  #map {
    height: 200px
  }
}

@media screen and (max-width:750px) {
  .back-call {
    margin-bottom: 30px;
    overflow: hidden
  }
}

@media screen and (max-width:1260px) {
  .back-call .back-call-wrap .back-call-top {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .back-call .back-call-wrap .back-call-top {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .back-call .back-call-wrap .back-call-top {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .back-call .back-call-wrap .back-call-top {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:1260px) {
  .back-call .back-call-wrap .back-call-form {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .back-call .back-call-wrap .back-call-form {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .back-call .back-call-wrap .back-call-form {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .back-call .back-call-wrap .back-call-form {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .back-call .back-call-wrap .back-call-form .back-call-title {
    margin-bottom: 34px
  }
}

@media screen and (max-width:560px) {
  .back-call .back-call-wrap .back-call-form .btn-wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
}

@media screen and (max-width:750px) {
  .back-call .back-call-wrap .back-call-form .btn-wrap {
    margin-top: 17px
  }
}

@media screen and (max-width:560px) {
  .back-call .back-call-wrap .back-call-form .btn-wrap {
    margin-top: 0
  }
}

@media screen and (max-width:750px) {
  .back-call .back-call-wrap .back-call-form .btn-wrap {
    margin-right: 20px
  }
}

@media screen and (max-width:560px) {
  .back-call .back-call-wrap .back-call-form .btn-wrap {
    margin-right: 0
  }
}

@media screen and (max-width:750px) {
  .footer.footer-home {
    display: none
  }
}

@media screen and (max-width:750px) {
  .form .form-control {
    width: 100%;
    margin-bottom: 10px
  }
}

@media screen and (max-width:750px) {
  .form .form-control:first-child {
    margin-right: 0
  }
}

.form .effect-16~label {
  z-index: 9;
  position: absolute;
  left: 0;
  width: 100%;
  top: 18px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

@media screen and (max-width:560px) {
  .form-2 .form-control {
    padding: 3px
  }
}

@media screen and (max-width:960px) {
  .form-2 .form-control .form-input {
    width: 65%
  }
}

@media screen and (max-width:560px) {
  .form-2 .form-control .form-input {
    padding: 10px 6px 10px 10px;
    width: 40%
  }
}

@media screen and (max-width:960px) {
  .form-2 .form-control .form-submit {
    width: initial
  }
}

@media screen and (max-width:560px) {
  .form-2 .form-control .form-submit {
    padding: 0 10px
  }
}

@media screen and (max-width:960px) {
  .checkbox {
    margin-top: 18px;
    margin-left: 10px
  }
}

@media screen and (max-width:750px) {
  .checkbox {
    margin-left: 0;
    margin-top: 18px;
    margin-bottom: 26px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media screen and (max-width:560px) {
  .checkbox .checkbox__text {
    margin-left: -10px
  }
}

.checkbox input[type=checkbox]+label::before {
  border: 1px solid #e8e8e8;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: ' ';
  vertical-align: middle;
  margin-right: 15px;
  cursor: pointer;
  z-index: 10;
  background-color: #fff
}

.checkbox input[type=checkbox]:checked+label::after {
  width: 5px;
  height: 8px;
  border: 1px solid #fff;
  border-left: none;
  border-top: none;
  content: ' ';
  position: absolute;
  left: 8px;
  bottom: 5px;
  transform: rotatez(45deg) !important;
  cursor: pointer;
  z-index: 20
}

.form.zayavka-kp .checkbox input[type=checkbox]:checked+label::after {
  border-bottom: 1px solid #E2001D !important;
  border-right: 1px solid #E2001D !important;
}

@media screen and (max-width:960px) {
  .breadcrumbs .breadcrumbs-list {
    white-space: nowrap;
    overflow-x: scroll
  }
}

.breadcrumbs .breadcrumbs-list .breadcrumbs-item:last-child a {
  cursor: default;
  color: #afafaf
}

.breadcrumbs .breadcrumbs-list .breadcrumbs-item:last-child a:hover {
  color: #afafaf !important;
  cursor: default;
  opacity: 1;
}

@media screen and (max-width:1600px) {
  .pagination {
    margin-bottom: 30px
  }
}

@media screen and (max-width:750px) {
  .pagination {
    margin-bottom: 15px;
    padding-top: 0
  }
}

@media screen and (max-width:560px) {
  .pagination .pagination-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media screen and (max-width:750px) {
  .pagination .pagination-wrap .paggination-link {
    display: none
  }
}

@media screen and (max-width:1260px) {
  .card-img-wrap {
    width: -webkit-calc(41.66667% - 32px);
    width: calc(41.66667% - 32px)
  }
}

@media screen and (max-width:960px) {
  .card-img-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .card-img-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .card-img-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:1260px) {
  .card-img-wrap .card-big-slider .card-big-slide .card-big-img {
    height: auto
  }
}

@media screen and (max-width:960px) {
  .card-img-wrap .card-big-slider .card-big-slide .card-big-img {
    height: 400px
  }
}

@media screen and (max-width:750px) {
  .card-img-wrap .card-big-slider .card-big-slide .card-big-img {
    height: 250px
  }
}

@media screen and (max-width:560px) {
  .card-img-wrap .card-big-slider .card-big-slide .card-big-img {
    height: 200px
  }
}

@media screen and (max-width:560px) {
  .card-img-wrap .card-little-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media screen and (max-width:1260px) {
  .card-img-wrap .card-little-slide {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:960px) {
  .card-img-wrap .card-little-slide {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:750px) {
  .card-img-wrap .card-little-slide {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:560px) {
  .card-img-wrap .card-little-slide {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px);
    width: 28%;
    margin-left: 8px;
    margin-right: 8px
  }
}

@media screen and (max-width:1260px) {
  .card-right {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:960px) {
  .card-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .card-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .card-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .card-right {
    margin-left: -webkit-calc(0 + 16px);
    margin-left: calc(0 + 16px)
  }
}

@media screen and (max-width:1260px) {
  .card-right .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media screen and (max-width:960px) {
  .card-right .btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media screen and (max-width:560px) {
  .card-right .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media screen and (max-width:1260px) {
  .card-right .btn-wrap .main-btn {
    margin-bottom: 20px
  }
}

@media screen and (max-width:960px) {
  .card-right .btn-wrap .main-btn {
    margin-bottom: 0
  }
}

@media screen and (max-width:560px) {
  .card-right .btn-wrap .main-btn {
    margin-bottom: 20px
  }
}

@media screen and (max-width:960px) {
  .product-tabs {
    margin-bottom: 20px
  }
}

@media screen and (max-width:1260px) {
  .product-tabs-wrap .tabs-block-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .product-tabs-wrap .tabs-block-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .product-tabs-wrap .tabs-block-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .product-tabs-wrap .tabs-block-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .product-tabs-wrap .tabs-block-wrap .btn-wrap {
    top: 50px
  }
}

@media screen and (max-width:750px) {
  .product-tabs-wrap .tabs-block-wrap .btn-wrap {
    display: none
  }
}

@media screen and (max-width:960px) {
  .product-tabs-wrap .tabs-block {
    margin-bottom: 20px;
    width: 100%
  }
}

@media screen and (max-width:750px) {
  .product-tabs-wrap .tabs-block {
    overflow-x: scroll
  }
}

@media screen and (max-width:750px) {
  .product-tabs-wrap .tabs-block li {
    display: block;
    margin-right: 20px
  }
}

.product-tabs-wrap .tabs-block li.active {
  color: #fff;
  pointer-events: none;
  text-shadow: 0 1px rgba(0, 0, 0, .3)
}

@media screen and (max-width:750px) {
  .product-tabs-wrap .tabs-block .label {
    bottom: 5px
  }

  .product-tabs-wrap .tabs-block .label:after {
    content: url(../img/triangle-red.png);
    position: absolute;
    bottom: -5px;
    left: 48%
  }
}

@media screen and (max-width:750px) {
  .tab-title {
    font-size: 28px
  }
}

@media screen and (max-width:1260px) {
  .tab-text-left {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:960px) {
  .tab-text-left {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:750px) {
  .tab-text-left {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .tab-text-left {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:1260px) {
  .tab-text-right {
    width: -webkit-calc(41.66667% - 32px);
    width: calc(41.66667% - 32px)
  }
}

@media screen and (max-width:960px) {
  .tab-text-right {
    width: -webkit-calc(41.66667% - 32px);
    width: calc(41.66667% - 32px)
  }
}

@media screen and (max-width:750px) {
  .tab-text-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .tab-text-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .tab-text-right {
    margin-left: -webkit-calc(0 + 16px);
    margin-left: calc(0 + 16px)
  }
}

body table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%
}


body sub {
  vertical-align: text-bottom
}

body input,
body select,
body textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

body legend {
  color: #000
}

div {
  outline: 0
}

@media screen and (max-width:750px) {
  .sectieon-sldier1 {
    padding-top: 80px
  }
}

@media screen and (max-width:750px) {
  .screen1-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media screen and (max-width:750px) {
  .screen1-wrap .screen1-top {
    max-width: 100%;
    margin-bottom: 20px
  }
}

@media screen and (max-width:960px) {
  .screen1-wrap .screen1-top {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

@media screen and (max-width:560px) {
  .screen1-wrap .screen1-top {
    margin-bottom: 50px
  }
}

@media screen and (max-width:750px) {
  .screen1-wrap .screen1-top {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }
}

@media screen and (max-width:1260px) {
  .screen1-wrap .main-title {
    width: -webkit-calc(58.33333% - 32px);
    width: calc(58.33333% - 32px)
  }
}

@media screen and (max-width:960px) {
  .screen1-wrap .main-title {
    width: -webkit-calc(66.66667% - 32px);
    width: calc(66.66667% - 32px)
  }
}

@media screen and (max-width:750px) {
  .screen1-wrap .main-title {
    width: -webkit-calc(83.33333% - 32px);
    width: calc(83.33333% - 32px)
  }
}

@media screen and (max-width:560px) {
  .screen1-wrap .main-title {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .screen1-wrap .main-title {
    line-height: 36px;
    font-size: 28px
  }
}

@media screen and (max-width:1260px) {
  .screen1-wrap .main-sub-title {
    width: -webkit-calc(41.66667% - 32px);
    width: calc(41.66667% - 32px)
  }
}

@media screen and (max-width:960px) {
  .screen1-wrap .main-sub-title {
    width: -webkit-calc(66.66667% - 32px);
    width: calc(66.66667% - 32px)
  }
}

@media screen and (max-width:750px) {
  .screen1-wrap .main-sub-title {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .screen1-wrap .main-sub-title {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:750px) {
  .screen1-wrap .main-sub-title {
    display: none
  }
}

@media screen and (max-width:1600px) {
  .screen1-bottom .bottom-menu-list {
    margin-bottom: 110px
  }
}

@media screen and (max-width:1260px) {
  .screen1-bottom .bottom-menu-list {
    margin-bottom: 60px
  }
}

@media screen and (max-width:750px) {
  .screen1-bottom .bottom-menu-list {
    margin: 0
  }
}

@media screen and (max-width:1260px) {
  .screen1-bottom .bottom-menu-item {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:960px) {
  .screen1-bottom .bottom-menu-item {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:750px) {
  .screen1-bottom .bottom-menu-item {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .screen1-bottom .bottom-menu-item {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:1260px) {
  .screen1-bottom .bottom-menu-item {
    margin-right: -webkit-calc(0 + 16px);
    margin-right: calc(0 + 16px)
  }
}

@media screen and (max-width:750px) {
  .screen1-bottom .bottom-menu-item {
    margin-bottom: 20px
  }
}

@media screen and (max-width:750px) {
  .second-slider-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 135px;
    left: 15px;
    right: auto
  }
}

@media screen and (max-width:750px) {

  .second-slider-elements .slick-button-next,
  .second-slider-elements .slick-button-prev {
    width: 32px;
    height: 32px
  }
}

@media screen and (max-width:750px) {
  .sectieon-sldier2 .second-slider-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (max-width:960px) {
  .category-list {
    margin-top: 50px
  }
}

@media screen and (max-width:750px) {
  .category-list {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@media screen and (max-width:1600px) {
  .category-list .category-item {
    max-height: 40vh;
    margin-bottom: 30px;
    margin-top: 50px
  }
}

@media screen and (max-width:1260px) {
  .category-list .category-item {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:960px) {
  .category-list .category-item {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:750px) {
  .category-list .category-item {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .category-list .category-item {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:1260px) {
  .category-list .category-item {
    margin-right: -webkit-calc(0 + 16px);
    margin-right: calc(0 + 16px)
  }
}

@media screen and (max-width:1600px) {
  .category-list .category-item .category-item-number {
    bottom: 120px
  }
}

@media screen and (max-width:1260px) {
  .category-list .category-item .category-item-number {
    display: none
  }
}

@media screen and (max-width:1600px) {
  .category-list .category-item .category-img-wrap .category-img {
    max-width: 70%
  }
}

@media screen and (max-width:1260px) {
  .category-list .category-item .category-img-wrap .category-img {
    height: 225px
  }
}

@media screen and (max-width:960px) {
  .category-list .category-item .category-img-wrap .category-img {
    max-width: 100%
  }
}

@media screen and (max-width:1260px) {
  .category-list .category-item .category-img-wrap .category-img {
    height: auto
  }
}

@media screen and (max-width:750px) {
  .category-list .category-item .category-img-wrap .category-img {
    height: auto
  }
}

@media screen and (max-width:750px) {
  .category-list .category-item .category-item-title {
    font-size: 14px
  }
}

@media screen and (max-width:1600px) {

  .category-list .category-item:nth-child(4),
  .category-list .category-item:nth-child(5) {
    margin-top: 0
  }
}

@media screen and (max-width:1260px) {
  .category-list .category-item-last {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:960px) {
  .category-list .category-item-last {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:750px) {
  .category-list .category-item-last {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .category-list .category-item-last {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:1260px) {
  .category-list .category-item-last {
    margin-right: -webkit-calc(0 + 16px);
    margin-right: calc(0 + 16px)
  }
}

@media screen and (max-width:1600px) {
  .category-list .category-item-last {
    margin-bottom: 0
  }
}

@media screen and (max-width:750px) {
  .category-list .category-item-last {
    display: none
  }
}

@media screen and (max-width:750px) {
  .category-item-last {
    display: block
  }
}

@media screen and (max-width:960px) {
  .slider-elem-wrap {
    top: -150px
  }
}

@media screen and (max-width:750px) {
  .slider-elem-wrap {
    top: -74px;
    left: 0;
    right: auto
  }
}

@media screen and (max-width:750px) {

  .slider-elem-wrap .slick-button-next,
  .slider-elem-wrap .slick-button-prev {
    width: 32px;
    height: 32px
  }
}

@media screen and (max-width:750px) {
  .slider-elem-wrap .slick-button-next {
    margin-left: 15px
  }
}

@media screen and (max-width:960px) {
  .news-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (max-width:560px) {
  .news-list .news-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (max-width:560px) {
  .news-list .news-item .news-img-wrap {
    max-width: none;
  }
}

@media screen and (max-width:1260px) {
  .map-block-wrap .map-block-left {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:960px) {
  .map-block-wrap .map-block-left {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .map-block-wrap .map-block-left {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .map-block-wrap .map-block-left {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:1260px) {
  .map-block-wrap .map-block-right {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:960px) {
  .map-block-wrap .map-block-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .map-block-wrap .map-block-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .map-block-wrap .map-block-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .map-block-wrap .map-block-right {
    margin-left: -webkit-calc(0 + 16px);
    margin-left: calc(0 + 16px)
  }
}

@media screen and (max-width:1600px) {
  .map-block-wrap .map-block-right .padtners-wrap .partners {
    padding: 10px
  }
}

@media screen and (max-width:750px) {
  .content .second-slider-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 15px
  }
}

@media screen and (max-width:750px) {
  .content-wrap .content-img-wrap {
    margin-bottom: 10px
  }
}

@media screen and (max-width:1260px) {
  .content-wrap .content-text-wrap {
    width: -webkit-calc(66.66667% - 32px);
    width: calc(66.66667% - 32px)
  }
}

@media screen and (max-width:960px) {
  .content-wrap .content-text-wrap {
    width: -webkit-calc(66.66667% - 32px);
    width: calc(66.66667% - 32px)
  }
}

@media screen and (max-width:750px) {
  .content-wrap .content-text-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .content-wrap .content-text-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .content-wrap .content-text-wrap p {
    font-size: 12px;
    line-height: 1.4
  }
}

@media screen and (max-width:1260px) {
  .content-wrap .call-order-wrap {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:960px) {
  .content-wrap .call-order-wrap {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:750px) {
  .content-wrap .call-order-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .content-wrap .call-order-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:1260px) {
  .content-wrap .call-order-wrap {
    margin-left: -webkit-calc(0 + 16px);
    margin-left: calc(0 + 16px)
  }
}

@media screen and (max-width:560px) {
  .portfolio-slider-wrap .slider-elem-wrap {
    bottom: -40px;
    right: 0
  }
}

@media screen and (max-width:1260px) {
  .steps-item {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:960px) {
  .steps-item {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:750px) {
  .steps-item {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .steps-item {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:1600px) {
  .steps-item {
    margin-top: 15px;
    margin-bottom: 0
  }
}

@media screen and (max-width:960px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-title {
    font-size: 36px
  }
}

@media screen and (max-width:560px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-title {
    font-size: 28px
  }
}

@media screen and (max-width:1260px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-left-block {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:960px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-left-block {
    width: -webkit-calc(41.66667% - 32px);
    width: calc(41.66667% - 32px)
  }
}

@media screen and (max-width:750px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-left-block {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-left-block {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:1260px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-right-block {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:960px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-right-block {
    width: -webkit-calc(41.66667% - 32px);
    width: calc(41.66667% - 32px)
  }
}

@media screen and (max-width:750px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-right-block {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-right-block {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-right-block {
    margin-left: -webkit-calc(8.33333% + 16px);
    margin-left: calc(8.33333% + 16px)
  }
}

@media screen and (max-width:750px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-right-block {
    margin-left: -webkit-calc(0 + 16px);
    margin-left: calc(0 + 16px)
  }
}

@media screen and (max-width:1260px) {
  .works-list .works-list-wrap .works-list-left {
    width: -webkit-calc(41.66667% - 32px);
    width: calc(41.66667% - 32px)
  }
}

@media screen and (max-width:960px) {
  .works-list .works-list-wrap .works-list-left {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:750px) {
  .works-list .works-list-wrap .works-list-left {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .works-list .works-list-wrap .works-list-left {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .works-list .works-list-wrap .works-list-left .works-items-wrap p:before {
    left: 0;
    width: 15px
  }
}

@media screen and (max-width:1260px) {
  .works-list .works-list-wrap .works-list-right {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:960px) {
  .works-list .works-list-wrap .works-list-right {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:750px) {
  .works-list .works-list-wrap .works-list-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .works-list .works-list-wrap .works-list-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .works-list .works-list-wrap .works-list-right {
    margin-left: -webkit-calc(0 + 16px);
    margin-left: calc(0 + 16px)
  }
}

@media screen and (max-width:750px) {
  .works-list .works-list-wrap .works-list-right {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

@media screen and (max-width:750px) {
  .next-service-wrap .next-service-title {
    font-size: 26px
  }
}

@media screen and (max-width:750px) {
  .content .comparison-elements {
    top: -37px;
    right: 0
  }
}

@media screen and (max-width:960px) {
  .content .comparison-main-list .add-comparison .comparison-bottom .comparison-list .comparison-item {
    font-size: 12px
  }
}

@media screen and (max-width:1260px) {
  .content .comparison-main-list .comparison-item {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:960px) {
  .content .comparison-main-list .comparison-item {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:750px) {
  .content .comparison-main-list .comparison-item {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:560px) {
  .content .comparison-main-list .comparison-item {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:960px) {
  .content .comparison-main-list .comparison-item .comparison-bottom .comparison-list .comparison-item {
    font-size: 12px
  }
}

@media screen and (max-width:1260px) {
  .about-text-block {
    width: -webkit-calc(66.66667% - 32px);
    width: calc(66.66667% - 32px)
  }
}

@media screen and (max-width:960px) {
  .about-text-block {
    width: -webkit-calc(66.66667% - 32px);
    width: calc(66.66667% - 32px)
  }
}

@media screen and (max-width:750px) {
  .about-text-block {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .about-text-block {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:1260px) {
  .about-right-block {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:960px) {
  .about-right-block {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:750px) {
  .about-right-block {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .about-right-block {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .about-right-block {
    margin-left: -webkit-calc(0 + 16px);
    margin-left: calc(0 + 16px)
  }
}

@media screen and (max-width:1260px) {
  .license-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .license-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .license-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .license-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:1260px) {
  .license-wrap .license-list .license-item {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:960px) {
  .license-wrap .license-list .license-item {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:750px) {
  .license-wrap .license-list .license-item {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .license-wrap .license-list .license-item {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .reviews-item {
    padding: 20px
  }
}

@media screen and (max-width:560px) {
  .news-page-bottom {
    margin-bottom: 0
  }
}

@media screen and (max-width:960px) {
  .close-filter {
    display: inline-block
  }
}

@media screen and (max-width:960px) {
  .filter-btn {
    display: inline-block
  }
}

@media screen and (max-width:1260px) {
  .filter-left {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:960px) {
  .filter-left {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:750px) {
  .filter-left {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .filter-left {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .filter-left {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 1500;
    height: 100%;
    overflow: scroll;
    padding: 30px;
    margin-left: 0
  }

  .filter-left.active {
    left: 0
  }
}

@media screen and (max-width:1260px) {
  .products-right {
    width: -webkit-calc(66.66667% - 32px);
    width: calc(66.66667% - 32px)
  }
}

@media screen and (max-width:960px) {
  .products-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .products-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .products-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .products-right {
    margin-left: -webkit-calc(0 + 16px);
    margin-left: calc(0 + 16px)
  }
}

@media screen and (max-width:1600px) {
  .footer {
    padding-top: 50px
  }
}

@media screen and (max-width:1260px) {
  .footer {
    padding-top: 20px
  }
}

@media screen and (max-width:1600px) {
  .footer {
    padding-bottom: 30px
  }
}

@media screen and (max-width:1260px) {
  .footer {
    padding-bottom: 20px;
    margin: 0
  }
}

@media screen and (max-width:1260px) {
  .footer .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media screen and (max-width:1260px) {
  .footer .footer-wrap .maxitop {
    margin-bottom: 15px
  }
}

@media screen and (max-width:750px) {
  .footer .footer-wrap .maxitop {
    font-size: 10px
  }
}

@media screen and (max-width:750px) {
  .footer .footer-wrap .unic {
    font-size: 10px
  }
}

body #bx-panel {
  z-index: 1000 !important;
  position: fixed !important;
  width: 100% !important;
  top: 0;
  left: 0
}

@media (min-width:1000px) {
  .card-img-wrap {
    margin-top: 50px
  }
}

.catalog-description h2 {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 20px
}

@media (max-width:750px) {
  .card-big-slider .slider-elem-wrap {
    top: -30px
  }
}

@media (max-width:800px) {
  .popup video {
    width: 90%;
    height: auto
  }
}

@media screen and (max-width:1260px) {
  .screen1-wrap .main-title h1 {
    width: -webkit-calc(58.33333% - 32px);
    width: calc(58.33333% - 32px)
  }
}

@media screen and (max-width:960px) {
  .screen1-wrap .main-title h1 {
    width: -webkit-calc(66.66667% - 32px);
    width: calc(66.66667% - 32px)
  }
}

@media screen and (max-width:750px) {
  .screen1-wrap .main-title h1 {
    width: -webkit-calc(83.33333% - 32px);
    width: calc(83.33333% - 32px)
  }
}

@media screen and (max-width:560px) {
  .screen1-wrap .main-title h1 {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .screen1-wrap .main-title h1 {
    line-height: 36px;
    font-size: 28px
  }
}

@media screen and (max-width:960px) {
  .popup-block {
    padding: 15px;
    overflow: scroll;
    width: 50%
  }
}

@media screen and (max-width:560px) {
  .popup-block {
    width: 75%
  }
}

@media screen and (max-width:960px) {
  .popup-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media screen and (max-width:750px) {
  .popup-block .popup-block-cross {
    top: 32px;
    right: 32px
  }
}

@media screen and (max-width:750px) {
  .popup-block .popup-block-list .moblie-menu-item .popup-block-link {
    font-size: 18px;
    padding: 8px 0
  }
}

@media screen and (max-width:1600px) {
  .popup-block .change-language {
    display: block
  }
}

.popup-block .checkbox .checkbox__text a {
  color: #267099;
  border-bottom: 1px solid rgba(228, 28, 26, .3)
}

#success .text {
  color: #fff;
  line-height: 2;
  margin-top: 20px
}

@media (max-width:1500px) {
  .big-map .map_block_cont #map {
    max-width: 100%;
    height: 800px
  }

  .map_block_cont .ymaps-2-1-69-areas-pane,
  .map_block_cont .ymaps-2-1-69-controls-pane,
  .map_block_cont .ymaps-2-1-69-events-pane,
  .map_block_cont .ymaps-2-1-69-places-pane,
  .map_block_cont .ymaps-2-1-69-white-pane {
    transform: translate3d(0, 0, 0) scale(.7) !important;
    left: 15% !important;
    top: 15% !important
  }
}

div.search-item h4 {
  margin-top: 8px;
  margin-bottom: 8px
}

.screen1-wrap .main-title h1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 16px;
  word-wrap: break-word;
  width: 100%;
  font-size: 48px;
  color: #fff;
  font-weight: 800;
  line-height: 48px;
  font-family: 'TildaSansRegular', 'Arial', 'Helvetica', sans-serif;
  margin-bottom: 30px
}

body table td {
  border: 0;
  padding: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

body table tr:nth-child(even) td:last-child,
body table tr:nth-child(odd) td:last-child {
  border-right: 0
}

body ol {
  padding-left: 20px
}

body ol,
body ul:not([class]) {
  margin-bottom: 12px
}

@media screen and (max-width:1600px) {
  .popup-block {
    padding: 60px 35px 65px;
    overflow-y: scroll
  }
}

@media screen and (max-width:750px) {
  .category-list .category-item {
    margin-top: 0
  }

  .category-list .category-item .category-img-wrap {
    max-height: 200px;
    min-height: 200px;
    margin-bottom: 20px
  }

  .category-list .category-item .category-img-wrap .category-img {
    object-fit: contain;
    height: 200px
  }

  .popular-slider .slider-elem-wrap {
    top: -48px
  }

  .product-tabs {
    padding-bottom: 0
  }
}

@media screen and (max-width:500px) {
  .category-list .category-item {
    margin-top: 0;
    margin-bottom: 0
  }

  .category-list .category-item .category-img-wrap {
    max-height: 100px;
    min-height: 100px;
    margin-bottom: 20px
  }

  .category-list .category-item .category-img-wrap .category-img {
    object-fit: contain;
    height: 100px
  }
}

#dharma ul {
  padding: 0;
  margin: 0;
  list-style: none
}

#dharma ul li {
  float: left;
  list-style: none !important
}

#dharma ul li.active a {
  opacity: .5
}

@media screen and (max-width:1600px) {
  .tovary .popular-img-wrap .popular-img {
    max-width: 100%
  }
}

body[data-page=zayavka-kp] h1 {
  font-size: 26px
}



.a-title {
  position: relative;

  color: #ffffff;
}

.a-title::before {
  content: "";

  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -10rem;

  background: linear-gradient(221.76deg, #030B12 44.62%, #081826 105.25%);
}

.a-title > * {
  position: relative;
  z-index: 1;
}

form.zayavka-kp {
  margin-bottom: 100px
}

.catalog-section-list form.zayavka-kp {
  margin-bottom: 0;
}

form.zayavka-kp textarea {
  min-height: 180px
}

@media screen and (max-width:760px) {
  form.zayavka-kp .left-from {
    width: 100%;
    flex: 1 1 100%;
    padding-right: 40px
  }

  .mobile-menu .zayavka-kp {
    display: block
  }

  .h-wrapper a.btn,
  .mobile-menu .mobile-cart-wrap {
    display: none
  }

  .mobile-menu .mobile-phone-wrap .header-phone {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 2vh
  }

  .mobile-menu .btn {
    margin-bottom: 5vh
  }
}

img {
  outline: 0;
  border-style: none;
  display: block
}

.mfp-figure figure,
body {
  margin: 0
}

* {
  box-sizing: border-box;
  text-decoration: none
}

body,
img {
  max-width: 100%
}

body {
  color: #ffffff;
  background: #081826;
  background-image: linear-gradient(355.45deg, #081826 -2.15%, rgba(8, 24, 38, 0) 95.54%);
  font-family: 'TildaSansRegular', 'Arial', 'Helvetica', sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 2;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  counter-reset: faq;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

._black {
  color: #ffffff;
  background: #252525;
}

._light {
  color: #1e1e1e;
  background: #e6e6e6;
}

p+p {
  margin-bottom: 1.8rem
}

p a {
  color: #267099;
}

ul {
  padding-left: 0
}

ol {
  counter-reset: item;
  margin-left: 0;
  padding-left: 3.2rem
}

.mfp-preloader a:hover {
  color: #fff
}

.fancybox-close-small:hover svg {
  opacity: 1
}

.fa-ul>li {
  position: relative
}

@media (max-width:1200px) {
  .transport-companies .transport-company:not(:last-child) {
    margin-right: 1rem
  }
}

@media (max-width:767px) {
  .transport-companies {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .transport-companies .transport-company {
    margin-bottom: 1rem;
    width: calc(50% - 1rem)
  }
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
  position: fixed
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.mfp-wrap {
  position: fixed;
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before,
.mfp-content {
  display: inline-block;
  vertical-align: middle
}

.mfp-container:before {
  content: "";
  height: 100%
}

.mfp-content {
  position: relative;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: 'TildaSansRegular', 'Arial', 'Helvetica', sans-serif;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:before {
  top: 0
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-figure:after,
img.mfp-img {
  display: block;
  width: auto;
  height: auto
}

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}

.mfp-figure,
img.mfp-img {
  line-height: 0
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media (max-width:900px) {
  .mfp-arrow {
    transform: scale(.75)
  }

  .mfp-arrow-left {
    transform-origin: 0
  }

  .mfp-arrow-right {
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.fa {
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right,
.pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  animation: a 2s infinite linear
}

.fa-pulse {
  animation: a 1s infinite steps(8)
}

.fa-rotate-90 {
  -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scaleX(-1)
}

.fa-flip-vertical {
  -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158"
}

.fa-krw:before,
.fa-won:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-modx:before {
  content: "\f285"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-pause-circle-o:before {
  content: "\f28c"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stop-circle-o:before {
  content: "\f28e"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-percent:before {
  content: "\f295"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-envira:before {
  content: "\f299"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-wheelchair-alt:before {
  content: "\f29b"
}

.fa-question-circle-o:before {
  content: "\f29c"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-handshake-o:before {
  content: "\f2b5"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-o:before {
  content: "\f2b7"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-book-o:before {
  content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-circle-o:before {
  content: "\f2be"
}

.fa-user-o:before {
  content: "\f2c0"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-eercast:before {
  content: "\f2da"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-snowflake-o:before {
  content: "\f2dc"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-meetup:before {
  content: "\f2e0"
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent
}

.hamburger:hover {
  opacity: .7
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
  display: block
}

.hamburger-inner {
  top: 50%;
  margin-top: -2px
}

.hamburger-inner:after,
.hamburger-inner:before {
  content: ""
}

.hamburger-inner:before {
  top: -6px
}

.hamburger-inner:after {
  bottom: -6px
}

.hamburger--3dx .hamburger-box {
  perspective: 80px
}

.hamburger--3dx .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0 cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before,
.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before,
.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before,
.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0 cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0 cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
  perspective: 80px
}

.hamburger--3dy .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0 cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0 cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner,
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .13s
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner,
.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
  opacity: 0
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  transform: rotate(-90deg)
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
  opacity: 0
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  transform: rotate(90deg)
}

.hamburger--elastic .hamburger-inner,
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  transition-duration: .275s
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg)
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0;
  opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg)
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg)
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0;
  opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg)
}

.hamburger--emphatic,
.hamburger--emphatic-r,
body.compensate-for-scrollbar {
  overflow: hidden
}

.hamburger--emphatic .hamburger-inner,
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner,
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0;
  transition-timing-function: ease-out;
  background-color: transparent
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg)
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg)
}

.hamburger--slider .hamburger-inner,
.hamburger--slider-r .hamburger-inner {
  top: 2px
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform, opacity
}

.hamburger--slider .hamburger-inner:after {
  top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform, opacity
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0 linear .13s
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .13s
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0 linear
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0 linear .22s;
  opacity: 0
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transform: rotate(90deg)
}

.hamburger--stand .hamburger-inner,
.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0 linear 75ms
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0
}

.hamburger--stand-r.is-active .hamburger-inner,
.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0 linear .15s;
  transform: rotate(90deg);
  background-color: transparent
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transform: rotate(-45deg)
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transform: rotate(45deg)
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg)
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transform: rotate(-45deg)
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transform: rotate(45deg)
}

.hamburger--spin .hamburger-inner,
.hamburger--spin-r .hamburger-inner,
.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .22s
}

.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s;
  opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  transform: rotate(-90deg)
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner,
.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s;
  opacity: 0
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  transform: rotate(90deg)
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 75ms
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease .12s;
  opacity: 0
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
  transform: rotate(-90deg)
}

.hamburger--vortex .hamburger-inner,
.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-duration: .2s
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner,
.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transform: rotate(765deg)
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg)
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg)
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0)
}

.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) 50% no-repeat
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

[dir=rtl] .slick-prev:before {
  content: "→"
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

[dir=rtl] .slick-next:before {
  content: "←"
}

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer
}

.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.slick-dots li.slick-active button:before {
  color: #267099;
  opacity: 1
}

.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container *,
body * {
  box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-toolbar {
  opacity: 0;
  position: absolute
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  transition: opacity .25s, visibility 0 linear .25s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s, visibility 0;
  visibility: visible
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block
}

.fancybox-slide--next {
  z-index: 99995
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0
}

.fancybox-slide--image:before {
  display: none
}

.fancybox-slide--html {
  padding: 6px 6px 0
}

.fancybox-slide--iframe {
  padding: 44px 44px 0
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-image,
.fancybox-slide--image .fancybox-content,
.fancybox-spaceball {
  background: 0 0;
  left: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: visible;
  transform-origin: top left;
  transition-property: transform, opacity;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox-container [data-selectable=true] {
  cursor: text
}

.fancybox-image,
.fancybox-spaceball {
  border: 0;
  height: 100%;
  max-height: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-iframe,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content,
.fancybox-video {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin: 0 0 44px
}

.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  overflow: hidden
}

.fancybox-iframe {
  vertical-align: top
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: 0;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
  color: #ccc
}

.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor
}

.fancybox-button--share svg path {
  stroke-width: 1
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s
}

.fancybox-close-small:focus {
  outline: 0
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: 0 0;
  color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  animation: a .8s infinite linear;
  background: 0 0;
  border: 6px solid rgba(99, 99, 99, .5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current,
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1)
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path,
.mobile-menu_active .logo svg #logo-mediaheads,
.mobile-menu_active .logo svg #logo-sub,
.service:hover .service__icon svg path {
  fill: #fff
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs,
body article,
body aside,
body details,
body figcaption,
body figure,
body footer,
body header,
body hgroup,
body main,
body menu,
body nav,
body section {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs>ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x>ul {
  overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs>ul>li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, .1)
}

@media (max-width:800px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs>ul>li {
    max-width: calc(100% - 10px)
  }
}

.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30
}

.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px
}

.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px
}

.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition-duration: .5s
}

.twentytwenty-after-label,
.twentytwenty-before-label {
  transition-property: opacity
}

.twentytwenty-after-label:before,
.twentytwenty-before-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: .1em;
  position: absolute;
  background: rgba(255, 255, 255, .2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
  content: attr(data-content)
}

.twentytwenty-horizontal .twentytwenty-after-label:before,
.twentytwenty-horizontal .twentytwenty-before-label:before {
  top: 50%;
  margin-top: -19px
}

.twentytwenty-vertical .twentytwenty-after-label:before,
.twentytwenty-vertical .twentytwenty-before-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px
}

.twentytwenty-down-arrow,
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px
}

.twentytwenty-down-arrow,
.twentytwenty-up-arrow {
  left: 50%;
  margin-left: -6px
}

.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: 0 0
}

.twentytwenty-container * {
  box-sizing: content-box
}

.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label {
  opacity: 0
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px
}

.twentytwenty-overlay {
  transition-property: background;
  background: 0 0;
  z-index: 25
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, .5)
}

.twentytwenty-overlay:hover .twentytwenty-after-label,
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1
}

.twentytwenty-before {
  z-index: 20
}

.twentytwenty-after {
  z-index: 10
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  border-radius: 1000px;
  box-shadow: 0 0 12px rgba(51, 51, 51, .5);
  z-index: 40;
  cursor: pointer
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px
}

.twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px
}

.twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-target {
  position: relative;
  direction: ltr
}

.noUi-base {
  width: 100%;
  position: relative;
  z-index: 1
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0
}

.noUi-handle {
  position: relative;
  z-index: 1
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top .3s, right .3s, bottom .3s, left .3s;
  transition: top .3s, right .3s, bottom .3s, left .3s
}

.noUi-state-drag * {
  cursor: inherit !important
}

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px
}

.noUi-vertical {
  width: 18px
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connect {
  background: #3fb8af;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
  -webkit-transition: background 450ms;
  transition: background 450ms
}

.noUi-draggable {
  cursor: w-resize
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  top: 6px
}

.noUi-handle:before {
  left: 14px
}

.noUi-handle:after {
  left: 17px
}

.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px
}

.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px
}

.noUi-vertical .noUi-handle:after {
  top: 17px
}

[disabled] .noUi-connect {
  background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-pips {
  position: absolute;
  color: #999
}

.noUi-value {
  position: absolute;
  text-align: center
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}

.noUi-marker {
  position: absolute;
  background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%
}

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%
}

.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden
}

.justified-gallery>a,
.justified-gallery>div,
.justified-gallery>figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: alpha(opacity=10);
  opacity: .1;
  margin: 0;
  padding: 0
}

.justified-gallery>a>.caption,
.justified-gallery>div>.caption,
.justified-gallery>figure>.caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-family: inherit;
}

.justified-gallery>a>.caption.caption-visible,
.justified-gallery>div>.caption.caption-visible,
.justified-gallery>figure>.caption.caption-visible {
  display: initial;
  filter: alpha(opacity=70);
  opacity: .7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in
}

.justified-gallery>.entry-visible {
  filter: alpha(opacity=100);
  opacity: 1;
  background: 0 0
}

.justified-gallery>.entry-visible>a>img,
.justified-gallery>.entry-visible>img {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in
}

.checkbox input[type=checkbox],
.justified-gallery>.jg-filtered {
  display: none
}

.justified-gallery>.spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  filter: alpha(opacity=100);
  opacity: 1;
  overflow: initial
}

.search-block-wrap {
  padding: 0;
  position: fixed;
  top: -100%;
  right: 0;
  width: 100%;
  z-index: 10000;
  background-color: #f5f5fa;
  height: 50px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05), 0 4px 4px 0 rgba(0, 0, 0, .05), 0 8px 8px 0 rgba(0, 0, 0, .05), 0 16px 16px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05), 0 4px 4px 0 rgba(0, 0, 0, .05), 0 8px 8px 0 rgba(0, 0, 0, .05), 0 16px 16px 0 rgba(0, 0, 0, .05)
}

.search-block-wrap .search-block,
.search-block-wrap .search-block .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.search-block-wrap .search-block {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.search-block-wrap .search-block .form {
  width: 100%
}

.search-block-wrap .form .effect-16~label {
  top: 12px;
  font-size: 20px;
  width: 70%
}

.search-block-wrap .callback-form__mail-wrap {
  position: relative;
  width: 70%
}

.mobile-menu,
.search-block-wrap .callback-form__submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.search-block-wrap .callback-form__submit {
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: inherit;
  width: 30%;
  border: 0
}

.arrow-btn-wrap:hover a,
.header-wrap .top-navigation .top-sub-menu .top-sub-menu-list .top-sub-menu-item:hover .top-sub-menu-item-text,
.mobile-menu .mobile-menu-list .moblie-menu-item .mobile-menu-link:hover,
.search-block-wrap .callback-form__submit:hover {
  color: #e41c1b
}

.search-block-wrap .callback-form__submit svg {
  margin-right: 20px;
  fill: #000
}

.mobile-menu {
  left: -100%;
  padding: 60px 65px 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: scroll;
}

@media screen and (max-width:960px) {
  .mobile-menu {
    padding: 15px;
    width: 50%
  }
}

@media screen and (max-width:560px) {
  .mobile-menu {
    width: 75%
  }
}

.mobile-menu.active {
  left: 0
}

.mobile-menu .mobile-menu-cross {
  cursor: pointer;
  position: absolute;
  top: 65px;
  right: 15.28302%;
  width: 24px;
  height: 24px
}

@media screen and (max-width:750px) {
  .mobile-menu .mobile-menu-cross {
    top: 32px;
    right: 32px
  }
}

.mobile-menu .mobile-menu-cross .cross-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff
}

.mobile-menu .mobile-menu-cross .line1 {
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.mobile-menu .mobile-menu-cross .line2 {
  position: absolute;
  top: 12px;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.mobile-menu .mobile-menu-list {
  padding: 35px 0
}

.mobile-menu .mobile-menu-list .moblie-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mobile-menu .mobile-menu-list .moblie-menu-item .mobile-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

@media screen and (max-width:750px) {
  .mobile-menu .mobile-menu-list .moblie-menu-item .mobile-menu-link {
    font-size: 18px
  }
}

@media screen and (max-width:1600px) {
  .mobile-menu .mobile-menu-list .moblie-menu-item .mobile-menu-link {
    padding: 8px 0
  }
}

.mobile-menu .mobile-menu-list .moblie-menu-item .sub-menu-btn {
  cursor: pointer;
  width: 24px;
  height: 20px;
  margin-left: 5px;
  position: relative
}

.mobile-menu .mobile-menu-list .moblie-menu-item .sub-menu-btn:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 10px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.header-wrap .top-navigation .top-sub-menu .top-sub-menu-list .top-sub-menu-item .top-sub-menu-item-img-wrap,
.mobile-menu .mobile-cart-wrap {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

.header-wrap .top-navigation .top-sub-menu .top-sub-menu-list,
.mobile-menu .mobile-cart-wrap .cart-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.mobile-menu .mobile-cart-wrap .cart-wrap .cart-icon-wrap .cart-icon {
  background-color: #fff
}

.mobile-menu .mobile-cart-wrap .compared-link {
  margin-left: 15px;
  color: #fff;
  opacity: .5
}

.mobile-menu .mobile-phone-wrap .header-phone {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 5vh;
  margin-bottom: 5vh;
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.mobile-menu .change-language {
  position: static;
  margin-left: 0;
  bottom: auto;
  display: block
}

@media screen and (max-width:1600px) {
  .mobile-menu .change-language {
    display: block
  }
}

.mobile-menu .change-language .change-language-title,
.mobile-menu .change-language .languages-list .language-item .language-link {
  color: #fff
}

.mobile-menu .mobile-sub-menu {
  width: 100%;
  display: none;
  margin-bottom: 20px
}

.mobile-menu .mobile-sub-menu .mobile-sub-menu-list {
  padding-left: 20px;
  min-height: 120px
}

.mobile-menu .mobile-sub-menu .mobile-sub-menu-list .mobile-sub-menu-item .mobile-sub-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.header {
  padding: 4rem 3%;
  position: fixed;
  background-color: transparent;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;

  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.10);
}

@media screen and (max-width:960px) {
  .header {
    padding: 30px 15px 10px
  }
}

.header-under-block {
  opacity: 1;
  position: absolute;
  z-index: -1;
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.header-wrap .logo-wrap {
  width: 25rem;
  height: 34px;
  position: relative;
  padding-right: 6%
}

@media screen and (max-width:750px) {
  .header-wrap .logo-wrap {
    overflow: hidden;
    width: 60px;
    height: 24px;
    padding-right: 0
  }
}

.header-wrap .logo-wrap .logo-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 172px
}

@media screen and (max-width:750px) {
  .header-wrap .logo-wrap .logo-img {
    height: 24px
  }
}

.header-wrap .logo-wrap .logo-color {
  opacity: 1
}

.header-wrap .top-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px
}

@media screen and (max-width:1260px) {
  .header-wrap .top-navigation {
    display: none
  }
}

.header-wrap .top-navigation .top-navigation-item {
  letter-spacing: 1px;
  margin-right: 30px
}

.header-wrap .top-navigation .top-navigation-item-catlog {
  max-width: 95px;
  position: relative
}

.header-wrap .top-navigation .top-navigation-item-catlog:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px
}

.header-wrap .top-navigation .top-sub-menu {
  visibility: hidden;
  position: fixed;
  top: 115px;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px 0 50px
}

.top-sub-menu .container {
  max-width: initial
}

.top-sub-menu-item-img-wrap {
  max-width: 200px
}

.header-wrap .top-navigation .top-sub-menu .top-sub-menu-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header-wrap .top-navigation .top-sub-menu .top-sub-menu-list .top-sub-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center
}

.header-wrap .top-navigation .top-sub-menu .top-sub-menu-list .top-sub-menu-item .top-sub-menu-item-img-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px
}

.header-wrap .top-navigation .top-sub-menu .top-sub-menu-list .top-sub-menu-item .top-sub-menu-item-text {
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.header-wrap .top-navigation .top-navigation-link {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0 25px
}

.header-wrap .top-navigation .top-navigation-link:first-child {
  padding-left: 0
}

.header-phone {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.header-phone:hover,
.header-phone:active,
.header-phone:focus {
  color: #0086CF;
}

.header-phone:active,
.header-phone:focus {
  opacity: 0.8;
}

.header-email {
  display: none;
}

@media screen and (max-width:750px) {
  .header-phone {
    font-size: 14px
  }
}

.cart-wrap,
.right-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.right-header {
  padding-left: 7.10526%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.cart-wrap {
  position: relative
}

@media screen and (max-width:750px) {
  .cart-wrap {
    display: none
  }
}

.cart-wrap .cart-icon-wrap {
  width: 14px;
  height: 18px;
  position: relative
}

.cart-wrap .cart-icon-wrap .cart-icon {
  display: block;
  background-color: #000;
  -webkit-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s
}

.cart-wrap .cart-icon-wrap .cart-icon1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 12px
}

.cart-wrap .cart-icon-wrap .cart-icon2 {
  position: absolute;
  bottom: 0;
  left: 6px;
  width: 2px;
  height: 16px
}

.cart-wrap .cart-icon-wrap .cart-icon3 {
  position: absolute;
  bottom: 0;
  left: 12px;
  width: 2px;
  height: 12px
}

.cart-wrap .cart-quantity {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: -5px;
  right: -14px;
  width: 16px;
  height: 16px;
  background-color: #e41c1b;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.cart-wrap:hover .cart-icon1 {
  height: 16px
}

.cart-wrap:hover .cart-icon2 {
  height: 12px
}

.cart-wrap:hover .cart-icon3 {
  height: 16px
}

.search-wrap {
  margin-left: 32px
}

@media screen and (max-width:750px) {
  .search-wrap {
    display: none
  }
}

.search-wrap .search-icon {
  fill: #000;
  height: 18px;
  width: 18px
}

.change-language {
  position: fixed;
  bottom: 65px;
  z-index: 100;
  margin-left: 4.26316%;
  display: block
}

@media screen and (max-width:1600px) {
  .change-language {
    display: none
  }
}

.change-language .change-language-title {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  margin-bottom: 18px
}

.change-language .languages-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.change-language .languages-list .language-item {
  margin-right: 20px
}

.change-language .languages-list .language-item:last-child {
  margin-right: 0
}

.change-language .languages-list .language-item .language-link {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  opacity: .5;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.change-language .languages-list .language-item .language-link:hover,
.change-language .languages-list .language-item.active .language-link {
  opacity: 1
}

@media screen and (max-width:750px) {

  .slider-elem-wrap .slick-button-next,
  .slider-elem-wrap .slick-button-prev {
    width: 32px;
    height: 32px
  }
}

@media screen and (max-width:750px) {
  .slider-elem-wrap .slick-button-next {
    margin-left: 15px
  }
}

.hamburger-wrap,
.hamburger-wrap1 {
  width: 32px;
  margin-left: 28px;
  position: relative;
  cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:750px) {

  .hamburger-wrap,
  .hamburger-wrap1 {
    height: 24px
  }
}

.hamburger-wrap .humburger,
.hamburger-wrap .humburger1,
.hamburger-wrap1 .humburger,
.hamburger-wrap1 .humburger1 {
  height: 16px;
  width: 36px;
  position: absolute;
  top: 3px;
  right: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.hamburger-wrap .humburger1:hover .l1,
.hamburger-wrap .humburger:hover .l1,
.hamburger-wrap1 .humburger1:hover .l1,
.hamburger-wrap1 .humburger:hover .l1 {
  width: 60%
}

.hamburger-wrap .humburger1:hover .l2,
.hamburger-wrap .humburger:hover .l2,
.hamburger-wrap1 .humburger1:hover .l2,
.hamburger-wrap1 .humburger:hover .l2 {
  width: 70%
}

.hamburger-wrap .humburger1:hover .l3,
.hamburger-wrap .humburger:hover .l3,
.hamburger-wrap1 .humburger1:hover .l3,
.hamburger-wrap1 .humburger:hover .l3 {
  width: 30%
}

.hamburger-wrap .humburger .l1 {
  background-color: #000;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: auto;
  right: 15%;
  height: 2px;
  width: 70%;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.hamburger-wrap .humburger .l2 {
  top: 50%
}

.hamburger-wrap .humburger .l2,
.hamburger-wrap .humburger .l3,
.hamburger-wrap .humburger1 .l1 {
  background-color: #000;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: auto;
  right: 15%;
  height: 2px;
  width: 70%;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.hamburger-wrap .humburger1 .l2 {
  top: 50%
}

.hamburger-wrap .humburger1 .l2,
.hamburger-wrap .humburger1 .l3,
.hamburger-wrap1 .humburger .l1 {
  background-color: #000;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: auto;
  right: 15%;
  height: 2px;
  width: 70%;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.hamburger-wrap1 .humburger .l2 {
  top: 50%
}

.hamburger-wrap1 .humburger .l2,
.hamburger-wrap1 .humburger .l3,
.hamburger-wrap1 .humburger1 .l1 {
  background-color: #000;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: auto;
  right: 15%;
  height: 2px;
  width: 70%;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.hamburger-wrap1 .humburger1 .l2 {
  top: 50%
}

.hamburger-wrap1 .humburger1 .l2,
.hamburger-wrap1 .humburger1 .l3 {
  background-color: #000;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: auto;
  right: 15%;
  height: 2px;
  width: 70%;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.hamburger-wrap .humburger .l1,
.hamburger-wrap .humburger1 .l1,
.hamburger-wrap1 .humburger .l1,
.hamburger-wrap1 .humburger1 .l1 {
  top: 100%
}

.hamburger-wrap .humburger .l3,
.hamburger-wrap .humburger1 .l3,
.hamburger-wrap1 .humburger .l3,
.hamburger-wrap1 .humburger1 .l3 {
  top: 0
}

.hamburger-wrap .humburger.active .l1,
.hamburger-wrap .humburger1.active .l1,
.hamburger-wrap1 .humburger.active .l1,
.hamburger-wrap1 .humburger1.active .l1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 48%
}

.hamburger-wrap .humburger.active .l2,
.hamburger-wrap .humburger1.active .l2,
.hamburger-wrap1 .humburger.active .l2,
.hamburger-wrap1 .humburger1.active .l2 {
  opacity: 0
}

.footer-back-btn:after,
.hamburger-wrap .humburger.active .l3,
.hamburger-wrap .humburger1.active .l3,
.hamburger-wrap1 .humburger.active .l3,
.hamburger-wrap1 .humburger1.active .l3 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 48%
}

.arrow-btn-wrap,
.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.arrow-btn-wrap {
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 4.26316%
}

@media screen and (max-width:1600px) {
  .arrow-btn-wrap {
    display: none
  }
}

.arrow-btn-wrap svg {
  fill: #aaa;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.arrow-btn-wrap .breadcrumbs-btn-back {
  margin-left: 10px;
  font-size: 12px;
  color: #000;
  opacity: .5;
  text-transform: uppercase;
  font-weight: 700;
  position: relative
}

.footer-back-btn {
  position: absolute;
  top: 73px;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

@media screen and (max-width:1600px) {
  .footer-back-btn {
    right: -20px
  }
}

@media screen and (max-width:1260px) {
  .footer-back-btn {
    right: 20px
  }
}

@media screen and (max-width:1600px) {
  .footer-back-btn {
    top: 30px
  }
}

.footer-back-btn:after {
  content: "";
  position: absolute;
  top: 22px;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.main-btn,
.white-btn {
  cursor: pointer;
  text-align: center
}

.main-btn {
  color: #fff;
  background-color: #267099;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.white-btn {
  color: #000;
  background-color: #fff
}

.btn-arrow .arrow-in-btn,
.rose-btn,
.white-btn {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.rose-btn {
  cursor: pointer;
  color: #fff;
  text-align: center;
  background-color: #e41c1b
}

.btn-arrow {
  color: #fff;
  position: relative
}

.btn-arrow .arrow-in-btn {
  fill: #fff;
  position: absolute;
  right: -36px;
  top: 4px;
  width: 17px
}

.btn-arrow:hover .arrow-in-btn {
  width: 40px;
  fill: #fff
}

.arrow-circle-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 40px;
  cursor: pointer;
  position: relative
}

.arrow-circle-wrap .arrow {
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transition: left .3s;
  -o-transition: left .3s;
  transition: left .3s
}

.arrow-circle-wrap .circle {
  position: absolute;
  top: 0;
  left: 16px
}

.product-counter {
  border: 1px solid rgba(255, 255, 255, .5);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-right: 3px;
  width: 100px
}

.product-counter,
.product-counter .quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.product-counter .quantity__button {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  outline: 0;
  border: 0;
  width: 25px;
  height: 36px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s
}

.product-counter .quantity__value {
  margin-right: -2px;
  margin-left: -2px;
  outline: 0;
  background-color: #fff;
  border: 0;
  width: 35%;
  height: 32px;
  text-align: center;
  font-weight: 500;
  font-size: 14px
}

.menu-arrow {
  position: relative;
  display: inline-block
}

.menu-arrow:before {
  top: 5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}

.menu-arrow-active:before,
.menu-arrow:before {
  content: "";
  position: absolute;
  right: -15px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.menu-arrow-active:before,
.menu-arrow:hover:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  top: 6px
}

.main-title-wrap {
  width: 100%
}

@media screen and (max-width:1600px) {
  .main-title-wrap {
    margin-bottom: 30px
  }
}

.main-title-wrap h1 {
  margin-left: 0;
  text-align: left;
  font-size: 48px;
  position: relative;
  font-weight: 700
}

@media screen and (max-width:960px) {
  .main-title-wrap h1 {
    font-size: 36px
  }
}

@media screen and (max-width:560px) {
  .main-title-wrap h1 {
    font-size: 28px
  }
}

.dop-pad {
  padding-left: 15px
}

.title {
  text-align: left;
  color: #e41c1b;
  font-size: 40px;
  position: relative;
  font-weight: 700
}

@media screen and (max-width:750px) {
  .title {
    font-size: 30px
  }
}

.second-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700
}

.main-title {
  text-align: left;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  position: relative
}

@media screen and (max-width:750px) {
  .main-title {
    font-size: 24px
  }
}

.slide-counter {
  z-index: 100;
  height: 100%;
  position: fixed;
  bottom: 0;
  right: 4.26316%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width:1260px) {
  .slide-counter {
    display: none
  }
}

.slide-counter .slide-number,
.slide-counter .total-slides {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.slide-counter .total-slides {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  opacity: .5
}

.slide-counter .slide-number {
  margin-bottom: 200px;
  opacity: 1;
  position: relative
}

.slide-counter .slide-number:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 55px;
  width: 152px;
  height: 2px;
  background-color: #fff
}

.scroll-btn {
  position: absolute;
  z-index: 100;
  bottom: 65px;
  right: 4.26316%;
  width: 16px;
  height: 24px;
  border: 2px solid #fff;
  -webkit-border-radius: 25px;
  border-radius: 25px
}

@media screen and (max-width:1260px) {
  .scroll-btn {
    display: none
  }
}

.scroll-btn-in {
  background-color: #fff;
  width: 2px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 7px
}

.footer-form {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000
}

.footer-form .sticky-form {
  padding: 15px 0
}

.footer-form .sticky-form .form-control {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(16.66667% - 32px);
  width: calc(16.66667% - 32px);
  margin-bottom: 0
}

@media screen and (max-width:1260px) {
  .footer-form .sticky-form .form-control {
    width: -webkit-calc(16.66667% - 32px);
    width: calc(16.66667% - 32px)
  }
}

@media screen and (max-width:960px) {
  .footer-form .sticky-form .form-control {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:750px) {
  .footer-form .sticky-form .form-control {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .footer-form .sticky-form .form-control {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

.footer-form .sticky-form .form-control .effect-16,
.footer-form .sticky-form .form-control .effect-16 .form-label {
  color: #fff
}

.footer-form .sticky-form .form-control .btn-arrow {
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 12px;
  background-color: #fff;
  color: #30aa5b
}

.footer-form .sticky-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px
}

.contacts-info-block {
  margin-bottom: 1.6rem;
}

.contacts-info-block ul li {
  padding-left: 20px;
}

.contacts-info-block ul li:before {
  left: 0.5rem;

  height: 0.4rem;
  width: 0.4rem;

  background-color: #ffffff;
  border-radius: 0;
}

.contacts-info-rec {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px
}

.back-call .back-call-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.contacts-item-wrap svg {
  fill: #bbb;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.contacts-item-link {
  display: block;

  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}

.contacts-item-link:hover {
  color: #2e87b8;
}

.contacts-item-link:active,
.contacts-item-link:focus {
  opacity: 0.8;
  color: #2e87b8;
}

.contacts-item-subtitle {
  margin-bottom: 30px;

  color: #818181;
  font-weight: 400;
  font-size: 12px;
}

#map {
  margin-top: 30px;
  color: #000;
  height: 450px;
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.ymaps-2-1-79-map-bg,
.ymaps-2-1-79-inner-panes {
  border-radius: 16px;
}

@media screen and (max-width:750px) {
  #map {
    height: 200px
  }
}

.back-call {
  margin-bottom: 80px
}

@media screen and (max-width:750px) {
  .back-call {
    margin-bottom: 30px;
    overflow: hidden
  }
}

.back-call .back-call-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px
}

.back-call .back-call-wrap .main-btn {
  margin-right: 30px;
  min-width: auto
}

.back-call .back-call-wrap .back-call-top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px)
}

@media screen and (max-width:1260px) {
  .back-call .back-call-wrap .back-call-top {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .back-call .back-call-wrap .back-call-top {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .back-call .back-call-wrap .back-call-top {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .back-call .back-call-wrap .back-call-top {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

.back-call .back-call-wrap .back-call-top .block-title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px
}

.back-call .back-call-wrap .back-call-top .block-sub-title {
  font-size: 14px;
  color: #777;
  margin-bottom: 50px
}

.back-call .back-call-wrap .back-call-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px)
}

@media screen and (max-width:1260px) {
  .back-call .back-call-wrap .back-call-form {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .back-call .back-call-wrap .back-call-form {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .back-call .back-call-wrap .back-call-form {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .back-call .back-call-wrap .back-call-form {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

.back-call .back-call-wrap .back-call-form .form-control-text {
  width: 100%
}

.back-call .back-call-wrap .back-call-form .back-call-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 40px
}

@media screen and (max-width:750px) {
  .back-call .back-call-wrap .back-call-form .back-call-title {
    margin-bottom: 34px
  }
}

@media screen and (max-width:560px) {
  .back-call .back-call-wrap .back-call-form .btn-wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
}

@media screen and (max-width:750px) {
  .back-call .back-call-wrap .back-call-form .btn-wrap {
    margin-top: 17px
  }
}

@media screen and (max-width:560px) {
  .back-call .back-call-wrap .back-call-form .btn-wrap {
    margin-top: 0
  }
}

@media screen and (max-width:750px) {
  .back-call .back-call-wrap .back-call-form .btn-wrap {
    margin-right: 20px
  }
}

@media screen and (max-width:560px) {
  .back-call .back-call-wrap .back-call-form .btn-wrap {
    margin-right: 0
  }
}

.modal-back-call {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto
}

.modal-back-call .contacts-wrap-block {
  padding: 20px
}

.modal-back-call .contacts-wrap-block .title {
  text-align: center;
  margin-bottom: 30px
}

.modal-back-call .contacts-wrap-block .title:before {
  content: none
}

.modal-back-call .contacts-wrap-block .form-text {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6
}

#modal-fast-buy {
  max-width: 1100px
}

.catalog-description {
  margin-bottom: 24px
}

@media screen and (max-width:750px) {
  .footer.footer-home {
    display: none
  }
}

.form {
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.form .form-control {
  width: 48%;
  position: relative;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 16px
}

.fos-catalog-detail .form .form-control {
  border-bottom: none;
}

@media screen and (max-width:750px) {
  .form .form-control {
    width: 100%;
    margin-bottom: 10px
  }
}

.form .form-control .form-label {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}

.form .form-control:first-child {
  margin-right: 4%
}

@media screen and (max-width:750px) {
  .form .form-control:first-child {
    margin-right: 0
  }
}

.form :focus {
  outline: 0
}

.form .effect-16 {
  font-size: 16px;
  width: 100%;
  z-index: 10;
  position: relative;
  border: 0;
  padding: 16px 0;
  background-color: transparent;
  color: #ffffff;
}

.form .effect-16~.focus-border {
  position: absolute;
  z-index: 100;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e41c1b;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.form .effect-16:focus~.focus-border,
.form .has-content.effect-16~.focus-border {
  width: 100%;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.form .effect-16:focus~label,
.form .has-content.effect-16~label {
  top: 3px;
  font-size: 10px;
  color: #e41c1b;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.form-2 {
  z-index: 20;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.checkbox,
.form-2,
.form-2 .form-control {
  display: -webkit-box;
  display: -webkit-flex
}

.form-2 .form-control {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px
}

@media screen and (max-width:560px) {
  .form-2 .form-control {
    padding: 3px
  }
}

.form-2 .form-control .form-input {
  padding: 10px;
  border: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  font-size: 14px
}

@media screen and (max-width:960px) {
  .form-2 .form-control .form-input {
    width: 65%
  }
}

@media screen and (max-width:560px) {
  .form-2 .form-control .form-input {
    padding: 10px 6px 10px 10px;
    width: 40%
  }
}

.form-2 .form-control .form-submit {
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0 32px;
  min-width: 160px;
  line-height: 56px;
  background-color: #30aa5b;
  color: #fff;
  cursor: pointer;
  border: 0
}

@media screen and (max-width:960px) {
  .form-2 .form-control .form-submit {
    width: initial
  }
}

@media screen and (max-width:560px) {
  .form-2 .form-control .form-submit {
    padding: 0 10px
  }
}

.checkbox {
  -webkit-box-align: center;
  -webkit-align-items: center
}

@media screen and (max-width:960px) {
  .checkbox {
    margin-top: 18px;
    margin-left: 10px
  }
}

@media screen and (max-width:750px) {
  .checkbox {
    margin-left: 0;
    margin-top: 18px;
    margin-bottom: 26px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.checkbox .checkbox__text {
  margin-left: -6px;
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px
}

@media screen and (max-width:560px) {
  .checkbox .checkbox__text {
    margin-left: -10px
  }
}

.checkbox .checkbox__text a {
  color: #ffffff;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff
}

.checkbox input[type=checkbox]+label {
  display: inline;
  position: relative
}

.breadcrumbs {
  position: relative;
  /* margin-bottom: 1rem; */
  /* margin-top: 3.5rem; */
}

.breadcrumbs .breadcrumbs-list {
  overflow: hidden;
  padding-bottom: 10px
}

@media screen and (max-width:960px) {
  .breadcrumbs .breadcrumbs-list {
    white-space: nowrap;
    overflow-x: scroll
  }
}

.breadcrumbs .breadcrumbs-list .breadcrumbs-item {
  position: relative;
  display: inline-block
}

.breadcrumbs .breadcrumbs-list .breadcrumbs-item:last-child .breadcrumbs-text:hover {
  color: #000
}

.breadcrumbs .breadcrumbs-list .breadcrumbs-item .breadcrumbs-text {
  font-size: 12px;
  color: #E2001D;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.breadcrumbs .breadcrumbs-list .breadcrumbs-item .breadcrumbs-text:hover,
.pagination .pagination-wrap .paggination-link:hover,
.pagination .pagination-wrap .pagination-center .pagination-list .pagination-item .pagination-item-link:hover {
  opacity: 0.9;
}

.breadcrumbs .breadcrumbs-list .breadcrumbs-item:after {
  content: "";

  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin: 0 15px;

  background-color: #818181;
  border-radius: 50%;
}

body[data-page="contacts"] .breadcrumbs .breadcrumbs-list .breadcrumbs-item:after {
  background-image: url(../../img/right-arrow-double-white.svg);
}

.breadcrumbs .breadcrumbs-list .breadcrumbs-item:last-child:after {
  content: none
}

.pagination {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 70px
}

@media screen and (max-width:1600px) {
  .pagination {
    margin-bottom: 30px
  }
}

@media screen and (max-width:750px) {
  .pagination {
    margin-bottom: 15px;
    padding-top: 0
  }
}

.pagination .pagination-wrap,
.pagination .pagination-wrap .pagination-center .pagination-list .pagination-item .pagination-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

}

.pagination .pagination-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width:560px) {
  .pagination .pagination-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.pagination .pagination-wrap .paggination-link {
  font-weight: 700;
  font-size: 24px;
  position: relative;
  color: #e41c1b
}

@media screen and (max-width:750px) {
  .pagination .pagination-wrap .paggination-link {
    display: none
  }
}

.pagination .pagination-wrap .pagination-left {
  margin-bottom: 30px;
  position: relative
}

.pagination .pagination-wrap .pagination-left .paggination-link {
  height: 35px;
  width: 35px
}

.pagination .pagination-wrap .pagination-center {
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px
}

.pagination .pagination-wrap .pagination-center .pagination-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.pagination .pagination-wrap .pagination-center .pagination-list .pagination-item .pagination-item-link {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
   color: #081826;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s
}
.catalog-detail-page .pagination-item-link{
       color: #FFF!important;
}
[data-page="news"] .pagination .pagination-wrap .pagination-center .pagination-list .pagination-item .pagination-item-link,
.catalog-section-list .pagination .pagination-wrap .pagination-center .pagination-list .pagination-item .pagination-item-link {
  color: #ffffff;
}

.pagination .pagination-wrap .pagination-center .pagination-list .pagination-item .pagination-item-link-active {
  background-color: #267099;
  font-weight: 900;
  color: #fff
}

.pagination .pagination-wrap .pagination-center .pagination-list .pagination-item .pagination-item-link-active:hover {
  color: #fff;
  opacity: 1;
}

.pagination .pagination-wrap .pagination-right {
  position: relative
}

.pagination .pagination-wrap .pagination-right .paggination-link {
  height: 35px;
  width: 35px
}

.card-img-wrap {
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(41.66667% - 32px);
  width: calc(41.66667% - 32px)
}

@media screen and (max-width:1260px) {
  .card-img-wrap {
    width: -webkit-calc(41.66667% - 32px);
    width: calc(41.66667% - 32px)
  }
}

@media screen and (max-width:960px) {
  .card-img-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .card-img-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .card-img-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

.card-img-wrap .card-big-slider {
  margin-bottom: 10px
}

.card-img-wrap .card-big-slider .card-big-slide {
  text-align: center;
  width: 100%
}

@media screen and (max-width:1260px) {
  .card-img-wrap .card-big-slider .card-big-slide .card-big-img {
    height: auto
  }
}

@media screen and (max-width:960px) {
  .card-img-wrap .card-big-slider .card-big-slide .card-big-img {
    height: 400px
  }
}

@media screen and (max-width:750px) {
  .card-img-wrap .card-big-slider .card-big-slide .card-big-img {
    height: 250px
  }
}

@media screen and (max-width:560px) {
  .card-img-wrap .card-big-slider .card-big-slide .card-big-img {
    height: 200px
  }
}

.card-img-wrap .card-little-list,
.card-img-wrap .zoom-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.card-img-wrap .zoom-text {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.card-img-wrap .zoom-text svg {
  margin-right: 10px
}

.card-img-wrap .card-little-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px
}

@media screen and (max-width:560px) {
  .card-img-wrap .card-little-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.card-img-wrap .card-little-slide,
.card-right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word
}

.card-img-wrap .card-little-slide {
  width: -webkit-calc(25% - 32px);
  width: calc(25% - 32px);
  margin-bottom: 20px;
  cursor: pointer
}

@media screen and (max-width:1260px) {
  .card-img-wrap .card-little-slide {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:960px) {
  .card-img-wrap .card-little-slide {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:750px) {
  .card-img-wrap .card-little-slide {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:560px) {
  .card-img-wrap .card-little-slide {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px);
    width: 28%;
    margin-left: 8px;
    margin-right: 8px
  }
}

.card-img-wrap .card-little-slide .card-little-img {
  -webkit-filter: opacity(25%);
  filter: opacity(25%)
}

.card-img-wrap .card-little-slide .card-little-img-active {
  -webkit-filter: opacity(100%);
  filter: opacity(100%)
}

.card-right {
  margin-top: 30px;
  width: -webkit-calc(50% - 32px);
  width: calc(50% - 32px);
  margin-left: -webkit-calc(8.33333% + 16px);
  margin-left: calc(8.33333% + 16px)
}

@media screen and (max-width:1260px) {
  .card-right {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:960px) {
  .card-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .card-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .card-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .card-right {
    margin-left: -webkit-calc(0 + 16px);
    margin-left: calc(0 + 16px)
  }
}

.card-right .main-title-wrap {
  margin-bottom: 20px
}

.card-right .product-price {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 32px
}

.card-right .product-about {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px
}

.card-right .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px
}

@media screen and (max-width:1260px) {
  .card-right .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media screen and (max-width:960px) {
  .card-right .btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media screen and (max-width:560px) {
  .card-right .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.card-right .btn-wrap .main-btn {
  max-width: 200px;
  margin-right: 20px
}

@media screen and (max-width:1260px) {
  .card-right .btn-wrap .main-btn {
    margin-bottom: 20px
  }
}

@media screen and (max-width:960px) {
  .card-right .btn-wrap .main-btn {
    margin-bottom: 0
  }
}

@media screen and (max-width:560px) {
  .card-right .btn-wrap .main-btn {
    margin-bottom: 20px
  }
}

.card-right .btn-wrap .white-btn {
  max-width: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.card-right .btn-wrap .white-btn .icon-wrap {
  margin-right: 10px;
  width: 14px;
  height: 18px;
  position: relative
}

.card-right .btn-wrap .white-btn .icon-wrap .icon {
  display: block;
  background-color: #000;
  -webkit-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s
}

.card-right .btn-wrap .white-btn .icon-wrap .icon1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 12px
}

.card-right .btn-wrap .white-btn .icon-wrap .icon2 {
  position: absolute;
  bottom: 0;
  left: 6px;
  width: 2px;
  height: 16px
}

.card-right .btn-wrap .white-btn .icon-wrap .icon3 {
  position: absolute;
  bottom: 0;
  left: 12px;
  width: 2px;
  height: 12px
}

.card-right .btn-wrap .white-btn:hover .icon1 {
  height: 16px
}

.card-right .btn-wrap .white-btn:hover .icon2 {
  height: 12px
}

.card-right .btn-wrap .white-btn:hover .icon3 {
  height: 16px
}

.card-right .sertificat-wrap .sertificat-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 10px
}

.card-right .sertificat-wrap .sertificat-title .sert-img {
  margin-right: 15px
}

.card-right .sertificat-wrap .sert-text {
  color: #fff;
  opacity: .5;
  font-size: 12px;
  margin-left: 40px
}

.product-tabs {
  overflow: hidden;
  margin-bottom: 100px;
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url(../img/card-about-bg.png)
}

@media screen and (max-width:960px) {
  .product-tabs {
    margin-bottom: 20px
  }
}

.product-tabs-no-margin {
  margin-bottom: 0
}

.product-tabs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px
}

.product-tabs-wrap .tabs-block-wrap,
.tab-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px)
}

.product-tabs-wrap .tabs-block-wrap {
  position: relative
}

@media screen and (max-width:1260px) {
  .product-tabs-wrap .tabs-block-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .product-tabs-wrap .tabs-block-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .product-tabs-wrap .tabs-block-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .product-tabs-wrap .tabs-block-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

.product-tabs-wrap .tabs-block-wrap .btn-wrap {
  position: absolute;
  top: 0;
  right: 0
}

@media screen and (max-width:960px) {
  .product-tabs-wrap .tabs-block-wrap .btn-wrap {
    top: 50px
  }
}

@media screen and (max-width:750px) {
  .product-tabs-wrap .tabs-block-wrap .btn-wrap {
    display: none
  }
}

.product-tabs-wrap .article-block {
  padding: 20px 0;
  background: inherit
}

.product-tabs-wrap .article {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none
}

.product-tabs-wrap .show,
.product-tabs-wrap .shown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px
}

.product-tabs-wrap .tabs-block {
  margin-bottom: 70px;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  position: relative
}

@media screen and (max-width:960px) {
  .product-tabs-wrap .tabs-block {
    margin-bottom: 20px;
    width: 100%
  }
}

@media screen and (max-width:750px) {
  .product-tabs-wrap .tabs-block {
    overflow-x: scroll
  }
}

.product-tabs-wrap .tabs-block li {
  white-space: nowrap;
  padding: 10px 0 20px;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 300ms cubic-bezier(.86, 0, .33, .26);
  -o-transition: 300ms cubic-bezier(.86, 0, .33, .26);
  transition: 300ms cubic-bezier(.86, 0, .33, .26)
}

@media screen and (max-width:750px) {
  .product-tabs-wrap .tabs-block li {
    display: block;
    margin-right: 20px
  }
}

.product-tabs-wrap .tabs-block .label {
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  background-color: #e41c1b
}

.product-tabs-wrap .tabs-block .label:after {
  content: url(../img/triangle-red.png);
  position: absolute;
  bottom: -8px;
  left: 48%
}

@media screen and (max-width:750px) {
  .product-tabs-wrap .tabs-block .label {
    bottom: 5px
  }

  .product-tabs-wrap .tabs-block .label:after {
    content: url(../img/triangle-red.png);
    position: absolute;
    bottom: -5px;
    left: 48%
  }
}

.tab-title {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px
}

@media screen and (max-width:750px) {
  .tab-title {
    font-size: 28px
  }
}

.tab-text-left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 32px);
  width: calc(50% - 32px)
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media screen and (max-width:1260px) {
  .tab-text-left {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:960px) {
  .tab-text-left {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:750px) {
  .tab-text-left {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .tab-text-left {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

.tab-text-left p,
.tab-text-right p {
  line-height: 1.6;
  margin-bottom: 10px;
  color: #fff
}

.tab-text-right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(41.66667% - 32px);
  width: calc(41.66667% - 32px);
  margin-left: -webkit-calc(8.33333% + 16px);
  margin-left: calc(8.33333% + 16px)
}

@media screen and (max-width:1260px) {
  .tab-text-right {
    width: -webkit-calc(41.66667% - 32px);
    width: calc(41.66667% - 32px)
  }
}

@media screen and (max-width:960px) {
  .tab-text-right {
    width: -webkit-calc(41.66667% - 32px);
    width: calc(41.66667% - 32px)
  }
}

@media screen and (max-width:750px) {
  .tab-text-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .tab-text-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .tab-text-right {
    margin-left: -webkit-calc(0 + 16px);
    margin-left: calc(0 + 16px)
  }
}

.product-slider {
  overflow: hidden;
  margin-bottom: 50px
}

.effect-hover1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100px
}

.effect-hover1,
.effect-hover1 .effect-wrap,
.white-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.effect-hover1 .effect-wrap {
  position: absolute;
  top: -webkit-calc(50% - 14px);
  top: calc(50% - 14px);
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.effect-hover1 .effect-wrap .effect-hide,
.effect-hover1 .effect-wrap .effect-visible {
  will-change: left, top;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  left: 0
}

.effect-hover1 .effect-wrap .effect-hide {
  top: 200%;
  -webkit-transition: .6s cubic-bezier(.165, .84, .44, 1);
  -o-transition: .6s cubic-bezier(.165, .84, .44, 1);
  transition: .6s cubic-bezier(.165, .84, .44, 1)
}

.effect-hover1 .effect-wrap:hover .effect-visible {
  will-change: left, top;
  position: absolute;
  top: -200%;
  left: 0
}

.effect-hover1 .effect-wrap:hover .effect-hide {
  will-change: left, top;
  position: absolute;
  top: 0;
  left: 0
}

.white-popup {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #fff;
  padding: 0;
  width: auto;
  max-width: 500px;
  margin: 20px auto
}

body abbr,
body fieldset,
body img {
  border: 0
}

body address,
body caption,
body cite,
body code,
body dfn,
body em,
body strong,
body th,
body var {
  font-style: normal;
  font-weight: 400
}

body ul:not([class]) li {
  list-style: none;
  list-style-type: circle;
}

body caption,
body th {
  text-align: left
}

body img {
  max-width: 100%;
  height: auto
}

.transform {
  -webkit-transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.transform-active {
  -webkit-transform: translateX(-185px);
  -ms-transform: translateX(-185px);
  transform: translateX(-185px)
}

button,
input {
  outline: 0
}

.c-container,
.container {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto
}

@media screen and (max-width:767px) {
  .c-container,
  .container {
    padding-left: 15px;
    padding-right: 15px
  }
}

.section-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.main {
  margin-top: -60px;
}

@media screen and (max-width:750px) {
  .main {
    overflow-x: hidden
  }

  .onepage-wrapper .section {
    height: auto !important
  }
}

.section.is-active {
  opacity: 1
}

.main-video,
.video-overlay {
  position: absolute;
  top: 0;
  left: 0
}

.main-video {
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover
}

.video-overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3)
}

@media screen and (max-width:750px) {
  .sectieon-sldier1 {
    padding-top: 80px
  }
}

.screen1-wrap,
.screen1-wrap .screen1-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.screen1-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
  z-index: 10;
  height: 86vh
}

@media screen and (max-width:750px) {
  .screen1-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.screen1-wrap .screen1-top {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

@media screen and (max-width:750px) {
  .screen1-wrap .screen1-top {
    max-width: 100%;
    margin-bottom: 20px
  }
}

@media screen and (max-width:960px) {
  .screen1-wrap .screen1-top {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

@media screen and (max-width:560px) {
  .screen1-wrap .screen1-top {
    margin-bottom: 50px
  }
}

@media screen and (max-width:750px) {
  .screen1-wrap .screen1-top {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }
}

.screen1-wrap .main-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(58.33333% - 32px);
  width: calc(58.33333% - 32px);
  font-size: 48px;
  color: #fff;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 30px
}

@media screen and (max-width:1260px) {
  .screen1-wrap .main-title {
    width: -webkit-calc(58.33333% - 32px);
    width: calc(58.33333% - 32px)
  }
}

@media screen and (max-width:960px) {
  .screen1-wrap .main-title {
    width: -webkit-calc(66.66667% - 32px);
    width: calc(66.66667% - 32px)
  }
}

@media screen and (max-width:750px) {
  .screen1-wrap .main-title {
    width: -webkit-calc(83.33333% - 32px);
    width: calc(83.33333% - 32px)
  }
}

@media screen and (max-width:560px) {
  .screen1-wrap .main-title {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .screen1-wrap .main-title {
    line-height: 36px;
    font-size: 28px
  }
}

.screen1-wrap .main-sub-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(41.66667% - 32px);
  width: calc(41.66667% - 32px);
  font-size: 14px;
  color: #fff;
  opacity: .5;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px
}

@media screen and (max-width:1260px) {
  .screen1-wrap .main-sub-title {
    width: -webkit-calc(41.66667% - 32px);
    width: calc(41.66667% - 32px)
  }
}

@media screen and (max-width:960px) {
  .screen1-wrap .main-sub-title {
    width: -webkit-calc(66.66667% - 32px);
    width: calc(66.66667% - 32px)
  }
}

@media screen and (max-width:750px) {
  .screen1-wrap .main-sub-title {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .screen1-wrap .main-sub-title {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:750px) {
  .screen1-wrap .main-sub-title {
    display: none
  }
}

.screen1-wrap .btn-wrap {
  padding-left: 15px
}

.screen1-bottom .bottom-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 65px
}

@media screen and (max-width:1600px) {
  .screen1-bottom .bottom-menu-list {
    margin-bottom: 110px
  }
}

@media screen and (max-width:1260px) {
  .screen1-bottom .bottom-menu-list {
    margin-bottom: 60px
  }
}

@media screen and (max-width:750px) {
  .screen1-bottom .bottom-menu-list {
    margin: 0
  }
}

.screen1-bottom .bottom-menu-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(16.66667% - 32px);
  width: calc(16.66667% - 32px);
  margin-right: -webkit-calc(8.33333% + 16px);
  margin-right: calc(8.33333% + 16px)
}

@media screen and (max-width:1260px) {
  .screen1-bottom .bottom-menu-item {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:960px) {
  .screen1-bottom .bottom-menu-item {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:750px) {
  .screen1-bottom .bottom-menu-item {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .screen1-bottom .bottom-menu-item {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:1260px) {
  .screen1-bottom .bottom-menu-item {
    margin-right: -webkit-calc(0 + 16px);
    margin-right: calc(0 + 16px)
  }
}

@media screen and (max-width:750px) {
  .screen1-bottom .bottom-menu-item {
    margin-bottom: 20px
  }
}

.screen1-bottom .bottom-menu-title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px
}

.screen1-bottom .bottom-menu-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  opacity: .5;
  color: #fff
}

.second-slider-elements {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media screen and (max-width:750px) {
  .second-slider-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 135px;
    left: 15px;
    right: auto
  }
}

.second-slider-elements .slick-button-next,
.second-slider-elements .slick-button-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  height: 48px;
  width: 48px;
  background-color: #393939;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

@media screen and (max-width:750px) {

  .second-slider-elements .slick-button-next,
  .second-slider-elements .slick-button-prev {
    width: 32px;
    height: 32px
  }
}

.second-slider-elements .slick-button-next:hover,
.second-slider-elements .slick-button-prev:hover {
  opacity: .7
}

.second-slider-elements .slick-button-next {
  margin-left: 24px
}

.color-trigger .title {
  position: relative;
  z-index: 10
}

.sectieon-sldier2 .second-slider-elements {
  display: none;
  top: 65px;
  left: 15px
}

@media screen and (max-width:750px) {
  .sectieon-sldier2 .second-slider-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}

.category-list,
.category-list .category-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.category-list {
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:960px) {
  .category-list {
    margin-top: 50px
  }
}

@media screen and (max-width:750px) {
  .category-list {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

.category-list .category-item {
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 32px);
  width: calc(25% - 32px);
  margin-right: -webkit-calc(8.33333% + 16px);
  margin-right: calc(8.33333% + 16px)
}

@media screen and (max-width:1600px) {
  .category-list .category-item {
    max-height: 40vh;
    margin-bottom: 30px;
    margin-top: 50px
  }
}

@media screen and (max-width:1260px) {
  .category-list .category-item {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:960px) {
  .category-list .category-item {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:750px) {
  .category-list .category-item {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .category-list .category-item {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:1260px) {
  .category-list .category-item {
    margin-right: -webkit-calc(0 + 16px);
    margin-right: calc(0 + 16px)
  }
}

.category-list .category-item .category-item-number {
  position: absolute;
  z-index: 10;
  bottom: 250px;
  right: 0;
  color: #000;
  opacity: .1;
  font-size: 32px;
  font-weight: 800
}

@media screen and (max-width:1600px) {
  .category-list .category-item .category-item-number {
    bottom: 120px
  }
}

@media screen and (max-width:1260px) {
  .category-list .category-item .category-item-number {
    display: none
  }
}

.category-list .category-item .category-img-wrap .category-img {
  -o-object-fit: contain;
  object-fit: contain
}

@media screen and (max-width:1600px) {
  .category-list .category-item .category-img-wrap .category-img {
    max-width: 70%
  }
}

@media screen and (max-width:1260px) {
  .category-list .category-item .category-img-wrap .category-img {
    height: 225px
  }
}

@media screen and (max-width:960px) {
  .category-list .category-item .category-img-wrap .category-img {
    max-width: 100%
  }
}

@media screen and (max-width:1260px) {
  .category-list .category-item .category-img-wrap .category-img {
    height: auto
  }
}

@media screen and (max-width:750px) {
  .category-list .category-item .category-img-wrap .category-img {
    height: auto
  }
}

.category-list .category-item .category-item-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

@media screen and (max-width:750px) {
  .category-list .category-item .category-item-title {
    font-size: 14px
  }
}

.category-list .category-item .category-quantity-text {
  font-weight: 500;
  font-size: 12px;
  color: #aaa
}

@media screen and (max-width:1600px) {

  .category-list .category-item:nth-child(4),
  .category-list .category-item:nth-child(5) {
    margin-top: 0
  }
}

.category-list .category-item:hover .category-item-title {
  color: #e41c1b
}

.category-list .category-item-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 32px);
  width: calc(25% - 32px);
  margin-right: -webkit-calc(8.33333% + 16px);
  margin-right: calc(8.33333% + 16px)
}

@media screen and (max-width:1260px) {
  .category-list .category-item-last {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:960px) {
  .category-list .category-item-last {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:750px) {
  .category-list .category-item-last {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .category-list .category-item-last {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:1260px) {
  .category-list .category-item-last {
    margin-right: -webkit-calc(0 + 16px);
    margin-right: calc(0 + 16px)
  }
}

@media screen and (max-width:1600px) {
  .category-list .category-item-last {
    margin-bottom: 0
  }
}

@media screen and (max-width:750px) {
  .category-list .category-item-last {
    display: none
  }
}

.category-item-last .category-item-title,
.category-list .category-item-last .category-item-title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px
}

.category-list .category-item-last .category-quantity-text {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 28px
}

.category-item-last {
  display: none
}

@media screen and (max-width:750px) {
  .category-item-last {
    display: block
  }
}

.category-item-last .category-item-title {
  font-size: 24px
}

.popular-slider {
  position: relative
}

.catalog-section-slider-wrapper .slick-dots li button:before,
.a-licenses-page .slick-dots li button:before,
.reviews-page .slick-dots li button:before,
.news-list .slick-dots li button:before,
.popular-slider .slick-dots li button:before {
  color: #fff;
}

.news-list .slick-dots li.slick-active button:before,
.popular-slider .slick-dots li.slick-active button:before {
  color: #267099;
}

.slider-elem-wrap {
  position: absolute;
  z-index: 100;
  top: -86px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media screen and (max-width:960px) {
  .slider-elem-wrap {
    top: -150px
  }
}

@media screen and (max-width:750px) {
  .slider-elem-wrap {
    top: -74px;
    left: 0;
    right: auto
  }
}

.slider-elem-wrap .slick-button-next,
.slider-elem-wrap .slick-button-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  height: 48px;
  width: 48px;
  background-color: #393939;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

@media screen and (max-width:750px) {

  .slider-elem-wrap .slick-button-next,
  .slider-elem-wrap .slick-button-prev {
    width: 32px;
    height: 32px
  }
}

.slider-elem-wrap .slick-button-next:hover,
.slider-elem-wrap .slick-button-prev:hover,
body table td:hover {
  opacity: .7
}

.slider-elem-wrap .slick-button-next {
  margin-left: 24px
}

@media screen and (max-width:750px) {
  .slider-elem-wrap .slick-button-next {
    margin-left: 15px
  }
}

.popular-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  padding: 35px 30px;
  padding-top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(33.33333% - 32px);
  width: calc(33.33333% - 32px);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.popular-item.rounded {
  padding-bottom: 65px;
}

@media screen and (max-width:1260px) {
  .popular-item {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:960px) {
  .popular-item {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:750px) {
  .popular-item {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px);
    padding: 15px;
    padding-top: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width:560px) {
  .popular-item {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

.popular-price,
.popular-title {
  position: relative;
  z-index: 10;
  color: #e41c1b;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.popular-price {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.popular-img-wrap {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}

@media screen and (max-width:750px) {
  .popular-img-wrap {
    margin-bottom: 10px;
  }
}

.popular-name {
  position: relative;
  z-index: 10;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  min-height: 48px;
  color: #ffffff;
  text-transform: uppercase;
}

.arrow-wrap {
  position: relative;
  -webkit-transition: margin .3s;
  -o-transition: margin .3s;
  transition: margin .3s
}

.popular-item-arrow {
  top: 0;
  left: -100%;
  position: relative;
  z-index: 10;
  -webkit-transition: left .5s;
  -o-transition: left .5s;
  transition: left .5s
}

.screen4-left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding-bottom: 20px;
  padding-top: 30px;
}

._about .screen4-left {
  padding-top: 0;
}

.screen4-left .left-text-wrap {
  margin-bottom: 30px;
  -webkit-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s
}

.screen4-left .left-text-wrap.active {
  overflow-y: scroll
}

@media screen and (max-width: 1279px) {
  .screen4-left .left-text-wrap {
    margin-bottom: 10px;
    overflow: hidden;
    height: 200px
  }

  .screen4-left .left-text-wrap.active {
    height: 400px
  }
}

.screen4-left .left-text-wrap p {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.screen4-left .read-more {
  display: none;
  color: #267099;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 30px
}

@media screen and (max-width: 1279px) {
  .screen4-left .read-more {
    display: block
  }
}

.section5-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.section5-top .title {
  margin-right: 40px
}

.news-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px
}

.news-left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 8px;
  margin-right: 8px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px)
}

.main-news:hover .news-read,
.news-item:hover .news-read {
  border-color: #267099;
  color: #267099;
  transition: 0.3s;
}

.main-news:active .news-read,
.news-item:active .news-read,
.main-news:focus .news-read,
.news-item:focus .news-read {
  opacity: 0.8;
}

@media screen and (max-width:1279px) {
  .news-left {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
  }
}

.news-left .main-news .news-img-wrap {
  max-height: 400px;
  overflow: hidden
}

@media screen and (max-width:960px) {
  .news-left .main-news .news-img-wrap {
    height: 250px
  }
}

.news-left .main-news .news-img-wrap .news-img,
.news-list .news-item .news-img-wrap .news-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.news-right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 8px;
  margin-right: 8px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px)
}

@media screen and (max-width:1279px) {
  .news-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }
}

.news-list {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -1.5rem;
}

.news-list .popular-arrow {
  bottom: 20px;
  left: 16px;
}

.main-news {
  margin: 0 8px;
}

@media screen and (max-width:960px) {
  .news-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.news-left .main-news,
.news-list .news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.news-list .news-item:not(:last-child) {
  margin-bottom: .8rem
}

@media screen and (max-width:560px) {
  .news-list .news-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.news-list .news-item .news-img-wrap {
  min-width: 140px;
  width: 140px;
  height: 180px;
}

@media screen and (max-width:560px) {
  .news-list .news-item .news-img-wrap {
    max-width: none;
    width: 100%
  }
}

.map-block-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news-read {
  padding: 19px 30px;
  margin-top: auto;
  margin-left: auto;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 40px;
  border: 1px solid #ffffff;
  transition: 0.3s;
}

.new .news-read {
  display: block;
  width: 15rem;
  color: #848484;
  border-color: #848484;
}

.map-block-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px
}

.map-block-wrap .map-block-left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(41.66667% - 32px);
  width: calc(41.66667% - 32px)
}

@media screen and (max-width:1260px) {
  .map-block-wrap .map-block-left {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:960px) {
  .map-block-wrap .map-block-left {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .map-block-wrap .map-block-left {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .map-block-wrap .map-block-left {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

.map-block-wrap .map-block-left .title {
  margin-bottom: 30px
}

.map-block-wrap .map-block-left .map-sub-text {
  font-size: 14px;
  line-height: 1.6
}

.map-block-wrap .map-block-right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 32px);
  width: calc(25% - 32px);
  margin-left: -webkit-calc(33.33333% + 16px);
  margin-left: calc(33.33333% + 16px)
}

@media screen and (max-width:1260px) {
  .map-block-wrap .map-block-right {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:960px) {
  .map-block-wrap .map-block-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .map-block-wrap .map-block-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .map-block-wrap .map-block-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .map-block-wrap .map-block-right {
    margin-left: -webkit-calc(0 + 16px);
    margin-left: calc(0 + 16px)
  }
}

.map-block-wrap .map-block-right .title {
  margin-bottom: 15px
}

.map-block-wrap .map-block-right .padtners-wrap,
.map-block-wrap .map-block-right .padtners-wrap .partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.map-block-wrap .map-block-right .padtners-wrap {
  padding-bottom: 30px;
  background-color: #fff;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.map-block-wrap .map-block-right .padtners-wrap .partners {
  margin-bottom: 10px;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px
}

@media screen and (max-width:1600px) {
  .map-block-wrap .map-block-right .padtners-wrap .partners {
    padding: 10px
  }
}

.map-block-wrap .map-block-right .padtners-wrap .partners:hover .partners-img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.map-block-wrap .map-block-right .padtners-wrap .partners .partners-img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.content {
  overflow: hidden
}

.content .second-slider-elements {
  display: none;
  top: 200px
}

@media screen and (max-width:750px) {
  .content .second-slider-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 15px
  }
}

.content .category-item-last {
  margin-bottom: 30px
}

.content .catalog-title {
  position: relative;
  z-index: 10;
  margin-bottom: 0
}

.content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px
}

.content-wrap .content-img-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  margin-bottom: 40px
}

@media screen and (max-width:750px) {
  .content-wrap .content-img-wrap {
    margin-bottom: 10px
  }
}

.content-wrap .content-text-wrap {
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(66.66667% - 32px);
  width: calc(66.66667% - 32px)
}

@media screen and (max-width:1260px) {
  .content-wrap .content-text-wrap {
    width: -webkit-calc(66.66667% - 32px);
    width: calc(66.66667% - 32px)
  }
}

@media screen and (max-width:960px) {
  .content-wrap .content-text-wrap {
    width: -webkit-calc(66.66667% - 32px);
    width: calc(66.66667% - 32px)
  }
}

@media screen and (max-width:750px) {
  .content-wrap .content-text-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .content-wrap .content-text-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

.content-wrap .content-text-wrap p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px
}

@media screen and (max-width:560px) {
  .content-wrap .content-text-wrap p {
    font-size: 12px;
    line-height: 1.4
  }
}

.content-wrap .call-order-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 32px);
  width: calc(25% - 32px);
  margin-left: -webkit-calc(8.33333% + 16px);
  margin-left: calc(8.33333% + 16px)
}

@media screen and (max-width:1260px) {
  .content-wrap .call-order-wrap {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:960px) {
  .content-wrap .call-order-wrap {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:750px) {
  .content-wrap .call-order-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .content-wrap .call-order-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:1260px) {
  .content-wrap .call-order-wrap {
    margin-left: -webkit-calc(0 + 16px);
    margin-left: calc(0 + 16px)
  }
}

.content-wrap .call-order-wrap .img-wrap {
  margin-bottom: 26px
}

.content-wrap .call-order-wrap .text-wrap .call-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px
}

.content-wrap .call-order-wrap .text-wrap .call-manager {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 12px
}

.content-wrap .call-order-wrap .text-wrap .call-phone {
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 20px
}

.project-list {
  margin-bottom: 12.2rem;
  display: flex;
  flex-wrap: wrap;
}

.project-item .subtitle {
  margin-bottom: 0;

  color: #030B12;

  transition: 0.3s;
}

.project-item {
  position: relative;

  display: flex;
  flex-direction: column;
  transition: 0.3s;
  min-height: 53.8rem;
  word-wrap: break-word;
  justify-content: flex-end;
  overflow: hidden;

  color: #030B12;

  background-color: #ededed;
}

.project-item:hover {
  color: #ffffff;

  transition-duration: 0.3s;
  transition-property: color;
}

.project-item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 3rem;
  padding-right: 2.4rem;
  margin-left: 2rem;
  height: 15rem;

  background-color: #ffffff;

  transition: 0.3s;
}

.project-item:hover .project-item__content {
  background-color: #0086CF;

  transition: 0.3s;
  ;
}

.project-item:before {
  content: '';

  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  background: linear-gradient(37.44deg, #030B12 0%, rgba(3, 11, 18, 0) 51.13%);
}

.project-item img {
  position: absolute !important;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: 0.3s;
  filter: grayscale(1);
}

.project-item:hover .subtitle {
  color: #ffffff;
  transition-duration: 0.3s;
  transition-property: color;
}

.project-item:active,
.project-item:focus {
  opacity: 0.8;
}

.project-item > *:not(.popular-arrow) {
  position: relative;
  z-index: 1;
}

.project-item .a-popular-arrow-round {
  position: static;

  margin-left: 1rem;
}

.project-item .popular-arrow {
  left: 7rem;
  bottom: 7rem;
}

@media screen and (max-width:1599px) {
  .project-item {
    min-height: 43rem;
  }
}

@media screen and (max-width:1279px) {
  .project-list {
    margin-bottom: 50px;
  }

  .project-item .popular-arrow {
    left: 4rem;
    bottom: 4.6rem;
  }
}

@media screen and (max-width:750px) {
  .project-item {
    min-height: 300px
  }
}

.portfolio-slider-wrap {
  margin-bottom: 40px;
  margin-left: 16px;
  margin-right: 16px;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px)
}

.portfolio-slider-wrap .slider-elem-wrap {
  position: absolute;
  top: auto;
  bottom: 30px;
  right: 0
}

@media screen and (max-width:560px) {
  .portfolio-slider-wrap .slider-elem-wrap {
    bottom: -40px;
    right: 0
  }
}

.portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-title,
.portfolio-slider-wrap,
.steps-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  position: relative
}

.steps-item {
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-calc(25% - 32px);
  width: calc(25% - 32px);
  min-height: 125px;
  margin: 80px 16px 50px
}

@media screen and (max-width:1260px) {
  .steps-item {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:960px) {
  .steps-item {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:750px) {
  .steps-item {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .steps-item {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:1600px) {
  .steps-item {
    margin-top: 15px;
    margin-bottom: 0
  }
}

.steps-item .steps-title {
  position: relative;
  line-height: 1.6;
  font-weight: 700;
  font-size: 12px;
  color: #000
}

.steps-item .steps-title:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  height: 3px;
  width: 40px;
  background-color: #e41c1b
}

.steps-item .steps-number {
  line-height: 1;
  position: absolute;
  right: 35px;
  top: 0;
  font-weight: 800;
  font-size: 120px;
  color: #fff;
  z-index: -1
}

.portfolio-screen2 {
  padding-top: 100px;
  min-height: 500px;
  background-image: url(../img/card-about-bg.png)
}

.portfolio-screen2 .portfolio-s2-wrap,
.works-list .works-list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px
}

.portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-title {
  margin-left: 16px;
  margin-right: 16px;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  text-align: left;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px
}

@media screen and (max-width:960px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-title {
    font-size: 36px
  }
}

@media screen and (max-width:560px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-title {
    font-size: 28px
  }
}

.portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-left-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(33.33333% - 32px);
  width: calc(33.33333% - 32px);
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  line-height: 1.8
}

@media screen and (max-width:1260px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-left-block {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:960px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-left-block {
    width: -webkit-calc(41.66667% - 32px);
    width: calc(41.66667% - 32px)
  }
}

@media screen and (max-width:750px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-left-block {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-left-block {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

.portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-right-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(33.33333% - 32px);
  width: calc(33.33333% - 32px);
  margin-left: -webkit-calc(16.66667% + 16px);
  margin-left: calc(16.66667% + 16px);
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  line-height: 1.8
}

@media screen and (max-width:1260px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-right-block {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:960px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-right-block {
    width: -webkit-calc(41.66667% - 32px);
    width: calc(41.66667% - 32px)
  }
}

@media screen and (max-width:750px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-right-block {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-right-block {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-right-block {
    margin-left: -webkit-calc(8.33333% + 16px);
    margin-left: calc(8.33333% + 16px)
  }
}

@media screen and (max-width:750px) {
  .portfolio-screen2 .portfolio-s2-wrap .portfolio-s2-right-block {
    margin-left: -webkit-calc(0 + 16px);
    margin-left: calc(0 + 16px)
  }
}

.works-list {
  padding-top: 80px;
  padding-bottom: 100px
}

.works-list .works-list-wrap .works-list-left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(41.66667% - 32px);
  width: calc(41.66667% - 32px)
}

@media screen and (max-width:1260px) {
  .works-list .works-list-wrap .works-list-left {
    width: -webkit-calc(41.66667% - 32px);
    width: calc(41.66667% - 32px)
  }
}

@media screen and (max-width:960px) {
  .works-list .works-list-wrap .works-list-left {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:750px) {
  .works-list .works-list-wrap .works-list-left {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .works-list .works-list-wrap .works-list-left {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

.works-list .works-list-wrap .works-list-left .works-items-wrap p {
  padding-left: 25px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.6
}

.works-list .works-list-wrap .works-list-left .works-items-wrap p:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 20px;
  height: 2px;
  background-color: #000
}

@media screen and (max-width:960px) {
  .works-list .works-list-wrap .works-list-left .works-items-wrap p:before {
    left: 0;
    width: 15px
  }
}

.works-list .works-list-wrap .works-list-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px
}

.works-list .works-list-wrap .works-list-right {
  -webkit-transform: translateY(-220px);
  -ms-transform: translateY(-220px);
  transform: translateY(-220px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 32px);
  width: calc(50% - 32px);
  margin-left: -webkit-calc(8.33333% + 16px);
  margin-left: calc(8.33333% + 16px)
}

@media screen and (max-width:1260px) {
  .works-list .works-list-wrap .works-list-right {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:960px) {
  .works-list .works-list-wrap .works-list-right {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:750px) {
  .works-list .works-list-wrap .works-list-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .works-list .works-list-wrap .works-list-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .works-list .works-list-wrap .works-list-right {
    margin-left: -webkit-calc(0 + 16px);
    margin-left: calc(0 + 16px)
  }
}

@media screen and (max-width:750px) {
  .works-list .works-list-wrap .works-list-right {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.works-list .works-list-wrap .works-list-right .img-wrap {
  margin-bottom: 50px
}

.works-list .works-list-wrap .works-list-right .work-text-wrap p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8
}

.next-service-wrap {
  position: relative;
  padding-top: 75px;
  padding-bottom: 85px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 2, .3))), url(../img/next-service.png);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 2, .3)), url(../img/next-service.png);
  background-image: -o-linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 2, .3)), url(../img/next-service.png);
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 2, .3)), url(../img/next-service.png);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-repeat: no-repeat;
  text-align: center;
  background-color: rgba(0, 0, 0, .2)
}

.next-service-wrap:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -webkit-calc(50% - 3px);
  left: calc(50% - 3px);
  width: 3px;
  height: 100px;
  background-color: #e41c1b;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.next-service-wrap:hover:before {
  top: -30px
}

.next-service-wrap .little-title {
  font-size: 14px;
  color: #fff;
  opacity: .5;
  font-weight: 700;
  margin-bottom: 20px
}

.next-service-wrap .next-service-title {
  font-size: 40px;
  font-weight: 700;
  color: #fff
}

@media screen and (max-width:750px) {
  .next-service-wrap .next-service-title {
    font-size: 26px
  }
}

.content .comparison-main-title {
  margin-bottom: 35px
}

@media screen and (max-width:750px) {
  .content .comparison-elements {
    top: -37px;
    right: 0
  }
}

.content .comparison-main-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px
}

.content .comparison-main-list .add-comparison {
  background-color: #fff !important;
  height: 100%
}

.content .comparison-main-list .add-comparison:before {
  content: "";
  width: 0;
  height: 0;
  border: 0
}

.content .comparison-main-list .add-comparison,
.content .comparison-main-list .add-comparison .comparison-top,
.content .comparison-main-list .add-comparison .comparison-top .comparison-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.content .comparison-main-list .add-comparison,
.content .comparison-main-list .add-comparison .comparison-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.content .comparison-main-list .add-comparison .comparison-top {
  margin-bottom: 50px;
  width: 100%;
  background-color: #393939 !important;
  min-height: 475px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.content .comparison-main-list .add-comparison .comparison-top .comparison-plus {
  position: relative;
  margin-bottom: 40px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 100px;
  width: 100px
}

.content .comparison-main-list .add-comparison .comparison-top .comparison-plus .comparison-line {
  position: absolute;
  top: 50%;
  left: -webkit-calc(50% - 16px);
  left: calc(50% - 16px);
  width: 32px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.content .comparison-main-list .add-comparison .comparison-top .comparison-plus .comparison-line:last-child {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg)
}

.content .comparison-main-list .add-comparison .comparison-top .comparison-title {
  color: #fff;
  text-align: center;
  font-size: 28px
}

.content .comparison-main-list .add-comparison .comparison-bottom .comparison-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0 !important
}

.content .comparison-main-list .add-comparison .comparison-bottom .comparison-list .comparison-item {
  line-height: 1.6;
  width: 100%;
  color: #777;
  font-size: 14px;
  margin-bottom: 24px
}

@media screen and (max-width:960px) {
  .content .comparison-main-list .add-comparison .comparison-bottom .comparison-list .comparison-item {
    font-size: 12px
  }
}

.content .comparison-main-list .comparison-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(33.33333% - 32px);
  width: calc(33.33333% - 32px)
}

@media screen and (max-width:1260px) {
  .content .comparison-main-list .comparison-item {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:960px) {
  .content .comparison-main-list .comparison-item {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:750px) {
  .content .comparison-main-list .comparison-item {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:560px) {
  .content .comparison-main-list .comparison-item {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

.content .comparison-main-list .comparison-item .comparison-top {
  min-height: 475px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 30px;
  background-color: #fff
}

.content .comparison-main-list .comparison-item .comparison-top .popular-name {
  margin-bottom: 0
}

.content .comparison-main-list .comparison-item .comparison-bottom .comparison-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.content .comparison-main-list .comparison-item .comparison-bottom .comparison-list .comparison-item {
  line-height: 1.6;
  width: 90%;
  color: #fff;
  font-size: 14px;
  min-height: 50px;
  font-weight: 700;
  margin-bottom: 0
}

@media screen and (max-width:960px) {
  .content .comparison-main-list .comparison-item .comparison-bottom .comparison-list .comparison-item {
    font-size: 12px
  }
}

.about-text-block,
.about-top-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word
}

.about-top-block {
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  margin-bottom: 50px
}

.about-text-block {
  width: -webkit-calc(66.66667% - 32px);
  width: calc(66.66667% - 32px)
}

@media screen and (max-width:1260px) {
  .about-text-block {
    width: -webkit-calc(66.66667% - 32px);
    width: calc(66.66667% - 32px)
  }
}

@media screen and (max-width:960px) {
  .about-text-block {
    width: -webkit-calc(66.66667% - 32px);
    width: calc(66.66667% - 32px)
  }
}

@media screen and (max-width:750px) {
  .about-text-block {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .about-text-block {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

.about-text-block p {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.6
}

.about-right-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 32px);
  width: calc(25% - 32px);
  margin-left: -webkit-calc(8.33333% + 16px);
  margin-left: calc(8.33333% + 16px)
}

@media screen and (max-width:1260px) {
  .about-right-block {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:960px) {
  .about-right-block {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:750px) {
  .about-right-block {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .about-right-block {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .about-right-block {
    margin-left: -webkit-calc(0 + 16px);
    margin-left: calc(0 + 16px)
  }
}

.about-right-block .about-right-title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px
}

.about-right-block .about-right-text {
  font-size: 12px;
  line-height: 1.6;
  opacity: .7;
  margin-bottom: 30px
}

.license-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px)
}

@media screen and (max-width:1260px) {
  .license-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .license-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .license-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .license-wrap {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

.license-wrap .license-title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 30px
}

.license-wrap .license-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px
}

.license-wrap .license-list .license-item,
.reviews-item {
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word
}

.license-wrap .license-list,
.license-wrap .license-list .license-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.license-wrap .license-list .license-item {
  width: -webkit-calc(25% - 32px);
  width: calc(25% - 32px)
}

@media screen and (max-width:1260px) {
  .license-wrap .license-list .license-item {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:960px) {
  .license-wrap .license-list .license-item {
    width: -webkit-calc(33.33333% - 32px);
    width: calc(33.33333% - 32px)
  }
}

@media screen and (max-width:750px) {
  .license-wrap .license-list .license-item {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .license-wrap .license-list .license-item {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

.license-wrap .license-list .license-item .license-img-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  height: 40px;
  width: 55px
}

.license-wrap .license-list .license-item .text-wrap .license-title-inner {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600
}

.license-wrap .license-list .license-item .text-wrap .license-size {
  font-size: 12px;
  color: #aaa
}

.reviews-item {
  background-color: #fff;
  padding: 40px 52px;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px)
}

@media screen and (max-width:750px) {
  .reviews-item {
    padding: 20px
  }
}

.reviews-item .reviews-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px
}

.reviews-item .reviews-text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px
}

.reviews-item .reviews-origin {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700
}

.reviews-item .reviews-origin img {
  width: 20px;
  height: 30px;
  margin-right: 15px
}

.news-page-top {
  padding-bottom: 50px;
  border-bottom: 1px solid #aaa
}

.news-page-bottom,
.news-page-top,
.reviews-item .reviews-origin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.news-page-bottom,
.news-page-top {
  margin-bottom: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px
}

@media screen and (max-width:560px) {
  .news-page-bottom {
    margin-bottom: 0
  }
}

.news-page-bottom .news-item {
  margin-bottom: 20px
}

.close-filter {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px
}

@media screen and (max-width:960px) {
  .close-filter {
    display: inline-block
  }
}

.close-filter .cross-line {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 20px;
  height: 2px;
  background-color: #000;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.close-filter .cross-line:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.filter-btn {
  display: none;
  margin-bottom: 30px;
  margin-left: 20px
}

@media screen and (max-width:960px) {
  .filter-btn {
    display: inline-block
  }
}

.filter-left {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 32px);
  width: calc(25% - 32px);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

@media screen and (max-width:1260px) {
  .filter-left {
    width: -webkit-calc(25% - 32px);
    width: calc(25% - 32px)
  }
}

@media screen and (max-width:960px) {
  .filter-left {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:750px) {
  .filter-left {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:560px) {
  .filter-left {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .filter-left {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 1500;
    height: 100%;
    overflow: scroll;
    padding: 30px;
    margin-left: 0
  }

  .filter-left.active {
    left: 0
  }
}

.filter-left .filter-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.filter-left .filter-list .filter-item {
  cursor: pointer;
  border-bottom: 1px solid #aaa
}

.filter-left .filter-list .filter-item:last-child {
  border-bottom: none
}

.filter-left .filter-list .filter-item .filter-title {
  padding: 30px 0;
  font-weight: 700;
  display: block;
  font-size: 18px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.filter-left .filter-list .filter-item .filter-title:hover,
.filter-left .sub-filter-1st .sub-filter-1st-item .sub-filter-1st-title:hover {
  color: #e41c1b
}

.filter-left .sub-filter-1st,
.filter-left .sub-filter-2nd {
  padding-left: 25px;
  display: none
}

.filter-left .sub-filter-1st .sub-filter-1st-item .sub-filter-1st-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.filter-left .sub-filter-1st .sub-filter-1st-item .sub-filter-1st-title.active:after,
.filter-left .sub-filter-1st .sub-filter-1st-item .sub-filter-1st-title:after,
.popup-block .popup-block-list .moblie-menu-item .sub-menu-btn:before {
  content: "";
  position: absolute;
  top: 5px;
  right: -15px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.filter-left .sub-filter-1st .sub-filter-1st-item .sub-filter-1st-title.active {
  position: relative
}

.filter-left .sub-filter-1st .sub-filter-1st-item .sub-filter-1st-title.active:after,
.popup-block .popup-block-list .moblie-menu-item .sub-menu-btn:before {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.filter-left .sub-filter-2nd {
  padding-bottom: 25px
}

.filter-left .sub-filter-2nd .sub-filter-2nd-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.filter-left .sub-filter-2nd .sub-filter-2nd-title:hover {
  color: #e41c1b
}

.filter-left .sub-filter-2nd .not-available,
.filter-left .sub-filter-2nd .not-available:hover {
  color: #777
}

.products-right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(66.66667% - 32px);
  width: calc(66.66667% - 32px);
  margin-left: -webkit-calc(8.33333% + 16px);
  margin-left: calc(8.33333% + 16px)
}

@media screen and (max-width:1260px) {
  .products-right {
    width: -webkit-calc(66.66667% - 32px);
    width: calc(66.66667% - 32px)
  }
}

@media screen and (max-width:960px) {
  .products-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .products-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .products-right {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:960px) {
  .products-right {
    margin-left: -webkit-calc(0 + 16px);
    margin-left: calc(0 + 16px)
  }
}

.products-right .products-right-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px
}

.products-right .popular-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  width: -webkit-calc(49.16667% - 32px);
  width: calc(49.16667% - 32px);
  margin-bottom: 30px;
  max-height: 500px
}

@media screen and (max-width:1260px) {
  .products-right .popular-item {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:960px) {
  .products-right .popular-item {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px)
  }
}

@media screen and (max-width:750px) {
  .products-right .popular-item {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:560px) {
  .products-right .popular-item {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

.footer {
  margin: 0 4.26316%;
  position: relative;
  border-top: 1px solid #ddd;
  padding-top: 92px;
  padding-bottom: 60px;
}

@media screen and (max-width:1600px) {
  .footer {
    padding-top: 50px
  }
}

@media screen and (max-width:1260px) {
  .footer {
    padding-top: 20px
  }
}

@media screen and (max-width:1600px) {
  .footer {
    padding-bottom: 30px
  }
}

@media screen and (max-width:1260px) {
  .footer {
    padding-bottom: 20px;
    margin: 0
  }
}

.footer .change-language {
  margin: 0;
  position: absolute;
  top: 60px;
  left: 0
}

.footer .footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:1260px) {
  .footer .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.footer .footer-wrap .maxitop {
  margin-right: 50px;
  font-size: 14px
}

@media screen and (max-width:1260px) {
  .footer .footer-wrap .maxitop {
    margin-bottom: 15px
  }
}

@media screen and (max-width:750px) {
  .footer .footer-wrap .maxitop {
    font-size: 10px
  }
}

.footer .footer-wrap .maxitop span,
.footer .footer-wrap .unic span {
  font-weight: 700;
  color: #27ad56;
  font-size: 14px;
  text-transform: uppercase
}

@media screen and (max-width:750px) {
  .footer .footer-wrap .unic {
    font-size: 10px
  }
}

.footer .footer-wrap .unic span {
  color: #5e4cb3
}

body .header {
  z-index: 150;

  padding: 10px 0;
}

/* body:not(.body-main-page) .header {
  background: linear-gradient(221.76deg, #030B12 44.62%, #081826 105.25%);
} */

@media (min-width:1000px) {
  .card-img-wrap {
    margin-top: 50px
  }
}

.back-call.hide,
.has-scroll-smooth body,
html.has-scroll-smooth {
  overflow: hidden
}

.language-wrap {
  opacity: 0;
  display: flex;
  transition: 1s;
  position: fixed;
  z-index: -100;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0
}

.language-wrap.show {
  opacity: 1;
  z-index: 9999
}

.language-wrap .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex
}

.language-wrap .content svg {
  margin: auto;
  display: none;
  width: 300px;
  height: auto
}

.language-wrap .content svg.animate {
  display: block;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: load 50s linear;
  animation-fill-mode: forwards
}

.language-wrap .content .opt {
  animation: opt 2s linear
}

.language-wrap.full-loading {
  opacity: 1
}

.filter-left .sub-filter-1st.lock,
.filter-left .sub-filter-2nd .sub-filter-2nd-title,
.filter-left .sub-filter-2nd.lock,
.language-wrap.full-loading .content svg {
  display: block
}

.language-link {
  cursor: pointer
}

.ymaps-2-1-69-svg-icon {
  background: 0 0;
  border-radius: 100%;
  border: 5px solid red;
  transform: scale(.3) translateY(-23px);
  background-image: none !important
}

.ymaps-2-1-69-islets_icon-caption {
  background: 0 0 !important;
  font-weight: 500 !important;
  -webkit-font-smoothing: antialiased
}

.big-map .map_block_cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex
}

.big-map .map_block_cont #map {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  max-height: 1080px;
  margin: auto
}

.big-map,
.big-map .container {
  position: relative
}

.ajax-form input[type=submit] {
  transition: .5s;
  border: 0;
  cursor: pointer
}

.ajax-form input.disabled {
  cursor: not-allowed;
  opacity: .5
}

.lang-hide {
  display: none !important
}

.gallery .content-text-wrap {
  width: 100%
}

.gallery .portfolio-gallery a {
  display: block !important
}

.catalog-description p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px
}

.filter-left .sub-filter-1st .sub-filter-1st-item .sub-filter-1st-title.active:after,
.filter-left .sub-filter-1st .sub-filter-1st-item .sub-filter-1st-title.has_child:after {
  display: none
}

.sub-filter-1st-item.active {
  padding-top: 30px
}

.content.catalog-content {
  overflow: visible
}

.content.catalog-content .filter-left .filter-list {
  position: sticky;
  top: 50px
}

.compare-hide {
  opacity: 0
}

.add-to-compare {
  cursor: pointer
}

.popup {
  display: none
}

.popup video {
  width: 600px;
  height: 400px
}

.tab-title.no-margin {
  margin-left: 0
}

.card-big-slider {
  position: relative
}

.card-big-slider .slider-elem-wrap {
  top: -60px;
  opacity: .7
}

@media (max-width:750px) {
  .card-big-slider .slider-elem-wrap {
    top: -30px
  }
}

@media (max-width:800px) {
  .popup video {
    width: 90%;
    height: auto
  }
}

@media screen and (max-width:1260px) {
  .screen1-wrap .main-title h1 {
    width: -webkit-calc(58.33333% - 32px);
    width: calc(58.33333% - 32px)
  }
}

@media screen and (max-width:960px) {
  .screen1-wrap .main-title h1 {
    width: -webkit-calc(66.66667% - 32px);
    width: calc(66.66667% - 32px)
  }
}

@media screen and (max-width:750px) {
  .screen1-wrap .main-title h1 {
    width: -webkit-calc(83.33333% - 32px);
    width: calc(83.33333% - 32px)
  }
}

@media screen and (max-width:560px) {
  .screen1-wrap .main-title h1 {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px)
  }
}

@media screen and (max-width:750px) {
  .screen1-wrap .main-title h1 {
    line-height: 36px;
    font-size: 28px
  }
}

.popup-block {
  width: 30%;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1000;
  height: 100%;
  padding: 60px 65px 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #14161e;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

@media screen and (max-width:960px) {
  .popup-block {
    padding: 15px;
    overflow: scroll;
    width: 50%
  }
}

@media screen and (max-width:560px) {
  .popup-block {
    width: 75%
  }
}

@media screen and (max-width:960px) {
  .popup-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.btn vertical-align bottom,
.popup-block.active {
  right: 0
}

.popup-block .popup-block-cross {
  cursor: pointer;
  position: absolute;
  top: 65px;
  right: 15.28302%;
  width: 24px;
  height: 24px
}

@media screen and (max-width:750px) {
  .popup-block .popup-block-cross {
    top: 32px;
    right: 32px
  }
}

.popup-block .popup-block-cross .cross-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff
}

.popup-block .popup-block-cross .line1 {
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.popup-block .popup-block-cross .line2 {
  position: absolute;
  top: 12px;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.popup-block .popup-block-list {
  padding: 35px 0
}

.popup-block .popup-block-list .moblie-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.popup-block .popup-block-list .moblie-menu-item .popup-block-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
}

@media screen and (max-width:750px) {
  .popup-block .popup-block-list .moblie-menu-item .popup-block-link {
    font-size: 18px;
    padding: 8px 0
  }
}

.popup-block .popup-block-list .moblie-menu-item .sub-menu-btn {
  cursor: pointer;
  width: 24px;
  height: 20px;
  margin-left: 5px;
  position: relative
}

.popup-block .popup-block-list .moblie-menu-item .sub-menu-btn:before {
  top: 7px;
  right: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}

.popup-block .mobile-cart-wrap {
  margin-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

.popup-block .mobile-cart-wrap,
.popup-block .mobile-cart-wrap .cart-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.popup-block .mobile-cart-wrap .cart-wrap .cart-quantity {
  display: none
}

.popup-block .mobile-cart-wrap .cart-wrap .cart-icon-wrap .cart-icon {
  background-color: #fff
}

.popup-block .mobile-cart-wrap .compared-link {
  margin-left: 15px;
  color: #fff;
  opacity: .5
}

.popup-block .mobile-phone-wrap .header-phone {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 5vh;
  margin-bottom: 5vh;
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.popup-block .change-language {
  position: static;
  margin-left: 0;
  bottom: auto;
  display: block
}

@media screen and (max-width:1600px) {
  .popup-block .change-language {
    display: block
  }
}

.popup-block .change-language .change-language-title,
.popup-block .change-language .languages-list .language-item .language-link {
  color: #fff
}

.popup-block .mobile-sub-menu {
  width: 100%;
  display: none;
  margin-bottom: 20px
}

.popup-block .mobile-sub-menu .mobile-sub-menu-list {
  padding-left: 20px;
  min-height: 120px
}

.popup-block .mobile-sub-menu .mobile-sub-menu-list .mobile-sub-menu-item .mobile-sub-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.popup-block {
  padding-top: 120px
}

.popup-block .back-call {
  display: none;
  flex-grow: 1;
  transition: .5s;
  height: 100vh
}

.popup-block .back-call.hide {
  height: 0
}

.popup-block .back-call.active,
.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block
}

.popup-block .back-call .back-call-wrap .back-call-top .block-sub-title,
.popup-block .back-call .back-call-wrap .back-call-top .block-title,
.popup-block .checkbox .checkbox__text,
.popup-block .form .effect-16,
.popup-block .form .effect-16~label {
  color: #fff
}

.popup-block .back-call .back-call-wrap .back-call-top .block-sub-title {
  line-height: 2
}

.popup-block .checkbox {
  margin-bottom: 20px
}

.popup-block .form .form-control:first-child {
  margin-right: 0
}

.popup-block .form .form-control {
  border-bottom: 1px solid #fff;
  width: 100%
}

@media (max-width:1500px) {
  .big-map .map_block_cont #map {
    max-width: 100%;
    height: 800px
  }

  .map_block_cont .ymaps-2-1-69-areas-pane,
  .map_block_cont .ymaps-2-1-69-controls-pane,
  .map_block_cont .ymaps-2-1-69-events-pane,
  .map_block_cont .ymaps-2-1-69-places-pane,
  .map_block_cont .ymaps-2-1-69-white-pane {
    transform: translate3d(0, 0, 0) scale(.7) !important;
    left: 15% !important;
    top: 15% !important
  }
}

.humburger {
  top: 1px !important
}

.category-list {
  width: 100%
}

.footer-wrap-block {
  position: absolute;
  bottom: 51px;
  width: 100%;
  left: 0
}

.footer-wrap {
  padding-left: 20px
}

.search-query {
  padding: 14px 20px
}

.search-button {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  padding: 0 25px;
  text-transform: uppercase;
  line-height: 48px;
  min-width: 160px;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  background-color: #e41c1b;
  transition: .3s;
  border: 0
}

.search-button:hover {
  box-shadow: 0 10px 60px 0 rgba(228, 28, 27, .3)
}

div.search-item {
  padding-bottom: 8px;
  margin-bottom: 8px
}

body .tabs-block li {
  list-style-type: none !important
}

.screen1-wrap .main-title h1 {
  margin-left: 0
}

.fancybox-content {
  overflow: hidden;
  padding: 0;
  margin: 0
}

.fancybox-content video {
  object-fit: cover
}

.popup-block .checkbox {
  width: 100%
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 0
}

body table tr:nth-child(odd) td {
  border-right: 1px solid #fff;
  background-color: #e0e0e0
}

body table tr:nth-child(even) td {
  border-right: 1px solid #e0e0e0
}

.card-img-wrap .card-big-slider .card-big-slide .card-big-img {
  height: initial
}

@media screen and (max-width:1600px) {
  .popup-block {
    padding: 60px 35px 65px;
    overflow-y: scroll
  }
}

.popular-img-wrap {
  height: 240px;
}

.popular-img-wrap .popular-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: left bottom;
}

@media screen and (max-width:750px) {
  .category-list .category-item {
    margin-top: 0
  }

  .category-list .category-item .category-img-wrap {
    max-height: 200px;
    min-height: 200px;
    margin-bottom: 20px
  }

  .category-list .category-item .category-img-wrap .category-img {
    object-fit: contain;
    height: 200px
  }

  .popular-slider .slider-elem-wrap {
    top: -48px
  }

  .product-tabs {
    padding-bottom: 0
  }
}

@media screen and (max-width:500px) {
  .category-list .category-item {
    margin-top: 0;
    margin-bottom: 0
  }

  .category-list .category-item .category-img-wrap {
    max-height: 100px;
    min-height: 100px;
    margin-bottom: 20px
  }

  .category-list .category-item .category-img-wrap .category-img {
    object-fit: contain;
    height: 100px
  }

  .popular-img-wrap {
    height: 150px;
  }
}

#dharma {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden
}

@media screen and (max-width:1600px) {
  .tovary .popular-img-wrap .popular-img {
    max-width: 100%
  }
}

body[data-page=articles] .btn.main-btn.back-call-btn,
body[data-page=portfolio] .btn.main-btn.back-call-btn {
  color: #fff !important;
  margin: 30px 0;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400
}

.contacts-item-wrap {
  position: relative;
  margin-bottom: 10px;
  padding-left: 5rem;
}

.contacts-item-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3rem;
  height: 3rem;
  border: 1px solid #0086CF;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;

  transform: translateY(-50%);
}

._address::before {
  background-image: url(../../img/phone.svg);
}

._map::before {
  background-image: url(../../img/location.svg);
}

.contacts-item-wrap * {
  color: #ffffff !important;
}

.h-wrapper {
  text-align: center
}

.h-wrapper a.btn {
  padding: 10px 20px;
  margin: 5px 0
}

.h-wrapper .header-phone {
  display: inline-block;
  width: 100%
}

form.zayavka-kp .btn-wrap {
  flex: 0 0 100%;
  margin: 15px 0
}

form.zayavka-kp .left-from {
  flex: 0 0 40%
}

form.zayavka-kp .left-from:first-child,
form.zayavka-kp .left-from:last-child {
  padding: 0 50px 0 0
}

form.zayavka-kp .form-control {
  width: 100%
}

form.zayavka-kp .inputfile-1+label {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;

  color: #ffffff;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;

  background: 0 0;
}

.file-icon {
  position: relative;

  width: 3.8rem;
  height: 3.8rem;
  margin-right: 2rem;
  flex-shrink: 0;

  border: 1px solid #0086CF;
  border-radius: 50%;
}

.file-icon::before,
.file-icon::after {
  content: "";

  position: absolute;
  left: 50%;
  top: 50%;

  height: 0.1rem;
  width: 2rem;

  background-color: #ffffff;

  transform: translate(-50%, -50%);
}

.file-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

form.zayavka-kp .form-control-files {
  margin: 20px 0
}

form.zayavka-kp .effect-16~.focus-border {
  background-color: #2196f3
}

form.zayavka-kp .btn {
  width: 100%;
  padding: 14px 20px
}

.mobile-menu .zayavka-kp,
template {
  display: none
}

@media screen and (max-width:760px) {
  form.zayavka-kp .left-from {
    width: 100%;
    flex: 1 1 100%;
    padding-right: 40px
  }

  .mobile-menu .zayavka-kp {
    display: block
  }

  .h-wrapper a.btn,
  .mobile-menu .mobile-cart-wrap {
    display: none
  }

  .mobile-menu .mobile-phone-wrap .header-phone {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 2vh
  }

  .mobile-menu .btn {
    margin-bottom: 5vh
  }
}

figure {
  margin: 1em 40px
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

textarea {
  overflow: auto
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

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

.slick-slide.slick-loading img,
[hidden] {
  display: none
}

.slick-list,
.slick-slider {
  position: relative;
  display: block
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.checkbox input,
.slick-arrow.slick-hidden {
  display: none
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  -ms-transform-origin: center right;
  transform-origin: center right;
  transition: transform .3s, opacity .3s;
  opacity: 0
}

.c-scrollbar:hover {
  -ms-transform: scaleX(1.45);
  transform: scaleX(1.45);
  opacity: 1
}

.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
  opacity: 1
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: .5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.btn {
  transition: all .3s ease
}

.btn--full {
  width: 100%
}

.btn img {
  height: 1.6rem;
  width: 1.6rem
}

.a-par__content {
  margin: 0 -1.6rem;
  padding: 2rem 1.6rem;

  color: #ffffff;

  background-color: #0086CF;
  backdrop-filter: blur(14px);
}

.a-par__content p:last-child {
  margin-bottom: 0;
}

@media (max-width:1199px) {
  .dn-xl {
    display: none
  }
}

@media (max-width:992px) {
  .dn-lg {
    display: none
  }
}

@media (max-width:768px) {
  .dn-md {
    display: none
  }
}

@media (max-width:544px) {
  .dn-sm {
    display: none
  }
}

.slick-next,
.slick-prev {
  height: 4.8rem;
  width: 4.8rem
}

@media (max-width:767px) {
  .index-slider {
    margin-top: -2rem;
    margin-left: -1.2rem;
    margin-right: -1.2rem
  }

  .index-slider .slide__img img {
    height: 14rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
  }

  .index-slider .slide__container {
    background-color: #f4f4f4;
    padding: 2.4rem 2.4rem .4rem;
    position: initial;
    width: initial
  }

  .index-slider .slide__title {
    font-size: 2.4rem
  }

  .reverse-for-mobile .slider-container {
    max-width: 100vw
  }

  .slider {
    opacity: 1
  }

  .slider-container {
    overflow: hidden;
    margin: 0;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
    -webkit-overflow-scrolling: touch
  }

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

  .slider--1 {
    overflow-x: initial;
    overflow-y: initial;
    padding-left: 0
  }

  .slider .card {
    margin-right: 1rem;
    max-width: 24rem
  }

  .slider .card__imgs {
    height: 16rem
  }

  .slider .card__plate {
    right: .8rem;
    top: .8rem
  }

  .slider .review {
    max-width: 24rem
  }

  .slider .category,
  .slider .review {
    margin-right: 1rem
  }
}

body[data-browser=ie] .news-list .news-item {
  overflow: hidden
}

.prem__img {
  transition: all .3s ease
}

.service__icon,
.service__subtitle {
  transition: all .3s ease
}

.index-slider .slide img {
  display: block;
  width: 100%
}

@media (max-width:1200px) {
  .card__icon-container {
    display: none
  }
}

.popup-block.active .checkbox input[type=checkbox]+label {
  display: block
}

.block__img_video:after,
.faq__plus {
  transition: all .3s ease
}

@media (max-width:1200px) {
  .transport-companies .transport-company:not(:last-child) {
    margin-right: 1rem
  }
}

@media (max-width:767px) {
  .transport-companies {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .transport-companies .transport-company {
    margin-bottom: 1rem;
    width: calc(50% - 1rem)
  }
}

body[data-browser=ie] .grid {
  display: flex;
  flex-wrap: wrap
}

body[data-browser=ie] .col--sm-6 {
  width: calc(50% - 20px);
  margin: 0 20px 20px 0
}

body[data-browser=ie] .col--sm-4 {
  width: calc(25% - 20px);
  margin: 0 20px 20px 0
}

body[data-browser=ie] .col--sm-2 {
  width: calc(20% - 20px);
  margin: 0 20px 20px 0
}

body[data-browser=ie] .slick-next::before,
body[data-browser=ie] .slick-prev::before {
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

body[data-browser=ie] .hero__video-container::after {
  background: url(/bitrix/templates/ugsp-gaz/img/video/main-screen-video.jpg)
}

body[data-browser=ie] .popular-img-wrap .popular-img {
  height: 200px;
  max-width: 100%;
  width: auto
}

body[data-browser=ie] .category-list .category-item {
  width: calc(25% - 20px);
  margin: 0 20px 20px 0
}

body[data-browser=ie] .category-list .category-item .category-img-wrap {
  flex: 160px
}

:hover {
  text-decoration: none
}

:focus {
  outline: 0
}

.svg {
  opacity: 0
}

.replaced-svg {
  opacity: 1
}

.toggle-spoiler,
.btn {
  border: 0;
  background: #267099;
  border-radius: 5px;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'TildaSansRegular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin-left: 0;
  overflow: hidden;
  padding: 1.8rem 2rem;
  position: relative;
  transition: all .4s cubic-bezier(.4, 0, 0, 1);
  text-transform: uppercase;
}

.button {
  border: 2px solid #E2001D;
  background: transparent;
  border-radius: 5px;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin-left: 0;
  padding: 1.8rem 2rem;
  position: relative;
  transition: all .4s cubic-bezier(.4, 0, 0, 1);
  text-transform: uppercase;
}

.button:hover {
  background-color: #E2001D;
}

.button_arrow {
  position: relative;

  padding: 0;

  border: none;
}

.button_arrow::after {
  content: "";

  position: absolute;
  right: -105px;
  top: 50%;

  width: 80px;
  height: 10px;

  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  background-image: url(../../img/right-arrow-long.svg);

  transform: translateY(-50%);
  transition: 0.3s;
}

.button_arrow:hover {
  color: #E2001D;

  background-color: transparent;
}

.button_arrow:hover::after {
  transform: translate(-10px, -50%);

  transition: 0.3s;
}

.button_arrow-round {
  font-weight: 300;
  text-transform: none;
}

.button_arrow-round::after {
  right: -80px;

  width: 50px;
  height: 50px;

  border-radius: 50%;
  border: 1px solid #0086CF;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../img/right-arrow-rect-new.svg);
}

.a-about-inf._index {
  position: relative;

  padding-top: 3rem;
  padding-bottom: 3rem;

  box-shadow: 1px 0 0 1px rgba(255, 255, 255, 0.10);
}

.a-about-inf .button_arrow-round::after {
  background-image: url(../../img/right-arrow-rect-white.svg);
}

.btn--small {
  padding: 1.6rem 2.4rem
}

.btn--secondary {
  background-color: #e5f6e1;
  color: #267099
}

.btn--secondary:before {
  background-color: #d5f1cf
}

.btn--transparent {
  background: rgba(255, 255, 255, .2)
}

.btn_full {
  width: 100%
}

.btn_white {
  background-color: #fff;
  color: #1e1f21
}

.btn_white:hover {
  background-color: #fff !important;
  color: #267099
}

.btn_ghost {
  background-color: transparent;
  color: #fff;
  border: 1px solid#ffffff;
}

.btn+.btn,
.btn+.link {
  margin-left: 2rem
}

.btn:not(.btn--outline):hover {
  background-color: #1e597a;
}

.btn.btn-empty {
  justify-content: flex-start;
  padding-left: 75px;
  border-color: transparent;
  background-color: transparent;
  color: #131313;
}

.btn-empty:hover {
  background-color: transparent;
  border-color: transparent;
  color: #267099;
}

.btn-empty::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  border: 1px solid #acacac;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-image: url(../../img/right-arrow-rect-gray.svg);
  transition: 0.3s;
  transform: translateY(-50%) rotate(180deg);
}

.btn__plate {
  position: absolute;
  top: -1.2rem;
  right: 1.6rem
}

.btn img {
  margin-right: 4px;
  -ms-transform: translateY(-250%);
  transform: translateY(-250%);
  transition: all .3s ease
}

.toggle-spoiler,
.btn.btn_reset {
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  background-color: transparent;
}

.toggle-spoiler:hover,
.btn.btn_reset:hover {
  color: #267099;
  border-color: #267099;
}

.toggle-spoiler:active,
.toggle-spoiler:focus,
.btn.btn_reset:active,
.btn.btn_reset:focus {
  color: #267099;
  border-color: #267099;
  opacity: 0.8;
}

.flatpickr-month {
  margin-bottom: 1rem
}

.flatpickr-calendar {
  padding: 1.5rem 0
}

.checkbox__label:before,
.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
  display: none !important
}

.form-input {
  margin-bottom: 2rem;
  position: relative;
  width: 100%
}

.form-input label,
.form-input__input {
  color: #1e1f21;
  cursor: text;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  margin-bottom: .5em;
  transition: all .2s;
  max-width: 100%
}

.form-input label {
  font-weight: 700;
}

.form-input .custom-select,
.form-input input[type=date],
.form-input input[type=email],
.form-input input[type=number],
.form-input input[type=password],
.form-input input[type=tel],
.form-input input[type=text],
.form-input select,
.form-input textarea {
  background: rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1;
  min-height: 5rem;
  padding: 1.3rem 2.4rem;
  position: relative;
  transition: background-color .3s ease;
  resize: vertical;
  width: 100%;
  -webkit-appearance: none
}

.form-input::placeholder {
  color: #9d9d9d;
}

.form-input textarea {
  height: 100%;
  min-height: 18rem
}

.form-input .custom-select:hover::placeholder,
.form-input input[type=date]:hover::placeholder,
.form-input input[type=email]:hover::placeholder,
.form-input input[type=number]:hover::placeholder,
.form-input input[type=password]:hover::placeholder,
.form-input input[type=tel]:hover::placeholder,
.form-input input[type=text]:hover::placeholder,
.form-input select:hover::placeholder,
.form-input textarea:hover::placeholder {
  color: #ffffff;
}

.form-input input:focus {
  background: rgba(0, 0, 0, 1);
}

.form-input .nice-select {
  float: initial;
  height: initial
}

.form-input .nice-select .list,
.slider img {
  width: 100%
}

.form-input .nice-select.open .list {
  -ms-transform: none;
  transform: none
}

.form-input .nice-select .option {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
  margin-left: 0 !important;
  min-height: initial;
  padding: .5em 1em
}

.form-input .nice-select:after {
  right: 2.4rem
}

.form-input--error .select2-selection--single,
.form-input--error input[type=date],
.form-input--error input[type=email],
.form-input--error input[type=number],
.form-input--error input[type=password],
.form-input--error input[type=tel],
.form-input--error input[type=text],
.form-input--error select,
.form-input--error textarea {
  border-color: #267099
}

.form-input--error .form-input__icon,
.form-input--error label {
  color: #267099
}

.form-input--small {
  width: 28rem
}

.checkbox,
.form-input--horizontal {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex
}

.form-input--horizontal label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0;
  width: 16rem
}

.checkbox {
  cursor: pointer !important;
  margin-bottom: .5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.checkbox__label,
.checkbox__text {
  display: inline-block;
  margin-bottom: 0 !important
}

.checkbox__label {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dbe1e9;
  cursor: pointer !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.2rem;
  position: relative;
  height: 2rem;
  width: 2rem;
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  z-index: 1
}

.checkbox__label:after {
  color: #1e1f21;
  border: 0 !important;
  content: url(../../img/checkbox.svg) !important;
  display: none;
  font-size: 1.6rem;
  left: 4px !important;
  position: absolute;
  -ms-transform: none !important;
  transform: none !important;
  top: 0 !important;
  z-index: 10
}

.checkbox__text {
  font-size: 1.6rem !important
}

.checkbox .link {
  display: inline-block;
  margin-bottom: 0
}

.checkbox input:checked+.checkbox__label:after {
  display: block
}

.noUi-horizontal {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  height: initial
}

.noUi-horizontal .noUi-handle {
  height: 2rem;
  width: 2rem;
  top: -.9rem
}

.noUi-handle {
  background: #fff;
  box-shadow: none;
  border: 1px solid #dbe1e9;
  border-radius: 50%;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.noUi-handle:after,
.noUi-handle:before,
.slick-dots li:before {
  display: none
}

.noUi-base {
  background-color: #d5d9db;
  height: 2px
}

.noUi-connects {
  height: 2px
}

.noUi-connect {
  background: #267099;
  box-shadow: none;
  height: 2px
}

.catalog-slider {
  margin-bottom: 2.4rem;
  margin-top: -2rem
}

.catalog-slider__values {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.2rem
}

.catalog-slider__values input {
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  color: #1a1a1a;
  font-family: inherit;
  font-size: 1.2rem;
  line-height: 1;
  padding: .7rem;
  text-align: center;
  width: 8rem;
  background-color: #f1f1f1;
  -webkit-appearance: none
}

.c-container,
.container {
  max-width: 1600px
}

.wrapper {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%
}

.grid {
  display: -ms-grid;
  display: grid;
  grid: minmax(100px, auto);
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem
}

.grid._no-gap {
  grid-row-gap: 0;
  grid-column-gap: 0;
}

.grid._no-column-gap {
    grid-column-gap: 0;
  }

.grid.categories {
  grid-column-gap: 0;
  grid-row-gap: 0;
  margin-top: 30px;
}

.col,
.col--lg-1,
.col--lg-10,
.col--lg-11,
.col--lg-12,
.col--lg-2,
.col--lg-3,
.col--lg-4,
.col--lg-5,
.col--lg-6,
.col--lg-7,
.col--lg-8,
.col--lg-9,
.col--md-1,
.col--md-10,
.col--md-11,
.col--md-12,
.col--md-2,
.col--md-3,
.col--md-4,
.col--md-5,
.col--md-6,
.col--md-7,
.col--md-8,
.col--md-9,
.col--sm-1,
.col--sm-10,
.col--sm-11,
.col--sm-12,
.col--sm-2,
.col--sm-3,
.col--sm-4,
.col--sm-5,
.col--sm-6,
.col--sm-7,
.col--sm-8,
.col--sm-9,
.col--xl-1,
.col--xl-10,
.col--xl-11,
.col--xl-12,
.col--xl-2,
.col--xl-3,
.col--xl-4,
.col--xl-5,
.col--xl-6,
.col--xl-7,
.col--xl-8,
.col--xl-9 {
  -ms-grid-column: span 12;
  grid-column: span 12
}

.col--xs-1 {
  -ms-grid-column: span 1;
  grid-column: span 1
}

.col--xs-2 {
  -ms-grid-column: span 2;
  grid-column: span 2
}

.col--xs-3 {
  -ms-grid-column: span 3;
  grid-column: span 3
}

.col--xs-4 {
  -ms-grid-column: span 4;
  grid-column: span 4
}

.col--xs-5 {
  -ms-grid-column: span 5;
  grid-column: span 5
}

.col--xs-6 {
  -ms-grid-column: span 6;
  grid-column: span 6
}

.col--xs-7 {
  -ms-grid-column: span 7;
  grid-column: span 7
}

.col--xs-8 {
  -ms-grid-column: span 8;
  grid-column: span 8
}

.col--xs-9 {
  -ms-grid-column: span 9;
  grid-column: span 9
}

.col--xs-10 {
  -ms-grid-column: span 10;
  grid-column: span 10
}

.col--xs-11 {
  -ms-grid-column: span 11;
  grid-column: span 11
}

.col--xs-12 {
  -ms-grid-column: span 12;
  grid-column: span 12
}

@media (min-width:544px) {
  .grid {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem
  }

  .col--sm-1 {
    -ms-grid-column: span 1;
    grid-column: span 1
  }

  .col--sm-2 {
    -ms-grid-column: span 2;
    grid-column: span 2
  }

  .col--sm-3 {
    -ms-grid-column: span 3;
    grid-column: span 3
  }

  .col--sm-4 {
    -ms-grid-column: span 4;
    grid-column: span 4
  }

  .col--sm-5 {
    -ms-grid-column: span 5;
    grid-column: span 5
  }

  .col--sm-6 {
    -ms-grid-column: span 6;
    grid-column: span 6
  }

  .col--sm-7 {
    -ms-grid-column: span 7;
    grid-column: span 7
  }

  .col--sm-8 {
    -ms-grid-column: span 8;
    grid-column: span 8
  }

  .col--sm-9 {
    -ms-grid-column: span 9;
    grid-column: span 9
  }

  .col--sm-10 {
    -ms-grid-column: span 10;
    grid-column: span 10
  }

  .col--sm-11 {
    -ms-grid-column: span 11;
    grid-column: span 11
  }

  .col--sm-12 {
    -ms-grid-column: span 12;
    grid-column: span 12
  }
}

@media (min-width:768px) {
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem
  }

  .col--md-1 {
    -ms-grid-column: span 1;
    grid-column: span 1
  }

  .col--md-2 {
    -ms-grid-column: span 2;
    grid-column: span 2
  }

  .col--md-3 {
    -ms-grid-column: span 3;
    grid-column: span 3
  }

  .col--md-4 {
    -ms-grid-column: span 4;
    grid-column: span 4
  }

  .col--md-5 {
    -ms-grid-column: span 5;
    grid-column: span 5
  }

  .col--md-6 {
    -ms-grid-column: span 6;
    grid-column: span 6
  }

  .col--md-7 {
    -ms-grid-column: span 7;
    grid-column: span 7
  }

  .col--md-8 {
    -ms-grid-column: span 8;
    grid-column: span 8
  }

  .col--md-9 {
    -ms-grid-column: span 9;
    grid-column: span 9
  }

  .col--md-10 {
    -ms-grid-column: span 10;
    grid-column: span 10
  }

  .col--md-11 {
    -ms-grid-column: span 11;
    grid-column: span 11
  }

  .col--md-12 {
    -ms-grid-column: span 12;
    grid-column: span 12
  }
}

@media (min-width:992px) {
  .wrapper {
    padding-left: 60px;
    padding-right:60px;
  }

  .grid {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem
  }

  .col--lg-1 {
    -ms-grid-column: span 1;
    grid-column: span 1
  }

  .col--lg-2 {
    -ms-grid-column: span 2;
    grid-column: span 2
  }

  .col--lg-3 {
    -ms-grid-column: span 3;
    grid-column: span 3
  }

  .col--lg-4 {
    -ms-grid-column: span 4;
    grid-column: span 4
  }

  .col--lg-5 {
    -ms-grid-column: span 5;
    grid-column: span 5
  }

  .col--lg-6 {
    -ms-grid-column: span 6;
    grid-column: span 6
  }

  .col--lg-7 {
    -ms-grid-column: span 7;
    grid-column: span 7
  }

  .col--lg-8 {
    -ms-grid-column: span 8;
    grid-column: span 8
  }

  .col--lg-9 {
    -ms-grid-column: span 9;
    grid-column: span 9
  }

  .col--lg-10 {
    -ms-grid-column: span 10;
    grid-column: span 10
  }

  .col--lg-11 {
    -ms-grid-column: span 11;
    grid-column: span 11
  }

  .col--lg-12 {
    -ms-grid-column: span 12;
    grid-column: span 12
  }
}

@media (min-width:1200px) {
  .wrapper {
    padding-left: 3%;
    padding-right: 3%
  }

  .grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .col--xl-1 {
    -ms-grid-column: span 1;
    grid-column: span 1
  }

  .col--xl-2 {
    -ms-grid-column: span 2;
    grid-column: span 2
  }

  .col--xl-3 {
    -ms-grid-column: span 3;
    grid-column: span 3
  }

  .col--xl-4 {
    -ms-grid-column: span 4;
    grid-column: span 4
  }

  .col--xl-5 {
    -ms-grid-column: span 5;
    grid-column: span 5
  }

  .col--xl-6 {
    -ms-grid-column: span 6;
    grid-column: span 6
  }

  .col--xl-7 {
    -ms-grid-column: span 7;
    grid-column: span 7
  }

  .col--xl-8 {
    -ms-grid-column: span 8;
    grid-column: span 8
  }

  .col--xl-9 {
    -ms-grid-column: span 9;
    grid-column: span 9
  }

  .col--xl-10 {
    -ms-grid-column: span 10;
    grid-column: span 10
  }

  .col--xl-11 {
    -ms-grid-column: span 11;
    grid-column: span 11
  }

  .col--xl-12 {
    -ms-grid-column: span 12;
    grid-column: span 12
  }
}

@media (min-width:1680px) {
  .wrapper {
    padding: 0;
    max-width: 1470px
  }
}

@media (max-width:1199px) {
  .dn-xl {
    display: none
  }
}

@media (max-width:992px) {
  .dn-lg {
    display: none
  }
}

@media (max-width:768px) {
  .dn-md {
    display: none
  }
}

@media (max-width:544px) {
  .dn-sm {
    display: none
  }
}

p {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 2.8rem;
  margin-top: 0;
}

.popup-block.active .checkbox .checkbox__text .link,
p .link {
  display: inline
}

.h1,
.h2,
h1,
h2 {
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0.25em;
  margin-top: 0;
  text-transform: uppercase;
  word-break: break-word;
}

.h1, h1 {
  padding-top: 4.5rem;
  font-family: 'TildaSansLight',sans-serif;
  font-size: 12rem;
}

.h2,
h2 {
  font-size: 9.6rem;
  line-height: 1.25
}

.h2_center {
  text-align: center
}

.h3,
.h4,
h3,
h4 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 0.75em;
  margin-top: 0;
}

.h4,
h4 {
  font-size: 2rem;
  line-height: 1.2;
}

ul:not([class]) li {
  padding-left: 45px;
  display: block;
  margin-bottom: 1em;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
}

ul:not([class]) li:before {
  height: .8rem;
  width: .8rem;
  background-color: #ffffff;
  border-radius: 50%;
  content: '';
  display: block;
  left: 1rem;
  line-height: 1;
  position: absolute;
  top: 0.6rem;
}

.modal-menu__primary__list ul:not([class]) li:before,
.header__menu li:before {
  display: none;
}

.services-benefits {
  padding-bottom: 3rem;
}

.services-benefits ul li:before {
  background-color: #0086CF;
}

.a-imdesc.services-benefits h2 {
  text-transform: uppercase;
}

.services-benefits h2 span {
  color: #0086CF;
}

.text-center {
  text-align: center
}

@media (max-width:1919px) {
  .h1,
  h1 {
    font-size: 8rem;
    margin-bottom: 3.5rem;
  }

  .h2,
  h2 {
    font-size: 6.6rem;
    margin-bottom: 3.5rem;
  }
}

@media (max-width:1279px) {
  .h1,
  h1 {
    margin-bottom: 3rem;
    font-size: 5.5rem
  }

  .h2,
  h2 {
    font-size: 4.5rem;
    margin-bottom: 3rem;
  }

  .h3,
  h3 {
    font-size: 3.2rem;
    margin-bottom: .75em;
  }

  .h4,
  h4 {
    font-size: 2.8rem;
    margin-bottom: .45em;
  }

  .p,
  p {
    font-size: 1.4rem
  }
}

@media (max-width:1023px) {
  .h1,
  .h2,
  h1,
  h2 {
    font-size: 4.2rem
  }
}

@media (max-width:767px) {
  .h1,
  .h2,
  h1,
  h2 {
    margin-bottom: 2rem;
    font-size: 3.7rem
  }

  .h3,
  h3 {
    font-size: 2rem
  }

  .h4,
  h4 {
    font-size: 1.8rem
  }

  p {
    font-size: 1.4rem
  }
}

@media (max-width:350px) {

  .h1,
  h1 {
    word-break: break-word
  }
}

.smallFadeUp.animated {
  animation: 1s smallFadeUp ease
}

.slick-next,
.slick-prev {
  border: 1px solid #dbe1e9;
  border-radius: 50%;
  content: '';
  display: block;
  top: 50%
}

.slick-next:before,
.slick-prev:before {
  font-size: 2.4rem;
  color: #1e1f21;
  transition: opacity .3s ease
}

.slick-next:hover:before,
.slick-prev:hover:before {
  opacity: .3
}

.slick-prev {
  left: -6.4rem
}

.slick-prev:before {
  display: block;
  -ms-transform: scale(-1) translateX(1px);
  transform: scale(-1) translateX(1px)
}

.slick-next {
  right: -6.4rem
}

.slick-next:before,
.slick-prev:before {
  content: url(../../img/slider-arrow.svg)
}

.reviews-arrows {
  margin-left: auto;
  margin-bottom: 7rem;
}

.reviews-arrows .slick-next,
.reviews-arrows .slick-prev {
  border-color: #b2b2b2;
}

.reviews-arrows .slick-next:before,
.reviews-arrows .slick-prev:before {
  content: url(../../img/right-arrow-rect-gray.svg)
}

.slick-dots {
  bottom: -3.2rem;
  left: 0
}

.a-licenses-slider,
.reviews-page {
  padding: 0 1.5rem;
}

.licenses-page-item,
.reviews-page-item {
  margin: 0 1.5rem;
}

.reviews-page .slick-list {
  margin: 0 -1.5rem;
}

.reviews-page.section {
  margin-bottom: 14rem;
}

.reviews-page .slick-dots {
  bottom: -6.4rem;
}

.news-list .slick-track,
.reviews-page .slick-track {
  display: flex;
}

.news-list .slick-slide,
.reviews-page .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.news-list .slick-slide {
  display: flex !important;
  margin: 0 1.5rem;
}

.slick-dots li {
  margin: 0
}

.slider {
  opacity: 0;
  transition: opacity .5s ease
}

.slider .slick-list {
  margin-left: -1.2rem;
  margin-right: -1.2rem
}

.index-slider {
  margin-bottom: 3.2rem
}

.index-slider .slide {
  position: relative
}

.index-slider .slide__container {
  left: 6.4rem;
  position: absolute;
  top: 6.4rem;
  width: 48rem
}

.index-slider .slide__title {
  display: block;
  font-size: 4.8rem;
  margin-bottom: .5em
}

.index-slider .slide__subtitle {
  margin-bottom: 1.5em;
  opacity: .5
}

.slider--1 .slick-slide {
  margin: 0 !important
}

.slick-initialized {
  opacity: 1
}

.slider-container {
  margin: 0 -1rem
}

@media (max-width:1700px) {

  .slick-next,
  .slick-prev {
    border: 0
  }

  .slick-prev {
    left: -4.8rem
  }

  .slick-next {
    right: -4.8rem
  }
}

@media (max-width:1600px) {
  .slick-prev {
    left: -4rem
  }

  .slick-next {
    right: -4rem
  }
}

@media (max-width:1279px) {
  .slick-dotted.slick-slider:not(.news-list) {
    margin-bottom: 6.4rem
  }

  .slick-dotted.slick-slider.news-gallery {
    margin-bottom: 9.4rem;
  }

  .index-slider .slide__container {
    left: 5%;
    top: 10%
  }

  .index-slider .slide__title {
    font-size: 3.2rem
  }

  .index-slider .slide .btn {
    display: none
  }

  .dots {
    bottom: 0
  }
}

@media (max-width:767px) {
  .slick-prev {
    left: 0
  }

  .slick-next {
    right: 0
  }
}


.card__list li:before,
.popup-block.active .change-language,
.popup-block.active .mobile-phone-wrap {
  display: none
}

.popup-block.active .checkbox {
  -ms-flex-align: start;
  align-items: flex-start
}

.popup-block.active .checkbox input[type=checkbox]:checked+label::after {
  margin-left: 1px;
  margin-top: 2px
}

.chekbox-wrap {
  background-color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2rem;
  height: 2rem;
  width: 2rem
}

.chekbox-wrap .checkbox__label {
  border: 0
}

.chekbox-wrap .checkbox .link {
  display: inline
}

.main-title-wrap {
  margin-bottom: 0
}

.main-title-wrap h1 {
  font-size: 4rem;
  color: #1e1f21;
  line-height: 1.2;
  margin-bottom: .75em
}

@media (max-width:1600px) {
  .popup-block-cross {
    right: 2.4rem;
    top: 2.4rem
  }
}

@media (max-width:1200px) {
  .popup-block.active {
    padding: 2.4rem;
    padding-bottom: 0;
    width: 100%
  }

  .popup-block.active .block-title {
    font-family: 'TildaSansRegular', 'Arial', 'Helvetica', sans-serif !important;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .25em;
    max-width: 90%
  }

  .popup-block.active .block-sub-title {
    line-height: 1.2;
    margin-bottom: 1em !important
  }

  .popup-block.active .popup-block-cross {
    right: 1.6rem;
    top: 1.6rem
  }

  .popup-block.active .form .form-control {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
  }

  .popup-block.active .back-call.active {
    margin-bottom: 0;
    padding-bottom: 4rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
  }
}

.hero__title {
  text-transform: uppercase;
  font-weight: 400;
}

.hero__title .blast {
  display: inline-block;
  transition: all .5s;
  -ms-transform: translateY(2.2em);
  transform: translateY(2.2em)
}

.hero__title--hidden .blast {
  opacity: 0
}

.hero__title--visible .blast {
  opacity: 1;
  -ms-transform: none;
  transform: none
}

.hero,
.section-hero {
  height: 100vh;
  max-height: 64rem;
  margin-bottom: 0;
}

.section.section-hero,
.section.section-categories {
  margin-bottom: 0;
}

.hero {
  margin-top: -3.2rem;
  position: relative;
  overflow: hidden;
}

.hero__video-container {
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative
}

.hero__video-container:after {
  background-color: rgba(30, 31, 33, .3);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20
}

.hero__video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.hero__desc-wrapper,
.hero__align,
.hero__box {
  position: absolute;
  width: 100%;
}

.hero__box {
  background-color: #f8f8f8;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 200
}

.hero__align {
  top: 50%;
  z-index: 110;

  transform: translateY(-50%);
}

.hero__desc-wrapper {
  bottom: 5rem;
  z-index: 110;
}

.hero__desc {
  margin-bottom: 0;

  text-align: right;
}

.hero__container {
  max-width: 64rem
}

.hero__container .btn {
  opacity: 0
}

.hero__title {
  color: #fff
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__subtitle {
  color: #d9d9d9;
  font-weight: 400;
}

.prem {
  background-color: #fff;
  border-radius: 4px;
  display: block;
  height: 12.8rem;
  overflow: hidden;
  padding: 2.4rem;
  position: relative
}

.prem__img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .4s cubic-bezier(.4, 0, 0, 1);
  width: 100%;
  z-index: 0
}

.prem__container {
  max-width: 23rem;
  position: relative;
  z-index: 10
}

.prem__title {
  color: #1e1f21;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: .25em;
  transition: 0.3s;
}

.prem__subtitle {
  font-size: 1.4rem
}

.prem:hover .prem__img {
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.prem:hover .prem__title {
  color: #267099
}

.form-banner {
  position: relative;

  margin-bottom: 26px;
}

.body-main-page .form-banner {
  padding-top: 3rem;
}

.form-banner._light {
  padding: 3rem 1.5rem;
  margin: 0 -1.5rem;

  color: #030B12;

  background-color: #ffffff;
}

.fos {
  padding: 2rem 0;
}

.fos__form-wrapper {
  padding: 24px 16px;

  border: 3px solid #0086CF;
  border-radius: 15px;
}

._light .fos__form-wrapper {
  padding: 0;

  border: none;
}

.catalog-element-detail-form .fos__form-wrapper {
  position: relative;
}

.catalog-element-detail-form .fos__form-wrapper .phone {
  border-color: #ffffff !important;
}

.catalog-element-detail-form .fos__form-wrapper .error_field {
  border-color: red !important;
}

.catalog-element-detail-form .fos__form-wrapper::before {
  content: "";

  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;

  width: 100%;
  height: 100%;

  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 15px;
}

.fos__form-wrapper small {
  margin-bottom: 0;
}

.fos__title {
  font-weight: 700;
  font-size: 2.5rem;
}

._light .fos__title {
  font-weight: 300;
  text-transform: none;
}

.fos__title span {
  color: #0086CF;
}

._light .fos__title span {
  font-weight: 400;
}

._light .form-input input {
  color: #030B12;

  background-color: rgba(221, 221, 221, 0.25);
  border-radius: 5px;
}

._light .form-input input:hover::placeholder {
  color: #030B12;
}

.fos__form {
  margin-bottom: 1.6rem
}

.fos__btn {
  width: 100%;
}

._light .fos__form .button {
  color: #030B12;
  font-weight: 400;
  text-transform: none;

  border: 1px solid #E2001D;
  border-radius: 5px;
}

._light .fos__form .button:hover {
  color: #ffffff;
}

._light .fos__form .button:active,
._light .fos__form .button:focus {
  opacity: 0.8;
}

.fos__privacy {
  margin: 0;
  color: #818181;
  font-size: 1.2rem;
}

.fos__form .form-input {
  margin-bottom: 1rem;
}

.fos__right {
  position: relative
}

.fos__img {
  position: absolute;
  right: 0;
  top: -8rem
}

.fos_without-bg {
  background-color: initial;
  padding: 0
}

.section.section-new-map {
  margin-bottom: 0;
}

.section-map p {
  font-size: 1.6rem;
}

.map img {
  height: 80rem;
  width: 100%;
  object-fit: contain;
}

@media (max-width:1000px) {
  .map img {
    height: initial
  }
}

.partners {
  -ms-flex-align: center;
  align-items: center
}

.partners .slick-dots {
  bottom: -5rem;
}

.partner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 16px;
}

.services::after {
  content: "";
  display: table;
  clear: both;
}

.services1 .service {
  height: 150px;
  width: 100%;
}

.service {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 1.6rem;
  min-height: 21.6rem;
  padding: 4rem;
  position: relative;
  width: 50%;
  color: #ffffff;
}

.service__img,
.service__img:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.service .popular-arrow {
  bottom: 23px;
}

.service__img {
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  transition: all .5s ease;
  z-index: 0
}

.service__img:after {
  background-color: rgba(30, 31, 33, .7);
  content: ''
}

.service__title {
  margin-bottom: 2rem;

  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;

  transition: all .3s ease;
  transition: all .4s cubic-bezier(.4, 0, 0, 1);
}

.service__subtitle {
  font-size: 1.4rem;
  line-height: 2.2rem;

  max-height: 86px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}

.service__subtitle {
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.service__left {
  position: relative;
  z-index: 10
}

.about-black-text .service__left {
  margin-right: 0;
}

.about-black-text .service:hover .service__subtitle {
  opacity: 1;
}

.service__icon {
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(220, 26, 20, .1);
  border-radius: 50%;
  height: 6.4rem;
  width: 6.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all .4s cubic-bezier(.4, 0, 0, 1);
  -ms-transform: translate(.8rem, -.8rem);
  transform: translate(.8rem, -.8rem)
}

.service:hover .service__title {
  color: #fff
}

@media (max-width:1200px) {
  .service {
    padding: 2rem
  }

  .service__icon {
    height: 4.8rem;
    width: 4.8rem
  }
}

.main-header .logo {
  display: flex
}


.a-category,
.category {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2;

  margin-bottom: 16px;
  height: 34rem;
  padding-top: 10rem;
}

.main-header .nav__link>a:before {
  content: '';
  left: 0;
  position: absolute;
  transition: all .4s cubic-bezier(.4, 0, 0, 1);
  width: 0
}

.category__number,
.category__title {
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.category__title {
  color: #ffffff;
}

.subtitle._big.category__title {
  margin-bottom: 0.5rem;
}

.category__number {
  position: relative;
  z-index: 100;

  padding-bottom: 1.6rem;

  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #818181;
}

.a-category .a-about-link__count {
  position: absolute;
  right: 0;
  top: -3rem;

  background: linear-gradient(180deg, #818181 0%, rgba(129, 129, 129, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

  opacity: 0.3;
}

.with-bottom-arrow {
  position: relative;

  padding-bottom: 24px;
}

.with-bottom-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;

  width: 123px;
  height: 10px;

  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  background-image: url(../../img/right-arrow-long.svg);
}

.popular-arrow {
  position: absolute;
  left: 24px;
  bottom: 46px;

  width: 18px;
  height: 12px;

  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  background-image: url(../../img/arrow-right-red-mini.svg);
}

.a-popular-arrow-round {
  position: absolute;
  right: 0;
  bottom: 0;

  width: 50px;
  height: 50px;
  flex-shrink: 0;

  border-radius: 50%;
  border: 1px solid #0086CF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  background-image: url(../../img/a-arrow-right-black.svg);

  transition: 0.3s;
}

.project-item:hover .a-popular-arrow-round {
  border-color: #ffffff;
  background-image: url(../../img/a-arrow-right-white.svg);

  transition: 0.3s;
}

.category__container {
  position: absolute;
  top: 0;
  left: 0;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;

  text-align: left;
}

.catalog-section-list .category {
  height: auto;
  flex-direction: column;
  padding: 1.6rem;
  margin: 0;

  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(8, 24, 38, 0);
  cursor: pointer;
  filter: grayscale(0);
}

.catalog-section-list .subtitle._big {
  margin-bottom: 1rem;

  text-transform: uppercase;
  color: #ffffff;
}

.catalog-section-list .category__container {
  position: static;
  bottom: auto;
}

.category__desc {
  color: #ffffff;
}

.category__img {
  position: relative;
  z-index: 10;

  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;

  transition: all .4s cubic-bezier(.4, 0, 0, 1);
}

.category:hover:before,
.main-header .nav__link:hover>a:before,
.main-header .nav__link>a:hover:before {
  width: 100%;
}

.main-header {
  background-color: transparent;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 200;
  color: #fff;
}

.header-inner-pages {
  background-color: #040b0f;
}

._hero-shadow {
  position: relative;
}

._hero-shadow::after {
  content: "";

  position: absolute;
  right: 0;
  top: -50px;
  z-index: -1;

  width: 100%;
  height: 300px;

  background-image: url(../../img/sh.png);
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
}

._hero-shadow > * {}

.main-page-header--scroll {
  background-color: #000000;
}

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

.main-header__left,
.main-header__right {
  position: relative;
  z-index: 999999;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex
}

.main-header__left {
  margin-right: auto;
  margin-left: 15px;
}

.main-header .logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 3.5rem;
  height: 5.3rem;
}

.main-header__phone {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.5em;
  font-weight: 700;
}

.main-header+.inner-header_with-img {
  margin-top: -3.2rem
}

.main-header .nav {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex
}

.main-header .nav__link {
  display: inline-block
}

.main-header .nav__link>a {
  display: inline-block;
  padding: 2.8rem 0;
  position: relative
}

.main-header .nav__link>a:before {
  background-color: #267099;
  bottom: 0;
  height: 1px
}

.main-header .nav__link:hover .dropdown {
  opacity: 1;
  pointer-events: initial
}

.main-header .nav__link:not(:last-child) {
  margin-right: 1em
}

.main-header .nav__container {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.dropdown {
  background-color: #fff;
  border-top: 1px solid #dbe1e9;
  box-shadow: 0 16px 16px -2px rgba(0, 0, 0, .1);
  margin-left: -3.2rem;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.dropdown__container {
  padding: 2.4rem 3.2rem;
  min-width: 24rem
}

.dropdown__link a {
  margin-right: 1.5em;
  padding: .5em 0
}

.dropdown__link a:hover {
  color: #267099
}

.main-header-socials {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3rem
}

.dropdown__link a,
.main-header-socials__item {
  display: block;
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.main-header-socials__item {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.main-header-socials__item:not(:last-child) {
  margin-right: 1.6rem
}

.main-header-socials__item:hover {
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.burger {
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  display: flex;
  position: relative;
  height: 2.4rem;
  width: 2.6rem;
  cursor: pointer;
}

.burger p {
  display: none;
}

.burger span,
.burger:after,
.burger:before {
  background-color: #fff;
  height: 2px;
  width: 2.6rem
}

.burger,
.burger span {
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.burger:after,
.burger:before {
  content: '';
  position: absolute;
  left: 0;
  transition: all .3s ease;
}

.burger:before {
  top: 0
}

.burger:after {
  bottom: 0
}

.burger_active span {
  opacity: 0
}

.burger_active:before {
  -ms-transform: rotate(45deg) translateY(16px);
  transform: rotate(45deg) translateY(16px);
  width: 2.6rem;
  left: 10px;
}

.burger_active:after {
  -ms-transform: rotate(-45deg) translateY(-16px);
  transform: rotate(-45deg) translateY(-16px);
  width: 2.6rem;
  left: 10px;
}

.mobile-menu,
.mobile-menu__item:after {
  transition: all 1s cubic-bezier(.4, 0, 0, 1)
}

.mobile-menu {
  background-color: #fff;
  left: -100%;
  height: 100%;
  padding: 2.4rem;
  position: fixed;
  top: 0;
  width: 80%;
  z-index: 300
}

.mobile-menu__item {
  opacity: 0;
  padding-bottom: 1rem;
  position: relative;
  transition: all 1s cubic-bezier(.4, 0, 0, 1);
  -ms-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem)
}

.mobile-menu__item:after {
  background-color: #eee;
  bottom: 0;
  content: '';
  height: 1px;
  position: absolute;
  width: 0
}

.mobile-menu__item:nth-child(1) {
  transition-delay: .1s
}

.mobile-menu__item:nth-child(2) {
  transition-delay: .2s
}

.mobile-menu__item:nth-child(3) {
  transition-delay: .3s
}

.mobile-menu__item:nth-child(4) {
  transition-delay: .4s
}

.mobile-menu__item:nth-child(5) {
  transition-delay: .5s
}

.mobile-menu__item:nth-child(6) {
  transition-delay: .6s
}

.mobile-menu__item:nth-child(7) {
  transition-delay: .7s
}

.mobile-menu__item:nth-child(8) {
  transition-delay: .8s
}

.mobile-menu__item:nth-child(9) {
  transition-delay: .9s
}

.mobile-menu__item:nth-child(10) {
  transition-delay: 1s
}

.mobile-menu__item:nth-child(11) {
  transition-delay: 1.1s
}

.mobile-menu__item:nth-child(12) {
  transition-delay: 1.2s
}

.mobile-menu__item:not(:last-child) {
  margin-bottom: 1.4rem
}

.mobile-menu__link {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: .7em
}

.mobile-menu__link_big {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: .4em;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #000000;
}

.mobile-menu__link-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.mobile-menu__link-container {
  display: none;
  margin-bottom: .5em;
  margin-top: .5em
}

.mobile-menu-accordion {
  position: relative
}

.mobile-menu-accordion .mobile-menu__link_big {
  display: inline-block
}

.mobile-menu-accordion .mobile-menu__link_big:after {
  content: url(../../img/mobile-accordion.svg);
  display: inline-block;
  position: absolute;
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  transition: all .4s cubic-bezier(.4, 0, 0, 1);
  top: 0;
  right: 0
}

.mobile-menu-accordion .mobile-menu__link_big_active:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.mobile-menu__phone-container {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: none;
  margin-bottom: 2rem
}

.mobile-menu__phone {
  font-size: 2rem;
  margin-right: .5em
}
.mobile-menu{

}
.mobile-menu_active {
  right: 0;
  left: auto;
  transition: all 1s cubic-bezier(.4, 0, 0, 1);
}
.mobile-menu__nav{
  padding-top: 80px;
}
.mobile-menu_active .mobile-menu__item {
  opacity: 1;
  -ms-transform: none;
  transform: none
}

.mobile-menu_active .mobile-menu__item:after {
  width: 100%
}

.mobile-menu__socials {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width:1440px) {
  .main-header__phone {
    font-size: 1.8rem;
  }

  .main-header .nav__link:not(:last-child) {
    margin-right: .5em
  }
}

@media (max-width:1200px) {
  .main-header {
    padding: 1.2rem 0;
  }

  .main-header__phone {
    font-size: 1.4rem
  }

  .main-header .btn {
    padding: 1.2rem .8rem
  }

  .main-header-socials {
    margin-right: 1.6rem
  }

  .main-header-socials__item:not(:last-child) {
    margin-right: .6rem
  }

  .main-header-socials__item img {
    -ms-transform: scale(.8);
    transform: scale(.8)
  }

  .main-header .logo {
    max-width: 20rem;
    height: 4rem;
  }

  .main-header .nav {
    background-color: #fff;
    border-top: 1px solid #dbe1e9;
    bottom: -4.8rem;
    height: 4.8rem;
    left: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 1.2rem;
    padding-right: 2rem;
    position: absolute;
    width: 100%;
    -webkit-overflow-scrolling: touch
  }

  .main-header .nav__link {
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .main-header .nav__link:last-child {
    margin-right: 2rem
  }

  .main-header__phone {
    font-size: 1.4rem
  }

  .dropdown,
  .main-header .btn {
    display: none
  }
}

@media (max-width:767px) {
  .main-header__phone span {
    font-size: 1.6rem !important
  }

  .main-header .main-header-socials {
    display: none
  }

  .mobile-menu__socials {
    margin-bottom: 1.6rem;
  }

  .mobile-menu__socials .main-header-socials {
    display: -ms-flexbox;
    display: flex
  }

  .mobile-menu__socials .main-header-socials__item:not(:last-child) {
    margin-right: 1.6rem
  }

  .mobile-menu__socials .main-header-socials__item img {
    -ms-transform: none;
    transform: none
  }

  .main-header .logo {
    max-width: 12rem;
    margin-right: 2rem;
  }
}

.card {
  background-color: rgba(19, 19, 19, 0.8);
  margin: 0 0.5rem;
  position: relative
}

.card__img img {
  display: block;
  width: 100%
}

.card__container {
  padding: 3.2rem 2.4rem
}

.card__icon-container {
  position: absolute;
  right: 2rem;
  top: 21.6rem
}

.card__icon {
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

.card__icon {
  background-color: #267099;
  height: 4.8rem;
  width: 4.8rem;
  position: relative;
  z-index: 10
}

.card__icon-bg {
  background-color: #fff;
  border-radius: 50%;
  height: 6.4rem;
  width: 6.4rem;
  left: -.8rem;
  position: absolute;
  top: -.8rem;
  z-index: 10
}

.card__icon img {
  max-width: 100%;
  -ms-transform: translateY(-1px);
  transform: translateY(-1px)
}

.card__list {
  margin: 0;
  margin-bottom: 2rem;
  padding: 0
}

.card__list li {
  margin: 0;
  margin-left: 0;
  margin-bottom: .5em;
  padding: 0
}

.card-btn {
  display: block;
  margin-left: auto;
  max-width: 22.5rem;
  text-align: center;
}

@media (max-width:1200px) {
  .card__icon-container {
    display: none
  }
}

.tabs-section {
  padding: 3rem 0;
}

.tabs-section .grid {
  gap: 0;
}

.text-list {
  padding-left: 4rem;
  margin-top: 0;
  margin-bottom: 3rem;
}

.text-list__item {
  position: relative;

  margin-bottom: 2em;
  padding-left: 0;

  font-size: 1.6rem;
  line-height: 1.4;
}

.text-list__item span {
  color: #0086CF;
}

.text-list__item:last-child {
  margin-bottom: 0;
}

.text-list__item:before {
  content: "";

  position: absolute;
  top: 0;
  left: -4rem;

  height: 2.8rem;
  width: 2.8rem;

  background-image: url(../../img/checked-blue2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;

  transform: translateY(0);
}
.catalog-detail-page .text-list__item:before{
  background-image: url(../../img/checked-blue3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
.a-servis-types .text-list__item:before {
  background-image: url(../../img/checked-white.svg);
}

.text-list_black .text-list__item,
.text__right_white .text-list__item {
  color: #1e1f21
}

.text-list_black .text-list__item:before {
  filter: grayscale(1)
}

.text {
  color: #fff;
  margin-bottom: 6rem;
  min-height: 44rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
  position: relative
}

._desktop {
  display: none;
}

._tablet:not(._mobile) {
  display: none;
}

.text._uslugi {
  margin-top: -6.4rem;
}

.text._stroika {
  margin-top: 0;
}

.cards-wrapper {
  position: relative;
}

.cards-wrapper .container {
  position: relative;
  z-index: 2;
}

.cards-wrapper + .text._uslugi {
  margin-top: 0;
}

.text__container {
  flex-direction: row-reverse;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 10
}

.text__left {
  width: 50%;
}

.text__left p {
  opacity: .7;
  max-width: 56rem;
  margin-bottom: 2em
}

.text__right {
  width: 50%
}

.text__right-img img {
  display: block;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.text__right_white {
  background-color: #fff;
  padding: 5.6rem
}

.text-list_black .text-list__item:before,
.text__right_white .text-list__item:before {
  border: 1px solid #dbe1e9;
  content: url(../../img/services/list-check-color.svg)
}

.text__img {
  margin-top: -3rem
}

.text__img img {
  margin-bottom: 2.4rem
}

.about-serv__container p,
.text__img p {
  opacity: .7
}

@media (max-width:1000px) {
  .text__right_white {
    padding: 2.4rem
  }
}

@media (max-width:767px) {
  .text__container {
    display: block
  }

  .text__left {
    width: 100%;
    margin-bottom: 2rem
  }

  .text__right {
    margin-bottom: 0;
    width: 100%
  }

  .text__img {
    margin-top: 0
  }
}

.block,
.block__img_video:after {
  -ms-flex-align: center;
  align-items: center
}

.block__plate {
  color: #2e87b8;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  margin-bottom: 2rem
}

.block__img,
.help small {
  display: block
}

.block__img_video {
  position: relative
}

.block__img_video:after {
  background-color: #267099;
  border-radius: 50%;
  bottom: 0;
  height: 8.8rem;
  width: 8.8rem;
  content: url(../../img/services/play.svg);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.block__img_video:hover:after {
  height: 9.6rem;
  width: 9.6rem
}

.block__img img,
.catalog-item__img img {
  display: block;
  width: 100%
}

.block:not(:last-child) {
  margin-bottom: 8rem
}

.faq {
  position: relative;
  cursor: pointer;
  margin-bottom: 2.4rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.faq::before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 2.4rem;
  width: 3rem;
  height: 3rem;
  border: 1px solid #aaaaaa;
  border-radius: 50%;
  background-image: url(../../img/left-arrow-rect-gray.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center;
  transform: rotate(90deg);
  transition: all .4s cubic-bezier(.4, 0, 0, 1);
}

.faq._active {
  background-color: rgba(255, 255, 255, 1);
}

.faq._active::before {
  border: 1px solid #80bbdb;
  background-image: url(../../img/left-arrow-rect-accent.svg);
  transform: rotate(270deg);
}

.faqs-grid {
  grid-row-gap: 0;
}

.faq__top {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.4rem;
  padding-right: 5rem;
}

.faq__title {
  counter-increment: faq;
  font-weight: 700;
  font-size: 2rem;
  color: #1e1e1e;
}

.faq__title:before {
  color: #35b5fb;
  content: '0'counter(faq)'.';
  display: inline-block;
  font-weight: 700;
  width: 3rem;
}

.faq__content {
  display: none;
  padding: 1rem 2.4rem;
  padding-top: 0;
}

.faq__button-desc {
  margin-bottom: 2rem;
  font-weight: 400;
  color: #252525;
}

.faq__button-desc span {
  display: block;
  font-weight: 700;
}

.step__number {
  color: #35b7ff;
  font-size: 3.6rem;
  font-weight: 800;
}

.catalog-item {
  background-color: #eee;
  display: -ms-flexbox;
  display: flex;
  height: 34rem;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  padding: 3.2rem;
  position: relative;
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.catalog-item__title {
  font-size: 1.8rem;
  font-weight: 600
}

.catalog-item__bottom,
.catalog-item__img {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex
}

.catalog-item__img {
  bottom: 0;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.catalog-item__bottom {
  -ms-flex-pack: justify;
  justify-content: space-between
}

.catalog-item .btn {
  opacity: 0;
  -ms-transform: translateY(1rem);
  transform: translateY(1rem)
}

.catalog-item__count {
  display: none
}

.catalog-item:hover {
  background-color: #e4e8ee
}

.catalog-item:hover .btn {
  opacity: 1;
  -ms-transform: none;
  transform: none
}

.certificate {
  display: block;
  height: 100%;
  width: 100%;
}

.certificate:hover .certificate__img:before {
  opacity: 1;
  -ms-transform: none;
  transform: none;
  z-index: 1;
}

.catalog-item:hover .catalog-item__img,
.good:hover .good__img img {
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

@media (max-width:767px) {
  .catalog-item {
    height: 24rem
  }

  .catalog-item .btn {
    display: none
  }
}

.help {
  background-color: #eee;
  padding: 8rem 0
}

.help .form {
  display: -ms-flexbox;
  display: flex;
  max-width: 64rem
}

.help .form-input {
  margin-right: 2.4rem;
  width: calc(60% - 2.4rem)
}

.help .btn {
  margin-bottom: 2rem
}

@media (max-width:1200px) {
  .help {
    padding: 4rem 0
  }

  .help .form-input {
    width: 100%
  }
}

@media (max-width:1000px) {
  .help h2 {
    font-size: 2.4rem
  }

  .help h2 br {
    display: none
  }
}

.pre-footer {
  background-color: #0d0e0e;
  color: #fff;
  padding-top: 2em;
  padding-bottom: 1em
}

.pre-footer__link {
  margin-bottom: 1em;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.footer-nav__link a:before,
.pre-footer__link:before {
  background-color: rgba(226, 0, 29, .6);
  bottom: -3px;
  content: '';
  height: 1px;
  right: 0;
  position: absolute;
  transition: all .4s cubic-bezier(.4, 0, 0, 1);
  width: 0
}

.good:hover .good__title,
.pre-footer__link:hover {
  color: #33799f;
}

.footer-nav__link a:hover:before,
.pre-footer__link:hover:before {
  left: 0;
  width: 100%
}

.footer-nav__link a:hover,
.pre-footer__link a {
  color: #fff
}

.pre-footer__link:not(:last-child) {
  margin-right: 2em
}

.main-footer {
  position: relative;

  background-color: #030B12;
  color: #fff;
  padding-top: 7rem;
  margin-top: auto;
}

.has-hover .footer-nav__link   a:hover,
.has-hover .footer-nav__link  a:hover:active,
.footer-nav__link  a.is-active {
  color: inherit;
}

.main-footer__phone {
  position: relative;

  color: #fff;
  font-weight: 800;
  display: block;
  font-size: 2rem;
  margin-bottom: 0.3em;
  text-transform: uppercase;
}

.main-footer__phone:hover,
.main-footer__phone:active,
.main-footer__phone:focus {
  color: #0086CF;
}

.main-footer__mail:hover {
  text-decoration: underline;
}

.main-footer__mail:active,
.main-footer__mail:focus,
.main-footer__phone:active,
.main-footer__phone:focus {
  opacity: 0.8;
}

.main-footer__mail {
  position: relative;

  font-weight: 400;
  color:  #ffffff;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 1.5em
}

.main-footer__bottom {
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3rem 0;
}

.main-footer .logo {
  display: block
}

.footer-logo-desc {
  margin-bottom: 1rem;
  margin-top: 0;
  color: #818181;
  font-size: 1.4rem;
}

.copyright-left {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #e5e5e5;
}

.copyright-right {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #818181;
}

.footer-nav__link {
  color: #fff;
  display: block;
  margin-bottom: 1em
}

.footer-nav__link a,
.good__img img {
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.footer-nav__link a {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  position: relative
}

.footer-nav__link_big a {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

@media (max-width:1279px) {
  .main-footer {
    padding-top: 4rem
  }
}

@media (max-width:767px) {
  .pre-footer__link {
    font-size: 1.4rem
  }

  .pre-footer__link:not(:last-child) {
    margin-right: .5em
  }

  .main-footer {
    padding-top: 2rem
  }

  .main-footer__bottom {
    display: block;
    padding: 2rem 0
  }

  .footer-nav__link {
    font-size: 1.4rem;
  }
}

.good {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.shipment .good {
  background-color: #f3f3f3;
}

.good__container,
.good__img {
  display: -ms-flexbox;
  display: flex
}

.good__img {
  background-color: #ffffff;
  -ms-flex-align: center;
  align-items: center;
  height: 23rem;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.good__img img {
  display: block;
  height: 100%;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%
}

.good__container {
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-grow: 1;
  padding: 1rem 2rem;
  padding-bottom: 3rem;
  background-color: rgba(243, 243, 243, 0.5);
}

.good__category {
  color: #949494;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: .75em
}

.good__title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.2;
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.good__right {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.good__price {
  font-weight: 700;
  text-transform: uppercase;
  color: #131313;
  font-size: 1.4rem;
}

.good__price span {
  color: #267099;
}

.tabs__header,
.tabs__link {
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.tabs__header {
  border-bottom: 1px solid #dbe1e9;
  margin-bottom: 3.2rem
}

.tabs__link {
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: .5px;
  margin-right: 2em;
  padding: 0 0 1em;
  text-align: center;
  text-transform: uppercase;
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.tabs__link:after,
.tabs__link:before {
  bottom: -1px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  transition: all .4s cubic-bezier(.4, 0, 0, 1);
  background-color: #267099;
  width: 0;
  z-index: 10
}

.tabs__link:hover,
.tabs__link_active {
  color: #267099
}

.tabs__link:hover:after,
.tabs__link_active:after {
  width: 100%
}

.tabs__link span {
  line-height: 1.2;
  position: relative;
  white-space: nowrap;
  font-weight: 700;
  z-index: 1;
  color: #868686;
}

.tabs__link_active span {
  color: #040b0f
}

.tabs__content {
  display: none
}

.serv-video video,
.tabs__content img {
  max-width: 100%
}

.tabs__content_active {
  animation: tabs .3s ease;
  display: block
}

@media (max-width:1000px) {
  .tabs__header {
    overflow: auto;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
    -ms-flex-pack: initial;
    justify-content: initial;
    padding: 0 1.2rem;
    width: calc(100% + 1.2rem);
    -webkit-overflow-scrolling: touch
  }

  .tabs__content {
    padding: 0
  }

  .tabs__link {
    font-size: 1.2rem;
    margin-right: 2.4rem
  }

  .tabs__link:last-child {
    margin-right: 4rem
  }
}

.responsive-table {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch
}

.table {
  margin-bottom: 3.2rem
}

.table thead {
  border-bottom: 1px solid #dbe1e9
}

.table thead th {
  font-weight: 500;
  line-height: 1.2
}

.table tbody tr td,
.table thead th {
  font-size: 1.4rem;
  padding: 8px
}

.table tbody tr:nth-child(odd) td {
  background-color: initial;
  border-right: 1px solid #dbe1e9
}

.table tbody tr:nth-child(even) {
  background-color: #e8ebef
}

.page-otzyvy {
  width: 100%;
}

.page-otzyvy .slick-track {
  display: flex;
}

.page-otzyvy .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0 5px;
}

.certificate__img,
.certificate__img:before {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}

.certificate__img:before {
  justify-content: center;
}

.certificate__img {
  position: relative;
  margin-bottom: 2.4rem;
}

.certificate__img:before {
  content: "";
  background-color: #3497ce;
  border-radius: 50%;
  bottom: 0;
  background-image: url(../../img/loop.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4.5rem;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  height: 9.6rem;
  width: 9.6rem;
  margin: auto;
  transition: all .4s cubic-bezier(.4, 0, 0, 1);
  -ms-transform: translateY(1000%);
  transform: translateY(1000%);
  top: 0;
}

.a-about-slider-nav .certificate__img:before {
  display: none;
}

.certificate__img img {
  display: block;
  height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  margin: 0 auto;
}

.certificate__title {
  line-height: 1.2;
  color: #ffffff;
}

.about-certs-page .certificate__title {
  color: #ffffff;
}

.hidden {
  display: none
}

.btn-lizing {
  background: #df001a
}

.btn-lizing:hover {
  background: #aa1b2c
}

.kotelnye-list-types {
  display: none;
}

.filter-links .head-filter-links {
  margin-bottom: 2rem;
  min-height: 3.6rem;

  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.kotelnye-list-types a {
  position: relative;

  display: block;
  margin-bottom: 20px;
  padding-left: 2.8rem;
  padding-right: 1rem;

  font-size: 1.6rem;
  line-height: 1.4;
  color: #ffffff;
}

.kotelnye-list-types a::before {
  content: "";

  position: absolute;
  left: 0;
  top: 0.5rem;

  width: 1.2rem;
  height: 1.2rem;

  background-color: #0086CF;
  border-radius: 50%;
}

.kotelnye-list-types a:hover {
    text-decoration: underline;
}

.kotelnye-list-types a:active,
.kotelnye-list-types a:focus {
    opacity: 0.8;
}

.arrow-btn-wrap {
  display: none !important
}

.block-link {
  display: block;
  position: relative
}

.block-link__img {
  position: relative;
  overflow: hidden;
}

.block-link__img::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.block-link__img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-link__img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient( -65deg, rgb(38,112,153) 0%, rgb(0,0,0) 100%);
  background-image: -webkit-linear-gradient( -65deg, rgb(38,112,153) 0%, rgb(0,0,0) 100%);
  background-image: linear-gradient( -65deg, rgb(38,112,153) 0%, rgb(0,0,0) 100%);
  opacity: 0.5;
}

.page_shadow:after {
  content: '';
  height: 100%;
  left: 0;
  top: 0;
  width: 100%
}

.block-link__container {
  position: absolute;
  z-index: 5;
  padding-right: 15px;
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.block-link__img img {
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.block-link__container {
  bottom: 0;
  color: #fff;
  left: 2rem;
  max-width: 44rem
}

.block-link__title {
  font-weight: 400;
}

.block-link:hover .block-link__img img,
.cardpage-download:hover .cardpage-download__img img,
.new:hover .new__img img {
  -ms-transform: none;
  filter: grayscale(0);
}

.block-link:hover .btn {
  border-color: #1e597a;
  background-color: #1e597a;
}

.block-link .btn {
  margin-bottom: 3rem;
}

.page {
  display: block
}

.page_shadow {
  cursor: pointer;
  height: 100vh;
  overflow: hidden;
  position: relative;
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.page_shadow:after {
  background-color: rgba(26, 26, 26, .2);
  position: fixed;
  z-index: 100
}

.section {
  margin-bottom: 8rem
}

.inner-header {
  position: relative
}

.inner-header__bg {
  display: -ms-flexbox;
  display: flex;
  height: 24rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.inner-header__bg img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%
}

.inner-header__bg:before {
  background: linear-gradient(180deg, transparent 0, #000 100%);
  content: '';
  height: 100%;
  opacity: .5;
  left: 0
}

.inner-header_with-img {
  margin-bottom: 3.2rem;
  height: 24rem
}

.inner-header__bg:before,
.inner-header_with-img .inner-header__container {
  bottom: 0;
  position: absolute;
  width: 100%
}

.inner-header_with-img .breadcrumbs-text {
  color: #fff !important
}

.inner-header_with-img .breadcrumbs-list .breadcrumbs-item:after,
.inner-header_with-img h1 {
  color: #fff
}

.info-item {
  margin-bottom: .5em
}

.info-item__label {
  line-height: 1.2;
  margin-bottom: .25em;
  opacity: .5
}

.info-item__value {
  font-weight: 500;
  line-height: 1.2
}

.info-item_big {
  margin-bottom: 2em
}

.info-item_big .info-item__value {
  font-size: 3.2rem;
  font-weight: 600
}

.date {
  margin-bottom: 1rem;
  display: block;

  font-size: 1.4rem;
  color: #a7a7a7;
  text-transform: uppercase;
  font-weight: 400;
}

.logotype {
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  height: 14rem;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3.2rem
}

.logotype img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%
}

.video {
  display: block;
  position: relative
}

.video:after,
.video:before {
  left: 0;
  position: absolute;
  top: 0
}

.video:after {
  background-color: rgba(0, 0, 0, .2);
  content: '';
  height: 100%;
  width: 100%
}

.video:before {
  -ms-flex-align: center;
  align-items: center;
  background-color: #267099;
  border-radius: 50%;
  bottom: 0;
  height: 8.8rem;
  width: 8.8rem;
  content: url(../../img/services/play.svg);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  right: 0;
  transition: all .4s cubic-bezier(.4, 0, 0, 1);
  z-index: 10
}

.video:hover:before {
  height: 9.6rem;
  width: 9.6rem
}

.header-center {
  text-align: center
}

@media screen and (max-width:1279px) {
  .section {
    margin-bottom: 3rem;
    padding-top: 0
  }

  .hidden-under-1280 {
    display: none !important;
  }
}

.about-serv {
  background-color: #151618;
  overflow: hidden;
  position: relative
}

.about-serv__container {
  color: #fff;
}

.about-serv__container span {
  color: #35b7ff;
}

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

.about-serv__img img {
  width: initial;
  object-fit: contain;
  object-position: right;
}

.serv-right-img {
  background-color: #2f80a9;
  color: #ffffff;
  padding: 3.8rem;
}

.serv-right-img__title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.serv-right-img__title span {
  display: block;
  font-size: 3rem;
}

.block-with-info {
  padding: 3rem 0;
  color: #ffffff;
}

.subtitle a {
  font-weight: 700;
  color: #35b7ff;
}

.subtitle a:hover {
  text-decoration: underline;
}

.subtitle a:active,
.subtitle a:focus {
  opacity: 0.8;
}

.black-rect {
  padding: 2rem;
  background-color: rgba(19, 19, 19, 0.8);
}

.section-services._inverse {
  padding: 3rem 0;
  margin-bottom: 0;

  color: #000;

  background-color: #ffffff;
  background-image: url(../../img/shipments-bg.png);
  background-repeat: repeat;
}

.section-services._inverse .services1 .service {
  background-color: #EDEDED;
}

.section-services._inverse .rounded {
  color: #000000;
}

.section-services._inverse .rounded::before,
.section-services._inverse .rounded::after {
  border-color: transparent;
}

.section-services._inverse .rounded:hover .service__title {
  color: #000000;
}

@media (max-width:767px) {
  .hidden-mobile {
    display: none;
  }

  .inner-header_with-img {
    height: 16rem
  }

  .section-services h2 {
    margin-top: 3rem;
  }

  .about-serv {
    margin-left: -1.2rem;
    margin-right: -1.2rem
  }

  .about-serv__container {
    position: initial;
    padding: 2.4rem
  }

  .about-serv__img img {
    max-width: initial;
    width: 100%
  }
}

.serv-top {
  margin-bottom: 5.6rem
}

.serv-icons {
  margin-bottom: 4rem
}

.serv-icon,
.serv-icon__img {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex
}

.serv-icon__img {
  border: 1px solid #dbe1e9;
  border-radius: 50%;
  height: 6.4rem;
  width: 6.4rem;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1rem
}

.serv-icon__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .5px;
  max-width: 18rem;
  text-transform: uppercase
}

.cardpage__img img,
.serv-img img {
  display: block;
  width: 100%
}

.serv-video {
  margin-bottom: 8rem
}

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

@media (max-width:1200px) {
  .transport-companies .transport-company:not(:last-child) {
    margin-right: 1rem
  }
}

@media (max-width:767px) {
  .transport-companies {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .transport-companies .transport-company {
    margin-bottom: 1rem;
    width: calc(50% - 1rem)
  }
}

.catalog-links .catalog-link {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.catalog-links .catalog-link a {
  display: block;

  color: #ffffff;
  text-transform: none;

  border: none;
  background-color: transparent;

  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.catalog-links .catalog-link:hover a[href] {
  color: #0086CF;

  transition: all .4s cubic-bezier(.4, 0, 0, 1);
}

.catalog-links .catalog-link_active a {
  border-color: #0086CF;

  cursor: default;
  pointer-events: none;
}

.filter {
  max-width: 35rem;
  position: relative;
  transition: all .8s cubic-bezier(.16, 1.08, .38, .98)
}

.filter__links {
  border-bottom: 1px solid #dbe1e9;
  margin-bottom: 1.5em;
  padding-bottom: .5em
}

.filter__link a {
  font-weight: 500;
  margin-bottom: 1em
}

.filter__link a:hover {
  color: #267099
}

.filter-mobile-button {
  -ms-flex-align: center;
  align-items: center;
  background-color: #267099;
  border: 1px solid #dbe1e9;
  display: none;
  border-radius: 4px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.8rem 0;
  text-align: center;
  cursor: pointer;
}

.filter-mobile-button__img {
  margin-right: .8rem;
  height: 2rem;
  width: 2rem
}

.filter-mobile-button__img path {
  fill: #ffffff
}

.filter-mobile-button__text {
  color: #ffffff;
}

.bx-filter-popup-result.left {
  background-color: #267099;
  color: #fff;
  padding: 1.2rem 1.6rem;
  position: absolute;
  right: -14rem;
  width: 12rem;
  z-index: 100
}

.bx-filter-popup-result.left:before {
  border-style: solid;
  border-width: 11px 14px 11px 0;
  border-color: transparent #267099 transparent transparent;
  bottom: 0;
  content: '';
  left: -.8rem;
  margin: auto;
  position: absolute;
  top: 0;
  height: 0;
  width: 0
}

.bx-filter-popup-result.left a,
.filter__link a {
  display: block;
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.bx-filter-popup-result.left a {
  color: #fff;
  margin-top: .25em;
  opacity: .5
}

.bx-filter-popup-result.left a:hover {
  opacity: 1
}

@media (max-width:1199px) {
  .news-list-arrows,
  .hidden-under-1200 {
    display: none !important;
  }

  .catalog-links {
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
    padding: 0 1.2rem;
    -webkit-overflow-scrolling: touch
  }

  .catalog-links .catalog-link {
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .catalog-links .catalog-link:last-child {
    margin-right: 4rem
  }

  .catalog-links .catalog-link a {
    padding: .6em .8em
  }

  .filter {
    background-color: #e6e6e6;
    height: 100%;
    left: -100%;
    overflow-y: scroll;
    max-width: 90%;
    padding: 2.4rem;
    position: fixed;
    top: 0;
    z-index: 200
  }

  .filter_active {
    left: 0
  }

  .filter__link {
    font-size: 1.6rem
  }

  .filter-mobile-button {
    display: -ms-flexbox;
    display: flex
  }

  .bx-filter-popup-result.left {
    display: none
  }
}

.cardpage__img {
  margin-bottom: 2.4rem;
  max-height: 75rem;
  overflow: hidden
}

.cardpage__img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  height: 100%
}

.cardpage__img .slick-slide {
  height: 75rem
}

.cardpage__img-nav {
  margin: 0 -.8rem
}

.cardpage__img-nav__item {
  cursor: pointer;
  height: 8rem;
  overflow: hidden;
  padding: 0 .8rem
}

.cardpage__img-nav .slick-next,
.cardpage__img-nav .slick-prev {
  border: 0
}

.cardpage__img-nav .slick-prev {
  left: -4rem
}

.cardpage__img-nav .slick-next {
  right: -4rem
}

.cardpage__price {
  font-size: 4rem;
  margin-bottom: .5em
}

.cardpage__buttons {
  margin-bottom: 2.4rem
}

.cardpage-download {
  background-color: #ffce21;
  border-radius: 4px;
  display: inline-block;
  min-width: 28rem;
  padding: 1.6rem 2.4rem;
  position: relative
}

.cardpage-download__text {
  font-weight: 700;
  line-height: 1.2;
  max-width: 10rem;
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.cardpage-download__img {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  right: 2.4rem
}

.cardpage-download__img img {
  display: block;
  transition: all .4s cubic-bezier(.4, 0, 0, 1);
  -ms-transform: translateY(4px);
  transform: translateY(4px)
}

.cardpage-download:hover .cardpage-download__text {
  opacity: .8
}

.cardpage .info-item__label {
  font-size: 1.2rem
}

.work-process {
  display: block;
  position: relative
}

.work-process:before {
  background-color: #d5d9db;
  content: '';
  height: 100%;
  left: 1.9rem;
  opacity: 1;
  position: absolute;
  transition: all 1s cubic-bezier(.4, 0, 0, 1);
  transition-delay: 1s;
  width: 3px;
  z-index: 0
}

.work-process__item,
.work-process__number {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex
}

.work-process__item {
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 10
}

.work-process__number {
  background-color: #267099;
  border-radius: 50%;
  color: #fff;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.6rem;
  height: 4rem;
  width: 4rem
}

.work-process__text {
  font-size: 2rem
}

.process-whatsapp {
  background-color: #deefe4;
  padding: 4rem
}

.process-whatsapp__icon {
  margin-bottom: 4rem
}

.process-whatsapp__text {
  margin-bottom: 1em
}

.process-whatsapp__phone {
  display: block;
  color: #15bf45;
  font-size: 4.8rem;
  font-weight: 600
}

.another-service {
  border-radius: 4px;
  display: block;
  overflow: hidden;
  position: relative
}

.another-service__img {
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.another-service__img img {
  display: block;
  width: 100%
}

.another-service__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  left: 0;
  padding: 3.2rem;
  position: absolute;
  top: 0;
  width: 100%
}

.another-service__title {
  font-size: 1.8rem;
  font-weight: 700;
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.another-service__number {
  font-size: 1.4rem;
  opacity: .5
}

.another-service_white-text {
  color: #fff
}

.another-service:hover .another-service__img {
  opacity: .9
}

.another-service:hover .another-service__title {
  opacity: .7
}

@media (max-width:1919px) {
  .cardpage__img {
    max-height: 70rem;
  }
}

@media (max-width:1200px) {
  .info-item_big {
    margin-bottom: 1em
  }

  .info-item_big .info-item__value {
    font-size: 3.2rem
  }

  .responsive-table {
    margin: 0 -1.2rem;
    padding: 0 1.2rem
  }

  .good__category {
    font-size: 1.2rem
  }

  .good__title {
    font-size: 1.6rem
  }

  .cardpage__img {
    max-height: 40rem;
    margin-bottom: 10.4rem;
  }

  .cardpage__img .slick-slide {
    height: 40rem
  }

  .cardpage__img .slick-arrow {
    top: auto !important;
    bottom: -50px;

    transform: translateY(0);
  }

  .another-service__container {
    padding: 1.6rem
  }

  .leasing__title {
    font-size: 1.8rem
  }

  .work-process__text {
    font-size: 1.6rem
  }

  .process-whatsapp__phone {
    font-size: 3.2rem
  }
}

@media (max-width:1440px) {
  .process-whatsapp__phone {
    font-size: 3.2rem
  }
}

@media (max-width:767px) {
  .cardpage__buttons .btn {
    margin-bottom: 1rem
  }

  .cardpage__buttons .btn+.btn {
    margin-left: 0
  }

  .cardpage__img {
    height: 24rem
  }

  .cardpage__img .slick-slide {
    height: 24rem
  }

  .cardpage__img .slick-arrow {
    bottom: -70px;
  }
}

.new {
  display: block;

  padding: 1.6rem;
  padding-top: 0;

  background: #ffffff;
  border-radius: 5px;
}

.new,
.new__img {
  overflow: hidden;
}

.new__img {
  position: relative;
  margin: 0 -1.6rem;

  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.new__img::after {
  content: "";
  display: block;
  padding-top: 58%;
}

.news-list .new__text {
  flex-grow: 1;
}

.news-list .new__container {
  height: 100%;
}

.new__container:before,
.new__img img {
  transition: all .4s cubic-bezier(.4, 0, 0, 1);
  width: 100%
}

.new__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  filter: grayscale(1);
}

.new__title {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
}

.new__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 6rem;
  position: relative;
}

.new__container .popular-arrow {
  left: auto;
  right: 0;
  bottom: 0;
}

.new__container:before {
  background-color: #fff;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 0
}

.new__container-top {
  overflow: hidden;
  margin-bottom: 0;
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.new__container-top .subtitle {
  margin-bottom: 0;
}

.new__tag {
  color: #2e87b8;
}

.new__anons {
  color: #686e72;
  margin-bottom: 0;
  opacity: 0;
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
  transition: all .4s cubic-bezier(.4, 0, 0, 1)
}

.new:hover .news-read {
  color: #267099;
  border-color: #267099;
}

.news-detail {
  color: #030B12;

  background: #EDEDED;
  backdrop-filter: blur(14px);
}

.news-detail .inner-header__container .container {
  padding: 0;
}

.news-detail .a-title .date {
  margin-bottom: 1.3rem;
  padding-top: 4.5rem;
}

.news-detail h1.subtitle._big {
  padding-top: 0;

  text-transform: none;
}

.news-detail__text {
  padding: 3rem 1.6rem;

  font-weight: 400;

  background-color: #ffffff;
}

.news-detail__img img {
  max-width: initial;
  width: 100%
}

.news-detail-back {
  display: block;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 14rem
}

.news-detail-back__icon {
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  height: 4.8rem;
  width: 4.8rem;
  margin-bottom: .8rem;
  position: relative;
  z-index: 10
}

.news-detail-back__icon:after,
.news-detail-back__icon:before {
  background-color: #1e1f21;
  border-radius: 50%;
  content: '';
  left: 0;
  position: absolute;
  height: 4.8rem;
  width: 4.8rem;
  top: 0;
  transition: all .4s cubic-bezier(.4, 0, 0, 1);
  z-index: -1
}

.news-detail-back__icon:after {
  background-color: #267099;
  height: 5.6rem;
  width: 5.6rem;
  -ms-transform: scale(0);
  transform: scale(0);
  left: -.4rem;
  top: -.4rem
}

.news-detail-back__icon:hover:before {
  -ms-transform: scale(.8);
  transform: scale(.8)
}

.news-detail-back__icon:hover:after {
  -ms-transform: none;
  transform: none
}

.news-gallery {
  margin-bottom: 6.4rem
}

@media (max-width:1200px) {
  .new__title {
    font-size: 1.8rem
  }

  .new__anons {
    display: none !important
  }

  .news-detail-back {
    display: none
  }
}

.leasing-detail {
  margin-bottom: 2.4rem;
}

.leasigng-detail__table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.leasing-detail__line {
  display: flex;
  flex-direction: column;
  width: 48%;
  margin-bottom: 2rem;
}

.leasing-detail__line-left {
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 0.5rem;

  word-break: break-word;
  font-size: 1.6rem;
  text-transform: lowercase;
  font-weight: 500;
}

.leasing-detail__line-right {
  font-size: 1.6rem;
  font-weight: 300;
}

.leasing-detail-img-block {
  position: sticky;
  top: 9.6rem
}

.leasing-detail-img {
  display: inline-block;
  margin-bottom: 1rem;
}

.leasing-detail-img-text {
  background-color: #eee;
  line-height: 1.4;
  padding: 1.6rem 3.2rem
}

@media (max-width:767px) {
  .leasing-detail__line-left {
    font-size: 1.4rem
  }

  .leasing-detail__line-right {
    font-size: 1.4rem;
  }

  .hidden-up-1200 {
    display: none;
  }
}

.section-partners {
  padding-bottom: 2rem
}

.about-video-section {
  position: relative
}

.about-video-section:before {
  background-color: #1e1f21;
  content: '';
  height: 50%;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1
}

.about-scope {
  padding: 2.4rem;
  margin: 0 1.5rem;

  background-color: #ffffff;
  border-radius: 15px;
  filter: grayscale(1);
}

.about-scope__top {
  padding-top: 2rem;

  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #252522;
}

.about-scope__top p {
  margin-bottom: 0;

  font-weight: 400;
  text-transform: none;
}

.about-scope__tag {
  width: 15rem;
  color: #1e1e1e;
  background: #c0ced7;
}

.about-scope__tag:hover {
  background: #c0ced7;
  opacity: 0.8;
}

.about-scope__img {
  position: relative;
}

.about-scope__img::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.about-scope__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-scope__title {
  max-width: 27.5rem;

  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.section-about-slider {
  position: relative;

  padding: 3rem 1.5rem;

  color: #ffffff;

  background-color: #0086CF;
}

.a-index-news div[class^="col"],
.main-footer div[class^="col"],
.a-about-inf._index div[class^="col"],
.section-about._light div[class^="col"],
.section-about-slider div[class^="col"] {
  width: auto;
  max-width: none;
}

.section-about-slider p {
  font-weight: 400;
}

.section-about-slider h2 {
  max-width: 100%;

  text-align: center;
}

.section-about-slider a {
  color: #ffffff;
}

.section-about-slider .date {
  margin-top: 1rem;

  color: #ffffff;
}

.section-about-slider .a-about-slider-for__image .subtitle {
  margin: 1rem 0;
}

.section-about-slider .slider .slick-list {
  margin: 0 -1.5rem;
}

.section-about-slider .slick-track {
  display: flex;
}

.section-about-slider .slick-slide {
  display: flex !important;
  flex-direction: column;
  height: auto;
}

.sectieon-sldier4 {
  color: #1e1e1e;
  background-color: #e6e6e6;
}

.sectieon-sldier4._about {
  margin-bottom: 0;
  background-color: #e6e6e6;
}

.section-about {
  margin-bottom: 0;
  padding: 30px 0;

  color: #ffffff;

  background-image: linear-gradient(221.76deg, #030B12 44.62%, #081826 105.25%);
}

.section-about._light {
  color: #030B12;

  background: #EDEDED;
}

.section-about._light .new__img {
  margin: 0;
  margin-top: 2rem;
}

.section-about._light .new__container .subtitle {
  margin: 0;
}

.section-about._light .new__container .popular-arrow{
  bottom: 50%;

  transform: translateY(50%);
}

.new__popular-wrapper {
  position: relative;

  padding-right: 12%;
}

.section-about p {
  font-weight: 400;
}

.section-about._control h2 {
  max-width: 100%;
}

.section-news {
  margin-bottom: 0;
  padding: 30px 0;

  color: #000;

  background-color: #ededed;
  background-image: url(../../img/shipments-bg.png);
  background-repeat: repeat;
}

.section-news .popular-slider .slick-dots li button:before {
  color: #000;
}

.section-news .popular-slider .slick-dots li.slick-active button:before {
  color: #267099;
}

.section-news .popular-item {
  padding: 16px;
  padding-bottom: 50px;
  margin-top: 0;

  border-radius: 15px;
  background-color: #f7f7f7;
}

.section-news .popular-arrow {
  left: auto;
  right: 16px;
  bottom: 31px;
}

.section-news .popular-name {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
  min-height: 48px;
  text-transform: none;
}

.section-map {
  padding-top: 30px;
}

.section-map h2 {
  max-width: 100%;

  font-size: 2.4rem;
  text-transform: none;
}

.popular-img-square {
  position: relative;

  max-height: 300px;

  filter: grayscale(1);

  transition: 0.3s;
}

.popular-item:hover .popular-img-square {
  filter: grayscale(0);

  transition: 0.3s;
}

.popular-img-square::before {
  content: "";
  padding-top: 100%;
  display: block;
}

.popular-img-square img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 300px;
}

.section-about .button {
  width: 100%;

  color: #252522;
}

.body-main-page .section-about .button {
  color: #ffffff;
}

.section-about .button:hover {
  color: #ffffff;
}

.double-wrapper__image {
  position: relative;
}

.double-wrapper__bottom {
  margin-top: 20px;
  padding: 24px;

  border: 3px solid #0086CF;
}

.small-offset {
  margin-bottom: 1em
}

.text-gray {
  color: #949494
}

.hero__slide-img img {
  width: 85%;
}

.hero__slide-img img {
  max-height: 300px;
  object-fit: contain;
  object-position: left;
}

.main-header__slogan {
  display: none;
}

.screen4-left-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #267099;
  color: #ffffff;
}

.double-screen {
  position: relative;
  display: flex;
  flex-direction: column;
}

.double-screen._economic {
  padding: 3.2rem 2.4rem;

  background-image: linear-gradient(45.62deg, rgba(0, 0, 0, 0.2) 49.86%, rgba(0, 0, 0, 0) 89.59%);
  border-radius: 20px;
}

.delivery-advantages {
  order: -1;
  background-color: #267099;
}

.double-screen-left {
  order: -2;
}

.double-screen-left .text-list {
  margin-bottom: 3rem;
}

._delivery .screen4-left-bottom {
  margin: 0 -15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #4382a4;
}

._delivery .bottom-block-title {
  max-width: 18rem;
  margin-bottom: 0;
  font-size: 1.6rem;
}

._delivery .bottom-block:not(:last-child) {
  padding-bottom: 3rem;
}

.screen4-left-bottom .bottom-block .bottom-block-text {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

.double-screen-right {
  color: #ffffff;
}

.services-benefits .double-screen-right {
  color: #000000;
}

.double-screen-right .btn {
  width: 100%;
}

.double-screen-right .container {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.double-screen-right .fos__form-wrapper {
  position: relative;
  z-index: 5;
}

.serv-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.screen4-right {
  padding: 0;
}

.bottom-block:last-child .bottom-block-text {
  margin-bottom: 0;
}

.bottom-block-title {
  margin-bottom: 10px;

  font-size: 2.8rem;
  font-weight: 700;
  color: #0086CF;
  text-transform: uppercase;
}

.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.about-target-img {
  margin-bottom: 1.4rem;
  max-height: 60rem;
}

.garanties-block {
  transition: all .4s cubic-bezier(.4, 0, 0, 1);
}

.garanties-block__img {
  position: relative;
  z-index: 0;
}

.garanties-block__img::before {
  content: "";
  display: block;
  padding-top: 115%;
}

.garanties-block__img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(6.17deg, #05111B 5.6%, rgba(38, 38, 35, 0) 85.97%);
}

.garanties-block__img img {
  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  filter: grayscale(1);

  transition: all .4s cubic-bezier(.4, 0, 0, 1);
}

.garanties-block:hover .garanties-block__img img {
  filter: grayscale(0);

  transition: all .4s cubic-bezier(.4, 0, 0, 1);
}

.garanties-block__container {
  position: relative;
  z-index: 5;
  color: #ffffff;
  padding: 3rem 2rem;
  padding-bottom: 5rem;
  max-width: 40rem;
}

.garanties-block__content {
  position: relative;
  z-index: 1;

  padding-top: 3.8rem;
}

.garanties-block__content .subtitle {
  margin-bottom: 0;
}

.a-shipments .a-slick-arrow .slick-next {
  position: absolute;
  right: 0;
  top: -2rem;
}

.a-shipments .a-slick-arrow:hover .slick-next,
.a-shipments .a-slick-arrow:active .slick-next,
.a-shipments .a-slick-arrow:focus .slick-next {
  border-color: #818181;
}

.faqs {
  padding: 3rem 0;
}

.lizing {
  padding: 1.5rem;

  color: #030B12;

  background-color: #ffffff;
  border-radius: 5px;
}

.lizing-small-wrapper {
  color: #a7a7a7;
  font-weight: 400;
}

.lizing-small-wrapper p {
  margin-bottom: 0;

  font-weight: 400;
  font-size: 1.4rem;
}

.lizing-small-wrapper .button {
  margin-bottom: 2rem;

  color: #030B12;
  text-align: center;
  text-transform: none;
  font-weight: 400;

  border-width: 1px;
}

.lizing-small-wrapper .button:hover,
.lizing-small-wrapper .button:active,
.lizing-small-wrapper .button:focus {
  color: #ffffff;
}

.lizing-desc {
  color: #a1a1a1;
  font-weight: 400;
}

.news-another {
  margin-top: 3rem;
}

.news-another h2 {
  max-width: 100%;

  text-align: left;
  text-transform: none;
}

.news-gallery__item {
  margin: 0 1rem;
}

.about-services-page {
  padding-bottom: 3rem;
}

.about-steps-img {
  margin-bottom: 2rem;
}

.garanties-info {
  padding-top: 1.4rem;
  padding-bottom: 3rem;
}

.garanties-info .btn {
  margin-top: 3rem;
}

.garanties-image-link {
  display: block;
  background-image: -moz-linear-gradient( -65deg, rgb(38,112,153) 0%, rgb(0,0,0) 100%);
  background-image: -webkit-linear-gradient( -65deg, rgb(38,112,153) 0%, rgb(0,0,0) 100%);
  background-image: -ms-linear-gradient( -65deg, rgb(38,112,153) 0%, rgb(0,0,0) 100%);
  background-image: linear-gradient( -65deg, rgb(38,112,153) 0%, rgb(0,0,0) 100%);
}

.garanties-info .garanties-block__title {
  text-transform: uppercase;
}

.steps._light {
  padding-top: 3rem;
}

.steps._blue {
  padding-top: 2rem;

  color: #ffffff;

  background-color: #0086CF;
}

.steps._blue h2 {
  font-size: 3rem;
}

.garanties-image-link img {
  width: 100%;
  object-fit: cover;
}

.step {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  color: #ffffff;
}

.step__text {
  font-size: 1.6rem;
  font-weight: 400;
}

.steps-grid {
  margin: 0 -1.5rem;
}

.steps-grid .col {
  position: relative;
  padding: 0 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.steps-grid .col::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.step__top {
  align-self: flex-end;
}

.steps-grid .col:first-child {
  background-image: url(../../img/pusk-1.jpg);
}

.steps-grid .col:nth-child(2) {
  background-image: url(../../img/pusk2.jpg);
}

.steps-grid .col:nth-child(3) {
  background-image: url(../../img/pusk.jpg);
}

.steps-grid .col:nth-child(4) {
  background-image: url(../../img/pusk-4.jpg);
}

.rounded {
  position: relative;

  padding: 24px;

  color: #ffffff;

  border-radius: 15px;
}

.rounded::before,
.rounded::after {
  content: "";

  position: absolute;
  left: 50%;
  z-index: 1;

  width: calc(100% - 2px);
  height: 30px;

  border: 1px solid #818181;

  transform: translateX(-50%);
  transition: border-color .3s ease;
}

.rounded::before {
  top: 0;

  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 0;
}

.rounded::after {
  bottom: 0;

  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: 0;
}

a.rounded:hover {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 187px rgba(0, 0, 0, 0.25);
}

a.rounded:hover::before,
a.rounded:hover::after {
  border-color: transparent;

  transition: border-color .3s ease;
}

.screen4-right img {
  object-fit: cover;
  width: 100%;
}

.video-banner .container {
  background-color: rgb(15, 30, 52);
}

.video-banner h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.video-banner h2 img {
  height: 72px;
  margin-left: 5px;
}

.video-banner__wrapper {
  position: relative;

  display: block;
}

.video-banner__wrapper::before {
  content: "";
  display: block;
  padding-top: 70%;
}

.video-banner__video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-image::after {
  content: "";
  padding-top: 100%;
  display: block;
}

.btn-360 {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  min-width: 40px;
  height: 40px;

  overflow: hidden;

  font: inherit;

  border: 0;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.btn-360::before {
  content: "";

  display: inline-block;
  width: 40px;
  height: 100%;

  background-image: url(../../img/360-degrees.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}

.btn-360 span {
  overflow: hidden;
  padding: 0;
  max-width: 0;
  white-space: nowrap;
  font-weight: 600;

  transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15),max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.btn-360:hover span {
  max-width: 280px;
  padding-right: 25px;
  padding-left: 10px;

  transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15),max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

#backbuffer {
  height: 100% !important;
  transform: scale(1.5) !important;
}

.js-big-model #backbuffer {
  transform: scale(1) !important;
}

.not-found {
  padding-bottom: 30px;
}

.news-col-wrapper {
  grid-column: span 12;

  color: #030B12;
}

.news-detail__top h1 {
  font-size: 2.5rem;
}

.contacts-info-wrap {
  padding: 16px;

  color: #ffffff;

  background: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.subtitle {
  margin: 0;
  margin-bottom: 2rem;

  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 300;
}

.subtitle._big {
  font-size: 2rem;
}

.subtitle span:not(.word):not(.word-wrap) {
  color: #0086CF;
}

.subtitle b {
  font-weight: 500;
}

.numbers {
  padding-top: 2rem;

  color: #ffffff;

  background-color: #0086CF;
}

.numbers-title {
  margin: 0;

  font-size: 5rem;
  font-weight: 100;
}

.numbers-image {
  padding-top: 1rem;
}

.a-about-double {
  padding: 3rem 0;

  color: #030B12;

  background-color: #ffffff;
}

._producing .grid,
._producing .text-list {
  margin-bottom: 3rem;
}

.roundeds {
  margin-top: 3rem;
}

.roundeds .rounded {
  display: block;
}

.roundeds .popular-arrow {
  bottom: 2.4rem;
}

.section.about-supplies {
  padding-top: 0;
}

.about-supplies h2 {
  text-align: center;
}

.about-supplies .col {
  display: flex;
  align-items: center;
  padding: 2.4rem;

  font-size: 1.8rem;
  line-height: 1.4;

  background-color: #ffffff;
}

.section-about-worktypes {
  padding-top: 3rem;

  color: #030B12;

  background-color: #EDEDED;
}

.section-about-worktypes h2 {
  max-width: 100%;
}

.a-about-link {
  display: block;
  margin-bottom: 1.5rem;
}

.a-steps .a-about-link {
  position: relative;
}

.a-about-link__count {
  font-weight: 100;
  font-size: 10rem;
  line-height: 1.4;

  background: linear-gradient(180deg, #A7A7A7 0%, rgba(237, 237, 237, 0.56) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

  opacity: 0.8;
}

.section-about-slider .a-about-link__count {
  position: absolute;
  right: 3rem;
  bottom: -8rem;
  z-index: 1;

  display: none;

  background: linear-gradient(180deg, #A7A7A7 0%, rgba(237, 237, 237, 0.56) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.a-section-lines .a-about-link__count {
  background: linear-gradient(180deg, #3597CD 0%, rgba(237, 237, 237, 0.56) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.a-index-services.a-section-lines .a-about-link__count,
.page-uslugi .a-section-lines .a-about-link__count {
  background: linear-gradient(180deg, #A7A7A7 0%, rgba(237, 237, 237, 0.56) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.a-about-link__col-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.a-steps .a-about-link__col-right {
  position: absolute;
  right: 0;
  top: 50%;

  transform: translateY(-50%);
}


.catalog-section-list .slick-next,
.a-slick-arrow .slick-next,
.a-about-link .slick-next {
  position: static;
  width: 50px;
  height: 50px;
  z-index: 11;

  border-radius: 50%;
  border: 1px solid #0086CF;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../img/right-arrow-rect-new.svg);

  transform: translateY(0);
}

.catalog-section-list .slick-next {
  margin-left: auto;

  background-size: 20px;
  background-image: url(../../img/right-arrow-rect-white.svg);
}

.catalog-section-list .slick-next:hover {
  background-image: url(../../img/right-arrow-rect-white.svg);
}

.catalog-section-list .slick-next::before,
.a-slick-arrow .slick-next::before,
.a-about-link .slick-next::before {
  display: none;
}

.kent-banner {
  padding: 2.4rem;

  background-color: #000000;
  border-radius: 20px;
}

.kent-banner-time {
  padding: 3rem 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 36.8rem;

  font-size: 1.6rem;

  border: 3px solid #0086CF;
}

.kent-banner-time .h2 {
  margin-bottom: 0;
}

.kent-banner-time span {
  color: #0086CF;
  text-transform: uppercase;
}

.about-why-us {
  padding: 3rem 0;
  margin-bottom: 0;

  color: #030B12;

  background-color: #EDEDED;
}

.a-about-why-us {
  padding: 3rem 1.5rem;
  margin: 0 -1.5rem;

  color: #ffffff;

  background-color: #0086CF;
  backdrop-filter: blur(14px);
}

.about-why-us .subtitle {
  margin-bottom: 0;
}

.about-why-us .a-about-link__col-left {
  padding-top: 3rem;
}

.a-about-why-us-wrapper {
  position: relative;
  z-index: 2;
}

.a-about-why-us-wrapper::before {
  content: "";

  position: absolute;
  left: 0;
  right: 0;
  top: 10rem;
  z-index: 1;

  height: 1px;

  background-color: rgba(255, 255, 255, 0.1);
}

._serv.a-about-why-us-wrapper::before {
  display: none;
}

.about-why-us h2 {
  max-width: 100%;
  margin-bottom: 2rem;
}

.a-about-why-us h2 {
  max-width: 100%;
  margin-bottom: 6.2rem;

  text-align: center;

  text-transform: none;
}

.about-why-us__item {
  position: relative;

  padding-left: 4rem;
}

.about-why-us__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;

  width: 3rem;
  height: 3rem;

  background-image: url(../../img/checked-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

._counter .about-why-us__item {
  margin-bottom: 2rem;
}

.about-why-us__count {
  display: block;
  margin-bottom: 0;

  color: #0086CF;
}

._counter .about-why-us__item h3:not(.subtitle) {
  font-size: 1.8rem;
  font-weight: 700;
}

._servis .text-list {
  margin-bottom: 3rem;
}

.about-desc {
  margin-bottom: 2em;
}

.section-p {
  padding: 3rem 0;
}

.a-about-stat {
  padding-top: 0;
  padding-bottom: 3rem;
}

.a-about-stat .subtitle {
  margin-bottom: 0.45em;
}

.a-about-stat .year {
  position: relative;

  display: block;

  color: #0086CF;
  font-size: 4rem;
}

.a-about-stat .year::before {
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  top: -15px;

  height: 1px;

  background-color: rgba(255, 255, 255, 0.1);
}

.a-about-stat .year::after {
  content: "";
  position: absolute;
  left: 0;
  top: -19px;

  width: 8px;
  height: 8px;

  background-color: #0086CF;
  box-shadow: 0 4px 18px #45B9F9;
  border-radius: 50%;
}

.a-imdesc h2 {
  text-transform: none;
}

.a-about-slider-for__image,
.a-about-slider-nav__image {
  margin: 0 1rem;
  padding: 3rem 1rem;

  text-align: center;

  background-color: rgba(5, 17, 27, 0.8);
  backdrop-filter: blur(14px);
}

.section-about-slider .a-about-slider-for__image,
.section-about-slider .a-about-slider-nav__image {
  padding: 0;

  background-color: transparent;
}

.a-about-slider-for__image img {
  margin: 0 auto;
}

.a-about-slider-section .subtitle {
  margin-bottom: 3rem;
  padding-bottom: 2rem;

  text-transform: none;
}

.a-about-slider-section .slick-dots li button:before {
  color: #818181;
}

.section-about-slider .slick-dots li button:before {
  color: #ffffff;
}

.popular-list .slick-track,
.a-slider .slick-track,
.section-about-slider .slick-track,
.a-about-slider-section .slick-track {
  display: flex;
}

.popular-list .slick-slide,
.a-slider .slick-slide,
.section-about-slider .slick-slide,
.a-about-slider-section .slick-slide {
  display: flex !important;
  flex-direction: column;
  height: auto;
}

.popular-list .slick-slide {
  margin: 0 16px;
}

._lined {
  position: relative;
}

._lined._top {
  padding-top: 2rem;
}

._lined::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  height: 1px;

  background-color: rgba(255, 255, 255, 0.1);
}

._lined._top::after {
  top: 0;
  bottom: auto;
}

.a-about-gar {
  color: #ffffff;

  background-color: #0086CF;
}

.a-gar-check .subtitle {
  max-width: 100%;

  text-transform: none;
}

.a-about-gar__image img {
  max-height: 40rem;
}

.a-about-ser {
  padding-bottom: 0;
  color: #030B12;

  background-color: #EDEDED;
}

.a-about-ser h2 {
  max-width: 100%;
}

.a-about-ser__img img {
  max-height: 40rem;
  margin-left: auto;
}

.form-banner__dude {
  margin-bottom: 1rem;
}

.form-banner__dude img {
  max-height: 20rem;
}

.a-about-inf__link {
  margin-top: 3rem;
  padding-right: 80px;

  text-align: right;
}

.a-about-inf__number {
  margin-bottom: 2rem;

  font-weight: 100;
  font-size: 4rem;
  text-align: center;

  background: linear-gradient(180deg, #D8D8D8 0%, #818181 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.a-about-inf__desc {
  text-align: center;
  font-weight: 400;
}

.a-about-inf__text {
  margin-bottom: 3rem;
}

.section-about__img {
  margin-bottom: 2rem;
  padding: 0 1.5rem;
}

.section-about__img img {
  max-height: 20rem;
}

.a-reviews-page {
  padding-top: 3rem;
  padding-bottom: 5rem;

  color: #ffffff;

  background-color: #0086CF;
}

.a-licenses-page {
  padding-top: 3rem;
  padding-bottom: 5rem;

  color: #ffffff;
}

.reviews-arrows {
  display: none;
}

.a-title-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.a-title-flex * {
  margin-bottom: 0;
}

.a-title-flex__right .subtitle {
  flex-shrink: 0;

  font-weight: 400;
}

.a-articles-page {
  color: #030B12;

  background-color: #EDEDED;
  backdrop-filter: blur(14px);
}

.a-articles-page .inner-header {
  color: #ffffff;

  background: #081826;
  background-image: linear-gradient(355.45deg, #081826 -2.15%, rgba(8, 24, 38, 0) 95.54%);
}

.a-articles-page h1 {
  margin-bottom: 2rem;
}

.a-articles-page .inner-header .subtitle {
  margin-bottom: 0;
  padding-bottom: 2rem;
}

.a-articles-page__content {
  padding-top: 3rem;
}

.a-leasing-page {
  padding-bottom: 3rem;

  color: #ffffff;

  background-color: #0086CF;
}

.page-uslugi {
  padding-bottom: 3rem;

  color: #030B12;

  background-color: #ededed;
}

.a-index-services {
  padding: 3rem 0;

  color: #030B12;

  background-color: #EDEDED;
  z-index: 1;
}
.col-desc p{
  color: #FFF;
}
.a-shipments {
  padding: 3rem 0;

  color: #ffffff;
}

.a-shipments .a-slick-arrow {
  color: inherit;
}

.a-shipments._light {
  color: #030B12;

  background-color: #EDEDED;
}

.a-shipments .a-slick-arrow  .slick-next {
  background-image: url(../../img/right-arrow.svg);
}

.a-shipments._light .a-slick-arrow  .slick-next {
  background-image: url(../../img/right-arrow-rect-new.svg);
}

.a-shipments .date {
  margin-bottom: 1.8rem;
}

.a-imdesc__image {
  margin-bottom: 1.5rem;
}

.a-servis-types {
  padding: 3rem 0;

  color: #ffffff;

  background-color: #0086CF;
}

.a-servis-types h2 {
  font-weight: 100;
}

.a-about-stat._pusk {
  padding: 3rem 0;
}

.a-about-stat .count {
  position: relative;

  display: block;
  margin-bottom: 1rem;

  color: #ffffff;
  font-size: 4rem;
  font-weight: 100;
}

.a-about-stat .count::before {
  content: "";

  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;

  width: 5rem;
  height: 5rem;

  background-color: #0086CF;
  border-radius: 50%;

  transform: translate(0, -50%);
}

.a-about-stat._pusk .col {
  position: relative;

  margin-bottom: 3rem;
}

.a-about-stat._pusk .col[class*=hidden]::before,
.a-about-stat._pusk .col[class*=hidden]::after {
  display: none;
}

.a-about-stat._pusk .col::before {
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  bottom: -15px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.a-about-stat._pusk .col::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 8px;
  height: 8px;
  background-color: #0086CF;
  box-shadow: 0 4px 18px #45b9f9;
  border-radius: 50%;
}

.a-about-stat._pusk .col p {
  margin-bottom: 0;
}

.a-about-stat._pusk h2 {
  max-width: 100%;

  font-weight: 100;
}

.catalog-download {
  margin-bottom: 3rem;
}

.a-catalog-download-btn {
  position: relative;

  color: #0086CF;
  text-decoration: none;
}

.a-catalog-download-btn::after {
  content: "";

  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.5rem;

  height: 0.1rem;

  background-color: #0086CF;
}

.catalog-download h1 {
  margin-bottom: 0 !important;
}

.catalog-lizing {
  padding: 3rem 0;
  padding-bottom: 5rem;

  color: #030B12;

  background-color: #ededed;
  backdrop-filter: blur(14px);
}

.catalog-lizing .button_arrow-round {
  margin-top: 5rem;
  margin-right: 8rem;

  color: #030B12;
  text-align: left;
}

.a-index-news {
  position: relative;

  padding-top: 3rem;
  padding-bottom: 6rem;

  color: #ffffff;

  background-color: #3597CD;
}

.a-index-news .button_arrow-round::after {
  display: none;
}

.a-index-news .button_arrow-round:hover,
.a-index-news .button_arrow-round:focus,
.a-index-news .button_arrow-round:active {
  color: rgba(226, 0, 29, 1) !important;
}

.about-into {
  padding-top: 3rem;

  color: #ffffff;

  background-color: #0086CF;
}

.a-designer {
  padding: 3rem 0;

  color: #030B12;

  background-color: #D9D9D9;
}

.a-designer a {
  color: #0086CF;
}

.a-designer ul li::before {
  background-color: #0086CF;
}

.a-designer .button {
  width: 100%;
  max-width: 200px;

  color: #030B12;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  border-width: 1px;
}

.a-designer .button:hover,
.a-designer .button:focus,
.a-designer .button:active {
  color: #fff;
}

.a-designer__banners {
  margin: 0 -10px;
  margin-bottom: 8rem;
}

.a-designer__banners .slick-track {
  display: flex;
}

.a-designer__banners .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0 10px;
}

.a-designer__banners-slide,
.a-designer .col {
  padding: 1.6rem;

  background-color: #fff;
}

.a-designer .icon img {
  margin: 0 auro;
  max-height: 20rem;
}

.a-designer .col-bg {
  position: relative;
}

.a-designer__text {
  position: relative;
  z-index: 3;
}

.a-designer .col-bg::before {
  content: "";

  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;

  width: 100%;
  height: 100%;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../img/col-bg-1.jpg);
}

.a-designer .col-bg:nth-child(2)::before {
  background-image: url(../../img/col-bg-2.jpg);
}

.a-designer .col-bg::after {
  content: "";

  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;

  width: 100%;
  height: 100%;

  background-color: rgba(255, 255, 255, 0.8);
}

.a-categories .col {
  max-width: none;
}

.section-about._light .c-container,
.section-about._light .container {
  position: relative;
  z-index: 11;
}

.c-mobile-location .main-header-location {
  padding-left: 0;
  margin-top: 20px;
  display: block;
}
.page-content-wrapper {
  position: relative;
}

.c-mobile-location .main-header-location::before {
  display: none;
}

.c-header-contacts .main-header-socials {
  display: none;
  margin-right: 0;
}

.header-new .main-header-location {
  display: none;
  margin: 0;
  padding: 0;
}

.header-new .main-header-location-lines,
.header-new .main-header-location::before,
.header-new .main-header-location::after {
  display: none;
}

@media (min-width: 568px) {
  .c-header-contacts {
    position: absolute;
    top: calc(100% + 3em);
    right: 0;
  }

  .c-header-contacts .main-header-socials {
    display: flex;
    margin-top: 10px;
  }
}

@media (min-width: 700px) {
  .header-new .main-header-location {
    display: block;
  }

  .about-desc {
    margin-bottom: 3.5em;
  }

  .grid.categories {
    grid-gap: 15px;
    margin-top: 45px;
  }

  .grid.categories .col {
    grid-column: span 6;
  }

  .grid.categories .col:last-child {
    grid-column: span 12;
  }

  body[data-page="catalog"] .grid.categories .col:last-child {
    grid-column: span 6;
  }
}

@media (min-width: 768px) {
  .a-designer {
    padding: 5rem 0;
  }

  .a-designer__banners-slide,
  .a-designer .col {
    padding: 2.7rem;
  }

  .a-index-news {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }

  .catalog-lizing {
    padding: 5rem 0;
    padding-bottom: 8rem;
  }

  .catalog-lizing .lizing {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .catalog-lizing .leasing-detail__line {
    width: 100%;
  }

  .catalog-lizing .lizing-small-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
  }

  .catalog-lizing .lizing-small-wrapper .button {
    margin-bottom: 2.2rem;
  }

  .catalog-lizing .lizing-small-wrapper .button {
    width: 100%;
  }

  .catalog-lizing .lizing-small-wrapper p {
    padding-right: 0;
  }

  .catalog-download {
    margin-bottom: 5rem;
  }

  .a-about-stat._pusk {
    padding: 5rem 0;
  }

  .a-about-stat._pusk::before {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    z-index: -1;
    width: 90%;
    height: calc(100% + 66px);
    background: linear-gradient(204deg, #081826 0%, rgba(0, 134, 207, 0.23) 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    opacity: 0.8;
  }

  .a-about-stat._pusk::after {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    z-index: -2;
    width: 90%;
    height: calc(100% + 66px);
    background-color: rgba(255, 255, 255, 0.1);
    clip-path: polygon(-1px 0, 100% 0, 100% 100%, calc(20% - 1px) 100%);
    opacity: 0.8;
  }

  .a-about-stat._pusk h2 {
    margin-bottom: 0;
  }

  .a-about-stat._pusk .col {
    margin-bottom: 0;
  }

  .a-about-stat._pusk .col::before {
    left: -3rem;
    bottom: 0;
    right: 0;
  }

  .a-about-stat._pusk .col:nth-child(3n - 1)::before {
    left: -2rem;
  }

  .a-about-stat._pusk .col:nth-child(3n)::before {
    right: -3rem;
    left: -2rem;
  }

  .a-about-stat._pusk .col::after {
    bottom: -2px;
  }

  .a-about-stat .count {
    margin-bottom: 2rem;

    font-size: 5rem;
  }

  .a-about-stat .count::before {
    width: 6rem;
    height: 6rem;
  }

  .a-servis-types h2 {
    font-size: 3.8rem;
  }

  .a-servis-types {
    padding: 5rem 0;
  }

  .services-benefits ul {
    columns: 2;
  }

  ._serv .a-about-why-us .subtitle:not(._big) {
    margin-bottom: 0;
  }

  .a-steps .a-about-link {
    height: 15rem;
  }

  ._servis .a-steps .a-about-link {
    height: 20rem;
  }

  .a-steps .a-about-link__col-right {
    right: 3rem;
  }

  .a-shipments {
    padding: 5rem 0;
  }

  .a-index-services {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .page-uslugi {
    padding-bottom: 0;
  }

  .a-leasing-page {
    padding-bottom: 5rem;
  }

  .reviews-page .slick-list {
    margin: 0;
  }

  .a-title-flex {
    margin-bottom: 3rem;
  }

  .a-about-slider-nav {
    padding-left: 2rem;
  }

  /* .a-about-slider-nav .licenses-page-item, */
  .a-about-slider-nav .reviews-page-item {
    margin: 0;
  }

  .certificate__title {
    display: none;
  }

  .project-item__content {
    margin-left: 4rem;
  }

  .section-about {
    position: relative;

    padding: 50px 0;
  }

  .section-about-slider .a-about-link__count {
    display: block;
  }

  .section-about-slider h2 {
    text-align: left;
  }

  .section-about-slider .date {
    font-size: 12px;
  }

  .section-about .container {
    position: relative;
    z-index: 5;
  }

  .section-about::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;

    width: 65%;
    height: 100%;

    background-color: #081826;

    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  }

  .section-about::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;

    width: calc(65% + 1px);
    height: 100%;

    background-color: rgba(255, 255, 255, 0.1);

    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  }

  .section-about._light::before {
    background-color: #EDEDED;
  }

  .section-about h2 {
    margin-bottom: 0;
  }

  .section-about__text-col {
    display: flex;
    align-items: center;
  }

  .popular-list-arrows {
    display: flex;
    align-items: center;
    margin-top: 3.5rem;
  }

  .popular-list-arrows .slick-prev {
    margin-right: 3rem;

    transform: rotate(0deg);
  }

  .popular-list-arrows .slick-arrow {
    border-color: transparent;
  }

  .section-about._light .section-about__text-col {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-about__img {
    position: absolute;
    top: 50%;
    left: 35%;
    z-index: 0;

    width: 30rem;
    height: 30rem;
    margin: 0;
    padding: 0;

    transform: translate(-50%, -50%);
  }

  .section-about._light .section-about__img {
    top: auto;
    bottom: 0;

    transform: translate(-50%, 0);
  }

  .section-about__img img {
    max-height: 100%;
    margin: 0 auto;
    width: 100%;
    object-fit: contain;
  }

  .hidden-up-768 {
    display: none;
  }

  .a-section-lines .grid {
    grid-column-gap: 0;
  }

  .a-section-lines .a-about-link-col:first-child {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  }

  .a-section-lines .a-about-link__col-left .subtitle {
    min-height: 5.6rem;
  }

  .a-section-lines .a-about-link-col:first-child .a-about-link__col-left {
    padding-left: 0;
  }

  .a-section-lines .a-about-link-col:first-child .a-about-link-border {
    clip-path: polygon(0 0, calc(100% - 1px) -1px, calc(90% - 1px) calc(100% + 1px), 0 100%)
  }

  .a-section-lines .a-about-link-col:last-child .a-about-link-border {
    clip-path: none;
  }

  .a-section-lines .a-about-link-col:last-child {
    clip-path: none;
    background-color: transparent;
  }

  .a-section-lines .a-about-link {
    padding-left: 0;
  }

  ._lined._top {
    padding-top: 4rem;
  }

  .a-services-hero,
  .a-about-producing {
    position: relative;
  }

  ._mount .a-services-hero .subtitle {
    max-width: 60%;
  }

  .a-services__image,
  .a-about-producing__image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;

    width: 40%;
    height: 100%;
  }

  .a-services__image {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 45%;
  }

  .a-services__image img,
  .a-about-producing__image img {
    height: 100%;
    object-fit: cover;
  }

  .a-services__image img {
    object-position: left bottom;
  }

  ._mount .a-services__image {
    height: 63%;
    width: 48%;
  }

  ._mount .a-services__image img {
    object-position: left top;
  }

  ._delivery .a-services__image {
    height: 60%;
    width: 48%;
  }

  .a-par__content {
    margin: 0 -3rem;
    padding: 4rem 3rem;
  }

  .a-about-inf {
    position: relative;
  }

  .a-about-inf::before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% + 108px);
    right: 0;
    background: #B9B9B9;
    top: -108px;
}



  .a-about-inf._index {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .a-about-inf__link {
    margin-top: 5rem;
  }

  .a-about-inf__number {
    font-size: 5rem;
  }

  .a-about-ser {
    position: relative;
    z-index: 1;
  }

  .a-about-ser h2 {
    font-size: 3.6rem;
  }

  .a-about-ser__img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;

    width: 55%;
  }

  .a-about-ser__img img {
    max-height: none;
    height: 100%;
    object-fit: contain;
  }

  .tabs-aside .text-list {
    margin-bottom: 0;
  }

  .tabs-aside .text-list__item,
  .a-gar-check .text-list__item {
    width: 50%;
    padding-right: 6rem;
  }

  .a-gar-check .subtitle {
    margin-bottom: 4rem;
  }

  .a-about-gar {
    position: relative;

    padding: 5rem 0;
    min-height: 40rem;
  }

  .a-about-gar__image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;

    width: 60%;
  }

  .a-about-gar__image img {
    height: 100%;
    max-height: none;
    object-fit: contain;
  }

  .map {
    margin-top: -7rem;
  }

  .section-map h2 {
    font-size: 4rem;
  }

  .section-map p {
    max-width: 45%;
  }

  .about-why-us {
    padding-bottom: 0;
  }

  .a-about-why-us {
    padding: 3rem;
    margin: 0 -3rem;
  }

  .a-about-why-us h2 {
    font-size: 4rem;
  }

  .form-banner._light {
    padding: 4rem 3rem;
    margin: 0 -3rem;
  }

  .form-banner._light._dude {
    padding-left: 25rem;
  }

  .form-banner__dude {
    position: absolute;
    left: 0;
    bottom: 0;
    top: -3.4rem;
    z-index: 1;

    width: 24rem;
    margin-bottom: 0;
  }

  .form-banner__dude img {
    max-height: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
  }

  .a-about-link {
    margin-bottom: 3rem;
    padding: 0 6rem;
  }

  .a-category {
    padding: 0;
    padding-top: 12rem;
  }

  .a-about-link__count {
    font-size: 12rem;
  }

  .a-about-link__col-left {
    padding-left: 2rem;
  }

  .a-about-link-col {
    position: relative;

    background-color: rgba(0, 0, 0, 0.1);
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  }

  .a-about-link-border {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;

    width: 100%;
    height: 100%;

    background-color: #EDEDED;
    box-sizing: content-box;

    clip-path: polygon(calc(20% + 1px) -1px, calc(100% - 1px) -1px, calc(80% - 1px) calc(100% + 1px), 1px calc(100% + 1px));
  }

  .slick-prev,
  .slick-next {
    position: static;
    width: 45px;
    height: 45px;

    border-radius: 50%;
    border: 2px solid #0086CF;

    transform: translateY(0);
  }

  .slick-prev::before,
  .slick-next::before {
    display: none;
  }

  .slick-next,
  .slick-next:hover,
  .slick-next:active,
  .slick-next:focus {
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../img/right-arrow-rect-new.svg);
  }

  .slick-prev,
  .slick-prev:hover,
  .slick-prev:active,
  .slick-prev:focus {
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../img/left-arrow-rect-new.svg);
  }

  .slick-next:hover,
  .slick-next:active,
  .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:active,
  .slick-prev:focus {
    border-color: #818181;
  }

  .reviews-arrows .slick-next,
  .reviews-arrows .slick-next:hover,
  .reviews-arrows .slick-next:active,
  .reviews-arrows .slick-next:focus {
    background-image: url(../../img/right-arrow-rect-gray.svg);
  }

  .reviews-arrows .slick-prev,
  .reviews-arrows .slick-prev:hover,
  .reviews-arrows .slick-prev:active,
  .reviews-arrows .slick-prev:focus {
    background-image: url(../../img/left-arrow-rect-gray.svg);
  }

  .a-about-slider-for .slick-list {
    padding-right: 0 !important;
  }

  .a-about-slider-nav .slick-list {
    padding-left: 0 !important;
  }

  .a-about-slider-for__image.slick-active + div {
    visibility: hidden;
  }

  .a-slider .subtitle,
  .section-about-slider .grid .subtitle,
  .a-about-slider-section .grid .subtitle {
    height: 15rem;
    overflow: hidden;

    font-size: 1.2rem;
    word-break: break-word;
  }

  .section-about-slider .col-left {
    position: relative;
  }

  .a-slider .col-mid,
  .section-about-slider .col-mid,
  .a-about-slider-section .col-mid {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 2rem;
  }

  .section-about-slider .col-mid {
    justify-content: flex-start;
  }

  .a-slider .prod-slider-arrows,
  .section-about-slider .prod-slider-arrows {
    margin-top: auto;
    display: flex;
    align-items: center;
  }

  .a-about-slider-nav .slick-slide img,
  .a-about-slider-for .slick-slide img {
    height: 20rem;
    margin: 0 auto;

    object-fit: contain;
  }

  .a-slider .a-about-slider-for .slick-slide img,
  .a-slider .a-about-slider-nav .slick-slide img,
  .section-about-slider .a-about-slider-for .slick-slide img,
  .section-about-slider .a-about-slider-nav .slick-slide img {
    object-fit: cover;
    object-position: left;
  }

  .section-about-slider .a-about-slider-for .slick-slide img,
  .section-about-slider .a-about-slider-nav .slick-slide img {
    filter: grayscale(1);
  }

  .a-slider .a-about-slider-for .slick-slide img,
  .section-about-slider .a-about-slider-for .slick-slide img {
    object-position: left;
    margin-left: 0;
  }

  .a-licenses-slider .a-about-slider-for .slick-slide img,
  .a-licenses-slider .a-about-slider-nav .slick-slide img,
  .reviews-page .a-about-slider-for .slick-slide img,
  .reviews-page .a-about-slider-nav .slick-slide img {
    object-fit: contain;
    object-position: center left;
  }

  .section-about-slider .a-about-slider-for__image p,
  .section-about-slider .a-about-slider-for__image .subtitle {
    display: none;
  }

  .a-about-slider-for span {
    display: none;
  }

  .news-list-arrows,
  .prod-slider-arrows {
    display: flex;
    align-items: center;
  }

  .news-list-arrows .slick-prev,
  .prod-slider-arrows .slick-prev {
    margin-right: 1rem;
  }

  .news-list-arrows .slick-arrow,
  .prod-slider-arrows .slick-arrow {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;

    border-width: 1px;
    border-color: #818181;
  }

  .a-slider .slick-arrow,
  .news-list-arrows .slick-arrow,
  .section-about-slider .prod-slider-arrows .slick-arrow {
    border-color: #ffffff;
  }

  .a-slider .slick-prev,
  .news-list-arrows .slick-prev,
  .section-about-slider .prod-slider-arrows .slick-prev {
    background-image: url(../../img/right-arrow.svg);
    transform: rotate(180deg);
  }

  .a-slider .slick-next,
  .news-list-arrows .slick-next,
  .section-about-slider .prod-slider-arrows .slick-next {
    background-image: url(../../img/right-arrow.svg);
  }

  .a-imdesc {
    position: relative;

    padding: 5rem 0;
    padding-bottom: 0;
  }

  .services-benefits {
    padding-bottom: 5rem;
  }

  .a-imdesc h2 {
    max-width: 100%;
  }

  .a-imdesc__image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;

    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .a-imdesc__content {
    position: relative;

    padding-left: 30%;
  }

  .a-imdesc::before {
    content: "";

    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;

    width: 90%;
    height: calc(100% + 66px);

    background: linear-gradient(199.25deg, #030B12 39.72%, #081826 80.97%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    opacity: 0.8;
  }

  .a-imdesc::after {
    content: "";

    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;

    width: 90%;
    height: calc(100% + 66px);

    background-color: rgba(255, 255, 255, 0.1);
    clip-path: polygon(-1px 0, 100% 0, 100% 100%, calc(20% - 1px) 100%);
    opacity: 0.8;
  }

  .a-about-double .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .a-about-double._top-align .col {
    justify-content: flex-start;
  }

  .section-p {
    padding: 5rem 0;
  }

  .a-lined {
    position: relative;
  }

  .a-about-stat {
    position: relative;

    padding-bottom: 0;
  }

  .a-lined .col {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .a-lined::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    height: 1px;

    background-color: rgba(255, 255, 255, 0.1);
  }

  .a-about-stat::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11.5rem;
    z-index: -1;

    height: 1px;

    background-color: rgba(255, 255, 255, 0.1);
  }

  .a-about-stat .col {
    display: flex;
    flex-direction: column;
  }

  .a-lined .col * {
    max-width: 36rem;
  }

  .a-about-stat p {
    flex-grow: 1;
    margin-bottom: 2rem;
  }

  .a-about-stat .year {
    margin-top: 3rem;

    font-size: 5rem;
  }

  .a-about-stat .year::before {
    display: none;
  }

  .section-services._inverse {
    padding: 5rem 0;
  }

  .services-benefits .double-screen-right {
    max-height: none;
  }

  .services-benefits h2 {
    padding-right: 20%;
  }

  ._producing .text-list__item {
    width: 50%;
    padding-right: 6rem;
  }

  .lizing {
    padding: 3rem;
  }

  .lizing .subtitle {
    margin-bottom: 0;
  }

  .lizing-small-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }

  .lizing-small-wrapper .button {
    width: 24rem;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .lizing-small-wrapper p {
    padding-right: 2rem;
  }

  .lizing-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }

  .about-services-page .garantii-main-screen h1 {
    max-width: 100%;
  }

  .kent-banner {
    align-self: flex-start;
    margin-top: 7.1rem;
  }

  .garantii-benefits {
    position: relative;

    margin-top: 5rem;
    margin-bottom: 0;

    background-image: url(../../img/garantii-benefits.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .garantii-benefits._check {
    background-image: url(../../img/garantii-check.jpg);
  }

  .garantii-benefits::after {
    content: "";

    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.75);
  }

  .garantii-benefits > div {
    position: relative;
    z-index: 2;
  }

  .garantii-benefits .text-list__item {
    width: 100%;
    padding-right: 0;
  }

  .garantii-benefits .black-rect {
    background-color: transparent;
  }

  .garantii-benefits .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .services1 .service {
    width: calc(50% - 8px);
  }

  .text-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
  }

  .text-list__item {
    padding-right: 2rem;
    display: inline-block;
    width: 100%;
  }

  .about-why-us__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .about-why-us__item {
    width: calc(33.333% - 30px);
    margin: 0 15px;
  }

  .grid .about-why-us__item {
    margin: 0;
  }

  .section-about-worktypes {
    padding: 0;
  }

  .section-about-worktypes .container .grid > .col {
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .roundeds .rounded {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }

  .numbers {
    padding-top: 4rem;
  }

  .numbers-title {
    font-size: 6rem;
  }

  .numbers-image img {
    object-fit: contain;
    object-position: right;
    max-height: 500px;
    margin-left: auto;
  }

  .bottom-block-title {
    font-size: 3.4rem;
  }

  .subtitle {
    font-size: 2rem;
  }

  .subtitle._big {
    margin-bottom: 3.4rem;

    font-size: 2.4rem;
  }

  .catalog-section-list .category {
    flex-direction: row-reverse;
    padding: 2rem 3rem;
  }

  .catalog-section-list .category__img {
    width: 38%;
  }

  .catalog-section-list .category__container {
    position: relative;

    width: 62%;
    padding-left: 2rem;
  }

  .catalog-section-list .popular-arrow {
    left: auto;
    right: 0;
    bottom: 0;
  }

  .news-col-wrapper {
    grid-column: span 6;
  }

  .new__container {
    padding-bottom: 6.4rem;
    height: 100%;
  }

  .news-col-wrapper .col {
    height: 100%;
  }

  ._hero-shadow::after {
    top: -67px;

    width: 60%;
    height: 800px;
  }

  .news-image::after {
    padding-top: 300px;
  }

  .video-banner__wrapper::before {
    padding-top: 50%;
  }

  .video-banner h2 img {
    height: 102px;
  }

  .form-banner {
    margin-bottom: 46px;
  }

  .form-banner .fos__form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .form-banner__row {
    width: 48%;
  }

  .form-banner .fos__form {
    width: 48%;
  }

  .form-banner small {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }

  .col-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-nav__link_big a {
    font-size: 1.6rem;
  }

  .footer-logo-desc {
    margin-top: 0;
    font-size: 1.6rem;
  }

  .button {
    font-size: 1.6rem;
  }

  .section-news {
    padding: 50px 0;
  }

  .section-map {
    padding-top: 50px;
  }

  .section-news .popular-item {
    padding: 24px;
  }

  .popular-img-square::before {
    padding-top: 300px;
  }

  .section-news .popular-arrow {
    right: 24px;
  }

  .fos__form-wrapper {
    padding: 30px;
  }

  .category__title {
    max-width: 85%;
  }

  .category__number {
    font-size: 1.6rem;
  }

  .fos {
    padding: 4rem 0;
  }

  .fos__form {
    position: relative;
    text-align: right;
  }

  .fos__btn {
  }

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

  .screen4-left-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    order: 1;
    margin: 0;
    width: 100%;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .bottom-block-text {
    margin-bottom: 0;
  }

  .screen4-right {
    padding-top: 80px;
    width: 50%;
  }

  .screen4-left {
    width: 50%;
    padding-right: 30px;
    padding-bottom: 50px;
  }

  ._reverse .screen4-left {
    padding-bottom: 0;
    padding-top: 0;
  }

  .screen4-left-bottom .bottom-block .bottom-block-text {
    margin-bottom: 0;
    font-size: 16px;
  }

  .screen4-left .btn {
    width: 248px;
  }

  .news-left .main-news {
    margin: 0;
  }

  .services1 {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .section-services {
    position: relative;
  }

  .section-services .container {
    position: relative;
    z-index: 3;
  }

  .section.about-black-text {
    margin-bottom: 0;
  }

  .about-black-text h2 {
    padding-top: 3rem;
  }

  .about-black-text .services-image {
    height: auto;
  }

  .services-image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: calc(100% + 6.4rem);
    width: 50%;
    object-fit: cover;
  }

  .mobile-menu {
    width: 50%;
  }

  .mobile-menu-kp {
    width: 300px;
  }

  .section.section-about-target,
  .section.section-about-worktypes {
    margin-bottom: 0;
  }

  .section-about-target {
    position: relative;
    padding-top: 0;
    padding-bottom: 7rem;
  }

  .section-about-target .container {
    position: relative;
    z-index: 3;
  }

  .about-target-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;

    display: block;
    width: 40%;
    height: 100%;
    object-fit: cover;
    margin: 0;
  }

  .section-about-target .col:first-of-type {
    padding-right: 2rem;
  }

  .section-about-slider {
    position: relative;
    z-index: 1;

    padding: 5rem 3rem;
    padding-bottom: 8rem;
    padding-right: 0;
  }

  .about-garantii-page {
    position: relative;
  }

  .about-services-page h1 {
    max-width: 50%;
  }

  .about-services-page .serv-right-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    margin-top: 13rem;
    padding-left: 15%;
  }

  .about-services-page .serv-right-img__title {
    max-width: 21rem;
  }

  .garanties-block__title {
    margin-bottom: 2.4rem;
    min-height: 7.4rem;
    font-size: 3rem;
  }

  .block-with-info {
    padding: 5rem 0;
  }

  .double-screen {
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .delivery-advantages {
    order: 1;
    width: 100%;
  }

  .delivery-advantages .container {
    margin-right: 0;
    max-width: 80rem;
  }

  ._delivery .screen4-left-bottom {
    margin: 0 -30px;
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% + 60px);
  }

  ._delivery .bottom-block:not(:last-child) {
    padding-bottom: 0;
  }

  ._delivery .bottom-block {
    width: 33.333%;
  }

  ._delivery .fos__btn {
    position: static;
  }

  ._delivery .text-list {
    margin-top: 3rem;
  }

  .double-screen-left {
    width: 50%;
    padding-bottom: 0;
  }

  .double-screen-right {
    width: 50%;
    max-height: 70rem;
  }

  ._delivery .double-screen-left {
    padding-right: 3rem;
  }

  ._delivery .double-screen-right {
    padding-top: 7.1em;
  }

  .section-economic .double-screen-right {
    max-height: none;
  }

  .double-screen-left .container {
    padding-right: 1.5rem;
    max-width: 80rem;
    margin-right: 0;
  }

  .double-screen-right .container {
    flex-direction: column;
    justify-content: center;
    display: flex;
    height: 100%;
  }

  .garanties-block__container {
    height: 100%;
  }

  .faqs {
    padding: 5rem 0;
  }

  .faq__button-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .faq__button-desc {
    margin-bottom: 0;
    margin-right: 2.4rem;
    text-align: right;
    font-size: 2rem;
  }

  .contacts-info-block {
    margin-bottom: 3rem;
  }

  .text__right--img .container {
    padding: 0;
  }

  ._tablet {
    display: block;
  }

  ._mobile:not(._tablet) {
    display: none;
  }

  ._uslugi h2 {
    padding-left: 3rem;
  }

  .a-articles-page__content {
    padding-top: 5rem;
  }

  .new {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    padding-top: 0;
  }

  .news-another {
    margin-bottom: 6rem;
  }

  .new__img {
    margin: 0 -2rem;
  }

  .new__text {
    flex-grow: 1;
  }

  .about-serv__container h3 {
    font-size: 3rem;
  }

  .about-serv__img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .about-serv__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about-serv__container {
    position: relative;
    z-index: 3;
    padding: 3rem;
    padding-left: 30%;
  }

  .about-garantii-page.about-services-page {
    padding-bottom: 10rem;
  }

  .about-serv {
    display: flex;
    align-items: center;
    margin-top: -6rem;
    min-height: 31.5rem;
  }

  .about-serv-wrapper {
    position: relative;
    z-index: 2;
  }

  .cards-wrapper  h2 {
    text-align: right;
    padding-left: 50%;
  }

  ._producing .delivery-advantages .container {
    max-width: 100%;
  }

  .about-steps {
    position: relative;
    padding: 5rem 0;
  }

  .about-steps > .container {
    position: relative;
    z-index: 3;
  }

  .about-steps-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .about-steps-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: -moz-linear-gradient( -65deg, rgb(38,112,153) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( -65deg, rgb(38,112,153) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( -65deg, rgb(38,112,153) 0%, rgb(0,0,0) 100%);
    background-image: linear-gradient( -65deg, rgb(38,112,153) 0%, rgb(0,0,0) 100%);
    opacity: 0.8;
  }

  .about-steps-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  section._producing {
    margin-bottom: 0;
  }

  ._blocks .double-screen-right {
    display: flex;
    align-items: center;
  }

  ._blocks .double-screen-right .container {
    padding: 0;
  }

  .garanties-image-link {
    height: 100%;
  }

  .garanties-image-link img {
    height: 100%;
  }

  .steps._light h2 {
    font-size: 3rem;
  }

  .steps._blue {
    padding-top: 3rem;
  }

  .step {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .step__top {
    align-self: flex-end;
  }

  .section-services {
    padding-top: 3rem;
  }

  .steps-grid {
    margin: 0 -3rem;
  }

  .steps-grid .col {
    padding: 0 3rem;
  }

  .steps-grid .col::before {
    padding-top: 160%;
  }

  ._stroika .text__right .container {
    padding-left: 3rem;
  }

  ._stroika .text__right h2 {
    font-size: 3rem;
  }

  ._stroika .text__right .text__img {
    margin-top: 0;
  }

  .tabs-section {
    padding: 5rem 0;
  }

  .section-about .button {
    max-width: 347px;
  }

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

  .double-wrapper._reverse {
    flex-direction: row;
  }

  .double-wrapper .screen4-right {
    padding-top: 0;
  }

  .double-wrapper__bottom {
    display: flex;
    flex-wrap: wrap;
  }

  .not-found {
    padding-bottom: 70px;
  }

  .not-found__text {
    font-size: 1.6rem;
  }

  .button_arrow::after {
    right: -152px;

    width: 123px;
  }

  .button_arrow-round {
    font-size: 2rem;
  }

  .button_arrow-round::after {
    right: -80px;

    width: 50px;
    height: 50px;
  }

  .news-detail__text {
    padding: 3rem;
  }

  .certificate__img {
    margin-bottom: 0;
  }

  .a-about-slider-nav .certificate__img img {
    margin-left: 0;
    opacity: 0.7;
  }

  .a-licenses-slider,
  .reviews-page {
    padding: 0 3rem;
    padding-right: 0;
  }

  .a-licenses-page {
    position: relative;
  }

  .a-licenses-page::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

    width: 50%;
    height: 100%;

    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    background: linear-gradient(205.03deg, #030B12 37.35%, #081826 88.12%);
  }

  .about-into {
    position: relative;

    height: 500px;

    text-align: right;
  }

  .about-into .container {
    position: relative;
    z-index: 2;
  }

  .about-into__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .about-into__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .about-into__text {
    max-width: 30%;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .col-logo {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-logo-desc {
    max-width: 70%;
  }

  .main-footer__mail,
  .main-footer__phone {
    text-align: right;
  }

  .main-footer__bottom {
    margin-top: 2rem;
  }

  .main-footer .main-header-socials {
    margin-right: 0;
    justify-content: flex-end;
  }

  .news-detail.section {
    margin-bottom: 0;
  }

  .news-detail > .container {
    padding-right: 0;
  }

  .news-another {
    position: relative;
    height: 100%;
    margin-top: 5.8rem;
    margin-bottom: 16rem;
  }

  .about-services-page.about-services-page {
    padding-bottom: 16rem;
  }

  .about-serv__container {
    padding-left: 40%;
  }

  .contacts-page {
    padding-bottom: 70px;
  }

  #map {
    margin-top: 157px;
    margin-bottom: 0;
  }

  .contacts-item-subtitle {
    font-size: 16px;
  }

  .contacts-item-link {
    font-size: 2rem;
  }

  .contacts-info-wrap {
    padding: 24px;
  }

  .contacts-info-wrap .button {
    width: 100%;
  }

  .contacts-item-wrap {
    padding-left: 10rem;
  }

  .contacts-item-wrap::before {
    width: 7rem;
    height: 7rem;
  }

  .contacts-item-subtitle {
    margin-bottom: 50px;
  }

  .contacts-page-info .container {
    padding-right: 0;
  }

  .contacts-page-map .container {
    padding-left: 0;
  }

  .contacts-page > .container > .grid {
    grid-column-gap: 3rem;
  }

  .a-licenses-slider .a-about-slider-for .slick-slide img,
  .a-licenses-slider .a-about-slider-nav .slick-slide img,
  .reviews-page .a-about-slider-nav .slick-slide img,
  .reviews-page .a-about-slider-for .slick-slide img {
    height: 30rem;
  }
}

@media (min-width: 1200px) {
  .a-section-lines .a-about-link-col:nth-child(2) {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  }

  .a-section-lines .a-about-link-col:nth-child(2) .a-about-link-border {
    clip-path: polygon(0 0, calc(100% - 1px) -1px, calc(90% - 1px) calc(100% + 1px), 0 100%)
  }

  .hidden-up-1200 {
    display: none;
  }

  .hidden-desktop {
    display: none;
  }

  .about-target-img {
    width: 30%;
    max-height: 94rem;
  }

  .text-list__item {
    width: 33.333%;
    padding-right: 8rem;
  }

  ._delivery .a-services-hero .text-list__item,
  ._mount .a-services-hero .text-list__item {
    padding-right: 23%;
  }


  .catalog-container .text-list__item,
  .a-services-hero .text-list__item,
  .a-about-producing .text-list__item {
    width: 50%;
  }

  .section-economic .text-list__item {
    width: 50%;
    padding-right: 8rem;
  }

  .grid.categories {
    grid-gap: 30px;
    margin-top: 70px;
  }

  .about-steps .text-list__item {
    width: 50%;
  }

  .about-steps {
    height: 70rem;
    display: flex;
    align-items: center;
  }

  .kotelnye-list-types {
    display: block;
    padding: 3rem;

    background: #014E78;
    color: #FFF;
  }

  .lizing {
    height: 100%;
  }

  .lizing-header {
    align-items: flex-start;
  }

  ._small .lizing-small-wrapper {
    flex-direction: column;
  }

  ._small .lizing-small-wrapper p {
    padding-right: 0;
    margin-top: 2.2rem;
  }

  ._small .lizing-small-wrapper .button {
    width: 100%;
  }

  /* .leasing-detail-img {
    height: 6rem;
  } */

  .leasing-detail-img img {
    height: 100%;
    object-fit: contain;
    object-position: left;
  }

  .a-steps h2 {
    margin-bottom: 6rem;
  }

  ._mount .a-steps h2 {
    font-size: 6.4rem;
  }

  .a-servis-types .grid {
    grid-column-gap: 10rem;
  }

  ._delivery .a-services-hero {
    padding-bottom: 8rem;
  }

  ._delivery .a-services-hero .subtitle {
    max-width: 80%;
  }

  .steps._blue {
    padding-top: 0;
  }

  .steps._blue .steps-title-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .a-section-categories .a-categories-container {
    padding: 0;
    max-width: 100%;
  }

  .a-categories {
    gap: 0 0;
  }

  .a-categories .col {
    grid-column: span 4;
  }

  .a-categories .col:first-child {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  }

  .a-categories .col:first-child .a-category:nth-child(2),
  .a-categories .col:nth-child(2) .a-category:first-child {
    background-color: #040D15;
  }

  .a-categories .col:nth-child(2) {
    margin-left: -22%;
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  }

  .a-categories .col:nth-child(3) .a-category:first-child {
    background: linear-gradient(45deg, #0086CF 0%, rgba(8, 24, 38, 0) 100%);
  }

  .a-categories .col:last-child {
    margin-left: -25%;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  }

  .a-categories .col:first-child .category__container {
    margin-left: 3rem;
  }

  .a-categories .col:first-child .a-category:nth-child(2) .a-about-link__count {
    right: 15%;
  }

  .a-categories .col:nth-child(2) .a-category .category__container,
  .a-categories .col:last-child .a-category .category__container {
    padding-left: 15%;
  }

  .a-categories .col:nth-child(2) .a-category:first-child .category__container,
  .a-categories .col:last-child .a-category:first-child .category__container {
    padding-left: 30%;
  }

  .a-categories .col:nth-child(2) .a-category .category__img {
    right: 10%;
    margin-right: 10%;
  }

  .a-categories .col:nth-child(2) .a-category:first-child .category__img {
    margin-left: 18%;
  }

  .a-categories .col:nth-child(2) .a-category:nth-child(2) .category__img {
    right: 25%;
    top: -2%;

    transform: scale(1.2);
  }

  .a-categories .col:last-child .a-about-link__count {
    right: 3rem;
  }

  .a-categories .col:nth-child(2) .a-category:nth-child(2) .a-about-link__count {
    right: 10%;
  }

  .a-categories .col:last-child .category__container {
    right: 3rem;
  }

  .a-categories .col:first-child .a-category:first-child .category__img {
    transform: scale(1.2);
    top: -5rem;
    left: -5%;
  }

  .a-categories .col:first-child .a-category:last-child .category__img {
    transform: scale(1.6);
    top: -15rem;
    margin-left: 3%;
  }

  .a-categories .col:last-child .category__img {
    right: -3rem;
    top: 0;

    margin-top: 0;
  }

  .a-categories .col:last-child .col {
    padding-right: 3rem;
  }

  .a-categories .col:last-child .a-category:nth-child(2) .category__img {
    object-position: left;
    top: 5%;
    right: 0;

    transform: scale(1.2);
  }

  .a-category .a-about-link__count {
    top: 0;
  }

  .a-category .category__container {
    padding-top: 5rem;
  }

  .a-category {
    padding-top: 15rem;
    padding-bottom: 3rem;
    height: 60rem;
    margin-bottom: 0;
    transition: all .4s cubic-bezier(.4, 0, 0, 1);
  }

  .a-category .category__img {
    filter: grayscale(1);
  }

  .a-category:hover .category__img {
    transition: all .4s cubic-bezier(.4, 0, 0, 1);
    filter: grayscale(0);
  }

  .a-index-news .container {
    padding-right: 0;
    max-width: 100%;
  }

  .news-list {
    margin: 0;
  }
}

@media (min-width: 1201px) {
  ._hero-shadow::after {
    top: -80px;
  }

  .main {
    margin-top: -80px;
  }

  .hero, .section-hero {
    max-height: 80rem;
  }

  .category {
    height: 400px;

    filter: grayscale(1);
  }

  .category:hover,
  .category:active,
  .category:focus {
    filter: grayscale(0);
  }

  .category:active,
  .category:focus {
    opacity: 0.8;
  }
}

@media (min-width: 1280px) {
  .c-header-contacts {
    top: calc(100% + 6em);
  }

  .header-new .main-header-location {
    margin-right: auto;
    margin-left: 45px;
  }

  .header-new .main-header-location::after {
    right: -40px;
    display: block;
  }

  .c-header-contacts .header-email {
    margin-bottom: 8px;
  }

  .c-header-contacts .main-header-socials {
    margin-top: 16px;
  }

  .a-designer {
    padding: 8rem;
    padding-bottom: 12rem;
  }

  .a-designer__banners-slide,
  .a-designer .col {
    padding: 2.7rem 4.7rem;
  }

  .a-designer .button {
    max-width: 300px;
  }

  .section-about-slider.a-home-shipment-section {
    padding-top: 36.5rem;
    margin-top: -26.5rem;
  }

  .a-index-news {
    padding-top: 11.7rem;
    padding-bottom: 23.6rem;
  }

  .a-categories .col:first-child .a-category:first-child .category__img {
    left: -15%;
  }

  .a-categories .col:nth-child(2) .a-category:first-child .category__img {
    margin-left: 14%;

    transform: scale(0.9);
  }

  .a-categories .col:nth-child(3) .a-category:first-child .category__img {
    padding-bottom: 0;
  }

  .a-categories .col:nth-child(2) .a-category:nth-child(2) .category__img {
    right: 35%;
    top: -20%;
  }

  .a-categories .col:last-child .a-category:nth-child(2) .category__img {
    right: -20%;
    top: 18%;

    margin-left: 0;
  }

  .a-categories .col:last-child .category__img {
    top: 0;
  }

  .catalog-lizing .button_arrow-round {
    margin-right: 13rem;
  }

  .a-about-stat._pusk {
    padding-bottom: 22rem;
    padding-top: 32rem;
    margin-top: -26rem;

    background-image: url(../../img/line-etaps.svg);
    background-repeat: no-repeat;
    background-position: calc(((100vw - 1270px) / 2) + calc(1300px * 52 / 100)) 0;
    background-size: contain;
  }

  .a-about-stat._pusk::before {
    width: calc(((100vw - 1270px) / 2) + calc(1300px * 78 / 100));
  }

  .a-about-stat._pusk::after {
    width: calc(((100vw - 1270px) / 2) + calc(1300px * 78 / 100));
  }

  .a-about-stat._pusk .col::before {
    left: calc((100vw - 1330px) / -2);
  }

  .a-about-stat._pusk .col:nth-child(3n - 1)::before {
    left: -3rem;
  }

  .a-about-stat._pusk .col:nth-child(3n)::before {
    left: -3rem;
    right: calc((100vw - 1330px) / -2);
  }

  .a-about-stat._pusk .container {
    max-width: 1300px;
  }

  .a-about-stat._pusk h2 {
    padding-left: 6rem;
  }

  .a-about-stat .count {
    font-size: 6.4rem;
    line-height: 1.4;
  }

  .a-about-stat._pusk .count::before {
    width: 7.3rem;
    height: 7.3rem;
  }

  .a-pusk-etaps-img {
    position: absolute;
    left: 0;
    bottom: 0;

    width: 58%;
    height: 58%;
  }

  .a-pusk-etaps-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left bottom;
  }

  .a-about-inf h2 {
    max-width: 100%;
  }

  .a-about-inf._index {
    padding-top: 10rem;
    padding-bottom: 11rem;
  }

  .a-about-inf .button_arrow-round::after {
    background-size: 3.5rem;
  }

  .a-servis-types {
    padding-top: 13.2rem;
    padding-bottom: 6rem;
  }

  .a-servis-types .text-list {
    padding-left: 7.2rem;
  }

  .a-servis-types .text-list__item {
    margin-bottom: 5.4rem;

    font-size: 2.4rem;
    line-height: 1.2;
  }

  .a-servis-types .text-list__item:before {
    left: -7.2rem;

    width: 5.3rem;
    height: 5.3rem;
  }

  .a-servis-types h2 {
    max-width: 100%;
    margin-bottom: 8rem;

    font-size: 6rem;
  }

  ._servis .a-services-hero h1 {
    max-width: 100%;
    font-size: 5.4rem;
  }

  ._servis .a-services-hero .col {
    padding-right: 8%;
  }

  .a-services-detail-page .a-about-why-us-wrapper + * {
    margin-top: -23rem;
    padding-top: 32rem;
  }

  .a-steps .a-about-link {
    height: 24rem;
  }

  ._servis .a-steps .a-about-link {
    height: 28rem;
  }

  ._mount .a-services-hero .subtitle {
    max-width: 67%;
  }

  ._serv .a-about-why-us h2 {
    margin-bottom: 7.5rem;
  }

  .a-steps._stroi {
    padding-bottom: 31.6rem;
  }

  .a-steps._stroi + * {
    margin-top: -31.6rem;
  }

  ._mount .a-steps._stroi {
    padding-bottom: 6.5rem;
  }

  ._mount .a-steps._stroi + * {
    margin-top: 0;
  }

  .catalog-container h1 {
    font-size: 5.4rem;
  }

  .a-shipments {
    padding-top: 7.5rem;
    padding-bottom: 13.7rem;
  }

  .a-shipments h2 {
    margin-bottom: 6rem;
  }

  .a-shipments .a-slick-arrow .slick-next {
    top: -3rem;
  }

  .a-index-services {
    padding-top: 30rem;
  }

  .a-services-hero {
    padding-bottom: 20rem;
  }

  ._delivery .a-services-hero {
    padding-bottom: 20rem;
  }

  ._delivery .a-services__image {
    bottom: 15rem;

    height: 80%;
    width: 45%;
  }

  .a-services__image img {
    object-fit: contain;
  }

  ._delivery .a-shipments {
    margin-top: -26rem;
    padding-top: 33.5rem;
  }

  ._pusk .a-services-hero {
    position: relative;
    z-index: 1;
  }

  .a-services-detail-page .about-why-us {
    margin-top: -26rem;
    padding-top: 30rem;
  }

  .a-services-hero h1 {
    font-size: 6.4rem;
  }

  ._mount .a-services-hero h1 {
    font-size: 8rem;
  }

  ._delivery .a-services-hero h1 {
    font-size: 8rem;
  }

  .a-section-categories + .a-form,
  .a-services-hero + .a-form {
    margin-top: -15rem;
  }

  .a-index-news + .a-form {
    margin-top: -16rem;
  }

  .a-index-news + .a-form + * {
    margin-top: -26rem;
  }

  .page-uslugi .a-section-lines .a-about-link {
    margin-bottom: 10rem;
  }

  .a-section-lines .a-about-link__col-left .subtitle {
    min-height: 6.7rem;
  }

  .a-leasing-page {
    padding-bottom: 14.6rem;
  }

  .news-detail h1.subtitle._big {
    margin-bottom: 6.2rem;
  }

  .a-articles-page__content {
    padding-top: 10rem;
  }

  .catalog-links .catalog-link a {
    padding: 0;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;

    font-size: 2rem;
  }

  .a-title-flex {
    margin-bottom: 7rem;
  }

  .a-licenses-slider .a-about-slider-for .slick-slide img,
  .a-licenses-slider .a-about-slider-nav .slick-slide img,
  .reviews-page .a-about-slider-nav .slick-slide img,
  .reviews-page .a-about-slider-for .slick-slide img {
    height: 38rem;
  }

  .project-item__content {
    height: 18rem;
    margin-left: 10%;
  }

  .section-about-slider {
    padding: 10rem 3rem;
    padding-right: 0;
    padding-bottom: 15rem;
  }

  .a-title::before {
    bottom: -18rem;
  }

  .a-popular-arrow-round {
    width: 10rem;
    height: 10rem;

    background-size: 3.5rem;
  }

  .section-about-slider .a-about-link__count {
    right: 8%;
    bottom: -10rem;
  }

  .section-about-slider h2 {
    margin-bottom: 6rem;
  }

  .a-about-slider-desc {
    display: block;
    margin-bottom: 1rem;

    font-size: 1.2rem;
    font-weight: 400;
  }

  .section-about::before {
    width: 51%;
  }

  .section-about::after {
    width: calc(51% + 1px);
  }

  .section-about._light::before {
    width: 70%;
  }

  .section-about._light::after {
    width: calc(70% + 1px);
  }

  .section-about__img {
    left: 45%;

    width: 403px;
    height: 405px;
  }

  .section-about._light .section-about__img {
    left: 25%;

    width: 460px;
    height: 462px;
  }

  .a-about-producing {
    padding-bottom: 8.4rem;
  }

  .a-about-producing__image {
    width: 50%;
    height: 90%;
  }

  .a-about-producing__image img {
    /* object-position: right; */
  }

  .a-par {
    position: relative;
    z-index: 1;

    margin-top: -8.2rem;
  }

  .a-par__content {
    margin: 0;
    padding: 6.9rem 13rem 6.1rem 10rem;
    max-width: 1140px;
  }

  .a-about-inf.section-p  {
    margin-top: -25.4rem;
    padding-top: 32.4rem;
    padding-bottom: 2rem;
  }

  .a-about-inf .grid {
    align-items: center;
  }

  .a-about-inf__link {
    padding-right: 130px;
  }

  .a-about-inf__col-text {
    padding-left: 8rem;
  }

  .a-about-inf__text {
    margin-bottom: 5.6rem;
  }

  .a-about-inf__number {
    margin-bottom: 4rem;

    font-size: 7.2rem;
    line-height: 1;
  }

  .a-about-inf__desc {
    max-width: 80%;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .a-about-ser.section-p {
    padding-top: 9.1rem;
    padding-bottom: 14rem;
  }

  .a-about-ser h2 {
    font-size: 5rem;
  }

  .a-about-ser__img {
    bottom: -12rem;

    width: 55%;
  }

  .a-about-ser p {
    max-width: 70%;
  }

  .a-gar-check {
    padding-top: 6.7rem;
  }

  .a-gar-check .subtitle {
    margin-bottom: 10rem;

    font-size: 4rem;
  }

  .a-gar-check .text-list__item {
    width: 33.333%;
    padding-right: 6rem;

    font-size: 2.4rem;
  }

  .a-about-double {
    max-width: 1330px;
    margin: 0 auto;
  }

  .a-about-double._gar .icon-col {
    display: flex;
    align-items: center;
  }

  .a-about-gar {
    margin-top: -28rem;
    padding-top: 36rem;
    padding-bottom: 16rem;
  }

  .a-about-gar h2 {
    margin-bottom: 3.4rem;
    max-width: 100%;

    font-size: 8.8rem;
  }

  .map {
    margin-top: -16rem;
  }

  .section-map p {
    max-width: 30%;
  }

  .about-why-us {
    margin: 0;
    margin-top: -14rem;
    padding-right: 4rem;
    padding-top: 19.2rem;
  }

  .a-about-why-us {
    margin: 0;
  }

  ._serv .a-about-why-us {
    padding: 10rem;
    padding-top: 6.9rem;
    padding-bottom: 9rem;
  }

  .about-why-us__item {
    padding-left: 7.2rem;
  }

  .about-why-us__item::before {
    width: 5.3rem;
    height: 5.3rem;
  }

  .a-form {
    position: relative;
    z-index: 100;
  }

  .a-form._right .form-banner {
    margin-left: auto;
    margin-top: -14rem;
  }

  .a-form .fos__title {
    font-size: 4rem;
  }

  .form-banner._light {
    max-width: 82.5%;
    margin: 0;
    padding: 4.8rem 10rem;
    padding-right: 13.2rem;
  }

  .form-banner._light .fos__form-wrapper {
    padding: 0;
  }

  .form-banner._light._dude {
    max-width: 100%;
    padding-left: 30rem;
    margin-top: -10rem;
  }

  .form-banner__dude {
    left: -3rem;

    width: 30rem;
  }

  .section-about-slider .col-mid {
    padding: 0;
  }

  .a-about-slider-section .col-mid {
    padding-bottom: 4rem;
  }

  .section-about-worktypes .container .grid > .col {
    padding-top: 7rem;
    padding-bottom: 12rem;
  }

  .a-about-link .subtitle {
    margin-bottom: 2rem;
  }

  .a-about-link {
    padding: 0 10rem;
  }

  .a-category {
    padding: 0;
    padding-top: 15rem;
    padding-bottom: 3rem;
  }

  .a-about-link__col-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2rem;
  }

  .about-why-us .a-about-link__col-left {
    justify-content: flex-start;
    padding-top: 5rem;
  }

  .a-about-link__count {
    font-size: 16rem;
  }

  .catalog-section-list .slick-next,
  .a-slick-arrow .slick-next,
  .a-about-link .slick-next {
    width: 8rem;
    height: 8rem;

    background-size: 1.5rem;
  }

  .catalog-section-list .slick-next,
  .catalog-section-list .slick-next:hover {
    background-size: 2.5rem;
  }

  .a-about-slider-section {
    margin-top: -20rem;
  }

  .a-about-slider-section .subtitle {
    font-size: 4rem;
  }

  .a-about-slider-section .grid .subtitle {
    min-height: 11.2rem;

    font-size: 2rem;
  }

  .a-slider .subtitle,
  .section-about-slider .grid .subtitle {
    font-size: 2rem;
  }

  .a-slider .subtitle,
  .section-about-slider .grid .subtitle,
  .a-about-slider-section .grid .subtitle {
    height: 23rem;
  }

  .a-about-slider-for__image,
  .a-about-slider-nav__image {
    padding: 7rem 2rem;
  }

  .a-about-slider-nav .slick-slide img,
  .a-about-slider-for .slick-slide img {
    height: 28rem;
  }

  .section-about-slider .a-about-slider-nav .slick-slide img,
  .section-about-slider .a-about-slider-for .slick-slide img {
    height: 41rem;
  }

  .slick-next,
  .slick-next:hover,
  .slick-next:active,
  .slick-next:focus,
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:active,
  .slick-prev:focus {
    width: 8rem;
    height: 8rem;

    background-size: 1.5rem;
  }

  .news-list-arrows .slick-arrow,
  .prod-slider-arrows .slick-arrow {
    width: 80px;
    height: 80px;
  }

  .a-imdesc {
    margin-top: -17rem;
    padding-top: 27.3rem;
    padding-bottom: 20rem;
  }

  .a-imdesc h2 {
    font-size: 6.4rem;
  }

  .a-imdesc::before,
  .a-imdesc::after {
    width: 65%;
    height: calc(100% - 122px);
  }

  .a-imdesc__content {
    padding-left: 50%;
  }

  .a-about-double {
    position: relative;
    z-index: 1;

    padding: 0;
    margin-top: -12rem;

    background-color: transparent;
  }

  .a-about-double .col {
    padding: 5rem 4.3rem;
    padding-bottom: 3.4rem;

    background-color: #ffffff;
  }

  .section-p {
    padding: 10rem 0;
  }

  .a-about-stat .subtitle {
    margin-bottom: 1em;
  }

  .a-about-stat::after {
    bottom: 18.5rem;
  }

  .a-lined .col:first-child {
    position: relative;

    background-image: url(../../img/line.svg);
    background-repeat: no-repeat;
    background-position: calc((100vw - 1000)) 0;
    background-size: contain;
  }

  .a-lined._pusk .col {
    padding-bottom: 3rem;
    padding-right: 32%;

    background-image: none;
  }

  .a-lined .col {
    padding-bottom: 10rem;
    padding-top: 3.6rem;
  }

  .a-lined .grid {
    grid-column-gap: 0;
  }

  .a-lined._pusk .grid {
    grid-column-gap: 3rem;
  }

  .a-about-stat .year {
    margin-top: 5rem;

    font-size: 6.4rem;
  }

  .a-about-stat .year::after {
    content: "";
    position: absolute;
    left: 0;
    top: -28px;

    width: 12px;
    height: 12px;

    background-color: #0086CF;
    box-shadow: 0 4px 18px #45B9F9;
    border-radius: 50%;
  }

  .section-services._inverse {
    padding: 10rem 0;
    padding-bottom: 15rem;
  }

  .services-benefits h3 {
    margin-bottom: 4rem;
  }

  ._pluses .about-why-us__item {
    background-color: rgba(33, 119, 210, 0.1);
  }

  ._pluses .subtitle {
    margin-bottom: 4.5rem;
  }

  .section-economic h2 {
    font-size: 4.5rem;
  }

  .section-economic .subtitle {
    margin-bottom: 4.5rem;
  }

  .double-screen._economic {
    padding: 10rem;
    padding-left: 0;
  }

  ._counter .about-why-us__item {
    margin-bottom: 3rem;
  }

  .about-why-us__count {
    margin-bottom: 1rem;

    font-size: 4.5rem;
  }

  ._producing .grid {
    margin-bottom: 6rem;
  }

  ._producing .subtitle {
    margin-bottom: 6.7rem;
  }

  ._producing .text-list__item {
    width: 25%;
    padding-right: 10rem;
  }

  form.zayavka-kp .btn-wrap .button {
    width: 100%;
  }

  .kent-banner {
    position: relative;

    padding: 3.5rem 6.7rem;

    background-color: transparent;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 16.5%, rgba(0, 0, 0, 0) 76.69%);
  }

  .kent-banner::after {
    content: "";

    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;

    width: 100%;
    height: 100%;

    background-image: url(../../img/kent.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    border-radius: 20px;
  }

  .kent-banner::before {
    content: "";

    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
  }

  .kent-banner-time {
    padding: 4.6rem 2.9rem 3.8rem 3.6rem;
    font-size: 1.8rem;
  }

  .kent-banner-time .h2 {
    max-width: 100%;

    font-size: 4.5rem;
  }

  .kent-banner .subtitle {
    max-width: 26rem;
  }

  .garantii-benefits .text-list__item {
    width: 50%;
    padding-right: 8rem;
  }

  .garantii-benefits._check .subtitle {
    max-width: 56rem;
  }

  .about-garanties .rounded {
    height: 36.9rem;
  }

  .a-licenses-page,
  .a-reviews-page {
    padding-top: 5rem;
    padding-bottom: 13rem;
  }

  .section.about-supplies {
    padding-bottom: 10rem;
  }

  .about-supplies h2 {
    max-width: none;

    font-size: 4.5rem;
    line-height: 6.3rem;
  }

  .about-supplies .col {
    padding: 4rem;

    font-size: 2rem;
  }

  .roundeds .rounded {
    padding: 6.4rem 4.4rem;
  }

  .roundeds .rounded::before,
  .roundeds .rounded::after {
    height: 3.8rem;
  }

  .numbers {
    position: relative;

    padding-top: 6rem;
    padding-bottom: 14rem;
  }

  .numbers-title {
    font-size: 8rem;
  }

  .numbers .grid {
    max-width: 75%;
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .numbers-image {
    position: absolute;
    right: 0;
    top: -136px;
    bottom: 0;

    width: 45%;
  }

  .numbers-image img {
    max-height: none;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }

  .numbers-text {
    font-size: 2.4rem;
  }

  .bottom-block-title {
    font-size: 4.5rem;
  }

  body {
    font-size: 1.8em;
  }

  .subtitle {
    font-size: 2.4rem;
  }

  .subtitle._big {
    margin-bottom: 5.4rem;

    font-size: 4rem;
    line-height: 4.8rem;
  }

  .a-about-producing .text-list__item {
    font-size: 2.4rem;
  }

  .file-icon {
    width: 5.8rem;
    height: 5.8rem;
  }

  .file-icon::before,
  .file-icon::after {
    width: 4rem;
  }

  form.zayavka-kp .inputfile-1+label {
    font-size: 1.8rem;
  }

  .contacts-info-wrap {
    padding: 5.6rem 3.3rem 4.4rem 3.9rem;
  }

  .contacts-item-wrap._map {
    font-size: 18px;
  }

  .news-detail .slick-arrow {
    position: absolute;
    top: 0;
    left: 0;
  }

  .news-detail .slick-next {
    left: 136px;
  }

  .news-gallery {
    padding-top: 17rem;
  }

  .news-detail .a-title .date {
    margin-bottom: 2.8rem;
  }

  ._hero-shadow::after {
    top: -120px;

    width: 50%;
  }

  .news-image::after {
    padding-top: 200px;
  }

  .video-banner__wrapper::before {
    padding-top: 33%;
  }

  .video-banner h2 {
    max-width: 100%;
  }

  .video-banner h2 img {
    height: 160px;
    margin-left: 10px;
  }

  .form-banner {
    margin-bottom: 76px;
  }

  .form-banner .fos__form-wrapper {
    max-width: 1270px;
    margin: 0 auto;
    padding: 46px 130px;
  }

  .main-footer__bottom {
    padding-top: 0;
    padding-bottom: 59px;
    margin-top: 79px;
  }

  .footer-logo-desc {
    margin-bottom: 4.7rem;
    margin-top: -1.3rem;
    padding-right: 5rem;
    width: fit-content;

    background-color: #030B12;
  }

  .main-footer__grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .copyright-left {
    margin-bottom: 0;
    width: 60%;
  }

  .copyright-right {
    margin-bottom: 0;
    width: 40%;
    padding-left: 3%;

    text-align: right;
  }

  .main-footer__phone {
    font-size: 2.5rem;
  }

  .main-footer__mail {
    font-size: 1.6rem;
  }

  .breadcrumbs .breadcrumbs-list .breadcrumbs-item .breadcrumbs-text {
    font-size: 14px;
  }

  .button {
    padding: 3.75rem 2rem;
    font-size: 1.8rem;
  }

  .button_arrow-round {
    font-size: 2.4rem;
  }

  .button_arrow-round::after {
    right: -130px;
    width: 100px;
    height: 100px;
  }

  .footer-nav__link {
    margin-bottom: 0.85rem;
  }

  .footer-nav__link_big a {
    font-size: 1.6rem;
  }

  .footer-nav__link a {
    font-size: 1.4rem;
  }

  .section-about {
    padding-top: 15rem;
    padding-bottom: 14rem;
  }

  .section-about._light .c-container,
  .section-about._light .container {
    padding-right: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .services-benefits {
    padding-top: 22rem;
    padding-bottom: 35rem;
    margin-top: -16rem;
  }

  .services-benefits + * {
    margin-top: -24.8rem;
  }

  .p-b-6 {
    padding-bottom: 6rem;
  }

  .section-news {
    padding: 80px 0;
  }

  .section-map {
    padding-top: 87px;
    margin-bottom: 4.5rem;
  }

  .section-news .h2 {
    margin-bottom: 0;
  }

  .section-news .popular-item {
    padding: 45px 40px;
    padding-bottom: 100px;
  }

  .popular-img-square::before {
    padding-top: 300px;
  }

  .section-news .popular-arrow {
    right: 40px;
    bottom: 71px;
  }

  .rounded::before,
  .rounded::after {
    height: 70px;
  }

  .certificate::before, .certificate::after {
    height: 3.8rem;
  }

  .double-wrapper__left {
    position: relative;
    z-index: 1;
  }

  .double-wrapper__right {
    position: relative;
    z-index: 0;
  }

  ._reverse .double-wrapper__right {
    z-index: 2;
  }

  .double-wrapper__image::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(58.69deg, #F2F2F2 27.85%, rgba(232, 232, 232, 0) 78.71%);
  }

  ._reverse .double-wrapper__image::before {
    background-image: linear-gradient(270deg, #F2F2F2 0%, rgba(232, 232, 232, 0) 100%);
  }

  .fos__form {
    margin-bottom: 3.8rem;
  }

  .fos__form-wrapper {
    padding: 50px;
  }

  ._not-desktop {
    display: none;
  }

  ._mobile._tablet {
    display: none;
  }

  body .header {
    padding: 30px 0;

    transition: 0.3s;
  }

  body .header-inner-pages {
    padding: 20px 0;
  }

  body.body-main-page .header {
    padding: 27px 0;
  }

  body .header.main-page-header--scroll {
    padding: 20px 0;

    transition: 0.3s;
  }

  .main {
    margin-top: -165px;
  }

  .burger {
    width: 3.6rem;
    height: 2rem;
  }

  .burger span,
  .burger:after,
  .burger:before {
    width: 3.6rem
  }

  .burger_active:before {
    width: 3.6rem;
    -ms-transform: rotate(45deg) translateY(14px);
    transform: rotate(45deg) translateY(14px);
  }

  .burger_active:after {
    width: 3.6rem;
    -ms-transform: rotate(-45deg) translateY(-14px);
    transform: rotate(-45deg) translateY(-14px);
  }

  .burger p {
    position: absolute;
    top: 50%;
    left: calc(100% + 35px);

    display: block;
    margin: 0;

    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #fff;

    transform: translateY(-50%);
    transition: all .4s cubic-bezier(.4, 0, 0, 1);
  }

  .burger__rect {
    position: absolute;
    left: -15px;
    top: -23px;
    right: -15px;
    bottom: -23px;

    background: rgba(0, 0, 0, 0.19);
    box-shadow: 0px 4px 187px rgba(0, 0, 0, 0.25);
  }

  .burger__rect::before,
  .burger__rect::after {
    content: "";

    position: absolute;
    left: 50%;
    z-index: 1;

    width: 100%;
    height: 10px;

    border: 1px solid #f8f8f8;

    transform: translateX(-50%);
    transition: border-color .3s ease;
  }

  .burger__rect::before {
    top: 0;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0;
  }

  .burger__rect::after {
    bottom: 0;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 0;
  }

  .burger:hover .burger__rect::before,
  .burger:hover .burger__rect::after {
    border-color: transparent;
  }

  .main-page-header--scroll .burger p,
  .burger_active p {
    display: none;
  }

  .main-page-header--scroll .burger {
    align-self: center;
  }

  .hero__wrapper {
    display: flex;
    align-items: center;
  }

  .hero__container {
    max-width: none;
    width: 50%;
    padding-right: 45px;
  }

  .hero__slide-img {
    position: absolute;
    left: 50%;
    top: 50%;

    width: 50%;

    transform: translateY(-50%);
  }

  .hero__slide-img img {
    max-height: 660px;
    width: 100%;
  }

  .main-header__left {
    margin-left: 108px;
  }

  .section-hero {
    max-height: none;
  }

  .hero {
    height: 100%;
    max-height: none;
  }

  .hero__align h1 {
    max-width: 60%;
  }

  .hero__desc-wrapper {
    bottom: 15.5rem;
  }

  a.logo>img {
    height: 60px;

    transition: 0.3s;
  }

  .main-page-header--scroll a.logo>img {
    height: 40px;

    transition: 0.3s;
  }

  .header-phone {
    margin-bottom: 8px;

    font-size: 2.5rem;
  }

  .header-email {
    display: block;
    margin-bottom: 16px;

    color: #ffffff;
    font-size: 1.6rem;

    transition: 0.3s;
  }

  .header-email:hover,
  .header-email:active,
  .header-email:focus {
    color: #E2001D;

    transition: 0.3s;
  }

  .header-email:active,
  .header-email:focus {
    opacity: 0.8;
  }

  .main-header__slogan {
    position: relative;

    display: block;
    margin-bottom: 0;
    padding-left: 65px;

    color: #b9b9b9;
    text-transform: uppercase;
    font-weight: 400;
  }

  .main-header__slogan::before {
    content: "";

    position: absolute;
    left: 0;
    top: 50%;

    width: 40px;
    height: 1px;

    background-color: #b9b9b9;

    transform: translateY(-50%);
  }

  .hero__title {
    position: relative;

    margin-bottom: 55px;
    padding-bottom: 36px;
  }

  .hero__title::after {
    content: "";

    position: absolute;
    bottom: 0;
    right: 12px;
    left: -6666px;

    height: 1px;

    background-color: #fff;
    opacity: 0.1;

  }

  .section-economic,
  .producing-page .about-why-us,
  .about-page,
  .section._about,
  .section-categories {
    position: relative;
  }

  .section-economic::before,
  .producing-page .about-why-us::before,
  .section._about::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;

    width: 30%;
    height: 1195px;

    background-image: url(../../img/shadow-categories.png);
    background-repeat: no-repeat;
    background-size: contain;

    transform: translateY(-50%);
  }

  .section-economic::before {
    top: 90%;

    height: 100%;
  }

  .producing-page .about-why-us::before {
    top: 70%;

    height: 100%;
  }

  .section._about::before {
    top: auto;
    bottom: -80rem;

    transform: translateY(0);
  }

  .about-page::after {
    bottom: -10rem;
    right: -10rem;
    top: auto;

    transform: rotate(90deg);
  }

  .grid.categories .col:last-child {
    grid-column: span 6;
  }

  .category__number {
    padding-bottom: 4.4rem;

    font-size: 2.4rem;
  }

  .category {
    height: 480px;
  }

  .catalog-section-list .category {
    padding: 2rem 6.6%;
    padding-top: 3.2rem;
  }

  .catalog-section-list .subtitle._big {
    padding-top: 3.3rem;
  }

  .catalog-section-list .category:hover .slick-next {
    border-color: #818181;
  }

  .catalog-section-list .category__img {
    height: auto;
  }

  .catalog-section-list .popular-arrow {
    bottom: 3.6rem;
  }

  .catalog-section-list .category__container {
    align-self: stretch;
    padding-left: 10%;
  }

  .catalog-section-list .slick-next {
    margin-bottom: 2rem;
  }

  .category__img {
    margin-left: auto;
  }

  .a-category .category__img {
    margin-left: 10%;
    max-height: 60rem;
    margin-top: 5rem;
    padding-bottom: 5rem;
  }

  .subtitle._big.category__title {
    margin-bottom: 1rem;
  }

  .fos {
    position: relative;
    z-index: 10;
    margin-top: -360px;
    margin-bottom: 120px;
    width: 50%;
    margin-left: auto;
    padding-top: 0;
  }

  .fos__subtitle {
    font-size: 1.8rem;
  }

  .fos__privacy {
    font-size: 1.4rem;
  }

  .fos__title {
    max-width: 100%;
    margin-bottom: 1.6rem;
  }

  .form-input .custom-select,
  .form-input input[type=date],
  .form-input input[type=email],
  .form-input input[type=number],
  .form-input input[type=password],
  .form-input input[type=tel],
  .form-input input[type=text],
  .form-input select,
  .form-input textarea {
    min-height: 9.5rem;
  }

  .btn {
    padding: 3.75rem 2rem;
  }

  .section-services {
    position: relative;
  }

  .section.section-services::before {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    z-index: -1;

    width: 30%;
    height: 1195px;

    background-image: url(../../img/shadow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;

    transform: translateY(-50%);
  }

  .section.section-services::before {
    height: 1700px;
    width: 40%;
    object-fit: cover;
  }

  .popular-item {
    padding-bottom: 160px;

    background-color: transparent;
  }

  .popular-name {
    font-size: 20px;
    line-height: 28px;
    min-height: 56px;
  }

  .section-news .popular-name {
    margin-bottom: 6rem;
  }

  .popular-price {
    font-size: 18px;
  }

  .round-arrow {
    position: relative;
  }

  .round-arrow::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    background-image: url(../../img/right-arrow-rect.svg);
  }

  .section-partners-top {
    display: flex;
    flex-direction: column;
  }

  .about-scope {
    padding: 4.5rem;
    padding-bottom: 5.8rem;
  }

  .section5-top {
    margin-bottom: 37px;
  }

  .section-partners-top h2,
  .section5-top h2 {
    margin-bottom: 0;
  }

  .section-partners-top {
    margin-bottom: 110px;
  }

  .slider-arrows,
  .partners-arrows,
  .reviews-arrows,
  .popular-arrows {
    width: 236px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
  }

  .popular-arrows {
    margin-bottom: 3rem;
  }

  .popular-arrows .slick-prev {
    transform: rotate(0);
  }

  .slick-prev:hover,
  .slick-next:hover {
    opacity: 1;
  }

  .screen4-wrapper {
    position: relative;
  }

  .screen4-left {
    padding-right: 50px;
    padding-bottom: 70px;
    max-width: 800px;
    margin-right: 0;
  }

  .screen4-left .left-text-wrap {
    margin-bottom: 50px;
  }

  .screen4-left-bottom {
    position: absolute;
    bottom: -8rem;
    right: 0;
    z-index: 1;
    width: 893px;
    padding: 50px 0;
    background-color: rgba(38, 112, 153, 0.9);
  }

  ._about .screen4-left-bottom {
    bottom: -145px;
    left: 50%;
    right: auto;
    width: calc(100% - 60px);
    max-width: 1540px;
    background-color: rgba(38, 112, 153, 1);
    transform: translateX(-50%);
  }

  ._about .screen4-left {
    padding-bottom: 230px;
  }

  .bottom-block {
    width: 50%;
    padding-right: 4rem;
    margin-bottom: 0;
  }

  .screen4-left-bottom .bottom-block .bottom-block-text {
    font-size: 18px;
  }

  .screen4-left h2 {
    margin-bottom: 4.5rem;
    max-width: 100%;
  }

  .screen4-right {
    display: flex;
    padding-top: 0;
  }

  ._reverse .screen4-right {
    display: block;
  }

  .double-wrapper {
    position: relative;
  }

  .double-wrapper:not(._reverse) .screen4-right {
    position: absolute;
    right: 0;
    top: 0;
    flex-direction: column;
    width:58%;
    max-width: 1010px;
  }

  .double-wrapper .screen4-left {
    padding-right: 0;
    width: 40%;
    max-width: 700px;
    padding-bottom: 0;
  }

  .double-wrapper._reverse .screen4-right {
    width: 50%;
    padding-top: 2rem;
    margin-left: auto;
  }

  .double-wrapper._reverse .screen4-left {
    position: absolute;
    left: 0;
    top: 0;

    padding: 0;
    flex-direction: column;
    width: 60%;
    max-width: 880px;
    height: 100%;
  }

  ._control .double-wrapper._reverse .screen4-left {
    width: 80%;
    max-width: 120rem;
  }

  ._control .double-wrapper._reverse .screen4-right {
    padding: 13rem 0;
  }

  .double-wrapper__image {
    height: 100%;
  }

  .double-wrapper__image img {
    height: 100%;
    object-fit: cover;
  }

  .double-wrapper__bottom {
    position: relative;
    z-index: 1;

    max-width: 750px;
    width: 75%;
    margin: 0 auto;
    padding: 50px;
    padding-bottom: 30px;
    margin-top: -120px;
  }

  .double-wrapper .bottom-block {
    padding: 0;
    padding-right: 16px;
  }

  .sectieon-sldier4 {
    margin-bottom: 200px;
  }

  .news-list .slick-track {
    flex-wrap: wrap;
  }

  .news-left .main-news .news-img-wrap {
    height: 168px;
  }

  .news-list .news-item {
    margin-left: 0;
    margin-right: 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-direction: row;
    align-items: stretch;
  }

  .news-list .news-item .news-img-wrap {
    width: 236px;
    height: 230px;
    flex-shrink: 0;
  }

  .main-news {
    height: 100%;
  }

  /* .partners::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;

    width: 280px;

    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  } */

  .services1 .service {
    width: calc(33.333% - 30px);
    height: 32.5rem;
    padding-top: 8.7rem;
    padding-left: 4.8rem;
    padding-right: 8.3rem;
    padding-bottom: 28rem;
    margin: 0 1.5rem;
    margin-bottom: 3rem;
  }

  .service .popular-arrow {
    left: 4.8rem;
    bottom: 67px;
  }

  .service__title {
    margin-bottom: 2.8rem;
    font-size: 2.5rem;
  }

  .service__subtitle {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  .service__left {
    max-height: 15.5rem;
    overflow: hidden;
  }

  .service__subtitle p {
    margin: 0;
  }

  .mobile-menu {
    width: 30%;
    padding-top: 6rem;
  }

  .mobile-menu__link_big {
    font-size: 1.6rem;
  }

  .mobile-menu__item:not(:last-child) {
    margin-bottom: 2.4rem;
    padding-bottom: 2rem;
  }

  .main-header__slogan {
    font-size: 1.4rem;
  }

  .services-image {
    height: calc(100% + 8rem);
  }

  .block-link:hover .block-link__container {
    bottom: 4rem
  }

  .block-link:hover .btn {
    opacity: 1;
    margin-bottom: 0
  }

  .sectieon-sldier4._about {
    margin-bottom: 145px;
  }

  .section-about-worktypes .rounded {
    height: 29rem;
  }

  .roundeds .popular-arrow {
    bottom: 6rem;
    left: 4.4rem;
  }

  .block-link__container {
    left: 4rem;
    right: 4rem;
    bottom: 6rem;
    padding-right: 0;
    max-width: none;
  }

  .block-link__title {
    margin-bottom: 1rem;
    font-size: 3rem;
  }

  .block-link .btn {
    margin-bottom: 0;
    margin-left: 8.5rem;
  }

  .block-link__text {
    margin-bottom: 0;
  }

  .btn_ghost {
    padding: 2.2rem 3.4rem;
  }

  .block-link__text-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .block-link__img::before {
    padding-top: 56%;
  }

  .about-black-text {
    padding-bottom: 8rem;
  }

  .about-black-text h2 {
    padding-top: 8rem;
  }

  .about-black-text .services-image {
    height: 100%;
  }

  .about-black-text .services1 {
    align-items: flex-start;
  }

  .about-black-text .service__left {
    max-height: none;
  }

  .section-about-target {
    padding-top: 32rem;
    padding-bottom: 17.5rem;
    margin-top: -30rem;
  }

  .section-about-target h3 {
    font-size: 3.6rem;
  }

  .text-list {
    padding-left: 6rem;
  }

  .text-list__item {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }

  .text-list__item:before {
    left: -6.4rem;
    height: 4.2rem;
    width: 4.2rem;
  }

  .a-services-hero .text-list__item {
    font-size: 2.4rem;
  }

  ._servis .a-services-hero .text-list__item {
    padding-right: 22%;
  }

  .about-target-img {
    width: 37%;
    object-position: right;
  }

  .about-target-content {
    padding-left: 10rem;
  }

  .section-about-target .col:first-of-type {
    padding-right: 7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .about-scope__img::before {
    padding-top: 67%;
  }

  .garanties-block__title {
    min-height: auto;
  }

  .garanties-block__container {
    padding: 0;
  }

  .block-with-info {
    padding: 7rem 0;
  }

  .block-with-info .left-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 3rem;
    padding-top: 5rem;
  }

  .black-rect {
    padding: 5rem 3.4rem;
  }

  .delivery-advantages {
    width: 50%;
    margin-top: -18rem;
  }

  .double-screen-left .container {
    padding-right: 5rem;
  }

  .double-screen-right .container {
    padding-right: 5rem;
  }

  ._delivery .screen4-left-bottom {
    position: static;
    bottom: auto;
    right: auto;
  }

  ._delivery .bottom-block {
    padding: 20px;
  }

  ._delivery .bottom-block:last-child {
    width: 33.333%;
  }

  .double-screen-right .fos__form-wrapper {
    max-width: 75rem;
  }

  ._delivery .fos__title {
    max-width: 85%;
  }

  ._delivery .double-screen-left {
    width: 60%;
    padding-right: 6rem;
  }

  ._delivery .double-screen-left .container {
    max-width: 112rem;
  }

  ._delivery .double-screen-right {
    width: 40%;
  }

  ._delivery .text-list {
    margin-top: 4.5rem;
  }

  .faqs {
    padding: 11rem 0;
    padding-bottom: 12.5rem;
  }

  .faq__button-wrapper {
    width: 50%;
    margin-left: auto;
  }

  .faq__button-desc {
    font-size: 2.4rem;
  }

  .faq__top {
    min-height: 10.8rem;
    padding-left: 3.6rem;
    padding-right: 4rem;
  }

  .faq::before {
    right: 4rem;
    top: 3rem;
    width: 5rem;
    height: 5rem;
  }

  .faq__content {
    padding-left: 3.6rem;
    padding-right: 15rem;
  }

  .faq__content *:last-child {
    margin-bottom: 5rem;
  }

  .faq__button-wrapper {
    padding-left: 1rem;
    margin-top: -11rem;
  }

  .faq__button-wrapper .btn {
    max-width: 30rem;
    flex-grow: 1;
  }

  .contacts-page-info h1 {
    margin-bottom: 4rem;

    white-space: nowrap;
  }

  #map {
    margin-top: 18.8rem;
    height: 66.4rem;
  }

  .contacts-page {
    padding-bottom: 11.6rem;
  }

  .contacts-page .btn {
    margin-top: 6rem;
    margin-bottom: 6.5rem;
    width: 25rem;
  }

  .contacts-info-block {
    margin-bottom: 4rem;
  }

  .contacts-info-block ul li {
    font-size: 1.8rem;
  }

  .contacts-item-wrap {
    padding-left: 13rem;
  }

  .contacts-info-wrap .container {
    padding-right: 0;
  }

  .contacts-item-wrap::before {
    width: 10rem;
    height: 10rem;
    background-size: 1.5rem;
  }

  .contacts-item-subtitle {
    margin-bottom: 70px;

    font-size: 18px;
  }

  .contacts-item-link {
    font-size: 25px;
  }

  .contacts-info-rec {
    font-size: 16px;
  }

  .lizing {
    display: flex;
    flex-direction: column;
  }

  .lizing-header {
    flex-grow: 1;
    margin-bottom: 4rem;
  }

  ._small .lizing-header {
    margin-bottom: 3rem;
  }

  .lizing-desc {
    font-size: 1.8rem;
    margin-bottom: 0;
    margin-top: 1rem;
  }

  .lizing-small-wrapper p {
    margin-bottom: 0;
  }

  .lizing-small-wrapper .button {
    width: 50%;
  }

  .leasigng-detail__table {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.3rem;
  }

  .leasing-detail__line {
    margin-bottom: 3.7rem;
  }

  .leasing-detail {
    border: none;
  }

  .leasing-detail__line-right {
    padding: 0;
  }

  ._desktop {
    display: block;
  }

  .text._uslugi {
    margin-top: -8rem;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .text._stroika {
    margin-top: 0;
    min-height: auto;
  }

  .text._stroika .text__img {
    padding-top: 10rem;
  }

  .text._uslugi h2 {
    margin-bottom: 0;
    font-size: 5.5rem;
  }

  .text__left {
    padding: 8rem 0;
  }

  .text__left .container {
    max-width: 800px;
    margin-left: 0;
  }

  .text__right {
    position: relative;
  }

  .text__right .container {
    height: 100%;
    position: relative;
  }

  .text__right--img .container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 47, 50, 0.8);
  }

  .text__right--img h2 {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 10rem;
    transform: translateX(-50%);
  }

  .text__right-img {
    height: 100%;
  }

  .new {
    padding: 0 5rem;
    padding-bottom: 3.8rem;
  }

  .section-about._light .new {
    padding: 1rem;
    padding-top: 2rem;
  }

  .section-about._light .new__text {
    padding: 0 2rem;
  }

  .date {
    margin-bottom: 2rem;

    font-size: 1.6rem;
  }

  .news .grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .news-col-wrapper {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
  }

  .new__container {
    padding-bottom: 5rem;
    padding-top: 6rem;
  }

  .new__img {
    height: 170px;
    flex-shrink: 0;
    height: auto;
    margin: 0 -5rem;
  }

  .news-detail__text {
    padding: 7.1rem 5.5rem;
    padding-bottom: 7.4rem;
  }

  .new__title {
    margin-bottom: 4.8rem;
    font-size: 3rem;
  }

  .news-col-wrapper .new__title {
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }

  .about-services-page .serv-right-img {
    width: 20%;
    padding: 0;
    margin-top: 0;
    top: 18rem;
    right: 5rem;
    z-index: 2;
  }

  .about-services-page .serv-right-img__title {
    font-size: 3rem;
  }

  .about-services-page .serv-right-img__title span {
    font-size: 6rem;
  }

  .about-serv {
    margin-top: -14.5rem;
    min-height: 45rem;
  }

  .about-serv__container {
    padding-right: 25rem;
  }

  .card__title {
    font-size: 3.6rem;
  }

  .card__container {
    padding-left: 2.6rem;
    padding-top: 6rem;
    padding-right: 3rem;
    padding-bottom: 4.5rem;
  }

  .cards-wrapper + .text._uslugi {
    margin-top: 8rem;
  }

  ._uslugi .text__right .btn {
    margin-bottom: 8rem;
  }

  ._producing .delivery-advantages {
    position: absolute;
    right: 0;
    bottom: -13.5rem;
    z-index: 2;
    width: 100%;
    margin-top: 0;
    background-color: transparent;
  }

  ._producing .delivery-advantages .container {
    padding: 0;
  }

  ._producing .screen4-left-bottom {
    width: 100%;
    max-width: 748px;
    position: static;
    bottom: auto;
    right: auto;
    margin-left: auto;
    background-color: #267099;
  }

  ._producing .double-screen-left {
    padding-bottom: 16rem;
  }

  ._producing .bottom-block {
    width: 50%;
  }

  .about-steps-img {
    width: 50%;
  }

  .about-steps {
    padding-top: 16rem;
  }

  .about-steps h2 {
    margin-bottom: 4rem;
    font-size: 4.5rem;
  }

  .about-steps .text-list__item {
    padding-right: 6rem;
  }

  .double-screen._blocks {
    margin-top: -16rem;
    position: relative;
    z-index: 2;
  }

  ._blocks h2 {
    margin-bottom: 4rem;
    font-size: 5.5rem;
  }

  ._blocks .double-screen-left {
    width: 45%;
    padding-bottom: 3rem;
    padding-top: 15rem;
  }

  ._blocks .double-screen-right {
    width: 55%;
  }

  ._blocks .double-screen-left .container {
    max-width: 70.4rem;
  }

  ._blocks .double-screen-right .container {
    height: 100%;
    width: 100%;
  }

  ._blocks .block-img {
    height: 100%;
    width: 100%;
  }

  ._blocks .block-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .garanties-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .garanties-col .container {
    margin-left: 0;
    padding: 6rem 8rem;
    width: 100%;
    max-width: 96rem;
  }

  ._reverse .garanties-col .container {
    margin-right: 0;
    margin-left: auto;
  }

  .garanties-info .btn {
    display: block;
    width: 30rem;
    margin-left: auto;
    text-align: center;
  }

  .steps-list-col > .container {
    padding: 0;
  }

  .steps._light {
    padding-top: 0;
  }

  .steps h2 {
    margin-bottom: 0;
    max-width: 100%;
  }

  .steps .steps-list-col .container {
    max-width: 100%;
  }

  .section-services {
    padding-top: 6rem;
  }

  .section-services h2 {
    margin-bottom: 6.8rem;
  }

  .steps-grid {
    margin: 0;
  }

  .steps-title-col {
    display: flex;
    align-items: center;
  }

  .steps-title-col > .container {
    max-width: 40.5rem;
    margin-right: 0;
  }

  .steps-grid .col::before {
    padding-top: 160%;
  }

  .steps-list-col .container {
    margin-left: 0;
  }



  body[data-page="catalog"] .filter-links {
    margin-bottom: 0;
    padding-right: 0;
  }

  .not-found {
    padding-bottom: 143px;
  }

  .not-found__text {
    margin-bottom: 4.4rem;

    font-size: 2rem;
    line-height: 3.4rem;
  }

  .main-header__right {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .main-header-socials {
    margin-right: 0;
  }

  .about-into {
    padding-top: 8.3rem;
    height: 700px;

    font-size: 2.4rem;
  }

  .about-into__image img {
    object-position: bottom;
  }
}

@media (min-width: 1440px) {
  .a-servis-types h2 {
    font-size: 6.4rem;
  }

  .form-banner._light._dude {
    max-width: 90%;
  }

  .a-services-hero h1 {
    max-width: 80%;
  }

  ._mount .a-services-hero h1 {
    max-width: 100%;
  }

  .kotelnye-list-types {
    padding-left: 5.5rem;
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1600px) {
  .a-categories .col:first-child .a-category:last-child .category__img {
    transform: scale(1.2);
    top: -4rem;
    margin-left: 15%;
  }

  ._delivery .a-services__image {
    width: 35%;
  }

  .form-banner._light._dude {
    max-width: 82.5%;
  }

  .news-list-arrows .slick-arrow,
  .prod-slider-arrows .slick-arrow {
    width: 100px;
    height: 100px;
  }

  .news-list-arrows .slick-prev,
  .prod-slider-arrows .slick-prev {
    margin-right: 2rem;
  }

  .a-about-slider-section .grid .subtitle {
    min-height: 13.5rem;

    font-size: 2.4rem;
  }

  .a-slider .subtitle,
  .section-about-slider .grid .subtitle {
    font-size: 2.4rem;
  }

  .section-economic .text-list__item {
    padding-right: 16rem;
  }

  ._delivery .double-screen-left {
    width: 58%;
  }

  ._delivery .double-screen-right {
    width: 42%;
  }

  .section-economic .double-screen-left {
    width: 48%;
  }

  .section-economic .double-screen-right {
    width: 52%;
  }

  .garantii-benefits._check .text-list__item {
    width: 33.333%;
  }

  .col--xxl-2 {
    grid-column: span 2;
  }

  .col--xxl-7 {
    grid-column: span 7;
  }

  .main-header__slogan {
    margin-left: 30px;
    padding-left: 105px;
  }

  .main-header__slogan::before {
    width: 80px;
  }

  .main-header-socials {
    margin-right: 5.4rem;
  }

  .category {
    height: 538px;
  }

  .fos {
    width: 750px;
    margin-top: -540px;
    margin-right: calc((100vw - 1600px) / 2 + 50px);
    padding: 6rem 5rem;
    padding-bottom: 9.5rem;
  }

  .fos .container {
    padding: 0;
  }

  .fos__title {
    margin-bottom: 2.8rem;
  }

  .fos__subtitle {
    margin-bottom: 4rem;
  }

  .screen4-left {
    padding-top: 80px;
  }

  .screen4-left-bottom {
    right: 11%;
  }

  .main-header__slogan {
    font-size: 1.6rem;
  }

  ._producing .screen4-left-bottom {
    margin-left: 50%;
  }

  ._producing .double-screen-left {
    padding-bottom: 7rem;
  }

  .about-steps h2 {
    font-size: 5.5rem;
  }

  ._blocks .double-screen-left {
    padding-bottom: 8rem;
  }

  .garanties-image-link img {
    max-height: 52rem;
  }

  .steps-grid .col::before {
    padding-top: 110%;
  }

  .main-header__left {
    margin-left: 178px;
  }

  .news-image::after {
    padding-top: 300px;
  }
}

@media (min-width: 1601px) {
  .screen4-right {
    margin-right: calc((100vw - 100%) / -2);
  }

  .double-wrapper .screen4-right {
    margin-right: 0;
  }

  .a-index-news .container,
  .a-index-news .c-container,
  .a-slider,
  .section-about-slider {
    padding-left: calc(((100vw - 1600px) / 2) + 3rem);
  }

  .a-categories .col:first-child .category__container {
    margin-left: calc(((100vw - 1600px) / 2) + 3rem);
  }

  .a-categories .col:last-child .category__container,
  .a-categories .col:last-child .a-about-link__count {
    right: calc(((100vw - 1600px) / 2) + 3rem);
  }

  .section-about._light .c-container,
  .section-about._light .container {
    margin-left: calc(((100vw - 1600px) / 2) + 3rem);
  }
  /*
  .catalog-section-slider-wrapper {
    margin-right: -25%;
  }*/
}

@media (min-width: 1920px) {
  #map {
    margin-top: 28.8rem;
  }

  .c-header-contacts {
    top: calc(100% + 8em);
  }

  .a-designer {
    padding: 11.2rem;
    padding-bottom: 30rem;
  }

  .catalog-lizing h2 {
    font-size: 12.8rem;
  }

  .catalog-container .text-list__item {
    font-size: 2.4rem;
  }

  .catalog-container h1 {
    font-size: 6.4rem;
  }

  ._delivery .a-services__image {
    bottom: 5rem;

    width: 50%;
    max-width: 85rem;
  }

  ._delivery .a-services-hero .subtitle {
    max-width: 70%;
  }

  ._pusk .a-services__image {
    top: 0;

    height: 124%;
  }

  .a-servis-types {
    padding-bottom: 11.5rem;
  }

  ._mount .a-services-hero h1 {
    font-size: 12.8rem;
  }

  ._delivery .a-services-hero h1 {
    font-size: 12.8rem;
  }

  .a-shipments .a-slick-arrow .slick-next {
    top: -4.3rem;
  }

  .catalog-section-list .slick-next,
  .a-slick-arrow .slick-next,
  .a-about-link .slick-next {
    width: 10rem;
    height: 10rem;

    background-size: 2rem;
  }

  .catalog-section-list .slick-next,
  .catalog-section-list .slick-next:hover {
    background-size: 3rem;
  }

  .slick-next,
  .slick-next:hover,
  .slick-next:active,
  .slick-next:focus,
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:active,
  .slick-prev:focus {
    width: 10rem;
    height: 10rem;

    background-size: 2rem;
  }

  .about-why-us .a-about-link__col-left {
    padding-top: 7rem;
  }

  .lizing {
    padding: 4.5rem;
    padding-bottom: 5.4rem;
  }

  ._small .lizing {
    padding: 4.5rem 3.2rem;
    padding-bottom: 4.9rem;
  }

  .news-detail h1 {
    margin-bottom: 6.2rem;
  }

  .a-licenses-slider .a-about-slider-for .slick-slide img,
  .a-licenses-slider .a-about-slider-nav .slick-slide img,
  .reviews-page .a-about-slider-nav .slick-slide img,
  .reviews-page .a-about-slider-for .slick-slide img {
    height: 48rem;
  }

  .a-licenses-page,
  .a-reviews-page {
    padding-bottom: 23rem;
  }

  .project-item__content {
    margin-left: 21%;
  }

  .section-about-slider {
    padding-top: 17rem;
    padding-bottom: 20rem;
  }

  .section-about-slider .a-about-link__count {
    bottom: -14rem;
  }

  .section-about-slider h2 {
    margin-bottom: 9rem;
  }

  .a-about-slider-desc {
    font-size: 1.6rem;
  }

  .section-about {
    padding-top: 19rem;
    padding-bottom: 18rem;
  }

  .section-about._light {
    padding-bottom: 27.7rem;
  }

  .section-about._light::before {
    width: 62%;
  }

  .section-about._light::after {
    width: calc(62% + 1px);
  }

  .section-about__img {
    width: 503px;
    height: 505px;
  }

  .section-about._light .section-about__img {
    left: 33%;

    width: 570px;
    height: 572px;
  }

  .section-about p {
    padding-left: 6rem;
  }

  .a-about-producing__image {
    width: 55%;
  }

  .a-about-producing__image img {
    object-position: right bottom;
  }

  .a-about-inf.section-p {
    margin-top: -21.4rem;
    padding-top: 27.4rem;
  }

  .a-about-inf .grid {
    grid-column-gap: 14rem;
  }

  .a-about-inf__number {
    margin-bottom: 4rem;

    font-size: 9.6rem;
  }

  .a-about-inf__desc {
    margin-bottom: 9rem;
  }

  .form-banner__dude {
    left: -3.3rem;
  }

  .form-banner._light._dude {
    margin-top: -14rem;
  }

  .a-about-ser.section-p {
    padding-bottom: 17.7rem;
  }


  .a-about-ser h2 {
    margin-bottom: 2.6rem;

    font-size: 6.4rem;
  }

  .a-about-ser p {
    max-width: 65%;
  }

  .a-about-ser__img {
    bottom: -29rem;

    width: 75%;
  }

  .a-about-ser h2 {
    font-size: 6.4rem;
  }

  .a-about-gar {
    margin-top: -26rem;
    padding-bottom: 22rem;
  }

  .a-about-gar h2 {
    font-size: 12.8rem;
  }

  .a-form._right .form-banner {
    margin-top: -10rem;
  }

  .a-about-link__col-left {
    padding-left: 4rem;
  }

  .section-about-worktypes .container .grid > .col {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .section-about-worktypes .container > .grid {
    grid-column-gap: 6rem;
  }

  .a-about-link__count {
    font-size: 22rem;
  }

  .section-about-prod {
    margin-top: -14.5rem;
  }

  .a-about-slider-section {
    margin-top: -28rem;
  }

  .a-imdesc {
    padding-top: 27.3rem;
    padding-bottom: 31rem;
  }

  .a-imdesc::before,
  .a-imdesc::after {
    width: 50%;
    height: calc(100% - 206px);
  }

  .a-imdesc.services-benefits::before,
  .a-imdesc.services-benefits::after {
    width: 61%;
    height: calc(100% - 206px);
  }

  .a-imdesc__content {
    padding-left: 60%;
  }

  .services-benefits .a-imdesc__content {
    padding-left: 54%;
  }

  .a-about-double {
    margin-top: -15rem;
  }

  .numbers {
    padding-bottom: 20rem;
  }

  .numbers-title {
    font-size: 12.8rem;
  }

  .numbers .grid {
    grid-column-gap: 8rem;
  }

  .a-lined .col:first-child {
    background-position: 90% 0;
  }

  .about-services-page.about-services-page {
    padding-bottom: 18rem;
  }

  .about-services-page .serv-right-img {
    top: 16rem;
    right: 14rem;
  }

  .double-wrapper .screen4-left {
    width: 45%;
  }

  .double-wrapper .screen4-right {
    margin-right: calc(( 100vw - 100% ) / -2 + 95px);
  }

  /* .a-categories .col:nth-child(2) {
    grid-column: span 3;
  }

  .a-categories .col:last-child {
    grid-column: span 5;
  } */

  .a-categories .col:first-child .a-about-link__count {
    right: 25%;
  }

  .a-categories .col:first-child .a-category:nth-child(2) .a-about-link__count {
    right: 35%;
  }

  .a-category .category__container {
    padding-top: 11rem;
  }

  .a-category {
    height: 82.5rem;
  }

  .a-categories .col:nth-child(2) .a-category:first-child .category__img {
    top: 10%;
    margin-left: 18%;
    padding-bottom: 0;
  }

  .a-categories .col:first-child .a-category:last-child .category__img {
    top: -8rem;

    margin-left: 5%;

    transform: scale(1.6);
  }

  .a-categories .col:nth-child(2) .a-category:nth-child(2) .category__img {
    top: 5%;
  }

  .a-categories .col:last-child .a-category:nth-child(2) .category__img {
    right: -8%;
    top: 25%;
  }

  .a-categories .col:nth-child(3) .a-category:first-child .category__img {
    top: 7rem;
  }

  .a-categories .col:last-child .a-about-link__count {
    right: 17rem;
  }

  .a-categories .col:first-child .category__container {
    margin-left: 30%;
  }

  .a-section-categories h1 {
    font-size: 12.8rem;
  }

  .about-into {
    height: 948px;
  }

  .about-into__text {
    max-width: 24%;
  }
}
.a-about-inf ul:not([class]) li:before{
	background-color: #0086cf;
}
.a-about-inf ul:not([class]){
	margin-top: 1.2em;
}
.desc-section-columns ul:not([class]){
	margin-top: 1.2em;
}
.desc-section .desc-section-columns{
	columns: 1;
}
.desc-section-columns-ul{
	display: flex;
flex-wrap: wrap;
}
.desc-section-columns-wrap-ul{
	display: block!important;
}
.desc-section-columns-ul ul{
	width: 50%;
}
@media (max-width: 768px) {
	.desc-section-columns-ul ul{
		width: 100%;
	}
}
