
@charset "UTF-8";
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999998;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  visibility: hidden;
  pointer-events: none;
}

.modal__wrapper {
  max-width: 100%;
  width: 100%;
}

.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  pointer-events: all;
}

.modal.active .modal__window {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.modal::before {
  display: block;
  content: "";
  background: RGBA(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.modal__window {
  opacity: 0;
  z-index: 999999;
  position: relative;
  background: #fff;
  width: 600;
  min-height: auto;
  padding: 22px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal__window__close a {
  display: block;
  cursor: hand;
  c\ursor: pointer;
  position: absolute;
  left: 22px;
  top: 13px;
}

.modal__window__title {
  text-align: center;
  margin-bottom: 40px;
  color: #000;
}

.modal__window__body {
  margin: auto;
}

.modal__window__body .form__item {
  margin-bottom: 20px;
}

.modal__window__body .form__message__success {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal__window__body .call_reques__form__item, .modal__window__body .form__item__submit {
  text-align: right;
}

body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  -o-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s,visibility 0s;
  -o-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

.fancybox-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: .6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color .25s;
  -o-transition: background-color .25s;
  transition: background-color .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
  position: relative;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.fancybox-share p:first-of-type {
  margin-right: -10px;
}

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.fancybox-share_button:focus, .fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.fancybox-share input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
}

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.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;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* @import "normalize"; */
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="hidden"],
input[type="image"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="range"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 49px;
  border: 1px solid #000000;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  /* identical to box height, or 21px */
  letter-spacing: -0.04em;
  color: #000000;
  max-width: 100%;
  min-width: 50px;
  padding: 0 18px 0;
  width: 526px;
}

input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="hidden"]::-webkit-input-placeholder,
input[type="image"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="radio"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="reset"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="submit"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  /* identical to box height, or 21px */
  letter-spacing: -0.04em;
  color: #8C8C8C;
}

input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="hidden"]::-moz-placeholder,
input[type="image"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="radio"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="reset"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="submit"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  /* identical to box height, or 21px */
  letter-spacing: -0.04em;
  color: #8C8C8C;
}

input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="hidden"]:-ms-input-placeholder,
input[type="image"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="radio"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="reset"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="submit"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  /* identical to box height, or 21px */
  letter-spacing: -0.04em;
  color: #8C8C8C;
}

input[type="color"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="hidden"]::-ms-input-placeholder,
input[type="image"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="radio"]::-ms-input-placeholder,
input[type="range"]::-ms-input-placeholder,
input[type="reset"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="submit"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  /* identical to box height, or 21px */
  letter-spacing: -0.04em;
  color: #8C8C8C;
}

input[type="color"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="email"]::placeholder,
input[type="hidden"]::placeholder,
input[type="image"]::placeholder,
input[type="month"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="radio"]::placeholder,
input[type="range"]::placeholder,
input[type="reset"]::placeholder,
input[type="search"]::placeholder,
input[type="submit"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="time"]::placeholder,
input[type="url"]::placeholder,
input[type="week"]::placeholder,
textarea::placeholder,
select::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  /* identical to box height, or 21px */
  letter-spacing: -0.04em;
  color: #8C8C8C;
}

input[type="color"]:focus, input[type="color"]:focus-visible,
input[type="date"]:focus,
input[type="date"]:focus-visible,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:focus-visible,
input[type="email"]:focus,
input[type="email"]:focus-visible,
input[type="hidden"]:focus,
input[type="hidden"]:focus-visible,
input[type="image"]:focus,
input[type="image"]:focus-visible,
input[type="month"]:focus,
input[type="month"]:focus-visible,
input[type="number"]:focus,
input[type="number"]:focus-visible,
input[type="password"]:focus,
input[type="password"]:focus-visible,
input[type="radio"]:focus,
input[type="radio"]:focus-visible,
input[type="range"]:focus,
input[type="range"]:focus-visible,
input[type="reset"]:focus,
input[type="reset"]:focus-visible,
input[type="search"]:focus,
input[type="search"]:focus-visible,
input[type="submit"]:focus,
input[type="submit"]:focus-visible,
input[type="tel"]:focus,
input[type="tel"]:focus-visible,
input[type="text"]:focus,
input[type="text"]:focus-visible,
input[type="time"]:focus,
input[type="time"]:focus-visible,
input[type="url"]:focus,
input[type="url"]:focus-visible,
input[type="week"]:focus,
input[type="week"]:focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  outline: none;
  color: #000;
}

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-image: url(...);
  /* Add custom arrow */
  position: relative;
  background: #fff url("../images/svg/icons/select-drop-down.svg") no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: calc(50%);
  padding-right: 45px;
}

textarea {
  height: auto;
  padding: 10px 18px;
  line-height: 140%;
  height: 205px;
}

input[type="file"] {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

input[type="file"] ~ label {
  position: relative;
  color: #8C8C8C;
  padding-left: 23px;
  line-height: 1;
}

input[type="file"] ~ label::before {
  display: inline-block;
  position: absolute;
  content: "";
  background: url("/static/images/svg/icons/file_label.svg") no-repeat center;
  width: 15px;
  height: 24px;
  left: 0;
  top: 0px;
}

input[type="file"] ~ label span {
  display: inline-block;
  color: #00579A;
  border-bottom: 1px dashed #00579A;
}

.button, button, input[type='submit'] {
  cursor: hand;
  c\ursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00579A;
  border: 1px solid #00579A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  /* or 21px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* identical to box height */
  color: #FFFFFF;
  text-transform: uppercase;
  min-height: 50px;
  min-width: 191px;
  max-width: 100%;
  padding: 10px 20px;
  width: auto;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.button svg, button svg, input[type='submit'] svg {
  margin-right: 15px;
}

.button:hover, button:hover, input[type='submit']:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #00579A;
}

.button:focus, button:focus, input[type='submit']:focus {
  outline: none;
}

.form__row {
  margin-bottom: 25px;
}

input[type='checkbox'] {
  display: none;
}

input[type='checkbox'] ~ label {
  display: inline-block;
  position: relative;
  padding-left: 59px;
}

input[type='checkbox'] ~ label::before {
  content: "";
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  height: 16px;
  width: 37px;
  border: solid 1px #8C8C8C;
  border-radius: 10px;
  position: absolute;
  line-height: 0;
  margin-right: 22px;
  left: 0;
  top: 0;
}

input[type='checkbox'] ~ label::after {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  left: 1px;
  top: 2px;
  -webkit-transform: translate(3px, 2px);
  -ms-transform: translate(3px, 2px);
  transform: translate(3px, 2px);
  background: #8C8C8C;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

input[type='checkbox']:checked ~ label::before {
  border-color: #00579A;
}

input[type='checkbox']:checked ~ label::after {
  background: #00579A;
  -webkit-transform: translate(23px, 2px);
  -ms-transform: translate(23px, 2px);
  transform: translate(23px, 2px);
  -webkit-transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

label[for] {
  cursor: hand;
  c\ursor: pointer;
}

label {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  /* or 21px */
  letter-spacing: -0.04em;
  color: #212121;
}

label a {
  text-decoration-line: underline;
}

.form__message__error {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  /* or 19px */
  margin-bottom: 15px;
  color: #BD2929;
}

.form__row.error::before {
  display: block;
  content: "Это поле обязательное:";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  /* or 19px */
  margin-bottom: 5px;
  color: #BD2929;
}

.form__row.error.email::before {
  content: "Введите правильно email:";
}

.form__row.error.checkbox_field::before {
  content: "Согласитесь с условиями ниже:";
}

.form__row.error input[type="color"],
.form__row.error input[type="date"],
.form__row.error input[type="datetime-local"],
.form__row.error input[type="email"],
.form__row.error input[type="hidden"],
.form__row.error input[type="image"],
.form__row.error input[type="month"],
.form__row.error input[type="number"],
.form__row.error input[type="password"],
.form__row.error input[type="radio"],
.form__row.error input[type="range"],
.form__row.error input[type="reset"],
.form__row.error input[type="search"],
.form__row.error input[type="submit"],
.form__row.error input[type="tel"],
.form__row.error input[type="text"],
.form__row.error input[type="time"],
.form__row.error input[type="url"],
.form__row.error input[type="week"],
.form__row.error textarea,
.form__row.error select {
  border: solid 1px #BD2929 !important;
}

ol:not([class]) {
  list-style: none !important;
  padding: 0;
  counter-reset: count;
  margin: 0 0 50px;
}

ol:not([class]) li:not([class]) {
  position: relative;
  padding-left: 48px;
  counter-increment: count;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 130%;
  /* or 23px */
  color: #000000;
}

ol:not([class]) li:not([class])::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 2px;
  width: 27px;
  height: 27px;
  border: 1px solid #00579A;
  border-radius: 50%;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  /* or 19px */
  text-align: center;
  color: #000000;
}

ol:not([class]) li:not([class]) {
  padding-top: 6px;
}

ol:not([class]) li:not([class])::before {
  content: counter(count);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  /* or 19px */
  text-align: center;
  color: #000000;
}

table:not([class]) {
  border-collapse: collapse;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
  color: #3A5057;
  margin-bottom: 50px;
  max-width: 100% !important;
}

table:not([class]) tr:nth-child(odd) {
  background: #E5F1F6;
}

table:not([class]) th {
  background: #212121;
  color: #fff;
  text-align: left;
}

table:not([class]) th, table:not([class]) td {
  padding: 10px 20px;
}

h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
}

h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  margin: 35px 0 50px;
}

h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 110%;
  /* identical to box height, or 40px */
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin: 45px 0 35px;
}

h4, h5, h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 110%;
  /* identical to box height, or 40px */
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 110%;
  /* identical to box height, or 40px */
  letter-spacing: -0.04em;
  margin: 40px 0 35px;
}

ul:not([class]) {
  list-style: none !important;
  padding: 0;
  counter-reset: count;
  margin: 0 0 50px;
}

ul:not([class]) li:not([class]) {
  position: relative;
  padding-left: 48px;
  counter-increment: count;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 130%;
  /* or 23px */
  color: #000000;
}

ul:not([class]) li:not([class])::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 2px;
  width: 27px;
  height: 27px;
  border: 1px solid #00579A;
  border-radius: 50%;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  /* or 19px */
  text-align: center;
  color: #000000;
}

ul:not([class]) li:not([class])::before {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #00579A;
  left: 0;
  top: 4px;
  border: none;
}

.sokkom__page__404 {
  grid-area: sokkom__page__404;
}

.sokkom__page__404__body {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
  margin-bottom: 90px;
}

.sokkom__page__404__body__title {
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 150%;
  /* identical to box height, or 27px */
  color: #212121;
  margin-bottom: 25px;
}

.sokkom__page__404__pages__level_1__link {
  display: block;
  margin-bottom: 5px;
  padding-left: 27px;
  position: relative;
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  color: #09588C;
}

.sokkom__page__404__pages__level_1__link:hover {
  color: #75A2C5;
}

.sokkom__page__404__pages__level_1__link::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
  background: #00579A;
  border-radius: 50%;
}

.sokkom__page__404__pages__level_2 {
  margin-left: 27px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.sokkom__page__404__pages__level_2__link {
  display: block;
  margin-bottom: 5px;
  padding-left: 27px;
  position: relative;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 190%;
  /* or 30px */
  color: #09588C;
}

.sokkom__page__404__pages__level_2__link:hover {
  color: #75A2C5;
}

.sokkom__page__404__pages__level_2__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00579A;
}

/* autoprefixer grid: autoplace */
.sokkom__base__grid {
  grid-area: sokkom__base__grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 329px 1px minmax(0, 1fr);
  grid-template-columns: 329px minmax(0, 1fr);
  grid-gap: 1px;
}

.sokkom__base__grid__column:first-of-type {
  background: #EAEEF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.sokkom__base__grid__column:first-of-type .sokkom__base__grid__column__wrapper {
  top: 0;
  position: sticky;
  z-index: 2;
  width: 100%;
}

.sokkom__base__grid__column:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sokkom__base__grid__column:last-of-type main {
  width: 100%;
}

.sokkom__base__grid__column:last-of-type footer {
  width: 100%;
  margin-top: auto;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 130%;
  color: #212121;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #3A5057;
  background-attachment: scroll;
}

body:not(#tinymce), body:not(.mce-content-body) {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #3A5057;
  background-attachment: scroll;
}

body.mce-content-body {
  padding: 30px;
}

.body__wrapper {
  position: relative;
  z-index: 2;
}

.body__wrapper::before {
  display: block;
  content: "";
  position: absolute;
  top: 300px;
  right: 0;
  width: 172px;
  height: 6px;
  background: #fff;
  z-index: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #00579A;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a svg {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

a:hover {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #969696;
}

a:hover svg {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

a.white_link {
  color: #fff !important;
}

a.white_link:hover {
  color: #212121 !important;
}

.white_links a, .white_link a {
  color: #fff !important;
}

.white_links a:hover, .white_link a:hover {
  color: #212121 !important;
}

.red {
  color: #969696;
}

img {
  max-width: 100%;
}

p {
  margin: 0 0 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 130%;
  color: #212121;
}

.fancybox-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0;
}

.fancybox-button svg {
  width: 40px;
  height: 40px;
  margin-right: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sokkom__base {
  grid-area: sokkom__base;
}

.sokkom__base__head {
  margin-bottom: 47px;
}

.sokkom__base__head__image {
  margin-right: 15px;
}

.sokkom__base__head__title {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
}

.sokkom__base__head__description {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  /* or 176% */
  color: #000000;
  border-top: solid 3px #00579A;
  padding-top: 55px;
  margin-left: 38px;
  margin-right: 38px;
}

.sokkom__base__head__grid.page_has_main_image {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 478px 0 1fr;
  grid-template-columns: 478px 1fr;
  -ms-grid-rows: auto 30px auto 30px 1fr;
  grid-template-rows: auto auto 1fr;
  grid-gap: 30px 0;
}

.sokkom__base__head__grid.page_has_main_image > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.sokkom__base__head__grid.page_has_main_image > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.sokkom__base__head__grid.page_has_main_image > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.sokkom__base__head__grid.page_has_main_image > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.sokkom__base__head__grid.page_has_main_image > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.sokkom__base__head__grid.page_has_main_image > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.sokkom__base__head__grid.page_has_main_image .sokkom__base {
  grid-area: sokkom__base;
}

.sokkom__base__head__grid.page_has_main_image .sokkom__base__head__image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / span 3;
}

.sokkom__base__head__grid.page_has_main_image .sokkom__base__head__title {
  padding-top: 30px;
}

.sokkom__base__content {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
  margin-bottom: 80px;
}

.sokkom__block__about {
  grid-area: sokkom__block__about;
  background: #003D7F;
}

.sokkom__block__about__wrapper {
  padding-top: 155px;
  padding-bottom: 190px;
  background: url("/static/images/svg/about-bg.svg") no-repeat 50px 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 466px;
  grid-template-columns: 1fr 466px;
  grid-gap: 0 30px;
}

.sokkom__block__about__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  background-size: cover;
}

.sokkom__block__about__map {
  position: relative;
}

.sokkom__block__about__map__dots {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.sokkom__block__about__map__dot {
  position: absolute;
  line-height: 0;
}

.sokkom__block__about__map__dot a {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 24px;
  height: 24px;
}

.sokkom__block__about__map__dot a svg {
  display: block;
  width: 100%;
  height: 100%;
}

.sokkom__block__about__map__dot a:hover {
  -webkit-transform: translate(-12px, -12px);
  -ms-transform: translate(-12px, -12px);
  transform: translate(-12px, -12px);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 48px;
  height: 48px;
}

.sokkom__block__about__map__dot:nth-child(1) {
  right: 28.6%;
  top: 13%;
}

.sokkom__block__about__map__dot:nth-child(1) a:hover {
  -webkit-transform: translate(12px, -12px);
  -ms-transform: translate(12px, -12px);
  transform: translate(12px, -12px);
}

.sokkom__block__about__map__dot:nth-child(2) {
  left: 9%;
  top: 46.4%;
}

.sokkom__block__about__map__dot:nth-child(3) {
  left: 46.4%;
  top: 41.5%;
}

.sokkom__block__about__map__dot:nth-child(4) {
  right: 24%;
  top: 42%;
}

.sokkom__block__about__map__dot:nth-child(4) a:hover {
  -webkit-transform: translate(12px, -12px);
  -ms-transform: translate(12px, -12px);
  transform: translate(12px, -12px);
}

.sokkom__block__about__map__dot:nth-child(5) {
  left: 8.8%;
  bottom: 15.1%;
}

.sokkom__block__about__map__dot:nth-child(5) a:hover {
  -webkit-transform: translate(-12px, 12px);
  -ms-transform: translate(-12px, 12px);
  transform: translate(-12px, 12px);
}

.sokkom__block__about__map__dot:nth-child(6) {
  right: 17.6%;
  bottom: 19.2%;
}

.sokkom__block__about__map__dot:nth-child(6) a:hover {
  -webkit-transform: translate(12px, 12px);
  -ms-transform: translate(12px, 12px);
  transform: translate(12px, 12px);
}

.sokkom__block__about__title {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.sokkom__block__about__title h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 100%;
  /* or 48px */
  text-transform: uppercase;
  color: #FFFFFF;
}

.sokkom__block__about__text {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 22px */
  letter-spacing: -0.04em;
  color: #FFFFFF;
}

.sokkom__block__about__text p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 22px */
  letter-spacing: -0.04em;
  color: #FFFFFF;
}

.sokkom__block__about__button {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}

.sokkom__block__about__button a {
  cursor: hand;
  c\ursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00579A;
  border: 1px solid #00579A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  /* or 21px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* identical to box height */
  color: #FFFFFF;
  text-transform: uppercase;
  min-height: 50px;
  min-width: 191px;
  max-width: 100%;
  padding: 10px 20px;
  width: auto;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  /* or 21px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 0;
}

.sokkom__block__about__button a svg {
  margin-right: 15px;
}

.sokkom__block__about__button a:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #00579A;
}

.sokkom__block__about__button a:focus {
  outline: none;
}

.sokkom__block__about__button a span {
  display: inline-block;
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

.sokkom__block__advantages {
  grid-area: sokkom__block__advantages;
}

.sokkom__block__advantages__wrapper {
  position: relative;
}

.sokkom__block__advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sokkom__block__advantages__item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__advantages__item__wrapper {
  max-width: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__advantages__item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #2B2A29;
  height: 90px;
  min-width: 170px;
}

.sokkom__block__advantages__item__image svg {
  display: block;
  margin: auto;
}

.sokkom__block__advantages__item__title {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  /* or 118% */
  color: #000000;
}

.sokkom__block__articles__slider {
  grid-area: sokkom__block__articles__slider;
  background-color: #00579A;
  background-image: url("/static/images/svg/news-slider-bg.svg");
  background-repeat: no-repeat;
  background-position: 30% calc(100% + 25px);
  padding: 95px 0 105px;
  overflow: hidden;
  position: relative;
}

.sokkom__block__articles__slider__anchor {
  pointer-events: none;
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.sokkom__block__articles__slider__title {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  margin-bottom: 95px;
  position: relative;
}

.sokkom__block__articles__slider__title span {
  display: block;
  color: #969696;
}

.sokkom__block__articles__slider__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: strech;
  -ms-flex-align: strech;
  align-items: strech;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__articles__slider__item {
  width: 270px;
}

.sokkom__block__articles__slider__item__title {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 120%;
  /* or 30px */
  letter-spacing: -0.04em;
  color: #003D7F;
  margin-bottom: 10px;
}

.sokkom__block__articles__slider__item__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
  color: #003D7F;
}

.sokkom__block__articles__slider__item__image {
  position: relative;
  margin-bottom: 30px;
}

.sokkom__block__articles__slider__item__image img {
  max-width: 100%;
}

.sokkom__block__articles__slider__item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 120px;
  height: 38px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #969696;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 33px;
  /* identical to box height, or 194% */
  text-transform: uppercase;
  -webkit-transform: translate(30px, 17px);
  -ms-transform: translate(30px, 17px);
  transform: translate(30px, 17px);
}

.sokkom__block__articles__slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.sokkom__block__articles__slider .owl-item {
  opacity: 0;
}

.sokkom__block__articles__slider .owl-item.active {
  opacity: 1;
}

.sokkom__block__articles__slider .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active {
  opacity: 0.5;
}

.sokkom__block__articles__slider__prev, .sokkom__block__articles__slider__next {
  cursor: hand;
  c\ursor: pointer;
  position: absolute;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 49px;
  height: 49px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #003D7F;
}

.sokkom__block__articles__slider__prev i, .sokkom__block__articles__slider__next i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: translate(2px, 0);
  -ms-transform: translate(2px, 0);
  transform: translate(2px, 0);
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.sokkom__block__articles__slider__prev:hover, .sokkom__block__articles__slider__next:hover {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #969696;
}

.sokkom__block__articles__slider__prev {
  left: 0;
}

.sokkom__block__articles__slider__prev svg {
  -webkit-transform: translate(-1px, 0);
  -ms-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
}

.sokkom__block__articles__slider__next {
  right: 0;
}

.sokkom__block__articles__slider .owl-dots {
  padding: 30px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__articles__slider .owl-dots button {
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: 100%;
  cursor: hand;
  c\ursor: pointer;
  margin: 0px 7px;
  background: #00579A;
  min-width: 0;
  max-width: 19px;
  width: 19px;
  min-height: 19px;
}

.sokkom__block__articles__slider .owl-dots button:hover {
  background: none;
  border: none;
}

.sokkom__block__articles__slider .owl-dots button svg {
  margin: 0;
}

.sokkom__block__articles__slider .owl-dots button span {
  display: none;
}

.sokkom__block__articles__slider .owl-dots button:hover, .sokkom__block__articles__slider .owl-dots button.active {
  background: #969696;
}

.sokkom__block__articles__slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  right: 0;
  top: 0px;
}

.sokkom__block__articles__slider__prev, .sokkom__block__articles__slider__next {
  color: #003D7F;
  position: static;
  margin-left: 25px;
}

.page__inner .sokkom__block__articles__slider {
  grid-area: sokkom__block__articles__slider;
  background: #003D7F;
  padding: 85px 0 95px;
  overflow: hidden;
  position: relative;
}

.page__inner .sokkom__block__articles__slider__title {
  color: #fff;
  margin-bottom: 70px;
}

.page__inner .sokkom__block__articles__slider__item__title a {
  color: #fff;
}

.page__inner .sokkom__block__articles__slider__item__text a {
  color: #fff;
}

.page__inner .sokkom__block__articles__slider__prev, .page__inner .sokkom__block__articles__slider__next {
  border: 1px solid rgba(203, 228, 238, 0.3);
}

.page__inner .sokkom__block__articles__slider__prev svg, .page__inner .sokkom__block__articles__slider__next svg {
  color: rgba(203, 228, 238, 0.3);
}

.page__inner .sokkom__block__articles__slider__prev:hover, .page__inner .sokkom__block__articles__slider__next:hover {
  border: 1px solid #CBE4EE;
}

.page__inner .sokkom__block__articles__slider__prev:hover svg, .page__inner .sokkom__block__articles__slider__next:hover svg {
  color: #969696;
}

.sokkom__block__articles {
  grid-area: sokkom__block__articles;
}

.sokkom__block__articles__item {
  max-width: 270px;
  width: 100%;
}

.sokkom__block__articles__item__title {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 120%;
  /* or 30px */
  letter-spacing: -0.04em;
  color: #003D7F;
}

.sokkom__block__articles__item__image {
  position: relative;
  margin-bottom: 30px;
}

.sokkom__block__articles__item__image img {
  max-width: 100%;
}

.sokkom__block__articles__items {
  display: -ms-grid;
  display: grid;
  grid-gap: 50px 20px;
  grid-template-columns: repeat(auto-fill, calc(25% - 20px));
}

.sokkom__block__articles__item {
  margin-bottom: 50px;
}

.sokkom__block__articles__item__image {
  margin-bottom: 35px;
}

.sokkom__block__attached_products {
  grid-area: sokkom__block__attached_products;
}

.sokkom__block__attached_products__title {
  margin-bottom: 50px;
}

.sokkom__block__attached_products__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sokkom__block__attached_products__item {
  margin-bottom: 30px;
  width: calc(33% - 30px);
}

.sokkom__block__attached_products__item a {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
  text-decoration-line: underline;
  color: #003D7F;
  margin-left: 35px;
  position: relative;
}

.sokkom__block__attached_products__item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 11px;
  height: 11px;
  background: #969696;
  -webkit-transform: translate(-35px, 0);
  -ms-transform: translate(-35px, 0);
  transform: translate(-35px, 0);
}

.sokkom__block__attachment {
  grid-area: sokkom__block__attachment;
  margin-bottom: 190px;
}

.sokkom__block__attachment__title {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  margin-bottom: 60px;
}

.sokkom__block__attachment__items__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sokkom__block__attachment__item {
  position: relative;
  margin-bottom: 30px;
}

.sokkom__block__attachment__item:nth-child(even) a {
  margin-left: auto;
}

.sokkom__block__attachment__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #163475;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 120%;
  /* or 30px */
  letter-spacing: -0.04em;
}

.sokkom__block__attachment__item a:hover {
  color: #969696;
}

.sokkom__block__attachment__item a svg {
  display: inline-block;
  margin-right: 27px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 45px;
  height: 54px;
}

.sokkom__block__attachment__item a .icon-pdf {
  color: #969696;
}

.sokkom__block__attachment__item a .icon-doc {
  color: #0073CA;
}

.sokkom__block__attachment__item a .icon-file-default {
  color: #3A5057;
}

.sokkom__block__attachment__item a .icon-png {
  color: #8A1B3C;
}

.sokkom__block__attachment__item a .icon-xls {
  color: #1EA323;
}

.sokkom__block__attachment__item a .icon-jpg {
  color: #A57B49;
}

.sokkom__block__back_to_top {
  grid-area: sokkom__block__back_to_top;
}

.sokkom__block__back_to_top__link {
  position: fixed;
  bottom: 60px;
  right: 9px;
  opacity: 0;
  z-index: 11;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  pointer-events: none;
}

.sokkom__block__back_to_top__link.active {
  opacity: 0.6;
  pointer-events: all;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sokkom__block__back_to_top__link.active:hover {
  color: #00579A;
  opacity: 1;
}

.sokkom__block__backlink {
  grid-area: sokkom__block__backlink;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
  margin-bottom: 100px;
}

.sokkom__block__backlink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  /* or 19px */
  text-decoration-line: underline;
  color: #09588C;
}

.sokkom__block__backlink a:hover {
  color: #C1C1C1;
}

.sokkom__block__backlink a:hover svg {
  background: none;
}

.sokkom__block__backlink svg {
  margin-right: 10px;
}

.sokkom__block__banner {
  grid-area: sokkom__block__banner;
  margin-bottom: 80px;
}

.sokkom__block__banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 0px;
  background: url("../images/svg/banner-background.svg") no-repeat top;
  background-size: cover;
  -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  /* identical to box height */
  color: #FFFFFF;
  position: relative;
  min-height: 108px;
}

.sokkom__block__banner__content svg {
  display: inline-block;
  margin-right: 30px;
  -webkit-transform: translate(0, -35px);
  -ms-transform: translate(0, -35px);
  transform: translate(0, -35px);
}

.sokkom__block__block_on_main {
  grid-area: sokkom__block__block_on_main;
  margin-bottom: 185px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__block_on_main__image {
  position: relative;
  background-size: cover;
  height: 500px;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__block_on_main__wrapper {
  max-width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.sokkom__block__block_on_main__board {
  background: rgba(41, 189, 170, 0.9);
  position: absolute;
  left: 185px;
  top: 100%;
  -webkit-transform: translate(78px, 155px);
  -ms-transform: translate(78px, 155px);
  transform: translate(78px, 155px);
  padding: 40px 45px 70px;
  max-width: 594px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__block_on_main__board__title {
  font-style: normal;
  font-weight: 200;
  font-size: 30px;
  line-height: 130%;
  /* or 39px */
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.sokkom__block__block_on_main__board__text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  /* or 19px */
  color: #FFFFFF;
}

.sokkom__block__body__phone__social {
  grid-area: sokkom__block__body__phone__social;
  position: absolute;
  left: 0;
  top: 156px;
}

.sokkom__block__body__phone__social__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #969696;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 60px 28px 30px;
}

.sokkom__block__body__phone__social__item {
  margin-bottom: 30px;
}

.sokkom__block__body__phone__social__item a {
  color: #fff;
}

.sokkom__block__body__phone__social__item a:hover {
  color: #212121;
}

.sokkom__block__body__social {
  grid-area: sokkom__block__body__social;
  position: absolute;
  left: 0;
  top: 0;
}

.sokkom__block__body__social__items {
  background: #003D7F;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 85px 35px;
  min-height: 312px;
}

.sokkom__block__body__social__item {
  margin-bottom: 30px;
  -webkit-transform: translate(-7px, 0);
  -ms-transform: translate(-7px, 0);
  transform: translate(-7px, 0);
}

.sokkom__block__body__social__item:last-of-type {
  margin-bottom: 0;
}

.sokkom__block__body__social__item a {
  color: #fff;
}

.sokkom__block__body__social__item a:hover {
  color: #969696;
}

.sokkom__block__breadcrumbs {
  grid-area: sokkom__block__breadcrumbs;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 112.5%;
  /* or 12px */
  color: #585858;
  padding-top: 16px;
  padding-bottom: 14px;
}

.sokkom__block__breadcrumbs__wrapper {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
}

.sokkom__block__breadcrumbs__items__wrapper {
  text-align: right;
}

.sokkom__block__breadcrumbs__item {
  display: inline-block;
}

.sokkom__block__breadcrumbs__delimiter {
  display: inline-block;
  margin: 0 2px;
  color: #E5E5E5;
}

.sokkom__block__breadcrumbs a {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 112.5%;
  /* or 12px */
  color: #585858;
  color: #09588C;
}

.sokkom__block__breadcrumbs a.active {
  color: #88B245;
}

.sokkom__block__breadcrumbs a:hover {
  color: #09588C;
}

/* autoprefixer grid: autoplace */
.sokkom__block__catalog_menu {
  grid-area: sokkom__block__catalog_menu;
  border: solid 1px #fff;
  margin-bottom: 20px;
}

.sokkom__block__catalog_menu__wrapper {
  overflow-x: hidden;
}

.sokkom__block__catalog_menu__item__link {
  padding: 7px 38px;
  background: #585858;
  border-bottom: 1px solid #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  /* identical to box height, or 100% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.sokkom__block__catalog_menu__item__link:hover {
  background: #C1C1C1;
  /* эффект кнопки */
  -webkit-box-shadow: 0px 16.0667px 32.1333px rgba(27, 36, 14, 0.24), inset 0px -4.99852px 4.99852px #A9A9A9, inset 0px 4.99852px 4.99852px #BCBCBC;
  box-shadow: 0px 16.0667px 32.1333px rgba(27, 36, 14, 0.24), inset 0px -4.99852px 4.99852px #A9A9A9, inset 0px 4.99852px 4.99852px #BCBCBC;
  color: #fff;
}

.sokkom__block__catalog_menu__item__link.active {
  background: #7EA540;
  color: #fff;
}

.sokkom__block__catalog__start_page {
  grid-area: sokkom__block__catalog__start_page;
  background: #fff;
  position: relative;
}

.sokkom__block__catalog__start_page::before {
  background: #00579A;
  display: block;
  content: "";
  width: 170px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__catalog__start_page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 90px;
  padding-bottom: 170px;
  background: url("/static/images/svg/catalog-start-page-bg.svg") no-repeat 100% calc(100% + 25px);
}

.sokkom__block__catalog__start_page__image {
  width: 493px;
  margin-right: 100px;
  position: relative;
}

.sokkom__block__catalog__start_page__image::before {
  display: block;
  content: "";
  width: 148px;
  height: 148px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-40px, 40px);
  -ms-transform: translate(-40px, 40px);
  transform: translate(-40px, 40px);
  background: #00579A;
}

.sokkom__block__catalog__start_page__image img {
  max-width: 100%;
  position: relative;
  z-index: 2;
  display: block;
}

.sokkom__block__catalog__start_page__title {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  margin-bottom: 35px;
}

.sokkom__block__catalog__start_page__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  /* or 25px */
  color: #3A5057;
}

.sokkom__block__catalog__start_page__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 50px;
}

.sokkom__block__catalog__start_page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 40px;
}

.sokkom__block__catalog__start_page__item__image img {
  display: block;
}

.sokkom__block__catalog__start_page__item__link a, .sokkom__block__catalog__start_page__item__link span {
  display: block;
  margin-left: 25px;
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: 0.06em;
}

.sokkom__block__catalog__start_page__item__link a {
  display: block;
  text-decoration-line: underline;
  color: #003D7F;
}

