.lg-download {
  display: none;
}
@font-face {
  font-family: lg;
  src: url(https://easypeasy.hellodigi.ru/fonts/lg.eot?n1z373);
  src: url(https://easypeasy.hellodigi.ru/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(https://easypeasy.hellodigi.ru/fonts/lg.woff?n1z373) format("woff"), url(https://easypeasy.hellodigi.ru/fonts/lg.ttf?n1z373) format("truetype"), url(https://easypeasy.hellodigi.ru/fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.lg-actions .lg-icon {
  color: transparent;
  width: 74px;
  height: 36px;
  border: 0;
    opacity: .8;
    background: none;
  transition: all .2s linear;
}
.lg-actions .lg-icon:hover {
  opacity: 1;
}
.lg-actions .lg-icon:before {
  width: 60px;
  height: 18px;
  background: url(../themes/bs/assets/img/slide-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -30px;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 1080;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-prev:before {
  transform: rotate(180deg);
}
.lg-actions .lg-prev {
  left: 20px;
}
@keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close {
  position: relative;
}
.lg-toolbar .lg-close:before {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  position: absolute;
}
.lg-toolbar .lg-close:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../themes/bs/assets/img/close.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(https://easypeasy.hellodigi.ru/img/vimeo-play.png) no-repeat;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(https://easypeasy.hellodigi.ru/img/vimeo-play.png) 0 -58px no-repeat;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: url(https://easypeasy.hellodigi.ru/img/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(https://easypeasy.hellodigi.ru/img/youtube-play.png) no-repeat;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(https://easypeasy.hellodigi.ru/img/youtube-play.png) 0 -60px no-repeat;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 80ms ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  transition-delay: 0s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  /*    background: url(https://easypeasy.hellodigi.ru/img/loading.gif) center center no-repeat;*/
  display: none !important;
}
.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 0.82;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
@media screen and (max-width: 1000px) {
  .lg-actions .lg-next,
  .lg-actions .lg-prev {
    top: auto;
    margin-top: 0;
    bottom: 20px;
  }
  .lg-actions .lg-prev {
      left: auto;
    right: 50%;
    margin-left: 0;
  }
  .lg-actions .lg-next {
    right: auto;
      left: 50%;
    margin-left: 0;
  }
  /*
    .lg-outer .lg-img-wrap {
        padding: 44px 0 60px;
    }
*/
}

*:hover {
    cursor: default;
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div,
p,
ul,
ol,
li,
header,
footer,
section,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
article,
main,
adress {
    display: block;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

a:hover {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

a:focus {
    outline: 0;
}

a:active {
    outline: 0;
}

a:not([class]) {
    border-bottom: 1px solid transparent;
}

a:not([class]):hover {
    border-color: #111;
}

[data-modal]:hover {
    cursor: pointer;
}

[data-modal]:hover * {
    cursor: pointer;
}

.Regular {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.Light {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.Bold {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.Medium {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.MRegular {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.MSemiBold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.pointer:hover {
    cursor: pointer;
}

.pointer:hover * {
    cursor: pointer;
}

.overflow {
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
}

.image-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.image-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.mb {
    margin-bottom: 60px;
}

.pt {
    padding-top: 60px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.block {
    display: block;
    float: left;
}

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

.transition {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.link-effect {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.link-effect:before {
    height: 1px;
    background: #111;
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    content: '';
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.link-effect:hover:before {
    left: 0;
}

@media screen and (max-width: 1024px) {
    .link-effect:before {
        display: none;
    }
}

button {
    display: block;
    float: left;
    border: 0;
    padding: 0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

button:focus {
    outline: 0;
}

button:active {
    outline: 0;
}

button:hover {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

a:hover,
button:hover {
    cursor: pointer;
}

a:hover *,
button:hover * {
    cursor: pointer;
}

.wrap {
    width: 92vw;
    float: none;
    margin: 0 auto;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #111;
    background: #fff;
}

body.locked {
    overflow: hidden;
}

body.pop-up-open {
    position: fixed;
    left: 0;
    right: 0;
}

body.transition-off * {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
}

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

.container.with-top-padding {
    padding-top: 170px;
}

.logo {
    display: block;
    float: left;
    white-space: nowrap;
    font-size: 36px;
    text-transform: uppercase;
    border-bottom: 0;
}

.title {
    display: block;
    float: left;
    width: 100%;
    font-size: 61px;
    line-height: 66px;
    margin-bottom: 80px;
}

.title sup {
    font-size: 0.4em;
}

.small-tag {
    color: #808080;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}

.hidden_scrollbar {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.hidden_scrollbar::-webkit-scrollbar {
    height: 0;
}

.hidden_scrollbar::-webkit-scrollbar {
    height: 0;
}

.arrow {
    width: 48px;
    height: 110px;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    mix-blend-mode: difference;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.arrow:hover {
    cursor: pointer;
}

.arrow:hover * {
    cursor: pointer;
}

.arrow:before {
    width: 108px;
    height: 15px;
    background: url(../themes/bs/assets/img/slide-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    opacity: 1;
    top: 50%;
    bottom: 0;
    content: "";
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.arrow.prev:before {
    transform: rotate(180deg);
    left: 0;
}

.arrow.next:before {
    right: 0;
}

.arrow:hover {
    width: 110px;
}

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

.dot {
    width: 40px;
    height: 40px;
    position: fixed;
    left: -40px;
    top: -40px;
    margin-top: -20px;
    margin-left: -20px;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    z-index: 444;
    mix-blend-mode: difference;
    transition: width .4s, height .4s, margin-top .4s, margin-left .4s;
}

.dot.hovered {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
}

@media screen and (max-width: 1400px) {
    .container.with-top-padding {
        padding-top: 140px;
    }

    .blog-layout .container.with-top-padding {
        padding-top: 96px;
    }

    .logo {
        font-size: 28px;
        margin-right: 80px;
    }
}

@media screen and (max-width: 1024px) {
    .arrow:hover {
        width: 48px;
    }

    .dot {
        display: none !important;
    }
}

@media screen and (max-width: 1000px) {
    body.mobile-locked {
        overflow: hidden;
    }
}

@media screen and (max-width: 760px) {
    .title {
        font-size: 56px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 590px) {
    .container.with-top-padding {
        padding-top: 124px;
    }

    .title {
        font-size: 44px;
        line-height: 1;
    }
}

input::-webkit-input-placeholder {
    font-size: 1em;
    color: rgba(131, 131, 131, 0.49);
}

input::-moz-placeholder {
    font-size: 1em;
    color: rgba(131, 131, 131, 0.49);
}

input:-moz-placeholder {
    font-size: 1em;
    color: rgba(131, 131, 131, 0.49);
}

input:-ms-input-placeholder {
    font-size: 1em;
    color: rgba(131, 131, 131, 0.49);
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
}

input {
    border-radius: 0;
}

input:focus {
    outline: 0;
}

input[type="text"] {
    -webkit-appearance: none;
}

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

input[type="submit"]:hover,
button:hover {
    cursor: pointer;
}

input:hover {
    cursor: text;
}

.input {
    display: block;
    float: left;
    width: 100%;
    height: 60px;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #111;
    font-size: 23px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.input.textarea {
    resize: vertical;
    height: 100px;
    min-height: 100px;
    max-height: 140px;
    padding-top: 16px;
}

.input-wrap {
    display: block;
    float: left;
    width: 46%;
    position: relative;
    max-width: 780px;
    margin-bottom: 70px;
}

.input-wrap label {
    padding: 0;
    font-size: 16px;
    line-height: 60px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    display: block;
    width: auto;
    left: 0;
    transition: all 0.1s linear;
    z-index: 1;
    position: relative;
    color: #808080;
}

.input-wrap label:hover {
    cursor: text;
}

.input-wrap.active label {
    top: -10px;
    transition: all 0.1s linear;
    line-height: 20px;
}

.input-wrap.active .input {
    background: none;
    border-color: #b5b9bf;
    transition: all 0.1s linear;
}

.input-wrap.fullwidth {
    width: 100% !important;
    max-width: 100%;
}

.submit {
    height: 60px;
    width: auto;
    padding: 0 34px;
    min-width: 200px;
    background: #000;
    color: #fff;
    font-size: 23px;
}

.submit:hover {
    background: #272727;
}

@media screen and (max-width: 1000px) {
    .input-wrap {
        max-width: 100%;
    }
}

@media screen and (max-width: 760px) {
    .input-wrap {
        width: 100%;
        margin-bottom: 44px;
    }
}

@media screen and (max-width: 480px) {
    .submit {
        height: 46px;
        font-size: 20px;
    }
}

.top-panel {
    display: block;
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.top-panel .wrap_float {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-panel .logo {
    flex-shrink: 0;
    margin-right: 100px;
    line-height: 0;
}

.top-panel .logo svg {
    width: 60px;
}

.top-panel.white-text {
    color: #fff;
}

.top-panel.white-text .menu-btn span {
    background: #fff;
}

.top-panel.white-text .top-panel-menu ul li a:before {
    background: #fff;
}

.menu-btn {
    width: 48px;
    float: right;
    display: none;
}

.menu-btn span {
    display: block;
    float: left;
    width: 100%;
    height: 3px;
    background: #111;
    margin-bottom: 10px;
}

.menu-btn span:last-child {
    margin-bottom: 0;
}

.top-panel-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.top-panel-menu ul li {
    display: inline-block;
    white-space: nowrap;
    margin-right: 25px;
}

.top-panel-menu ul li:last-child,
.top-panel-menu ul li.langSwitch {
    margin-right: 0;
}

.top-panel-menu ul li a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-bottom: 0;
}

.top-panel-menu ul li a:before {
    height: 1px;
    background: #111;
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    content: "";
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.top-panel-menu ul li a:hover:before {
    left: 0;
}

.top-panel-menu ul li a.lang {
    text-transform: uppercase;
}

.top-panel-menu ul li a.lang.selected {
    display: none !important;
}

.top-panel-menu .close {
    display: none;
}

@media screen and (max-width: 1400px) {
    .top-panel .wrap_float {
        padding: 30px 0;
    }
}

@media screen and (max-width: 1000px) {
    .top-panel-menu ul li a:before {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .top-panel .logo {
        margin-right: 0;
    }

    .top-panel-menu {
        width: 100vw;
        position: fixed;
        top: 0;
        right: -100vw;
        bottom: 0;
        overflow: auto;
        background: #111;
        flex-direction: column;
        justify-content: flex-start;
        padding: 40px 0;
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
    }

    .top-panel-menu .close {
        display: block;
        width: 36px;
        height: 36px;
        position: absolute;
        top: 30px;
        right: 4vw;
        background: url(../themes/bs/assets/img/close.svg) center center no-repeat;
        background-size: 36px 36px;
    }

    .top-panel-menu.opened {
        right: 0;
    }

    .top-panel-menu ul:last-child {
        margin-top: auto;
    }

    .top-panel-menu ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 9px;
        clear: both;
    }

    .top-panel-menu ul li a {
        display: block;
        float: left;
        font-size: 46px;
        color: #fff;
        padding: 0 4vw;
        border: 0;
    }

    .menu-btn {
        width: 36px;
        display: flex;
        height: 34px;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .top-panel-menu ul li a {
        font-size: 40px;
    }

    .top-panel-menu ul li {
        margin-bottom: 3px;
    }

    .top-panel-menu {
        padding: 26px 0;
    }
}

@media screen and (max-width: 400px) {
    .top-panel-menu ul li a {
        font-size: 30px;
    }

    .top-panel-menu .close {
        width: 30px;
        height: 30px;
    }

    .top-panel .wrap_float {
        padding: 28px 0;
    }

    .menu-btn {
        width: 32px;
    }
}

.main-screen {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.bg-slider {
    position: relative;
    height: 890px;
}

.bg-slider .slick-list {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.bg-slider .slide {
    display: block;
    float: left;
    width: 100%;
    height: 890px;
    overflow: hidden;
    position: relative;
    padding: 180px 0;
}

.bg-slider .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-slider .slide-image:before {
    opacity: 0.41;
    position: absolute;
    content: "";
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-slider .slide-title {
    display: block;
    float: left;
    width: 100%;
    font-size: 120px;
    color: #fff;
    max-width: 1200px;
    line-height: 104px;
    padding-bottom: 60px;
    position: relative;
    margin-left: -8px;
}

.bg-slider .slide-title:before {
    width: 108px;
    height: 15px;
    background: url(../themes/bs/assets/img/slide-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 8px;
    opacity: 1;
    bottom: 0;
    content: "";
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.blog-single-header .bg-slider .slide-title:before {
    display: none;
}

.bg-slider .slide-info {
    color: #fff;
    position: relative;
    z-index: 1;
}

.bg-slider .slide-info ul {
    display: block;
}

.bg-slider .slide-info ul li {
    width: auto;
    float: left;
    margin-right: 38px;
    margin-top: 12px;
}

.bg-slider .slide-info ul li a {
    border-bottom: 1px solid transparent;
}

.bg-slider .slide-info ul li a:hover {
    border-color: #fff;
}

.bg-slider .slide-info ul li:last-child {
    margin-right: 0;
}

.bg-slider .slide a.slide-title:before {
    left: -60px;
    opacity: 0;
}

.bg-slider .slide a.slide-title:hover:before {
    left: 8px;
    opacity: 1;
}

.bg-slider .slide .wrap_float {
    position: relative;
    z-index: 1;
}

.bg-slider .slick-dots {
    width: 100%;
    padding: 0 4vw;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 74px;
}

.bg-slider .slick-dots li {
    display: block;
    float: left;
}

.bg-slider .slick-dots li:first-child {
    margin-left: -17px;
}

.bg-slider .slick-dots li button {
    width: 44px;
    height: 44px;
    position: relative;
    color: transparent;
    background: none;
    opacity: 0.36;
}

.bg-slider .slick-dots li button:before {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
}

.bg-slider .slick-dots li.slick-active button {
    opacity: 1;
}

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

    .bg-slider,
    .bg-slider .slide {
        height: 690px;
    }

    .bg-slider .slide-title {
        font-size: 100px;
        line-height: 90px;
    }
}

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

    .bg-slider,
    .bg-slider .slide {
        height: 600px;
    }

    .bg-slider .slide {
        padding: 130px 0;
    }

    .bg-slider .slick-dots {
        bottom: 40px;
    }

    .bg-slider .slide-title {
        font-size: 80px;
        line-height: 70px;
    }
}

@media screen and (max-width: 1024px) {
    .bg-slider .slide a.slide-title:before {
        opacity: 1;
        left: 0;
    }

    .bg-slider .slide a.slide-title:hover:before {
        left: 0;
    }
}

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

    .bg-slider,
    .bg-slider .slide {
        height: 800px;
    }
}

@media screen and (max-width: 760px) {
    .bg-slider .slide-title {
        font-size: 64px;
    }

    .bg-slider,
    .bg-slider .slide {
        height: 83vh;
        min-height: 600px;
    }

    .bg-slider .slide .wrap {
        height: 100%;
        display: flex;
        align-items: flex-end;
    }

    .bg-slider .slide-title {
        padding-bottom: 38px;
        margin-left: 0;
    }

    .bg-slider .slide-title:before {
        left: 0;
    }
}

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

    .bg-slider,
    .bg-slider .slide {
        min-height: 500px;
    }

    .bg-slider .slide-title {
        font-size: 50px;
        line-height: 1;
    }

    .bg-slider .slide {
        padding: 88px 0;
    }

    .bg-slider .slick-dots {
        bottom: 14px;
    }
}

@media screen and (max-width: 480px) {
    .bg-slider .slide-title {
        font-size: 44px;
    }
}

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

.hello+.projects {
    margin-bottom: 100px;
}

.projects-list {
    display: flex;
    flex-wrap: wrap;
}

.projects-item {
    position: relative;
    width: 100%;
    height: 33vw;
    flex: 0 0 33.33%;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.projects-item-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.1);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.projects-item-image:before {
    position: absolute;
    content: "";
    background: #000;
    opacity: 0.25;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.projects-item-content {
    position: relative;
    z-index: 1;
    padding: 50px 4vw;
}

.projects-item-title {
    font-size: 23px;
    color: #fff;
}

.projects-item-title span {
    border-bottom: 1px solid transparent;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.projects-item:hover .projects-item-title span {
    border-color: #fff;
}

.projects-item:hover .projects-item-image {
    transform: none;
}

.projects-item:hover .projects-item-image:before {
    opacity: 0.1;
}

.projects-list.with-first-large-post .projects-item:first-child {
    width: 100%;
    flex: auto;
    height: 890px;
    padding: 0;
}

.projects-list.with-first-large-post .projects-item:first-child .projects-item-image {
    width: 100%;
    height: 100%;
    background: #000;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.projects-list.with-first-large-post .projects-item:first-child .projects-item-image:before {
    opacity: 0.41;
    position: absolute;
    content: "";
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.projects-list.with-first-large-post .projects-item:first-child .projects-item-content {
    position: relative;
    height: 100%;
    z-index: 1;
    padding: 180px 4vw 50px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.projects-list.with-first-large-post .projects-item:first-child .projects-item-content .projects-item-title {
    display: block;
    float: left;
    width: 100%;
    font-size: 120px;
    color: #fff;
    max-width: 1200px;
    line-height: 104px;
    padding-bottom: 60px;
    position: relative;
    margin-left: -8px;
}

.projects-list.with-first-large-post .projects-item:first-child .projects-item-content .projects-item-title span {
    border-bottom: 0;
}

.projects-list.with-first-large-post .projects-item:first-child .projects-item-content .projects-item-title:before {
    width: 108px;
    height: 15px;
    background: url(../themes/bs/assets/img/slide-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 8px;
    opacity: 1;
    bottom: 0;
    content: "";
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.inline-projects {
    display: block;
    float: left;
    width: 100%;
    padding: 100px 0;
}

.inline-projects.bg-black {
    background: #111;
    color: #fff;
}

.inline-projects .title {
    padding: 0 4vw;
    margin-bottom: 40px;
}

.inline-projects-item {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    position: relative;
    padding: 50px 4vw;
}

.inline-projects.bg-black .inline-projects-item {
    border-color: #808080;
}

.inline-projects-list .inline-projects-item:last-child {
    border-color: transparent !important;
}

.inline-projects-item-wrap {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 130px;
}

.inline-projects-item-wrap:before {
    width: 108px;
    height: 15px;
    background: url(../themes/bs/assets/img/arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 100px;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    content: "";
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.inline-projects-item-title {
    float: left;
    font-size: 34px;
    width: 60%;
    padding-right: 320px;
}

.inline-projects-item-title span {
    border-bottom: 1px solid transparent;
}

.inline-projects-item-image {
    width: 230px;
    height: 230px;
    position: absolute;
    left: 60%;
    margin-left: -350px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.2s linear, transform 0.2s linear;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
}

.inline-projects-item-tags {
    float: left;
    width: 40%;
    font-size: 23px;
    color: #808080;
}

.inline-projects-item:hover .inline-projects-item-wrap:before {
    right: 0;
    opacity: 1;
}

.inline-projects-item:hover .inline-projects-item-title span {
    border-color: #111;
}

.inline-projects-item:hover .inline-projects-item-image {
    transform: none;
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 1600px) {
    .inline-projects-item-title {
        font-size: 30px;
    }

    .projects-list.with-first-large-post .projects-item:first-child .projects-item-content .projects-item-title {
        font-size: 100px;
        line-height: 90px;
    }

    .projects-list.with-first-large-post .projects-item:first-child .projects-item-content {
        padding-top: 90px;
    }

    .projects-list.with-first-large-post .projects-item:first-child {
        height: 690px;
    }
}

@media screen and (max-width: 1400px) {
    .inline-projects-item-title {
        font-size: 24px;
        padding-right: 260px;
    }

    .inline-projects-item-tags {
        font-size: 20px;
    }

    .inline-projects-item-image {
        width: 190px;
        height: 190px;
        margin-left: -300px;
    }

    .projects-list.with-first-large-post .projects-item:first-child {
        height: 600px;
    }

    .projects-list.with-first-large-post .projects-item:first-child .projects-item-content .projects-item-title {
        font-size: 80px;
        line-height: 70px;
    }
}

@media screen and (max-width: 1300px) {
    .inline-projects-item-title {
        width: 82%;
    }

    .inline-projects-item-tags {
        width: 18%;
    }

    .inline-projects-item-image {
        margin-left: -330px;
        left: 82%;
    }

    .inline-projects-item-title {
        font-size: 20px;
    }

    .inline-projects-item-tags {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .projects-item-content {
        padding: 24px 4vw;
    }

    .projects-item-title {
        font-size: 20px;
    }

    .projects-item-image {
        transform: none;
    }

    .inline-projects-item-wrap {
        padding-right: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .inline-projects-item-wrap:before {
        display: none;
    }

    .inline-projects-item-image {
        opacity: 1;
        visibility: visible;
        width: 120px;
        height: 120px;
        left: auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 0;
    }

    .inline-projects-item:hover .inline-projects-item-image {
        transform: translateY(-50%);
    }

    .inline-projects-item-title {
        padding-right: 0;
        width: 100%;
        padding-right: 160px;
    }

    .inline-projects-item-tags {
        margin-top: 10px;
        width: 100%;
        padding-right: 160px;
    }

    .inline-projects {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .projects-item {
        flex: 0 0 50%;
        height: 50vw;
    }

    .inline-projects .title {
        margin-bottom: 10px;
    }

    .projects-list.with-first-large-post .projects-item:first-child {
        height: 800px;
    }
}

@media screen and (max-width: 760px) {
    .projects-list.with-first-large-post .projects-item:first-child .projects-item-content .projects-item-title {
        font-size: 64px;
    }

    .projects-list.with-first-large-post .projects-item:first-child {
        height: 600px;
    }
}

@media screen and (max-width: 590px) {
    .projects-item-title {
        font-size: 18px;
    }

    .projects-list.with-first-large-post .projects-item:first-child {
        height: 500px;
    }

    .projects-list.with-first-large-post .projects-item:first-child .projects-item-content .projects-item-title {
        font-size: 50px;
        line-height: 1;
    }

    .projects-list.with-first-large-post .projects-item:first-child .projects-item-content {
        padding: 60px 4vw;
        height: 100%;
    }
}

@media screen and (max-width: 480px) {
    .projects-item {
        flex: auto;
        height: 100vw;
    }

    .inline-projects-item-tags {
        font-size: 16px;
    }

    .inline-projects {
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .inline-projects .title {
        margin-bottom: 30px;
    }

    .inline-projects-item {
        padding: 0;
        padding-bottom: 30px;
    }

    .inline-projects-item-title {
        margin-top: 30px;
    }

    .inline-projects-item-image {
        width: 100%;
        height: 54vw;
        position: static;
        order: -1;
        transform: none;
        margin-bottom: 0;
    }

    .inline-projects-item-image:hover {
        transform: none;
    }

    .inline-projects-item-title,
    .inline-projects-item-tags {
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .projects-list.with-first-large-post .projects-item:first-child .projects-item-content .projects-item-title {
        font-size: 44px;
    }

    .inline-projects-item:hover .inline-projects-item-image {
        transform: none;
    }
}

.section-with-list {
    display: block;
    float: left;
    width: 100%;
    padding: 160px 0;
}

.section-with-list .title {
    padding-right: 10vw;
    font-size: 61px;
    line-height: 66px;
}

.section-with-list .section-content {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.section-with-list .section-content .col:last-child {
    margin-right: 0;
}

.section-with-list .section-content .col-title {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 1.3em;
}

.section-with-list .section-content .col-ul li {
    margin-bottom: 10px;
}

.section-with-list .section-content .col-ul li:last-child {
    margin-bottom: 0;
}

.section-with-list .section-content .col-ul li a {
    border-bottom: 1px solid transparent;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.section-with-list .section-content .col-ul li a:hover {
    border-color: #111;
}

@media screen and (max-width: 1400px) {
    .section-with-list {
        padding: 95px 0;
    }

    .section-with-list .title {
        font-size: 50px;
        line-height: 54px;
    }
}

@media screen and (max-width: 760px) {
    .section-with-list .title {
        font-size: 42px;
        line-height: 48px;
    }

    .section-with-list .section-content {
        flex-direction: column;
    }

    .section-with-list .section-content .col {
        margin-bottom: 50px;
    }

    .section-with-list .section-content .col:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 590px) {
    .section-with-list {
        padding: 60px 0;
    }

    .section-with-list .title {
        font-size: 36px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 480px) {
    .section-with-list .title {
        font-size: 28px;
    }

    .section-with-list .section-content .col {
        margin-bottom: 40px;
    }
}

.blog-section {
    display: block;
    float: left;
    width: 100%;
}

.blog-section .title {
    padding: 0 4vw;
    margin-bottom: 35px;
}

.blog-page-section .blog-item:last-child {
    border-bottom: 1px solid #111;
}

.blog-list.with-first-large-post .blog-item:first-child {
    height: 890px;
    padding: 0;
}

.blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap {
    height: 100%;
    padding: 0;
}

.blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap .blog-item-image {
    width: 100%;
    height: 100%;
    background: #000;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap .blog-item-image:before {
    opacity: 0.41;
    position: absolute;
    content: "";
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap .blog-item-content {
    position: relative;
    z-index: 1;
    padding: 180px 4vw 50px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap .blog-item-content .blog-item-title {
    display: block;
    float: left;
    width: 100%;
    font-size: 120px;
    color: #fff;
    max-width: 1200px;
    line-height: 104px;
    padding-bottom: 60px;
    position: relative;
    margin-left: -8px;
}

.blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap .blog-item-content .blog-item-title span {
    border-bottom: 0;
}

.blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap .blog-item-content .blog-item-title:before {
    width: 108px;
    height: 15px;
    background: url(../themes/bs/assets/img/slide-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 8px;
    opacity: 1;
    bottom: 0;
    content: "";
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap .blog-item-content .blog-item-info {
    color: #fff;
}

.blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap .blog-item-content .blog-item-info a:hover {
    color: #fff;
    border-color: #fff;
}

.blog-item {
    border-bottom: 1px solid #111;
    padding: 0 4vw;
    display: block;
    float: left;
    width: 100%;
}

.blog-item:last-child {
    border-bottom: 0;
}

.blog-item-wrap {
    float: left;
    width: 100%;
    padding: 42px 0;
    display: flex;
    justify-content: center;
    position: relative;
    padding-right: 130px;
    min-height: 243px;
}

.blog-item-wrap:before {
    width: 108px;
    height: 15px;
    background: url(../themes/bs/assets/img/arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 100px;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    content: "";
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.blog-item-image {
    display: block;
    float: left;
    width: 410px;
    height: 158px;
    margin-right: 45px;
    flex-shrink: 0;
    overflow: hidden;
}

.blog-item-image .picture {
    transform: scale(1.1);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.blog-item-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-item-title {
    display: block;
    float: left;
    font-size: 23px;
    margin-bottom: 22px;
}

.blog-item-title span {
    border-bottom: 1px solid transparent;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.blog-item-info {
    color: #808080;
}

.blog-item-info>* {
    display: block;
    float: left;
    margin: 4px 0;
    margin-right: 38px;
}

.blog-item-info>*:last-child {
    margin-right: 0;
}

.blog-item-info a {
    border-bottom: 1px solid transparent;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.blog-item-info a:hover {
    color: #111;
    border-color: #111;
}

.blog-item:hover .blog-item-wrap:before {
    right: 0;
    opacity: 1;
}

.blog-item:hover .blog-item-title span {
    border-color: #111;
}

.blog-item:hover .blog-item-image .picture {
    transform: none;
}

@media screen and (min-width: 1001px) {
    .with-sidebar .blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap .blog-item-content .blog-item-title {
        font-size: 90px;
        line-height: 90px;
    }

    .with-sidebar .blog-list.with-first-large-post .blog-item:first-child {
        height: 730px;
    }

    .with-sidebar .blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap .blog-item-content {
        padding-top: 100px;
    }

    .with-sidebar .blog-item {
        padding-right: 0;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1400px) {
    .with-sidebar .blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap .blog-item-content .blog-item-title {
        font-size: 64px;
        line-height: 64px;
    }

    .with-sidebar .blog-list.with-first-large-post .blog-item:first-child {
        height: 580px;
    }

    .with-sidebar .blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap .blog-item-content {
        padding-top: 70px;
    }

    .with-sidebar .blog-list.with-first-large-post .blog-item .blog-item-image {
        width: 260px;
    }
}

@media screen and (max-width: 1600px) {
    .blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap .blog-item-content .blog-item-title {
        font-size: 100px;
        line-height: 90px;
    }

    .blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap .blog-item-content {
        padding-top: 90px;
    }

    .blog-list.with-first-large-post .blog-item:first-child {
        height: 690px;
    }
}

@media screen and (max-width: 1400px) {
    .blog-section .title {
        margin-bottom: 12px;
    }

    .blog-item-image {
        width: 340px;
        margin-right: 32px;
    }

    .blog-list.with-first-large-post .blog-item:first-child {
        height: 600px;
    }

    .blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap .blog-item-content .blog-item-title {
        font-size: 80px;
        line-height: 70px;
    }
}

@media screen and (max-width: 1024px) {
    .blog-item-wrap {
        padding-right: 0;
    }

    .blog-item-wrap:before {
        display: none;
    }

    .blog-item-image .picture {
        transform: none;
    }
}

@media screen and (max-width: 1000px) {
    .blog-item-image {
        width: 245px;
    }

    .blog-item-title {
        font-size: 20px;
    }

    .blog-list.with-first-large-post .blog-item:first-child {
        height: 800px;
    }
}

@media screen and (max-width: 760px) {
    .blog-item-image {
        width: 180px;
        margin-right: 20px;
    }

    .blog-item-wrap {
        padding: 28px 0;
    }

    .blog-item-info>* {
        margin-right: 20px;
        font-size: 14px;
    }

    .blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap .blog-item-content .blog-item-title {
        font-size: 64px;
    }

    .blog-list.with-first-large-post .blog-item:first-child {
        height: 83vh;
        min-height: 600px;
    }
}

@media screen and (max-width: 590px) {
    .blog-section .title {
        margin-bottom: 30px;
    }

    .blog-item {
        padding: 0;
        margin-bottom: 0;
    }

    .blog-item:last-child {
        margin-bottom: 0;
    }

    .blog-item-content {
        padding: 40px 4vw;
    }

    .blog-item-title {
        margin-bottom: 14px;
    }

    .blog-item-wrap {
        flex-direction: column;
        padding: 0;
    }

    .blog-item-image {
        width: 100%;
        margin-right: 0;
        height: 36vw;
    }

    .blog-list.with-first-large-post .blog-item:first-child {
        min-height: 500px;
    }

    .blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap .blog-item-content .blog-item-title {
        font-size: 50px;
        line-height: 1;
    }

    .blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap .blog-item-content {
        padding: 60px 4vw;
        height: 100%;
    }

    .blog-item-wrap {
        min-height: 200px;
    }
}

@media screen and (max-width: 480px) {
    .blog-list.with-first-large-post .blog-item:first-child .blog-item-wrap .blog-item-content .blog-item-title {
        font-size: 44px;
    }

    .blog-item-content {
        padding: 30px 4vw;
    }

    .blog-item-wrap {
        min-height: 170px;
    }
}

.clients {
    display: block;
    float: left;
    width: 100%;
    margin-top: 100px;
}

.clients .small-tag {
    padding: 0 4vw;
}

.clients-list {
    display: flex;
}

.clients-item {
    width: 100%;
    height: 15vw;
    border: 1px solid #b2b2b2;
    margin-left: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clients-item img {
    max-width: 120px;
    max-height: 120px;
}

.clients.without-margin {
    margin: 0;
}

@media screen and (max-width: 1400px) {
    .clients-item img {
        max-width: 80px;
        max-height: 80px;
    }
}

@media screen and (max-width: 1000px) {
    .clients-list {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .clients-item {
        flex: auto;
        width: 240px;
        height: 240px;
        flex-shrink: 0;
    }

    .clients {
        margin-top: 70px;
    }
}

@media screen and (max-width: 590px) {
    .clients-item {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 480px) {
    .clients-item {
        width: 160px;
        height: 160px;
    }

    .clients-item img {
        max-width: 80px;
        max-height: 80px;
    }
}

.video-section {
    display: block;
    float: left;
    width: 100%;
    background: #000;
    position: relative;
    height: 80vh;
    overflow: hidden;
}

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

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

.video-section .video-container .video-preload video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.video-section .video-container .video-preload video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

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

.video-block {
    position: relative;
}

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

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

.play-btn {
    width: 110px;
    height: 110px;
    position: absolute;
    z-index: 1;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    mix-blend-mode: difference;
    top: 50%;
    left: 50%;
    margin-top: -55px;
    margin-left: -55px;
}

.play-btn:hover {
    cursor: pointer;
}

.play-btn:hover * {
    cursor: pointer;
}

.play-btn:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: url(../themes/bs/assets/img/play-btn.svg) center center no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}

.play-btn:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 760px) {
    .play-btn {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px;
    }
}

.footer {
    display: block;
    float: left;
    width: 100%;
    padding: 70px 0 30px;
}

.footer-top {
    width: 100%;
    float: left;
    display: flex;
}

.footer-bottom {
    display: block;
    float: left;
    width: 100%;
    margin-top: 90px;
    color: #808080;
}

.footer-col {
    width: 25%;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding-right: 60px;
}

.footer-col .col-title {
    margin-bottom: 26px;
    color: #808080;
}

.footer-col .col-content p {
    margin-bottom: 26px;
}

.footer-col .col-content p:last-child {
    margin-bottom: 0;
}

.footer-col:last-child {
    padding-right: 0;
}

.footer-col a {
    border-bottom: 1px solid transparent;
}

.footer-col a:hover {
    border-color: #111;
}

.footer-col.logo-col {
    width: 60px;
}

.f-socials a {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

.footer .links a {
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 10px;
}

.footer .links a:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1400px) {
    .footer-col {
        padding-right: 40px;
    }
}

@media screen and (max-width: 1000px) {
    .footer-top {
        flex-wrap: wrap;
    }

    .footer .logo {
        float: left;
    }

    .footer-col {
        width: 33%;
    }

    .footer-col.logo-col {
        width: 100%;
        order: -1;
        margin-bottom: 60px;
    }

    .footer-col.logo-col svg {
        width: 60px;
    }

    .footer-col.socials-col {
        padding-left: 40px;
    }

    .footer .links {
        display: flex;
        flex-direction: column;
    }

    .footer .links a {
        margin-right: 0;
        border-bottom: 0;
    }
}

@media screen and (max-width: 760px) {
    .footer-top {
        flex-direction: column;
    }

    .footer-col {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .footer-col.logo-col {
        margin-bottom: 50px;
    }

    .footer-col.socials-col {
        padding-left: 0;
    }

    .footer-bottom {
        margin-top: 20px;
    }
}

.modal {
    width: 1300px;
    background: #fff;
    position: fixed;
    top: 0;
    right: -1300px;
    padding: 200px 4vw 4vw;
    z-index: 3;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    min-height: 700px;
    max-height: 100%;
    overflow: auto;
}

.modal.opened {
    right: 0;
}

.modal_title {
    font-size: 53px;
    margin-bottom: 45px;
    padding-right: 100px;
}

.modal_text {
    font-size: 23px;
    color: #808080;
    line-height: 1.5;
}

.modal_text p {
    margin: 10px 0;
}

.modal_text p:first-child {
    margin-top: 0;
}

.modal_text p:last-child {
    margin-bottom: 0;
}

.modal_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.modal_close {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 4vw;
    top: 46px;
}

.modal_close:hover {
    cursor: pointer;
}

.modal_close:hover * {
    cursor: pointer;
}

.modal_close:before {
    width: 36px;
    height: 36px;
    background: url(../themes/bs/assets/img/modal-close.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
}

.modal.modal_person {
    padding-top: 100px;
    padding-bottom: 100px;
}

.modal.modal_person .person-info {
    display: flex;
}

.modal.modal_person .person-photo {
    width: 300px;
    margin-right: 30px;
    flex-shrink: 0;
}

.modal.modal_person .person-photo picture,
.modal.modal_person .person-photo img {
    max-width: 100%;
}

.modal_wrap .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.overlay {
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

@media screen and (max-width: 1600px) {
    .modal {
        padding-top: 140px;
        min-height: 600px;
    }
}

@media screen and (max-width: 1400px) {
    .modal {
        width: 1000px;
        right: -1000px;
        min-height: 500px;
        padding-top: 90px;
    }

    .modal_title {
        font-size: 46px;
    }
}

@media screen and (max-width: 1000px) {
    .modal {
        width: 100vw;
        right: -100vw;
        bottom: 0;
        height: 100%;
        overflow: auto;
        min-height: inherit;
    }

    .modal_close {
        top: 30px;
    }

    .modal.modal_person .person-photo {
        width: 215px;
    }

    .modal_text {
        font-size: 20px;
    }
}

@media screen and (max-width: 760px) {
    .modal {
        padding-top: 35px;
    }

    .modal_title {
        margin-bottom: 50px;
        padding-right: 55px;
    }

    .modal_form {
        flex-direction: column;
        align-items: flex-start;
    }

    .modal.modal_person .person-info {
        flex-direction: column;
    }

    .modal.modal_person .person-photo {
        width: 100%;
        max-width: 70%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 590px) {
    .modal_title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .modal {
        padding-top: 40px;
    }

    .modal.modal_person {
        padding-top: 24px;
        padding-bottom: 50px;
    }

    .modal.modal_person .person-photo {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .modal {
        padding-top: 26px;
    }

    .modal_text {
        font-size: 19px;
    }
}

@media screen and (max-width: 400px) {
    .modal_title {
        font-size: 36px;
    }

    .modal_close {
        width: 30px;
        height: 30px;
    }

    .modal_close:before {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
    }
}

.page-title {
    display: block;
    float: left;
    width: 100%;
    font-size: 118px;
    margin-bottom: 80px;
}

body.static-page .page-title {
    margin-bottom: 0;
}

.page-title sup {
    font-size: 0.4em;
    display: none;
}

div.hello {
    display: flex;
    align-items: center;
    padding: 20px 0 120px 0;
    min-height: 70vh;
}

.hello-content {
    max-width: 85%;
}

.hello-content .text h1 {
    font-size: 80px;
}

.archive-page-section {
    display: flex;
}

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

.archive-header {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 80px;
}

body.static-page .archive-header {
    padding-bottom: 40px;
}

.archive-header-top {
    display: flex;
    justify-content: space-between;
}

.archive-header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 100px;
}

.archive-main-text {
    font-size: 60px;
    line-height: 1.1;
    width: 50%;
    max-width: 1000px;
    text-indent: 150px;
    flex-shrink: 0;
}

.articles-count {
    font-size: 118px;
    line-height: 1;
}

.archive-tags {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.archive-tags a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #808080;
    border-bottom: 1px solid transparent;
    margin-right: 40px;
    margin-top: 14px;
}

.archive-tags a:hover {
    color: #111;
    border-color: #111;
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 100px 4vw;
}

.pagination .nav-links {
    display: block;
    float: left;
    width: 75%;
    margin-left: 25%;
    max-width: 1000px;
}

.pagination .nav-links a,
.pagination .nav-links span {
    color: #111;
    font-size: 23px;
    padding: 0 25px;
}

.pagination .nav-links a.prev,
.pagination .nav-links span.prev {
    padding-left: 0;
}

.pagination .nav-links a.next,
.pagination .nav-links span.next {
    padding-right: 0;
}

.pagination .nav-links a.current,
.pagination .nav-links span.current {
    color: #808080;
}

.pagination .nav-links a:hover {
    color: #808080;
}

.with-sidebar .pagination .nav-links {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
}

@media screen and (max-width: 1600px) {
    .archive-main-text {
        font-size: 52px;
    }

    .page-title {
        font-size: 100px;
    }

    .articles-count {
        font-size: 80px;
    }
}

@media screen and (max-width: 1400px) {
    .archive-header-bottom {
        margin-top: 50px;
    }

    .hello-content .text h1 {
        font-size: 72px;
    }
}

@media screen and (max-width: 1300px) {
    .archive-main-text {
        font-size: 34px;
    }

    .page-title {
        font-size: 77px;
    }

    .articles-count {
        font-size: 56px;
    }

    .hello-content .text h1 {
        font-size: 62px;
    }

    .hello-content {
        max-width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .page-title sup {
        display: inline-block;
    }

    .archive-header-top {
        flex-direction: column;
    }

    .archive-header-bottom {
        margin-top: 70px;
    }

    .archive-main-text {
        width: 100%;
        max-width: 600px;
        text-indent: 0;
    }

    .page-title {
        margin-bottom: 50px;
    }

    .articles-count {
        display: none;
    }

    .archive-tags {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .pagination .nav-links {
        margin-left: 0;
        width: 100%;
    }

    .pagination {
        padding: 70px 4vw;
    }

    .pagination .nav-links a,
    .pagination .nav-links span {
        padding: 0 15px;
        font-size: 18px;
    }

    .archive-page-section {
        flex-direction: column;
    }

    .hello-content .text h1 {
        font-size: 48px;
    }
}

@media screen and (max-width: 590px) {
    .page-title {
        font-size: 60px;
        margin-bottom: 34px;
    }

    .archive-main-text {
        font-size: 30px;
    }

    .archive-header-bottom {
        margin-top: 64px;
    }

    .pagination .nav-links a,
    .pagination .nav-links span {
        padding: 0 4px;
    }

    .pagination .nav-links {
        display: flex;
        justify-content: space-between;
    }

    .pagination {
        padding: 40px 4vw;
    }

    .hello-content .text h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 480px) {
    .archive-main-text {
        font-size: 26px;
    }

    .archive-header-bottom {
        margin-top: 38px;
    }

    .hello-content .text h1 {
        font-size: 28px;
    }
}

.main-screen.blog-single-header .wrap {
    height: 100%;
}

.main-screen.blog-single-header .wrap_float {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-screen.blog-single-header .slide {
    padding-bottom: 50px;
}

.single-header-top,
.single-header-bottom {
    display: block;
    float: left;
    width: 100%;
}

.single-page-section {
    width: 100%;
    float: left;
    display: flex;
    padding: 80px 4vw;
}

body.static-page .single-page-section {
    padding: 0px 4vw;
}

.single-page-section .main {
    max-width: 1200px;
}

.header-cols {
    display: flex;
    max-width: 1000px;
    margin-top: 80px;
}

.header-cols .col {
    margin-right: 160px;
}

.header-cols .col-title {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 24px;
    color: #808080;
}

.header-cols .col-value {
    color: #111;
    font-size: 23px;
    width: auto;
    clear: both;
}

.header-cols .col:last-child {
    margin-left: auto;
    margin-right: 0;
}

.text-section {
    display: flex;
    width: 100%;
    float: left;
    justify-content: center;
    overflow: hidden;
    padding: 80px 0;
}

.text-section .text-section-inner {
    width: 70%;
    float: none;
    margin: 0 auto;
    font-size: 24px;
}

.text-section .text-section-inner.centered {
    width: 100%;
    max-width: 500px;
    padding: 0 15px;
}

.text-section .text-section-inner h2 {
    margin: 40px 0 40px 0;
}

.text-section .text-section-inner h3 {
    margin: 30px 0 30px 0;
}

.text-section .text-section-inner p {
    margin-bottom: 20px;
}

.text-section .text-section-inner ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.text-section .text-section-inner ul li:before {
    content: '';
    position: absolute;
    top: 42%;
    left: 0;
    width: 7px;
    height: 5px;
    background: #000;
    transform: rotate(23deg);
}

.text-section .text-section-inner ol {
    list-style: none;
    counter-reset: counter;
}

.text-section .text-section-inner ol li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 20px;
    counter-increment: counter;
}

.text-section .text-section-inner ol li:before {
    content: counter(counter) ". ";
}


.text-section .text-section-inner video {
    max-width: 100%;
    height: auto;
}

.cloud-layout .text-section .text-section-inner img {
    box-shadow: 0 10px 30px rgb(0 0 0 / 15%);
    max-width: 75%;
    margin: 0 auto;
    display: block;
    border-radius: 7px;
}

@media screen and (max-width: 1000px) {
    .text-section .text-section-inner {
        width: 92vw;
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 590px) {
    .text-section .text-section-inner {
        font-size: unset;
    }
}

.macbook-mockup-section {
    display: flex;
    width: 100%;
    float: left;
    justify-content: center;
    overflow: hidden;
    padding: 120px 0;
}

.macbook-mockup-section .mockup {
    width: 1550px;
    height: 865px;
    position: relative;
}

.macbook-mockup-section .mockup:before {
    width: 100%;
    height: 100%;
    background: url(../themes/bs/assets/img/macbook-mockup.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}

.macbook-mockup-section .mockup .image-wrap {
    width: 1156px;
    height: 760px;
    border-radius: 30px 30px 0 0;
    position: absolute;
    top: 10px;
    left: 197px;
    overflow: hidden;
}

.macbook-mockup-section .mockup .image-wrap img,
.macbook-mockup-section .mockup .image-wrap picture {
    display: block;
    float: left;
    width: 100%;
}

.image-section {
    height: 75vh;
    width: 100%;
    overflow: hidden;
}

.image-section .image-section-bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.image-section-with-text {
    display: flex;
    float: left;
    width: 100%;
    font-size: 29px;
}

.image-section-with-text .section-col {
    width: 50%;
    float: left;
    height: 50vw;
}

.image-section-with-text .section-col img,
.image-section-with-text .section-col picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.image-section-with-text .section-col img img,
.image-section-with-text .section-col picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.image-section-with-text .section-col.text-col {
    padding: 4vw;
}

.image-section-with-text.image-left-align .text-col {
    order: 1;
    text-align: right;
}

.image-section-with-text .section-col.text-col p {
    margin-bottom: 20px;
}

.image-section-with-text .section-col.text-col ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.image-section-with-text .section-col.text-col ul li:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 7px;
    height: 5px;
    background: #000;
    transform: rotate(23deg);
}

.image-section-with-text .section-col.text-col h2 {
    margin-bottom: 40px;
}

.macbook-mockup-section-slider {
    display: flex;
    float: left;
    width: 100%;
    background: #111;
    padding: 120px 0;
    justify-content: center;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
    position: relative;
}

.macbook-mockup-section-slider .mockup {
    width: 1316px;
    height: 760px;
    position: relative;
}

.macbook-mockup-section-slider .mockup:before {
    width: 100%;
    height: 100%;
    background: url(../themes/bs/assets/img/macbook-mockup.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}

.macbook-mockup-section-slider .mockup-slider {
    display: block;
    float: left;
    width: 1016px;
    height: 668px;
    position: absolute;
    top: 8px;
    left: 150px;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
}

.macbook-mockup-section-slider .mockup-slider .slide {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.macbook-mockup-section-slider .mockup .slide {
    overflow: hidden;
}

.macbook-mockup-section-slider .mockup .slide img,
.macbook-mockup-section-slider .mockup .slide picture {
    display: block;
    float: left;
    width: 100%;
}

.macbook-mockup-section-slider .arrow {
    top: 50%;
    transform: translateY(-50%);
}

.macbook-mockup-section-slider .arrow:before {
    margin-top: -7px;
}

.macbook-mockup-section-slider .arrow.prev {
    left: 4vw;
}

.macbook-mockup-section-slider .arrow.next {
    right: 4vw;
}

.next-case-section .tag {
    position: absolute;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #fff;
    left: 4vw;
    top: 40px;
    z-index: 2;
}

.article-description {
    font-size: 40px;
    line-height: 1.1;
}

.article-description p {
    margin: 40px 0;
}

.article-description p:first-child {
    margin-top: 0;
}

.article-content {
    font-size: 23px;
    line-height: 1.45;
}

.article-content p {
    margin: 40px 0;
}

.article-content h1 {
    font-size: 58px;
}

.article-content h2 {
    font-size: 54px;
}

.article-content h3 {
    font-size: 50px;
}

.article-content h4 {
    font-size: 46px;
}

.article-content h5 {
    font-size: 44px;
}

.article-content h6 {
    font-size: 42px;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    margin: 80px 0 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.2;
}

.article-content .video-block {
    margin: 40px 0;
}

.article-content .caption {
    display: block;
    width: 100%;
    color: #808080;
    margin-top: 36px;
}

.article-content ul,
.article-content ol {
    margin: 40px 0;
}

.article-content ul li {
    padding-left: 30px;
    position: relative;
}

.article-content ul li:before {
    width: 6px;
    height: 6px;
    background: #111;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 8px;
    top: 14px;
}

.article-content ol {
    padding-left: 30px;
}

.article-content ol li {
    display: list-item;
    padding-left: 8px;
}

.article-content ol li::marker {
    font-size: 20px;
    color: #111;
    position: absolute;
    left: 0;
}

.article-content blockquote {
    font-style: italic;
    padding-left: 40px;
    margin: 40px 0;
    position: relative;
}

.article-content blockquote:before {
    width: 22px;
    height: 18px;
    background: url(../themes/bs/assets/img/quote.svg) center left no-repeat;
    background-size: contain;
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
}

.article-content blockquote p {
    width: 100%;
    margin: 0;
}

.article-content blockquote cite {
    display: block;
    margin-top: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
}

.article-content img,
.article-content picture {
    max-width: 100%;
    margin: 40px 0;
}

.article-content code {
    display: block;
    background: #000;
    width: 100%;
    color: #fff;
    padding: 25px;
    line-height: 24px;
    margin: 30px 0;
}

.article-content table {
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 18px;
}

.article-content table:after {
    clear: both;
    content: "";
    display: inline-block;
    position: absolute;
}

.article-content table td,
.article-content table th {
    border: 1px solid #ebebeb;
    padding: 15px;
}

.article-content .block-columns {
    display: flex;
    justify-content: space-between;
}

.article-content .block-columns .block-column {
    font-size: 16px;
    margin-right: 50px;
}

.article-content .block-columns .block-column:last-child {
    margin-right: 0;
}

.other-blog-posts {
    display: block;
    float: left;
    width: 100%;
    margin-top: 100px;
}

.single-gallery {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
}

.single-gallery-item {
    width: 386px;
    height: 386px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
    border: 0 !important;
}

.single-gallery-item img {
    margin: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.single-gallery-item img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.single-gallery-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.single-gallery-item:after {
    width: 20px;
    height: 20px;
    background: url(../themes/bs/assets/img/zoom.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 20px;
    content: "";
    opacity: 0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.single-gallery-item:nth-child(3n) {
    margin-right: 0;
}

.single-gallery-item:hover:before,
.single-gallery-item:hover:after {
    opacity: 1;
}

@media screen and (min-width: 1921px) {
    .single-page-section .main {
        max-width: 74%;
    }
}

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

    .macbook-mockup-section .mockup,
    .macbook-mockup-section-slider .mockup {
        width: 1240px;
        height: 700px;
    }

    .macbook-mockup-section .mockup .image-wrap,
    .macbook-mockup-section-slider .mockup-slider {
        top: 7px;
        left: 151px;
        width: 936px;
        height: 610px;
        border-radius: 26px 26px 0 0;
    }

    .article-description {
        font-size: 34px;
    }
}

@media screen and (max-width: 1440px) {
    .page-title {
        font-size: 86px;
    }
}

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

    .macbook-mockup-section .mockup,
    .macbook-mockup-section-slider .mockup {
        width: 1000px;
        height: 600px;
    }

    .macbook-mockup-section .mockup .image-wrap,
    .macbook-mockup-section-slider .mockup-slider {
        top: 17px;
        left: 113px;
        width: 774px;
        height: 506px;
        border-radius: 20px 20px 0 0;
    }

    .macbook-mockup-section,
    .macbook-mockup-section-slider {
        padding: 80px 0;
    }

    .article-description {
        font-size: 30px;
    }

    .single-page-section .main {
        max-width: 1000px;
    }

    .other-blog-posts {
        margin-top: 55px;
    }

    .single-gallery-item {
        width: 293px;
        height: 293px;
    }
}

@media screen and (max-width: 1024px) {
    .image-section-with-text {
        font-size: 24px;
    }
}

@media screen and (max-width: 1000px) {
    .header-cols {
        margin-top: 50px;
    }

    .macbook-mockup-section .mockup,
    .macbook-mockup-section-slider .mockup {
        width: 760px;
        height: 448px;
    }

    .macbook-mockup-section .mockup:before,
    .macbook-mockup-section-slider .mockup:before {
        width: 853px;
        height: 500px;
        left: -48px;
        top: -12px;
    }

    .macbook-mockup-section .mockup .image-wrap,
    .macbook-mockup-section-slider .mockup-slider {
        width: 661px;
        height: 430px;
        top: -4px;
        left: 48px;
        border-radius: 18px 18px 0 0;
    }

    .image-section-with-text {
        font-size: 20px;
    }

    .article-description {
        font-size: 26px;
    }

    .article-content {
        font-size: 20px;
    }

    .article-content .block-columns {
        flex-direction: column;
    }

    .article-content .block-columns .block-column {
        margin-right: 0;
    }

    .article-content h1,
    .article-content h2,
    .article-content h3,
    .article-content h4,
    .article-content h5,
    .article-content h6 {
        margin: 40px 0 20px;
    }

    .article-content h1 {
        font-size: 46px;
    }

    .article-content h2 {
        font-size: 44px;
    }

    .article-content h3 {
        font-size: 40px;
    }

    .article-content h4 {
        font-size: 36px;
    }

    .article-content h5 {
        font-size: 32px;
    }

    .article-content h6 {
        font-size: 30px;
    }

    .article-content table {
        font-size: 16px;
    }

    .single-page-section {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }

    .article-content table.large-table {
        width: 100%;
    }

    .article-content table.large-table .thead {
        display: none;
    }

    .article-content table.large-table tr {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 17px;
    }

    .article-content table.large-table tr:last-child {
        margin-bottom: 0;
    }

    .article-content table.large-table tr td {
        display: block;
        float: left;
        width: 100%;
        border-bottom: 0;
        position: relative;
    }

    .article-content table.large-table tr td:last-child {
        border-bottom: 1px solid #ebebeb;
    }

    .article-content table.large-table.with-thead tr td {
        padding-left: 150px;
    }

    .article-content table.large-table.with-thead tr td:before {
        width: 130px;
        height: 100%;
        content: attr(data-title);
        color: #1d1d1d;
        font-size: 18px;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        padding-left: 20px;
        border-right: 1px solid #ebebeb;
        box-sizing: border-box;
    }

    .single-gallery-item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        height: 45vw;
    }

    .single-gallery-item:nth-child(3n) {
        margin-right: 2%;
    }

    .single-gallery-item:nth-child(even) {
        margin-right: 0;
    }
}

@media screen and (max-width: 760px) {
    .page-title {
        font-size: 72px;
    }

    .macbook-mockup-section .mockup,
    .macbook-mockup-section-slider .mockup {
        width: 590px;
        height: 416px;
    }

    .macbook-mockup-section .mockup:before,
    .macbook-mockup-section-slider .mockup:before {
        width: 730px;
        height: 440px;
        top: -5px;
        left: -70px;
    }

    .macbook-mockup-section .mockup .image-wrap,
    .macbook-mockup-section-slider .mockup-slider {
        width: 564px;
        height: 367px;
        top: 9px;
        left: 13px;
        border-radius: 15px 15px 0 0;
    }

    .header-cols {
        flex-direction: column;
        margin-top: 22px;
    }

    .header-cols .col {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .header-cols .col:last-child {
        margin-left: 0;
        margin-bottom: 0;
    }

    .header-cols .col-title {
        margin-bottom: 12px;
    }

    .image-section-with-text {
        flex-direction: column;
    }

    .image-section-with-text .section-col {
        width: 100%;
        height: auto;
    }

    .image-section-with-text .section-col.text-col {
        order: 1;
        height: auto;
        padding: 80px 4vw;
    }

    .image-section-with-text.image-left-align .text-col {
        text-align: left;
    }

    .macbook-mockup-section-slider .arrows {
        position: absolute;
        bottom: 28px;
        width: 120px;
        display: flex;
        justify-content: space-between;
    }

    .macbook-mockup-section-slider .arrows .arrow {
        position: relative;
        height: 36px;
        transform: none;
        top: auto;
    }

    .macbook-mockup-section-slider .arrows .arrow.prev {
        left: auto;
    }

    .macbook-mockup-section-slider .arrows .arrow.next {
        right: auto;
    }

    .article-description {
        font-size: 22px;
    }

    .article-content {
        font-size: 18px;
    }

    .article-content h1 {
        font-size: 40px;
    }

    .article-content h2 {
        font-size: 36px;
    }

    .article-content h3 {
        font-size: 32px;
    }

    .article-content h4 {
        font-size: 28px;
    }

    .article-content h5 {
        font-size: 26px;
    }

    .article-content h6 {
        font-size: 24px;
    }

    .article-content p,
    .article-content blockquote,
    .article-content img,
    .article-content picture,
    .article-content .video-block {
        margin: 30px 0;
    }

    .next-case-section .bg-slider .slide .wrap {
        align-items: flex-start;
    }

    .single-page-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .article-content table.large-table.with-thead tr td:before {
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
    }

    .single-gallery-item {
        width: 48%;
        height: 44vw;
        margin-right: 4%;
        margin-bottom: 4%;
    }

    .single-gallery-item:nth-child(3n) {
        margin-right: 4%;
    }

    .single-gallery-item:nth-child(even) {
        margin-right: 0;
    }
}

@media screen and (max-width: 590px) {
    .page-title {
        font-size: 52px;
    }

    .main-screen.blog-single-header .slide {
        padding-top: 120px;
    }

    .macbook-mockup-section {
        padding: 0;
    }

    .macbook-mockup-section .mockup,
    .macbook-mockup-section-slider .mockup {
        width: 100vw;
        height: 66vw;
    }

    .macbook-mockup-section .mockup:before,
    .macbook-mockup-section-slider .mockup:before {
        width: 116vw;
        height: 68vw;
        top: 0;
        left: -8vw;
    }

    .macbook-mockup-section .mockup .image-wrap,
    .macbook-mockup-section-slider .mockup-slider {
        width: 90vw;
        height: 59vw;
        top: 1.3vw;
        left: 5vw;
        border-radius: 2.5vw 2.5vw 0 0;
    }

    .other-blog-posts {
        margin-top: 23px;
    }
}

@media screen and (max-width: 480px) {
    .page-title {
        font-size: 38px;
    }

    .header-cols .col-value {
        font-size: 20px;
    }

    .article-content table.large-table.with-thead tr td:before {
        font-size: 15px;
        width: 110px;
        padding-left: 10px;
    }

    .article-content table.large-table.with-thead tr td {
        padding-left: 120px;
    }
}

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

.company .title {
    margin-bottom: 60px;
}

.company-content {
    width: 60%;
    float: right;
    clear: both;
    margin-bottom: 50px;
}

.company .text {
    display: block;
    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 45px;
}

.company .text p {
    margin-bottom: 40px;
}

.company .text:last-child {
    margin-bottom: 0;
}

.company .text.large-text {
    font-size: 90px;
}

.team {
    display: block;
    float: left;
    width: 100%;
    margin-top: 90px;
    padding-bottom: 80px;
}

.team .wrap_float {
    width: 60%;
    float: right;
}

.team-title {
    font-size: 20px;
    color: #808080;
    margin-bottom: 30px;
}

.team-item {
    float: left;
    width: 33.33%;
    margin-bottom: 30px;
}

.team-item:hover .team-item-image>* {
    transform: scale(1.05);
}

.team-item-image {
    height: 19vw;
    border-radius: 50%;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
}

.team-item-image>* {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.team-item-name {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-top: 25px;
    padding-right: 50px;
}

.contact-form {
    display: block;
    float: left;
    width: 100%;
    padding: 150px 0;
}

.contact-form .wrap_float {
    max-width: 70%;
}

.contact-form .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (min-width: 761px) {
    .contact-form .title {
        margin-bottom: 55px;
    }
}

@media screen and (max-width: 1600px) {
    .company .text {
        font-size: 34px;
    }

    .company .text.large-text {
        font-size: 68px;
    }
}

@media screen and (max-width: 1400px) {
    .company .text.large-text {
        font-size: 62px;
    }

    .contact-form {
        padding: 120px 0;
    }
}

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

    .company-content,
    .team .wrap_float {
        width: 82%;
    }

    .company .text {
        font-size: 30px;
    }

    .company .text.large-text {
        font-size: 54px;
    }

    .team-item-image {
        height: 25vw;
    }

    .contact-form .wrap_float {
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .team-item:hover .team-item-image>* {
        transform: none;
    }
}

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

    .company-content,
    .team .wrap_float {
        width: 100%;
        float: left;
    }

    .team-item-image {
        height: 31vw;
    }

    .contact-form {
        padding: 90px 0;
    }
}

@media screen and (max-width: 760px) {
    .team {
        margin-top: 60px;
        padding-bottom: 50px;
    }

    .company .text {
        font-size: 26px;
    }

    .company .text.large-text {
        font-size: 36px;
    }
}

@media screen and (max-width: 590px) {
    .company .text {
        font-size: 22px;
    }

    .company .text.large-text {
        font-size: 32px;
    }

    .team-item {
        width: 50%;
    }

    .team-item-image {
        height: 46vw;
    }

    .contact-form {
        padding: 60px 0;
    }
}

.service-header .page-title {
    margin-bottom: 60px;
}

.service-header .wrap_float {
    width: 70%;
}

.service-header .service-main-text {
    font-size: 40px;
    line-height: 1.1;
}

.service-header .service-main-text p {
    margin: 20px 0;
    display: block;
    float: left;
    width: 100%;
}

.services-section {
    padding-top: 0;
}

.services-section .inline-projects-item:first-child {
    border-top: 1px solid #000;
}

.quote-section {
    display: block;
    float: left;
    width: 100%;
    padding: 80px 0;
    font-size: 90px;
    line-height: 1.1;
    text-indent: 12vw;
}

.accordion-section {
    display: block;
    float: left;
    width: 100%;
}

.accordion-item {
    display: block;
    float: left;
    width: 100%;
}

.accordion-item-title {
    display: block;
    float: left;
    width: 100%;
    padding: 50px 4vw;
    border-bottom: 1px solid #000;
    font-size: 34px;
}

.accordion-item-title:hover {
    cursor: pointer;
}

.accordion-item-title:hover * {
    cursor: pointer;
}

.accordion-item-title span {
    border-bottom: 1px solid transparent;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.accordion-item-title:hover span {
    border-color: #111;
}

.accordion-item-content {
    display: none;
    float: left;
    width: 100%;
    font-size: 23px;
    line-height: 1.5;
    color: #808080;
    padding: 40px 4vw 50px;
}

.accordion-item-content p {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 20px;
}

.accordion-item-content p:last-child {
    margin-bottom: 0;
}

.accordion-item-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.accordion-item-content ul li:before {
    content: '';
    position: absolute;
    top: 42%;
    left: 0;
    width: 7px;
    height: 5px;
    background-color: currentColor;
    transform: rotate(23deg);
}

.numered-items {
    display: block;
    float: left;
    width: 100%;
    padding: 90px 0 90px;
    background: #111;
}

.numered-items .items-ol {
    display: flex;
    flex-wrap: wrap;
    counter-reset: myCounter;
}

.numered-items .item {
    width: 25%;
    float: left;
    color: #fff;
    position: relative;
    padding-top: 133px;
    padding-right: 100px;
}

.numered-items .item:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    position: absolute;
    font-size: 34px;
    color: #fff;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    line-height: 106px;
    text-align: center;
}

.numered-items .item-title {
    font-size: 32px;
    margin-top: 25px;
}

.numered-items .item-text {
    line-height: 20px;
    margin-top: 30px;
}

@media screen and (max-width: 1600px) {
    .service-header .service-main-text {
        font-size: 36px;
    }

    .quote-section {
        font-size: 72px;
        text-indent: 9vw;
    }
}

@media screen and (max-width: 1400px) {
    .service-header .service-main-text {
        font-size: 30px;
    }

    .quote-section {
        font-size: 60px;
    }

    .accordion-item-title {
        font-size: 24px;
    }

    .accordion-item-content {
        font-size: 20px;
    }

    .numered-items .item {
        padding-right: 80px;
        padding-top: 95px;
    }

    .numered-items .item:before {
        width: 80px;
        height: 80px;
        line-height: 78px;
    }
}

@media screen and (max-width: 1300px) {
    .accordion-item-title {
        font-size: 20px;
        padding: 40px 4vw;
    }

    .accordion-item-content {
        font-size: 18px;
        padding: 30px 4vw;
    }
}

@media screen and (max-width: 1000px) {
    .service-header .wrap_float {
        width: 100%;
    }

    .numered-items .item {
        width: 50%;
        margin-top: 50px;
    }

    .services-header .archive-header-bottom {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    .service-header .service-main-text {
        font-size: 26px;
    }

    .service-header .page-title {
        margin-bottom: 25px;
    }

    .quote-section {
        font-size: 40px;
        padding: 50px 0;
    }

    .numered-items .item {
        width: 100%;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .numered-items .item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 590px) {
    .service-header .service-main-text {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .quote-section {
        font-size: 30px;
    }

    .numered-items .item {
        padding-top: 66px;
    }

    .numered-items .item:before {
        width: 60px;
        height: 60px;
        line-height: 58px;
        font-size: 28px;
    }

    .numered-items .item-title {
        font-size: 30px;
    }
}

.contacts-header {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 120px;
}

.contacts-text {
    float: right;
    width: 80%;
    margin-bottom: 60px;
}

.contacts-text:empty {
    display: none;
}

.contacts-header .contacts-cols {
    display: flex;
    justify-content: space-between;
    float: right;
    width: 80%;
}

.contacts-header .contacts-cols .col {
    display: block;
    float: left;
    width: auto;
    max-width: 500px;
}

.contacts-header .contacts-cols .col-title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #808080;
    margin-bottom: 22px;
}

.contacts-header .contacts-cols .col-content {
    font-size: 23px;
    line-height: 1.5;
}

.contacts-header .contacts-cols .col-content p {
    margin-bottom: 20px;
}

.contacts-header .contacts-cols .col-content p:last-child {
    margin-bottom: 0;
}

.socials {
    text-align: left;
}

.socials a {
    margin-right: 34px;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-bottom: 0;
}

.socials a:before {
    height: 1px;
    background: #111;
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    content: "";
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.socials a:hover:before {
    left: 0;
}

.socials a:last-child {
    margin-right: 0;
}

.map-section {
    display: block;
    float: left;
    width: 100%;
    background: #eee;
    height: 80vh;
    min-height: 550px;
    overflow: hidden;
    position: relative;
}

.map-section iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.team-contacts {
    display: block;
    float: left;
    width: 100%;
}

.team-contacts-item {
    display: block;
    width: 50%;
    float: left;
    padding: 60px 4vw;
    border: 1px solid #b2b2b2;
    border-top: 0;
}

.team-contacts-item:nth-child(even) {
    border-left: 0;
}

.team-contacts-item .person-content {
    position: relative;
}

.team-contacts-item .person-name {
    font-size: 29px;
}

.team-contacts-item .person-contact {
    font-size: 23px;
    margin-top: 20px;
}

.team-contacts-item .person-photo {
    width: 228px;
    height: 228px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 60px;
}

.team-contacts-item .person-socials {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 250px;
}

#standWithUkraine {
    position: fixed;
    background: url('/themes/bs/assets/img/stop_war.svg') right bottom no-repeat;
    background-size: contain;
    left: auto;
    top: 136px;
    right: 0;
    width: 80px;
    height: 90px;
    z-index: 10 !important;
}

.crm-page video {
    border: 10px solid #000;
    border-radius: 16px;
}

.crm-page a {
    border-bottom: 1px solid;
}

@media screen and (max-width: 1400px) {
    .contacts-header .contacts-cols .col-content {
        font-size: 20px;
    }

    .team-contacts-item .person-photo {
        width: 180px;
        height: 180px;
        margin-top: 35px;
    }

    .team-contacts-item .person-socials {
        padding-left: 200px;
    }
}

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

    .contacts-header .contacts-cols,
    .contacts-header .contacts-text {
        width: 100%;
    }

    .team-contacts-item {
        padding: 40px 4vw;
    }
}

@media screen and (max-width: 1000px) {
    .contacts-header {
        padding-bottom: 65px;
    }

    .contacts-header .contacts-cols {
        flex-direction: column;
    }

    .contacts-header .contacts-cols .col {
        width: 100%;
        margin-bottom: 40px;
    }

    .contacts-header .contacts-cols .col:last-child {
        margin-bottom: 0;
    }

    .socials {
        text-align: left;
    }

    .team-contacts-item {
        width: 100%;
    }

    .map-section {
        height: 400px;
        min-height: 400px;
    }
}

@media screen and (max-width: 590px) {
    .contacts-header {
        padding-bottom: 42px;
    }

    .contacts-header .contacts-cols .col-title {
        margin-bottom: 12px;
    }

    .team-contacts-item .person-content {
        display: flex;
        flex-direction: column;
    }

    .team-contacts-item {
        border-right: 0;
        border-left: 0;
    }

    .team-contacts-item .person-photo {
        order: -1;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .team-contacts-item .person-socials {
        padding-left: 0;
        position: static;
        margin-top: 30px;
    }

    #standWithUkraine {
        width: 60px;
        height: 70px;
    }
}

.glitch {
    position: relative;
    overflow: hidden;
}

.glitch:after,
.glitch:before {
    position: absolute;
    background: white;
    width: 100%;
    content: attr(data-text);
    clip: rect(0, 900px, 0, 0);
    top: 0;
}

.glitch:after {
    animation: glitch-anim 2s infinite linear alternate-reverse;
    left: 1px;
    text-shadow: 1px 0 red;
}

.glitch:before {
    animation: glitch-anim-2 3s infinite linear alternate-reverse;
    left: -1px;
    text-shadow: -1px 0 limegreen;
}

@keyframes glitch-anim {
    0% {
        clip: rect(3px, 9999px, 93px, 0);
    }

    5% {
        clip: rect(53px, 9999px, 378px, 0);
    }

    10% {
        clip: rect(10px, 9999px, 75px, 0);
    }

    15% {
        clip: rect(32px, 9999px, 40px, 0);
    }

    20% {
        clip: rect(65px, 9999px, 362px, 0);
    }

    25% {
        clip: rect(31px, 9999px, 14px, 0);
    }

    30% {
        clip: rect(94px, 9999px, 87px, 0);
    }

    35% {
        clip: rect(81px, 9999px, 41px, 0);
    }

    40% {
        clip: rect(45px, 9999px, 350px, 0);
    }

    45% {
        clip: rect(82px, 9999px, 41px, 0);
    }

    50% {
        clip: rect(71px, 9999px, 3px, 0);
    }

    55% {
        clip: rect(75px, 9999px, 60px, 0);
    }

    60% {
        clip: rect(20px, 9999px, 49px, 0);
    }

    65% {
        clip: rect(67px, 9999px, 392px, 0);
    }

    70% {
        clip: rect(47px, 9999px, 55px, 0);
    }

    75% {
        clip: rect(63px, 9999px, 90px, 0);
    }

    80% {
        clip: rect(70px, 9999px, 92px, 0);
    }

    85% {
        clip: rect(41px, 9999px, 60px, 0);
    }

    90% {
        clip: rect(56px, 9999px, 379px, 0);
    }

    95% {
        clip: rect(21px, 9999px, 68px, 0);
    }

    100% {
        clip: rect(15px, 9999px, 72px, 0);
    }
}

@keyframes glitch-anim-2 {
    0% {
        clip: rect(65px, 9999px, 399px, 0);
    }

    5% {
        clip: rect(86px, 9999px, 70px, 0);
    }

    10% {
        clip: rect(79px, 9999px, 60px, 0);
    }

    15% {
        clip: rect(15px, 9999px, 88px, 0);
    }

    20% {
        clip: rect(24px, 9999px, 5px, 0);
    }

    25% {
        clip: rect(35px, 9999px, 3px, 0);
    }

    30% {
        clip: rect(56px, 9999px, 11px, 0);
    }

    35% {
        clip: rect(2px, 9999px, 38px, 0);
    }

    40% {
        clip: rect(60px, 9999px, 350px, 0);
    }

    45% {
        clip: rect(27px, 9999px, 4px, 0);
    }

    50% {
        clip: rect(79px, 9999px, 12px, 0);
    }

    55% {
        clip: rect(23px, 9999px, 8px, 0);
    }

    60% {
        clip: rect(65px, 9999px, 355px, 0);
    }

    65% {
        clip: rect(19px, 9999px, 7px, 0);
    }

    70% {
        clip: rect(43px, 9999px, 17px, 0);
    }

    75% {
        clip: rect(65px, 9999px, 391px, 0);
    }

    80% {
        clip: rect(45px, 9999px, 66px, 0);
    }

    85% {
        clip: rect(3px, 9999px, 2px, 0);
    }

    90% {
        clip: rect(58px, 9999px, 381px, 0);
    }

    95% {
        clip: rect(29px, 9999px, 20px, 0);
    }

    100% {
        clip: rect(82px, 9999px, 28px, 0);
    }
}