.sokkom__block__catalog__start_page__button a {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00579A;
  border: 1px solid #00579A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  /* or 21px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* identical to box height */
  color: #FFFFFF;
  text-transform: uppercase;
  min-height: 50px;
  min-width: 191px;
  max-width: 100%;
  padding: 10px 20px;
  width: auto;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 0;
  /* or 21px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sokkom__block__catalog__start_page__button a svg {
  margin-right: 15px;
}

.sokkom__block__catalog__start_page__button a:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #00579A;
}

.sokkom__block__catalog__start_page__button a:focus {
  outline: none;
}

.sokkom__block__content {
  grid-area: sokkom__block__content;
  margin-bottom: 100px;
}

.sokkom__block__content__title {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
}

.sokkom__block__content__text {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.sokkom__block__decor_on_main {
  grid-area: sokkom__block__decor_on_main;
  margin-bottom: 165px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__decor_on_main__wrapper {
  max-width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__decor_on_main__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sokkom__block__decor_on_main__content {
  width: calc(50% - 80px);
}

.sokkom__block__decor_on_main__text {
  font-style: normal;
  font-weight: 200;
  font-size: 30px;
  line-height: 130%;
  /* or 39px */
  text-align: left;
  text-transform: uppercase;
  color: #212121;
  width: 260px;
  margin-left: auto;
}

.sokkom__block__decor_on_main__image {
  position: relative;
  width: calc(50% - 20px);
}

.sokkom__block__decor_on_main .sokkom__block__title {
  grid-area: sokkom__block__title;
}

.sokkom__block__decor_on_main .sokkom__block__title__head {
  margin-top: 10px;
  margin-bottom: 20px;
  grid-template-areas: "block__title__head__decor block__title__head__line block__title__head__text";
  -ms-grid-columns: 55px 2fr 300px;
  grid-template-columns: 55px 2fr 300px;
}

.sokkom__block__decor_on_main .sokkom__block__title__head__text {
  font-style: normal;
  font-weight: 200;
  font-size: 30px;
  line-height: 130%;
  /* or 39px */
  text-transform: uppercase;
  color: #00579A;
  margin-right: 0;
  margin-left: 40px;
}

.sokkom__block__footer__address {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: sokkom__block__footer__address;
  font-style: normal;
  font-weight: 200;
  font-size: 11px;
  line-height: 13px;
  /* or 118% */
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}

/* autoprefixer grid: autoplace */
.sokkom__block__footer__catalog_menu {
  -ms-grid-row: 1;
  -ms-grid-row-span: 9;
  -ms-grid-column: 5;
  grid-area: sokkom__block__footer__catalog_menu;
}

.sokkom__block__footer__catalog_menu__title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  /* or 89% */
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.sokkom__block__footer__catalog_menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sokkom__block__footer__catalog_menu__item {
  margin: 0 15px 15px 0;
  width: calc(50% - 30px);
}

.sokkom__block__footer__catalog_menu__item__link {
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.sokkom__block__footer__catalog_menu__item__link:hover {
  color: #969696;
}

.sokkom__block__footer__catalog_menu__item__link.active {
  color: #fff;
  font-weight: 400;
}

.sokkom__block__footer__developer {
  grid-area: sokkom__block__footer__developer;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  /* or 19px */
  color: #212121;
}

.sokkom__block__footer__developer__wrapper a {
  color: #00579A;
}

.sokkom__block__footer__developer__wrapper a:hover {
  color: #969696;
}

.sokkom__block__footer__email {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  grid-area: sokkom__block__footer__email;
  margin-bottom: 25px;
}

.sokkom__block__footer__email a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  color: #FFFFFF;
}

.sokkom__block__footer__email a svg {
  margin-right: 10px;
}

.sokkom__block__footer__email a:hover {
  color: #eeee;
}

.sokkom__block__footer__image {
  grid-area: sokkom__block__footer__image;
}

.page__inner .sokkom__block__footer__image {
  grid-area: sokkom__block__footer__image;
}

.sokkom__block__footer__info {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sokkom__block__footer__info;
  margin-bottom: 15px;
}

.sokkom__block__footer__info__wrapper {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  /* or 89% */
  text-transform: uppercase;
  color: #FFFFFF;
}

.sokkom__block__footer__logo {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: sokkom__block__footer__logo;
}

.sokkom__block__footer__logo a {
  display: block;
  color: #fff;
}

.sokkom__block__footer__logo a:hover {
  color: #fff;
}

.sokkom__block__footer__logo a svg {
  display: block;
}

.sokkom__block__footer__menu {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: sokkom__block__footer__menu;
}

.sokkom__block__footer__menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sokkom__block__footer__menu__item {
  margin: 0 15px 20px 0;
}

.sokkom__block__footer__menu__item__link {
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 243%;
  /* or 34px */
  text-align: justify;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.sokkom__block__footer__menu__item__link:hover, .sokkom__block__footer__menu__item__link.active {
  color: #FFFFFF;
  font-weight: 300;
}

.sokkom__block__footer__payment {
  grid-area: sokkom__block__footer__payment;
}

.sokkom__block__footer__payment__item {
  margin-bottom: 10px;
}

.intensivkurs_ru .sokkom__block__footer__payment {
  grid-area: sokkom__block__footer__payment;
}

.intensivkurs_ru .sokkom__block__footer__payment__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.intensivkurs_ru .sokkom__block__footer__payment__item {
  margin-bottom: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.intensivkurs_ru .sokkom__block__footer__payment__item svg {
  max-width: 100%;
}

.sokkom__block__footer__phone {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  grid-area: sokkom__block__footer__phone;
  margin-bottom: 20px;
}

.sokkom__block__footer__phone__item {
  margin-bottom: 15px;
  line-height: 1;
}

.sokkom__block__footer__phone__item:last-of-type {
  margin-bottom: 0;
}

.sokkom__block__footer__phone__item__link {
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 1;
  /* or 143% */
  color: #FFFFFF;
}

.sokkom__block__footer__phone__item__link:hover {
  font-weight: 300;
}

.sokkom__block__footer__search {
  grid-area: sokkom__block__footer__search;
}

.sokkom__block__footer__social {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
  grid-area: sokkom__block__footer__social;
}

.sokkom__block__footer__social__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__footer__social__title {
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  text-transform: capitalize;
  color: #FFFFFF;
  margin-right: 15px;
}

.sokkom__block__footer__social .sokkom__block__phone__social {
  grid-area: sokkom__block__phone__social;
  margin: 0;
}

.sokkom__block__footer__social .sokkom__block__phone__social__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__footer__social .sokkom__block__phone__social__item {
  margin: 0 8px 0 0;
}

.sokkom__block__footer__social .sokkom__block__phone__social__item a {
  position: relative;
}

.sokkom__block__footer__social .sokkom__block__phone__social__item a::before {
  display: block;
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 1;
}

.sokkom__block__footer__social .sokkom__block__phone__social__item svg {
  position: relative;
  z-index: 2;
  width: 25px;
  height: 25px;
}

/* autoprefixer grid: autoplace */
.sokkom__block__footer {
  grid-area: sokkom__block__footer;
  background: #3B3B3B;
}

.sokkom__block__footer__wrapper {
  position: relative;
  padding: 60px 38px 80px;
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 50px;
  grid-template-areas: 'sokkom__block__footer__info sokkom__block__footer__phone sokkom__block__footer__catalog_menu' 'sokkom__block__footer__menu sokkom__block__footer__phone sokkom__block__footer__catalog_menu' 'sokkom__block__footer__address sokkom__block__footer__phone sokkom__block__footer__catalog_menu' 'sokkom__block__footer__address sokkom__block__footer__email sokkom__block__footer__catalog_menu' 'sokkom__block__footer__logo sokkom__block__footer__social sokkom__block__footer__catalog_menu';
  -ms-grid-columns: 270px 50px 1fr 50px 380px;
  grid-template-columns: 270px 1fr 380px;
  -ms-grid-rows: auto 0px auto 0px 1fr;
  grid-template-rows: auto auto 1fr;
}

.sokkom__block__footer .sokkom__block__footer__images {
  grid-area: sokkom__block__footer__images;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.sokkom__block__footer .sokkom__block__footer__info {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sokkom__block__footer__info;
}

.sokkom__block__footer .sokkom__block__footer__phone {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  grid-area: sokkom__block__footer__phone;
}

.sokkom__block__gallery {
  grid-area: sokkom__block__gallery;
  margin-bottom: 80px;
  overflow: hidden;
}

.sokkom__block__gallery__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
  margin-left: -1px;
  margin-right: -5px;
}

.sokkom__block__gallery__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 5px;
  height: 264px;
}

.sokkom__block__gallery__item img {
  height: 264px;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  min-width: 100%;
  vertical-align: bottom;
}

.sokkom__block__gallery__footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#98C74D), to(#72963A));
  background: -o-linear-gradient(top, #98C74D 0%, #72963A 100%);
  background: linear-gradient(180deg, #98C74D 0%, #72963A 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 92px;
  padding: 23px;
}

.sokkom__block__gallery__footer__title {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 130%;
  /* or 22px */
  color: #FFFFFF;
  margin-right: 30px;
}

.sokkom__block__gallery__footer__link a {
  cursor: hand;
  c\ursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00579A;
  border: 1px solid #00579A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  /* or 21px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* identical to box height */
  color: #FFFFFF;
  text-transform: uppercase;
  min-height: 50px;
  min-width: 191px;
  max-width: 100%;
  padding: 10px 20px;
  width: auto;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
  background: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
  border-radius: 31px;
  width: 222px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  /* or 191% */
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #00579A;
  border: none;
}

.sokkom__block__gallery__footer__link a svg {
  margin-right: 15px;
}

.sokkom__block__gallery__footer__link a:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #00579A;
}

.sokkom__block__gallery__footer__link a:focus {
  outline: none;
}

.sokkom__block__header__catalog_title {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: sokkom__block__header__catalog_title;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #00579A;
  padding-left: 38px;
  border: solid 1px #fff;
  border-width: 0 1px 0 1px;
}

.sokkom__block__header__catalog_title__title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
  /* or 316% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #75A2C5;
}

.sokkom__block__header__contact {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: sokkom__block__header__contact;
  margin-left: auto;
  padding-top: 20px;
}

.sokkom__block__header__contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-direction: column;
}

.sokkom__block__header__headline {
  grid-area: sokkom__block__header__headline;
  margin-bottom: 110px;
}

.sokkom__block__header__headline__wrapper {
  max-width: 1070px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 343px;
  grid-template-columns: 1fr 343px;
}

.sokkom__block__header__headline__title {
  font-style: normal;
  font-weight: 500;
  font-size: 62px;
  line-height: 73px;
  color: #fff;
  margin-bottom: 54px;
  -ms-grid-column: 1;
  grid-column: 1 / 1;
}

.sokkom__block__header__headline__booking {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

.sokkom__block__header__headline__booking a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 203px;
  height: 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  text-transform: lowercase;
  /* identical to box height */
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.sokkom__block__header__headline__booking a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.sokkom__block__header__headline__image {
  -ms-grid-column: 2;
  grid-column: 2 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

.sokkom__block__header__headline__image img {
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.page__inner .sokkom__block__header__headline {
  grid-area: sokkom__block__header__headline;
}

.page__inner .sokkom__block__header__headline__title {
  line-height: 40px;
}

.page__inner .sokkom__block__header__headline__title_before, .page__inner .sokkom__block__header__headline__title, .page__inner .sokkom__block__header__headline__title_after {
  color: #fff;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  max-width: calc(100% - 300px);
}

.page__inner .sokkom__block__header__headline__title_before {
  margin-bottom: 25px;
  font-size: 30px;
}

.page__inner .sokkom__block__header__headline__title {
  margin-bottom: 25px;
}

.page__inner .sokkom__block__header__headline__title_after {
  margin-bottom: 25px;
  font-size: 30px;
}

.page__inner .sokkom__block__header__headline__wrapper {
  display: block;
  position: relative;
}

.page__inner .sokkom__block__header__headline__image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.page__inner .sokkom__block__header__headline__image img {
  max-width: 380px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.page__inner .sokkom__block__header__headline__booking {
  margin-top: 70px;
}

body.theme_purple .sokkom__block__header__headline {
  grid-area: sokkom__block__header__headline;
}

body.theme_green .sokkom__block__header__headline {
  grid-area: sokkom__block__header__headline;
}

body.theme_dark_blue .sokkom__block__header__headline {
  grid-area: sokkom__block__header__headline;
}

body.theme_orange .sokkom__block__header__headline {
  grid-area: sokkom__block__header__headline;
}

.sokkom__block__header__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sokkom__block__header__logo;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #EAEEF0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-flex-preferred-size: 329px;
  flex-basis: 329px;
  padding: 38px 38px;
  border: solid 1px #fff;
  border-width: 0 1px 1px 0;
}

.sokkom__block__roof__wrapper > .sokkom__block__header__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.sokkom__block__header__logo svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.sokkom__block__header__logo svg:last-of-type {
  display: none;
}

.sokkom__block__header__logo svg:first-of-type {
  display: block;
}

.sokkom__block__header__menu_button {
  grid-area: sokkom__block__header__menu_button;
  margin-left: 0;
  margin-right: 22px;
}

.sokkom__block__header__menu_button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__header__menu_button button {
  border: none;
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: 100%;
  min-width: auto;
  width: auto;
  background: none;
  color: #003D7F;
  font-size: 19px;
  padding: 0;
  height: auto;
}

.sokkom__block__header__menu_button button:hover {
  background: none;
  border: none;
}

.sokkom__block__header__menu_button button svg {
  margin: 0;
}

.sokkom__block__header__menu_button button.active, .sokkom__block__header__menu_button button:hover {
  color: #969696;
}

.sokkom__block__header__menu {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: sokkom__block__header__menu;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #00579A;
}

.sokkom__block__roof__wrapper > .sokkom__block__header__menu {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.sokkom__block__header__menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__header__menu__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0px 38px;
  min-height: 26px;
  border: solid 1px #fff;
  border-width: 0 1px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  /* or 316% */
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.sokkom__block__header__menu__item__link:hover {
  background: -o-linear-gradient(272.85deg, #C1C1C1 54.09%, #9D9D9D 97.63%);
  background: linear-gradient(177.15deg, #C1C1C1 54.09%, #9D9D9D 97.63%);
  color: #fff;
}

.sokkom__block__header__menu__item__link.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#98C74D), to(#72963A));
  background: -o-linear-gradient(top, #98C74D 0%, #72963A 100%);
  background: linear-gradient(180deg, #98C74D 0%, #72963A 100%);
  color: #fff;
}

.sokkom__block__header__mobile__logo {
  grid-area: sokkom__block__header__mobile__logo;
  margin-right: auto;
}

.sokkom__block__header__mobile__logo svg {
  display: block;
  width: 246px;
  max-width: 100%;
  max-height: 100%;
}

.sokkom__block__header__mobile__logo svg:last-of-type {
  display: none;
}

.sokkom__block__header__mobile__logo svg:first-of-type {
  display: block;
}

.sokkom__block__header__mobile__menu_button {
  grid-area: sokkom__block__header__mobile__menu_button;
  margin-left: 0;
  margin-right: 30px;
}

.sokkom__block__header__mobile__menu_button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__header__mobile__menu_button button {
  border: none;
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: 100%;
  min-width: auto;
  width: auto;
  background: none;
  color: #003D7F;
  font-size: 19px;
  padding: 0;
  height: auto;
}

.sokkom__block__header__mobile__menu_button button:hover {
  background: none;
  border: none;
}

.sokkom__block__header__mobile__menu_button button svg {
  margin: 0;
}

.sokkom__block__header__mobile__menu_button button.active, .sokkom__block__header__mobile__menu_button button:hover {
  color: #969696;
}

.sokkom__block__header__mobile__phone {
  grid-area: sokkom__block__header__mobile__phone;
  margin-right: 30px;
}

.sokkom__block__header__mobile__phone__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__header__mobile__phone__icon {
  cursor: hand;
  c\ursor: pointer;
  margin-right: 10px;
  -webkit-transform: translate(0, 4px);
  -ms-transform: translate(0, 4px);
  transform: translate(0, 4px);
}

.sokkom__block__header__mobile__phone__icon svg {
  width: 24px;
  height: 24px;
}

.sokkom__block__header__mobile__phone .sokkom__block__phone__social {
  grid-area: sokkom__block__phone__social;
}

.sokkom__block__header__mobile__phone .sokkom__block__phone__social__item {
  margin-left: 5px;
}

.sokkom__block__header__mobile__phone .sokkom__block__phone__social__link {
  display: block;
}

.sokkom__block__header__mobile__phone .sokkom__block__phone__social__link svg {
  width: 24px;
  height: 24px;
}

.sokkom__block__header__mobile__request {
  grid-area: sokkom__block__header__mobile__request;
}

.sokkom__block__header__mobile__request__button {
  width: 160px;
  min-height: 26px;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  /* or 277% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  padding: 3px;
}

.sokkom__block__header__mobile__request__button span {
  margin-right: 10px;
}

.sokkom__block__header__mobile__slogan {
  grid-area: sokkom__block__header__mobile__slogan;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  /* identical to box height, or 19px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#98C74D), to(#72963A));
  background: -o-linear-gradient(top, #98C74D 0%, #72963A 100%);
  background: linear-gradient(180deg, #98C74D 0%, #72963A 100%);
  min-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sokkom__block__header__mobile__slogan__wrapper {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
  margin: auto;
}

.sokkom__block__header__mobile {
  grid-area: sokkom__block__header__mobile;
}

.sokkom__block__header__mobile__grid {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 25px;
  padding-bottom: 25px;
}

.sokkom__block__header__phone__social {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: sokkom__block__header__phone__social;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
  margin: auto;
  margin-right: 0;
}

.sokkom__block__header__phone__social__title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  /* or 111% */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 7px;
}

.sokkom__block__header__phone__social .sokkom__block__phone__social {
  grid-area: sokkom__block__phone__social;
}

.sokkom__block__header__phone__social .sokkom__block__phone__social__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sokkom__block__header__phone__social .sokkom__block__phone__social__item {
  margin-left: 0px;
  margin-right: 10px;
}

.sokkom__block__header__phone__social .sokkom__block__phone__social__item a {
  display: block;
}

.sokkom__block__header__phone__social .sokkom__block__phone__social__item a:hover {
  color: #212121;
}

.sokkom__block__header__phone__social .sokkom__block__phone__social__item svg {
  display: block;
  width: 25px;
  height: 25px;
}

.sokkom__block__header__phone {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: sokkom__block__header__phone;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__header__phone__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__header__phone__icon {
  margin-right: 7px;
}

.sokkom__block__header__phone .sokkom__block__phone {
  grid-area: sokkom__block__phone;
}

.sokkom__block__header__phone .sokkom__block__phone__phone {
  margin-bottom: 8px;
}

.sokkom__block__header__phone .sokkom__block__phone__phone:last-of-type {
  margin-bottom: 0;
}

.sokkom__block__header__phone .sokkom__block__phone__social__item {
  margin-left: 5px;
}

.sokkom__block__header__phone .sokkom__block__phone__social__link {
  display: block;
}

.sokkom__block__header__request {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: sokkom__block__header__request;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 38px;
}

.sokkom__block__header__request__button {
  width: 219px;
  min-height: 48px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}

.sokkom__block__header__search {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-area: sokkom__block__header__search;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #00579A;
  padding-right: 38px;
}

.sokkom__block__header__search .sokkom__block__search {
  grid-area: sokkom__block__search;
}

.sokkom__block__header__search .sokkom__block__search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__header__search .sokkom__block__search__form__input[type='text'] {
  min-width: 250px;
}

.sokkom__block__header__slider {
  grid-area: sokkom__block__header__slider;
  max-width: 468px;
}

.sokkom__block__header__slider__wrapper {
  height: 100%;
  position: relative;
}

.sokkom__block__header__slider__items {
  height: 100%;
}

.sokkom__block__header__slider .owl-item {
  height: 100%;
}

.sokkom__block__header__slider .owl-item.active {
  opacity: 1;
}

.sokkom__block__header__slider__item {
  position: relative;
  padding-left: 26px;
}

.sokkom__block__header__slider__item__title {
  text-transform: uppercase;
}

.sokkom__block__header__slider__item__title, .sokkom__block__header__slider__item__text {
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
}

.sokkom__block__header__slider__item__text {
  margin-top: 10px;
}

.sokkom__block__header__slider__item__body {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 324px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
  color: #FFFFFF;
}

.sokkom__block__header__slider__item__body__wrapper {
  position: relative;
  padding: 20px 30px 20px 80px;
  overflow: hidden;
}

.sokkom__block__header__slider__item:hover .sokkom__block__header__slider__item__body {
  background: #F7314C;
}

.sokkom__block__header__slider__item:hover .sokkom__block__header__slider__item__body__wrapper::before {
  display: none;
}

.sokkom__block__header__slider__prev, .sokkom__block__header__slider__next {
  cursor: hand;
  c\ursor: pointer;
  position: absolute;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 49px;
  height: 49px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #003D7F;
}

.sokkom__block__header__slider__prev i, .sokkom__block__header__slider__next i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: translate(2px, 0);
  -ms-transform: translate(2px, 0);
  transform: translate(2px, 0);
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.sokkom__block__header__slider__prev:hover, .sokkom__block__header__slider__next:hover {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #969696;
}

.sokkom__block__header__slider__prev {
  left: 0;
}

.sokkom__block__header__slider__prev svg {
  -webkit-transform: translate(-1px, 0);
  -ms-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
}

.sokkom__block__header__slider__next {
  right: 0;
}

.sokkom__block__header__slider .owl-dots {
  padding: 30px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__header__slider .owl-dots button {
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: 100%;
  cursor: hand;
  c\ursor: pointer;
  margin: 0px 7px;
  background: #00579A;
  min-width: 0;
  max-width: 19px;
  width: 19px;
  min-height: 19px;
}

.sokkom__block__header__slider .owl-dots button:hover {
  background: none;
  border: none;
}

.sokkom__block__header__slider .owl-dots button svg {
  margin: 0;
}

.sokkom__block__header__slider .owl-dots button span {
  display: none;
}

.sokkom__block__header__slider .owl-dots button:hover, .sokkom__block__header__slider .owl-dots button.active {
  background: #969696;
}

.sokkom__block__header__slider .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__header__slider .slick-dots li {
  cursor: hand;
  c\ursor: pointer;
  width: 19px;
  height: 19px;
  background: #00579A;
  margin-left: 18px;
}

.sokkom__block__header__slider .slick-dots li.slick-active {
  background: #969696;
}

.sokkom__block__header__slider .slick-dots button {
  display: none;
  margin-right: 0;
  margin-left: 18px;
  min-width: 0;
  min-height: 0;
  width: 19px;
  height: 19px;
  background: #00579A;
  border: none;
}

.sokkom__block__header__slider .slick-dots button:nth-child(1) {
  margin-left: auto;
}

.sokkom__block__header__slider__objects_link {
  padding-left: 82px;
}

.sokkom__block__header__slider__objects_link a {
  display: inline-block;
  margin: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 33px;
  /* or 194% */
  text-transform: uppercase;
  color: #969696;
  -webkit-transform: translate(0, -46px);
  -ms-transform: translate(0, -46px);
  transform: translate(0, -46px);
}

.sokkom__block__header__slider__objects_link a:hover {
  color: #003D7F;
}

.sokkom__block__header__slogan_and_link {
  grid-area: sokkom__block__header__slogan_and_link;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.sokkom__block__header__slogan_and_link__video {
  position: relative;
}

.sokkom__block__header__slogan_and_link__video::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/static/images/pixel-background.png") no-repeat;
  background-size: 100%;
}

.sokkom__block__header__slogan_and_link__video video {
  display: block;
  width: 100%;
}

.sokkom__block__header__slogan_and_link__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__header__slogan_and_link__body {
  max-width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translate(45px, -130px);
  -ms-transform: translate(45px, -130px);
  transform: translate(45px, -130px);
}

.sokkom__block__header__slogan_and_link__title {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 130%;
  /* or 57px */
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 75px;
}

.sokkom__block__header__slogan_and_link__title span {
  display: block;
  color: #00579A;
}

.sokkom__block__header__slogan_and_link__button a {
  cursor: hand;
  c\ursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00579A;
  border: 1px solid #00579A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  /* or 21px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* identical to box height */
  color: #FFFFFF;
  text-transform: uppercase;
  min-height: 50px;
  min-width: 191px;
  max-width: 100%;
  padding: 10px 20px;
  width: auto;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sokkom__block__header__slogan_and_link__button a svg {
  margin-right: 15px;
}

.sokkom__block__header__slogan_and_link__button a:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #00579A;
}

.sokkom__block__header__slogan_and_link__button a:focus {
  outline: none;
}

.sokkom__block__header__slogan {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: sokkom__block__header__slogan;
  color: #88B245;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  max-width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__header__slogan__wrapper {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
}

.sokkom__block__header__social {
  grid-area: sokkom__block__header__social;
}

.sokkom__block__header__social__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__header__social__item {
  margin-left: 10px;
}

.sokkom__block__header__social__item:last-of-type {
  margin-bottom: 0;
}

.sokkom__block__header__social__item a {
  display: block;
}

.sokkom__block__header__social__item a:hover {
  color: #00579A;
}

.sokkom__block__header__social__item a svg {
  display: block;
  color: #212121;
}

.sokkom__block__header__social__item a svg:hover {
  color: #00579A;
}

.sokkom__block__header {
  grid-area: sokkom__block__header;
}

.sokkom__block__header__wrapper {
  padding-top: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 329px 300px 1fr auto 295px;
  grid-template-columns: 329px 300px 1fr auto 295px;
  grid-template-areas: "sokkom__block__header__logo sokkom__block__header__slogan sokkom__block__header__phone__social sokkom__block__header__phone sokkom__block__header__request" "sokkom__block__header__catalog_title sokkom__block__header__menu sokkom__block__header__menu sokkom__block__header__search sokkom__block__header__search";
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sokkom__block__intro {
  grid-area: sokkom__block__intro;
  position: relative;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-right: 25px;
  margin-top: 50px;
}

.sokkom__block__intro__background {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 1;
}

.sokkom__block__intro__wrapper {
  position: relative;
  z-index: 2;
}

.sokkom__block__intro__title {
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  /* or 114% */
  text-align: right;
  text-transform: uppercase;
  color: #003D7F;
  margin-bottom: 100px;
}

.sokkom__block__intro__image {
  max-width: 538px;
  padding: 0 30px 30px 0;
  position: relative;
  margin-bottom: 20px;
}

.sokkom__block__intro__image img {
  display: block;
  position: relative;
  z-index: 2;
}

.sokkom__block__intro__image::after {
  display: block;
  content: "";
  width: 148px;
  height: 148px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #00579A;
}

.sokkom__block__intro__text {
  max-width: 538px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
  padding-left: 100px;
}

.sokkom__block__intro__text strong, .sokkom__block__intro__text b {
  color: #969696;
}

.sokkom__block__intro__link a {
  cursor: hand;
  c\ursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00579A;
  border: 1px solid #00579A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  /* or 21px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* identical to box height */
  color: #FFFFFF;
  text-transform: uppercase;
  min-height: 50px;
  min-width: 191px;
  max-width: 100%;
  padding: 10px 20px;
  width: auto;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sokkom__block__intro__link a svg {
  margin-right: 15px;
}

.sokkom__block__intro__link a:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #00579A;
}

.sokkom__block__intro__link a:focus {
  outline: none;
}

.sokkom__block__map {
  grid-area: sokkom__block__map;
}

.sokkom__block__mobile__menu {
  grid-area: sokkom__block__mobile__menu;
  display: none;
}

.sokkom__block__mobile__menu__head {
  position: relative;
  margin-bottom: 35px;
}

.sokkom__block__mobile__menu__close {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

.sokkom__block__mobile__menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 60px;
}

.sokkom__block__mobile__menu__item {
  position: relative;
  margin-right: 18px;
}

.sokkom__block__mobile__menu__item:hover .sokkom__block__mobile__menu {
  grid-area: sokkom__block__mobile__menu;
}

.sokkom__block__mobile__menu__item:hover .sokkom__block__mobile__menu__level2 {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: all;
}

.sokkom__block__mobile__menu__item__link {
  cursor: hand;
  c\ursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  /* identical to box height, or 220% */
  text-transform: uppercase;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #fff;
}

.sokkom__block__mobile__menu__item__link > svg {
  display: block !important;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
  color: #fff;
  margin-left: 10px;
}

.sokkom__block__mobile__menu__item__link > svg path {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sokkom__block__mobile__menu__item__link:hover {
  text-decoration: none;
  color: #969696;
}

.sokkom__block__mobile__menu__item__link:hover svg {
  color: #969696;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sokkom__block__mobile__menu__item.active .sokkom__block__mobile__menu {
  grid-area: sokkom__block__mobile__menu;
}

.sokkom__block__mobile__menu__item.active .sokkom__block__mobile__menu__item__link {
  color: #B6E36D;
}

.sokkom__block__mobile__menu__item.active .sokkom__block__mobile__menu__item__link > svg {
  color: #B6E36D;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: 10px;
}

.sokkom__block__mobile__menu__item.active .sokkom__block__mobile__menu__item__link:hover {
  color: #B6E36D;
}

.sokkom__block__mobile__menu__item.active .sokkom__block__mobile__menu__item__link:hover > svg {
  color: #B6E36D;
}

.sokkom__block__mobile__menu__item.active .sokkom__block__mobile__menu__level2 {
  max-height: 600px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.sokkom__block__mobile__menu__level2 {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.sokkom__block__mobile__menu__level2__wrapper {
  margin: 10px 0 20px;
}

.sokkom__block__mobile__menu__level2__item {
  margin-bottom: 15px;
}

.sokkom__block__mobile__menu__level2__item:last-of-type {
  margin-bottom: 0;
}

.sokkom__block__mobile__menu__level2__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #212121;
}

.sokkom__block__mobile__menu__level2__item__link svg {
  margin-right: 15px;
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
}

.sokkom__block__mobile__menu__level2__item__link.active {
  color: #B6E36D;
}

.sokkom__block__mobile__menu__footer .sokkom__block__search {
  grid-area: sokkom__block__search;
  margin-bottom: 70px;
}

.sokkom__block__mobile__menu__footer .sokkom__block__quality_marks {
  grid-area: sokkom__block__quality_marks;
  color: #fff;
}

.sokkom__block__mobile__menu__footer .sokkom__block__quality_marks svg {
  color: #fff;
}

.sokkom__block__mobile__menu__footer .sokkom__block__quality_marks__items {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.sokkom__block__mobile__menu__footer .sokkom__block__quality_marks__description {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 15px;
  /* or 83% */
  color: #FFFFFF;
  margin-bottom: 30px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.sokkom__block__mobile__menu__footer .sokkom__block__quality_marks__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sokkom__block__mobile__menu .sokkom__block__quality_marks {
  grid-area: sokkom__block__quality_marks;
  padding: 0;
}

.sokkom__block__mobile__menu .sokkom__block__quality_marks__description {
  line-height: 1.4;
}

.sokkom__block__modal__map {
  grid-area: sokkom__block__modal__map;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999998;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  visibility: hidden;
  pointer-events: none;
}

.sokkom__block__modal__map__wrapper {
  max-width: 100%;
  width: 100%;
}

.sokkom__block__modal__map.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  pointer-events: all;
}

.sokkom__block__modal__map.active .sokkom__block__modal__map__window {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.sokkom__block__modal__map::before {
  display: block;
  content: "";
  background: RGBA(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.sokkom__block__modal__map__window {
  opacity: 0;
  z-index: 999999;
  position: relative;
  background: #00579A;
  width: 100%;
  min-height: 100%;
  padding: 22px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sokkom__block__modal__map__window__close a {
  display: block;
  cursor: hand;
  c\ursor: pointer;
  position: absolute;
  left: 22px;
  top: 13px;
}

.sokkom__block__modal__map__window__title {
  text-align: center;
  margin-bottom: 40px;
  color: #000;
}

.sokkom__block__modal__map__window__body {
  margin: auto;
}

.sokkom__block__modal__map__window__body .form__item {
  margin-bottom: 20px;
}

.sokkom__block__modal__map__window__body .form__message__success {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sokkom__block__modal__map__window__body .call_reques__form__item, .sokkom__block__modal__map__window__body .form__item__submit {
  text-align: right;
}

.sokkom__block__modal__map__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

.sokkom__block__modal__map__window {
  background: transparent;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
  padding: 0px;
  padding-top: 75px;
}

.sokkom__block__modal__map__window__title {
  display: none;
}

.sokkom__block__modal__map__window__close {
  width: 100%;
}

.sokkom__block__modal__map__window__close a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #fff;
  background: #C4C4C4;
  width: 100%;
  height: 75px;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 0;
  padding-right: 30px;
}

.sokkom__block__modal__map__window__close a svg {
  display: block;
  width: 19px;
  height: 19px;
  color: #212121;
}

.sokkom__block__modal__map__window__close a::before {
  display: inline-block;
  content: "закрыть";
  vertical-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 1;
  margin-right: 10px;
  /* identical to box height */
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.sokkom__block__modal__map__window__body {
  height: 100%;
}

.sokkom__block__modal__phones {
  grid-area: sokkom__block__modal__phones;
  display: none;
}

.sokkom__block__modal__phones__head {
  position: relative;
  margin-bottom: 35px;
}

.sokkom__block__modal__phones__close {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

.sokkom__block__modal__phones__title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  /* or 140% */
  text-transform: uppercase;
  color: #75A2C5;
  margin-bottom: 20px;
}

.sokkom__block__modal__phones__body .sokkom__block__phone {
  grid-area: sokkom__block__phone;
}

.sokkom__block__modal__phones__body .sokkom__block__phone__phone a {
  font-stylee: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  /* or 140% */
  text-transform: uppercase;
  color: #fff;
}

.sokkom__block__news__slider {
  grid-area: sokkom__block__news__slider;
  background-color: #00579A;
  background-repeat: no-repeat;
  background-position: 30% calc(100% + 25px);
  padding: 95px 0 105px;
  overflow: hidden;
  position: relative;
}

.sokkom__block__news__slider__anchor {
  pointer-events: none;
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.sokkom__block__news__slider__title {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  margin-bottom: 95px;
}

.sokkom__block__news__slider__title span {
  display: block;
  color: #969696;
}

.sokkom__block__news__slider__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: strech;
  -ms-flex-align: strech;
  align-items: strech;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__news__slider__item {
  width: 270px;
}

.sokkom__block__news__slider__item a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sokkom__block__news__slider__item__title {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 120%;
  /* or 30px */
  letter-spacing: -0.04em;
  color: #003D7F;
  margin-bottom: 10px;
}

.sokkom__block__news__slider__item__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
  color: #003D7F;
}

.sokkom__block__news__slider__item__image {
  position: relative;
  margin-bottom: 30px;
}

.sokkom__block__news__slider__item__image img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sokkom__block__news__slider__item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 120px;
  height: 38px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #969696;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 33px;
  /* identical to box height, or 194% */
  text-transform: uppercase;
  -webkit-transform: translate(30px, 17px);
  -ms-transform: translate(30px, 17px);
  transform: translate(30px, 17px);
}

.sokkom__block__news__slider__item:hover .sokkom__block__news__slider__item a {
  color: #969696;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sokkom__block__news__slider__item:hover .sokkom__block__news__slider__item__title a, .sokkom__block__news__slider__item:hover .sokkom__block__news__slider__item__text a {
  color: #969696;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sokkom__block__news__slider__item:hover .sokkom__block__news__slider__item__image img {
  -webkit-transform: translate(0, 13px);
  -ms-transform: translate(0, 13px);
  transform: translate(0, 13px);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sokkom__block__news__slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.sokkom__block__news__slider .owl-item {
  opacity: 0;
}

.sokkom__block__news__slider .owl-item.active {
  opacity: 1;
}

.sokkom__block__news__slider__prev, .sokkom__block__news__slider__next {
  cursor: hand;
  c\ursor: pointer;
  position: absolute;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 49px;
  height: 49px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #003D7F;
}

.sokkom__block__news__slider__prev i, .sokkom__block__news__slider__next i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: translate(2px, 0);
  -ms-transform: translate(2px, 0);
  transform: translate(2px, 0);
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.sokkom__block__news__slider__prev:hover, .sokkom__block__news__slider__next:hover {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #969696;
}

.sokkom__block__news__slider__prev {
  left: 0;
}

.sokkom__block__news__slider__prev svg {
  -webkit-transform: translate(-1px, 0);
  -ms-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
}

.sokkom__block__news__slider__next {
  right: 0;
}

.sokkom__block__news__slider .owl-dots {
  padding: 30px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__news__slider .owl-dots button {
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: 100%;
  cursor: hand;
  c\ursor: pointer;
  margin: 0px 7px;
  background: #00579A;
  min-width: 0;
  max-width: 19px;
  width: 19px;
  min-height: 19px;
}

.sokkom__block__news__slider .owl-dots button:hover {
  background: none;
  border: none;
}

.sokkom__block__news__slider .owl-dots button svg {
  margin: 0;
}

.sokkom__block__news__slider .owl-dots button span {
  display: none;
}

.sokkom__block__news__slider .owl-dots button:hover, .sokkom__block__news__slider .owl-dots button.active {
  background: #969696;
}

.sokkom__block__news__slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
}

.sokkom__block__news__slider__prev, .sokkom__block__news__slider__next {
  color: #003D7F;
  position: static;
}

.page__inner .sokkom__block__news__slider {
  grid-area: sokkom__block__news__slider;
  background: #003D7F;
  padding: 85px 0 95px;
  overflow: hidden;
  position: relative;
}

.page__inner .sokkom__block__news__slider::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 250px;
  width: 171px;
  height: 6px;
  background: #6C8B98;
  opacity: 1;
}

.page__inner .sokkom__block__news__slider__title {
  color: #fff;
  margin-bottom: 70px;
}

.page__inner .sokkom__block__news__slider__item__title a {
  color: #fff;
}

.page__inner .sokkom__block__news__slider__item__text a {
  color: #fff;
}

.page__inner .sokkom__block__news__slider__prev, .page__inner .sokkom__block__news__slider__next {
  border: 1px solid rgba(203, 228, 238, 0.3);
}

.page__inner .sokkom__block__news__slider__prev svg, .page__inner .sokkom__block__news__slider__next svg {
  color: rgba(203, 228, 238, 0.3);
}

.page__inner .sokkom__block__news__slider__prev:hover, .page__inner .sokkom__block__news__slider__next:hover {
  border: 1px solid #CBE4EE;
}

.page__inner .sokkom__block__news__slider__prev:hover svg, .page__inner .sokkom__block__news__slider__next:hover svg {
  color: #969696;
}

.sokkom__block__news {
  grid-area: sokkom__block__news;
}

.sokkom__block__news__item {
  width: 270px;
}

.sokkom__block__news__item a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sokkom__block__news__item__title {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 120%;
  /* or 30px */
  letter-spacing: -0.04em;
  color: #003D7F;
  margin-bottom: 10px;
}

.sokkom__block__news__item__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
  color: #003D7F;
}

.sokkom__block__news__item__image {
  position: relative;
  margin-bottom: 30px;
}

.sokkom__block__news__item__image img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sokkom__block__news__item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 120px;
  height: 38px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #969696;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 33px;
  /* identical to box height, or 194% */
  text-transform: uppercase;
  -webkit-transform: translate(30px, 17px);
  -ms-transform: translate(30px, 17px);
  transform: translate(30px, 17px);
}

.sokkom__block__news__item:hover .sokkom__block__news__item a {
  color: #969696;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sokkom__block__news__item:hover .sokkom__block__news__item__title a, .sokkom__block__news__item:hover .sokkom__block__news__item__text a {
  color: #969696;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sokkom__block__news__item:hover .sokkom__block__news__item__image img {
  -webkit-transform: translate(0, 13px);
  -ms-transform: translate(0, 13px);
  transform: translate(0, 13px);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sokkom__block__news__items {
  display: -ms-grid;
  display: grid;
  grid-gap: 50px 20px;
  grid-template-columns: repeat(auto-fill, calc(25% - 20px));
}

.sokkom__block__news__item {
  margin-bottom: 50px;
  max-width: 270px;
  width: 100%;
}

.sokkom__block__news__item__image {
  margin-bottom: 45px;
}

.sokkom__block__news__item__title {
  margin-bottom: 50px;
}

.sokkom__block__news__item__text a {
  color: #3A5057;
}

.sokkom__block__news__item__date {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.sokkom__block__objects_on_main {
  grid-area: sokkom__block__objects_on_main;
  margin: -325px 0 130px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__objects_on_main__wrapper {
  max-width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__objects_on_main__items {
  border: solid 4px #fff;
  background: #fff;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(25% - 3px));
  grid-gap: 4px;
}

.sokkom__block__objects_on_main__item {
  background-size: cover;
  height: 240px;
  padding: 22px 40px;
}

.sokkom__block__objects_on_main__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
}

.sokkom__block__objects_on_main__item__title {
  padding: 13px 35px;
  background: rgba(33, 33, 33, 0.5);
  border: 1px solid #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  /* or 22px */
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 190px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__objects_on_main__item__title:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #00579A;
  border-color: #00579A;
}

.sokkom__block__objects__slider {
  grid-area: sokkom__block__objects__slider;
  background-color: #003D7F;
  background-repeat: no-repeat;
  background-position: 30% calc(100% + 25px);
  padding: 95px 0 105px;
  overflow: hidden;
  position: relative;
}

.sokkom__block__objects__slider__anchor {
  pointer-events: none;
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.sokkom__block__objects__slider__title {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  margin-bottom: 95px;
  position: relative;
  color: #fff;
}

.sokkom__block__objects__slider__title span {
  display: block;
  color: #969696;
}

.sokkom__block__objects__slider__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: strech;
  -ms-flex-align: strech;
  align-items: strech;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__objects__slider__item__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 230px;
}

.sokkom__block__objects__slider__item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.sokkom__block__objects__slider__item__title {
  width: calc(100% - 70px);
  background: #003D7F;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__objects__slider__item__title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 33px;
  /* identical to box height, or 194% */
  text-transform: uppercase;
  padding: 10px 25px;
  color: #fff;
}

.sokkom__block__objects__slider__item__link {
  background: #969696;
  width: 70px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__objects__slider__item__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #fff;
  height: 100%;
  width: 70px;
}

.sokkom__block__objects__slider__item__link svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__objects__slider__item:hover .sokkom__block__objects__slider__item__title {
  background: #969696;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__objects__slider__item:hover .sokkom__block__objects__slider__item__link {
  background: #003D7F;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__objects__slider__item:hover .sokkom__block__objects__slider__item__link svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sokkom__block__objects__slider__item__image {
  width: 370px;
  height: 230px;
}

.sokkom__block__objects__slider__item__title {
  background-color: #00579A;
}

.sokkom__block__objects__slider__item__title a {
  color: #003D7F;
}

.sokkom__block__objects__slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.sokkom__block__objects__slider .owl-item {
  opacity: 0;
}

.sokkom__block__objects__slider .owl-item.active {
  opacity: 1;
}

.sokkom__block__objects__slider .owl-item.active + .owl-item.active + .owl-item.active + .owl-item {
  opacity: 0.5;
}

.sokkom__block__objects__slider__prev, .sokkom__block__objects__slider__next {
  cursor: hand;
  c\ursor: pointer;
  position: absolute;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 49px;
  height: 49px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #003D7F;
}

.sokkom__block__objects__slider__prev i, .sokkom__block__objects__slider__next i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: translate(2px, 0);
  -ms-transform: translate(2px, 0);
  transform: translate(2px, 0);
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.sokkom__block__objects__slider__prev:hover, .sokkom__block__objects__slider__next:hover {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #969696;
}

.sokkom__block__objects__slider__prev {
  left: 0;
}

.sokkom__block__objects__slider__prev svg {
  -webkit-transform: translate(-1px, 0);
  -ms-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
}

.sokkom__block__objects__slider__next {
  right: 0;
}

.sokkom__block__objects__slider .owl-dots {
  padding: 30px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__objects__slider .owl-dots button {
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: 100%;
  cursor: hand;
  c\ursor: pointer;
  margin: 0px 7px;
  background: #00579A;
  min-width: 0;
  max-width: 19px;
  width: 19px;
  min-height: 19px;
}

.sokkom__block__objects__slider .owl-dots button:hover {
  background: none;
  border: none;
}

.sokkom__block__objects__slider .owl-dots button svg {
  margin: 0;
}

.sokkom__block__objects__slider .owl-dots button span {
  display: none;
}

.sokkom__block__objects__slider .owl-dots button:hover, .sokkom__block__objects__slider .owl-dots button.active {
  background: #969696;
}

.sokkom__block__objects__slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  right: 0;
  top: 0px;
}

.sokkom__block__objects__slider__prev, .sokkom__block__objects__slider__next {
  color: #00579A;
  position: static;
  margin-left: 25px;
  border-color: #00579A;
}

.page__catitem .sokkom__block__objects__slider {
  grid-area: sokkom__block__objects__slider;
  background: none;
  padding: 0 0 105px;
  overflow: hidden;
  position: relative;
}

.page__catitem .sokkom__block__objects__slider__title {
  color: #003D7F;
}

.page__catitem .sokkom__block__objects__slider__prev, .page__catitem .sokkom__block__objects__slider__next {
  color: #00579A;
  position: static;
  margin-left: 25px;
  border-color: #003D7F;
}

.page__catitem .sokkom__block__objects__slider__prev:hover, .page__catitem .sokkom__block__objects__slider__next:hover {
  color: #969696;
}

.sokkom__block__objects {
  grid-area: sokkom__block__objects;
}

.sokkom__block__objects__title {
  padding-top: 90px;
  border-top: 2px solid #E5E5E5;
  font-style: normal;
  font-weight: 200;
  font-size: 45px;
  line-height: 130%;
  /* or 58px */
  text-transform: uppercase;
  color: #212121;
  margin-bottom: 45px;
}

.sokkom__block__objects__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(25% - 30px));
  grid-gap: 31px 39px;
  margin-bottom: 110px;
}

.sokkom__block__objects__item {
  height: 229px;
  background-size: cover;
}

.sokkom__block__objects__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  padding: 13px 27px;
}

.sokkom__block__objects__item__title {
  background: rgba(33, 33, 33, 0.5);
  border: 1px solid #FFFFFF;
  padding: 23px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  /* or 22px */
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__objects__item__title:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #00579A;
  border-color: #00579A;
}

.sokkom__block__objects.slider {
  margin-bottom: 115px;
}

.sokkom__block__objects.slider .slick-track {
  height: 227px;
}

.sokkom__block__objects.slider .sokkom__block__objects {
  grid-area: sokkom__block__objects;
}

.sokkom__block__objects.slider .sokkom__block__objects__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px calc(100% - 224px) 40px 1fr;
  grid-template-columns: 1fr calc(100% - 224px) 1fr;
  grid-gap: 35px 40px;
}

.sokkom__block__objects.slider .sokkom__block__objects__items {
  margin: 0 -20px;
}

.sokkom__block__objects.slider .sokkom__block__objects__items.slick-slider {
  margin-bottom: 0;
}

.sokkom__block__objects.slider .sokkom__block__objects__item {
  margin: 0 20px;
}

.sokkom__block__objects.slider .sokkom__block__objects__controls__prev, .sokkom__block__objects.slider .sokkom__block__objects__controls__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: hand;
  c\ursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #8C8C8C;
}

.sokkom__block__objects.slider .sokkom__block__objects__controls__prev:hover, .sokkom__block__objects.slider .sokkom__block__objects__controls__next:hover {
  color: #00579A;
  border-color: #00579A;
}

.sokkom__block__objects.slider .sokkom__block__objects__controls__prev {
  border-width: 0 0 0 1px;
}

.sokkom__block__objects.slider .sokkom__block__objects__controls__next {
  border-width: 0 1px 0 0;
}

.sokkom__block__paginator {
  grid-area: sokkom__block__paginator;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  /* or 26px */
  text-transform: capitalize;
  color: #212121;
  margin-bottom: 110px;
}

.sokkom__block__paginator a {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  /* or 26px */
  text-transform: capitalize;
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 10px;
  padding: 0px 2px;
  border-bottom: solid 1px;
}

.sokkom__block__paginator__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sokkom__block__paginator__items__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sokkom__block__paginator__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0px 9px;
  min-width: 29px;
  min-height: 30px;
  background: #B6E36D;
  color: #fff;
  margin: 0 10px;
}

.sokkom__block__paginator__item a:hover {
  color: #C1C1C1;
}

.sokkom__block__paginator__item__previous, .sokkom__block__paginator__item__next {
  display: none;
}

.sokkom__block__partners {
  grid-area: sokkom__block__partners;
  margin-bottom: 80px;
  overflow: hidden;
}

.sokkom__block__partners__wrapper {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 0;
}

.sokkom__block__partners__title {
  display: inline-block;
  padding: 10px 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  /* or 32px */
  color: #FFFFFF;
  background: #00579A;
  -webkit-transform: translate(-38px, 0);
  -ms-transform: translate(-38px, 0);
  transform: translate(-38px, 0);
  margin-bottom: 60px;
}

.sokkom__block__partners__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -25px;
  margin-right: -25px;
}

.sokkom__block__partners__item {
  margin: 0 25px 30px;
}

.sokkom__block__partners__item__image img {
  max-height: 152px;
}

.sokkom__block__phone__social {
  grid-area: sokkom__block__phone__social;
}

.sokkom__block__phone__social__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__phone__social__item {
  margin-left: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sokkom__block__phone__social__link {
  display: block;
}

.sokkom__block__phone__social__link.viber {
  color: #744D94;
}

.sokkom__block__phone__social__link.watsapp {
  color: #41B945;
}

.sokkom__block__phone__social__link.telegram {
  color: #30A7DC;
}

.sokkom__block__phone__social__link svg {
  display: block;
}

.sokkom__block__phone {
  grid-area: sokkom__block__phone;
}

.sokkom__block__phone__wrapper {
  position: relative;
}

.sokkom__block__phone__phone {
  padding-bottom: 5px;
}

.sokkom__block__phone__phone:last-of-type {
  padding-bottom: 0;
}

.sokkom__block__phone__phone > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  /* or 111% */
  text-transform: uppercase;
  color: #000000;
}

.sokkom__block__phone__phone > a:hover {
  color: #969696;
}

.sokkom__block__products_on_main {
  grid-area: sokkom__block__products_on_main;
  margin-bottom: 165px;
}

.sokkom__block__products_on_main__wrapper {
  max-width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__products_on_main__items {
  background: #fff;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(25% - 27px));
  grid-gap: 54px 36px;
}

.sokkom__block__products_on_main__item {
  background-size: cover;
  background-position: center;
  height: 302px;
  padding: 22px 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__products_on_main__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
}

.sokkom__block__products_on_main__item__title {
  padding: 14px 11px;
  background: #00579A;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  /* or 22px */
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__products_on_main__item__title:hover {
  background: #070707;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__products_on_main__item:last-of-type {
  border: 2px solid #C4C4C4;
}

.sokkom__block__products_on_main__item:last-of-type .sokkom__block__products_on_main {
  grid-area: sokkom__block__products_on_main;
}

.sokkom__block__products_on_main__item:last-of-type .sokkom__block__products_on_main__item__title {
  border-radius: 40px;
  -ms-flex-preferred-size: 230px;
  flex-basis: 230px;
}

.sokkom__block__products {
  grid-area: sokkom__block__products;
  margin-bottom: 165px;
}

.sokkom__block__products__wrapper {
  max-width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__products__items {
  background: #fff;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(25% - 27px));
  grid-gap: 54px 36px;
}

.sokkom__block__products__item {
  background-size: cover;
  background-position: center;
  height: 302px;
  padding: 22px 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__products__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
}

.sokkom__block__products__item__title {
  padding: 14px 11px;
  background: #00579A;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  /* or 22px */
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__products__item__title:hover {
  background: #070707;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__products__item.request {
  border: 2px solid #C4C4C4;
}

.sokkom__block__products__item.request .sokkom__block__products {
  grid-area: sokkom__block__products;
}

.sokkom__block__products__item.request .sokkom__block__products__item__title {
  border-radius: 40px;
  -ms-flex-preferred-size: 230px;
  flex-basis: 230px;
}

.sokkom__block__quality_marks {
  grid-area: sokkom__block__quality_marks;
  padding: 0 38px;
  margin-bottom: 50px;
}

.sokkom__block__quality_marks__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
}

.sokkom__block__quality_marks__description {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  /* or 80% */
  color: #212121;
}

.sokkom__block__quality_marks__item {
  margin: 0 30px 0 0;
}

.sokkom__block__quality_marks__item svg {
  display: block;
  color: #212121;
}

.sokkom__block__request_on_main {
  grid-area: sokkom__block__request_on_main;
  margin-bottom: 165px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__request_on_main__wrapper {
  max-width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__request_on_main__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sokkom__block__request_on_main__text {
  width: calc(50% - 80px);
}

.sokkom__block__request_on_main__text p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  /* or 19px */
  color: #000000;
}

.sokkom__block__request_on_main__text__bottom {
  padding-top: 30px;
}

.sokkom__block__request_on_main__text__button {
  cursor: hand;
  c\ursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00579A;
  border: 1px solid #00579A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  /* or 21px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* identical to box height */
  color: #FFFFFF;
  text-transform: uppercase;
  min-height: 50px;
  min-width: 191px;
  max-width: 100%;
  padding: 10px 20px;
  width: auto;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  min-width: 356px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  /* identical to box height, or 22px */
  text-transform: uppercase;
}

.sokkom__block__request_on_main__text__button svg {
  margin-right: 15px;
}

.sokkom__block__request_on_main__text__button:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #00579A;
}

.sokkom__block__request_on_main__text__button:focus {
  outline: none;
}

.sokkom__block__request_on_main__certificates {
  position: relative;
  width: calc(50% - 20px);
  padding-left: 115px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__request_on_main__certificates__scroll {
  position: absolute;
  left: 0;
  top: 0;
}

.sokkom__block__request_on_main__certificates__scroll::before, .sokkom__block__request_on_main__certificates__scroll::after {
  display: block;
  content: "";
}

.sokkom__block__request_on_main__certificates__scroll::before {
  width: 4px;
  height: 224px;
  background: #E5E5E5;
}

.sokkom__block__request_on_main__certificates__items {
  overflow-y: scroll;
  height: 220px;
  margin-bottom: 30px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.sokkom__block__request_on_main__certificates__items::-webkit-scrollbar {
  display: none;
}

.sokkom__block__request_on_main__certificates__item {
  margin-bottom: 25px;
}

.sokkom__block__request_on_main__certificates__item svg {
  position: absolute;
  left: 0;
  top: 0px;
}

.sokkom__block__request_on_main__certificates__item a {
  display: block;
  position: relative;
  padding-left: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  /* or 19px */
  text-decoration-line: underline;
}

.sokkom__block__request_on_main__certificates__bottom__link {
  cursor: hand;
  c\ursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00579A;
  border: 1px solid #00579A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  /* or 21px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* identical to box height */
  color: #FFFFFF;
  text-transform: uppercase;
  min-height: 50px;
  min-width: 191px;
  max-width: 100%;
  padding: 10px 20px;
  width: auto;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  min-width: 283px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  /* identical to box height, or 22px */
  text-transform: uppercase;
}

.sokkom__block__request_on_main__certificates__bottom__link svg {
  margin-right: 15px;
}

.sokkom__block__request_on_main__certificates__bottom__link:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #00579A;
}

.sokkom__block__request_on_main__certificates__bottom__link:focus {
  outline: none;
}

.sokkom__block__request_on_main__certificates .mCSB_scrollTools {
  left: 0;
  right: auto;
  -webkit-transform: translate(-121px, 8px);
  -ms-transform: translate(-121px, 8px);
  transform: translate(-121px, 8px);
}

.sokkom__block__request_on_main__certificates .mCSB_outside + .mCSB_scrollTools {
  right: auto;
}

.sokkom__block__request_on_main__certificates .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .sokkom__block__request_on_main__certificates .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #00579A;
}

.sokkom__block__request_on_main__certificates .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
}

.sokkom__block__request_on_main__certificates .mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail, .sokkom__block__request_on_main__certificates .mCSB_scrollTools .mCSB_draggerRail {
  background: #E5E5E5;
}

.sokkom__block__reviews_on_main {
  grid-area: sokkom__block__reviews_on_main;
}

.sokkom__block__reviews {
  grid-area: sokkom__block__reviews;
  margin-bottom: 60px;
  overflow: hidden;
}

.sokkom__block__reviews__wrapper {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
}

.sokkom__block__reviews__title {
  display: inline-block;
  padding: 10px 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  /* or 32px */
  color: #FFFFFF;
  background: #00579A;
  -webkit-transform: translate(-38px, 0);
  -ms-transform: translate(-38px, 0);
  transform: translate(-38px, 0);
  margin-bottom: 60px;
}

.sokkom__block__reviews__item {
  height: 100%;
}

.sokkom__block__reviews__item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-direction: column;
  height: 100%;
}

.sokkom__block__reviews__item__image {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px;
}

.sokkom__block__reviews__item__image img {
  display: block;
  -webkit-filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
  max-width: 100%;
}

.sokkom__block__reviews__item__title {
  font-style: normal;
  font-weight: 200;
  font-size: 15px;
  line-height: 158%;
  /* or 24px */
  color: #383838;
  margin-top: auto;
}

.sokkom__block__reviews__slider {
  padding: 0 46px;
  position: relative;
}

.sokkom__block__reviews__controls__prev, .sokkom__block__reviews__controls__next {
  top: calc(50% - 12px);
  position: absolute;
  cursor: hand;
  c\ursor: pointer;
  z-index: 1;
}

.sokkom__block__reviews__controls__prev svg, .sokkom__block__reviews__controls__next svg {
  color: #00579A;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sokkom__block__reviews__controls__prev {
  left: 0px;
}

.sokkom__block__reviews__controls__next {
  right: 0px;
}

.sokkom__block__roof {
  grid-area: sokkom__block__roof;
}

.sokkom__block__roof__wrapper {
  padding-top: 46px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: ;
  grid-template: "sokkom__block__header__logo sokkom__block__header__menu sokkom__block__header__contact";
  grid-gap: 20px;
  padding-bottom: 45px;
}

.sokkom__block__scms_controls {
  grid-area: sokkom__block__scms_controls;
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
}

.sokkom__block__scms_controls__wrapper {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
}

.sokkom__block__scms_controls__wrapper a {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00579A;
  border: 1px solid #00579A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  /* or 21px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* identical to box height */
  color: #FFFFFF;
  text-transform: uppercase;
  min-height: 50px;
  min-width: 191px;
  max-width: 100%;
  padding: 10px 20px;
  width: auto;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 4px 10px;
  min-height: 0px;
  padding: 10px 20px;
  min-width: 0;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
}

.sokkom__block__scms_controls__wrapper a svg {
  margin-right: 15px;
}

.sokkom__block__scms_controls__wrapper a:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #00579A;
}

.sokkom__block__scms_controls__wrapper a:focus {
  outline: none;
}

.sokkom__block__search {
  grid-area: sokkom__block__search;
}

.sokkom__block__search__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__search__form__input[type='text'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  width: calc(100% - 30px);
  padding: 0 13px;
  min-height: 30px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 7px;
  border: none;
  /* identical to box height, or 194% */
  margin-right: 10px;
}

.sokkom__block__search__form__input[type='text']::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6A7C92;
}

.sokkom__block__search__form__input[type='text']::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6A7C92;
}

.sokkom__block__search__form__input[type='text']:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6A7C92;
}

.sokkom__block__search__form__input[type='text']::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6A7C92;
}

.sokkom__block__search__form__input[type='text']::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6A7C92;
}

.sokkom__block__search__form__button {
  border: none;
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: 100%;
  color: #fff;
}

.sokkom__block__search__form__button:hover {
  background: none;
  border: none;
}

.sokkom__block__search__form__button svg {
  margin: 0;
}

.sokkom__block__slider {
  grid-area: sokkom__block__slider;
  max-width: 100%;
  margin-bottom: 50px;
}

.sokkom__block__slider__wrapper {
  position: relative;
}

.sokkom__block__slider__item img {
  width: 100%;
}

.sokkom__block__slider__controls__prev, .sokkom__block__slider__controls__next {
  top: calc(50% - 32px);
  position: absolute;
  cursor: hand;
  c\ursor: pointer;
  z-index: 1;
}

.sokkom__block__slider__controls__prev svg, .sokkom__block__slider__controls__next svg {
  color: rgba(0, 87, 154, 0.7);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sokkom__block__slider__controls__prev svg:hover, .sokkom__block__slider__controls__next svg:hover {
  color: #00579a;
}

.sokkom__block__slider__controls__prev {
  left: 20px;
}

.sokkom__block__slider__controls__next {
  right: 20px;
}

.sokkom__block__slogan_on_main {
  grid-area: sokkom__block__slogan_on_main;
  max-width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__slogan_on_main__wrapper {
  position: relative;
  padding-left: 330px;
}

.sokkom__block__slogan_on_main__wrapper::before {
  display: block;
  content: "";
  width: 75px;
  height: 5px;
  background: #E5E5E5;
  top: 12px;
  left: 0;
  position: absolute;
}

.sokkom__block__slogan_on_main__slogan {
  font-style: normal;
  font-weight: 200;
  font-size: 44px;
  line-height: 130%;
  /* or 57px */
  text-transform: uppercase;
  color: #212121;
  margin-bottom: 40px;
}

.sokkom__block__social {
  grid-area: sokkom__block__social;
}

.sokkom__block__social__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__social__item {
  margin-left: 5px;
}

.sokkom__block__social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 0;
  color: #969696;
}

.sokkom__block__social a {
  display: block;
  font-size: 32px;
}

.sokkom__block__social a.icon-social-telegram {
  font-size: 28px;
}

.sokkom__block__social a.icon-social-viber {
  font-size: 34px;
}

.sokkom__block__social a svg {
  display: block;
}

.sokkom__block__specialists__slider {
  grid-area: sokkom__block__specialists__slider;
  background: -webkit-gradient(linear, left top, right top, from(#00579A), color-stop(50%, #00579A), color-stop(50%, #fff));
  background: -o-linear-gradient(left, #00579A, #00579A 50%, #fff 50%);
  background: linear-gradient(to right, #00579A, #00579A 50%, #fff 50%);
  overflow: hidden;
  position: relative;
  margin-bottom: 115px;
}

.sokkom__block__specialists__slider__anchor {
  pointer-events: none;
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.sokkom__block__specialists__slider__title {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  margin-bottom: 95px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__specialists__slider__title span {
  color: #969696;
  margin: 0 auto 0 20px;
}

.sokkom__block__specialists__slider__container {
  background: #00579A;
  padding: 100px 100px 150px 0;
}

.sokkom__block__specialists__slider__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: strech;
  -ms-flex-align: strech;
  align-items: strech;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__specialists__slider__item {
  width: 270px;
}

.sokkom__block__specialists__slider__item__title {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
  color: #3A5057;
  margin-bottom: 30px;
}

.sokkom__block__specialists__slider__item__fio {
  font-weight: bold;
}

.sokkom__block__specialists__slider__item__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
  color: #003D7F;
}

.sokkom__block__specialists__slider__item__image {
  margin-bottom: 25px;
}

.sokkom__block__specialists__slider__item__image img {
  max-width: 100%;
  border: solid 1px #D1D1D1;
}

.sokkom__block__specialists__slider__item__phone {
  margin-bottom: 15px;
}

.sokkom__block__specialists__slider__item__phone svg {
  margin-right: 8px;
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

.sokkom__block__specialists__slider__item__email svg {
  margin-right: 7px;
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px);
}

.sokkom__block__specialists__slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.sokkom__block__specialists__slider .owl-item {
  opacity: 0;
}

.sokkom__block__specialists__slider .owl-item.active {
  opacity: 1;
}

.sokkom__block__specialists__slider .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active {
  opacity: 0.5;
}

.sokkom__block__specialists__slider__prev, .sokkom__block__specialists__slider__next {
  cursor: hand;
  c\ursor: pointer;
  position: absolute;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 49px;
  height: 49px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #003D7F;
}

.sokkom__block__specialists__slider__prev i, .sokkom__block__specialists__slider__next i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: translate(2px, 0);
  -ms-transform: translate(2px, 0);
  transform: translate(2px, 0);
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.sokkom__block__specialists__slider__prev:hover, .sokkom__block__specialists__slider__next:hover {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #969696;
}

.sokkom__block__specialists__slider__prev {
  left: 0;
}

.sokkom__block__specialists__slider__prev svg {
  -webkit-transform: translate(-1px, 0);
  -ms-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
}

.sokkom__block__specialists__slider__next {
  right: 0;
}

.sokkom__block__specialists__slider .owl-dots {
  padding: 30px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__specialists__slider .owl-dots button {
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: 100%;
  cursor: hand;
  c\ursor: pointer;
  margin: 0px 7px;
  background: #00579A;
  min-width: 0;
  max-width: 19px;
  width: 19px;
  min-height: 19px;
}

.sokkom__block__specialists__slider .owl-dots button:hover {
  background: none;
  border: none;
}

.sokkom__block__specialists__slider .owl-dots button svg {
  margin: 0;
}

.sokkom__block__specialists__slider .owl-dots button span {
  display: none;
}

.sokkom__block__specialists__slider .owl-dots button:hover, .sokkom__block__specialists__slider .owl-dots button.active {
  background: #969696;
}

.sokkom__block__specialists__slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__block__specialists__slider__prev, .sokkom__block__specialists__slider__next {
  position: static;
  margin-left: 25px;
}

.sokkom__block__start_request {
  grid-area: sokkom__block__start_request;
  margin-bottom: 80px;
}

.sokkom__block__start_request__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 0px;
  background: url("../images/svg/block-start-request-background.svg") no-repeat top;
  background-size: cover;
  -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  min-height: 106px;
}

.sokkom__block__start_request__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  /* identical to box height */
  color: #FFFFFF;
  margin-right: 20px;
}

.sokkom__block__start_request__button {
  max-width: 220px;
}

.sokkom__block__svg_icon {
  grid-area: sokkom__block__svg_icon;
  display: inline-block;
  vertical-align: middle;
}

.sokkom__block__svg_icon svg {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  all: inherit;
}

.sokkom__block__svg_icon svg use, .sokkom__block__svg_icon svg path {
  all: inherit;
}

.sokkom__block__svg_icons {
  grid-area: sokkom__block__svg_icons;
  display: none;
}

.sokkom__block__title {
  grid-area: sokkom__block__title;
}

.sokkom__block__title__head {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "block__title__head__text block__title__head__line block__title__head__decor";
  grid-gap: 5px 15px;
  -ms-grid-columns: auto 15px 2fr 15px 55px;
  grid-template-columns: auto 2fr 55px;
  margin-bottom: 50px;
}

.sokkom__block__title__head__line {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: block__title__head__line;
  border-bottom: 4px solid #E5E5E5;
  height: 17px;
}

.sokkom__block__title__head > .sokkom__block__title__head__line {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.sokkom__block__title__head__decor {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: block__title__head__decor;
  -ms-grid-row-align: top;
  align-self: top;
}

.sokkom__block__title__head > .sokkom__block__title__head__decor {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.sokkom__block__title__head__decor svg {
  -webkit-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  transform: translate(0, -3px);
}

.sokkom__block__title__head__text {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  margin-right: 40px;
  grid-area: block__title__head__text;
  font-style: normal;
  font-weight: 200;
  font-size: 35px;
  line-height: 130%;
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  text-transform: uppercase;
  color: #212121;
}

.sokkom__block__title__head > .sokkom__block__title__head__text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.sokkom__block__video_on_main {
  grid-area: sokkom__block__video_on_main;
  margin-bottom: 125px;
}

.sokkom__block__video_on_main__video {
  position: relative;
}

.sokkom__block__video_on_main__video video {
  width: 100%;
}

.sokkom__block__video_on_main__wrapper {
  max-width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.sokkom__block__video_on_main__board {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #FFFFFF;
  position: absolute;
  left: 185px;
  top: 100%;
  -webkit-transform: translate(0, 295px);
  -ms-transform: translate(0, 295px);
  transform: translate(0, 295px);
  padding: 40px 78px;
  max-width: 526px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__block__video_on_main__board__title {
  font-style: normal;
  font-weight: 200;
  font-size: 44px;
  line-height: 120%;
  /* or 53px */
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.sokkom__block__video_on_main__board__text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  /* or 19px */
  color: #FFFFFF;
}

.sokkom__block__video {
  grid-area: sokkom__block__video;
  margin-bottom: 90px;
}

.sokkom__block__video__title {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  margin-bottom: 60px;
}

.sokkom__block__video__title span {
  color: #969696;
}

.sokkom__block__video__item {
  position: relative;
}

.sokkom__block__video__item iframe {
  display: block;
  height: 640px;
  position: relative;
  z-index: 1;
}

.sokkom__block__videos {
  grid-area: sokkom__block__videos;
}

.sokkom__block__videos__item {
  max-width: 270px;
  width: 100%;
}

.sokkom__block__videos__item__title {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 120%;
  /* or 30px */
  letter-spacing: -0.04em;
  color: #003D7F;
}

.sokkom__block__videos__item__image {
  position: relative;
  margin-bottom: 30px;
}

.sokkom__block__videos__item__image img {
  max-width: 100%;
}

.sokkom__block__videos__item__image a {
  display: block;
  color: #fff;
  position: relative;
}

.sokkom__block__videos__item__image svg {
  position: absolute;
  left: calc(50% - 45px);
  top: calc(50% - 45px);
}

.sokkom__block__videos__items {
  display: -ms-grid;
  display: grid;
  grid-gap: 50px 20px;
  grid-template-columns: repeat(auto-fill, calc(20% - 20px));
}

.sokkom__block__videos__item {
  margin-bottom: 50px;
}

.sokkom__block__videos__item__image {
  margin-bottom: 35px;
}

.sokkom__page__about {
  grid-area: sokkom__page__about;
}

.sokkom__page__about__head {
  margin-bottom: 75px;
}

.sokkom__page__about__head__background {
  background-size: cover;
  min-height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__page__about__head__title h1 {
  background: rgba(255, 255, 255, 0.87);
  -webkit-box-shadow: inset 17.7px -17.7px 17.7px rgba(194, 194, 194, 0.1), inset -17.7px 17.7px 17.7px rgba(255, 255, 255, 0.1);
  box-shadow: inset 17.7px -17.7px 17.7px rgba(194, 194, 194, 0.1), inset -17.7px 17.7px 17.7px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(35.4px);
  padding: 35px 70px;
}

.sokkom__page__about__body {
  margin-bottom: 150px;
}

.sokkom__page__article {
  grid-area: sokkom__page__article;
}

.sokkom__page__article__head__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 15px;
  min-height: 457px;
}

.sokkom__page__article__head__image {
  background-size: cover;
  width: 673px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sokkom__page__article__head__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 20px 30px 30px 0;
}

.sokkom__page__article__head__date {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 120%;
  /* identical to box height, or 30px */
  letter-spacing: -0.04em;
  color: #969696;
  margin-bottom: 70px;
  opacity: 0;
  display: none;
}

.sokkom__page__article__head__title {
  color: #fff;
  margin-bottom: 0;
}

.sokkom__page__article__head__title h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  margin: 0;
}

.sokkom__page__article__head__text {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 120%;
  /* or 30px */
  letter-spacing: -0.04em;
  color: #00579A;
  margin-bottom: 30px;
}

.sokkom__page__article__head__button {
  margin-bottom: 15px;
}

.sokkom__page__article__head__button a {
  cursor: hand;
  c\ursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00579A;
  border: 1px solid #00579A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  /* or 21px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* identical to box height */
  color: #FFFFFF;
  text-transform: uppercase;
  min-height: 50px;
  min-width: 191px;
  max-width: 100%;
  padding: 10px 20px;
  width: auto;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  min-width: 117px;
}

.sokkom__page__article__head__button a svg {
  margin-right: 15px;
}

.sokkom__page__article__head__button a:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #00579A;
}

.sokkom__page__article__head__button a:focus {
  outline: none;
}

.sokkom__page__article__body {
  margin-bottom: 120px;
}

.sokkom__page__article__text {
  margin-bottom: 100px;
}

.sokkom__page__article__attached__title {
  margin-bottom: 50px;
}

.sokkom__page__article__attached__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__page__article__attached__item {
  margin-bottom: 30px;
  width: calc(33% - 30px);
}

.sokkom__page__article__attached__item a {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
  text-decoration-line: underline;
  color: #003D7F;
  margin-left: 35px;
  position: relative;
}

.sokkom__page__article__attached__item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 11px;
  height: 11px;
  background: #969696;
  -webkit-transform: translate(-35px, 0);
  -ms-transform: translate(-35px, 0);
  transform: translate(-35px, 0);
}

.sokkom__page__catitem {
  grid-area: sokkom__page__catitem;
}

.sokkom__page__catitem__head {
  position: relative;
  margin-bottom: 15px;
}

.sokkom__page__catitem__head__background {
  background-size: cover;
  min-height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__page__catitem__head__title {
  padding: 35px 70px;
  background: rgba(255, 255, 255, 0.87);
  -webkit-box-shadow: inset 17.7px -17.7px 17.7px rgba(194, 194, 194, 0.1), inset -17.7px 17.7px 17.7px rgba(255, 255, 255, 0.1);
  box-shadow: inset 17.7px -17.7px 17.7px rgba(194, 194, 194, 0.1), inset -17.7px 17.7px 17.7px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  /* Note: backdrop-filter has minimal browser support */
}

.sokkom__page__catitem__head__title h1 {
  margin: 0;
}

.sokkom__page__catitem__breadcrumbs .sokkom__block__breadcrumbs {
  margin-bottom: 40px;
}

.sokkom__page__catitem__slogan {
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 120%;
  /* identical to box height, or 30px */
  letter-spacing: -0.04em;
  color: #3A5057;
  border-bottom: solid 4px #D0E3ED;
}

.sokkom__page__catitem__title {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  margin-bottom: 45px;
}

.sokkom__page__catitem__text_tech {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
}

.sokkom__page__catitem__property {
  border: solid 4px #00579A;
  padding: 30px;
  margin-bottom: 25px;
}

.sokkom__page__catitem__property__item {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
  position: relative;
  padding-left: 41px;
  margin-bottom: 25px;
}

.sokkom__page__catitem__property__item:last-of-type {
  margin-bottom: 0;
}

.sokkom__page__catitem__property__item a {
  color: #969696;
}

.sokkom__page__catitem__property__item svg {
  position: absolute;
  left: 0;
  top: 2px;
  color: #969696;
}

.sokkom__page__catitem__advantages {
  padding: 0 30px 30px;
}

.sokkom__page__catitem__advantages__items {
  padding: 0;
}

.sokkom__page__catitem__advantages__items__item {
  margin-bottom: 12px;
}

.sokkom__page__catitem__advantages__items__item:last-of-type {
  margin-bottom: 0;
}

.sokkom__page__catitem__advantages__items__item__title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
  color: #3A5057;
  position: relative;
  padding-left: 45px;
}

.sokkom__page__catitem__advantages__items__item__title svg {
  color: #969696;
  position: absolute;
  left: 0;
  top: 3px;
}

.sokkom__page__catitem__using {
  margin-bottom: 90px;
}

.sokkom__page__catitem__using__title {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  margin-bottom: 75px;
}

.sokkom__page__catitem__using__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.sokkom__page__catitem__using__text ul li {
  list-style: none;
  position: relative;
  margin-left: 30px;
  margin-right: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
  margin-bottom: 30px;
  width: calc(33% - 50px);
}

.sokkom__page__catitem__using__text ul li::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 6px;
  left: 0;
  background: #969696;
  -webkit-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}

.sokkom__page__catitem__attached_materials {
  margin-bottom: 90px;
}

.sokkom__page__catitem__attached_materials__title {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  margin-bottom: 75px;
}

.sokkom__page__catitem__attached_materials__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.sokkom__page__catitem__attached_materials__item {
  width: calc(33% - 50px);
  margin-right: 50px;
  margin-bottom: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sokkom__page__catitem__attached_materials__item a {
  display: block;
  position: relative;
  margin-left: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
}

.sokkom__page__catitem__attached_materials__item a svg {
  position: absolute;
  color: #969696;
  top: 0px;
  left: 0;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}

.sokkom__page__catitem__attached_materials__item__pdf svg {
  width: 33px;
  height: 40px;
}

.sokkom__page__catitem__attached_materials__item__article svg {
  width: 28px;
  height: 36px;
}

.sokkom__page__catitem__attached_materials__item__article svg {
  width: 32px;
  height: 32px;
}

.sokkom__page__catitem__attached_files {
  margin-bottom: 90px;
}

.sokkom__page__catitem__attached_files__title {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  margin-bottom: 75px;
}

.sokkom__page__catitem__attached_files__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.sokkom__page__catitem__attached_files__item {
  width: calc(33% - 50px);
  margin-right: 50px;
  margin-bottom: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sokkom__page__catitem__attached_files__item a {
  display: block;
  position: relative;
  margin-left: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
}

.sokkom__page__catitem__attached_files__item a svg {
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}

.sokkom__page__catitem__attached_files__item .icon-pdf {
  color: #969696;
}

.sokkom__page__catitem__attached_files__item .icon-doc {
  color: #0073CA;
}

.sokkom__page__catitem__attached_files__item .icon-file-default {
  color: #3A5057;
}

.sokkom__page__catitem__attached_files__item .icon-png {
  color: #8A1B3C;
}

.sokkom__page__catitem__attached_files__item .icon-xls {
  color: #1EA323;
}

.sokkom__page__catitem__attached_files__item .icon-jpg {
  color: #A57B49;
}

.sokkom__page__catitem__for_print {
  margin-bottom: 90px;
}

.sokkom__page__catitem__for_print a {
  cursor: hand;
  c\ursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00579A;
  border: 1px solid #00579A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  /* or 21px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* identical to box height */
  color: #FFFFFF;
  text-transform: uppercase;
  min-height: 50px;
  min-width: 191px;
  max-width: 100%;
  padding: 10px 20px;
  width: auto;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sokkom__page__catitem__for_print a svg {
  margin-right: 15px;
}

.sokkom__page__catitem__for_print a:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #00579A;
}

.sokkom__page__catitem__for_print a:focus {
  outline: none;
}

.sokkom__page__catitem .sokkom__block__backlink {
  padding-top: 40px;
  padding-bottom: 70px;
}

.sokkom__page__catitem__variation__switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
  overflow: hidden;
}

.sokkom__page__catitem__variation__switcher__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 110%;
  /* identical to box height, or 40px */
  letter-spacing: -0.04em;
  text-transform: uppercase;
  background: #00579A;
  width: 340px;
  height: 102px;
  position: relative;
  margin-right: 64px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 20px;
}

.sokkom__page__catitem__variation__switcher__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 51px 0 51px 32px;
  border-color: transparent transparent transparent #00579A;
  -webkit-transform: translate(32px, 0);
  -ms-transform: translate(32px, 0);
  transform: translate(32px, 0);
}

.sokkom__page__catitem__variation__switcher__button__slider, .sokkom__page__catitem__variation__switcher__button__list {
  cursor: hand;
  c\ursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 0 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sokkom__page__catitem__variation__switcher__button__slider.active, .sokkom__page__catitem__variation__switcher__button__list.active {
  color: #F7314C;
}

.sokkom__page__catitem__variation__switcher__button__slider {
  margin-left: 0;
}

.sokkom__page__catitem__variation__switcher__button__slider svg {
  width: 19px;
  height: 29px;
}

.sokkom__page__catitem__variation__switcher__button__list {
  margin-right: 20px;
}

.sokkom__page__catitem__variation__switcher__button__list svg {
  width: 35px;
  height: 25px;
}

.sokkom__page__catitem__variation__switcher__controls {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.sokkom__page__catitem__variation__switcher__controls.active {
  position: static;
  pointer-events: all;
  opacity: 1;
}

.sokkom__page__catitem__variation__switcher__control__prev, .sokkom__page__catitem__variation__switcher__control__next {
  cursor: hand;
  c\ursor: pointer;
  color: #00579A;
  text-align: center;
}

.sokkom__page__catitem__variation__switcher__control__prev svg, .sokkom__page__catitem__variation__switcher__control__next svg {
  display: block;
}

.sokkom__page__catitem__variation__switcher__control__prev:hover, .sokkom__page__catitem__variation__switcher__control__next:hover {
  color: #212121;
}

.sokkom__page__catitem__variation__switcher__list {
  display: none;
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
}

.sokkom__page__catitem__variation__switcher__list.active {
  display: block;
}

.sokkom__page__catitem__variation__switcher__list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sokkom__page__catitem__variation__switcher__list__item {
  width: calc(33% - 40px);
  margin: 7px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 1.2;
  /* or 40px */
  letter-spacing: -0.04em;
  color: #003D7F;
}

.sokkom__page__catitem__variation__switcher__list__item img, .sokkom__page__catitem__variation__switcher__list__item svg {
  vertical-align: middle;
  margin-right: 10px;
}

.sokkom__page__catitem__variation__switcher__list__item img {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
  width: 24px;
  height: 24px;
}

.sokkom__page__catitem__variation__switcher__list__item svg {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.sokkom__page__catitem__variation__switcher__list__item__link {
  cursor: hand;
  c\ursor: pointer;
  display: inline-block;
}

.sokkom__page__catitem__variation__switcher__list__item__link:hover, .sokkom__page__catitem__variation__switcher__list__item__link.active {
  color: #F7314C;
}

.sokkom__page__catitem__variation__switcher__items {
  margin: 10px 0;
}

.sokkom__page__catitem__variation__switcher__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 5px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 180%;
  -webkit-transition: all 0 ease;
  -o-transition: all 0 ease;
  transition: all 0 ease;
  /* or 34px */
  letter-spacing: -0.04em;
}

.sokkom__page__catitem__variation__switcher__item.active, .sokkom__page__catitem__variation__switcher__item.slick-active, .sokkom__page__catitem__variation__switcher__item.slick-current, .sokkom__page__catitem__variation__switcher__item.slick-center {
  font-size: 20px;
  margin: 1px 0 1px;
  color: #969696;
  line-height: 2.1;
}

.sokkom__page__catitem__variation__image_and_clarify__wrapper {
  background: #00579A;
  padding: 15px;
  margin-bottom: 50px;
  max-width: 530px;
}

.sokkom__page__catitem__variation__image_and_clarify.has_both .sokkom__page__catitem {
  grid-area: sokkom__page__catitem;
}

.sokkom__page__catitem__variation__image_and_clarify.has_both .sokkom__page__catitem__variation__image_and_clarify__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
}

.sokkom__page__catitem__variation__image_and_clarify.has_both .sokkom__page__catitem__variation__image {
  max-width: 100%;
}

.sokkom__page__catitem__variation__image_and_clarify.has_both .sokkom__page__catitem__variation__clarify {
  width: calc(100% - 512px);
}

.sokkom__page__catitem__variation__image_and_clarify.has_both .sokkom__page__catitem__variation__clarify p {
  padding-top: 40px;
  font-size: 70%;
}

.sokkom__page__catitem__variation__image {
  background-size: cover;
}

.sokkom__page__catitem__variation__image img {
  max-height: 100%;
  opacity: 0;
}

.sokkom__page__catitem__variation__clarify {
  background: #fff;
  padding: 55px;
}

.sokkom__page__catitem__variation__clarify__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
}

.sokkom__page__catitem__variation__clarify__item:last-of-type {
  margin-bottom: 0;
}

.sokkom__page__catitem__variation__clarify__item__icon {
  display: block;
  width: 70px;
  color: #969696;
}

.sokkom__page__catitem__variation__clarify__item__icon svg {
  display: block;
}

.sokkom__page__catitem__variation__clarify__item__title {
  width: 230px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  color: #000000;
}

.sokkom__page__catitem__variation__clarify__item__text {
  color: #969696;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
}

.sokkom__page__catitem__variation__parameters {
  margin-bottom: 100px;
}

.sokkom__page__catitem__variation__parameters table {
  border-collapse: collapse;
}

.sokkom__page__catitem__variation__parameters table tr:nth-child(odd) {
  background: none;
}

.sokkom__page__catitem__variation__parameters table tr:nth-child(even) {
  background: #E5F1F6;
}

.sokkom__page__catitem__variation__parameters table th, .sokkom__page__catitem__variation__parameters table td {
  background: none;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  color: #000000;
  padding: 10px 20px;
}

.sokkom__page__catitem__variation__parameters table th {
  font-weight: bold;
  text-align: left;
}

.sokkom__page__catitem__variation__slider {
  background: -o-linear-gradient(bottom, #00579A, #00579A 485px, transparent calc(100% - 485px));
  background: linear-gradient(to top, #00579A, #00579A 485px, transparent calc(100% - 485px));
  margin-bottom: 90px;
  position: relative;
  padding-bottom: 72px;
}

.sokkom__page__catitem__variation__slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__page__catitem__variation__slider__item__image {
  width: calc(100% - 370px);
}

.sokkom__page__catitem__variation__slider__item__title {
  width: 300px;
  font-size: 25px;
}

.sokkom__page__catitem__variation__slider__prev, .sokkom__page__catitem__variation__slider__next {
  cursor: hand;
  c\ursor: pointer;
  position: absolute;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 49px;
  height: 49px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #003D7F;
}

.sokkom__page__catitem__variation__slider__prev i, .sokkom__page__catitem__variation__slider__next i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: translate(2px, 0);
  -ms-transform: translate(2px, 0);
  transform: translate(2px, 0);
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.sokkom__page__catitem__variation__slider__prev:hover, .sokkom__page__catitem__variation__slider__next:hover {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #969696;
}

.sokkom__page__catitem__variation__slider__prev {
  left: 0;
}

.sokkom__page__catitem__variation__slider__prev svg {
  -webkit-transform: translate(-1px, 0);
  -ms-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
}

.sokkom__page__catitem__variation__slider__next {
  right: 0;
}

.sokkom__page__catitem__variation__slider .owl-dots {
  padding: 30px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__page__catitem__variation__slider .owl-dots button {
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: 100%;
  cursor: hand;
  c\ursor: pointer;
  margin: 0px 7px;
  background: #00579A;
  min-width: 0;
  max-width: 19px;
  width: 19px;
  min-height: 19px;
}

.sokkom__page__catitem__variation__slider .owl-dots button:hover {
  background: none;
  border: none;
}

.sokkom__page__catitem__variation__slider .owl-dots button svg {
  margin: 0;
}

.sokkom__page__catitem__variation__slider .owl-dots button span {
  display: none;
}

.sokkom__page__catitem__variation__slider .owl-dots button:hover, .sokkom__page__catitem__variation__slider .owl-dots button.active {
  background: #969696;
}

.sokkom__page__catitem__variation__slider .owl-dots {
  position: absolute;
  left: calc( 100% - 300px);
  bottom: 0;
  -webkit-transform: translate(0, -120px);
  -ms-transform: translate(0, -120px);
  transform: translate(0, -120px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sokkom__page__catitem__variation__slider .owl-dots button {
  margin: 0 18px 18px 0;
  background: #fff;
}

.sokkom__page__catitem__variation__slider .owl-dots button:nth-child(1) {
  margin: 0 18px 18px 0 !important;
}

.sokkom__page__catitem__variation__slider .owl-dots button:nth-child(1) {
  margin-left: auto;
}

.sokkom__page__catsect {
  grid-area: sokkom__page__catsect;
}

.sokkom__page__catsect__accessories {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
  margin-bottom: 100px;
}

.sokkom__page__catsect__accessories__title {
  display: inline-block;
  padding: 10px 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  /* or 32px */
  color: #FFFFFF;
  background: #00579A;
  -webkit-transform: translate(-38px, 0);
  -ms-transform: translate(-38px, 0);
  transform: translate(-38px, 0);
  margin-bottom: 60px;
}

.sokkom__page__catsect__accessories__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(50% - 20px));
  grid-gap: 40px 40px;
}

.sokkom__page__catsect__accessories__item {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.sokkom__page__catsect__accessories__item__title {
  font-style: normal;
  font-weight: 200;
  font-size: 17px;
  line-height: 130%;
  /* identical to box height, or 22px */
  color: #000000;
  margin-bottom: 40px;
}

.sokkom__page__catsect__accessories__item__image {
  margin-bottom: 40px;
}

.sokkom__page__catsect__accessories__description {
  font-style: normal;
  font-weight: 200;
  font-size: 17px;
  line-height: 130%;
  /* or 22px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}

.sokkom__page__catsect__accessories__description img {
  max-width: 100%;
  height: auto !important;
}

.sokkom__page__catsect__accessories__description p {
  inherit: all;
}

.sokkom__page__catsect {
  grid-area: sokkom__page__catsect;
}

.sokkom__page__catsect__box_design {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
  margin-bottom: 50px;
}

.sokkom__page__catsect__box_design__title {
  display: inline-block;
  padding: 10px 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  /* or 32px */
  color: #FFFFFF;
  background: #00579A;
  -webkit-transform: translate(-38px, 0);
  -ms-transform: translate(-38px, 0);
  transform: translate(-38px, 0);
  margin-bottom: 60px;
}

.sokkom__page__catsect__box_design__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

.sokkom__page__catsect__box_design__image {
  margin-bottom: 40px;
}

.sokkom__page__catsect {
  grid-area: sokkom__page__catsect;
}

.sokkom__page__catsect__box_type {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
  margin-bottom: 100px;
}

.sokkom__page__catsect__box_type__title {
  display: inline-block;
  padding: 10px 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  /* or 32px */
  color: #FFFFFF;
  background: #00579A;
  -webkit-transform: translate(-38px, 0);
  -ms-transform: translate(-38px, 0);
  transform: translate(-38px, 0);
  margin-bottom: 60px;
}

.sokkom__page__catsect__box_type__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(50% - 25px));
  grid-gap: 100px 0px;
}

.sokkom__page__catsect__box_type__item:nth-child(odd) {
  border-right: 2px dashed #000000;
  padding-right: 25px;
}

.sokkom__page__catsect__box_type__item:nth-child(even) {
  padding-left: 50px;
}

.sokkom__page__catsect__box_type__item__title {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
  /* or 176% */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 40px;
}

.sokkom__page__catsect__box_type__item__image {
  margin-bottom: 40px;
}

.sokkom__page__catsect__box_type__item__text {
  font-style: normal;
  font-weight: 200;
  font-size: 17px;
  line-height: 130%;
  /* or 22px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}

.sokkom__page__catsect {
  grid-area: sokkom__page__catsect;
}

.sokkom__page__catsect__color_solutions {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
  margin-bottom: 50px;
}

.sokkom__page__catsect__color_solutions__title {
  display: inline-block;
  padding: 10px 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  /* or 32px */
  color: #FFFFFF;
  background: #00579A;
  -webkit-transform: translate(-38px, 0);
  -ms-transform: translate(-38px, 0);
  transform: translate(-38px, 0);
  margin-bottom: 60px;
}

.sokkom__page__catsect__color_solutions__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(33% - 18.5px));
  grid-gap: 40px 23px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sokkom__page__catsect__color_solutions__item__title {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
  /* or 176% */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 40px;
}

.sokkom__page__catsect__color_solutions__item__image {
  margin-bottom: 40px;
}

.sokkom__page__catsect__color_solutions__description {
  font-style: normal;
  font-weight: 200;
  font-size: 17px;
  line-height: 130%;
  /* or 22px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}

.sokkom__page__catsect__color_solutions__description img {
  max-width: 100%;
  height: auto !important;
}

.sokkom__page__catsect__color_solutions__description p {
  inherit: all;
}

.sokkom__page__catsect {
  grid-area: sokkom__page__catsect;
}

.sokkom__page__catsect__design_features {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
  margin-bottom: 100px;
}

.sokkom__page__catsect__design_features__title {
  display: inline-block;
  padding: 10px 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  /* or 32px */
  color: #FFFFFF;
  background: #00579A;
  -webkit-transform: translate(-38px, 0);
  -ms-transform: translate(-38px, 0);
  transform: translate(-38px, 0);
  margin-bottom: 60px;
}

.sokkom__page__catsect__design_features__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(16.6% - 18.5px));
  grid-gap: 40px 23px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sokkom__page__catsect__design_features__item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / span 3;
}

.sokkom__page__catsect__design_features__item:nth-child(2) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4 / span 3;
}

.sokkom__page__catsect__design_features__item:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
}

.sokkom__page__catsect__design_features__item:nth-child(4) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / span 2;
}

.sokkom__page__catsect__design_features__item:nth-child(5) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5 / span 2;
}

.sokkom__page__catsect__design_features__item__title {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
  /* or 176% */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 40px;
}

.sokkom__page__catsect__design_features__item__image {
  margin-bottom: 40px;
}

.sokkom__page__catsect__design_features__item__text {
  font-style: normal;
  font-weight: 200;
  font-size: 17px;
  line-height: 130%;
  /* or 22px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}

.sokkom__page__catsect__design_features__description {
  font-style: normal;
  font-weight: 200;
  font-size: 17px;
  line-height: 130%;
  /* or 22px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}

.sokkom__page__catsect__design_features__description img {
  max-width: 100%;
  height: auto !important;
}

.sokkom__page__catsect__design_features__description p {
  inherit: all;
}

.sokkom__page__catsect {
  grid-area: sokkom__page__catsect;
}

.sokkom__page__catsect__glazing_options {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
  margin-bottom: 100px;
}

.sokkom__page__catsect__glazing_options__title {
  display: inline-block;
  padding: 10px 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  /* or 32px */
  color: #FFFFFF;
  background: #00579A;
  -webkit-transform: translate(-38px, 0);
  -ms-transform: translate(-38px, 0);
  transform: translate(-38px, 0);
  margin-bottom: 60px;
}

.sokkom__page__catsect__glazing_options__item__text {
  font-style: normal;
  font-weight: 200;
  font-size: 17px;
  line-height: 130%;
  /* identical to box height, or 22px */
  color: #000000;
  margin-bottom: 40px;
}

.sokkom__page__catsect__glazing_options__item__image {
  margin-bottom: 40px;
}

.sokkom__page__catsect__glazing_options__description {
  font-style: normal;
  font-weight: 200;
  font-size: 17px;
  line-height: 130%;
  /* or 22px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}

.sokkom__page__catsect__glazing_options__description img {
  max-width: 100%;
  height: auto !important;
}

.sokkom__page__catsect__glazing_options__description p {
  inherit: all;
}

.sokkom__page__catsect {
  grid-area: sokkom__page__catsect;
}

.sokkom__page__catsect__surface_design {
  margin-bottom: 100px;
}

.sokkom__page__catsect__surface_design__title {
  display: inline-block;
  padding: 10px 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  /* or 32px */
  color: #FFFFFF;
  background: #00579A;
  -webkit-transform: translate(-38px, 0);
  -ms-transform: translate(-38px, 0);
  transform: translate(-38px, 0);
  margin-bottom: 60px;
}

.sokkom__page__catsect__surface_design__items {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(50% - 25px));
  grid-gap: 100px 50px;
  margin-bottom: 45px;
}

.sokkom__page__catsect__surface_design__item__title {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  /* or 118% */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 40px;
}

.sokkom__page__catsect__surface_design__item__image {
  margin-bottom: 40px;
}

.sokkom__page__catsect__surface_design__description {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
}

.sokkom__page__catsect__surface_design__description p {
  font-style: normal;
  font-weight: 200;
  font-size: 17px;
  line-height: 130%;
  /* or 22px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}

.sokkom__page__catsect {
  grid-area: sokkom__page__catsect;
}

.sokkom__page__catsect__transom_options {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
  margin-bottom: 100px;
}

.sokkom__page__catsect__transom_options__title {
  display: inline-block;
  padding: 10px 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  /* or 32px */
  color: #FFFFFF;
  background: #00579A;
  -webkit-transform: translate(-38px, 0);
  -ms-transform: translate(-38px, 0);
  transform: translate(-38px, 0);
  margin-bottom: 60px;
}

.sokkom__page__catsect__transom_options__item__title {
  font-style: normal;
  font-weight: 200;
  font-size: 17px;
  line-height: 130%;
  /* identical to box height, or 22px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  margin-bottom: 40px;
}

.sokkom__page__catsect__transom_options__item__image {
  margin-bottom: 40px;
}

.sokkom__page__catsect__transom_options__description {
  font-style: normal;
  font-weight: 200;
  font-size: 17px;
  line-height: 130%;
  /* or 22px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}

.sokkom__page__catsect__transom_options__description img {
  max-width: 100%;
  height: auto !important;
}

.sokkom__page__catsect__transom_options__description p {
  inherit: all;
}

.sokkom__page__catsect {
  grid-area: sokkom__page__catsect;
}

.sokkom__page__catsect__wood_block {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
  margin-bottom: 100px;
}

.sokkom__page__catsect__wood_block__title {
  display: inline-block;
  padding: 10px 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  /* or 32px */
  color: #FFFFFF;
  background: #00579A;
  -webkit-transform: translate(-38px, 0);
  -ms-transform: translate(-38px, 0);
  transform: translate(-38px, 0);
  margin-bottom: 60px;
}

.sokkom__page__catsect__wood_block__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(100%));
  grid-gap: 100px 0px;
}

.sokkom__page__catsect__wood_block__item__title {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  /* or 118% */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 40px;
}

.sokkom__page__catsect__wood_block__item__image {
  margin-bottom: 40px;
}

.sokkom__page__catsect__wood_block__item__image img {
  max-height: 312px;
}

.sokkom__page__catsect__wood_block__item__text {
  font-style: normal;
  font-weight: 200;
  font-size: 17px;
  line-height: 130%;
  /* or 22px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}

.sokkom__page__catsect {
  grid-area: sokkom__page__catsect;
}

.sokkom__page__catsect__surface_design_and_wood_block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 13px) 26px calc(50% - 13px);
  grid-template-columns: calc(50% - 13px) calc(50% - 13px);
  grid-gap: 50px 26px;
}

.sokkom__page__catsect__surface_design__title {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sokkom__page__catsect__wood_block {
  padding-left: 0;
}

.sokkom__page__catsect__wood_block__title {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sokkom__page__catsect .sokkom__block__gallery {
  grid-area: sokkom__block__gallery;
  margin-bottom: 0;
}

.sokkom__page__catsect .sokkom__block__gallery__item {
  height: 372px;
}

.sokkom__page__catsect .sokkom__block__gallery__item img {
  height: 372px;
}

.sokkom__page__catsect .sokkom__block__breadcrumbs {
  grid-area: sokkom__block__breadcrumbs;
}

.sokkom__page__certificatesect {
  grid-area: sokkom__page__certificatesect;
  background-position: 0 1070px;
}

.sokkom__page__certificatesect__board {
  position: relative;
  margin-bottom: 85px;
}

.sokkom__page__certificatesect__board__image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sokkom__page__certificatesect__board__image img {
  display: block;
}

.sokkom__page__certificatesect__body {
  max-width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__page__certificatesect .base__content {
  margin-bottom: 50px;
}

.sokkom__page__certificatesect__certificates__item {
  margin-bottom: 69px;
}

.sokkom__page__certificatesect__certificates__item__title {
  font-style: normal;
  font-weight: 200;
  font-size: 45px;
  line-height: 130%;
  /* or 58px */
  text-transform: uppercase;
  color: #212121;
  margin-bottom: 25px;
}

.sokkom__page__certificatesect__attachments__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(25% - 42px));
  grid-gap: 35px 55px;
}

.sokkom__page__certificatesect__attachments__item a {
  display: block;
  position: relative;
  padding-left: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  /* or 19px */
  text-decoration-line: underline;
  min-height: 20px;
}

.sokkom__page__certificatesect__attachments__item a svg {
  position: absolute;
  left: 0;
  top: 0;
}

.sokkom__page__contact {
  grid-area: sokkom__page__contact;
}

.sokkom__page__contact__body {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
}

.sokkom__page__contact__text {
  margin-bottom: 50px;
}

.sokkom__page__contact__phones {
  margin-bottom: 25px;
}

.sokkom__page__contact__phones__title {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 112.5%;
  /* identical to box height, or 34px */
  text-align: justify;
  color: #000000;
  margin-bottom: 15px;
}

.sokkom__page__contact__phones__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sokkom__page__contact__phones__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: calc(50% - 30px);
  margin-bottom: 15px;
}

.sokkom__page__contact__phones__item::before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: #00579A;
  border-radius: 50%;
  margin-right: 15px;
}

.sokkom__page__contact__phones__item a {
  font-style: normal;
  font-weight: 200;
  font-size: 17px;
  line-height: 20px;
  /* or 118% */
  color: #212121;
}

.sokkom__page__contact__phones__item a::hover {
  text-decoration: underline;
}

.sokkom__page__contact__emails {
  margin-bottom: 25px;
}

.sokkom__page__contact__emails__title {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 112.5%;
  /* identical to box height, or 34px */
  text-align: justify;
  color: #000000;
  margin-bottom: 15px;
}

.sokkom__page__contact__emails__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: count;
}

.sokkom__page__contact__emails__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: calc(50% - 30px);
  margin-bottom: 15px;
  counter-increment: count;
}

.sokkom__page__contact__emails__item a {
  font-style: normal;
  font-weight: 200;
  font-size: 17px;
  line-height: 20px;
  /* or 118% */
  text-decoration-line: underline;
  color: #09588C;
}

.sokkom__page__contact__emails__item::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: counter(count);
  width: 24px;
  height: 24px;
  background: #EAEEF0;
  border-radius: 50%;
  margin-right: 15px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  /* or 18px */
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px);
}

.sokkom__page__contact__social {
  margin-bottom: 45px;
}

.sokkom__page__contact__social__title {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 112.5%;
  /* identical to box height, or 34px */
  text-align: justify;
  color: #000000;
  margin-bottom: 15px;
}

.sokkom__page__contact__social .sokkom__block__phone__social {
  grid-area: sokkom__block__phone__social;
}

.sokkom__page__contact__social .sokkom__block__phone__social__item {
  margin-right: 8px;
  margin-left: 0;
}

.sokkom__page__contact__social .sokkom__block__phone__social svg {
  width: 36px;
  height: 36px;
}

.sokkom__page__contact__map {
  margin-bottom: 75px;
}

.sokkom__page__contact__map__wrapper {
  margin-bottom: 20px;
  height: 318px;
  overflow: hidden;
}

.sokkom__page__contact__map__title {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 112.5%;
  /* identical to box height, or 34px */
  text-align: justify;
  color: #000000;
  margin-bottom: 15px;
}

.sokkom__page__contact__map__link {
  display: none;
}

.sokkom__page__contact__form {
  margin-bottom: 160px;
}

.sokkom__page__contact__form__title {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 112.5%;
  /* identical to box height, or 34px */
  color: #000000;
  margin-bottom: 35px;
}

.sokkom__page__contact__form__body {
  max-width: 526px;
}

.sokkom__page__contact__form input {
  max-width: 414px;
}

.sokkom__page__contact__form .form {
  display: -ms-grid;
  display: grid;
  grid-gap: 0 30px;
  -ms-grid-columns: 1fr 30px 190px;
  grid-template-columns: 1fr 190px;
  max-width: 526px;
}

.sokkom__page__contact__form .form textarea {
  width: 100%;
}

.sokkom__page__contact__form .form__row.field_0, .sokkom__page__contact__form .form__row.field_1, .sokkom__page__contact__form .form__row.field_2, .sokkom__page__contact__form .form__row.field_3, .sokkom__page__contact__form .form__row.field_4 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.sokkom__page__contact__form .form__row.field_0 textarea, .sokkom__page__contact__form .form__row.field_1 textarea, .sokkom__page__contact__form .form__row.field_2 textarea, .sokkom__page__contact__form .form__row.field_3 textarea, .sokkom__page__contact__form .form__row.field_4 textarea {
  width: 100%;
}

.sokkom__page__contact__form .form__row .hidden {
  -webkit-box-ordinal-group: 1000;
  -ms-flex-order: 999;
  order: 999;
}

.sokkom__page__contact__form .form__row.field_5 {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.sokkom__page__contact__form .form__row__submit {
  margin: 0;
}

.sokkom__page__contact__form .form__row__checkbox_field {
  margin: 0;
  position: relative;
  padding-left: 0px;
}

.sokkom__page__contact__form .form__row__checkbox_field input {
  position: absolute;
  width: 21px;
  left: 0;
  top: 7px;
  margin: 0;
}

.sokkom__page__contact__form .form__row__checkbox_field label {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
}

.sokkom__page__contact__form .form .form__button {
  text-align: right;
}

.sokkom__page__contact__success {
  margin-bottom: 30px;
}

.sokkom__page__contact__success__message {
  position: relative;
  padding: 30px 50px;
  background: #00579A;
  color: #fff;
}

.sokkom__page__contact__success__message p {
  color: #fff;
}

.sokkom__page__contact__success__message p:last-of-type {
  margin-bottom: 0;
}

.sokkom__page__contact__success__message svg {
  position: absolute;
  left: 0;
  top: 3px;
}

.sokkom__page__files {
  grid-area: sokkom__page__files;
}

.sokkom__page__files__container {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "sokkom__page__files__files__title sokkom__page__files__articles__title" "sokkom__page__files__files sokkom__page__files__articles" "sokkom__page__files__files sokkom__page__files__videosect__title" "sokkom__page__files__files sokkom__page__files__videos";
  -ms-grid-columns: 1fr 30px 270px;
  grid-template-columns: 1fr 270px;
  -ms-grid-rows: auto 10px auto 10px auto 10px 1fr;
  grid-template-rows: auto auto auto 1fr;
  grid-gap: 10px 30px;
}

.sokkom__page__files__title h2 {
  margin: 0 0 30px;
}

.sokkom__page__files__title__articles h2, .sokkom__page__files__title__videosect h2 {
  margin: 0;
}

.sokkom__page__files__title__videosect h2 {
  margin: 0 0 30px;
}

.sokkom__page__files__files__tree__button {
  color: #003D7F;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
  /* identical to box height, or 40px */
  letter-spacing: -0.04em;
}

.sokkom__page__files__files__tree__button svg {
  display: inline-block;
  color: #969696;
  margin-right: 6px;
  vertical-align: middle;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.sokkom__page__files__files__tree__button.active svg {
  display: inline-block;
}

.sokkom__page__files__files__tree__items.active {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  max-height: 1000px;
  padding-top: 30px;
}

.sokkom__page__files__files__tree__item {
  margin-bottom: 15px;
}

.sokkom__page__files__files__tree__item a {
  display: block;
  position: relative;
  margin-left: 30px;
  min-width: 40px;
  color: #003D7F;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
  /* or 40px */
  letter-spacing: -0.04em;
}

.sokkom__page__files__files__tree__item a::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  border: solid 1px #3A5057;
  top: 6px;
  left: 0;
  -webkit-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}

.sokkom__page__files__files__tree__item a.active {
  color: #969696;
}

.sokkom__page__files__files__tree__item a.active::before {
  background: url("/static/images/svg/check.svg") no-repeat 50% 50%;
}

.sokkom__page__files__files__items__wrapper {
  margin-bottom: 65px;
}

.sokkom__page__files__files__item {
  margin-bottom: 35px;
}

.sokkom__page__files__files__item a {
  display: block;
  position: relative;
  margin-left: 65px;
  min-width: 40px;
  color: #163475;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
}

.sokkom__page__files__files__item svg {
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-65px, 0);
  -ms-transform: translate(-65px, 0);
  transform: translate(-65px, 0);
  width: 33px;
  height: 40px;
}

.sokkom__page__files__files__item .icon-pdf {
  color: #969696;
}

.sokkom__page__files__files__item .icon-doc {
  color: #0073CA;
}

.sokkom__page__files__files__item .icon-file-default {
  color: #3A5057;
}

.sokkom__page__files__files__item .icon-png {
  color: #8A1B3C;
}

.sokkom__page__files__files__item .icon-xls {
  color: #1EA323;
}

.sokkom__page__files__files__item .icon-jpg {
  color: #A57B49;
}

.sokkom__page__files__articles {
  margin-bottom: 50px;
}

.sokkom__page__files__articles__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 200px;
  height: 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  /* or 21px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #003D7F;
  border: solid 1px #003D7F;
  padding: 10px;
}

.sokkom__page__files__videos__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 200px;
  height: 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  /* or 21px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #003D7F;
  border: solid 1px #003D7F;
  padding: 10px;
}

.sokkom__page__files .sokkom__page__usefulsect {
  grid-area: sokkom__page__usefulsect;
  background: red;
}

.sokkom__page__files .sokkom__page__usefulsect__children {
  display: none;
}

.page__files .sokkom__block__articles__items, .page__files .sokkom__block__videos__items {
  display: block;
}

.page__files .sokkom__page__usefulsect__children {
  display: none;
}

.sokkom__page__manufacturesect {
  grid-area: sokkom__page__manufacturesect;
  background-position: 0 1070px;
}

.sokkom__page__manufacturesect__board {
  position: relative;
  margin-bottom: 85px;
}

.sokkom__page__manufacturesect__board__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sokkom__page__manufacturesect__board__text {
  width: calc(50%  + 50px);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__page__manufacturesect__board__text__wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 265px;
  width: 713px;
  margin-left: 185px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__page__manufacturesect__board__image {
  width: 100%;
}

.sokkom__page__manufacturesect__board__count {
  font-style: normal;
  font-weight: 700;
  font-size: 132px;
  line-height: 130%;
  /* identical to box height, or 172px */
  text-transform: uppercase;
  color: #212121;
  margin-right: 30px;
}

.sokkom__page__manufacturesect__board__title {
  font-style: normal;
  font-weight: 200;
  font-size: 28px;
  line-height: 135%;
  /* or 38px */
  text-transform: uppercase;
  color: #212121;
}

.sokkom__page__manufacturesect__body {
  max-width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__page__manufacturesect .base__content {
  margin-bottom: 50px;
}

.sokkom__page__manufacturesect__time_scale__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 105px 419px 105px 413px;
  grid-template-columns: 1fr 419px 413px;
  grid-gap: 105px;
  margin-bottom: 75px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__page__manufacturesect__time_scale__item__text a {
  text-decoration: underline;
}

.sokkom__page__manufacturesect__time_scale__item__text p {
  margin-bottom: 20px;
}

.sokkom__page__news {
  grid-area: sokkom__page__news;
}

.sokkom__page__news__head__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 15px;
}

.sokkom__page__news__head__image {
  background-size: cover;
  width: 673px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  background: none !important;
}

.sokkom__page__news__head__image img {
  max-width: 100%;
}

.sokkom__page__news__head__body {
  padding: 20px 30px 30px 0;
}

.sokkom__page__news__head__date {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 120%;
  /* identical to box height, or 30px */
  letter-spacing: -0.04em;
  color: #969696;
  margin-bottom: 70px;
}

.sokkom__page__news__head__title {
  color: #fff;
  margin-bottom: 25px;
}

.sokkom__page__news__head__title h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  margin: 0;
}

.sokkom__page__news__head__text {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 120%;
  /* or 30px */
  letter-spacing: -0.04em;
  color: #00579A;
  margin-bottom: 30px;
}

.sokkom__page__news__head__button {
  margin-bottom: 15px;
}

.sokkom__page__news__head__button a {
  cursor: hand;
  c\ursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00579A;
  border: 1px solid #00579A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  /* or 21px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* identical to box height */
  color: #FFFFFF;
  text-transform: uppercase;
  min-height: 50px;
  min-width: 191px;
  max-width: 100%;
  padding: 10px 20px;
  width: auto;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  min-width: 117px;
}

.sokkom__page__news__head__button a svg {
  margin-right: 15px;
}

.sokkom__page__news__head__button a:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #00579A;
}

.sokkom__page__news__head__button a:focus {
  outline: none;
}

.sokkom__page__news__body {
  margin-bottom: 120px;
}

.sokkom__page__news__text {
  margin-bottom: 30px;
}

.sokkom__page__news__text h1, .sokkom__page__news__text h2, .sokkom__page__news__text h3, .sokkom__page__news__text h4, .sokkom__page__news__text h5, .sokkom__page__news__text ul, .sokkom__page__news__text ol {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sokkom__page__newssect {
  grid-area: sokkom__page__newssect;
}

.sokkom__page__newssect__head__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 75px;
  background: #003D7F;
}

.sokkom__page__newssect__head__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sokkom__page__newssect__head__body {
  padding: 30px;
}

.sokkom__page__newssect__head__date {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 120%;
  /* identical to box height, or 30px */
  letter-spacing: -0.04em;
  color: #00579A;
  margin-bottom: 30px;
}

.sokkom__page__newssect__head__title {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 110%;
  /* identical to box height, or 40px */
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 110%;
  /* identical to box height, or 40px */
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 25px;
  text-transform: none;
}

.sokkom__page__newssect__head__text {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 120%;
  /* or 30px */
  letter-spacing: -0.04em;
  color: #00579A;
  margin-bottom: 30px;
}

.sokkom__page__newssect__head__button a {
  cursor: hand;
  c\ursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00579A;
  border: 1px solid #00579A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  /* or 21px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* identical to box height */
  color: #FFFFFF;
  text-transform: uppercase;
  min-height: 50px;
  min-width: 191px;
  max-width: 100%;
  padding: 10px 20px;
  width: auto;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  min-width: 117px;
}

.sokkom__page__newssect__head__button a svg {
  margin-right: 15px;
}

.sokkom__page__newssect__head__button a:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #00579A;
}

.sokkom__page__newssect__head__button a:focus {
  outline: none;
}

.sokkom__page__newssect__body {
  margin-bottom: 150px;
}

.sokkom__page__newssect__title {
  margin-bottom: 90px;
}

.sokkom__page__newssect__news {
  margin-bottom: 80px;
}

.sokkom__page__object {
  grid-area: sokkom__page__object;
}

.sokkom__page__object .sokkom__base {
  grid-area: sokkom__base;
}

.sokkom__page__object .sokkom__base__head__description {
  border: none;
  padding-top: 0;
}

.sokkom__page__object .sokkom__block__gallery {
  grid-area: sokkom__block__gallery;
}

.sokkom__page__object .sokkom__block__gallery__item {
  height: 377px;
}

.sokkom__page__object .sokkom__block__gallery__item img {
  height: 377px;
}

.sokkom__page__objects {
  grid-area: sokkom__page__objects;
  background-position: 0 1070px;
}

.sokkom__page__objects__body {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
}

.sokkom__page__objects__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(454px - 13px));
  grid-gap: 46px 26px;
  margin-bottom: 90px;
}

.sokkom__page__objects__content {
  margin-bottom: 50px;
}

.sokkom__page__objects__item__image {
  margin-bottom: 25px;
}

.sokkom__page__objects__item__title {
  margin-right: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 112.5%;
  /* or 19px */
  color: #000000;
}

.sokkom__page__objects__item__button {
  cursor: hand;
  c\ursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00579A;
  border: 1px solid #00579A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  /* or 21px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* identical to box height */
  color: #FFFFFF;
  text-transform: uppercase;
  min-height: 50px;
  min-width: 191px;
  max-width: 100%;
  padding: 10px 20px;
  width: auto;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sokkom__page__objects__item__button svg {
  margin-right: 15px;
}

.sokkom__page__objects__item__button:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #00579A;
}

.sokkom__page__objects__item__button:focus {
  outline: none;
}

.sokkom__page__objects__item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__page__partners {
  grid-area: sokkom__page__partners;
  background-position: 0 1070px;
}

.sokkom__page__partners__board {
  position: relative;
  margin-bottom: 85px;
}

.sokkom__page__partners__board__image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sokkom__page__partners__board__image img {
  display: block;
}

.sokkom__page__partners__body {
  max-width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__page__partners .base__content {
  margin-bottom: 50px;
}

.sokkom__page__partners__tabs {
  margin-bottom: 65px;
}

.sokkom__page__partners__tabs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: base-line;
  -ms-flex-align: base-line;
  align-items: base-line;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__page__partners__tabs__item {
  cursor: hand;
  c\ursor: pointer;
  margin-right: 54px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  /* or 26px */
  text-transform: uppercase;
  color: #212121;
  border-bottom: 1px dashed #8C8C8C;
}

.sokkom__page__partners__tabs__item.active {
  color: #00579A;
  border: none;
}

.sokkom__page__partners__clients {
  display: none;
  margin-bottom: 160px;
}

.sokkom__page__partners__clients.active {
  display: block;
}

.sokkom__page__partners__clients__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 50px) 100px calc(50% - 50px);
  grid-template-columns: calc(50% - 50px) calc(50% - 50px);
  grid-gap: 80px 100px;
}

.sokkom__page__partners__clients__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 151px 70px 1fr;
  grid-template-columns: 151px 1fr;
  -ms-grid-rows: auto 35px 1fr;
  grid-template-rows: auto 1fr;
  grid-gap: 35px 70px;
}

.sokkom__page__partners__clients__item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.sokkom__page__partners__clients__item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.sokkom__page__partners__clients__item > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.sokkom__page__partners__clients__item > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.sokkom__page__partners__clients__item a, .sokkom__page__partners__clients__item img {
  display: block;
}

.sokkom__page__partners__clients__item__image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

.sokkom__page__partners__clients__item__text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  /* or 19px */
  color: #212121;
}

.sokkom__page__partners__providers {
  display: none;
  margin-bottom: 160px;
}

.sokkom__page__partners__providers.active {
  display: block;
}

.sokkom__page__partners__providers__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(33% - 66px));
  grid-gap: 80px 100px;
}

.sokkom__page__partners__providers__item__logo {
  margin-bottom: 30px;
}

.sokkom__page__partners__providers__item__text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  /* or 19px */
  color: #212121;
}

.page__reviews .sokkom__block__reviews {
  grid-area: sokkom__block__reviews;
}

.sokkom__page__search {
  grid-area: sokkom__page__search;
}

.sokkom__page__search .sokkom__base {
  grid-area: sokkom__base;
}

.sokkom__page__search .sokkom__base__head__title span {
  color: #88B245;
}

.sokkom__page__search__body {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
}

.sokkom__page__search__form form input {
  border-color: #212121;
  margin-right: 34px;
  height: 50px;
  width: 526px;
  background: #FFFFFF;
  border: 1px solid #8C8C8C;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: calc(100% - 168px);
}

.sokkom__page__search__form form button {
  width: 134px;
  height: 50px;
  min-width: 134px;
}

.sokkom__page__search__message {
  display: none;
}

.sokkom__page__search__items {
  margin-bottom: 130px;
}

.sokkom__page__search__item {
  margin-bottom: 45px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
}

.sokkom__page__search__item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__page__search__item__counter {
  width: 94px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sokkom__page__search__item__counter span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 112.5%;
  /* or 34px */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  color: #000000;
  width: 43px;
  height: 43px;
  background: #EAEEF0;
}

.sokkom__page__search__item__title {
  margin-bottom: 20px;
}

.sokkom__page__search__item__title a {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 112.5%;
  /* or 34px */
  color: #000000;
}

.sokkom__page__search__item__title a:hover {
  color: #969696;
}

.sokkom__page__search__item__description {
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  color: #000000;
}

.sokkom__page__search__item .hightlightsearch {
  background: #B6E36D;
}

.sokkom__page__start_page {
  grid-area: sokkom__page__start_page;
}

.sokkom__page__start_page__about_and_advantages {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 38px;
  padding-right: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 60px;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sokkom__page__start_page .sokkom__block__advantages {
  grid-area: sokkom__block__advantages;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0;
}

.sokkom__page__start_page .sokkom__block__advantages__item {
  width: calc(33% - 40px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sokkom__page__start_page__about {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 75px;
}

.sokkom__page__start_page__about__title {
  display: inline-block;
  padding: 10px 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  /* or 32px */
  color: #FFFFFF;
  background: #00579A;
  -webkit-transform: translate(-38px, 0);
  -ms-transform: translate(-38px, 0);
  transform: translate(-38px, 0);
  margin-bottom: 60px;
}

.sokkom__page__start_page__about__text {
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 150%;
}

.sokkom__page__transport {
  grid-area: sokkom__page__transport;
}

.sokkom__page__transport .sokkom__base__main {
  grid-area: sokkom__base__main;
}

.sokkom__page__transport .sokkom__base__main__head__wrapper {
  margin-left: 335px;
}

.sokkom__page__transport .sokkom__block__breadcrumbs {
  grid-area: sokkom__block__breadcrumbs;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__page__transport__head__image {
  max-width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__page__transport__body {
  margin-bottom: 30px;
}

.sokkom__page__transport__body__wrapper {
  margin-bottom: 50px;
  padding-left: 335px;
}

.sokkom__page__transport__board {
  background-size: cover;
  margin-bottom: 115px;
}

.sokkom__page__transport__board__grid {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sokkom__page__transport__board__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 470px;
  padding: 33px 150px;
}

.sokkom__page__transport__board__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-direction: column;
  padding: 45px 50px;
  width: 636px;
  height: 225px;
  background: rgba(41, 189, 170, 0.9);
}

.sokkom__page__transport__board__title {
  font-style: normal;
  font-weight: 200;
  font-size: 30px;
  line-height: 130%;
  /* or 39px */
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 35px;
}

.sokkom__page__transport__board__text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  /* or 19px */
  color: #FFFFFF;
}

.sokkom__page__transport__advantages {
  max-width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 125px;
}

.sokkom__page__transport__advantages__wrapper {
  margin-left: 335px;
}

.sokkom__page__transport__advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__page__transport__advantages__item {
  width: calc(25% - 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-direction: column;
}

.sokkom__page__transport__advantages__item__image {
  height: 73px;
}

.sokkom__page__transport__advantages__item__title {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 130%;
  /* or 22px */
  color: #212121;
}

.sokkom__page__usefulsect {
  grid-area: sokkom__page__usefulsect;
}

.sokkom__page__usefulsect__head {
  position: relative;
  margin-bottom: 10px;
}

.sokkom__page__usefulsect__head__background {
  background-size: cover;
  min-height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__page__usefulsect__head__title {
  padding: 35px 70px;
  background: rgba(255, 255, 255, 0.87);
  -webkit-box-shadow: inset 17.7px -17.7px 17.7px rgba(194, 194, 194, 0.1), inset -17.7px 17.7px 17.7px rgba(255, 255, 255, 0.1);
  box-shadow: inset 17.7px -17.7px 17.7px rgba(194, 194, 194, 0.1), inset -17.7px 17.7px 17.7px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  /* Note: backdrop-filter has minimal browser support */
}

.sokkom__page__usefulsect__head__title h1 {
  margin: 0;
}

.sokkom__page__usefulsect__body {
  margin-bottom: 150px;
}

.sokkom__page__usefulsect__children {
  margin-bottom: 70px;
}

.sokkom__page__usefulsect__children__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sokkom__page__usefulsect__children__item {
  margin-right: 80px;
}

.sokkom__page__usefulsect__children__item:last-of-type {
  margin-right: 0;
}

.sokkom__page__usefulsect__children__item a {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  text-decoration: underline;
}

.sokkom__page__usefulsect__children__item a.active {
  color: #969696;
  text-decoration: none;
}

.sokkom__page__usefulsect__articles {
  margin-bottom: 80px;
}

.sokkom__page__video {
  grid-area: sokkom__page__video;
}

.sokkom__page__video__head {
  margin-bottom: 10px;
}

.sokkom__page__video__head__wrapper {
  min-height: 457px;
}

.sokkom__page__video__head__image {
  height: 795px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #003d7f url(../images/svg/bg-video.svg) no-repeat center;
}

.sokkom__page__video__head__image iframe {
  width: 100%;
  height: 100%;
}

.sokkom__page__video__head__date {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 120%;
  /* identical to box height, or 30px */
  letter-spacing: -0.04em;
  color: #969696;
  margin-bottom: 70px;
  opacity: 0;
}

.sokkom__page__video__head__title {
  color: #fff;
  margin-bottom: 25px;
}

.sokkom__page__video__head__title h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 112.5%;
  color: #000000;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-transform: uppercase;
  color: #212121;
  margin-top: 0;
  margin: 0;
}

.sokkom__page__video__head__text {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 120%;
  /* or 30px */
  letter-spacing: -0.04em;
  color: #00579A;
  margin-bottom: 30px;
}

.sokkom__page__video__head__button {
  margin-bottom: 15px;
}

.sokkom__page__video__head__button a {
  cursor: hand;
  c\ursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00579A;
  border: 1px solid #00579A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  /* or 21px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* identical to box height */
  color: #FFFFFF;
  text-transform: uppercase;
  min-height: 50px;
  min-width: 191px;
  max-width: 100%;
  padding: 10px 20px;
  width: auto;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  min-width: 117px;
}

.sokkom__page__video__head__button a svg {
  margin-right: 15px;
}

.sokkom__page__video__head__button a:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #00579A;
}

.sokkom__page__video__head__button a:focus {
  outline: none;
}

.sokkom__page__video__body {
  margin-bottom: 120px;
}

.sokkom__page__video__text {
  margin-bottom: 100px;
}

.sokkom__page__video__attached__title {
  margin-bottom: 50px;
}

.sokkom__page__video__attached__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sokkom__page__video__attached__item {
  margin-bottom: 30px;
  width: calc(33% - 30px);
}

.sokkom__page__video__attached__item a {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
  text-decoration-line: underline;
  color: #003D7F;
  margin-left: 35px;
  position: relative;
}

.sokkom__page__video__attached__item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 11px;
  height: 11px;
  background: #969696;
  -webkit-transform: translate(-35px, 0);
  -ms-transform: translate(-35px, 0);
  transform: translate(-35px, 0);
}

@media only screen and (min-width: 411px) {
  .sokkom__block__news__slider__title {
    position: relative;
  }
  .sokkom__block__news__slider__controls {
    right: 0;
    top: 0px;
  }
  .sokkom__block__news__slider__prev, .sokkom__block__news__slider__next {
    margin-left: 25px;
  }
}

@media only screen and (min-width: 481px) {
  .page__reviews .sokkom__block__reviews__items {
    max-height: 520px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .page__reviews .sokkom__block__reviews__items.active {
    max-height: 3000px;
    -webkit-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    transition: all 3s ease-out;
  }
  .page__reviews .sokkom__block__reviews .owl-item.cloned, .page__reviews .sokkom__block__reviews .owl-dots {
    display: none !important;
  }
  .page__reviews .sokkom__block__reviews .owl-stage-outer {
    overflow: visible;
  }
  .page__reviews .sokkom__block__reviews .owl-stage {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    width: auto !important;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .page__reviews .sokkom__block__reviews .owl-item {
    width: auto !important;
    height: 520px;
    margin-bottom: 0px;
  }
  .page__reviews .sokkom__block__reviews__prev, .page__reviews .sokkom__block__reviews__next, .page__reviews .sokkom__block__reviews__controls {
    display: none;
  }
}

@media only screen and (min-width: 521px) {
  .sokkom__block__catalog__start_page__item__link a::before, .sokkom__block__catalog__start_page__item__link span::before {
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    background: #969696;
    position: absolute;
    top: 6px;
    left: 0;
    -webkit-transform: translate(-25px, 0);
    -ms-transform: translate(-25px, 0);
    transform: translate(-25px, 0);
  }
}

@media only screen and (min-width: 531px) {
  .page__inner .sokkom__block__news__slider__controls {
    right: 0;
    top: 0px;
    bottom: auto;
    left: auto;
  }
  .page__inner .sokkom__block__news__slider__prev, .page__inner .sokkom__block__news__slider__next {
    margin-left: 25px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 601px) {
  .sokkom__block__objects_on_main__item:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    height: 100%;
  }
  .sokkom__block__objects_on_main__item:first-of-type .sokkom__block__objects_on_main {
    grid-area: sokkom__block__objects_on_main;
  }
  .sokkom__block__objects_on_main__item:first-of-type .sokkom__block__objects_on_main__item__title {
    font-size: 20px;
    padding: 22px 47px;
    max-width: 240px;
  }
}

@media only screen and (min-width: 767px) {
  .sokkom__block__gallery__footer__title.mobile {
    display: none;
  }
  .sokkom__block__header__slogan_and_link__video video.mobile {
    display: none;
  }
  .sokkom__block__video_on_main__video video.mobile {
    display: none;
  }
  .sokkom__page__catitem__variation__image_and_clarify.has_both .sokkom__page__catitem__variation__image {
    margin-right: 15px;
    width: 512px;
  }
  .sokkom__page__catsect__surface_design__title {
    display: block;
  }
  .sokkom__page__catsect__wood_block__title {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .sokkom__block__footer__image__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page__inner .sokkom__block__footer__image__wrapper {
    -webkit-transform: translate(-50px, -30px);
    -ms-transform: translate(-50px, -30px);
    transform: translate(-50px, -30px);
  }
  .sokkom__page__video__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sokkom__page__video__text p {
    float: left;
    width: 511px;
    max-width: calc(50% - 10px);
  }
}

@media only screen and (min-width: 801px) {
  .sokkom__block__about__button {
    text-align: right;
  }
}

@media only screen and (min-width: 880px) {
  .sokkom__block__news__slider {
    background-image: url("/static/images/svg/news-slider-bg.svg");
  }
  .sokkom__block__news__slider::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 240px;
    width: 171px;
    height: 6px;
    background: #212121;
    opacity: 0.5;
  }
}

@media only screen and (min-width: 881px) {
  .sokkom__block__articles__slider::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 240px;
    width: 171px;
    height: 6px;
    background: #212121;
    opacity: 0.5;
  }
  .page__inner .sokkom__block__articles__slider::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 250px;
    width: 171px;
    height: 6px;
    background: #6C8B98;
    opacity: 1;
  }
  .sokkom__block__attachment__item {
    width: calc(50% - 30px);
  }
  .sokkom__block__attachment__item:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sokkom__block__footer__developer {
    text-align: right;
  }
  .sokkom__block__footer__developer__wrapper a {
    display: block;
  }
  .sokkom__block__roof__wrapper {
    position: relative;
  }
  .sokkom__block__video__items {
    padding-right: 32px;
  }
  .sokkom__block__video__item::after {
    content: "";
    background: #00579A;
    width: 148px;
    height: 148px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(32px, 32px);
    -ms-transform: translate(32px, 32px);
    transform: translate(32px, 32px);
  }
  .sokkom__page__article__head__body {
    padding: 20px 30px 30px 0;
  }
  .sokkom__page__certificatesect .base__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sokkom__page__certificatesect .base__content p {
    width: calc(50% - 30px);
  }
  .sokkom__page__files__files__items__wrapper {
    border-right: solid 5px #DEECF1;
    padding-right: 95px;
  }
  .sokkom__page__manufacturesect .base__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sokkom__page__manufacturesect .base__content p {
    width: calc(50% - 30px);
  }
  .sokkom__page__news__head__body {
    padding: 20px 30px 30px 0;
  }
  .sokkom__page__partners .base__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sokkom__page__partners .base__content p {
    width: calc(50% - 30px);
  }
  .sokkom__page__transport__body__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sokkom__page__transport__body__wrapper p {
    width: calc(50% - 30px);
  }
  .sokkom__page__transport__advantages__item__image {
    margin-bottom: 30px;
  }
  .sokkom__page__transport__advantages__item__title {
    text-align: center;
  }
  .sokkom__page__video__head__body {
    padding: 20px 30px 30px 0;
  }
}

@media only screen and (min-width: 991px) {
  body.theme_purple .sokkom__block__header__headline__image {
    -webkit-transform: translate(0, 155px);
    -ms-transform: translate(0, 155px);
    transform: translate(0, 155px);
  }
  body.theme_green .sokkom__block__header__headline__image {
    -webkit-transform: translate(0, 145px);
    -ms-transform: translate(0, 145px);
    transform: translate(0, 145px);
  }
  body.theme_dark_blue .sokkom__block__header__headline__image {
    -webkit-transform: translate(0, 135px);
    -ms-transform: translate(0, 135px);
    transform: translate(0, 135px);
  }
  body.theme_orange .sokkom__block__header__headline__image {
    -webkit-transform: translate(0, 110px);
    -ms-transform: translate(0, 110px);
    transform: translate(0, 110px);
  }
  .sokkom__page__catitem__text {
    width: calc(100% - 500px);
  }
  .sokkom__page__catitem__tech {
    width: 400px;
  }
  .sokkom__page__files__files {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sokkom__page__files__files__tree {
    margin-right: 60px;
  }
  .sokkom__page__files__files__tree__button {
    display: none;
  }
  .sokkom__page__files__files__tree__items {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1101px) {
  .sokkom__block__header__menu_button {
    display: none;
  }
  .sokkom__block__header__mobile__menu_button {
    display: none;
  }
  .sokkom__block__header__mobile {
    display: none;
  }
  .sokkom__block__mobile__menu__head {
    display: none;
  }
  .sokkom__block__mobile__menu__item__start_page {
    display: none;
  }
  .sokkom__block__mobile__menu__level2 {
    position: absolute;
    z-index: 111;
    -webkit-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
  }
  .sokkom__block__mobile__menu__level2__wrapper {
    padding: 20px 30px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
  }
  .sokkom__block__mobile__menu__level2__item__link {
    white-space: nowrap;
  }
  .sokkom__block__mobile__menu__footer {
    display: none;
  }
  .sokkom__block__modal__phones__head {
    display: none;
  }
  .sokkom__page__transport__head__image {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 830px 1fr;
    grid-template-columns: 1fr 830px 1fr;
    margin: 0;
    padding: 0;
    max-width: initial;
  }
  .sokkom__page__transport__head__image__wrapper {
    position: relative;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
  .sokkom__page__transport__head__image img {
    position: absolute;
    right: 0;
    max-width: initial;
  }
  .sokkom__page__transport__board {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
  }
  .sokkom__page__transport__board__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(385px, auto) auto minmax(385px, auto);
    grid-template-columns: minmax(385px, auto) auto minmax(385px, auto);
  }
}

@media only screen and (min-width: 1201px) {
  .sokkom__page__newssect__head__wrapper {
    min-height: 457px;
  }
  .sokkom__page__newssect__head__image {
    background-size: cover;
    width: 673px;
  }
  .sokkom__page__newssect__head__image img {
    display: none;
  }
}

@media only screen and (min-width: 1501px) {
  .sokkom__page__transport__board__grid {
    -ms-grid-columns: minmax(520px, 1fr) 645px minmax(520px, 1fr);
    grid-template-columns: minmax(520px, 1fr) 645px minmax(520px, 1fr);
  }
}

@media only screen and (min-width: 1661px) {
  .sokkom__block__block_on_main__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .sokkom__block__decor_on_main__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .sokkom__block__header__slogan_and_link__body {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .sokkom__block__objects_on_main__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .sokkom__block__products_on_main__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .sokkom__block__products__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .sokkom__block__request_on_main__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .sokkom__block__slogan_on_main {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .sokkom__block__video_on_main__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .sokkom__page__certificatesect__body {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .sokkom__page__manufacturesect__body {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .sokkom__page__partners__body {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .sokkom__page__transport__head__image {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .sokkom__page__transport__advantages {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1680px) {
  .sokkom__block__header__slider {
    max-width: 41.95%;
  }
  .sokkom__block__intro__image {
    max-width: 79%;
  }
  .sokkom__block__intro__text {
    max-width: 79%;
  }
}

@media only screen and (min-width: 1681px) {
  .sokkom__block__about__wrapper {
    -ms-grid-columns: 1fr 100px 509px;
    grid-template-columns: 1fr 509px;
    grid-gap: 0 100px;
  }
  .sokkom__block__catalog__start_page__image {
    width: calc(50% - 5px);
    margin-right: 150px;
  }
  .sokkom__block__catalog__start_page__image__wrapper {
    height: 545px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 11;
  }
  .sokkom__block__catalog__start_page__image img {
    display: none;
  }
  .sokkom__block__news__slider {
    background-position: 251px calc(100% + 25px);
  }
  .sokkom__block__partners__item:last-of-type {
    margin-right: auto;
  }
}

@media (min-width: 881px) and (max-width: 1680px) {
  .sokkom__block__catalog__start_page__image__wrapper {
    background: none;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .sokkom__block__objects_on_main__item:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    grid-row: 1 / 1;
    height: 303px;
  }
}

@media (min-width: 601px) and (max-width: 766px) {
  .sokkom__page__transport .sokkom__block__breadcrumbs {
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
}

@media only screen and (max-width: 3800px) {
  .sokkom__block__news__slider .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 2500px) {
  .sokkom__block__news__slider .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 1920px) {
  .sokkom__block__videos__items {
    grid-template-columns: repeat(auto-fill, calc(25% - 20px));
    grid-gap: 50px 20px;
  }
}

@media only screen and (max-width: 1680px) {
  .sokkom__block__articles__items {
    grid-gap: 50px 20px;
    grid-template-columns: repeat(auto-fill, calc(33% - 20px));
  }
  .sokkom__block__news__slider .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active {
    opacity: 0.5;
  }
  .sokkom__block__news__items {
    grid-gap: 50px 20px;
    grid-template-columns: repeat(auto-fill, calc(33% - 20px));
  }
  .sokkom__block__videos__items {
    grid-gap: 50px 20px;
    grid-template-columns: repeat(auto-fill, calc(33% - 20px));
  }
}

@media only screen and (max-width: 1560px) {
  .sokkom__block__catalog__start_page::before {
    width: 70px;
  }
}

@media only screen and (max-width: 1510px) {
  .sokkom__block__mobile__menu__item {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 1500px) {
  body {
    background: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__block__block_on_main__wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__block__block_on_main__board {
    left: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__block__decor_on_main__wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__block__header__slogan_and_link__body {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__block__objects_on_main__wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__block__products_on_main__wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__block__products__wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__block__request_on_main__wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__block__slogan_on_main {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__block__video_on_main__wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__block__video_on_main__board {
    left: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__page__certificatesect__body {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__page__manufacturesect__board__text {
    justify-items: flex-start;
    width: auto;
  }
  .sokkom__page__manufacturesect__board__text__wrapper {
    margin-left: 50px;
    width: 650px;
  }
  .sokkom__page__manufacturesect__body {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__page__partners__body {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__page__transport__head__image {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__page__transport__advantages {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media only screen and (max-width: 1420px) {
  .sokkom__block__catalog__start_page::before {
    width: 32px;
  }
}

@media only screen and (max-width: 1400px) {
  .sokkom__block__header__slogan_and_link__body {
    -webkit-transform: translate(45px, -100px);
    -ms-transform: translate(45px, -100px);
    transform: translate(45px, -100px);
  }
}

@media only screen and (max-width: 1366px) {
  .sokkom__block__body__phone__social {
    display: none;
  }
  .sokkom__block__body__social {
    display: none;
  }
}

@media only screen and (max-width: 1330px) {
  .sokkom__block__footer__catalog_menu {
    display: none;
  }
  .sokkom__block__footer__menu {
    display: none;
  }
  .sokkom__block__footer__wrapper {
    -ms-grid-columns: 255px 50px 1fr 50px 210px;
    grid-template-columns: 255px 1fr 210px;
    -ms-grid-rows: auto 0px auto 0px auto;
    grid-template-areas: 'sokkom__block__footer__info sokkom__block__footer__phone sokkom__block__footer__email' 'sokkom__block__footer__address sokkom__block__footer__phone sokkom__block__footer__social' 'sokkom__block__footer__logo sokkom__block__footer__phone sokkom__block__footer__social';
  }
  .sokkom__block__footer__address {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .sokkom__block__footer__email {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .sokkom__block__footer__info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sokkom__block__footer__logo {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .sokkom__block__footer__phone {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .sokkom__block__footer__social {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }
  .sokkom__block__footer .sokkom__block__footer__info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sokkom__block__footer .sokkom__block__footer__phone {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
}

@media only screen and (max-width: 1320px) {
  .sokkom__block__catalog__start_page::before {
    width: 0;
  }
}

@media only screen and (max-width: 1300px) {
  .sokkom__block__video_on_main__board {
    -webkit-transform: translate(0, 139px);
    -ms-transform: translate(0, 139px);
    transform: translate(0, 139px);
  }
  .sokkom__page__article__head__wrapper {
    min-height: 0;
  }
  .sokkom__page__article__head__image {
    width: 50%;
  }
  .sokkom__page__article__head__body {
    width: 50%;
  }
  .sokkom__page__news__head__wrapper {
    min-height: 0;
  }
  .sokkom__page__news__head__image {
    width: 50%;
  }
  .sokkom__page__news__head__body {
    width: 50%;
  }
}

@media only screen and (max-width: 1250px) {
  .sokkom__block__header__search .sokkom__block__search__form__input[type='text'] {
    min-width: 150px;
  }
  .sokkom__block__header__wrapper {
    -ms-grid-columns: 329px 250px 1fr auto 295px;
    grid-template-columns: 329px 250px 1fr auto 295px;
    grid-template-areas: "sokkom__block__header__logo sokkom__block__header__slogan sokkom__block__header__phone__social sokkom__block__header__phone sokkom__block__header__request" "sokkom__block__header__catalog_title sokkom__block__header__menu sokkom__block__header__menu sokkom__block__header__menu sokkom__block__header__search";
  }
  .sokkom__block__header__wrapper .sokkom__block__header__search {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-area: sokkom__block__header__search;
  }
  .sokkom__block__header__catalog_title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .sokkom__block__header__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sokkom__block__header__menu {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
  .sokkom__block__header__phone__social {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sokkom__block__header__phone {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .sokkom__block__header__request {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .sokkom__block__header__search {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
  .sokkom__block__header__slogan {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

@media only screen and (max-width: 1200px) {
  .sokkom__block__header__headline__wrapper {
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sokkom__block__header__slogan_and_link__body {
    -webkit-transform: translate(45px, -60px);
    -ms-transform: translate(45px, -60px);
    transform: translate(45px, -60px);
  }
  .sokkom__block__mobile__menu__wrapper {
    max-width: 100%;
  }
  .sokkom__block__modal__phones__wrapper {
    max-width: 100%;
  }
  .sokkom__page__catitem__variation__switcher__list__item {
    width: 190px;
  }
  .sokkom__page__contact__form .form {
    max-width: 472px;
  }
  .sokkom__page__manufacturesect__time_scale__item {
    grid-gap: 25px 33px;
  }
  .sokkom__page__newssect__head__image {
    width: calc(100% - 400px);
    background: none !important;
  }
}

@media only screen and (max-width: 1160px) {
  .sokkom__block__header__phone__social {
    margin: auto 0 auto 38px;
  }
  .sokkom__block__header__wrapper {
    grid-template-areas: "sokkom__block__header__logo sokkom__block__header__phone__social sokkom__block__header__phone sokkom__block__header__phone sokkom__block__header__request" "sokkom__block__header__catalog_title sokkom__block__header__menu sokkom__block__header__menu sokkom__block__header__menu sokkom__block__header__search";
  }
  .sokkom__block__header__wrapper .sokkom__block__header__slogan {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: sokkom__block__header__slogan;
    display: none;
  }
  .sokkom__block__header__catalog_title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .sokkom__block__header__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sokkom__block__header__menu {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
  .sokkom__block__header__phone__social {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .sokkom__block__header__phone {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
  .sokkom__block__header__request {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .sokkom__block__header__search {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
  .sokkom__block__header__wrapper .sokkom__block__header__search {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
}

@media only screen and (max-width: 1250px){
  .sokkom__block__header__wrapper .sokkom__block__header__search {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
  .sokkom__block__header__wrapper .sokkom__block__header__slogan {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

@media only screen and (max-width: 1100px) {
  ol:not([class]) li:not([class]) {
    font-size: 16px;
  }
  ul:not([class]) li:not([class]) {
    font-size: 16px;
  }
  .sokkom__page__404__body {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__base__grid {
    display: block;
  }
  .sokkom__base__grid__column:first-of-type {
    display: none;
  }
  body:not(#tinymce), body:not(.mce-content-body) {
    padding-top: 128px;
  }
  p {
    font-size: 16px;
  }
  .sokkom__base__head__title {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__base__head__description {
    margin-left: 46px;
    margin-right: 46px;
  }
  .sokkom__base__content {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__block__advantages__item__image {
    min-width: 80px;
    margin-right: 15px;
  }
  .sokkom__block__advantages__item__title {
    font-size: 12px;
  }
  .sokkom__block__backlink {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__block__block_on_main {
    margin-bottom: 90px;
  }
  .sokkom__block__breadcrumbs__wrapper {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__block__footer__wrapper {
    padding: 35px 46px 50px;
  }
  .sokkom__block__gallery__footer {
    min-height: 49px;
    height: 49px;
    padding: 5px;
  }
  .sokkom__block__gallery__footer__title {
    font-size: 16px;
  }
  .sokkom__block__gallery__footer__link a {
    height: 24px;
    min-height: 24px;
    width: 125px;
    min-width: 125px;
    font-size: 11px;
    padding: 2px 0 0 0;
  }
  .sokkom__block__header__mobile__slogan__wrapper {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__block__header__mobile {
    position: fixed;
    width: 100%;
    z-index: 111;
    background: #fff;
    top: 0;
  }
  .sokkom__block__header__mobile__grid {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__block__header__phone__social {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__block__header__slider {
    width: calc(50%);
  }
  .sokkom__block__header__slider__item__title, .sokkom__block__header__slider__item__text {
    font-size: 17px;
  }
  .sokkom__block__header__slider__item__body__wrapper {
    padding: 20px 30px 20px;
  }
  .sokkom__block__header__slogan_and_link {
    margin-bottom: 26px;
  }
  .sokkom__block__header__slogan_and_link__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 100px;
  }
  .sokkom__block__header__slogan_and_link__body {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    margin: 0;
    padding: 0;
  }
  .sokkom__block__header__slogan__wrapper {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__block__header {
    display: none;
  }
  .sokkom__block__intro__background {
    display: none;
  }
  .sokkom__block__intro__title {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 27px;
    line-height: 36px;
  }
  .sokkom__block__intro__image {
    padding: 0 16px 16px 0;
  }
  .sokkom__block__intro__image::after {
    width: 84px;
    height: 84px;
  }
  .sokkom__block__intro__text {
    font-size: 17px;
    padding-left: 33px;
  }
  .sokkom__block__mobile__menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #00579A;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__block__mobile__menu.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__block__mobile__menu__wrapper {
    padding: 38px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
  }
  .sokkom__block__mobile__menu__items {
    display: block;
  }
  .sokkom__block__mobile__menu__item__link {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 33px;
    /* identical to box height, or 220% */
    text-transform: uppercase;
    color: #FFFFFF;
  }
  .sokkom__block__mobile__menu__item__link > svg {
    display: none;
  }
  .sokkom__block__mobile__menu__level2__item__link {
    color: #FFFFFF;
  }
  .sokkom__block__modal__phones {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #00579A;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__block__modal__phones.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sokkom__block__modal__phones__wrapper {
    padding: 38px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
  }
  .sokkom__block__objects_on_main {
    margin: 0px 0 50px;
  }
  .sokkom__block__objects_on_main__items {
    grid-template-columns: repeat(auto-fill, calc(50% - 3px));
    border: none;
  }
  .sokkom__block__objects_on_main__item {
    height: 235px;
  }
  .sokkom__block__objects__title {
    padding-top: 35px;
    font-size: 35px;
  }
  .sokkom__block__objects__items {
    grid-template-columns: repeat(auto-fill, calc(25% - 4px));
    grid-gap: 4px 5px;
  }
  .sokkom__block__partners__wrapper {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__block__partners__title {
    -webkit-transform: translate(-46px, 0);
    -ms-transform: translate(-46px, 0);
    transform: translate(-46px, 0);
    padding: 10px 46px;
    font-size: 18px;
  }
  .sokkom__block__products_on_main {
    margin-bottom: 40px;
  }
  .sokkom__block__products_on_main__items {
    grid-template-columns: repeat(auto-fill, calc(50% - 2px));
    grid-gap: 3px 4px;
  }
  .sokkom__block__products {
    margin-bottom: 40px;
  }
  .sokkom__block__products__items {
    grid-template-columns: repeat(auto-fill, calc(50% - 2px));
    grid-gap: 3px 4px;
  }
  .sokkom__block__request_on_main {
    margin-bottom: 85px;
  }
  .sokkom__block__reviews__wrapper {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__block__reviews__title {
    -webkit-transform: translate(-46px, 0);
    -ms-transform: translate(-46px, 0);
    transform: translate(-46px, 0);
    padding: 10px 46px;
    font-size: 18px;
  }
  .sokkom__block__scms_controls__wrapper {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__block__slider {
    margin-bottom: 40px;
  }
  .sokkom__block__slogan_on_main__wrapper {
    padding-left: 50px;
  }
  .sokkom__block__slogan_on_main__wrapper::before {
    width: 26px;
    height: 3px;
  }
  .sokkom__block__slogan_on_main__slogan {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .sokkom__block__title__head {
    margin-bottom: 10px;
  }
  .sokkom__block__video_on_main {
    margin-bottom: 0px;
  }
  .sokkom__block__video__item iframe {
    height: 550px;
  }
  .sokkom__page__article__head__title h1 {
    font-size: 30px;
  }
  .sokkom__page__catitem__variation__slider .owl-dots {
    -webkit-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    transform: translate(0, -60px);
  }
  .sokkom__page__catsect__accessories {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__page__catsect__accessories__title {
    -webkit-transform: translate(-46px, 0);
    -ms-transform: translate(-46px, 0);
    transform: translate(-46px, 0);
    padding: 10px 46px;
    font-size: 18px;
  }
  .sokkom__page__catsect__accessories__description {
    font-size: 16px;
  }
  .sokkom__page__catsect__box_design {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__page__catsect__box_design__title {
    -webkit-transform: translate(-46px, 0);
    -ms-transform: translate(-46px, 0);
    transform: translate(-46px, 0);
    padding: 10px 46px;
    font-size: 18px;
  }
  .sokkom__page__catsect__box_type {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__page__catsect__box_type__title {
    -webkit-transform: translate(-46px, 0);
    -ms-transform: translate(-46px, 0);
    transform: translate(-46px, 0);
    padding: 10px 46px;
    font-size: 18px;
  }
  .sokkom__page__catsect__box_type__item__title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .sokkom__page__catsect__box_type__item__text {
    font-size: 16px;
  }
  .sokkom__page__catsect__color_solutions {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__page__catsect__color_solutions__title {
    -webkit-transform: translate(-46px, 0);
    -ms-transform: translate(-46px, 0);
    transform: translate(-46px, 0);
    padding: 10px 46px;
    font-size: 18px;
  }
  .sokkom__page__catsect__color_solutions__item__title {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .sokkom__page__catsect__color_solutions__item__image {
    margin-bottom: 20px;
  }
  .sokkom__page__catsect__design_features {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__page__catsect__design_features__title {
    -webkit-transform: translate(-46px, 0);
    -ms-transform: translate(-46px, 0);
    transform: translate(-46px, 0);
    padding: 10px 46px;
    font-size: 18px;
  }
  .sokkom__page__catsect__design_features__items {
    grid-gap: 20px 23px;
    margin-bottom: 30px;
  }
  .sokkom__page__catsect__design_features__item__title {
    margin-bottom: 20px;
  }
  .sokkom__page__catsect__design_features__item__image {
    margin-bottom: 20px;
  }
  .sokkom__page__catsect__design_features__item__text {
    font-size: 16px;
  }
  .sokkom__page__catsect__glazing_options {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__page__catsect__glazing_options__title {
    -webkit-transform: translate(-46px, 0);
    -ms-transform: translate(-46px, 0);
    transform: translate(-46px, 0);
    padding: 10px 46px;
    font-size: 18px;
  }
  .sokkom__page__catsect__glazing_options__item__text {
    font-size: 16px;
  }
  .sokkom__page__catsect__surface_design__title {
    -webkit-transform: translate(-46px, 0);
    -ms-transform: translate(-46px, 0);
    transform: translate(-46px, 0);
    padding: 10px 46px;
    font-size: 18px;
  }
  .sokkom__page__catsect__surface_design__title {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .sokkom__page__catsect__surface_design__items {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__page__catsect__surface_design__item__title {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .sokkom__page__catsect__surface_design__item__image {
    margin-bottom: 20px;
  }
  .sokkom__page__catsect__surface_design__description {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__page__catsect__surface_design__description p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .sokkom__page__catsect__transom_options {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__page__catsect__transom_options__title {
    -webkit-transform: translate(-46px, 0);
    -ms-transform: translate(-46px, 0);
    transform: translate(-46px, 0);
    padding: 10px 46px;
    font-size: 18px;
  }
  .sokkom__page__catsect__transom_options__description {
    font-size: 17px;
  }
  .sokkom__page__catsect__wood_block {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__page__catsect__wood_block__title {
    -webkit-transform: translate(-46px, 0);
    -ms-transform: translate(-46px, 0);
    transform: translate(-46px, 0);
    padding: 10px 46px;
    font-size: 18px;
  }
  .sokkom__page__catsect__wood_block__item__text {
    font-size: 16px;
  }
  .sokkom__page__certificatesect__board {
    margin-bottom: 50px;
  }
  .sokkom__page__certificatesect__certificates__item__title {
    font-size: 25px;
  }
  .sokkom__page__certificatesect__attachments__items {
    grid-template-columns: repeat(auto-fill, calc(33% - 35px));
  }
  .sokkom__page__contact__body {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__page__contact__body p {
    font-size: 14px;
  }
  .sokkom__page__contact__phones__title {
    font-size: 27px;
  }
  .sokkom__page__contact__phones__item a {
    font-size: 14px;
  }
  .sokkom__page__contact__emails__title {
    font-size: 27px;
  }
  .sokkom__page__contact__emails__item a {
    font-size: 14px;
  }
  .sokkom__page__contact__social__title {
    font-size: 27px;
  }
  .sokkom__page__contact__map__title {
    font-size: 27px;
  }
  .sokkom__page__contact__form__title {
    font-size: 27px;
  }
  .sokkom__page__contact__form .form {
    max-width: 526px;
  }
  .sokkom__page__manufacturesect__board {
    margin-bottom: 50px;
  }
  .sokkom__page__manufacturesect__board__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 563px;
  }
  .sokkom__page__manufacturesect__board__text__wrapper {
    height: 185px;
  }
  .sokkom__page__manufacturesect__board__count {
    font-size: 110px;
  }
  .sokkom__page__manufacturesect__board__title {
    font-size: 24px;
  }
  .sokkom__page__manufacturesect__time_scale__item {
    -ms-grid-columns: auto 33px 419px 33px 1fr;
    grid-template-columns: auto 419px 1fr;
  }
  .sokkom__page__news__head__title h1 {
    font-size: 30px;
  }
  .sokkom__page__object .sokkom__base__head__description {
    font-size: 14px;
    font-weight: normal;
  }
  .sokkom__page__object .sokkom__base__head__description p {
    font-size: 14px;
    font-weight: normal;
  }
  .sokkom__page__objects__body {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__page__partners__board {
    margin-bottom: 50px;
  }
  .sokkom__page__partners__tabs {
    margin-bottom: 60px;
  }
  .sokkom__page__search__body {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__page__start_page__about_and_advantages {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sokkom__page__start_page__about_and_advantages {
    margin-bottom: 40px;
  }
  .sokkom__page__start_page .sokkom__block__advantages__item {
    width: calc(33% - 20px);
  }
  .sokkom__page__start_page__about {
    margin-bottom: 30px;
  }
  .sokkom__page__start_page__about__title {
    -webkit-transform: translate(-46px, 0);
    -ms-transform: translate(-46px, 0);
    transform: translate(-46px, 0);
    padding: 10px 46px;
    font-size: 18px;
  }
  .sokkom__page__start_page__about__text {
    font-size: 16px;
  }
  .sokkom__page__transport .sokkom__base__main__head__wrapper {
    margin-left: 0;
  }
  .sokkom__page__transport__head__image {
    margin-bottom: 30px;
  }
  .sokkom__page__transport__head__image img {
    max-width: 370px;
  }
  .sokkom__page__transport__body__wrapper {
    padding-left: 0;
  }
  .sokkom__page__transport__board {
    margin-bottom: 100px;
  }
  .sokkom__page__transport__board__grid {
    margin-left: 50px;
  }
  .sokkom__page__transport__board__wrapper {
    padding: 33px 50px;
  }
  .sokkom__page__transport__advantages__wrapper {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1080px) {
  .body__wrapper::before {
    top: 200px;
  }
  .sokkom__block__header__contact {
    padding-top: 13px;
  }
  .sokkom__block__header__logo svg {
    max-width: 202px;
    height: 22px;
  }
  .sokkom__block__intro {
    margin-top: 0px;
  }
  .sokkom__block__roof__wrapper {
    padding-bottom: 35px;
  }
  .sokkom__block__roof__wrapper {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 990px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  h2 {
    font-size: 44px;
  }
  h3 {
    font-size: 30px;
  }
  h3 {
    font-size: 44px;
  }
  h3 {
    font-size: 32px;
  }
  h4, h5, h6 {
    font-size: 30px;
  }
  h4, h5, h6 {
    font-size: 44px;
  }
  h4, h5, h6 {
    font-size: 32px;
  }
  h4, h5, h6 {
    font-size: 28px;
  }
  .sokkom__block__about__title h1 {
    font-size: 30px;
  }
  .sokkom__block__about__title h1 {
    font-size: 44px;
  }
  .sokkom__block__advantages__item__image svg {
    max-width: 55px;
    max-height: 50px;
  }
  .sokkom__block__articles__slider__title {
    font-size: 30px;
  }
  .sokkom__block__articles__slider__title {
    font-size: 44px;
  }
  .sokkom__block__attachment {
    margin-bottom: 60px;
  }
  .sokkom__block__attachment__title {
    font-size: 30px;
  }
  .sokkom__block__attachment__title {
    font-size: 44px;
  }
  .sokkom__block__banner {
    margin-bottom: 40px;
  }
  .sokkom__block__block_on_main__image {
    height: 430px;
  }
  .sokkom__block__block_on_main__board {
    -webkit-transform: translate(0, 90px);
    -ms-transform: translate(0, 90px);
    transform: translate(0, 90px);
    padding: 45px;
  }
  .sokkom__block__block_on_main__board__text {
    font-size: 13px;
  }
  .sokkom__block__catalog__start_page__wrapper {
    background: none;
    padding-bottom: 90px;
  }
  .sokkom__block__catalog__start_page__title {
    font-size: 30px;
  }
  .sokkom__block__catalog__start_page__title {
    font-size: 44px;
  }
  .sokkom__block__content__title {
    font-size: 30px;
  }
  .sokkom__block__content__title {
    font-size: 44px;
  }
  .sokkom__block__footer__payment__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sokkom__block__footer__payment__item {
    margin: 0 10px 0;
  }
  .sokkom__block__header__headline {
    margin-bottom: 20px;
  }
  .sokkom__block__header__headline__title {
    margin-bottom: 20px;
  }
  .sokkom__block__news__slider__title {
    font-size: 30px;
  }
  .sokkom__block__news__slider__title {
    font-size: 44px;
  }
  .sokkom__block__objects__slider__title {
    font-size: 30px;
  }
  .sokkom__block__objects__slider__title {
    font-size: 44px;
  }
  .sokkom__block__objects.slider .sokkom__block__objects__grid {
    -ms-grid-columns: calc(50% - 20px) 40px calc(50% - 20px);
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  }
  .sokkom__block__objects.slider .sokkom__block__objects__items {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  .sokkom__block__objects.slider .sokkom__block__objects__controls__prev, .sokkom__block__objects.slider .sokkom__block__objects__controls__next {
    padding: 15px 9px;
  }
  .sokkom__block__objects.slider .sokkom__block__objects__controls__prev {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sokkom__block__objects.slider .sokkom__block__objects__controls__next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sokkom__block__products_on_main__item {
    height: 150px;
  }
  .sokkom__block__products__item {
    height: 150px;
  }
  .sokkom__block__request_on_main__text {
    width: calc(45% - 20px);
  }
  .sokkom__block__request_on_main__certificates {
    padding-left: 57px;
    width: calc(55% - 20px);
  }
  .sokkom__block__request_on_main__certificates__items {
    height: 210px;
  }
  .sokkom__block__request_on_main__certificates__item a {
    font-size: 14px;
  }
  .sokkom__block__request_on_main__certificates__bottom__link {
    font-size: 16px;
    min-width: 273px;
    min-height: 44px;
  }
  .sokkom__block__request_on_main__certificates .mCSB_scrollTools {
    -webkit-transform: translate(-63px, 8px);
    -ms-transform: translate(-63px, 8px);
    transform: translate(-63px, 8px);
  }
  .sokkom__block__specialists__slider__title {
    font-size: 30px;
  }
  .sokkom__block__specialists__slider__title {
    font-size: 44px;
  }
  .sokkom__block__start_request__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0;
    padding: 35px 30px 30px;
  }
  .sokkom__block__start_request__title {
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }
  .sokkom__block__video__title {
    font-size: 30px;
  }
  .sokkom__block__video__title {
    font-size: 44px;
  }
  .sokkom__page__article__head__title h1 {
    font-size: 30px;
  }
  .sokkom__page__article__head__title h1 {
    font-size: 44px;
  }
  .sokkom__page__article__head__title h1 {
    font-size: 30px;
  }
  .sokkom__page__catitem__title {
    font-size: 30px;
  }
  .sokkom__page__catitem__title {
    font-size: 44px;
  }
  .sokkom__page__catitem__text_tech {
    display: block;
    padding: 0;
  }
  .sokkom__page__catitem__property {
    padding-top: 30px;
    padding-bottom: 30px;
    border-width: 4px 0;
  }
  .sokkom__page__catitem__property__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sokkom__page__catitem__property__item {
    width: calc(50% - 40px);
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .sokkom__page__catitem__advantages {
    margin-bottom: 50px;
  }
  .sokkom__page__catitem__advantages__items {
    border-left: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sokkom__page__catitem__advantages__items__item {
    width: calc(50% - 20px);
  }
  .sokkom__page__catitem__advantages__items__item__title {
    padding-left: 41px;
  }
  .sokkom__page__catitem__using__title {
    font-size: 30px;
  }
  .sokkom__page__catitem__using__title {
    font-size: 44px;
  }
  .sokkom__page__catitem__attached_materials__title {
    font-size: 30px;
  }
  .sokkom__page__catitem__attached_materials__title {
    font-size: 44px;
  }
  .sokkom__page__catitem__attached_files__title {
    font-size: 30px;
  }
  .sokkom__page__catitem__attached_files__title {
    font-size: 44px;
  }
  .sokkom__page__catitem__variation__switcher__title {
    font-size: 30px;
  }
  .sokkom__page__catitem__variation__switcher__title {
    font-size: 44px;
  }
  .sokkom__page__catitem__variation__switcher__title {
    font-size: 32px;
  }
  .sokkom__page__catitem__variation__image_and_clarify__wrapper {
    margin-bottom: 30px;
  }
  .sokkom__page__catitem__variation__image_and_clarify.has_both .sokkom__page__catitem__variation__clarify {
    width: 350px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .sokkom__page__catitem__variation__image {
    margin-right: 0;
  }
  .sokkom__page__catitem__variation__clarify {
    padding: 40px 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .sokkom__page__catitem__variation__slider {
    background: -o-linear-gradient(bottom, #00579A, #00579A 335px, transparent 335px);
    background: linear-gradient(to top, #00579A, #00579A 335px, transparent 335px);
    margin-bottom: 60px;
  }
  .sokkom__page__certificatesect .base__content p {
    font-size: 14px;
  }
  .sokkom__page__files__files__tree {
    padding: 15px 33px;
    border: solid 1px #00579A;
    margin-bottom: 55px;
  }
  .sokkom__page__files__files__tree__items {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .sokkom__page__manufacturesect .base__content p {
    font-size: 14px;
  }
  .sokkom__page__news__head__title h1 {
    font-size: 30px;
  }
  .sokkom__page__news__head__title h1 {
    font-size: 44px;
  }
  .sokkom__page__news__head__title h1 {
    font-size: 30px;
  }
  .sokkom__page__newssect__head__title {
    font-size: 30px;
  }
  .sokkom__page__newssect__head__title {
    font-size: 44px;
  }
  .sokkom__page__newssect__head__title {
    font-size: 32px;
  }
  .sokkom__page__newssect__head__title {
    font-size: 28px;
  }
  .sokkom__page__partners .base__content p {
    font-size: 14px;
  }
  .sokkom__page__partners__clients__items {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .sokkom__page__transport__body__wrapper p {
    font-size: 14px;
  }
  .sokkom__page__transport__board__grid {
    margin-left: 0;
  }
  .sokkom__page__transport__board__box {
    width: 622px;
    height: 200px;
  }
  .sokkom__page__transport__advantages {
    margin-bottom: 80px;
  }
  .sokkom__page__transport__advantages__item__title {
    font-size: 17px;
  }
  .sokkom__page__usefulsect__children__item a {
    font-size: 30px;
  }
  .sokkom__page__usefulsect__children__item a {
    font-size: 44px;
  }
  .sokkom__page__video__head__image {
    height: 500px;
  }
  .sokkom__page__video__head__title h1 {
    font-size: 30px;
  }
  .sokkom__page__video__head__title h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 900px) {
  .sokkom__block__video__item iframe {
    height: 430px;
  }
}

@media only screen and (max-width: 890px) {
  .sokkom__block__header__headline__wrapper {
    -ms-grid-columns: 1fr 190px;
    grid-template-columns: 1fr 190px;
  }
  .sokkom__block__header__headline__title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    margin-bottom: 26px;
  }
  .sokkom__block__header__headline__booking {
    -ms-grid-column: 1;
    grid-column: 1 / 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sokkom__block__header__headline__booking a {
    width: 120px;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    /* identical to box height */
  }
  .sokkom__block__header__headline__image {
    -ms-grid-column: 2;
    grid-column: 2 / 2;
    -ms-grid-row: 2;
    grid-row: 2 / 2;
  }
  .sokkom__block__header__headline__image img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 880px) {
  .body__wrapper::before {
    display: none;
  }
  p {
    font-size: 17px;
  }
  .sokkom__base__head__grid.page_has_main_image {
    -ms-grid-columns: 50% 0 50%;
    grid-template-columns: 50% 50%;
  }
  .sokkom__block__about__wrapper {
    background: none;
    padding-top: 66px;
    padding-bottom: 85px;
  }
  .sokkom__block__articles__slider {
    background: #00579A;
    margin-bottom: 75px;
  }
  .sokkom__block__articles__slider__title {
    margin-bottom: 60px;
    font-size: 44px;
  }
  .page__inner .sokkom__block__articles__slider {
    margin-bottom: 75px;
    padding: 85px 0 75px;
  }
  .sokkom__block__articles__item {
    max-width: 331px;
  }
  .sokkom__block__articles__item__title {
    font-size: 21px;
  }
  .sokkom__block__articles__items {
    grid-template-columns: repeat(auto-fill, calc(50% - 10px));
    grid-gap: 30px 20px;
  }
  .sokkom__block__articles__item__image {
    margin-bottom: 15px;
  }
  .sokkom__block__attachment__title {
    font-size: 44px;
  }
  .sokkom__block__attachment__items__wrapper {
    display: block;
  }
  .sokkom__block__attachment__item a svg {
    width: 41px;
    height: 50px;
  }
  .sokkom__block__banner__content {
    padding-left: 150px;
    padding-right: 10px;
  }
  .sokkom__block__banner__content svg {
    position: absolute;
    left: 20px;
    top: 0;
    width: 130px;
    height: 94px;
  }
  .sokkom__block__block_on_main__wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sokkom__block__block_on_main__board {
    left: 32px;
  }
  .sokkom__block__catalog__start_page__wrapper {
    display: block;
    padding: 0 0px 90px;
  }
  .sokkom__block__catalog__start_page__image {
    margin-bottom: 45px;
    width: 100%;
    padding-right: 66px;
  }
  .sokkom__block__catalog__start_page__image__wrapper {
    height: 309px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
  }
  .sokkom__block__catalog__start_page__image::before {
    left: auto;
    right: 32px;
    -webkit-transform: translate(0, 36px);
    -ms-transform: translate(0, 36px);
    transform: translate(0, 36px);
  }
  .sokkom__block__catalog__start_page__image img {
    display: none;
  }
  .sokkom__block__catalog__start_page__body {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__block__decor_on_main__wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sokkom__block__decor_on_main__body {
    display: block;
  }
  .sokkom__block__decor_on_main__content {
    width: 100%;
  }
  .sokkom__block__decor_on_main__text {
    margin-bottom: 50px;
  }
  .sokkom__block__decor_on_main__image {
    width: 100%;
  }
  .sokkom__block__decor_on_main__image img {
    width: 100%;
  }
  .sokkom__block__footer .sokkom__block__footer__info__wrapper {
    line-height: 1.4;
  }
  .sokkom__block__footer .sokkom__block__footer__phone {
    margin: auto;
  }
  .sokkom__block__header__contact {
    padding-top: 0;
  }
  .sokkom__block__header__contact__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sokkom__block__header__phone__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sokkom__block__header__phone .sokkom__block__phone__phone {
    display: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .sokkom__block__header__phone .sokkom__block__phone__phone:first-of-type {
    display: block;
  }
  .sokkom__block__header__slogan_and_link__wrapper {
    padding-left: 80px;
  }
  .sokkom__block__header__slogan_and_link__body {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sokkom__block__header__slogan_and_link__body {
    margin: 0;
    padding: 0;
  }
  .sokkom__block__news__slider {
    padding: 75px 0 70px;
  }
  .sokkom__block__news__slider__item__title {
    font-size: 21px;
  }
  .sokkom__block__news__slider__item__text {
    font-size: 17px;
  }
  .sokkom__block__news__item__title {
    font-size: 21px;
  }
  .sokkom__block__news__item__text {
    font-size: 17px;
  }
  .sokkom__block__news__items {
    grid-template-columns: repeat(auto-fill, calc(50% - 10px));
    grid-gap: 30px 20px;
  }
  .sokkom__block__news__item {
    max-width: 331px;
  }
  .sokkom__block__news__item__image {
    margin-bottom: 15px;
  }
  .sokkom__block__news__item__title {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .sokkom__block__objects_on_main__wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sokkom__block__objects_on_main__item__title {
    font-size: 16px;
  }
  .sokkom__block__objects__slider__title {
    margin-bottom: 60px;
    font-size: 44px;
  }
  .sokkom__block__objects__slider__item__title {
    background-color: #003D7F;
  }
  .sokkom__block__objects__slider__item__title a {
    color: #fff;
  }
  .page__catitem .sokkom__block__objects__slider {
    padding: 0 0 80px;
  }
  .sokkom__block__objects__items {
    grid-template-columns: repeat(auto-fill, calc(50% - 4px));
  }
  .sokkom__block__objects.slider .slick-track {
    height: 227px;
  }
  .sokkom__block__products_on_main__wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sokkom__block__products_on_main__item__title {
    font-size: 16px;
    padding: 15px 20px;
  }
  .sokkom__block__products__wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sokkom__block__products__item__title {
    font-size: 16px;
    padding: 15px 20px;
  }
  .sokkom__block__request_on_main__wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sokkom__block__roof__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-gap: 0;
  }
  .sokkom__block__slogan_on_main {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sokkom__block__specialists__slider {
    background: #00579A;
    margin-bottom: 75px;
  }
  .sokkom__block__specialists__slider__title {
    margin-bottom: 60px;
    font-size: 44px;
  }
  .sokkom__block__specialists__slider__container {
    padding: 75px 0 100px 0;
  }
  .sokkom__block__video_on_main__wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sokkom__block__video_on_main__board {
    left: 32px;
    max-width: 255px;
    padding: 25px 25px;
  }
  .sokkom__block__video_on_main__board__title {
    font-size: 24px;
  }
  .sokkom__block__video_on_main__board__text {
    font-size: 13px;
  }
  .sokkom__block__video__title {
    font-size: 44px;
    margin-bottom: 40px;
  }
  .sokkom__block__videos__item {
    max-width: 331px;
  }
  .sokkom__block__videos__item__title {
    font-size: 21px;
  }
  .sokkom__block__videos__items {
    grid-template-columns: repeat(auto-fill, calc(50% - 10px));
    grid-gap: 30px 20px;
  }
  .sokkom__block__videos__item__image {
    margin-bottom: 15px;
  }
  .sokkom__page__about__head {
    position: relative;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    z-index: 11;
  }
  .sokkom__page__about__head__background {
    min-height: 300px;
  }
  .sokkom__page__about__head__title h1 {
    padding-left: 62px;
    font-size: 48px;
  }
  .sokkom__page__about__body {
    margin-bottom: 75px;
  }
  .sokkom__page__article__head__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-direction: column;
    min-height: 0;
  }
  .sokkom__page__article__head__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .sokkom__page__article__head__body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .sokkom__page__article__body {
    margin-bottom: 35px;
  }
  .sokkom__page__article__text {
    margin-bottom: 60px;
  }
  .sokkom__page__catitem__head {
    padding-right: 0;
  }
  .sokkom__page__catitem__head__background {
    min-height: 300px;
  }
  .sokkom__page__catitem__head__title h1 {
    font-size: 55px;
  }
  .sokkom__page__catitem__slogan {
    font-size: 21px;
  }
  .sokkom__page__catitem__title {
    font-size: 44px;
  }
  .sokkom__page__catitem__text_tech {
    padding: 0;
  }
  .sokkom__page__catitem__text {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sokkom__page__catitem__property {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sokkom__page__catitem__advantages {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sokkom__page__catitem__using {
    margin-bottom: 60px;
  }
  .sokkom__page__catitem__using__title {
    font-size: 44px;
  }
  .sokkom__page__catitem__using__text ul li {
    width: calc(50% - 50px);
    margin-bottom: 30px;
  }
  .sokkom__page__catitem__attached_materials {
    margin-bottom: 60px;
  }
  .sokkom__page__catitem__attached_materials__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .sokkom__page__catitem__attached_materials__items {
    margin-bottom: 0px;
  }
  .sokkom__page__catitem__attached_materials__item {
    width: calc(50% - 50px);
    margin-bottom: 20px;
  }
  .sokkom__page__catitem__attached_files {
    margin-bottom: 60px;
  }
  .sokkom__page__catitem__attached_files__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .sokkom__page__catitem__attached_files__items {
    margin-bottom: 0px;
  }
  .sokkom__page__catitem__attached_files__item {
    width: calc(50% - 50px);
    margin-bottom: 20px;
  }
  .sokkom__page__catitem .sokkom__block__backlink {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sokkom__page__catitem__variation__switcher__title {
    font-size: 24px;
    width: 280px;
    height: 55px;
    margin-right: 35px;
  }
  .sokkom__page__catitem__variation__switcher__title::after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 27.5px 0 27.5px 20px;
    border-color: transparent transparent transparent #00579A;
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }
  .sokkom__page__catitem__variation__switcher__controls {
    max-width: 200px;
  }
  .sokkom__page__catitem__variation__switcher__control__prev svg, .sokkom__page__catitem__variation__switcher__control__next svg {
    margin: auto;
  }
  .sokkom__page__catitem__variation__switcher__item {
    font-size: 15px;
    text-align: center;
  }
  .sokkom__page__catitem__variation__switcher__item.active, .sokkom__page__catitem__variation__switcher__item.slick-active, .sokkom__page__catitem__variation__switcher__item.slick-current, .sokkom__page__catitem__variation__switcher__item.slick-center {
    font-size: 20px;
    line-height: 1.7;
  }
  .sokkom__page__catitem__variation__image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .sokkom__page__catitem__variation__clarify__item {
    margin-bottom: 25px;
  }
  .sokkom__page__catitem__variation__clarify__item__title {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
  }
  .sokkom__page__catitem__variation__clarify__item__text {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
  }
  .sokkom__page__catitem__variation__slider {
    margin-bottom: 50px;
    padding-bottom: 35px;
  }
  .sokkom__page__catitem__variation__slider__item {
    display: block;
  }
  .sokkom__page__catitem__variation__slider__item__image {
    width: 100%;
    margin-bottom: 28px;
  }
  .sokkom__page__catitem__variation__slider__item__title {
    width: 100%;
    font-size: 21px;
  }
  .sokkom__page__catitem__variation__slider .owl-dots {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    position: static;
    padding: 0;
  }
  .sokkom__page__certificatesect__board__image {
    height: 153px;
  }
  .sokkom__page__certificatesect__board__image img {
    display: none;
  }
  .sokkom__page__certificatesect__body {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sokkom__page__certificatesect__attachments__items {
    grid-template-columns: repeat(auto-fill, calc(50% - 20px));
    grid-gap: 25px 40px;
  }
  .sokkom__page__contact__form .form textarea {
    height: 205px;
  }
  .sokkom__page__files__container {
    display: block;
  }
  .sokkom__page__files__title {
    display: none;
  }
  .sokkom__page__files__files__item svg {
    width: 31px;
    height: 37px;
  }
  .sokkom__page__files__articles {
    display: none;
  }
  .sokkom__page__files__videos {
    display: none;
  }
  .page__files .sokkom__page__usefulsect__children {
    display: block;
  }
  .sokkom__page__manufacturesect__board__text__wrapper {
    margin-left: 25px;
  }
  .sokkom__page__manufacturesect__body {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sokkom__page__manufacturesect__time_scale__item {
    -ms-grid-columns: 240px 33px 1fr;
    grid-template-columns: 240px 1fr;
  }
  .sokkom__page__manufacturesect__time_scale__item__number {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  .sokkom__page__manufacturesect__time_scale__item__text a {
    font-size: 15px;
  }
  .sokkom__page__manufacturesect__time_scale__item__text p {
    font-size: 15px;
  }
  .sokkom__page__newssect__head {
    padding-left: 0;
    padding-right: 0;
  }
  .sokkom__page__newssect__head__image {
    padding: 0 0 40px 32px;
    width: calc(100% - 360px);
  }
  .sokkom__page__newssect__head__title {
    font-size: 30px;
  }
  .sokkom__page__newssect__head__text {
    font-size: 21px;
  }
  .sokkom__page__objects__item__title {
    font-size: 14px;
  }
  .sokkom__page__partners__board__image {
    height: 153px;
  }
  .sokkom__page__partners__board__image img {
    display: none;
  }
  .sokkom__page__partners__body {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sokkom__page__partners__tabs__item {
    font-size: 16px;
  }
  .sokkom__page__partners__clients__item__text {
    font-size: 15px;
  }
  .sokkom__page__partners__providers__items {
    grid-template-columns: repeat(auto-fill, calc(50% - 50px));
  }
  .sokkom__page__partners__providers__item__text {
    font-size: 15px;
  }
  .sokkom__page__search__form form input {
    width: 330px;
  }
  .sokkom__page__search__items {
    margin-bottom: 60px;
  }
  .sokkom__page__search__item {
    font-size: 17px;
  }
  .sokkom__page__search__item__counter {
    width: 77px;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  .sokkom__page__transport__head__image {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sokkom__page__transport__board__wrapper {
    padding: 33px 32px;
  }
  .sokkom__page__transport__advantages {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sokkom__page__transport__advantages__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sokkom__page__transport__advantages__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: calc(50% - 35px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .sokkom__page__transport__advantages__item__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 27px;
  }
  .sokkom__page__usefulsect__head {
    margin-bottom: 44px;
    padding-right: 0;
  }
  .sokkom__page__usefulsect__head__background {
    min-height: 300px;
  }
  .sokkom__page__usefulsect__head__title {
    padding-left: 32px;
  }
  .sokkom__page__usefulsect__head__title h1 {
    font-size: 48px;
  }
  .sokkom__page__usefulsect__body {
    margin-bottom: 120px;
  }
  .sokkom__page__usefulsect__children {
    margin-bottom: 20px;
  }
  .sokkom__page__usefulsect__children__item {
    margin-right: 44px;
    margin-bottom: 20px;
  }
  .sokkom__page__usefulsect__children__item a {
    font-size: 24px;
  }
  .sokkom__page__video__head__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-direction: column;
    min-height: 0;
  }
  .sokkom__page__video__head__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 20px;
    height: 478px;
  }
  .sokkom__page__video__head__body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .sokkom__page__video__head__title h1 {
    font-size: 30px;
  }
  .sokkom__page__video__body {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 820px) {
  .sokkom__block__header__slogan_and_link__title {
    font-size: 23px;
    margin-bottom: 40px;
  }
  .sokkom__block__header__slogan_and_link__button a {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

@media only screen and (max-width: 800px) {
  .sokkom__block__about__wrapper {
    display: block;
  }
  .sokkom__block__about__title h1 {
    font-size: 44px;
  }
  .sokkom__block__about__text p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .sokkom__block__footer__image__wrapper img {
    width: 190px;
    height: 184px;
  }
  .sokkom__block__video__item iframe {
    height: 399px;
  }
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
  h4, h5, h6 {
    font-size: 28px;
  }
  h4, h5, h6 {
    font-size: 24px;
  }
  .sokkom__block__attachment {
    margin-bottom: 20px;
  }
  .sokkom__block__banner__wrapper {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
  }
  .sokkom__block__banner__content {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    border-radius: 0;
  }
  .sokkom__block__content__text {
    font-size: 17px;
    line-height: 20px;
  }
  .sokkom__block__footer__payment {
    margin-bottom: 50px;
  }
  .sokkom__block__footer__payment__items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sokkom__block__header__headline__booking {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page__inner .sokkom__block__header__headline__title_before, .page__inner .sokkom__block__header__headline__title, .page__inner .sokkom__block__header__headline__title_after {
    max-width: 100%;
  }
  .page__inner .sokkom__block__header__headline__title_before {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .page__inner .sokkom__block__header__headline__title {
    margin-bottom: 15px;
  }
  .page__inner .sokkom__block__header__headline__title_after {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .page__inner .sokkom__block__header__headline__image {
    top: 100px;
  }
  .page__inner .sokkom__block__header__headline__image img {
    max-width: 190px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .page__inner .sokkom__block__header__headline__booking {
    margin-top: 10px;
  }
  .sokkom__block__start_request {
    margin-bottom: 60px;
  }
  .sokkom__block__start_request__wrapper {
    padding: 0;
  }
  .sokkom__block__start_request__content {
    border-radius: 0;
  }
  .sokkom__page__catitem__variation__switcher__title {
    font-size: 28px;
  }
  .sokkom__page__newssect__head__title {
    font-size: 28px;
  }
  .sokkom__page__newssect__head__title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 766px) {
  input[type="color"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="hidden"],
  input[type="image"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="radio"],
  input[type="range"],
  input[type="reset"],
  input[type="search"],
  input[type="submit"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  textarea,
  select {
    font-size: 13px;
    height: 44px;
  }
  input[type="color"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="hidden"]::-webkit-input-placeholder,
  input[type="image"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="radio"]::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="reset"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="submit"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 13px;
  }
  input[type="color"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="hidden"]::-moz-placeholder,
  input[type="image"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="radio"]::-moz-placeholder,
  input[type="range"]::-moz-placeholder,
  input[type="reset"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="submit"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 13px;
  }
  input[type="color"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="hidden"]:-ms-input-placeholder,
  input[type="image"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="radio"]:-ms-input-placeholder,
  input[type="range"]:-ms-input-placeholder,
  input[type="reset"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="submit"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 13px;
  }
  input[type="color"]::-ms-input-placeholder,
  input[type="date"]::-ms-input-placeholder,
  input[type="datetime-local"]::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder,
  input[type="hidden"]::-ms-input-placeholder,
  input[type="image"]::-ms-input-placeholder,
  input[type="month"]::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  input[type="radio"]::-ms-input-placeholder,
  input[type="range"]::-ms-input-placeholder,
  input[type="reset"]::-ms-input-placeholder,
  input[type="search"]::-ms-input-placeholder,
  input[type="submit"]::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder,
  input[type="text"]::-ms-input-placeholder,
  input[type="time"]::-ms-input-placeholder,
  input[type="url"]::-ms-input-placeholder,
  input[type="week"]::-ms-input-placeholder,
  textarea::-ms-input-placeholder,
  select::-ms-input-placeholder {
    font-size: 13px;
  }
  input[type="color"]::placeholder,
  input[type="date"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="email"]::placeholder,
  input[type="hidden"]::placeholder,
  input[type="image"]::placeholder,
  input[type="month"]::placeholder,
  input[type="number"]::placeholder,
  input[type="password"]::placeholder,
  input[type="radio"]::placeholder,
  input[type="range"]::placeholder,
  input[type="reset"]::placeholder,
  input[type="search"]::placeholder,
  input[type="submit"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="text"]::placeholder,
  input[type="time"]::placeholder,
  input[type="url"]::placeholder,
  input[type="week"]::placeholder,
  textarea::placeholder,
  select::placeholder {
    font-size: 13px;
  }
  textarea {
    height: 205px;
  }
  .button, button, input[type='submit'] {
    font-size: 14px;
    min-height: 44px;
    padding: 7px 20px;
  }
  input[type='checkbox'] ~ label {
    font-size: 13px;
  }
  label {
    font-size: 13px;
  }
  ol:not([class]) li:not([class]) {
    font-size: 14px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h3 {
    font-size: 28px;
  }
  h4, h5, h6 {
    font-size: 24px;
  }
  h4, h5, h6 {
    font-size: 28px;
  }
  ul:not([class]) li:not([class]) {
    font-size: 14px;
  }
  .sokkom__page__404__body {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__page__404__pages__level_1__link {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .sokkom__page__404__pages__level_2__link {
    font-size: 14px;
    margin-bottom: 10px;
  }
  body:not(#tinymce), body:not(.mce-content-body) {
    padding-top: 81px;
  }
  p {
    font-size: 14px;
  }
  .sokkom__base__head__image {
    width: 100px;
  }
  .sokkom__base__head__title {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__base__head__description {
    margin-left: 24px;
    margin-right: 24px;
    border: none;
  }
  .sokkom__base__head__description, .sokkom__base__head__description * {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 142.5%;
    /* or 20px */
    color: #000000;
  }
  .sokkom__base__head.page_has_main_image {
    margin-bottom: 30px;
  }
  .sokkom__base__head__grid.page_has_main_image {
    -ms-grid-columns: 100px 0 auto;
    grid-template-columns: 100px auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .sokkom__base__head__grid.page_has_main_image > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sokkom__base__head__grid.page_has_main_image > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sokkom__base__head__grid.page_has_main_image .sokkom__base__head__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
  }
  .sokkom__base__head__grid.page_has_main_image .sokkom__base__head__title {
    padding-top: 0px;
  }
  .sokkom__base__head__grid.page_has_main_image .sokkom__base__head__description {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    padding-top: 0;
    margin-bottom: 0;
  }
  .sokkom__base__head__grid.page_has_main_image .sokkom__base__head__description p:last-of-type {
    margin-bottom: 0;
  }
  .sokkom__base__content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__block__about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .sokkom__block__about__title {
    padding-left: 22px;
    padding-right: 22px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sokkom__block__about__title h1 {
    font-size: 24px;
  }
  .sokkom__block__about__title h1 {
    font-size: 28px;
  }
  .sokkom__block__about__title h1 {
    font-size: 28px;
  }
  .sokkom__block__about__text {
    padding-left: 22px;
    padding-right: 22px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .sokkom__block__about__text p {
    font-size: 16px;
  }
  .sokkom__block__about__button {
    padding-left: 22px;
    padding-right: 22px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .sokkom__block__about__button a {
    font-size: 14px;
    min-height: 44px;
    padding: 7px 20px;
  }
  .sokkom__block__advantages__item {
    margin-bottom: 30px;
  }
  .sokkom__block__advantages__item__image {
    height: 60px;
  }
  .sokkom__block__articles__slider {
    margin-bottom: 60px;
  }
  .sokkom__block__articles__slider__title {
    font-size: 24px;
  }
  .sokkom__block__articles__slider__title {
    font-size: 28px;
  }
  .sokkom__block__articles__slider__title {
    margin-bottom: 40px;
    font-size: 28px;
  }
  .page__inner .sokkom__block__articles__slider {
    margin-bottom: 60px;
  }
  .sokkom__block__articles__item__title {
    font-size: 25px;
  }
  .sokkom__block__attached_products__item {
    width: auto;
    margin-right: 50px;
  }
  .sokkom__block__attached_products__item:last-of-type {
    margin-right: 0;
  }
  .sokkom__block__attachment__title {
    font-size: 24px;
  }
  .sokkom__block__attachment__title {
    font-size: 28px;
  }
  .sokkom__block__attachment__title {
    font-size: 28px;
  }
  .sokkom__block__attachment__item a svg {
    width: 33px;
    height: 40px;
  }
  .sokkom__block__backlink {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__block__block_on_main__wrapper {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__block__block_on_main__board {
    left: 22px;
  }
  .sokkom__block__breadcrumbs {
    display: none !important;
  }
  .sokkom__block__breadcrumbs__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__block__breadcrumbs__wrapper {
    display: none;
  }
  .sokkom__block__catalog__start_page__wrapper {
    padding: 25px 0px 70px;
  }
  .sokkom__block__catalog__start_page__image {
    padding-right: 22px;
  }
  .sokkom__block__catalog__start_page__image::before {
    right: 0;
    -webkit-transform: translate(0, 22px);
    -ms-transform: translate(0, 22px);
    transform: translate(0, 22px);
  }
  .sokkom__block__catalog__start_page__title {
    font-size: 24px;
  }
  .sokkom__block__catalog__start_page__title {
    font-size: 28px;
  }
  .sokkom__block__catalog__start_page__items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sokkom__block__catalog__start_page__button a {
    font-size: 14px;
    min-height: 44px;
    padding: 7px 20px;
  }
  .sokkom__block__content__title {
    font-size: 24px;
  }
  .sokkom__block__content__title {
    font-size: 28px;
  }
  .sokkom__block__decor_on_main__wrapper {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__block__footer__developer__wrapper {
    font-size: 14px;
  }
  .sokkom__block__footer__info__wrapper {
    font-size: 14px;
  }
  .sokkom__block__footer__phone {
    display: none;
  }
  .sokkom__block__footer__wrapper {
    -ms-grid-columns: 1fr 50px 210px;
    grid-template-columns: 1fr 210px;
    -ms-grid-rows: auto 0px auto 0px auto;
    grid-template-areas: 'sokkom__block__footer__info sokkom__block__footer__email' 'sokkom__block__footer__address sokkom__block__footer__social' 'sokkom__block__footer__logo sokkom__block__footer__social';
    padding: 30px 24px 40px;
  }
  .sokkom__block__gallery__footer {
    min-height: 46px;
    height: 46px;
    padding: 5px;
  }
  .sokkom__block__gallery__footer__title {
    font-size: 14px;
  }
  .sokkom__block__gallery__footer__title.desktop {
    display: none;
  }
  .sokkom__block__gallery__footer__link a {
    font-size: 14px;
    min-height: 44px;
    padding: 7px 20px;
  }
  .sokkom__block__gallery__footer__link a {
    width: 103px;
    min-width: 103px;
    height: 24px;
    min-height: 24px;
    font-size: 10px;
    padding: 2px 0 0 0;
  }
  .sokkom__block__header__mobile__logo svg {
    width: auto;
    height: 24px;
  }
  .sokkom__block__header__mobile__menu_button button svg {
    width: auto;
    height: 24px;
  }
  .sokkom__block__header__mobile__phone {
    margin-right: 20px;
  }
  .sokkom__block__header__mobile__request__button {
    min-height: 24px;
    height: 24px;
    min-width: 64px;
    width: 64px;
    font-size: 10px;
  }
  .sokkom__block__header__mobile__request__button span {
    display: none;
  }
  .sokkom__block__header__mobile__slogan__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__block__header__mobile__grid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__block__header__mobile__grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sokkom__block__header__phone__social {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__block__header__phone .sokkom__block__phone__wrapper {
    padding: 0;
  }
  .sokkom__block__header__phone .sokkom__block__phone__phones {
    display: none;
  }
  .sokkom__block__header__phone .sokkom__block__phone svg {
    position: static;
    height: 22px;
    width: 20px;
    -webkit-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }
  .sokkom__block__header__slider {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .sokkom__block__header__slider__wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sokkom__block__header__slider__item {
    height: 100%;
    padding: 0;
  }
  .sokkom__block__header__slider__item__title, .sokkom__block__header__slider__item__text {
    font-size: 18px;
  }
  .sokkom__block__header__slider__item__body {
    margin-left: 22px;
  }
  .sokkom__block__header__slider .slick-dots {
    margin-right: 22px;
  }
  .sokkom__block__header__slider__objects_link a {
    display: none;
  }
  .sokkom__block__header__slogan_and_link__video video.desktop {
    display: none;
  }
  .sokkom__block__header__slogan_and_link__wrapper {
    padding-left: 70px;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  .sokkom__block__header__slogan_and_link__body {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__block__header__slogan_and_link__body {
    margin: 0;
    padding: 0;
  }
  .sokkom__block__header__slogan_and_link__button a {
    font-size: 14px;
    min-height: 44px;
    padding: 7px 20px;
  }
  .sokkom__block__header__slogan__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__block__header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sokkom__block__intro {
    margin-right: 0;
  }
  .sokkom__block__intro__title {
    display: none;
  }
  .sokkom__block__intro__image {
    max-width: 100%;
    padding: 0 22px 22px 0;
  }
  .sokkom__block__intro__image::after {
    width: 100px;
    height: 100px;
  }
  .sokkom__block__intro__text {
    font-size: 16px;
    padding: 0 22px;
  }
  .sokkom__block__intro__link a {
    font-size: 14px;
    min-height: 44px;
    padding: 7px 20px;
  }
  .sokkom__block__news__slider__title {
    font-size: 24px;
  }
  .sokkom__block__news__slider__title {
    font-size: 28px;
  }
  .sokkom__block__news__item__title {
    font-size: 25px;
  }
  .sokkom__block__objects_on_main__wrapper {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__block__objects__slider__title {
    font-size: 24px;
  }
  .sokkom__block__objects__slider__title {
    font-size: 28px;
  }
  .sokkom__block__objects__slider__title {
    margin-bottom: 40px;
    font-size: 28px;
  }
  .sokkom__block__objects__title {
    padding-top: 40px;
    margin-bottom: 30px;
    font-size: 20px;
  }
  .sokkom__block__objects__item {
    height: 227px;
  }
  .sokkom__block__objects.slider .slick-track {
    height: 229px;
  }
  .sokkom__block__paginator {
    font-size: 17px;
  }
  .sokkom__block__paginator a {
    font-size: 17px;
  }
  .sokkom__block__partners__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__block__partners__title {
    -webkit-transform: translate(-24px, 0);
    -ms-transform: translate(-24px, 0);
    transform: translate(-24px, 0);
    padding: 10px 24px;
    font-size: 16px;
  }
  .sokkom__block__products_on_main__wrapper {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__block__products__wrapper {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__block__request_on_main__wrapper {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__block__request_on_main__text__button {
    font-size: 14px;
    min-height: 44px;
    padding: 7px 20px;
  }
  .sokkom__block__request_on_main__certificates__bottom__link {
    font-size: 14px;
    min-height: 44px;
    padding: 7px 20px;
  }
  .sokkom__block__reviews__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__block__reviews__title {
    -webkit-transform: translate(-24px, 0);
    -ms-transform: translate(-24px, 0);
    transform: translate(-24px, 0);
    padding: 10px 24px;
    font-size: 16px;
  }
  .sokkom__block__roof__wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sokkom__block__roof__wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .sokkom__block__scms_controls__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__block__scms_controls__wrapper a {
    font-size: 14px;
    min-height: 44px;
    padding: 7px 20px;
  }
  .sokkom__block__slider {
    margin-bottom: 34px;
  }
  .sokkom__block__slogan_on_main {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__block__specialists__slider {
    margin-bottom: 60px;
  }
  .sokkom__block__specialists__slider__title {
    font-size: 24px;
  }
  .sokkom__block__specialists__slider__title {
    font-size: 28px;
  }
  .sokkom__block__specialists__slider__title {
    margin-bottom: 40px;
    font-size: 28px;
  }
  .sokkom__block__specialists__slider__container {
    padding: 40px 0 100px 0;
  }
  .sokkom__block__title__head {
    -ms-grid-columns: auto 15px 2fr 15px 40px;
    grid-template-columns: auto 2fr 40px;
    grid-gap: 25px 15px;
  }
  .sokkom__block__title__head__line {
    border-width: 0 0 2px;
  }
  .sokkom__block__title__head__decor svg {
    width: 40px;
    height: 26px;
  }
  .sokkom__block__title__head__text {
    font-size: 35px;
    margin-right: 20px;
  }
  .sokkom__block__video_on_main__video video.desktop {
    display: none;
  }
  .sokkom__block__video_on_main__wrapper {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__block__video_on_main__board {
    left: 22px;
  }
  .sokkom__block__video__title {
    font-size: 24px;
  }
  .sokkom__block__video__title {
    font-size: 28px;
  }
  .sokkom__block__video__title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .sokkom__block__videos__item__title {
    font-size: 25px;
  }
  .sokkom__page__about__head {
    padding-left: 0;
    padding-right: 0;
  }
  .sokkom__page__about__head__background {
    min-height: 164px;
  }
  .sokkom__page__about__head__title h1 {
    padding-left: 22px;
    font-size: 30px;
  }
  .sokkom__page__article__head {
    padding-left: 0;
    padding-right: 0;
  }
  .sokkom__page__article__head__title {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__page__article__head__title h1 {
    font-size: 24px;
  }
  .sokkom__page__article__head__title h1 {
    font-size: 28px;
  }
  .sokkom__page__article__head__title h1 {
    font-size: 28px;
  }
  .sokkom__page__article__head__button a {
    font-size: 14px;
    min-height: 44px;
    padding: 7px 20px;
  }
  .page__article .sokkom__block__breadcrumbs {
    display: none;
  }
  .sokkom__page__catitem__head {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .sokkom__page__catitem__head__background {
    min-height: 164px;
  }
  .sokkom__page__catitem__head__title {
    padding: 20px;
  }
  .sokkom__page__catitem__head__title h1 {
    font-size: 30px;
  }
  .sokkom__page__catitem__slogan {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .sokkom__page__catitem__title {
    font-size: 24px;
  }
  .sokkom__page__catitem__title {
    font-size: 28px;
  }
  .sokkom__page__catitem__title {
    font-size: 28px;
  }
  .sokkom__page__catitem__text_tech {
    padding: 0;
  }
  .sokkom__page__catitem__text {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__page__catitem__property {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__page__catitem__property__items {
    display: block;
  }
  .sokkom__page__catitem__property__item {
    font-size: 16px;
  }
  .sokkom__page__catitem__property__item {
    width: auto;
    margin-bottom: 15px;
  }
  .sokkom__page__catitem__advantages {
    padding-left: 22px;
    padding-right: 32px;
  }
  .sokkom__page__catitem__advantages__items {
    display: block;
  }
  .sokkom__page__catitem__advantages__items__item {
    width: 100%;
  }
  .sokkom__page__catitem__advantages__items__item__title {
    font-size: 16px;
  }
  .sokkom__page__catitem__using__title {
    font-size: 24px;
  }
  .sokkom__page__catitem__using__title {
    font-size: 28px;
  }
  .sokkom__page__catitem__using__title {
    font-size: 28px;
  }
  .sokkom__page__catitem__attached_materials__title {
    font-size: 24px;
  }
  .sokkom__page__catitem__attached_materials__title {
    font-size: 28px;
  }
  .sokkom__page__catitem__attached_materials__item {
    width: 100%;
  }
  .sokkom__page__catitem__attached_files__title {
    font-size: 24px;
  }
  .sokkom__page__catitem__attached_files__title {
    font-size: 28px;
  }
  .sokkom__page__catitem__attached_files__item {
    width: 100%;
  }
  .sokkom__page__catitem__for_print a {
    font-size: 14px;
    min-height: 44px;
    padding: 7px 20px;
  }
  .sokkom__page__catitem__variation__switcher__title {
    font-size: 24px;
  }
  .sokkom__page__catitem__variation__switcher__title {
    font-size: 28px;
  }
  .sokkom__page__catitem__variation__image_and_clarify {
    padding-left: 0;
    padding-right: 0;
  }
  .sokkom__page__catitem__variation__image_and_clarify__wrapper {
    padding: 22px;
  }
  .sokkom__page__catitem__variation__image_and_clarify.has_both .sokkom__page__catitem__variation__image_and_clarify__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sokkom__page__catitem__variation__image_and_clarify.has_both .sokkom__page__catitem__variation__clarify {
    width: 100%;
  }
  .sokkom__page__catitem__variation__image {
    width: 100%;
    background: none !important;
  }
  .sokkom__page__catitem__variation__image img {
    opacity: 1;
  }
  .sokkom__page__catitem__variation__clarify {
    width: 100%;
  }
  .sokkom__page__catitem__variation__slider {
    background: -o-linear-gradient(bottom, #00579A, #00579A 222px, transparent 222px);
    background: linear-gradient(to top, #00579A, #00579A 222px, transparent 222px);
  }
  .sokkom__page__catitem__variation__slider__item__title {
    font-size: 16px;
  }
  .page__catitem .sokkom__block__breadcrumbs {
    display: none;
  }
  .sokkom__page__catsect__accessories {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__page__catsect__accessories {
    margin-bottom: 50px;
  }
  .sokkom__page__catsect__accessories__title {
    -webkit-transform: translate(-24px, 0);
    -ms-transform: translate(-24px, 0);
    transform: translate(-24px, 0);
    padding: 10px 24px;
    font-size: 16px;
  }
  .sokkom__page__catsect__accessories__items {
    display: block;
  }
  .sokkom__page__catsect__accessories__description {
    font-size: 14px;
  }
  .sokkom__page__catsect__box_design {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__page__catsect__box_design__title {
    -webkit-transform: translate(-24px, 0);
    -ms-transform: translate(-24px, 0);
    transform: translate(-24px, 0);
    padding: 10px 24px;
    font-size: 16px;
  }
  .sokkom__page__catsect__box_design__grid {
    display: block;
  }
  .sokkom__page__catsect__box_type {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__page__catsect__box_type {
    margin-bottom: 50px;
  }
  .sokkom__page__catsect__box_type__title {
    -webkit-transform: translate(-24px, 0);
    -ms-transform: translate(-24px, 0);
    transform: translate(-24px, 0);
    padding: 10px 24px;
    font-size: 16px;
  }
  .sokkom__page__catsect__box_type__item__text {
    font-size: 14px;
  }
  .sokkom__page__catsect__color_solutions {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__page__catsect__color_solutions__title {
    -webkit-transform: translate(-24px, 0);
    -ms-transform: translate(-24px, 0);
    transform: translate(-24px, 0);
    padding: 10px 24px;
    font-size: 16px;
  }
  .sokkom__page__catsect__color_solutions__items {
    display: block;
  }
  .sokkom__page__catsect__color_solutions__item {
    margin-bottom: 20px;
  }
  .sokkom__page__catsect__color_solutions__item__image {
    margin-bottom: 10px;
  }
  .sokkom__page__catsect__design_features {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__page__catsect__design_features {
    margin-bottom: 50px;
  }
  .sokkom__page__catsect__design_features__title {
    -webkit-transform: translate(-24px, 0);
    -ms-transform: translate(-24px, 0);
    transform: translate(-24px, 0);
    padding: 10px 24px;
    font-size: 16px;
  }
  .sokkom__page__catsect__design_features__items {
    display: block;
  }
  .sokkom__page__catsect__design_features__item__text {
    font-size: 14px;
  }
  .sokkom__page__catsect__glazing_options {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__page__catsect__glazing_options {
    margin-bottom: 50px;
  }
  .sokkom__page__catsect__glazing_options__title {
    -webkit-transform: translate(-24px, 0);
    -ms-transform: translate(-24px, 0);
    transform: translate(-24px, 0);
    padding: 10px 24px;
    font-size: 16px;
  }
  .sokkom__page__catsect__glazing_options__item__text {
    font-size: 14px;
  }
  .sokkom__page__catsect__surface_design {
    margin-bottom: 50px;
  }
  .sokkom__page__catsect__surface_design__title {
    -webkit-transform: translate(-24px, 0);
    -ms-transform: translate(-24px, 0);
    transform: translate(-24px, 0);
    padding: 10px 24px;
    font-size: 16px;
  }
  .sokkom__page__catsect__surface_design__title {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .sokkom__page__catsect__surface_design__items {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__page__catsect__surface_design__description {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__page__catsect__surface_design__description p {
    font-size: 14px;
  }
  .sokkom__page__catsect__transom_options {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__page__catsect__transom_options {
    margin-bottom: 50px;
  }
  .sokkom__page__catsect__transom_options__title {
    -webkit-transform: translate(-24px, 0);
    -ms-transform: translate(-24px, 0);
    transform: translate(-24px, 0);
    padding: 10px 24px;
    font-size: 16px;
  }
  .sokkom__page__catsect__transom_options__description {
    font-size: 14px;
  }
  .sokkom__page__catsect__wood_block {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__page__catsect__wood_block {
    margin-bottom: 50px;
  }
  .sokkom__page__catsect__wood_block__title {
    -webkit-transform: translate(-24px, 0);
    -ms-transform: translate(-24px, 0);
    transform: translate(-24px, 0);
    padding: 10px 24px;
    font-size: 16px;
  }
  .sokkom__page__catsect__wood_block__item__text {
    font-size: 14px;
  }
  .sokkom__page__catsect__surface_design_and_wood_block {
    display: block;
  }
  .sokkom__page__catsect .sokkom__block__gallery__item {
    height: 141px;
  }
  .sokkom__page__catsect .sokkom__block__gallery__item img {
    height: 141px;
  }
  .sokkom__page__catsect .sokkom__block__breadcrumbs {
    display: block;
  }
  .sokkom__page__certificatesect__board {
    margin-bottom: 10px;
  }
  .sokkom__page__certificatesect__board__image {
    height: 91px;
  }
  .sokkom__page__certificatesect__body {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__page__certificatesect .base__content p {
    font-size: 13px;
  }
  .sokkom__page__certificatesect__certificates__item {
    margin-bottom: 55px;
  }
  .sokkom__page__certificatesect__certificates__item__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sokkom__page__certificatesect__attachments__item a {
    font-size: 13px;
  }
  .sokkom__page__contact__body {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__page__contact__body p {
    font-size: 10px;
  }
  .sokkom__page__contact__phones__title {
    font-size: 18px;
  }
  .sokkom__page__contact__phones__item a {
    font-size: 10px;
  }
  .sokkom__page__contact__emails__title {
    font-size: 18px;
  }
  .sokkom__page__contact__emails__item a {
    font-size: 10px;
  }
  .sokkom__page__contact__social__title {
    font-size: 18px;
  }
  .sokkom__page__contact__social .sokkom__block__phone__social svg {
    width: 30px;
    height: 30px;
  }
  .sokkom__page__contact__map__title {
    font-size: 18px;
  }
  .sokkom__page__contact__form__title {
    font-size: 18px;
  }
  .sokkom__page__manufacturesect__board {
    margin-bottom: 0;
  }
  .sokkom__page__manufacturesect__board__text__wrapper {
    margin-left: 25px;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
  }
  .sokkom__page__manufacturesect__board__count {
    font-size: 80px;
    -webkit-transform: translate(-5px, 0);
    -ms-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  .sokkom__page__manufacturesect__board__title {
    font-size: 16px;
  }
  .sokkom__page__manufacturesect__body {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__page__manufacturesect .base__content p {
    font-size: 13px;
  }
  .sokkom__page__manufacturesect__time_scale__item__text a {
    font-size: 13px;
  }
  .sokkom__page__manufacturesect__time_scale__item__text p {
    font-size: 13px;
  }
  .sokkom__page__news__head {
    padding-left: 0;
    padding-right: 0;
  }
  .sokkom__page__news__head__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-direction: column;
    min-height: 0;
  }
  .sokkom__page__news__head__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .sokkom__page__news__head__image img {
    display: block;
  }
  .sokkom__page__news__head__body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .sokkom__page__news__head__date {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__page__news__head__title {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__page__news__head__title h1 {
    font-size: 24px;
  }
  .sokkom__page__news__head__title h1 {
    font-size: 28px;
  }
  .sokkom__page__news__head__title h1 {
    font-size: 28px;
  }
  .sokkom__page__news__head__button a {
    font-size: 14px;
    min-height: 44px;
    padding: 7px 20px;
  }
  .sokkom__page__newssect__head {
    padding-left: 0;
    padding-right: 0;
  }
  .sokkom__page__newssect__head__wrapper {
    display: block;
  }
  .sokkom__page__newssect__head__image {
    width: 100%;
    padding: 0 22px;
    margin-bottom: 30px;
  }
  .sokkom__page__newssect__head__body {
    padding: 0 22px 30px;
  }
  .sokkom__page__newssect__head__title {
    font-size: 24px;
  }
  .sokkom__page__newssect__head__title {
    font-size: 28px;
  }
  .sokkom__page__newssect__head__button a {
    font-size: 14px;
    min-height: 44px;
    padding: 7px 20px;
  }
  .sokkom__page__object .sokkom__base__head__grid.page_has_main_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 0;
  }
  .sokkom__page__object .sokkom__base__head__breadcrumbs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sokkom__page__object .sokkom__base__head__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sokkom__page__object .sokkom__base__head__image {
    margin-right: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 20px;
  }
  .sokkom__page__object .sokkom__base__head__description {
    margin-right: 0;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .sokkom__page__object .sokkom__block__gallery__item {
    height: 150px;
  }
  .sokkom__page__object .sokkom__block__gallery__item img {
    height: 150px;
  }
  .sokkom__page__objects__body {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__page__objects__items {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .sokkom__page__objects__item__button {
    font-size: 14px;
    min-height: 44px;
    padding: 7px 20px;
  }
  .sokkom__page__partners__board {
    margin-bottom: 10px;
  }
  .sokkom__page__partners__board__image {
    height: 91px;
  }
  .sokkom__page__partners__body {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__page__partners .base__content p {
    font-size: 13px;
  }
  .sokkom__page__partners__tabs {
    margin-bottom: 50px;
  }
  .sokkom__page__partners__tabs__item {
    font-size: 15px;
  }
  .sokkom__page__partners__clients__item {
    grid-gap: 40px;
  }
  .sokkom__page__partners__clients__item__image {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .sokkom__page__partners__clients__item__text {
    font-size: 13px;
  }
  .sokkom__page__partners__clients__item__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  .sokkom__page__partners__providers__item__text {
    font-size: 13px;
  }
  .sokkom__page__search__body {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__page__search__items {
    margin-bottom: 130px;
  }
  .sokkom__page__search__item {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .sokkom__page__search__item__counter {
    float: left;
    width: 26px;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  .sokkom__page__search__item__counter span {
    font-size: 17px;
  }
  .sokkom__page__search__item__title a {
    font-size: 17px;
  }
  .sokkom__page__start_page__about_and_advantages {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sokkom__page__start_page__about_and_advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sokkom__page__start_page .sokkom__block__advantages {
    width: 100%;
    margin-top: 0px;
  }
  .sokkom__page__start_page .sokkom__block__advantages__item {
    width: calc(50% - 20px);
  }
  .sokkom__page__start_page__about {
    width: 100%;
  }
  .sokkom__page__start_page__about__title {
    -webkit-transform: translate(-24px, 0);
    -ms-transform: translate(-24px, 0);
    transform: translate(-24px, 0);
    padding: 10px 24px;
    font-size: 16px;
  }
  .sokkom__page__start_page__about__title {
    margin-bottom: 30px;
  }
  .sokkom__page__start_page__about__text {
    font-size: 14px;
  }
  .sokkom__page__transport__head__image {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__page__transport__head__image {
    margin-bottom: 0px;
  }
  .sokkom__page__transport__body__wrapper p {
    font-size: 13px;
  }
  .sokkom__page__transport__board {
    margin-bottom: 60px;
  }
  .sokkom__page__transport__board__wrapper {
    padding: 33px 22px;
    height: 280px;
  }
  .sokkom__page__transport__board__box {
    width: auto;
    height: auto;
  }
  .sokkom__page__transport__board__title {
    font-size: 18px;
  }
  .sokkom__page__transport__board__text {
    font-size: 13px;
  }
  .sokkom__page__transport__advantages {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__page__transport__advantages {
    margin-bottom: 0px;
  }
  .sokkom__page__transport__advantages__item__title {
    font-size: 16px;
  }
  .sokkom__page__usefulsect__head {
    margin-bottom: 33px;
    padding-left: 0;
    padding-right: 0;
  }
  .sokkom__page__usefulsect__head__background {
    min-height: 164px;
  }
  .sokkom__page__usefulsect__head__title {
    padding-left: 22px;
  }
  .sokkom__page__usefulsect__head__title h1 {
    font-size: 30px;
  }
  .sokkom__page__usefulsect__body {
    margin-bottom: 110px;
  }
  .sokkom__page__usefulsect__children__item {
    margin-right: 33px;
  }
  .sokkom__page__usefulsect__children__item a {
    font-size: 24px;
  }
  .sokkom__page__usefulsect__children__item a {
    font-size: 28px;
  }
  .sokkom__page__video__head {
    padding-left: 0;
    padding-right: 0;
  }
  .sokkom__page__video__head__image {
    height: 254px;
  }
  .sokkom__page__video__head__title {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sokkom__page__video__head__title h1 {
    font-size: 24px;
  }
  .sokkom__page__video__head__title h1 {
    font-size: 28px;
  }
  .sokkom__page__video__head__title h1 {
    font-size: 28px;
  }
  .sokkom__page__video__head__button a {
    font-size: 14px;
    min-height: 44px;
    padding: 7px 20px;
  }
  .page__video .sokkom__block__breadcrumbs {
    display: none;
  }
  .sokkom__block__footer__address {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .sokkom__block__footer__email {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sokkom__block__footer__info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sokkom__block__footer__logo {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .sokkom__block__footer__social {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .sokkom__block__footer .sokkom__block__footer__info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media only screen and (max-width: 700px) {
  .sokkom__block__decor_on_main {
    margin-bottom: 95px;
  }
  .sokkom__block__request_on_main {
    margin-bottom: 45px;
  }
  .sokkom__block__request_on_main__body {
    display: block;
  }
  .sokkom__block__request_on_main__text {
    width: 100%;
  }
  .sokkom__block__request_on_main__text__bottom {
    text-align: center;
    margin-bottom: 20px;
  }
  .sokkom__block__request_on_main__text__button {
    min-width: 277px;
    min-height: 44px;
    font-size: 14px;
  }
  .sokkom__block__request_on_main__certificates {
    width: 100%;
    padding-left: 0;
  }
  .sokkom__block__request_on_main__certificates__scroll {
    display: none;
  }
  .sokkom__block__request_on_main__certificates__items {
    display: none;
  }
  .sokkom__block__request_on_main__certificates__bottom {
    text-align: center;
  }
  .sokkom__block__title__head__decor svg {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .sokkom__block__video_on_main__board {
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  .sokkom__page__catitem__variation__switcher {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .sokkom__page__catitem__variation__switcher__title {
    width: 100%;
    margin-bottom: 35px;
  }
  .sokkom__page__catitem__variation__switcher__title::after {
    display: none;
  }
  .sokkom__page__catitem__variation__switcher__button__slider, .sokkom__page__catitem__variation__switcher__button__list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sokkom__page__catitem__variation__switcher__button__slider {
    margin-left: auto;
  }
  .sokkom__page__catitem__variation__switcher__controls {
    max-width: 100%;
    margin: auto;
  }
  .sokkom__page__catitem__variation__switcher__control__prev, .sokkom__page__catitem__variation__switcher__control__next {
    color: #212121;
  }
  .sokkom__page__catitem__variation__switcher__list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sokkom__page__catitem__variation__switcher__list__item {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    /* or 39px */
    letter-spacing: -0.04em;
  }
  .sokkom__page__catitem__variation__switcher__list__item img, .sokkom__page__catitem__variation__switcher__list__item svg {
    margin-right: 5px;
  }
  .sokkom__page__catitem__variation__switcher__list__item img {
    width: 20px;
    height: 20px;
  }
  .sokkom__page__catitem__variation__clarify__item__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sokkom__page__contact__form .form {
    display: block;
  }
  .sokkom__page__contact__form .form__row__checkbox_field {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 670px) {
  .sokkom__block__footer__developer {
    text-align: right;
  }
  .sokkom__block__footer__developer__wrapper a {
    display: block;
  }
  .sokkom__block__footer .sokkom__block__footer__phone {
    margin: 0 0 20px 0;
  }
  .sokkom__block__quality_marks__item {
    margin: 0 30px 0 0;
  }
  .sokkom__block__quality_marks__item:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (max-width: 666px) {
  .sokkom__page__manufacturesect__time_scale__item {
    -ms-grid-columns: 50px 45px 1fr;
    grid-template-columns: 50px 1fr;
    grid-gap: 22px 45px;
  }
  .sokkom__page__manufacturesect__time_scale__item__number {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .sokkom__page__manufacturesect__time_scale__item__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}

@media only screen and (max-width: 660px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  h4, h5, h6 {
    font-size: 20px;
  }
  h4, h5, h6 {
    font-size: 18px;
  }
  h4, h5, h6 {
    font-size: 16px;
  }
  h4, h5, h6 {
    font-size: 14px;
  }
  .sokkom__block__about__title h1 {
    font-size: 20px;
  }
  .sokkom__block__about__title h1 {
    font-size: 18px;
  }
  .sokkom__block__articles__slider__title {
    font-size: 20px;
  }
  .sokkom__block__articles__slider__title {
    font-size: 18px;
  }
  .sokkom__block__attachment__title {
    font-size: 20px;
  }
  .sokkom__block__attachment__title {
    font-size: 18px;
  }
  .sokkom__block__block_on_main {
    margin-bottom: 55px;
  }
  .sokkom__block__catalog__start_page__title {
    font-size: 20px;
  }
  .sokkom__block__catalog__start_page__title {
    font-size: 18px;
  }
  .sokkom__block__content__title {
    font-size: 20px;
  }
  .sokkom__block__content__title {
    font-size: 18px;
  }
  .sokkom__block__news__slider__title {
    font-size: 20px;
  }
  .sokkom__block__news__slider__title {
    font-size: 18px;
  }
  .sokkom__block__objects__slider__title {
    font-size: 20px;
  }
  .sokkom__block__objects__slider__title {
    font-size: 18px;
  }
  .sokkom__block__request_on_main__certificates__bottom__link {
    font-size: 14px;
    min-width: 246px;
    min-height: 44px;
  }
  .sokkom__block__specialists__slider__title {
    font-size: 20px;
  }
  .sokkom__block__specialists__slider__title {
    font-size: 18px;
  }
  .sokkom__block__video__title {
    font-size: 20px;
  }
  .sokkom__block__video__title {
    font-size: 18px;
  }
  .sokkom__page__article__head__title h1 {
    font-size: 20px;
  }
  .sokkom__page__article__head__title h1 {
    font-size: 18px;
  }
  .sokkom__page__catitem__title {
    font-size: 20px;
  }
  .sokkom__page__catitem__title {
    font-size: 18px;
  }
  .sokkom__page__catitem__using__title {
    font-size: 20px;
  }
  .sokkom__page__catitem__using__title {
    font-size: 18px;
  }
  .sokkom__page__catitem__attached_materials__title {
    font-size: 20px;
  }
  .sokkom__page__catitem__attached_materials__title {
    font-size: 18px;
  }
  .sokkom__page__catitem__attached_files__title {
    font-size: 20px;
  }
  .sokkom__page__catitem__attached_files__title {
    font-size: 18px;
  }
  .sokkom__page__catitem__variation__switcher__title {
    font-size: 20px;
  }
  .sokkom__page__catitem__variation__switcher__title {
    font-size: 18px;
  }
  .sokkom__page__catitem__variation__switcher__title {
    font-size: 16px;
  }
  .sokkom__page__contact__phones__item {
    width: 100%;
  }
  .sokkom__page__news__head__title h1 {
    font-size: 20px;
  }
  .sokkom__page__news__head__title h1 {
    font-size: 18px;
  }
  .sokkom__page__newssect__head__title {
    font-size: 20px;
  }
  .sokkom__page__newssect__head__title {
    font-size: 18px;
  }
  .sokkom__page__newssect__head__title {
    font-size: 16px;
  }
  .sokkom__page__newssect__head__title {
    font-size: 14px;
  }
  .sokkom__page__usefulsect__children__item a {
    font-size: 20px;
  }
  .sokkom__page__usefulsect__children__item a {
    font-size: 18px;
  }
  .sokkom__page__video__head__title h1 {
    font-size: 20px;
  }
  .sokkom__page__video__head__title h1 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 650px) {
  .sokkom__page__catitem__using__text ul {
    display: block;
  }
  .sokkom__page__catitem__using__text ul li {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .sokkom__block__block_on_main__image {
    height: 377px;
  }
  .sokkom__block__block_on_main__board {
    position: static;
    padding: 35px 25px;
  }
  .sokkom__block__block_on_main__board__title {
    font-size: 18px;
  }
  .sokkom__block__video__item iframe {
    height: 300px;
  }
  .sokkom__page__transport__advantages__item {
    width: 100%;
  }
}

@media only screen and (max-width: 630px) {
  .sokkom__block__objects__slider__title {
    display: block;
    position: static;
  }
  .sokkom__block__objects__slider__title span {
    display: block;
    margin: 0;
  }
  .sokkom__block__objects__slider__wrapper {
    position: relative;
    padding-bottom: 60px;
  }
  .sokkom__block__objects__slider__controls {
    top: auto;
    left: 22px;
    right: auto;
    bottom: 0;
  }
  .page__catitem .sokkom__block__objects__slider__prev, .page__catitem .sokkom__block__objects__slider__next {
    margin-right: 25px;
    margin-left: 0;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
}

@media only screen and (max-width: 600px) {
  .sokkom__block__header__slogan_and_link__wrapper {
    padding-left: 47px;
  }
  .sokkom__block__header__slogan_and_link__button a {
    font-size: 14px;
  }
  .sokkom__block__objects_on_main__items {
    display: block;
  }
  .sokkom__block__objects_on_main__item {
    margin-bottom: 4px;
  }
  .sokkom__block__objects_on_main__item a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sokkom__block__products_on_main {
    margin-bottom: 30px;
  }
  .sokkom__block__products_on_main__items {
    display: block;
  }
  .sokkom__block__products_on_main__item {
    margin-bottom: 4px;
  }
  .sokkom__block__products_on_main__item__title {
    font-size: 14px;
    padding: 15px;
  }
  .sokkom__block__products_on_main__item:last-of-type {
    background-image: none !important;
  }
  .sokkom__block__products {
    margin-bottom: 30px;
  }
  .sokkom__block__products__items {
    display: block;
  }
  .sokkom__block__products__item {
    margin-bottom: 4px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sokkom__block__products__item a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sokkom__block__products__item__title {
    font-size: 14px;
    padding: 15px;
  }
  .sokkom__block__products__item.request {
    background-image: none !important;
  }
  .sokkom__block__products__item.request a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sokkom__page__catsect__box_type__items {
    display: block;
  }
  .sokkom__page__catsect__box_type__item {
    margin-bottom: 30px;
  }
  .sokkom__page__catsect__box_type__item:nth-child(odd) {
    border: none;
    padding-right: 0;
  }
  .sokkom__page__catsect__box_type__item:nth-child(even) {
    padding-left: 0;
  }
  .sokkom__page__catsect__box_type__item__image {
    margin-bottom: 10px;
  }
  .sokkom__page__transport__head__image {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 570px) {
  .sokkom__page__search__form form input {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .sokkom__block__footer__social {
    margin-bottom: 20px;
  }
  .sokkom__block__footer__wrapper {
    display: block;
  }
}

@media only screen and (max-width: 530px) {
  .page__inner .sokkom__block__news__slider__title {
    position: static;
  }
  .page__inner .sokkom__block__news__slider__wrapper {
    position: relative;
    padding-bottom: 80px;
  }
  .page__inner .sokkom__block__news__slider__controls {
    bottom: 0;
    left: 22px;
    top: auto;
    right: auto;
  }
  .page__inner .sokkom__block__news__slider__prev, .page__inner .sokkom__block__news__slider__next {
    border: 1px solid #CBE4EE;
  }
  .page__inner .sokkom__block__news__slider__prev svg, .page__inner .sokkom__block__news__slider__next svg {
    color: #CBE4EE;
  }
  .page__inner .sokkom__block__news__slider__prev, .page__inner .sokkom__block__news__slider__next {
    margin-right: 25px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 520px) {
  .sokkom__block__catalog__start_page__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sokkom__block__catalog__start_page__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sokkom__block__video__item iframe {
    height: 250px;
  }
}

@media only screen and (max-width: 500px) {
  .sokkom__block__header__slogan_and_link__title {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .sokkom__block__objects__items {
    display: block;
  }
  .sokkom__block__objects__item {
    height: 334px;
    margin-bottom: 5px;
  }
  .sokkom__page__transport__head__image img {
    max-width: 100%;
  }
  .sokkom__page__transport__board__box {
    padding: 32px 26px;
  }
}

@media only screen and (max-width: 490px) {
  .sokkom__page__contact__form input {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .sokkom__block__articles__slider__title {
    display: block;
    position: static;
  }
  .sokkom__block__articles__slider__title span {
    display: block;
    margin: 0;
  }
  .sokkom__block__articles__slider__wrapper {
    position: relative;
    padding-bottom: 60px;
  }
  .page__inner .sokkom__block__articles__slider__controls {
    top: auto;
    left: 22px;
    right: auto;
    bottom: 0;
  }
  .page__inner .sokkom__block__articles__slider__prev, .page__inner .sokkom__block__articles__slider__next {
    margin-right: 25px;
    margin-left: 0;
  }
  .sokkom__block__articles__items {
    display: block;
  }
  .sokkom__block__decor_on_main {
    margin-bottom: 80px;
  }
  .sokkom__block__decor_on_main__text {
    width: 209px;
    font-size: 18px;
  }
  .sokkom__block__decor_on_main .sokkom__block__title__head {
    -ms-grid-columns: 25px 15px 2fr 15px 210px;
    grid-template-columns: 25px 2fr 210px;
  }
  .sokkom__block__decor_on_main .sokkom__block__title__head__text {
    font-size: 18px;
    -webkit-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }
  .sokkom__block__header__mobile__logo {
    margin-right: 10px;
  }
  .sokkom__block__header__mobile__menu_button {
    margin-right: 14px;
  }
  .sokkom__block__header__mobile__phone {
    margin-right: 10px;
  }
  .sokkom__block__header__mobile__phone__icon {
    margin-right: 1px;
  }
  .sokkom__block__news__items {
    display: block;
  }
  .sokkom__block__objects_on_main__item {
    padding: 15px 10px;
    height: 100px;
  }
  .sokkom__block__objects_on_main__item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sokkom__block__objects_on_main__item__title {
    font-size: 14px;
    padding: 15px;
  }
  .sokkom__block__objects_on_main__item:first-of-type {
    font-size: 15px;
  }
  .sokkom__block__products_on_main__item {
    height: 90px;
  }
  .sokkom__block__products__item {
    height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sokkom__block__products__item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sokkom__block__products__item.request a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sokkom__block__specialists__slider__title {
    display: block;
    position: static;
  }
  .sokkom__block__specialists__slider__title span {
    display: block;
    margin: 0;
  }
  .sokkom__block__specialists__slider__wrapper {
    position: relative;
    padding-bottom: 60px;
  }
  .sokkom__block__specialists__slider__controls {
    bottom: 50px;
    left: 22px;
    top: auto;
    right: auto;
    position: absolute;
  }
  .sokkom__block__specialists__slider__prev, .sokkom__block__specialists__slider__next {
    margin-right: 25px;
    margin-left: 0;
  }
  .sokkom__block__title__head {
    -ms-grid-columns: auto 15px 2fr 15px 25px;
    grid-template-columns: auto 2fr 25px;
  }
  .sokkom__block__title__head__decor svg {
    width: 23px;
    height: 15px;
  }
  .sokkom__block__title__head__text {
    font-size: 20px;
    margin-right: 18px;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  .sokkom__block__video_on_main__board {
    padding: 20px 25px;
    max-width: 208px;
  }
  .sokkom__block__video_on_main__board__title {
    font-size: 20px;
  }
  .sokkom__block__video_on_main__board__text {
    font-size: 12px;
  }
  .sokkom__block__video__title span {
    display: block;
  }
  .sokkom__block__videos__items {
    display: block;
  }
  .sokkom__page__catitem__property__item {
    width: 100%;
  }
  .sokkom__page__certificatesect__attachments__items {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .sokkom__page__partners__clients__item {
    -ms-grid-columns: 121px 40px 1fr;
    grid-template-columns: 121px 1fr;
  }
  .sokkom__page__partners__providers__items {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .sokkom__page__usefulsect__children__items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sokkom__page__usefulsect__children__item {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 460px) {
  .sokkom__block__footer__image__wrapper {
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
  .sokkom__block__video__item iframe {
    height: 186px;
  }
  .sokkom__page__catitem__variation__switcher__list__item {
    width: calc(50% - 20px);
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
  }
  .sokkom__page__catitem__variation__switcher__list__item img, .sokkom__page__catitem__variation__switcher__list__item svg {
    position: absolute;
    left: 0;
    top: 2px;
  }
  .sokkom__page__catitem__variation__switcher__list__item svg {
    top: 5px;
    left: 6px;
  }
}

@media only screen and (max-width: 420px) {
  .sokkom__block__header__logo svg:first-of-type {
    display: none;
  }
  .sokkom__block__header__logo svg:last-of-type {
    display: block;
  }
}

@media only screen and (max-width: 410px) {
  .sokkom__block__news__slider__wrapper {
    position: relative;
    padding-bottom: 80px;
  }
  .sokkom__block__news__slider__controls {
    bottom: 0;
    left: 22px;
  }
  .sokkom__block__news__slider__prev, .sokkom__block__news__slider__next {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 400px) {
  .sokkom__page__manufacturesect__board__count {
    line-height: 1;
  }
}

@media only screen and (max-width: 370px) {
  .sokkom__block__video_on_main__board {
    max-width: 300px;
  }
}

/*# sourceMappingURL=theme.css.map */
