@font-face {
  font-family: Montserrat;
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff")
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff")
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff")
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/Montserrat-Light.woff2) format("woff2"), url(../fonts/Montserrat-Light.woff) format("woff")
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff")
}

@font-face {
  font-family: Inter;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter-Regular.woff) format("woff")
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .5);
  letter-spacing: .03em;
  font-weight: 500;
  font-family: Montserrat
}

:-moz-placeholder {
  color: rgba(0, 0, 0, .5);
  letter-spacing: .03em;
  font-weight: 500;
  font-family: Montserrat
}

::-moz-placeholder {
  color: rgba(0, 0, 0, .5);
  letter-spacing: .03em;
  font-weight: 500;
  font-family: Montserrat
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, .5);
  letter-spacing: .03em;
  font-weight: 500;
  font-family: Montserrat
}

* {
  box-sizing: border-box
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #000
}

body input:required:valid,
body textarea:required:valid {
  color: #000
}

body,
html {
  height: 100%
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.75;
  overflow-x: hidden;
  font-family: Montserrat, sans-serif;
  opacity: 1;
  margin: 0
}

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

a {
  transition: all .5s ease;
  text-decoration: none
}

.my-container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1868px
}

.my-container.flex {
  display: flex
}

.my-container.big {
  max-width: 1920px
}

.my-container.small {
  max-width: 990px
}

.h1 {
  color: #000;
  font-size: 40px;
  line-height: 126.9%;
  font-weight: 600;
  letter-spacing: .006em;
  display: block;
  margin: 0
}

.main-wrapper {
  overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500; /*400*/
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(255, 92, 2, .2);
  width: 4px
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #ff5c02 !important;
  width: 6px
}

.btn {
  color: #ff5c02;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  background: #fff;
  padding-left: 60px;
  padding-top: 16px;
  padding-bottom: 18px;
  padding-right: 27px;
  border-radius: 41px;
  letter-spacing: -.015em;
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
  border: 0 solid #000;
  transition: all .5s ease;
  cursor: pointer
}

.btn:hover {
  background: #313131;
  color: #fff
}

.btn::after,
.btn::before {
  content: "";
  position: absolute;
  transition: all .5s ease;
  left: 26px;
  top: 19px;
  width: 17px;
  height: 17px;
  background: url(../img/btn-icn.svg)
}

.btn::after {
  opacity: 0;
  background: url(../img/btn-icn_orange.svg)
}

.btn:hover::before {
  opacity: 0
}

.btn:hover::after {
  opacity: 1
}

.btn.dark {
  color: #fff;
  background: #313131
}

.btn.dark::before {
  opacity: 0
}

.btn.dark::after {
  opacity: 1
}

.btn.dark:hover {
  opacity: .7;
  color: #fff;
  background: #313131
}


.btn.bgorange {
  color: #fff;
  background: #ff5c02
}

.btn.bgorange::before,
.btn.bgorange::after {
  display: none;
}

.btn.bgorange:hover {
  color: #fff;
  background: #000
}


.btn.no-icn {
  padding-right: 27px;
  padding-left: 27px
}

.btn.no-icn::after,
.btn.no-icn::before {
  display: none
}

.btn.btn-orange {
  background: #fff;
  color: #ff5c02;
  font-size: 13px;
  line-height: 13px;
  border: 1px solid #ff5c02;
  padding-left: 14.4px;
  padding-right: 14.4px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  transition: all .5s ease;
  font-weight: 400
}

.btn.btn-orange::after,
.btn.btn-orange::before {
  display: none
}

.btn.btn-orange:hover {
  background: #ff5c02;
  color: #fff
}

.btn.border {
  color: #313131;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -.015em;
  border: 2px solid #313131;
  border-radius: 41px;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 16px;
  padding-bottom: 16px
}

.btn.border::after,
.btn.border::before {
  display: none
}

.btn.border:hover {
  background: #313131;
  color: #fff
}

.btn-arr {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: #313131;
  border-radius: 50%;
  position: relative;
  transition: all .5s ease;
  -webkit-tap-highlight-color: transparent;
  outline: 0
}

.btn-arr::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/btn-arr-icn.svg);
  background-repeat: no-repeat;
  transition: all .5s ease;
  -webkit-tap-highlight-color: transparent
}

.btn-arr::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #313131;
  border-radius: 50%;
  transition: all .3s ease;
  -webkit-tap-highlight-color: transparent
}

.btn-arr:hover::before {
  width: 125%;
  height: 125%
}

.btn-with-arr {
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: .01em;
  position: relative;
  padding-right: 26px;
  -webkit-tap-highlight-color: transparent
}

.btn-with-arr::after,
.btn-with-arr::before {
  content: "";
  position: absolute;
  background: url(../img/btn-with-arr-icn.svg);
  width: 13px;
  height: 8px;
  transition: all .5s ease;
  top: 50%;
  margin-top: -4px;
  right: 0
}

.btn-with-arr::after {
  opacity: 0;
  background: url(../img/btn-with-arr-icn_orange.svg)
}

.btn-with-arr:hover {
  color: #ff5c02
}

.btn-with-arr:hover::before {
  opacity: 0;
  right: -5px
}

.btn-with-arr:hover::after {
  opacity: 1;
  right: -5px
}

.btn-border {
  display: inline-block;
  color: #ff5c02;
  border-bottom: 1px solid #ff5c02;
  font-size: 16px;
  line-height: 30px;
  -webkit-tap-highlight-color: transparent
}

.btn-border:hover {
  border-color: transparent
}

.def-arrows {
  display: flex
}

.def-arrows .swiper-button-next,
.def-arrows .swiper-button-prev {
  width: 39px;
  height: 39px;
  padding: 0;
  margin: 0;
  border: 0 solid #000;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  background: #f3f3f3;
  border-radius: 50%;
  transition: all .5s ease;
  -webkit-tap-highlight-color: transparent;
  outline: 0
}

.def-arrows .swiper-button-next::after,
.def-arrows .swiper-button-next::before,
.def-arrows .swiper-button-prev::after,
.def-arrows .swiper-button-prev::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  background: no-repeat url(../img/btn-arr-icn_black.svg) 50%;
  -webkit-tap-highlight-color: transparent
}

.def-arrows .swiper-button-next::after,
.def-arrows .swiper-button-prev::after {
  opacity: 0;
  background: no-repeat url(../img/btn-arr-icn.svg) 50%
}

.def-arrows .swiper-button-next:hover,
.def-arrows .swiper-button-prev:hover {
  background: #313131
}

.def-arrows .swiper-button-next:hover::before,
.def-arrows .swiper-button-prev:hover::before {
  opacity: 0
}

.def-arrows .swiper-button-next:hover::after,
.def-arrows .swiper-button-prev:hover::after {
  opacity: 1
}

.def-arrows .swiper-button-prev {
  transform: rotate(180deg);
  margin-right: 5px
}

.cb-wrap {
  position: relative
}

.cb-wrap .parsley-errors-list {
  position: absolute;
  margin-top: 5px
}

.cb-wrap .parsley-errors-list li {
  font-size: 12px;
  line-height: 14px;
  color: red
}

.cb-wrap .container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  color: rgba(0, 0, 0, .7);
  font-size: 12px;
  line-height: 24px;
  font-weight: 300;
  user-select: none
}

.cb-wrap .container a {
  border-bottom: 1px solid #ff5c02;
  color: #ff5c02
}

.cb-wrap .container a:hover {
  border-color: transparent
}

.cb-wrap .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.cb-wrap .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #000;
  background-color: transparent;
  border-radius: 50%
}

.cb-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none
}

.cb-wrap .container input:checked~.checkmark:after {
  display: block
}

.cb-wrap .container .checkmark:after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%
}

.def-inp {
  position: relative
}

.def-inp input,
.def-inp textarea {
  display: block;
  width: 100%;
  outline: 0;
  padding: 0;
  border: 0 solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: .11em;
  padding-bottom: 22px;
  font-family: sans-serif
}

.def-inp textarea {
  resize: none;
  height: 77px;
  line-height: 18px
}

.def-inp .parsley-errors-list {
  position: absolute;
  margin-top: 5px
}

.def-inp .parsley-errors-list li {
  font-size: 12px;
  line-height: 14px;
  color: red
}

.s-socials {
  display: flex;
  align-items: center
}

.s-socials.ss-white .ss-icn.tl::before {
  background: url(../img/tl-icn_white.svg)
}

.s-socials.ss-white .ss-icn.tl::after {
  background: url(../img/tl-icn_black.svg)
}

.s-socials.ss-white .ss-icn.vk::before {
  background: url(../img/vk-icn_white.svg)
}

.s-socials.ss-white .ss-icn.vk::after {
  background: url(../img/vk-icn_black.svg)
}

.s-socials.ss-white .ss-icn.fb::before {
  background: url(../img/fb-icn_white.svg)
}

.s-socials.ss-white .ss-icn.fb::after {
  background: url(../img/fb-icn_black.svg)
}

.s-socials.ss-white .ss-icn.yt::before {
  background: url(../img/yt-icn_white.svg)
}

.s-socials.ss-white .ss-icn.yt::after {
  background: url(../img/yt-icn_black.svg)
}

.s-socials .ss-icn {
  position: relative;
  margin-right: 37px
}

.s-socials .ss-icn:last-child {
  margin-right: 0
}

.s-socials .ss-icn.tl {
  width: 19px;
  height: 16px
}

.s-socials .ss-icn.tl::before {
  background: url(../img/tl-icn.svg)
}

.s-socials .ss-icn.tl::after {
  background: url(../img/tl-icn_black.svg)
}

.s-socials .ss-icn.max {
  width: 20px;
  height: 20px
}


.s-socials .ss-icn.max::before {
  background: url(../img/max-icn.svg)
}

.s-socials .ss-icn.max::after {
  background: url(../img/max-icn_black.svg)
}

.s-socials .ss-icn.yt {
  width: 23px;
  height: 16px
}

.s-socials .ss-icn.yt::before {
  background: url(../img/yt-icn.svg)
}

.s-socials .ss-icn.yt::after {
  background: url(../img/yt-icn_black.svg)
}

.s-socials .ss-icn.vk {
  width: 26px;
  height: 14px
}

.s-socials .ss-icn.vk::before {
  background: url(../img/vk-icn.svg)
}

.s-socials .ss-icn.vk::after {
  background: url(../img/vk-icn_black.svg)
}

.s-socials .ss-icn.fb {
  width: 9px;
  height: 20px
}

.s-socials .ss-icn.fb::before {
  background: url(../img/fb-icn.svg)
}

.s-socials .ss-icn.fb::after {
  background: url(../img/fb-icn_black.svg)
}

.s-socials .ss-icn::after,
.s-socials .ss-icn::before {
  transition: all .5s ease;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.s-socials .ss-icn::after {
  opacity: 0
}

.s-socials .ss-icn:hover::before {
  opacity: 0
}

.s-socials .ss-icn:hover::after {
  opacity: 1
}

.main-menu {
  z-index: 21;
  position: fixed;
  left: 20px;
  width: calc(100% - 40px);
  background: #ff5c02;
  border-radius: 0 0 10px 10px;
  filter: drop-shadow(0 4px 42px #ca4800);
  padding-top: 40px;
  padding-bottom: 92px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease
}

.main-menu.active {
  opacity: 1;
  visibility: visible
}

.main-menu .my-container.big.flex {
  position: relative
}

.main-menu .mm-close {
  width: 30px;
  height: 30px;
  background: no-repeat url(../img/close-icn.svg) 50%;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: -16px
}

.main-menu .mm-btm-col {
  display: none
}

.main-menu .mm-col {
  padding-top: 11px
}

.main-menu .mm-col:nth-child(2) {
  padding-top: 0;
  margin-right: 16.3%
}

.main-menu .mm-col:nth-child(3) {
  margin-right: 5.7%
}

.main-menu .mm-col:nth-child(4) {
  margin-right: 8%
}

.main-menu .mm-col .mm-logo {
  display: block;
  margin-bottom: 221px;
  position: relative;
  left: -2px
}

.main-menu .mm-col .mm-logo img {
  display: block;
  max-width: 100%
}

.main-menu .mm-col .s-socials {
  position: relative;
  padding-left: 5px
}

.main-menu .mm-col .mm-hdr {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 19px
}

.main-menu .mm-col .mm-hdr:hover {
  color: #000
}

.main-menu .mm-col .btn.dark {
  position: relative;
  left: -20px;
  top: 5px
}

.main-menu .mm-col .mm-list li {
  margin-bottom: 24px
}

.main-menu .mm-col .mm-list li.margin-top {
  margin-top: 59px
}

.main-menu .mm-col .mm-list li span {
  display: block;
  color: #c14501;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700
}

.main-menu .mm-col .mm-list li a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700
}

.main-menu .mm-col .mm-list li a:hover {
  color: #000
}

.main-menu .mm-col .mm-small-list li {
  margin-bottom: 24px
}

.main-menu .mm-col .mm-small-list li a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400
}

.main-menu .mm-col .mm-small-list li span {
  display: block;
  color: rgba(130, 46, 0, .5);
  font-size: 16px;
  line-height: 21px;
  font-weight: 600
}

.orange {
  color: #ff5c02
}

.white {
  color: #fff
}

.custom-select {
  font-family: Montserrat, sans-serif
}

.custom-select .select-selected::after {
  border: 0 solid #000;
  padding: 0;
  margin: 0;
  width: 8px;
  height: 5px;
  background: url(../img/sel-arr.svg);
  transform: rotate(180deg);
  top: 50%;
  margin-top: -2.5px
}

.custom-select .select-selected.select-arrow-active:after {
  transform: rotate(0)
}

.custom-select .select-items div,
.custom-select .select-selected {
  color: rgba(0, 0, 0, .8);
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  background: 0 0;
  border: 0 solid #000;
  padding-left: 20px;
  padding-right: 15px
}

.custom-select .select-items {
  background: #fff;
  box-shadow: 0 4px 7px rgba(0, 0, 0, .05);
  border-radius: 8px;
  min-width: 211px
}

.custom-select .select-selected {
  padding-right: 45px
}

.custom-select .select-selected {
  color: #ff5c02
}

.listen-icons {
  display: flex;
  align-items: center
}

.listen-icons.with-descr .li-link {
  padding-bottom: 22px;
  margin-left: 0;
  margin-right: 30px
}

.listen-icons.with-descr .li-link:hover .lil-descr {
  opacity: 1
}

.listen-icons.with-descr .li-link:last-child {
  margin-right: 0
}

.listen-icons.with-descr .li-link .lil-descr {
  display: block;
  font-size: 10px;
  line-height: 11px;
  font-weight: 500;
  color: rgba(0, 0, 0, .8);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  transition: all .5s ease;
  white-space: nowrap
}

.listen-icons.with-descr .li-link img {
  max-width: 31px
}

.listen-icons.with-descr .li-link::after {
  height: 31px
}

.listen-icons .li-link {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  position: relative
}

.listen-icons .li-link:hover img {
  filter: grayscale(0)
}

.listen-icons .li-link img {
  display: block;
  max-width: 100%;
  filter: grayscale(1);
  transition: all .5s ease
}

.btn-download {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: -.02em;
  padding-left: 77px
}

.btn-download::after,
.btn-download::before {
  content: "";
  position: absolute;
  width: 57px;
  height: 57px;
  background: url(../img/dw-icn.svg);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .5s ease
}

.btn-download::after {
  background: url(../img/dw-icn_w.svg);
  opacity: 0
}

.btn-download:hover::before {
  opacity: 0
}

.btn-download:hover::after {
  opacity: 1
}

@keyframes line-anim {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-4158px)
  }
}

.mobile-adap {
  display: none
}

.back {
  display: block;
  position: relative;
  color: #ff5c02;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: .01em;
  padding-left: 35px
}

.back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 12px;
  height: 8px;
  background: url(../img/back-arr.svg)
}

.back:hover {
  padding-left: 30px
}

.hdr-fixed,
header {
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
  z-index: 1
}

.hdr-fixed.black .hd-logo img,
header.black .hd-logo img {
  display: none
}

.hdr-fixed.black .hd-logo img:nth-child(2),
header.black .hd-logo img:nth-child(2) {
  display: block
}

.hdr-fixed.black .hd-right .hd-search-mobile,
header.black .hd-right .hd-search-mobile {
  background: url(../img/search-icn_black.svg)
}

.hdr-fixed.black .hd-right .hd-search .hds-icn,
header.black .hd-right .hd-search .hds-icn {
  background: url(../img/search-icn_black.svg)
}

.hdr-fixed.black .hd-right .hd-search input,
header.black .hd-right .hd-search input {
  border-color: #000;
  color: #000
}

.hdr-fixed.black .hd-right .hd-search .hds-close,
header.black .hd-right .hd-search .hds-close {
  background: url(../img/search-close_black.svg)
}

.hdr-fixed.black .hd-right .hd-list li a,
header.black .hd-right .hd-list li a {
  color: #000
}

.hdr-fixed.black .hd-right .hd-burger,
header.black .hd-right .hd-burger {
  background: no-repeat url(../img/burger-icn.svg) 50%
}

.hdr-fixed.black .hd-right .hd-burger span,
header.black .hd-right .hd-burger span {
  background: #000
}

.hdr-fixed.abs,
header.abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2
}

.hdr-fixed.white-bg,
header.white-bg {
  background: #fff
}

.hdr-fixed .my-container.flex,
header .my-container.flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.hdr-fixed .hd-logo,
header .hd-logo {
  display: block
}

.hdr-fixed .hd-logo img,
header .hd-logo img {
  display: block;
  max-width: 100%
}

.hdr-fixed .hd-logo img:nth-child(2),
header .hd-logo img:nth-child(2) {
  display: none
}

.hdr-fixed .hd-right,
header .hd-right {
  display: flex
}

.hdr-fixed .hd-right .hd-search-mobile,
header .hd-right .hd-search-mobile {
  width: 20px;
  height: 20px;
  background: url(../img/search-icn.svg);
  display: none;
  cursor: pointer
}

.hdr-fixed .hd-right .hd-search,
header .hd-right .hd-search {
  display: block;
  position: relative;
  width: 20px;
  top: -1px;
  transition: all .5s ease
}

.hdr-fixed .hd-right .hd-search.active,
header .hd-right .hd-search.active {
  width: 260px
}

.hdr-fixed .hd-right .hd-search.active input,
header .hd-right .hd-search.active input {
  opacity: 1
}

.hdr-fixed .hd-right .hd-search.active .hds-icn,
header .hd-right .hd-search.active .hds-icn {
  cursor: default
}

.hdr-fixed .hd-right .hd-search.active .hds-close,
header .hd-right .hd-search.active .hds-close {
  opacity: 1;
  visibility: visible
}

.hdr-fixed .hd-right .hd-search .hds-icn,
header .hd-right .hd-search .hds-icn {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(../img/search-icn.svg);
  cursor: pointer;
  z-index: 1
}

.hdr-fixed .hd-right .hd-search input,
header .hd-right .hd-search input {
  display: block;
  outline: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  background: 0 0;
  border: 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  width: 100%;
  opacity: 0;
  transition: all .5s ease;
  padding-left: 25px;
  padding-right: 35px;
  position: relative;
  top: 3px
}

.hdr-fixed .hd-right .hd-search .hds-close,
header .hd-right .hd-search .hds-close {
  position: absolute;
  right: 0;
  top: -4px;
  width: 32px;
  height: 32px;
  background: url(../img/search-close.svg);
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease;
  cursor: pointer
}

.hdr-fixed .hd-right .hd-list,
header .hd-right .hd-list {
  display: flex;
  margin-left: 28px;
  position: relative;
  top: 2px
}

.hdr-fixed .hd-right .hd-list li,
header .hd-right .hd-list li {
  margin-left: 31.5px;
  margin-right: 31.5px
}

.hdr-fixed .hd-right .hd-list li a,
header .hd-right .hd-list li a {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500
}

.hdr-fixed .hd-right .hd-burger,
header .hd-right .hd-burger {
  width: 29px;
  height: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  margin-left: 33px;
  z-index: 2;
  background: no-repeat url(../img/burger-icn_w.svg) 50%
}

.hdr-fixed .hd-right .hd-burger span,
header .hd-right .hd-burger span {
  width: 100%;
  height: 2px;
  background: #fff;
  margin-bottom: 4px;
  display: none
}

.hdr-fixed .hd-right .hd-burger span:last-child,
header .hd-right .hd-burger span:last-child {
  margin-bottom: 0
}

.hdr-fixed {
  position: fixed;
  left: 0;
  top: 0;
  transform: translateY(-102%);
  width: 100%;
  z-index: 20;
  background: rgba(255, 255, 255, .1);
  mix-blend-mode: normal;
  backdrop-filter: blur(10px);
  transition: all .5s ease
}

.hdr-fixed.active {
  transform: translateY(0)
}

.s-spec {
  background: #ff5c02;
  position: relative
}

.s-spec .my-container {
  max-width: 1540px
}

.s-spec::before {
  content: "";
  position: absolute;
  width: 619px;
  height: 774px;
  bottom: 0;
  right: 23%;
  background: url(../img/spec_bg.webp)
}

.s-spec .ss-text {
  padding-top: 369px;
  padding-bottom: 51px;
  position: relative
}

.s-spec .ss-text .h1 {
  color: #fff;
  margin-bottom: 102px
}

.s-spec .ss-text .h1 .black {
  color: #000
}

.s-spec .ss-text .h1 .adap {
  display: none
}

.s-spec .ss-block {
  position: absolute;
  background: #fff;
  z-index: 2;
  max-width: 456px;
  width: 100%;
  border-radius: 8px;
  min-height: 442px
}

.s-spec .ss-block .ssb-top {
  padding-left: 36px;
  padding-top: 27px;
  padding-right: 36px;
  padding-bottom: 33px;
  border-bottom: 1px solid #f7f7f7
}

.s-spec .ss-block .ssb-top .ssb-img {
  margin-bottom: 64px
}

.s-spec .ss-block .ssb-top .ssb-img img {
  display: block;
  max-width: 100%
}

.s-spec .ss-block .ssb-top .ssb-hdr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  letter-spacing: -.015em
}

.s-spec .ss-block .ssb-btm {
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 33px;
  padding-bottom: 33px
}

.s-spec .ss-block .ssb-btm .ssb-link {
  display: block;
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -.01em;
  margin-bottom: 10px;
  padding-right: 23px
}

.s-spec .ss-block .ssb-btm .ssb-link:hover {
  color: #ff5c02
}

.s-spec .ss-block .ssb-btm .ssb-link:hover::after,
.s-spec .ss-block .ssb-btm .ssb-link:hover::before {
  right: -5px
}

.s-spec .ss-block .ssb-btm .ssb-link::after,
.s-spec .ss-block .ssb-btm .ssb-link::before {
  content: "";
  position: absolute;
  transition: all .5s ease;
  right: 0;
  top: 13px;
  transform: translateY(-50%);
  width: 17px;
  height: 12px;
  background: url(../img/link-arr.svg)
}

.s-spec .ss-block .ssb-btm .ssb-link::after {
  opacity: 0;
  background: url(../img/link-arr_orange.svg)
}

.s-spec .ss-block .ssb-btm .ssb-link:hover::before {
  opacity: 0
}

.s-spec .ss-block .ssb-btm .ssb-link:hover::after {
  opacity: 1
}

.s-spec .ss-block.ssb-2 {
  right: 20px;
  top: 167px
}

.s-spec .ss-block.ssb-1 {
  left: 50%;
  transform: translateX(-22%);
  bottom: -276px
}

.s-consulting {
  position: relative;
  background: url(../img/scb_bg_3.webp) 50%;
  background-size: cover;
  padding-top: 108px;
  padding-bottom: 62px
}

.s-consulting .my-container {
  max-width: 1540px
}

.s-consulting::after {
  content: "";
  position: absolute;
  width: 819px;
  height: 800px;
  background: url(../img/scb_bg_2.webp);
  bottom: 0;
  left: 16.5%
}

.s-consulting .sc-block {
  position: absolute;
  max-width: 457px;
  width: 100%;
  height: 503px;
  border-radius: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 2
}

.s-consulting .sc-block:hover .scb-bg {
  transform: scale(1.05)
}

.s-consulting .sc-block .btn-arr {
  position: absolute;
  bottom: 22px;
  right: 20px
}

.s-consulting .sc-block .scb-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  transition: all .8s ease
}

.s-consulting .sc-block .scb-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6)
}

.s-consulting .sc-block .scb-descr {
  display: block;
  position: absolute;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: -.01em;
  left: 0;
  top: 0;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 29px;
  width: 100%
}

.s-consulting .sc-block .scb-hdr {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: -.02em;
  padding-bottom: 56px;
  padding-left: 35px;
  padding-right: 35px
}

.s-consulting .sc-txt {
  position: relative;
  z-index: 1
}

.s-consulting .sc-txt .h1 {
  margin-bottom: 43px
}

.s-consulting .sc-txt .sct-descr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.005em;
  margin-bottom: 328px;
  max-width: 432px;
  width: 100%
}

.s-consulting .sc-txt .sct-descr span {
  color: #ff5c02
}

.s-services {
  padding-top: 97px
}

.s-services .my-container {
  max-width: 1540px
}

.s-services .my-container.big {
  max-width: 1592px
}


.s-services .def-arrows {
  display: none
}

.s-services .ss-slider {
  margin-top: -50px
}

.s-services .ss-slider .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px
}

.s-services .ss-slider .swiper-slide .ss-itm {
  display: block;
  position: relative;
  perspective: 1000px;
  border-radius: 8px
}

.s-services .ss-slider .swiper-slide .ss-itm:hover .ss-content {
  transform: rotateY(180deg)
}

.s-services .ss-slider .swiper-slide .ss-itm:hover .ss-hover {
  transform: rotateY(0)
}

.s-services .ss-slider .swiper-slide .ss-itm .ss-hdr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 27px;
  position: relative
}

.s-services .ss-slider .swiper-slide .ss-itm .btn-arr {
  position: absolute;
  bottom: 32px;
  left: 19px;
  z-index: 3
}

.s-services .ss-slider .swiper-slide .ss-itm .ss-content,
.s-services .ss-slider .swiper-slide .ss-itm .ss-hover {
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  visibility: visible;
  backface-visibility: hidden
}

.s-services .ss-slider .swiper-slide .ss-itm .ss-content {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: 718px;
  transition: all .5s ease
}

.s-services .ss-slider .swiper-slide .ss-itm .ss-content .ssc-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  border-radius: 8px
}

.s-services .ss-slider .swiper-slide .ss-itm .ss-content .ssc-descr {
  display: block;
  color: rgba(0, 0, 0, .8);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -.01em;
  position: relative
}

.s-services .ss-slider .swiper-slide .ss-itm .ss-hover .ssc-descr
{
	color:white;
	display:inline-block;
	margin-top:17px;
	font-size: 16px;
}

@media only screen and (max-width:1440px) {
	
	
	.s-services .ss-slider .swiper-slide .ss-itm .ss-hover .ssc-descr
	{
		margin-top:12px;
		font-size: 14px;
	}
	
	.s-services .ss-slider .swiper-slide .ss-itm .ss-hdr
	{
		margin-bottom:15px!important;
	}
	
	
	
	
	
}

@media only screen and (max-width:1024px) {
	.s-services .ss-slider .swiper-slide .ss-itm .ss-hover .ssc-descr
	{
		margin-top:7px;
		font-size: 10px;
	}

	.s-services .ss-slider .swiper-slide .ss-itm .ss-hdr
	{
		margin-bottom:10px!important;
	}
	
	 .s-services .ss-slider .swiper-slide .ss-itm .ss-hover .btn-with-arr {
    font-size: 9px;
    line-height: 13px;
  }
  
  .s-services .ss-slider .swiper-slide .ss-itm .ss-hover .btn-with-arr::after, .s-services .ss-slider .swiper-slide .ss-itm .ss-hover .btn-with-arr::before {
    margin-top: -5px;
  }
}

.s-services .ss-slider .swiper-slide .ss-itm .ss-hover .btn-with-arr
{
	color:white;
	position: absolute;
	  bottom: 32px;
	  left: 19px;
	  z-index: 3;
}

.s-services .ss-slider .swiper-slide .ss-itm .ss-hover .btn-with-arr::after,
.s-services .ss-slider .swiper-slide .ss-itm .ss-hover .btn-with-arr::before
{
	background: url("/css/../img/btn-arr-icn.svg");
	width: 17px;
  height: 12px;
}



.s-services .ss-slider .swiper-slide .ss-itm .ss-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff5c02;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 70px;
  padding-bottom: 70px;
  transform: rotateY(180deg);
  transition: all .5s ease;
  border-radius: 8px
}

.s-services .ss-slider .swiper-slide .ss-itm .ss-hover .ss-hdr {
  color: #fff
}

.s-services .ss-slider .swiper-slide .ss-itm .ss-hover ul li {
  display: block;
  color: rgba(255, 255, 255, .8);
  font-size: 15px;
  line-height: 24px;
  padding-left: 23px;
  letter-spacing: -.02em;
  position: relative;
  margin-bottom: 21px
}

.s-services .ss-slider .swiper-slide .ss-itm .ss-hover ul li:last-child {
  margin-bottom: 0
}

.s-services .ss-slider .swiper-slide .ss-itm .ss-hover ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  background: rgba(255, 255, 255, .8);
  width: 4px;
  height: 4px;
  border-radius: 50%
}

.s-expertise {
  padding-top: 48px;
  padding-bottom: 73px
}

.s-expertise .my-container {
  max-width: 1540px
}

.s-expertise .se-top {
  margin-bottom: 36px
}

.s-expertise .se-top .my-container.flex,
.s-services .se-top .my-container.flex {
  position: relative;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.s-expertise .se-top .se-left,
.s-services .se-top .se-left {
  display: flex;
  align-items: center
}

.s-expertise .se-top .se-left .h1,
.s-services .se-top .se-left .h1 {
  margin-right: 51px
}

.s-expertise .se-top .btn-with-arr,
.s-services .se-top .btn-with-arr {
  position: relative;
  top: -5px
}

.s-expertise .se-slider .swiper-slide {
  width: 1425px;
  border-radius: 8px;
  overflow: hidden
}

.s-expertise .se-slider .swiper-slide .ses-itm {
  height: 781px;
  position: relative
}

.s-expertise .se-slider .swiper-slide .ses-itm .ses-bg,
.s-expertise .se-slider .swiper-slide .ses-itm .ses-bg-mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%
}

.s-expertise .se-slider .swiper-slide .ses-itm .ses-bg-mobile::after,
.s-expertise .se-slider .swiper-slide .ses-itm .ses-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2)
}

.s-expertise .se-slider .swiper-slide .ses-itm .ses-bg-mobile {
  display: none
}

.s-expertise .se-slider .swiper-slide .ses-itm .ses-bg-mobile::after {
  background: rgba(0, 0, 0, .3)
}

.s-expertise .se-slider .swiper-slide .ses-itm .ses-txt {
  position: absolute;
  left: 0;
  top: 74.4%;
  width: 100%;
  padding-bottom: 62px
}

.s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .my-container {
  max-width: 1388px;
  display: flex;
  width: 100%
}

.s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-hdr {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  position: relative;
  width: 40.8%
}

.s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-hdr::after {
  content: "";
  position: absolute;
  height: 117px;
  width: 1px;
  background: #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

.s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-descr {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  width: 59.2%;
  padding-left: 45px;
  padding-top: 2px
}

.s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .btn-arr {
  position: absolute;
  bottom: 0
}

.s-expertise .se-btn-wrap {
  display: none
}

.s-press {
  background: #f3f3f3;
  padding-top: 97px
}

.s-press .sp-top {
  margin-bottom: 38px
}

.s-press .sp-items {
  display: flex;
  flex-wrap: wrap
}

.s-press .sp-items .sp-itm-wrap {
  width: calc(50% - 9px);
  margin-left: 9px;
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
  margin-bottom: 18px
}

.s-press .sp-items .sp-itm-wrap .sp-itm {
  width: 100%
}

.s-press .sp-items .sp-itm-wrap .sp-itm:last-child {
  margin-bottom: 0
}

.s-press .sp-items .sp-itm-wrap .sp-itm .spi-btm-line {
  padding-top: 20.5px;
  padding-bottom: 20.5px
}

.s-press .sp-items .sp-itm {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 18px;
  padding-bottom: 72px;
  position: relative
}

.s-press .sp-items .sp-itm .spi-hdr {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400
}

.s-press .sp-items .sp-itm.big {
  background: url(../img/spi_bg.webp) 50%;
  background-size: cover;
  margin-right: 9px;
  width: calc(50% - 9px);
  position: relative
}

.s-press .sp-items .sp-itm.big .spib-top {
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 33px;
  margin-bottom: 253px
}

.s-press .sp-items .sp-itm.big .spib-top .spi-hdr {
  margin-bottom: 28px
}

.s-press .sp-items .sp-itm.big .spib-top .spib-t-items {
  display: flex
}

.s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm {
  width: 50%
}

.s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(1) {
  padding-left: 14%
}

.s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(1) .spib-ti-txt {
  padding-left: 32%
}

.s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  padding-left: 18.8%;
  padding-top: 13px
}

.s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(2) .spib-ti-img {
  order: 1;
  margin-bottom: 0
}

.s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(2) .spib-ti-txt {
  width: 100%;
  padding-left: 34.8%;
  margin-bottom: 33px
}

.s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(2) .spib-ti-txt::after {
  top: auto;
  bottom: -17px;
  left: 35%
}

.s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-img {
  min-width: 196px;
  max-width: 196px;
  height: 196px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 28px;
  position: relative
}

.s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%
}

.s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt {
  position: relative
}

.s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt::after {
  content: "";
  position: absolute;
  background: #000;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  top: -14px;
  left: 32%;
  margin-left: -2px
}

.s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt .spib-ti-status {
  display: block;
  color: #ff5c02;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: .03em;
  font-weight: 500;
  margin-bottom: 6px
}

.s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt .spib-ti-name {
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500
}

.s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt .spib-ti-work {
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 3%
}

.s-press .sp-items .sp-itm.big .spi-btm-line {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0
}

.s-press .sp-items .sp-itm.big .spi-btm-line .btn.btn-orange {
  display: none
}

.s-press .sp-items .sp-itm .spi-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 33px;
  margin-bottom: 97px
}

.s-press .sp-items .sp-itm .spi-top .spi-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto
}

.s-press .sp-items .sp-itm .spi-btm {
  display: flex;
  flex-wrap: wrap;
  padding-left: 31px;
  padding-right: 31px;
  padding-bottom: 23px;
  position: relative
}

.s-press .sp-items .sp-itm .spi-btm .spi-b-date {
  width: 100%;
  display: block;
  color: #ff5c02;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: .03em;
  margin-bottom: 12px
}

.s-press .sp-items .sp-itm .spi-btm .spi-b-date span {
  position: relative;
  color: rgba(0, 0, 0, .4);
  padding-left: 51px
}

.s-press .sp-items .sp-itm .spi-btm .spi-b-date span::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 8px;
  background: url(../img/date-arr.svg);
  top: 50%;
  margin-top: -4px;
  left: 18px
}

.s-press .sp-items .sp-itm .spi-btm .spi-b-big-descr {
  width: 50%;
  color: #000;
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  letter-spacing: -.055em;
  display: block;
  padding-right: 15px
}

.s-press .sp-items .sp-itm .spi-btm .spi-b-descr {
  display: block;
  width: 50%;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -.015em;
  padding-left: 15px
}

.s-press .sp-items .sp-itm .spi-btm .spi-b-descr a {
  color: #000
}

.s-press .sp-items .sp-itm .spi-btm-line {
  border-top: 1px solid #eaeaea;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 21.5px;
  padding-bottom: 21.5px;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%
}

.s-press .sp-items .sp-itm .spi-btm-line .btn.btn-orange {
  margin-right: 5px
}

.s-press .sp-items .sp-itm .spi-btm-line .btn.btn-orange:last-child {
  margin-right: 0
}

.s-press .sp-items .sp-itm .spi-btm-line .btn.btn-orange:hover {
  background: #fff;
  color: #ff5c02
}

.s-questions {
  background: #f3f3f3
}

.s-questions.margin-btm {
  margin-bottom: 30px
}

.s-questions.full-white {
  background: #fff
}

.s-questions.top-padding {
  padding-top: 120px
}

.s-questions.sq-orange {
  background: #fff
}

.s-questions.sq-orange .cb-wrap .parsley-errors-list li {
  color: #fff
}

.s-questions.sq-orange .def-inp .parsley-errors-list li {
  color: #fff
}

.s-questions.sq-orange .sq-block {
  background: #ff5c02
}

.s-questions.sq-orange .sq-block .h1 {
  color: #fff;
  font-weight: 500
}

.s-questions.sq-orange .sq-block .h1 .adap {
  display: none
}

.s-questions.sq-orange .sq-block .sqb-row .cb-wrap .container {
  color: #fff
}

.s-questions.sq-orange .sq-block .sqb-row .cb-wrap .container .checkmark {
  border-color: #fff
}

.s-questions.sq-orange .sq-block .sqb-row .cb-wrap .container .checkmark::after {
  background: #fff
}

.s-questions.sq-orange .sq-block .sqb-row .cb-wrap .container a {
  color: #fff;
  border-color: #fff
}

.s-questions.sq-orange .sq-block .sqb-row .cb-wrap .container a:hover {
  border-color: transparent
}

.s-questions.sq-orange .sq-block .sqb-row .def-inp input,
.s-questions.sq-orange .sq-block .sqb-row .def-inp textarea {
  border-color: #fff;
  background: 0 0;
  color: #fff
}

.s-questions.sq-orange .sq-block .sqb-row .def-inp input::-webkit-input-placeholder,
.s-questions.sq-orange .sq-block .sqb-row .def-inp textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .5)
}

.s-questions.sq-orange .sq-block .sqb-row .def-inp input:-moz-placeholder,
.s-questions.sq-orange .sq-block .sqb-row .def-inp textarea:-moz-placeholder {
  color: rgba(255, 255, 255, .5)
}

.s-questions.sq-orange .sq-block .sqb-row .def-inp input::-moz-placeholder,
.s-questions.sq-orange .sq-block .sqb-row .def-inp textarea::-moz-placeholder {
  color: rgba(255, 255, 255, .5)
}

.s-questions.sq-orange .sq-block .sqb-row .def-inp input:-ms-input-placeholder,
.s-questions.sq-orange .sq-block .sqb-row .def-inp textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, .5)
}

.s-questions .sq-block {
  background: #fff;
  border-radius: 8px 8px 0 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 56px;
  padding-bottom: 56px
}

.s-questions .sq-block.sq-full-brs {
  border-radius: 8px
}

.s-questions .sq-block .h1 {
  margin-bottom: 93px;
  letter-spacing: -.005em
}

.s-questions .sq-block .mobile-visible {
  display: none
}

.s-questions .sq-block .sqb-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
  margin-bottom: 39px
}

.s-questions .sq-block .sqb-row.no-margin {
  margin-left: 0;
  margin-right: 0
}

.s-questions .sq-block .sqb-row.align-center {
  align-items: center
}

.s-questions .sq-block .sqb-row.align-center .cb-wrap {
  align-self: center;
  max-width: 366px
}

.s-questions .sq-block .sqb-row.sqb-three .def-inp {
  width: calc(33.33% - 18px)
}

.s-questions .sq-block .sqb-row.sqb-two .def-inp {
  width: calc(50% - 18px)
}

.s-questions .sq-block .sqb-row.sqb-two-half .def-inp {
  width: calc(40% - 18px)
}

.s-questions .sq-block .sqb-row.sqb-five .def-inp {
  width: calc(20% - 18px)
}

.s-questions .sq-block .sqb-row.sqb-btn-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-top: 22px
}

.s-questions .sq-block .sqb-row .def-inp {
  margin-left: 9px;
  margin-right: 9px;
  width: calc(25% - 18px)
}

.s-questions .sq-block .sqb-row .cb-wrap {
  margin-left: 9px;
  margin-right: 9px;
  width: calc(50% - 18px);
  align-self: flex-end;
  position: relative;
  top: 5px
}

.s-questions .sq-block .sqb-row .btn.dark {
  margin-right: 100px
}

.s-breadcrumbs {
  padding-top: 45px;
  padding-bottom: 18px
}

.s-breadcrumbs ul {
  display: flex;
  flex-wrap: wrap
}

.s-breadcrumbs ul li {
  margin-right: 34px;
  position: relative
}

.s-breadcrumbs ul li:first-child::before {
  display: none
}

.s-breadcrumbs ul li::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  margin-top: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .3)
}

.s-breadcrumbs ul li:last-child {
  margin-right: 0
}

.s-breadcrumbs ul li:last-child::before {
  background: #000
}

.s-breadcrumbs ul li a,
.s-breadcrumbs ul li span {
  display: block;
  color: rgba(0, 0, 0, .4);
  font-size: 13px;
  line-height: 36px;
  font-weight: 500
}

.s-breadcrumbs ul li a:hover,
.s-breadcrumbs ul li span:hover {
  color: #000
}

.s-breadcrumbs ul li span {
  color: #000
}

.s-aktiv {
  position: relative;
  padding-bottom: 45px
}

.s-aktiv .sa-line {
  position: absolute;
  min-width: 8268px;
  justify-content: space-between;
  display: flex;
  top: 23%;
  left: -85px;
  animation: line-anim 20s linear 0s infinite;
  will-change: transform
}

.s-aktiv .sa-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
  position: relative;
  top: -60px
}

.s-aktiv .sa-items.active .sa-itm {
  opacity: 1
}

.s-aktiv .sa-items.active .sa-itm.sai-1,
.s-aktiv .sa-items.active .sa-itm.sai-2,
.s-aktiv .sa-items.active .sa-itm.sai-3,
.s-aktiv .sa-items.active .sa-itm.sai-4 {
  top: 0
}

.s-aktiv .sa-items .sa-itm {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease .3s, top 1.5s ease .3s
}

.s-aktiv .sa-items .sa-itm.sai-1 {
  padding-top: 192px;
  top: 100px;
  max-width: 258px
}

.s-aktiv .sa-items .sa-itm.sai-2 {
  padding-top: 320px;
  top: 50px;
  max-width: 531px
}

.s-aktiv .sa-items .sa-itm.sai-3 {
  left: -40px;
  top: 80px;
  max-width: 455px
}

.s-aktiv .sa-items .sa-itm.sai-4 {
  padding-top: 498px;
  right: 69px;
  top: 50px;
  max-width: 258px
}

.s-aktiv .sa-items .sa-itm img {
  display: block;
  max-width: 100%;
  backdrop-filter: blur(22px);
  border-radius: 10px
}

.s-aktiv .sa-text .sat-hdr {
  display: block;
  color: #000;
  font-weight: 600;
  letter-spacing: -.005em;
  max-width: 1380px;
  margin-bottom: 82px
}

.s-aktiv .sa-text .sat-descr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.005em;
  margin-left: auto;
  margin-right: auto;
  max-width: 910px
}

.s-team {
  padding-top: 48px;
  padding-bottom: 48px
}

.s-team .st-top {
  margin-bottom: 39px
}

.s-team .st-top .my-container.flex {
  justify-content: flex-end;
  align-items: center
}

.s-team .st-top .h1 {
  display: none
}

.s-team .st-slider .swiper-slide .sts-itm .sts-photo {
  background: #f3f3f3;
  border-radius: 8px;
  overflow: hidden;
  height: 587px;
  width: 100%;
  position: relative
}

.s-team .st-slider .swiper-slide .sts-itm .sts-photo span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%
}

.s-team .st-slider .swiper-slide .sts-itm .sts-txt {
  padding-top: 36px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 36px
}

.s-team .st-slider .swiper-slide .sts-itm .sts-txt .sts-name {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px
}

.s-team .st-slider .swiper-slide .sts-itm .sts-txt .sts-descr {
  display: block;
  color: rgba(0, 0, 0, .8);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -.01em
}

.s-our-approach {
  padding-top: 116px;
  padding-bottom: 0
}

.s-our-approach.soa-custom .soa-content {
  padding-top: 156px;
  padding-bottom: 132px
}

.s-our-approach.soa-custom .soa-hdr-wrap .soa-c-hdr {
  max-width: 1462px;
  width: 100%
}

.s-our-approach.soa-cons {
  padding-top: 0;
  padding-bottom: 0
}

.s-our-approach.soa-cons .soa-content {
  padding-top: 174px;
  padding-bottom: 183px
}

.s-our-approach.soa-cons .soa-content .h1 {
  margin-bottom: 65px
}

.s-our-approach.soa-cons .soa-content .soa-t-descr {
  font-size: 24px;
  line-height: 36px;
  max-width: 823px;
  display: block;
  font-weight: 500
}

.s-our-approach .soa-top {
  margin-bottom: 75px
}

.s-our-approach .soa-top .my-container.flex {
  flex-wrap: wrap
}

.s-our-approach .soa-top .h1 {
  width: 458px
}

.s-our-approach .soa-top .soa-t-descr {
  display: block;
  width: calc(100% - 458px);
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.005em;
  max-width: 910px
}

.s-our-approach .soa-content {
  position: relative;
  padding-top: 86px;
  padding-bottom: 298px
}

.s-our-approach .soa-content .soa-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/soa_bg.jpg) 50%;
  background-size: cover
}

.s-our-approach .soa-content .soa-hdr-wrap {
  margin-bottom: 73px;
  position: relative
}

.s-our-approach .soa-content .soa-hdr-wrap .soa-c-hdr {
  display: block;
  color: #000;
  font-weight: 600;
  letter-spacing: -.005em
}

.s-our-approach .soa-content .soa-items {
  position: relative;
  display: flex;
  justify-content: space-between
}

.s-our-approach .soa-content .soa-items .soa-itm {
  max-width: 524px;
  margin-bottom: 60px;
  padding-right: 15px
}

.s-our-approach .soa-content .soa-items .soa-itm:last-child {
  padding-right: 0
}

.s-our-approach .soa-content .soa-items .soa-itm .soa-i-num {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff5c02;
  letter-spacing: .05em;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  background: #fff;
  margin-bottom: 69px
}

.s-our-approach .soa-content .soa-items .soa-itm .soa-i-descr {
  display: block;
  color: rgba(0, 0, 0, .8);
  font-size: 24px;
  line-height: 36px;
  font-weight: 500
}

.s-solo-txt {
  padding-top: 176px;
  padding-bottom: 176px
}

.s-solo-txt .h1 {
  max-width: 1385px;
  width: 100%
}

.s-solo-txt .h1 .adap {
  display: none
}

.s-solo-txt.sst-gray-bg {
  background: #f3f3f3
}

.s-solo-txt.sst-with-people {
  overflow: hidden
}

.s-solo-txt.sst-with-people .my-container {
  position: relative;
  padding-right: 28.4%
}

.s-solo-txt.sst-with-people .h1 {
  margin-bottom: 39px;
  max-width: 1246px
}

.s-solo-txt.sst-with-people .sst-wp-descr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.005em;
  max-width: 1109px
}

.s-solo-txt.sst-with-people .sst-wp-icn {
  position: absolute;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: 50%
}

.s-solo-txt.sst-with-people .sst-wp-icn.sst-1 {
  right: 3.7%;
  top: -6%
}

.s-solo-txt.sst-with-people .sst-wp-icn.sst-2 {
  width: 163px;
  height: 163px;
  top: 14%;
  right: 18.4%
}

.s-solo-txt.sst-with-people .sst-wp-icn.sst-3 {
  width: 222px;
  height: 222px;
  top: 45%;
  right: 5%
}

.s-solo-txt.sst-with-people .sst-wp-icn.sst-4 {
  width: 76px;
  height: 76px;
  top: 99%;
  right: 18%
}

.s-solo-txt.sst-gray-revert {
  background: #f3f3f3;
  padding-bottom: 214px
}

.s-solo-txt.sst-gray-revert .my-container {
  padding-left: 28.4%;
  padding-right: 20px
}

.s-solo-txt.sst-gray-revert .h1 {
  margin-bottom: 28px
}

.s-solo-txt.sst-gray-revert .sst-wp-icn.sst-1 {
  right: auto;
  left: 11.6%;
  width: 109px;
  height: 109px;
  top: -19%
}

.s-solo-txt.sst-gray-revert .sst-wp-icn.sst-2 {
  right: auto;
  left: 1%;
  width: 133px;
  height: 133px;
  top: 6%
}

.s-solo-txt.sst-gray-revert .sst-wp-icn.sst-3 {
  right: auto;
  left: 9.3%;
  top: 50%
}

.s-solo-txt.sst-gray-revert .sst-wp-icn.sst-4 {
  right: auto;
  left: 5%;
  top: 129%
}

.s-why {
  background: rgba(243, 243, 243, .5);
  padding-top: 172px
}

.s-why .sw-items {
  margin-top: -38px;
  position: relative;
  padding-bottom: 171px
}

.s-why .sw-items::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(43, 42, 63, .1)
}

.s-why .sw-items .sw-itm {
  padding-left: calc(50% + 76px);
  margin-bottom: 9px;
  position: relative
}

.s-why .sw-items .sw-itm::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -3px;
  background: #000;
  top: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%
}

.s-why .sw-items .sw-itm:nth-child(even) {
  padding-left: 0;
  padding-right: calc(50% + 76px);
  text-align: right
}

.s-why .sw-items .sw-itm .swi-num {
  display: block;
  color: #ff5c02;
  font-size: 14px;
  line-height: 125.5%;
  font-weight: 500;
  letter-spacing: .015em;
  margin-bottom: 40px
}

.s-why .sw-items .sw-itm .swi-hdr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 20px
}

.s-why .sw-items .sw-itm .swi-descr {
  display: block;
  color: rgba(0, 0, 0, .8);
  font-size: 16px;
  line-height: 30px;
  font-weight: 500
}

.s-license {
  padding-top: 172px;
  padding-bottom: 172px
}

.s-license .sl-top {
  margin-bottom: 178px
}

.s-license .sl-top .my-container.flex {
  align-items: flex;
  justify-content: space-between
}

.s-license .sl-top .def-arrows {
  display: none
}

.s-license .sl-slider .swiper-slide .sls-itm {
  padding-right: 15px
}

.s-license .sl-slider .swiper-slide .sls-itm .sls-img {
  display: block;
  width: 119px;
  height: 168px;
  position: relative
}

.s-license .sl-slider .swiper-slide .sls-itm .sls-img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%
}

.s-license .sl-slider .swiper-slide .sls-itm .sls-txt {
  padding-top: 60px;
  max-width: 274px;
  width: 100%;
  padding-right: 15px
}

.s-license .sl-slider .swiper-slide .sls-itm .sls-txt .sls-t-descr {
  display: block;
  color: rgba(0, 0, 0, .8);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -.01em;
  margin-bottom: 26px
}

.s-license .sl-slider .swiper-slide .sls-itm .sls-txt .sls-t-descr:last-child {
  margin-bottom: 0
}

.s-company {
  background: url(../img/sc_bg.jpg) 50%;
  background-size: cover;
  padding-top: 175px;
  padding-bottom: 618px
}

.s-company .sc-txt {
  max-width: 929px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

.s-company .sc-txt .h1 {
  margin-bottom: 24px
}

.s-company .sc-txt .sct-descr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.005em;
  margin-bottom: 22px
}

.s-company .sc-txt .sct-descr span {
  font-weight: 600
}

.s-cons {
  padding-top: 70px;
  padding-bottom: 326px;
  background: url(../img/cons_bg.jpg) 50%;
  background-size: cover;
  position: relative
}

.s-cons::before {
  content: "";
  position: absolute;
  width: 926px;
  height: 770px;
  background: url(../img/sc_man.png);
  background-size: contain;
  right: 7%;
  bottom: 0
}

.s-cons .s-breadcrumbs {
  margin-bottom: 50px;
  padding-bottom: 0
}

.s-cons .sc-txt {
  position: relative;
  z-index: 1
}

.s-cons .sc-txt .h1 {
  margin-bottom: 42px;
  max-width: 703px;
  width: 100%
}

.s-cons .sc-txt .sct-descr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.005em;
  max-width: 703px;
  width: 100%
}

.s-services-items .my-container.big.ssi-items {
  display: flex;
  flex-wrap: wrap;
  padding-left: 11px;
  padding-right: 11px
}

.s-services-items .ssi-itm-wrap {
  margin-left: 9px;
  margin-right: 9px;
  margin-bottom: 18px
}

.s-services-items .ssi-itm-wrap:nth-child(1) {
  width: calc(50% - 18px)
}

.s-services-items .ssi-itm-wrap:nth-child(1) .ssi-itm::after {
  content: "";
  position: absolute;
  width: 470px;
  height: 352px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ssi_1.png)
}

.s-services-items .ssi-itm-wrap:nth-child(1) .ssi-itm .ssi-i-hdr {
  max-width: 489px
}

.s-services-items .ssi-itm-wrap:nth-child(2) {
  width: calc(50% - 18px)
}

.s-services-items .ssi-itm-wrap:nth-child(2) .ssi-itm::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 278px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ssi_2.png)
}

.s-services-items .ssi-itm-wrap:nth-child(2) .ssi-itm .ssi-i-hdr {
  max-width: 572px
}

.s-services-items .ssi-itm-wrap:nth-child(3) {
  width: calc(25.4% - 18px)
}

.s-services-items .ssi-itm-wrap:nth-child(3) .ssi-itm {
  padding-top: 40px
}

.s-services-items .ssi-itm-wrap:nth-child(3) .ssi-itm::after {
  content: "";
  position: absolute;
  width: 402px;
  height: 218px;
  right: 0;
  bottom: 0;
  background: url(../img/ssi_3.png)
}

.s-services-items .ssi-itm-wrap:nth-child(3) .ssi-itm .ssi-i-hdr {
  max-width: 347px
}

.s-services-items .ssi-itm-wrap:nth-child(4) {
  width: calc(51% - 18px)
}

.s-services-items .ssi-itm-wrap:nth-child(4) .ssi-itm {
  padding-top: 40px;
  background: url(../img/ssi_4.jpg) 50%;
  background-size: cover
}

.s-services-items .ssi-itm-wrap:nth-child(4) .ssi-itm .ssi-i-hdr {
  max-width: 636px
}

.s-services-items .ssi-itm-wrap:nth-child(5) {
  width: calc(23.6% - 18px)
}

.s-services-items .ssi-itm-wrap:nth-child(5) .ssi-itm {
  padding-top: 40px;
  background: #ff5c02
}

.s-services-items .ssi-itm-wrap:nth-child(5) .ssi-itm .ssi-i-hdr {
  color: #fff;
  max-width: 392px
}

.s-services-items .ssi-itm-wrap .ssi-itm-num {
  color: #ff5c02;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: none;
  margin-bottom: 24px
}

.s-services-items .ssi-itm-wrap .ssi-itm {
  background: #f3f3f3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-left: 25px;
  padding-top: 58px;
  padding-bottom: 58px;
  padding-right: 15px;
  min-height: 352px
}

.s-services-items .ssi-itm-wrap .ssi-itm .ssi-i-hdr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  position: relative;
  z-index: 1
}

.s-mid-text {
  padding-top: 159px;
  padding-bottom: 61px
}

.s-mid-text .smt-txt {
  max-width: 905px;
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.s-mid-text .h1 {
  margin-bottom: 51px
}

.s-mid-text .smt-descr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.005em;
  margin-bottom: 36px
}

.s-mid-text .smt-descr:last-child {
  margin-bottom: 0
}

.s-order.so-gray .so-block {
  background: #f3f3f3
}

.s-order.so-gray .so-block::before {
  background: url(../img/so_man_orange.png);
  background-size: contain
}

.s-order.so-gray .so-block .sob-hdr {
  color: #000
}

.s-order.so-gray .so-block .sob-descr {
  color: #000
}

.s-order.so-gray .so-block .sob-descr a {
  color: #ff5c02
}

.s-order.so-gray .so-block .sob-descr .mobile-hidden {
  margin-left: 10px;
  margin-right: 10px;
  color: #ff5c02
}

.s-order.so-girl .so-block::before {
  background: url(../img/so_girl.png);
  background-size: contain
}

.s-order .so-block {
  background: #ff5c02;
  border-radius: 8px;
  position: relative;
  padding-top: 61px;
  padding-bottom: 24px;
  overflow: hidden
}

.s-order .so-block::before {
  content: "";
  position: absolute;
  width: 876px;
  height: 568px;
  background: url(../img/so_man.png);
  right: 0;
  bottom: -89px
}

.s-order .so-block .sob-hdr {
  display: block;
  color: #fff;
  margin-bottom: 40px;
  max-width: 777px;
  position: relative;
  z-index: 1
}

.s-order .so-block .sob-descr {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.005em;
  margin-bottom: 118px;
  max-width: 924px;
  position: relative;
  z-index: 1
}

.s-order .so-block .sob-descr .adap {
  display: none
}

.s-general {
  padding-top: 129px;
  padding-bottom: 29px;
  overflow: hidden
}

.s-general .s-breadcrumbs {
  margin-bottom: 39px;
  padding-bottom: 0;
  padding-top: 0
}

.s-general .sg-top {
  margin-bottom: 31px
}

.s-general .sg-top .my-container.flex {
  flex-wrap: wrap
}

.s-general .sg-top .h1 {
  width: 100%;
  margin-bottom: 9px
}

.s-general .sg-top .sgt-years-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.s-general .sg-top .sgt-years-wrap .sgt-yw-descr {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-right: 18px;
  color: #000
}

.s-general .sg-top .sgt-with-years {
  display: flex;
  width: 100%;
  justify-content: space-between
}

.s-general .sg-top .sgt-with-years .sgt-years-select {
  min-width: 100px
}

.s-general .sg-top .sgt-with-years .sgt-years-select .select-selected {
  color: #000
}

.s-general .sg-top .sgt-with-years .sgt-years-select .select-selected.select-arrow-active::after {
  transform: rotate(180deg)
}

.s-general .sg-top .sgt-with-years .sgt-years-select .select-selected::after {
  background: url(../img/sel-arr_black.svg);
  transform: rotate(0)
}

.s-general .sg-top .sgt-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.s-general .sg-top .sgt-flex .sgt-sort .sgt-sort-desc {
  display: flex
}

.s-general .sg-top .sgt-flex .sgt-sort .sgt-sort-desc .sgt-sd-hdr {
  display: block;
  color: rgba(0, 0, 0, .5);
  font-size: 16px;
  line-height: 42px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  margin-right: 18px
}

.s-general .sg-top .sgt-flex .sgt-sort .sgt-sort-desc .sgt-sd-items {
  display: flex
}

.s-general .sg-top .sgt-flex .sgt-sort .sgt-sort-desc .sgt-sd-items .sgt-sd-itm {
  display: block;
  font-size: 16px;
  line-height: 42px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  color: #000;
  margin-left: 18px;
  margin-right: 18px
}

.s-general .sg-top .sgt-flex .sgt-sort .sgt-sort-desc .sgt-sd-items .sgt-sd-itm.active,
.s-general .sg-top .sgt-flex .sgt-sort .sgt-sort-desc .sgt-sd-items .sgt-sd-itm:hover {
  color: #ff5c02
}

.s-general .sg-top .sgt-flex .sgt-sort .sgt-sort-mobile {
  display: none
}

.s-general .sg-top .sgt-flex .sgt-sort .sgt-sort-mobile .sgt-sm-hdr {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-right: 18px
}

.s-general .sg-items {
  padding-left: 11px;
  padding-right: 11px;
  flex-wrap: wrap;
  width: 100%
}

.s-general .sg-items .news-item {
  margin-left: 9px;
  margin-right: 9px;
  margin-bottom: 18px;
  width: calc(50% - 18px)
}

.s-general .sg-items .news-item.small {
  width: calc(25% - 18px)
}

.s-general .sg-items .news-item .mobile-visible {
  display: none
}

.s-general .sg-btn-wrap {
  text-align: center;
  padding-top: 29px;
  padding-bottom: 120px;
  width: 100%
}

.news-item {
  border-radius: 10px;
  overflow: hidden;
  width: 100%
}

.news-item.small .ni-img {
  height: 194px
}

.news-item.small .ni-text {
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 27px;
  padding-bottom: 240px;
  position: relative;
  height: calc(100% - 186px);
  display: block
}

.news-item.small .ni-text .nit-hdr {
  margin-bottom: 16px
}

.news-item.small .ni-text .btn-arr {
  right: 18px
}

.news-item.small .ni-text .nit-name {
  margin-bottom: 23px
}

.news-item.small .ni-text .nit-date {
  margin-bottom: 14px
}

.news-item.small .nit-btm {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 23px;
  padding-right: 23px;
  width: 100%;
  padding-bottom: 7px;
  padding-right: 60px
}

.news-item.small .nit-btm .nit-button-wrap {
  position: static;
 max-height:130px;
 overflow:hidden;
}

@media only screen and (max-width: 1300px)
{
	.news-item.small .nit-btm .nit-button-wrap {
		max-height:120px;
	}
}

.news-item .ni-img {
  height: 399px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block
}

.news-item .ni-img span {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: calc(100% + 1px);
  background-size: cover;
  background-position: 50%
}

.news-item .ni-img .ni-mobile-bg {
  display: none
}

.news-item .ni-text {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0 0 10px 10px;
  border-top: 0 solid transparent;
  margin-top: -8px;
  position: relative;
  display: flex;
  height: calc(100% - 391px);
  padding-top: 27px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 14px
}

.news-item .ni-text .nit-left {
  width: 50%;
  padding-right: 15px
}

.news-item .ni-text .nit-left .nit-hdr {
  margin-bottom: 30px
}

.news-item .ni-text .nit-left .nit-date {
  margin-bottom: 54px
}

.news-item .ni-text .nit-right {
  width: 50%
}

.news-item .ni-text .nit-right .nit-descr {
  margin-bottom: 14px
}

.news-item .ni-text .nit-hdr {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600
}

.news-item .ni-text .nit-date {
  display: block;
  color: rgba(0, 0, 0, .4);
  font-size: 15px;
  line-height: 30px;
  font-weight: 400
}

.news-item .ni-text .nit-date.nit-date-full {
  color: rgba(0, 0, 0, .9)
}

.news-item .ni-text .nit-event {
  display: block;
  color: #ff5c02;
  font-size: 13px;
  line-height: 34px;
  font-weight: 600
}

.news-item .ni-text .nit-button-wrap {
  display: flex;
  flex-wrap: wrap
}

.news-item .ni-text .nit-button-wrap .btn.btn-orange {
  margin-right: 10px;
  margin-bottom: 10px
}

.news-item .ni-text .nit-button-wrap .btn.btn-orange:last-child {
  margin-right: 0
}

.news-item .ni-text .nit-descr {
  display: block;
  color: rgba(0, 0, 0, .8);
  font-size: 15px;
  line-height: 30px;
  font-weight: 400
}

.news-item .ni-text .nit-name {
  display: block;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  color: #000
}

.news-item .ni-text .btn-arr {
  position: absolute;
  right: 24px;
  bottom: 21px
}

.news-item .nit-left {
  width: 50%;
  position: relative;
  padding-bottom: 60px
}

.news-item .nit-left .nit-button-wrap {
  position: absolute;
  bottom: 0
}

.news-item .nit-right {
  width: 50%
}

.s-expert-detail {
  padding-top: 80px;
  padding-bottom: 40px
}

.s-expert-detail .s-breadcrumbs {
  margin-bottom: 33px
}

.s-expert-detail .sed-content .sed-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px
}

.s-expert-detail .sed-content .sed-top .sed-t-left {
  display: flex;
  align-items: center
}

.s-expert-detail .sed-content .sed-top .sed-t-left .btn.btn-orange {
  margin-right: 5px
}

.s-expert-detail .sed-content .sed-top .sed-t-left .sed-tl-date {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .03em;
  font-weight: 400;
  margin-left: 37px
}

.s-expert-detail .sed-content .sed-top .sed-t-share {
  display: flex;
  align-items: center
}

.s-expert-detail .sed-content .sed-top .sed-t-share .sed-t-descr {
  margin-right: 20px;
  color: #000;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: .03em
}

.s-expert-detail .sed-content .sed-top .sed-t-share .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
  margin: 0;
  margin-right: 12px;
  margin-left: 12px
}

.s-expert-detail .sed-content .sed-top .sed-t-share .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item:last-child {
  margin-right: 0
}

.s-expert-detail .sed-content .sed-top .sed-t-share .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
  width: 27px;
  height: 27px
}

.s-expert-detail .sed-content .sed-top .sed-t-share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url(../img/fb-icn.svg);
  background-repeat: no-repeat
}

.s-expert-detail .sed-content .sed-top .sed-t-share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url(../img/tl-icn.svg);
  background-repeat: no-repeat
}

.s-expert-detail .sed-content .sed-top .sed-t-share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url(../img/vk-icn.svg);
  background-repeat: no-repeat
}

.s-expert-detail .sed-content .sed-top .sed-t-share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url(../img/tw-icn.svg);
  background-repeat: no-repeat
}

.s-expert-detail .sed-content .sed-top .sed-t-share .ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: auto
}

.s-expert-detail .sed-content .sed-text-itm {
  margin-bottom: 60px
}

.s-expert-detail .sed-content .sed-big-hdr {
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -.015em;
  margin-bottom: 20px
}

.s-expert-detail .sed-content .sed-hdr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 25px
}

.s-expert-detail .sed-content .sed-hdr .adap {
  display: none
}

.s-expert-detail .sed-content .sed-descr {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 40px
}

.s-expert-detail .sed-content .sed-descr a {
  border-bottom: 1px solid #ff5c02;
  color: #ff5c02
}

.s-expert-detail .sed-content .sed-descr a:hover {
  border-color: transparent
}

.s-expert-detail .sed-content .sed-img {
  margin-bottom: 49px
}

.s-expert-detail .sed-content .sed-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto
}

.s-expert-detail .sed-content .sed-listen {
  display: flex;
  align-items: center;
  margin-bottom: 50px
}

.s-expert-detail .sed-content .sed-listen .sed-l-descr {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-right: 35px
}

.s-expert-detail .sed-content .sed-list {
  margin-bottom: 31px
}

.s-expert-detail .sed-content .sed-list li {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  padding-left: 25px;
  position: relative
}

.s-expert-detail .sed-content .sed-list li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  top: 14px;
  left: 10px
}

.s-expert-detail .sed-content .sed-big-descr {
  background: #f3f3f3;
  font-size: 24px;
  line-height: 42px;
  font-weight: 500;
  color: #000;
  padding-left: 43px;
  padding-right: 15px;
  padding-top: 85px;
  padding-bottom: 85px;
  margin-bottom: 60px;
  border-radius: 8px
}

.s-expert-detail .sed-content .sed-btm-hidden {
  display: none
}

.s-expert-detail .sed-content .sed-btm-hidden.no-padding {
  padding-top: 0
}

.s-expert-detail .sed-content .sed-btm-hidden .sed-bh-wrap {
  margin-bottom: 40px
}

.s-expert-detail .sed-content .sed-btm-hidden .sed-bh-wrap .btn.btn-orange {
  margin-bottom: 10px
}

.s-expert-detail .sed-content .sed-btm-hidden .sed-bh-share {
  display: flex;
  align-items: center
}

.s-expert-detail .sed-content .sed-btm-hidden .sed-bh-share .sed-t-descr {
  margin-right: 20px;
  color: #000;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: .03em
}

.s-expert-detail .sed-content .sed-btm-hidden .sed-bh-share .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
  margin: 0;
  margin-right: 12px;
  margin-left: 12px
}

.s-expert-detail .sed-content .sed-btm-hidden .sed-bh-share .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item:last-child {
  margin-right: 0
}

.s-expert-detail .sed-content .sed-btm-hidden .sed-bh-share .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
  width: 27px;
  height: 27px
}

.s-expert-detail .sed-content .sed-btm-hidden .sed-bh-share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url(../img/fb-icn.svg);
  background-repeat: no-repeat
}

.s-expert-detail .sed-content .sed-btm-hidden .sed-bh-share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url(../img/tl-icn.svg);
  background-repeat: no-repeat
}

.s-expert-detail .sed-content .sed-btm-hidden .sed-bh-share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url(../img/tw-icn.svg);
  background-repeat: no-repeat
}

.s-expert-detail .sed-content .sed-btm-hidden .sed-bh-share .ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: auto
}

.s-also {
  padding-top: 83px;
  padding-bottom: 20px
}

.s-also.sa-only-big .sa-slider .swiper-slide.big {
  width: 921px
}

.s-also .sa-top {
  margin-bottom: 36px
}

.s-also .sa-top .my-container.flex {
  align-items: center
}

.s-also .sa-top .h1 {
  margin-right: 80px
}

.s-also .sa-slider .swiper-slide {
  width: 446px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 10px;
  height: auto
}

.s-also .sa-slider .swiper-slide.big {
  width: 930px
}

.s-also .sa-slider .swiper-slide .news-item {
  height: 100%
}

.s-also .sa-slider .swiper-slide .news-item .ni-text {
  border: 0 solid #000
}

.s-also .sa-slider .swiper-slide .news-item .mobile-visible {
  display: none
}

.s-ib {
  background: #ff5c02;
  padding-top: 69px;
  padding-bottom: 291px;
  position: relative;
  overflow: hidden
}

.s-ib::before {
  content: "";
  position: absolute;
  width: 762px;
  height: 726px;
  background: url(../img/sib_bg.png);
  background-size: cover;
  bottom: 0;
  right: 3.4%
}

.s-ib .s-breadcrumbs {
  margin-bottom: 33px
}

.s-ib .si-text {
  position: relative;
  z-index: 1;
  max-width: 964px
}

.s-ib .si-text .h1 {
  color: #fff;
  margin-bottom: 39px
}

.s-ib .si-text .sit-descr {
  display: block;
  width: 100%;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.005em
}

.s-projects {
  padding-bottom: 70px
}

.s-projects .my-container.flex {
  flex-wrap: wrap
}

.s-projects .h1 {
  width: 284px
}

.s-projects .sp-items {
  width: calc(100% - 284px);
  margin-bottom: 18px
}

.s-projects .sp-items .sp-itm {
  background: #f3f3f3;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  min-height: 518px;
  margin-bottom: 42px
}

.s-projects .sp-items .sp-itm:hover .spi-img span {
  transform: scale(1.05)
}

.s-projects .sp-items .sp-itm .spi-hdr.spi-adap {
  display: none
}

.s-projects .sp-items .sp-itm .spi-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 568px;
  height: 100%;
  overflow: hidden
}

.s-projects .sp-items .sp-itm .spi-img span {
  position: absolute;
  left: 0;
  transition: all .3s ease;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%
}

.s-projects .sp-items .sp-itm .spi-img span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(243, 243, 243, .4)
}

.s-projects .sp-items .sp-itm .spi-text {
  padding-left: 640px;
  padding-top: 79px;
  padding-right: 25px;
  padding-bottom: 79px
}

.s-projects .sp-items .sp-itm .spi-text .spi-hdr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px
}

.s-projects .sp-items .sp-itm .spi-text .spi-descr {
  display: block;
  color: rgba(0, 0, 0, .8);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 40px
}

.s-projects .sp-items .sp-itm .spi-text .spi-link {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, .8);
  font-size: 13px;
  line-height: 16px;
  font-weight: 500
}

.s-projects .sp-items .sp-itm .spi-text .spi-link .btn-arr {
  margin-right: 25px;
  min-width: 39px
}

.s-projects .sp-items .sp-itm .spi-text .spi-link:hover .btn-arr::before {
  width: 125%;
  height: 125%
}

.s-projects .sp-btn-wrap {
  width: 100%;
  text-align: center
}

.s-comm {
  padding-top: 120px;
  padding-bottom: 120px
}

.s-comm .sc-top {
  margin-bottom: 113px
}

.s-comm .sc-top .my-container.flex {
  justify-content: center;
  align-items: center
}

.s-comm .sc-top .h1 {
  margin-right: 26px
}

.s-comm .sc-top .h1 .adap {
  display: none
}

.s-comm .sc-slider .swiper-slide {
  width: 326px
}

.s-comm .sc-slider .swiper-slide.active .scs-itm .scs-logo::before,
.s-comm .sc-slider .swiper-slide:hover .scs-itm .scs-logo::before {
  width: 100%;
  height: 100%;
  opacity: 1
}

.s-comm .sc-slider .swiper-slide.active .scs-itm .scs-text,
.s-comm .sc-slider .swiper-slide:hover .scs-itm .scs-text {
  opacity: 1
}

.s-comm .sc-slider .swiper-slide .scs-itm {
  position: relative
}

.s-comm .sc-slider .swiper-slide .scs-itm::after,
.s-comm .sc-slider .swiper-slide .scs-itm::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #000;
  top: 162px;
  z-index: 2
}

.s-comm .sc-slider .swiper-slide .scs-itm::before {
  left: -83px
}

.s-comm .sc-slider .swiper-slide .scs-itm::after {
  right: -83px
}

.s-comm .sc-slider .swiper-slide .scs-itm .scs-logo {
  width: 100%;
  height: 326px;
  border-radius: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  position: relative
}

.s-comm .sc-slider .swiper-slide .scs-itm .scs-logo::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 50%;
  background: #ff5c02;
  border-radius: 50%;
  transition: all .5s ease;
  opacity: 0
}

.s-comm .sc-slider .swiper-slide .scs-itm .scs-logo img {
  mix-blend-mode: multiply;
  max-width: 100%;
  display: block
}

.s-comm .sc-slider .swiper-slide .scs-itm .scs-text {
  text-align: center;
  opacity: 0;
  transition: all .5s ease
}

.s-comm .sc-slider .swiper-slide .scs-itm .scs-text .scs-hdr {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 8px
}

.s-comm .sc-slider .swiper-slide .scs-itm .scs-text .scs-descr {
  display: block;
  color: rgba(0, 0, 0, .7);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400
}

.s-banner {
  padding-top: 9px;
  padding-bottom: 9px
}

.s-banner.sb-orange .sb-block {
  background: #ff5c02
}

.s-banner.sb-orange .sb-block .sbb-text .h1 {
  color: #fff
}

.s-banner.sb-orange .sb-block .sbb-text .sbb-t-descr {
  color: #fff
}

.s-banner .sb-block {
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

.s-banner .sb-block .sbb-bg,
.s-banner .sb-block .sbb-bg-mobile {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: contain
}

.s-banner .sb-block .sbb-bg-mobile {
  display: none
}

.s-banner .sb-block .sbb-text {
  padding-left: 26px;
  padding-top: 61px;
  max-width: 650px;
  padding-bottom: 24px;
  position: relative;
  z-index: 2
}

.s-banner .sb-block .sbb-text .h1 {
  margin-bottom: 42px
}

.s-banner .sb-block .sbb-text .sbb-t-descr {
  display: block;
  color: #000;
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.005em;
  margin-bottom: 80px
}

.s-banner .sb-block .sbb-text .sbb-t-descr .sbb-t-descr-in
{
	font-size:16px;
}


.s-entry {
  background: #f3f3f3;
  padding-top: 119px;
  padding-bottom: 60px;
  position: relative
}

.s-entry::before {
  content: "";
  position: absolute;
  width: 744px;
  height: 744px;
  background: url(../img/se_bg.png) 50%;
  background-size: contain;
  right: 6.7%;
  top: 52.2%;
  transform: translateY(-50%)
}

.s-entry .s-breadcrumbs {
  margin: 0;
  padding: 0;
  margin-bottom: 49px
}

.s-entry .se-soc-icn {
  position: absolute;
  width: 83px;
  height: 83px;
  position: absolute;
  right: 1.3%;
  bottom: 6.4%;
  background: #fff;
  border-radius: 50%;
  z-index: 2
}

.s-entry .se-soc-icn::after,
.s-entry .se-soc-icn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat url(../img/fb_icn.svg) 50%;
  transition: all .5s ease
}

.s-entry .se-soc-icn::after {
  background: no-repeat url(../img/fb_icn_w.svg) 50%;
  opacity: 0
}

.s-entry .se-soc-icn:hover {
  background: #000
}

.s-entry .se-soc-icn:hover::before {
  opacity: 0
}

.s-entry .se-soc-icn:hover::after {
  opacity: 1
}

.s-entry .se-text {
  max-width: 764px;
  position: relative;
  z-index: 1
}

.s-entry .se-text .h1 {
  color: #000;
  margin-bottom: 32px
}

.s-entry .se-text .set-descr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.005em;
  margin-bottom: 86px
}

.s-entry .se-text .set-listen .set-l-descr {
  display: block;
  color: #000;
  font-size: 13px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 18px
}

.s-lead {
  background: #ff5c02;
  position: relative;
  overflow: hidden
}

.s-lead:before {
  content: "";
  position: absolute;
  width: 886px;
  height: 764px;
  left: 50%;
  transform: translateX(-50%);
  background: no-repeat url(../img/deg_bg.png);
  background-size: contain;
  bottom: 0
}

.s-lead .my-container.flex {
  flex-wrap: wrap;
  padding-top: 116px;
  padding-bottom: 218px
}

.s-lead .h1 {
  margin-bottom: 89px;
  width: 100%;
  color: #000
}

.s-lead .sl-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1
}

.s-lead .sl-text .slt-left {
  max-width: 440px
}

.s-lead .sl-text .slt-right {
  max-width: 400px
}

.s-lead .sl-text .slt-hdr {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.005em;
  margin-bottom: 22px
}

.s-lead .sl-text .slt-descr {
  display: block;
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  line-height: 28px;
  font-weight: 500
}

.s-release {
  padding-top: 120px
}

.s-release .sr-top {
  margin-bottom: 42px
}

.s-release .sr-top .my-container.flex {
  align-items: center
}

.s-release .sr-top .h1 {
  margin-right: 48px
}

.s-release .sr-slider .swiper-slide {
  width: calc(50% - 9px)
}

.s-release .sr-slider .srs-itm {
  width: 100%;
  border-radius: 8px;
  overflow: hidden
}

.s-release .sr-slider .srs-itm .srs-img {
  height: 311px;
  position: relative;
  width: 100%
}

.s-release .sr-slider .srs-itm .srs-img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%
}

.s-release .sr-slider .srs-itm .srs-text {
  background: #f3f3f3;
  display: flex;
  min-height: 310px;
  padding-bottom: 75px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 49px
}

.s-release .sr-slider .srs-itm .srs-text .sts-t-left {
  width: 50%;
  padding-right: 15px
}

.s-release .sr-slider .srs-itm .srs-text .sts-t-right {
  width: 50%;
  padding-left: 15px
}

.s-release .sr-slider .srs-itm .srs-text .sts-tl-itm {
  margin-bottom: 46px
}

.s-release .sr-slider .srs-itm .srs-text .sts-tl-itm:last-child {
  margin-bottom: 0
}

.s-release .sr-slider .srs-itm .srs-text .sts-tl-descr {
  display: block;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .03em;
  color: rgba(0, 0, 0, .5)
}

.s-release .sr-slider .srs-itm .srs-text .sts-tl-bl {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500
}

.s-release .sr-slider .srs-itm .srs-text .sts-tl-hdr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600
}

.s-release .sr-slider .srs-itm .srs-text .btn-arr {
  position: absolute;
  left: 18px;
  bottom: 28px
}

.s-podcast-detail {
  background-size: cover;
  background-position: 50%;
  padding-top: 115px;
  position: relative;
  overflow: hidden
}

.s-podcast-detail::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .7)
}

.s-podcast-detail .s-breadcrumbs {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  margin-bottom: 404px
}

.s-podcast-detail .spd-block {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, .3);
  backdrop-filter: blur(60px);
  padding-top: 69px;
  padding-bottom: 41px
}

.s-podcast-detail .spd-block .my-container.flex {
  flex-wrap: wrap
}

.s-podcast-detail .spd-block .spd-i-theme {
  display: block;
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: .03em;
  margin-bottom: 9px
}

.s-podcast-detail .spd-block .spd-i-hdr {
  display: block;
  color: #000;
  letter-spacing: -.005em
}

.s-podcast-detail .spd-block .spd-i-descr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600
}

.s-podcast-detail .spd-block .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
  margin: 0;
  margin-right: 32px
}

.s-podcast-detail .spd-block .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item:last-child {
  margin-right: 0
}

.s-podcast-detail .spd-block .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge,
.s-podcast-detail .spd-block .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__mobile-popup-badge {
  background: 0 0
}

.s-podcast-detail .spd-block .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
  width: 27px;
  height: 27px
}

.s-podcast-detail .spd-block .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url(../img/fb-icn.svg);
  background-repeat: no-repeat
}

.s-podcast-detail .spd-block .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url(../img/tl-icn.svg);
  background-repeat: no-repeat
}

.s-podcast-detail .spd-block .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url(../img/vk-icn.svg);
  background-repeat: no-repeat
}

.s-podcast-detail .spd-block .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url(../img/tw-icn.svg);
  background-repeat: no-repeat
}

.s-podcast-detail .spd-block .ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: auto
}

.s-podcast-detail .spd-block .spd-left {
  width: 50%;
  padding-right: 15px
}

.s-podcast-detail .spd-block .spd-left .spd-itm {
  margin-bottom: 95px
}

.s-podcast-detail .spd-block .spd-left .spd-itm:last-child {
  margin-bottom: 0
}

.s-podcast-detail .spd-block .spd-left .spd-listen .spd-i-theme {
  margin-bottom: 47px
}

.s-podcast-detail .spd-block .spd-left .spd-listen .listen-icons.with-descr .li-link {
  margin-right: 39px
}

.s-podcast-detail .spd-block .spd-right {
  width: 50%;
  padding-right: 90px
}

.s-podcast-detail .spd-block .spd-right .spd-itm {
  margin-bottom: 46px
}

.s-podcast-detail .spd-block .spd-right .spd-itm:nth-child(3) .spd-i-theme {
  margin-bottom: 54px
}

.s-podcast-detail .spd-block .spd-right .spd-itm:last-child {
  margin-bottom: 0
}

.s-podcast-detail .spd-block .spd-right .spd-soc {
  position: absolute;
  width: 83px;
  height: 83px;
  position: absolute;
  top: 23%;
  right: 2%;
  background: #fff;
  border-radius: 50%;
  transition: all .5s ease;
  z-index: 2
}

.s-podcast-detail .spd-block .spd-right .spd-soc::after,
.s-podcast-detail .spd-block .spd-right .spd-soc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat url(../img/fb_icn.svg) 50%;
  transition: all .5s ease
}

.s-podcast-detail .spd-block .spd-right .spd-soc::after {
  background: no-repeat url(../img/fb_icn_w.svg) 50%;
  opacity: 0
}

.s-podcast-detail .spd-block .spd-right .spd-soc:hover {
  background: #000
}

.s-podcast-detail .spd-block .spd-right .spd-soc:hover::before {
  opacity: 0
}

.s-podcast-detail .spd-block .spd-right .spd-soc:hover::after {
  opacity: 1
}

.s-podcast-detail .spd-block .spd-right .spd-soc .spd-i-theme {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 98px;
  top: -34px
}

.s-podcast-text {
  padding-top: 163px;
  padding-bottom: 163px
}

.s-podcast-text .spt-top {
  margin-bottom: 82px
}

.s-podcast-text .spt-top .spt-listen {
  display: none
}

.s-podcast-text .spt-top .spt-i-descr {
  margin-bottom: 47px
}

.s-podcast-text .spt-top .listen-icons.with-descr .li-link {
  margin-right: 39px
}

.s-podcast-text .spt-top .h1 {
  max-width: 1386px
}

.s-podcast-text .spt-mid .spt-m-descr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.005em;
  margin-bottom: 36px
}

.s-podcast-text .spt-mid .spt-m-descr:last-child {
  margin-bottom: 0
}

.player * {
  display: inline-block;
  vertical-align: middle;
  background: 0 0;
  border: none;
  font-size: x-large
}

.player {
  background: #313131;
  max-width: 523px;
  width: 100%;
  padding: 12px;
  border-radius: 30px;
  display: flex;
  align-items: center
}

.player audio {
  display: none
}

.player input[type=range] {
  width: 100%;
  -webkit-appearance: none;
  height: 27px;
  border-radius: 25px;
  background: #ed6710;
  outline: 0;
  opacity: 1;
  transition: opacity .2s;
  margin-left: 10px;
  margin-right: 10px
}

.player input[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #bfbfbf;
  cursor: pointer;
  position: relative;
  top: 0;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, .2)
}

.player input[type=range]::-moz-range-thumb {
  appearance: none;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #bfbfbf;
  cursor: pointer;
  position: relative;
  top: 0;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, .2)
}

.player .play-btn {
  color: #fff
}

.player .play-time {
  color: #fff
}

.player #volume {
  width: 40px
}

.s-listen .sl-block {
  background: #f3f3f3;
  border-radius: 8px;
  padding-top: 59px;
  padding-bottom: 82px
}

.s-listen .sl-block .h1 {
  margin-bottom: 51px
}

.s-listen .sl-block .slb-play {
  margin-bottom: 44px
}

.s-listen .sl-block .slb-descr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.005em;
  margin-bottom: 62px
}

.s-listen .sl-block .slb-btm {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.s-listen .sl-block .slb-btm .slb-listen {
  padding-top: 11px
}

.s-listen .sl-block .slb-btm .slb-listen .slb-l-descr {
  display: none;
  color: #000;
  font-size: 13px;
  line-height: 36px;
  font-weight: 500
}

.s-listen .sl-block .slb-btm .slb-listen .listen-icons .li-link {
  margin-left: 0;
  margin-right: 39px
}

.s-listen .sl-block .slb-btm .slb-listen .listen-icons .li-link:last-child {
  margin-right: 0
}

.s-play {
  padding-top: 79px;
  padding-bottom: 79px
}

.s-play .h1 {
  margin-bottom: 38px
}

.s-play .sp-video {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 536px
}

.s-play .sp-video iframe {
  width: 100%;
  height: 100%
}

.s-play .sp-video #ytplayer {
  width: 100%;
  height: 100%
}

.s-play .sp-video.active::after,
.s-play .sp-video.active::before {
  display: none
}

.s-play .sp-video.active .sp-bg {
  display: none
}

.s-play .sp-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4))
}

.s-play .sp-video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: url(../img/play-icn.svg) 50%
}

.s-play .sp-video .sp-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%
}

.s-play .sp-share {
  display: none
}

.s-play .sp-share .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
  margin: 0;
  margin-right: 25px
}

.s-play .sp-share .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item:last-child {
  margin-right: 0
}

.s-play .sp-share .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge,
.s-play .sp-share .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__mobile-popup-badge {
  background: 0 0
}

.s-play .sp-share .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
  width: 27px;
  height: 27px
}

.s-play .sp-share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url(../img/fb-icn.svg);
  background-repeat: no-repeat
}

.s-play .sp-share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url(../img/tl-icn.svg);
  background-repeat: no-repeat
}

.s-play .sp-share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url(../img/tw-icn.svg);
  background-repeat: no-repeat
}

.s-play .sp-share .ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: auto
}

.s-dis-club {
  background-size: cover;
  background-position: 50%;
  position: relative;
  padding-top: 115px;
  padding-bottom: 264px
}

/* дискуссионный клуб картинка с Олегом */
.s-dis-club::before {
  content: "";
  position: absolute;
  width: 664px;
  height: 772px;
  background: url(../img/sdc_man_n.png);
  background-size: contain;
  right: 6%;
  bottom: -91px
}


.s-dis-club .s-breadcrumbs {
  padding: 0;
  margin: 0;
  margin-bottom: 50px
}

.s-dis-club .sdc-text {
  max-width: 800px;
  position: relative;
  z-index: 1
}

.s-dis-club .sdc-text .h1 {
  margin-bottom: 40px
}

.s-dis-club .sdc-text .sdc-t-descr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.005em;
  margin-bottom: 47px
}

.s-dis-club .sdc-text .sdc-t-descr .adap {
  display: none
}

.s-tasks {
  padding-bottom: 178px
}

.s-tasks .my-container.flex {
  flex-wrap: wrap
}

.s-tasks .st-hdr {
  width: 455px
}

.s-tasks .st-descr {
  width: calc(100% - 455px);
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.005em;
  max-width: 910px
}

.s-theme .st-hdr {
  margin-bottom: 33px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #000;
  letter-spacing: -.005em;
  display: block;
  padding-left: 20px
}

.s-theme .st-items .st-itm {
  display: flex;
  background: #f3f3f3;
  border-radius: 8px;
  margin-bottom: 10px;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px
}

.s-theme .st-items .st-itm .sti-num {
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  text-align: center;
  width: 116px
}

.s-theme .st-items .st-itm .sti-descr {
  width: calc(100% - 116px);
  padding-right: 15px;
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500
}

.s-theme .st-items .st-itm:last-child {
  margin-bottom: 0
}

.s-talk {
  padding-top: 177px;
  padding-bottom: 177px
}

.s-talk .my-container.flex {
  flex-wrap: wrap
}

.s-talk .st-left {
  width: 435px;
  padding-right: 15px
}

.s-talk .st-right {
  padding-top: 6px;
  width: calc(100% - 435px);
  max-width: 964px
}

.s-talk .st-right .st-descr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 69px;
  padding-left: 20px
}

.s-services-page {
  padding-bottom: 18px;
  padding-top: 36px
}

.s-services-page .s-breadcrumbs {
  margin-bottom: 52px;
  padding: 0
}

.s-services-page .ssp-top {
  margin-bottom: 39px
}

.s-services-page .ssp-nav {
  display: none
}

.s-services-page .ssp-nav .my-container.flex {
  align-items: flex-end
}

.s-services-page .ssp-nav .ssp-nav-itm {
  width: 50%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: -.015em;
  position: relative;
  padding-left: 10px;
  padding-right: 35px;
  border-radius: 8px 8px 0 0;
  border: 1px solid rgba(0, 0, 0, .15);
  border-bottom: 0 solid #000;
  padding-bottom: 13px;
  padding-top: 13px;
  cursor: pointer
}

.s-services-page .ssp-nav .ssp-nav-itm:nth-child(2) .ssp-nav-img {
  max-width: 35px
}

.s-services-page .ssp-nav .ssp-nav-itm.active {
  background: #f3f3f3;
  border-color: transparent;
  padding-top: 20px
}

.s-services-page .ssp-nav .ssp-nav-itm.active .ssp-nav-img {
  top: 24px
}

.s-services-page .ssp-nav .ssp-nav-itm .ssp-nav-img {
  position: absolute;
  right: 10px;
  top: 20px;
  max-width: 28px
}

.s-services-page .ssp-nav .ssp-nav-itm .ssp-nav-img img {
  display: block;
  max-width: 100%
}

.s-services-page .ssp-content .my-container.flex {
  flex-wrap: wrap
}

.s-services-page .ssp-content .my-container.flex .ssp-left {
  width: calc(100% - 541px);
  padding-right: 17px
}

.s-services-page .ssp-content .my-container.flex .ssp-left .serv-itm {
  margin-bottom: 18px
}

.s-services-page .ssp-content .my-container.flex .ssp-left .serv-itm:nth-child(2)::before {
  width: 328px;
  height: 324px;
  background: url(../img/serv_bg_1.png);
  right: 0;
  bottom: 0;
  top: auto
}

.s-services-page .ssp-content .my-container.flex .ssp-left .serv-itm:nth-child(3)::before {
  width: 328px;
  height: 323px;
  background: url(../img/serv_bg_2.png);
  right: 0;
  bottom: 0;
  top: auto
}

.s-services-page .ssp-content .my-container.flex .ssp-left .serv-itm:nth-child(4)::before {
  width: 328px;
  height: 323px;
  background: url(../img/serv_bg_3.png);
  right: 0;
  bottom: 0;
  top: auto
}

.s-services-page .ssp-content .my-container.flex .ssp-left .serv-itm:last-child {
  margin-bottom: 0
}

.s-services-page .ssp-content .my-container.flex .ssp-right {
  width: 541px
}

.s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm {
  height: calc(100% - 75px);
  display: block
}

.s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm .serv-left {
  width: 100%
}

.s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm .serv-right {
  width: 100%
}

.s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm:nth-child(2)::before {
  width: 100%;
  height: 485px;
  background: url(../img/serv_bg_4.png);
  right: auto;
  left: 0;
  bottom: 0;
  top: auto
}

.s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm .serv-descr {
  margin-bottom: 34px
}

.s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm .btn-arr {
  bottom: 13px;
  position: absolute
}

.s-services-page .ssp-content .my-container.flex .ssp-hdr {
  display: flex;
  color: #000;
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  letter-spacing: -.015em;
  margin-bottom: 38px;
  align-items: center;
  padding-left: 16px;
  min-height: 37px
}

.s-services-page .ssp-content .my-container.flex .ssp-hdr .ssp-icn {
  margin-right: 18px
}

.s-services-page .ssp-content .my-container.flex .ssp-hdr .ssp-icn img {
  display: block;
  max-width: 100%
}

.s-services-page .ssp-content .my-container.flex .serv-itm {
  display: flex;
  background: #f3f3f3;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-top: 71px;
  padding-left: 25px;
  padding-right: 15px;
  padding-bottom: 24px
}

.s-services-page .ssp-content .my-container.flex .serv-itm::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0
}

.s-services-page .ssp-content .my-container.flex .serv-itm .serv-left {
  width: 39.4%
}

.s-services-page .ssp-content .my-container.flex .serv-itm .serv-right {
  width: 60.6%
}

.s-services-page .ssp-content .my-container.flex .serv-itm .serv-hdr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 28px
}

.s-services-page .ssp-content .my-container.flex .serv-itm .serv-descr {
  display: block;
  color: rgba(0, 0, 0, .8);
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -.01em;
  font-weight: 400;
  margin-bottom: 25px
}

.s-services-page .ssp-content .my-container.flex .serv-itm .serv-list li {
  display: block;
  color: rgba(0, 0, 0, .8);
  font-size: 13px;
  line-height: 30px;
  letter-spacing: .03em;
  position: relative;
  padding-left: 10px
}

.s-services-page .ssp-content .my-container.flex .serv-itm .serv-list li::before {
  width: 3px;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  background: #000;
  border-radius: 50%
}

.s-services-main {
  position: relative;
  background: #f3f3f3;
  padding-bottom: 103px;
  padding-top: 115px
}

.s-services-main .ssm-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 900px;
  height: 1050px;
  background: url(../img/ssm_bg.jpg)
}

.s-services-main .s-breadcrumbs {
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  position: relative;
  z-index: 1
}

.s-services-main .ssm-text {
  position: relative;
  z-index: 1
}

.s-services-main .ssm-text .h1 {
  margin-bottom: 69px
}

.s-services-main .ssm-text .ssm-descr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.005em;
  max-width: 580px;
  margin-bottom: 70px
}

.s-services-main .ssm-text .btn.dark {
  margin-bottom: 72px
}

.s-services-main .ssm-text .ssm-small-descr {
  display: block;
  color: rgba(0, 0, 0, .8);
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  max-width: 801px
}

.s-services-nav {
  padding-top: 18px;
  padding-bottom: 63px
}

.s-services-nav .my-container.flex {
  flex-wrap: wrap
}

.s-services-nav .ssn-left {
  width: 360px;
  position: relative
}

.s-services-nav .ssn-left .ssn-nav-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 49px;
  padding-left: 15px;
  padding-right: 25px;
  will-change: top;
  transition: transform .5s ease, top .5s ease
}

.s-services-nav .ssn-left .ssn-nav-block ul li {
  margin-bottom: 30px
}

.s-services-nav .ssn-left .ssn-nav-block ul li.active a {
  color: #000
}

.s-services-nav .ssn-left .ssn-nav-block ul li.active a::before {
  opacity: 1
}

.s-services-nav .ssn-left .ssn-nav-block ul li a {
  display: block;
  color: rgba(0, 0, 0, .4);
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .01em;
  font-weight: 600;
  position: relative;
  padding-right: 20px
}

.s-services-nav .ssn-left .ssn-nav-block ul li a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 13px;
  height: 8px;
  background: url(../img/ssn-arr.svg);
  opacity: 0;
  transition: all .5s ease
}

.s-services-nav .ssn-right {
  width: calc(100% - 360px)
}

.s-services-nav .ssn-right .ssn-items .ssn-itm {
  background: #f3f3f3;
  border-radius: 8px;
  margin-bottom: 18px;
  padding-left: 50px;
  position: relative;
  padding-top: 70px;
  padding-bottom: 25px;
  min-height: 582px;
  padding-right: 515px
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-hidden {
  margin-bottom: 20px
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-hdr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 30px
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-img {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  width: 457px;
  height: 442px;
  right: 20px;
  top: 70px
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-descr {
  display: block;
  color: rgba(0, 0, 0, .8);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 28px
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-descr span {
  font-weight: 600
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-descr:last-child {
  margin-bottom: 0
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-descr ul {
  margin: 20px 0
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-descr ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 10px
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-descr ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-descr ul li:last-child {
  margin-bottom: 0
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-descr ul:last-child {
  margin-bottom: 0
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-show-hidden {
  display: none
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-show-hidden.active .ssn-sh-itm:nth-child(1) {
  display: none
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-show-hidden.active .ssn-sh-itm:nth-child(2) {
  display: block
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-show-hidden .ssn-sh-itm {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-show-hidden .ssn-sh-itm:nth-child(2) {
  display: none
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-show-hidden .ssn-sh-itm:nth-child(2) span::before {
  transform: rotate(180deg);
  margin-top: -3.5px
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-show-hidden .ssn-sh-itm span {
  position: relative;
  padding-right: 20px
}

.s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-show-hidden .ssn-sh-itm span::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 9px;
  background: url(../img/show-arr.svg);
  right: 0;
  top: 50%;
  margin-top: -4.5px
}

.s-deg-cons {
  padding-top: 115px;
  background: #ff5c02;
  padding-bottom: 184px;
  position: relative
}

.s-deg-cons::before {
  content: "";
  position: absolute;
  width: 828px;
  height: 700px;
  background: no-repeat url(../img/deg_bg.png) 50%;
  background-size: contain;
  right: 4%;
  bottom: 0
}

.s-deg-cons .s-breadcrumbs {
  padding: 0;
  margin: 0;
  margin-bottom: 51px
}

.s-deg-cons .sdc-text {
  position: relative;
  z-index: 1;
  max-width: 750px
}

.s-deg-cons .sdc-text .h1 {
  color: #fff;
  margin-bottom: 42px
}

.s-deg-cons .sdc-text .sdc-descr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.005em;
  margin-bottom: 50px
}

.s-format {
  padding-top: 172px;
  padding-bottom: 184px
}

.s-format .h1 {
  margin-bottom: 47px
}

.s-format .sf-descr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 43px;
  font-weight: 400;
  letter-spacing: -.02em;
  margin-bottom: 67px
}

.s-format .sf-descr:last-child {
  margin-bottom: 0
}

.s-format .sf-descr.bold {
  font-weight: 600;
  line-height: 38px
}

.s-search-page {
  padding-top: 36px;
  padding-bottom: 166px
}

.s-search-page .s-breadcrumbs {
  margin: 0;
  padding: 0;
  margin-bottom: 50px
}

.s-search-page .ssp-search {
  display: flex;
  margin-bottom: 71px;
  align-items: center
}

.s-search-page .ssp-search .def-inp {
  max-width: 797px;
  width: 100%;
  position: relative;
  margin-right: 25px
}

.s-search-page .ssp-search .def-inp input {
  border: 0 solid #000;
  background: #fff;
  box-shadow: 2px 4px 14px rgba(0, 0, 0, .1);
  border-radius: 8px;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  padding-left: 26px;
  padding-right: 51px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400
}

.s-search-page .ssp-search .def-inp .ssp-clear {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/clear-icn.svg);
  right: 17px;
  top: 50%;
  margin-top: -12px;
  display: none;
  cursor: pointer
}

.s-search-page .ssp-search .def-inp .ssp-clear.active {
  display: block
}

.s-search-page .ssp-search .btn.dark {
  border: 0 solid #000;
  cursor: pointer;
  transition: all .5s ease
}

.s-search-page .ssp-result {
  margin-bottom: 71px
}

.s-search-page .ssp-result .h1 {
  margin-bottom: 12px
}

.s-search-page .ssp-result .ssp-res-descr {
  display: block;
  color: rgba(0, 0, 0, .3);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -.01em;
  font-weight: 600;
  margin-bottom: 50px
}

.s-search-page .ssp-result .ssp-items .ssp-itm {
  margin-bottom: 60px;
  max-width: 1401px;
  transition: all .5s ease;
  display: block
}

.s-search-page .ssp-result .ssp-items .ssp-itm:last-child {
  margin-bottom: 0
}

.s-search-page .ssp-result .ssp-items .ssp-itm .ssp-i-hdr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 6px
}

.s-search-page .ssp-result .ssp-items .ssp-itm .ssp-i-descr {
  display: block;
  color: rgba(0, 0, 0, .8);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400
}

.s-search-page .ssp-nav ul {
  display: flex;
  align-items: center;
  justify-content: center
}

.s-search-page .ssp-nav ul li:first-child {
  margin-right: 25px
}

.s-search-page .ssp-nav ul li:first-child .btn-arr {
  transform: rotate(180deg)
}

.s-search-page .ssp-nav ul li:last-child {
  margin-left: 25px
}

.s-search-page .ssp-nav ul li.active a {
  color: #000
}

.s-search-page .ssp-nav ul li a {
  display: block;
  color: rgba(0, 0, 0, .5);
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px
}

.s-search-page .ssp-nav ul li a:hover {
  color: #000
}

.s-second-top {
  position: relative;
  padding-top: 115px
}

.s-second-top .sst-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%
}

.s-second-top .sst-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .7)
}

.s-second-top .s-breadcrumbs {
  padding: 0;
  margin: 0;
  margin-bottom: 362px
}

.s-second-top .sst-btm {
  background: rgba(255, 255, 255, .3);
  backdrop-filter: blur(60px);
  padding-top: 136px;
  padding-bottom: 50px
}

.s-second-top .sst-btm .btn.btn-orange {
  margin-bottom: 24px;
  background: 0 0;
  color: #ff5c02;
  padding-top: 5px;
  padding-bottom: 5px
}

.s-second-top .sst-btm .h1 {
  margin-bottom: 100px
}

.s-second-top .sst-btm .h1 .adap {
  display: none
}

.s-second-top .sst-btm .sst-flex {
  display: flex;
  position: relative
}

.s-second-top .sst-btm .sst-flex .btn.dark {
  margin-right: 37px
}

.s-second-top .sst-btm .sst-flex .sst-end {
  color: #ff5c02;
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 18px
}

.s-second-top .sst-btm .sst-flex .sst-share {
  display: flex;
  align-items: center
}

.s-second-top .sst-btm .sst-flex .sst-share .sst-share-descr {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .03em;
  font-weight: 400;
  margin-right: 27px
}

.s-second-top .sst-btm .sst-flex .sst-share .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge,
.s-second-top .sst-btm .sst-flex .sst-share .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__mobile-popup-badge {
  background: 0 0
}

.s-second-top .sst-btm .sst-flex .sst-share .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
  margin: 0;
  margin-right: 32px
}

.s-second-top .sst-btm .sst-flex .sst-share .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item:last-child {
  margin-right: 0
}

.s-second-top .sst-btm .sst-flex .sst-share .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
  width: 27px;
  height: 27px
}

.s-second-top .sst-btm .sst-flex .sst-share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url(../img/fb-icn.svg);
  background-repeat: no-repeat
}

.s-second-top .sst-btm .sst-flex .sst-share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url(../img/tl-icn.svg);
  background-repeat: no-repeat
}

.s-second-top .sst-btm .sst-flex .sst-share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url(../img/vk-icn.svg);
  background-repeat: no-repeat
}

.s-second-top .sst-btm .sst-flex .sst-share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url(../img/tw-icn.svg);
  background-repeat: no-repeat
}

.s-second-top .sst-btm .sst-flex .sst-share .ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: auto
}

.s-event {
  padding-top: 100px;
  min-height: 950px
}

.s-event .my-container.flex {
  flex-wrap: wrap
}

.s-event .se-left {
  position: relative;
  width: 387px
}

.s-event .se-left .sel-block {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(243, 243, 243, .8);
  border-radius: 8px;
  overflow: hidden;
  padding-left: 52px;
  padding-right: 43px;
  padding-top: 80px;
  padding-bottom: 39px
}

.s-event .se-left .sel-block .sel-hdr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 45px
}

.s-event .se-left .sel-block .sel-items .sel-itm {
  margin-bottom: 39px
}

.s-event .se-left .sel-block .sel-items .sel-itm .sel-status {
  display: block;
  color: rgba(0, 0, 0, .3);
  font-size: 16px;
  line-height: 30px;
  font-weight: 500
}

.s-event .se-left .sel-block .sel-items .sel-itm .sel-descr {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500
}

.s-event .se-right {
  width: calc(100% - 387px);
  padding-left: 70px;
  padding-top: 73px
}

.s-event .se-right .ser-text {
  max-width: 933px;
  width: 100%;
  padding-bottom: 80px
}

.s-event .se-right .ser-text .h1 {
  margin-bottom: 11px
}

.s-event .se-right .ser-text .ser-t-descr {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px
}

.s-event .se-right .ser-text .ser-t-descr:last-child {
  margin-bottom: 0
}

.s-event .se-right .ser-plan {
  padding-top: 86px;
  max-width: 933px;
  width: 100%;
  padding-bottom: 62px;
  margin-left: 15px;
  margin-right: 15px
}

.s-event .se-right .ser-plan .h1 {
  margin-bottom: 13px
}

.s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm {
  border-bottom: 1px solid rgba(0, 0, 0, .3)
}

.s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm:last-child {
  border-color: transparent
}

.s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-top {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  padding-right: 45px
}

.s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-top .ser-pli-time {
  color: #000;
  font-size: 16px;
  line-height: 36px;
  display: block;
  min-width: 157px;
  max-width: 157px
}

.s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-top .ser-pli-time.gray {
  color: rgba(0, 0, 0, .4)
}

.s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-top .ser-pli-t-descr {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  padding-left: 15px;
  width: calc(100% - 157px)
}

.s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-top .ser-pli-t-descr.gray {
  color: rgba(0, 0, 0, .4)
}

.s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-top .ser-pli-arr {
  width: 25px;
  height: 25px;
  background: no-repeat url(../img/ser-arr.svg) 50%;
  position: absolute;
  right: 19px;
  margin-top: 10px;
  transition: all .5s ease;
  cursor: pointer
}

.s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-top .ser-pli-arr.active {
  transform: rotate(90deg)
}

.s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-content {
  padding-left: 172px;
  padding-bottom: 40px;
  display: none
}

.s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-content .ser-pli-descr {
  display: block;
  color: rgba(0, 0, 0, .8);
  font-size: 16px;
  line-height: 30px;
  font-weight: 500
}

.s-event .se-right .ser-quest {
  background: #f3f3f3;
  border-radius: 8px;
  display: flex;
  padding-left: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 15px;
  align-items: center;
  max-width: 966px;
  width: 100%
}

.s-event .se-right .ser-quest .ser-q-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ff5c02;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: .05em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.s-event .se-right .ser-quest .ser-q-descr {
  width: calc(100% - 60px);
  padding-left: 33px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #000
}

.s-event .se-right .ser-speak {
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 966px
}

.s-event .se-right .ser-speak .serm-circles {
  display: flex;
  justify-content: space-between;
  max-width: 232px;
  width: 100%;
  position: absolute;
  right: 6%;
  bottom: 49px
}

.s-event .se-right .ser-speak .serm-circles .serm-circ {
  width: 60px;
  height: 60px;
  background: #ff5c02;
  border-radius: 50%
}

.s-event .se-right .ser-speak .h1 {
  margin-bottom: 39px
}

.s-event .se-right .ser-speak .ser-man {
  position: relative;
  background: #f3f3f3;
  border-radius: 8px;
  margin-bottom: 21px
}

.s-event .se-right .ser-speak .ser-man .serm-img {
  position: absolute;
  left: 0;
  bottom: 0
}

.s-event .se-right .ser-speak .ser-man .serm-img img {
  display: block;
  max-width: 100%;
  position: relative
}

.s-event .se-right .ser-speak .ser-man .serm-txt {
  position: relative;
  padding-left: 49.5%;
  padding-top: 102px;
  padding-bottom: 154px
}

.s-event .se-right .ser-speak .ser-man .serm-txt .serm-hdr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 19px
}

.s-event .se-right .ser-speak .ser-man .serm-txt .serm-descr {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500
}

.s-event .se-right .ser-speak .ser-or {
  background: #ff5400;
  border-radius: 8px;
  position: relative;
  padding-left: 38px;
  padding-top: 32px;
  padding-bottom: 31px;
  margin-bottom: 21px;
  padding-right: 15px
}

.s-event .se-right .ser-speak .ser-or .serm-circles {
  position: absolute;
  right: 5%;
  bottom: 90px
}

.s-event .se-right .ser-speak .ser-or .serm-circles .serm-circ {
  background: #fff
}

.s-event .se-right .ser-speak .ser-or .ser-or-descr {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 51px
}

.s-event .se-right .ser-speak .ser-gr {
  background: #f3f3f3;
  border-radius: 8px;
  padding-top: 31px;
  padding-left: 38px;
  padding-right: 15px;
  padding-bottom: 50px
}

.s-event .se-right .ser-speak .ser-gr .ser-gr-descr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 35px
}

.s-event .se-right .ser-speak .ser-gr .ser-gr-small {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -.005em;
  font-weight: 500
}

.s-event .se-right .ser-speak .ser-gr .ser-gr-small br {
  display: none
}

.s-event .se-right .ser-speak .ser-gr .ser-gr-small a {
  color: #ff5c02
}

.s-event .se-right .ser-speak .ser-gr .ser-gr-small span {
  margin-left: 10px;
  margin-right: 10px
}

.s-event .se-right .mobile-share {
  display: flex;
  align-items: center;
  display: none
}

.s-event .se-right .mobile-share .sst-share-descr {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .03em;
  font-weight: 400;
  margin-right: 27px
}

.s-event .se-right .mobile-share .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge,
.s-event .se-right .mobile-share .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__mobile-popup-badge {
  background: 0 0
}

.s-event .se-right .mobile-share .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
  margin: 0;
  margin-right: 30px
}

.s-event .se-right .mobile-share .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item:last-child {
  margin-right: 0
}

.s-event .se-right .mobile-share .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
  width: 27px;
  height: 27px
}

.s-event .se-right .mobile-share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url(../img/fb-icn.svg);
  background-repeat: no-repeat
}

.s-event .se-right .mobile-share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url(../img/tl-icn.svg);
  background-repeat: no-repeat
}

.s-event .se-right .mobile-share .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url(../img/tw-icn.svg);
  background-repeat: no-repeat
}

.s-event .se-right .mobile-share .ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: auto
}

.s-event .se-right .s-theme {
  max-width: 966px;
  padding-top: 103px;
  padding-bottom: 103px
}

.s-event .se-right .s-theme .h1 {
  margin-bottom: 6px
}

.s-event .se-right .s-theme .st-descr {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 39px
}

.s-event .se-right .ser-materials {
  padding-top: 65px;
  padding-bottom: 65px
}

.s-event .se-right .ser-materials .sm-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 62px
}

.s-event .se-right .ser-materials .sm-top .h1 {
  margin-right: 60px;
  margin-bottom: 58px
}

.s-event .se-right .ser-materials .sm-top .def-arrows {
  margin-bottom: 58px
}

.s-event .se-right .ser-materials .sm-top .smt-btn-wrap {
  width: 100%
}

.s-event .se-right .ser-materials .sm-mobile-btn {
  display: none
}

.s-event .se-right .ser-materials .sm-slider .swiper-slide {
  width: 474px;
  border-radius: 10px;
  overflow: hidden
}

.s-event .se-right .ser-materials .sm-slider .swiper-slide .sms-itm {
  width: 100%;
  position: relative;
  height: 391px
}

.s-event .se-right .ser-materials .sm-slider .swiper-slide .sms-itm span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%
}

.s-event .se-right .ser-video-mat {
  max-width: 966px;
  padding-top: 45px;
  padding-bottom: 45px
}

.s-event .se-right .ser-video-mat .h1 {
  margin-bottom: 40px
}

.s-event .se-right .ser-video-mat .srm-video {
  width: 100%;
  height: 575px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

.s-event .se-right .ser-video-mat .srm-video #ytplayer,
.s-event .se-right .ser-video-mat .srm-video iframe {
  width: 100%;
  height: 100%
}

.s-event .se-right .ser-video-mat .srm-video.active .srm-video-bg {
  display: none
}

.s-event .se-right .ser-video-mat .srm-video.active::after,
.s-event .se-right .ser-video-mat .srm-video.active::before {
  display: none
}

.s-event .se-right .ser-video-mat .srm-video .srm-video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%
}

.s-event .se-right .ser-video-mat .srm-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3)
}

.s-event .se-right .ser-video-mat .srm-video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  background: url(../img/play-icn.svg);
  background-size: contain
}

.s-event .se-right .ser-video-mat .srm-btn-wrap {
  text-align: right;
  padding-top: 51px
}

.s-press-kit {
  padding-top: 125px
}

.s-press-kit .s-breadcrumbs {
  padding: 0;
  margin: 0;
  margin-bottom: 42px
}

.s-press-kit .h1 {
  margin-bottom: 60px
}

.s-press-kit .spk-items {
  display: flex;
  margin-left: -9px;
  margin-right: -9px
}

.s-press-kit .spk-items .spk-itm {
  width: calc(100% - 18px);
  margin-left: 9px;
  margin-right: 9px;
  margin-bottom: 18px
}

.s-press-kit .spk-items .spk-itm .spk-i-top {
  padding-left: 19px;
  margin-bottom: 55px
}

.s-press-kit .spk-items .spk-itm .spk-i-top .spk-it-hdr {
  display: block;
  color: #000;
  font-size: 22px;
  line-height: 140.4%;
  letter-spacing: -.025em;
  font-weight: 500;
  margin-bottom: 56px
}

.s-press-kit .spk-items .spk-itm .spk-i-img {
  position: relative;
  height: 288px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden
}

.s-press-kit .spk-items .spk-itm .spk-i-img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%
}

.s-contacts {
  padding-bottom: 34px;
  padding-top: 125px
}

.s-contacts .s-breadcrumbs {
  margin: 0;
  padding: 0;
  margin-bottom: 42px
}

.s-contacts .sc-top {
  margin-bottom: 74px
}

.s-contacts .sc-top .h1 {
  margin-bottom: 75px
}

.s-contacts .sc-top .sct-items {
  display: flex
}

.s-contacts .sc-top .sct-items .sct-itm {
  width: 25%;
  margin-bottom: 30px;
  padding-right: 15px
}

.s-contacts .sc-top .sct-items .sct-itm:last-child {
  padding-right: 0
}

.s-contacts .sc-top .sct-items .sct-itm .sct-i-descr {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -.015em;
  margin-bottom: 37px
}

.s-contacts .sc-top .sct-items .sct-itm .sct-i-bold {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 35px
}

.s-contacts .sc-top .sct-items .sct-itm .sct-i-bold:last-child {
  margin-bottom: 0
}

.s-contacts .sc-top .sct-items .sct-itm .sct-i-bold .adap {
  display: none
}

.s-contacts .sc-map {
  height: 753px;
  width: 100%;
  margin-bottom: 100px;
  filter: grayscale(1)
}

.s-contacts .sc-map #map {
  width: 100%;
  height: 100%
}

.s-contacts .sc-btm .h1 {
  margin-bottom: 40px
}

.s-contacts .sc-btm .scb-descr {
  display: block;
  margin-bottom: 36px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: .02em;
  color: #000
}

.s-contacts .sc-btm .scb-descr a {
  color: #ff5c02
}

.fancybox-slide--html {
  padding: 0
}

.default-form {
  padding: 0;
  margin: 0;
  background: url(../img/form_bg.webp);
  background-size: cover;
  background-position: 50%;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 21;
  transition: all .3s ease;
  position: fixed;
  left: 0;
  top: 0
}

.default-form.thx-form {
  background: url(../img/form_bg_thx.webp);
  background-size: cover;
  background-position: 50%
}

.default-form.thx-form .df-content {
  max-width: 962px;
  justify-content: flex-start
}

.default-form.thx-form .df-content .h1 {
  color: #fff;
  margin-bottom: 68px
}

.default-form.thx-form .df-content .h1 .adap {
  display: none
}

.default-form.active {
  opacity: 1;
  visibility: visible
}

.default-form .df-close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 15px;
  top: 15px;
  background: no-repeat url(../img/form-close.svg) 50%;
  cursor: pointer;
  z-index: 2
}

.default-form .df-content {
  padding-top: 45px;
  padding-bottom: 45px;
  max-width: 600px;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow-y: auto
}

.default-form .df-content .dfc-descr {
  position: absolute;
  bottom: 13px;
  left: 15px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: .03em
}

.default-form .df-content .df-hdr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 47px
}

.default-form .df-content .df-hdr .adap {
  display: none
}

.default-form .df-content .df-hdr.low-margin {
  margin-bottom: 27px
}

.default-form .df-content .df-co-hdr {
  display: block;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px
}

.default-form .df-content .cb-wrap .parsley-errors-list li {
  color: #000;
  font-weight: 700
}

.default-form .df-content .def-inp {
  margin-bottom: 30px
}

.default-form .df-content .def-inp input {
  background: 0 0;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  letter-spacing: .03em;
  padding-bottom: 20px
}

.default-form .df-content .def-inp input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .5);
  font-weight: 500;
  letter-spacing: .03em
}

.default-form .df-content .def-inp input:-moz-placeholder {
  color: rgba(0, 0, 0, .5);
  font-weight: 500;
  letter-spacing: .03em
}

.default-form .df-content .def-inp input::-moz-placeholder {
  color: rgba(0, 0, 0, .5);
  font-weight: 500;
  letter-spacing: .03em
}

.default-form .df-content .def-inp input:-ms-input-placeholder {
  color: rgba(0, 0, 0, .5);
  font-weight: 500;
  letter-spacing: .03em
}

.default-form .df-content .def-inp .parsley-errors-list li {
  color: #000;
  font-weight: 700
}

.default-form .df-content .df-btm {
  display: flex;
  align-items: flex-start
}

.default-form .df-content .df-btm .btn.dark {
  margin-right: 35px
}

.default-form.df-politics {
  background: 0 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.default-form.df-politics .dfp-shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7)
}

.default-form.df-politics .dfp-content {
  max-width: 1188px;
  width: 100%;
  background: #fff;
  padding: 0;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px
}

.default-form.df-politics .dfp-content .dfp-top-content {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px
}

.default-form.df-politics .dfp-content .dfp-top-content .dfp-t-hdr {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  margin-bottom: 10px
}

.default-form.df-politics .dfp-content .dfp-top-content .dfp-t-descr {
  display: block;
  color: #000;
  font-size: 21px;
  line-height: 21px
}

.default-form.df-politics .dfp-content .dfp-scroll {
  overflow-y: auto;
  border: .0625rem solid rgba(0, 0, 0, .2);
  padding: 1rem;
  height: 30rem
}

.default-form.df-politics .dfp-content .dfp-scroll a {
  color: #ff5c02;
  border-bottom: .0625rem solid transparent
}

.default-form.df-politics .dfp-content .dfp-scroll a:hover {
  border-color: #ff5c02
}

.default-form.df-politics .dfp-content .dfp-scroll ul {
  padding-left: 1rem;
  margin-top: 0;
  margin-bottom: 1rem
}

.default-form.df-politics .dfp-content .dfp-scroll ul li {
  font-size: .85rem;
  position: relative
}

.default-form.df-politics .dfp-content .dfp-scroll ul li::before {
  content: "";
  position: absolute;
  left: -.75rem;
  top: 11px;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%
}

.default-form.df-politics .dfp-content .dfp-scroll h4 {
  font-size: 1.5rem
}

.default-form.df-politics .dfp-content .dfp-scroll h4:not(:first-of-type) {
  margin-top: 2rem
}

.default-form.df-politics .dfp-content .dfp-scroll h5 {
  font-size: 1.25rem;
  margin-bottom: 1rem
}

.default-form.df-politics .dfp-content .dfp-scroll .my-4 {
  margin-bottom: 1.5rem
}

.default-form.df-politics .dfp-content .dfp-scroll .mb-0 {
  margin-bottom: 0
}

.default-form.df-politics .dfp-content .dfp-scroll p {
  margin-bottom: 1rem;
  font-size: .85rem
}

.default-form.df-politics .dfp-content .dfp-btn-wrap {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px
}

.default-form.df-politics .dfp-content .dfp-btn-wrap .btn.btn-orange {
  font-size: 18px;
  line-height: 18px
}

.s-not-found {
  padding-bottom: 100px;
  padding-top: 79px;
  min-height: 63vh
}

.s-not-found .back {
  margin-bottom: 219px
}

.s-not-found .snf-txt {
  text-align: center
}

.s-not-found .snf-txt .snf-t-num {
  display: block;
  color: #ff5c02;
  font-size: 100px;
  line-height: 126.9%;
  font-weight: 600
}

.s-not-found .snf-txt .snf-t-descr {
  display: block;
  color: #ff5c02;
  font-size: 34px;
  line-height: 126.9%;
  font-weight: 600;
  margin-top: -5px
}

footer {
  background: #f3f3f3;
  padding-bottom: 63px
}

footer.full-white {
  background: #fff
}

footer .ft-cols {
  padding-top: 49px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding-left: 25px;
  padding-right: 25px;
  justify-content: space-between;
  border-radius: 0 0 8px 8px
}

footer .ft-col {
  margin-bottom: 51px
}

footer .ft-col.ft-solo {
  width: 100%
}

footer .ft-col .ftc-hdr {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: .01em;
  margin-bottom: 28px
}

footer .ft-col .ftc-hdr.search-icn:hover span::before {
  opacity: 0
}

footer .ft-col .ftc-hdr.search-icn:hover span::after {
  opacity: 1
}

footer .ft-col .ftc-hdr.search-icn span {
  position: relative;
  padding-right: 37px
}

footer .ft-col .ftc-hdr.search-icn span::after,
footer .ft-col .ftc-hdr.search-icn span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(../img/search-icn-small.svg);
  transition: all .5s ease
}

footer .ft-col .ftc-hdr.search-icn span::after {
  opacity: 0;
  background: url(../img/search-icn-small_orange.svg)
}

footer .ft-col a.ftc-hdr:hover {
  color: #ff5c02
}

footer .ft-col .ftc-list li a {
  display: block;
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  line-height: 29px;
  font-weight: 400
}

footer .ft-col .ftc-list li a:hover {
  color: #ff5c02
}

footer .ft-col .ftc-year {
  display: block;
  color: rgba(0, 0, 0, .3);
  font-size: 12px;
  line-height: 29px;
  font-weight: 400
}

@media only screen and (max-width:1800px) {
  .s-contacts .sc-top .sct-items .sct-itm .sct-i-bold {
    font-size: 21px;
    line-height: 34px
  }

  .s-lead:before {
    background-size: contain;
    width: 635px;
    height: 661px;
    bottom: -125px
  }

  .s-lead {
    overflow: hidden
  }

  .s-lead .my-container.flex {
    padding-top: 70px;
    padding-bottom: 100px
  }
}

@media only screen and (max-width:1750px) {
  .s-also .sa-slider .swiper-slide {
    width: calc(30% - 9px)
  }

  .s-also .sa-slider .swiper-slide.big {
    width: calc(70% - 9px)
  }
}

@media only screen and (max-width:1700px) {
  .s-services-main .ssm-text .ssm-small-descr {
    max-width: 600px
  }

  .s-solo-txt.sst-with-people .my-container {
    padding-right: 32%
  }

  .s-solo-txt.sst-gray-revert .my-container {
    padding-left: 32%;
    padding-right: 20px
  }

  .news-item.small .ni-text {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 220px
  }

  .news-item.small .nit-btm {
    padding-left: 15px
  }

  .news-item .ni-text {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px
  }

  .s-spec .ss-block {
    max-width: 400px
  }

  .s-consulting .sc-block {
    max-width: 400px
  }
}

@media only screen and (max-width:1600px) {
  .s-press .sp-items .sp-itm .spi-btm-line .btn.btn-orange {
    font-size: 10px;
    line-height: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px
  }

  .s-event .se-left .sel-block {
    padding-bottom: 20px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm {
    min-height: 557px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-img {
    top: 45px
  }

  .s-podcast-detail .spd-block .spd-right .spd-itm:nth-child(3) .spd-i-theme {
    margin-bottom: 16px
  }

  .s-search-page .ssp-result .ssp-items .ssp-itm .ssp-i-descr {
    font-size: 14px;
    line-height: 26px
  }

  .s-press-kit .spk-items .spk-itm .spk-i-img {
    height: 240px
  }

  .s-event .se-right .ser-materials .sm-slider .swiper-slide .sms-itm {
    height: 340px
  }

  .s-event .se-right .ser-materials .sm-slider .swiper-slide {
    width: 400px
  }

  .s-event .se-right .s-theme .st-descr {
    font-size: 14px;
    line-height: 26px
  }

  .s-event .se-right .ser-speak .ser-or .ser-or-descr {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 30px
  }

  .s-event .se-left .sel-block .sel-items .sel-itm {
    margin-bottom: 20px
  }

  .s-event .se-left .sel-block .sel-hdr {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 30px
  }

  .s-event .se-left .sel-block .sel-items .sel-itm .sel-status {
    font-size: 14px;
    line-height: 26px
  }

  .s-event .se-left .sel-block .sel-items .sel-itm .sel-descr {
    font-size: 14px;
    line-height: 26px
  }

  .s-event .se-right .ser-text .ser-t-descr {
    font-size: 14px;
    line-height: 26px
  }

  .s-services-page .ssp-content .my-container.flex .serv-itm .serv-hdr {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px
  }

  .s-theme .st-items .st-itm .sti-descr {
    font-size: 14px;
    line-height: 26px
  }

  .s-solo-txt.sst-with-people .sst-wp-descr {
    font-size: 21px;
    line-height: 28px
  }

  .s-listen .sl-block .slb-descr {
    font-size: 21px;
    line-height: 28px
  }

  .s-entry .se-text .set-descr {
    font-size: 21px;
    line-height: 28px
  }

  .s-ib .si-text .sit-descr {
    font-size: 21px;
    line-height: 28px
  }

  .s-projects .sp-items .sp-itm .spi-text .spi-hdr {
    font-size: 21px;
    line-height: 28px
  }

  .s-projects .sp-items .sp-itm .spi-text .spi-descr {
    font-size: 14px;
    line-height: 26px
  }

  .s-order .so-block .sob-descr {
    font-size: 18px;
    line-height: 28px;
    max-width: 731px
  }

  .s-company {
    padding-top: 120px
  }

  .s-order .so-block .sob-descr .adap {
    display: block
  }

  .s-our-approach .soa-content .soa-items .soa-itm .soa-i-descr {
    font-size: 21px;
    line-height: 32px
  }

  .s-our-approach .soa-content .soa-items .soa-itm {
    max-width: 420px
  }

  .s-press .sp-items .sp-itm-wrap .sp-itm {
    padding-bottom: 60px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content .ssc-descr {
    font-size: 14px;
    line-height: 24px
  }

  .s-contacts .sc-top .sct-items .sct-itm .sct-i-bold {
    font-size: 16px;
    line-height: 24px
  }

  .s-contacts .sc-top .sct-items .sct-itm .sct-i-descr {
    margin-bottom: 20px
  }

  .s-contacts .sc-btm .scb-descr {
    font-size: 21px;
    line-height: 30px
  }

  .s-contacts .sc-map {
    height: 600px
  }

  .s-order.so-girl .so-block::before {
    height: 592px;
    width: 876px
  }

  .s-press-kit .spk-items .spk-itm .spk-i-top .spk-it-hdr {
    font-size: 18px;
    line-height: 26px
  }

  .s-press-kit .spk-items .spk-itm .spk-i-top {
    padding-left: 9px
  }

  .s-second-top .sst-btm {
    padding-top: 100px;
    padding-bottom: 30px
  }

  .s-search-page .ssp-result .ssp-items .ssp-itm {
    margin-bottom: 30px
  }

  .s-search-page .ssp-result .ssp-items .ssp-itm .ssp-i-hdr {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 5px
  }

  .s-format {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .s-format .sf-descr {
    font-size: 21px;
    line-height: 30px
  }

  .s-deg-cons .sdc-text .sdc-descr {
    font-size: 21px;
    line-height: 28px
  }

  .s-deg-cons .sdc-text {
    max-width: 600px
  }

  .s-deg-cons::before {
    background-size: contain;
    width: 645px;
    height: 541px
  }

  .s-deg-cons {
    padding-bottom: 100px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 25px
  }

  .s-services-main .ssm-bg {
    background-size: contain;
    width: 728px;
    height: 849px
  }

  .s-services-main .ssm-text .h1 {
    margin-bottom: 40px
  }

  .s-services-main .ssm-text .ssm-descr {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 50px
  }

  .s-services-main .ssm-text .btn.dark {
    margin-bottom: 50px
  }

  .s-services-main {
    padding-bottom: 70px
  }

  .s-services-page .ssp-content .my-container.flex .serv-itm {
    padding-top: 40px
  }

  .s-services-page .ssp-content .my-container.flex .ssp-left .serv-itm:nth-child(2)::before,
  .s-services-page .ssp-content .my-container.flex .ssp-left .serv-itm:nth-child(3)::before,
  .s-services-page .ssp-content .my-container.flex .ssp-left .serv-itm:nth-child(4)::before {
    background-size: contain;
    width: 256px;
    height: 253px
  }

  .s-services-page .ssp-content .my-container.flex .serv-itm .serv-right {
    padding-left: 15px
  }

  .s-talk {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .s-talk .st-right .st-descr {
    font-size: 21px;
    line-height: 28px
  }

  .s-dis-club::before {
    background-size: contain;
    width: 542px;
    height: 610px;
    bottom: -40px
  }

  .s-dis-club {
    padding-bottom: 180px
  }

  .s-dis-club .sdc-text .sdc-t-descr {
    font-size: 21px;
    line-height: 28px
  }

  .s-dis-club .sdc-text {
    max-width: 545px
  }

  .s-tasks .st-descr {
    font-size: 21px;
    line-height: 28px
  }

  .s-tasks {
    padding-bottom: 100px
  }

  .s-podcast-detail .spd-block {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .s-podcast-detail .spd-block .spd-left .spd-itm {
    margin-bottom: 60px
  }

  .s-podcast-detail .spd-block .spd-right .spd-itm {
    margin-bottom: 28px
  }

  .s-podcast-detail .spd-block .spd-left .spd-listen .spd-i-theme {
    margin-bottom: 20px
  }

  .s-podcast-detail .spd-block .spd-i-descr {
    font-size: 21px;
    line-height: 30px
  }

  .s-podcast-text {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .s-release {
    padding-top: 100px
  }

  .s-release .sr-slider .srs-itm .srs-text .sts-tl-hdr {
    font-size: 21px;
    line-height: 30px
  }

  .s-release .sr-slider .srs-itm .srs-img {
    height: 230px
  }

  .s-release .sr-slider .srs-itm .srs-text {
    padding-top: 30px;
    min-height: 268px
  }

  .s-lead .sl-text .slt-right {
    max-width: 360px
  }

  .s-lead .sl-text .slt-left {
    max-width: 360px
  }

  .s-entry::before {
    width: 680px;
    height: 680px;
    right: 3%
  }

  .my-container {
    max-width: 1560px
  }

  .s-consulting .sc-block {
    max-width: 320px
  }

  .s-ib .si-text {
    max-width: 658px
  }

  .s-ib::before {
    background-size: contain;
    width: 614px;
    height: 690px;
    bottom: -104px
  }

  .s-ib {
    padding-top: 55px
  }

  .s-ib .s-breadcrumbs {
    margin-bottom: 20px
  }

  .s-ib {
    padding-bottom: 200px
  }

  .s-projects .sp-items .sp-itm .spi-text {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 615px
  }

  .s-banner .sb-block .sbb-text .sbb-t-descr {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 60px
  }
  
  .s-banner .sb-block .sbb-text .sbb-t-descr .sbb-t-descr-in
{
	font-size:14px;
}

  .s-banner .sb-block .sbb-text .h1 {
    margin-bottom: 20px
  }

  .s-banner .sb-block .sbb-bg {
    width: 63%;
    background-position: 50%;
    background-size: contain
  }

  .news-item .ni-img {
    height: 325px
  }

  .news-item .ni-text {
    height: calc(100% - 325px)
  }

  .news-item .ni-text .nit-left .nit-hdr {
    margin-bottom: 11px
  }

  .news-item .ni-text .nit-left .nit-date {
    font-size: 12.5px;
    line-height: 25px
  }

  .news-item .ni-text .nit-button-wrap .btn.btn-orange {
    font-size: 12px;
    line-height: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 8px
  }

  .news-item .ni-text .nit-right .nit-descr {
    font-size: 15px;
    line-height: 25px
  }

  .news-item .ni-text .nit-name {
    font-size: 15px;
    line-height: 25px
  }

  .news-item.small .ni-img {
    height: 161px
  }

  .news-item .ni-text .nit-descr {
    line-height: 25px
  }

  .news-item.small .ni-text {
    padding-bottom: 217px;
    height: calc(100% - 161px)
  }

  .news-item.small .nit-btm {
    padding-bottom: 13px
  }

  .s-cons::before {
    background-size: contain;
    width: 749px;
    height: 622px;
    background-repeat: no-repeat
  }

  .s-cons {
    padding-bottom: 220px
  }

  .s-expertise .se-top {
    margin-bottom: 28px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm {
    height: 650px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt {
    top: 70.4%;
    padding-bottom: 44px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-hdr {
    width: 44.5%
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-descr {
    width: 55.5%;
    padding-left: 51px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-descr br {
    display: none
  }

  .s-expertise {
    padding-bottom: 61px
  }

  .s-expertise .se-slider .swiper-slide {
    width: 1186px
  }

  .s-press .sp-items .sp-itm-wrap .sp-itm .spi-btm-line {
    padding-top: 14.5px;
    padding-bottom: 14.5px
  }

  .s-press .sp-items .sp-itm.big {
    padding-bottom: 55px
  }

  .s-press {
    padding-top: 82px
  }

  .s-press .sp-top {
    margin-bottom: 32px
  }

  .s-press .sp-items .sp-itm.big .spib-top {
    padding-top: 27px;
    padding-left: 26px;
    padding-right: 26px;
    margin-bottom: 174px
  }

  .s-press .sp-items .sp-itm .spi-top {
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 27px;
    margin-bottom: 59px
  }

  .s-press .sp-items .sp-itm-wrap .sp-itm .spi-btm .spi-b-big-descr {
    font-size: 20px;
    line-height: 32px
  }

  .s-press .sp-items .sp-itm-wrap .sp-itm .spi-btm {
    padding-bottom: 13px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-img {
    min-width: 163px;
    max-width: 163px;
    height: 163px;
    margin-bottom: 23px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spi-hdr {
    margin-bottom: 21px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(2) {
    padding-top: 7px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(2) {
    padding-left: 16.5%
  }

  .s-press .sp-items .sp-itm .spi-btm {
    padding-left: 26px;
    padding-right: 26px
  }

  .s-services {
    padding-top: 81px
  }

  .s-services-items .ssi-itm-wrap .ssi-itm .ssi-i-hdr {
    font-size: 18px;
    line-height: 24px
  }

  .s-services-items .ssi-itm-wrap:nth-child(2) .ssi-itm .ssi-i-hdr {
    max-width: 440px
  }

  .s-mid-text {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .s-mid-text .smt-descr {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 30px
  }

  .s-order .so-block .sob-descr {
    max-width: 580px;
    margin-bottom: 80px
  }

  .s-order .so-block::before {
    background-size: contain;
    background-repeat: no-repeat;
    width: 750px;
    height: 494px
  }

  .s-aktiv .sa-items .sa-itm.sai-3 {
    max-width: 340px;
    left: 0
  }

  .s-aktiv .sa-items .sa-itm.sai-4 {
    right: 0;
    padding-top: 400px
  }

  .s-aktiv .sa-items .sa-itm.sai-2 {
    max-width: 400px
  }

  .s-aktiv .sa-items {
    margin-bottom: 140px
  }

  .s-team .st-slider .swiper-slide .sts-itm .sts-photo {
    height: 460px
  }

  .s-our-approach .soa-content {
    padding-bottom: 200px
  }

  .s-our-approach .soa-content .soa-items .soa-itm .soa-i-descr {
    max-width: 440px
  }

  .s-license .sl-slider .swiper-slide {
    width: 20%
  }

  .s-spec .ss-text .h1 {
    margin-bottom: 80px;
    font-size: 40px;
    line-height: 126.9%
  }

  .s-spec .ss-text {
    padding-top: 273px;
    padding-bottom: 40px
  }

  .s-spec .ss-block {
    max-width: 320px;
    min-height: 331px
  }

  .s-spec .ss-block.ssb-2 {
    top: 139px
  }

  .s-spec .ss-block .ssb-top {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px
  }

  .s-spec .ss-block .ssb-btm {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 27px
  }

  .s-spec .ss-block .ssb-top .ssb-img {
    margin-bottom: 40px
  }

  .s-spec .ss-block .ssb-top .ssb-hdr {
    font-size: 24px;
    line-height: 33px
  }

  .s-spec .ss-block.ssb-1 {
    bottom: -232px;
    transform: translateX(0)
  }

  .s-spec::before {
    background-size: contain;
    background-repeat: no-repeat;
    width: 525px;
    height: 644px
  }

  .s-spec .ss-block .ssb-btm .ssb-link {
    font-size: 16px;
    line-height: 22px
  }

  .s-spec .ss-block .ssb-btm .ssb-link::after,
  .s-spec .ss-block .ssb-btm .ssb-link::before {
    transform: none;
    top: 5px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content {
    padding-top: 59px;
    padding-bottom: 45px;
    padding-left: 26px;
    padding-right: 15px;
    min-height: 598px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hover {
    padding-top: 59px;
    padding-bottom: 45px;
    padding-left: 26px;
    padding-right: 15px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hdr {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 27px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hover ul li {
    margin-bottom: 12px
  }

  .s-press .sp-items .sp-itm .spi-btm {
    padding-bottom: 27px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-big-descr {
    font-size: 24px;
    line-height: 33px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-descr br {
    display: none
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-date {
    margin-bottom: 7px
  }

  .s-press .sp-items .sp-itm .spi-btm-line {
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 14.5px;
    padding-bottom: 14.5px
  }

  .s-consulting .sc-block .scb-hdr {
    font-size: 16px;
    line-height: 24px;
    padding-left: 29px;
    padding-right: 29px;
    padding-bottom: 45px
  }

  .s-consulting .sc-block .scb-descr {
    padding-left: 29px;
    padding-right: 29px;
    padding-top: 25px;
    font-size: 12px;
    line-height: 20px
  }

  .s-consulting .sc-block {
    top: 49.4%;
    height: 420px
  }

  .s-consulting {
    padding-top: 89px;
    padding-bottom: 50px
  }

  .s-consulting::after {
    background-size: contain;
    background-repeat: no-repeat;
    width: 682px;
    height: 665px;
    left: 15.7%
  }

  .s-consulting .sc-txt .h1 {
    font-size: 33.33px;
    line-height: 126.9%;
    margin-bottom: 36px
  }

  .s-consulting .sc-txt .sct-descr {
    margin-bottom: 241px
  }

  .main-menu .mm-col .mm-list li a,
  .main-menu .mm-col .mm-list li span {
    font-size: 16px;
    line-height: 18px
  }

  .main-menu .mm-col .mm-small-list li a,
  .main-menu .mm-col .mm-small-list li span {
    font-size: 18px;
    font-size: 14px
  }

  .main-menu .mm-col .mm-small-list li {
    margin-bottom: 12px
  }

  .main-menu .mm-col .mm-list li {
    font-size: 12px;
    margin-bottom: 12px
  }

  .main-menu .mm-col .mm-hdr {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px
  }

  .main-menu {
    padding-bottom: 70px
  }
}

@media only screen and (max-width:1500px) {
  .default-form .df-content .df-hdr.low-margin {
    margin-bottom: 20px
  }

  .default-form .df-content .df-co-hdr {
    margin-bottom: 20px
  }

  .default-form .df-content .def-inp {
    margin-bottom: 20px
  }

  .s-spec .ss-text .h1 {
    font-size: 36px;
    line-height: 126.9%
  }
}

@media only screen and (max-width:1440px) {
  .s-podcast-text .spt-top .h1 {
    max-width: 1000px
  }

  .s-solo-txt .h1 {
    max-width: 1000px
  }

  .s-general .sg-btn-wrap {
    padding-bottom: 29px
  }

  .s-event .se-right .ser-video-mat .srm-video {
    height: 500px
  }

  .s-second-top .sst-btm {
    padding-top: 70px
  }

  .s-second-top .s-breadcrumbs {
    margin-bottom: 300px
  }

  .s-event .se-right {
    padding-left: 45px;
    padding-top: 45px
  }

  .s-event .se-right .ser-text {
    padding-bottom: 60px
  }

  .s-event .se-right .ser-plan {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .s-event .se-right .ser-plan {
    padding-bottom: 30px
  }

  .s-expert-detail .sed-content .sed-big-hdr {
    margin-bottom: 12px
  }

  .s-our-approach.soa-cons .soa-content .soa-t-descr {
    font-size: 21px;
    line-height: 28px
  }

  .s-our-approach.soa-cons .soa-content .h1 {
    margin-bottom: 30px
  }

  .s-deg-cons::before {
    width: 505px;
    height: 435px
  }

  .s-deg-cons .sdc-text .h1 {
    margin-bottom: 30px
  }

  .s-deg-cons .sdc-text .sdc-descr {
    margin-bottom: 30px
  }

  .s-deg-cons {
    padding-top: 90px
  }

  .s-services-nav .ssn-left {
    width: 290px
  }

  .s-services-nav .ssn-right {
    width: calc(100% - 290px)
  }

  .s-services-nav .ssn-left .ssn-nav-block ul li {
    margin-bottom: 20px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-descr {
    font-size: 14px;
    line-height: 26px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-img {
    width: 369px;
    height: 369px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm {
    min-height: 459px;
    padding-right: 430px
  }

  .s-services-main .ssm-bg {
    width: 594px;
    height: 694px
  }

  .s-services-main .ssm-text .ssm-small-descr {
    max-width: 700px
  }

  .s-services-main {
    padding-top: 94px;
    padding-bottom: 45px
  }

  .s-services-main .s-breadcrumbs {
    margin-bottom: 30px
  }

  .s-services-main .ssm-text .ssm-descr {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px
  }

  .s-services-main .ssm-text .ssm-small-descr {
    font-size: 14px;
    line-height: 26px
  }

  .s-services-page .ssp-content .my-container.flex .serv-itm .serv-descr {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px
  }

  .s-services-page .ssp-content .my-container.flex .ssp-right {
    width: 400px
  }

  .s-services-page .ssp-content .my-container.flex .ssp-left {
    width: calc(100% - 400px)
  }

  .s-services-page .ssp-content .my-container.flex .ssp-hdr {
    font-size: 21px;
    line-height: 28px
  }

  .s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm {
    padding-left: 15px
  }

  .s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm .serv-descr {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px
  }

  .s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm:nth-child(2)::before {
    background-position: 50%;
    height: 384px
  }

  .s-tasks .st-hdr {
    width: 380px
  }

  .s-tasks .st-descr {
    width: calc(100% - 440px)
  }

  .s-talk .st-left {
    width: 360px
  }

  .s-talk .st-right {
    width: calc(100% - 360px)
  }

  .s-podcast-text .spt-top {
    margin-bottom: 50px
  }

  .s-podcast-text .spt-mid .spt-m-descr {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px
  }

  .s-podcast-text {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .s-podcast-detail .spd-block .spd-right .spd-soc {
    width: 60px;
    height: 60px
  }

  .s-podcast-detail {
    padding-top: 90px
  }

  .s-podcast-detail .s-breadcrumbs {
    margin-bottom: 200px
  }

  .s-release .sr-slider .swiper-slide {
    width: 800px
  }

  .s-lead .sl-text .slt-descr {
    font-size: 14px;
    line-height: 26px
  }

  .s-lead:before {
    height: 590px;
    width: 546px
  }

  .s-entry .se-text .set-descr {
    font-size: 21px;
    line-height: 28px
  }

  .s-entry .se-text {
    max-width: 500px
  }

  .s-spec .ss-block.ssb-1 {
    left: 46%
  }

  .my-container {
    max-width: 1372px
  }

  .h1 {
    font-size: 30px;
    line-height: 126.9%
  }

  .s-ib {
    padding-bottom: 120px
  }

  .s-ib::before {
    width: 480px;
    height: 562px
  }

  .s-ib .si-text .sit-descr {
    font-size: 21px;
    line-height: 28px
  }

  .s-projects .h1 {
    width: 100%;
    margin-bottom: 30px
  }

  .s-projects .sp-items {
    width: 100%
  }

  .s-projects .sp-items .sp-itm {
    min-height: 438px
  }

  .s-projects .sp-items .sp-itm .spi-text .spi-hdr {
    font-size: 21px;
    line-height: 28px
  }

  .s-projects .sp-items .sp-itm .spi-text .spi-descr {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px
  }

  .s-banner .sb-block .sbb-bg {
    width: 67%
  }

  .s-banner .sb-block .sbb-text {
    max-width: 434px
  }

  .s-expert-detail .sed-content .sed-hdr {
    font-size: 21px;
    line-height: 30px
  }

  .s-expert-detail .sed-content .sed-descr {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px
  }

  .s-expert-detail .sed-content .sed-img {
    margin-bottom: 30px
  }

  .s-expert-detail .sed-content .sed-listen {
    margin-bottom: 30px
  }

  .s-expert-detail .sed-content .sed-listen .sed-l-descr {
    font-size: 14px;
    line-height: 26px;
    margin-right: 20px
  }

  .s-expert-detail .sed-content .sed-list li {
    font-size: 14px;
    line-height: 26px
  }

  .s-expert-detail .sed-content .sed-list li::before {
    top: 13px
  }

  .s-expert-detail .sed-content .sed-list {
    margin-bottom: 30px
  }

  .s-expert-detail .sed-content .sed-big-descr {
    font-size: 21px;
    line-height: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px
  }

  .s-spec .ss-text .h1 {
    font-size: 36px;
    line-height: 126.9%;
    margin-bottom: 58px
  }

  .s-spec .ss-text {
    padding-top: 249px;
    padding-bottom: 41px
  }

  .s-spec .ss-text .h1 .black {
    display: block;
    margin-top: 3px
  }

  .s-services {
    padding-top: 74px
  }


  .s-expertise {
    padding-top: 10px
  }

  .main-menu .mm-col:nth-child(2) {
    margin-right: 5%
  }

  .main-menu .mm-col:nth-child(3) {
    margin-right: 5%
  }

  .main-menu .mm-col:nth-child(4) {
    margin-right: 5%
  }

  .main-menu .mm-col .mm-list li.margin-top {
    margin-top: 35px
  }

  .news-item .ni-img {
    height: 293px
  }

  .news-item .ni-text {
    height: calc(100% - 293px)
  }

  .news-item .ni-text .nit-left .nit-hdr {
    font-size: 16.2px;
    line-height: 27px
  }

  .news-item .ni-text {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 22px
  }

  .news-item .ni-text .nit-left .nit-date {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 30px
  }

  .news-item .ni-text .nit-right .nit-descr {
    line-height: 23px;
    font-size: 14px;
    margin-bottom: 24px
  }

  .news-item .ni-text .nit-name {
    font-size: 14px;
    line-height: 23px
  }

  .news-item.small .ni-img {
    height: 145px
  }

  .news-item.small .ni-text {
    height: calc(100% - 145px)
  }

  .news-item.small .ni-text .nit-hdr {
    font-size: 16.2px;
    line-height: 27px;
    margin-bottom: 23px
  }

  .news-item.small .ni-text {
    padding-top: 28px
  }

  .news-item .ni-text .nit-descr {
    font-size: 14px;
    line-height: 23px
  }

  .news-item.small .ni-text {
    padding-bottom: 200px
  }

  .news-item.small .ni-text .nit-name {
    margin-bottom: 20px
  }

  .news-item.small .ni-text .nit-date {
    margin-bottom: 12px
  }

  .s-cons::before {
    width: 550px;
    height: 459px
  }

  .s-cons .sc-txt .sct-descr {
    font-size: 21px;
    line-height: 28px
  }

  .s-cons {
    padding-bottom: 150px
  }

  .s-mid-text {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .s-our-approach.soa-custom .soa-content {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .s-services-items .ssi-itm-wrap .ssi-itm {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px
  }

  .s-aktiv .sa-text .sat-hdr {
    max-width: 1020px
  }

  .s-aktiv .sa-text .sat-descr {
    font-size: 21px;
    line-height: 28px
  }

  .s-team .st-slider .swiper-slide .sts-itm .sts-photo {
    height: 410px
  }

  .s-team .st-slider .swiper-slide .sts-itm .sts-txt {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .s-team .st-slider .swiper-slide .sts-itm .sts-txt .sts-name {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px
  }

  .s-team .st-slider .swiper-slide .sts-itm .sts-txt .sts-descr {
    font-size: 14px;
    line-height: 26px
  }

  .s-our-approach .soa-top .h1 {
    width: 300px
  }

  .s-our-approach .soa-top .soa-t-descr {
    width: calc(100% - 300px);
    font-size: 21px;
    line-height: 28px
  }

  .s-our-approach .soa-content .soa-items .soa-itm .soa-i-num {
    width: 80px;
    height: 80px;
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 37px
  }

  .s-our-approach .soa-content .soa-items .soa-itm .soa-i-descr {
    font-size: 16px;
    line-height: 30px
  }

  .s-our-approach .soa-content .soa-items .soa-itm {
    max-width: 390px
  }

  .s-our-approach .soa-content {
    padding-bottom: 100px
  }

  .s-solo-txt {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .s-why .sw-items .sw-itm .swi-hdr {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 12px
  }

  .s-why .sw-items .sw-itm .swi-descr {
    font-size: 14px;
    line-height: 26px
  }

  .s-why .sw-items .sw-itm .swi-num {
    margin-bottom: 17px
  }

  .s-spec .ss-text .h1 {
    margin-bottom: 60px
  }

  .s-spec::before {
    background-size: contain;
    background-repeat: no-repeat;
    width: 468px;
    height: 583px;
    right: 22%
  }

  .s-spec .ss-block .ssb-top .ssb-hdr {
    font-size: 21.6px;
    line-height: 30px
  }

  .s-spec .ss-block .ssb-btm .ssb-link {
    font-size: 14.4px;
    line-height: 20px
  }

  .s-spec .ss-block {
    max-width: 342px;
    min-height: 333px
  }

  .s-spec .ss-block.ssb-2 {
    top: 127px;
    right: 15px
  }

  .s-spec .ss-block .ssb-top .ssb-img {
    margin-bottom: 31px
  }

  .s-spec .ss-block .ssb-btm {
    padding-top: 21px
  }

  .s-spec .ss-block.ssb-1 {
    bottom: -208px
  }

  .s-consulting .sc-txt .h1 {
    font-size: 30px;
    margin-bottom: 31px
  }

  .s-consulting {
    padding-top: 80px;
    padding-bottom: 43px
  }

  .s-consulting .sc-block .scb-hdr {
    font-size: 18px;
    line-height: 24px
  }

  .s-consulting .sc-block {
    height: 377px;
    max-width: 342px;
    right: 15px
  }

  .s-consulting .sc-block .scb-descr {
    font-size: 14.4px;
    line-height: 23px;
    padding-top: 22px;
    padding-left: 25px;
    padding-right: 25px
  }

  .s-consulting .sc-block .scb-hdr {
    font-size: 21.6px;
    line-height: 31px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 39px
  }

  .s-consulting .sc-block .btn-arr {
    bottom: 12px;
    right: 11px
  }

  .s-consulting .sc-txt .sct-descr {
    font-size: 21.6px;
    line-height: 32px;
    margin-bottom: 356px;
    letter-spacing: -.004em;
    margin-bottom: 217px;
    max-width: 368px
  }

  .s-consulting::after {
    background-size: contain;
    background-repeat: no-repeat;
    width: 699px;
    height: 597px;
    left: 50%;
    transform: translateX(-69%)
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hdr {
    font-size: 21.6px;
    line-height: 31px;
    margin-bottom: 24px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content .ssc-descr {
    font-size: 14px;
    line-height: 24px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hover ul li {
    font-size: 14.4px;
    line-height: 27px;
    letter-spacing: -.01em;
    margin-bottom: 5px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content {
    padding-top: 52px;
    padding-bottom: 85px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hover {
    padding-top: 52px;
    padding-bottom: 85px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .btn-arr {
    bottom: 20px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content {
    min-height: 536px
  }

  .s-services .ss-slider .swiper-slide:last-child {
    width: 340px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm {
    height: 586px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt {
    top: 69%
  }

  .s-expertise .se-slider .swiper-slide {
    width: 1068px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-hdr {
    font-size: 21.6px;
    line-height: 31px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-descr {
    font-size: 14.4px;
    line-height: 27px
  }

  .s-press {
    padding-top: 73px
  }

  .s-press .sp-items .sp-itm.big .spib-top {
    padding-left: 22px;
    padding-right: 22px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-img {
    min-width: 147px;
    max-width: 147px;
    height: 147px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt .spib-ti-status {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .03em;
    margin-bottom: 0
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt .spib-ti-name {
    line-height: 139.9%
  }

  .s-press .sp-items .sp-itm.big .spib-top .spi-hdr {
    margin-bottom: 16px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(1) {
    padding-left: 14%
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(2) {
    padding-left: 13%;
    padding-top: 0
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-big-descr {
    font-size: 21.6px;
    line-height: 30px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-descr {
    font-size: 14.4px;
    line-height: 27px
  }

  .s-press .sp-items .sp-itm.big .spib-top {
    margin-bottom: 150px
  }

  .s-press .sp-items .sp-itm .spi-top {
    margin-bottom: 34px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-date {
    font-size: 12.6px;
    line-height: 15px;
    letter-spacing: .03em;
    margin-bottom: 9px
  }

  .s-press .sp-items .sp-itm .spi-btm-line {
    padding-left: 26px;
    padding-right: 26px
  }

  .s-press .sp-items .sp-itm-wrap .sp-itm .spi-btm .spi-b-big-descr {
    font-size: 18px;
    line-height: 29px
  }
}

@media only screen and (max-width:1300px) {
  .s-license {
    padding-top: 85px;
    padding-bottom: 85px
  }

  .s-license .sl-top {
    margin-bottom: 85px
  }

  .s-order .so-block .sob-descr {
    font-size: 14px;
    line-height: 21px
  }

  .s-our-approach .soa-content .soa-items .soa-itm .soa-i-descr {
    font-size: 14px;
    line-height: 24px
  }

  .s-mid-text .smt-descr {
    font-size: 16px;
    line-height: 26px
  }

  .s-services-items .ssi-itm-wrap .ssi-itm .ssi-i-hdr {
    font-size: 16px;
    line-height: 24px
  }

  .s-solo-txt.sst-with-people .sst-wp-icn.sst-1 {
    width: 120px;
    height: 120px
  }

  .s-solo-txt.sst-with-people .sst-wp-icn.sst-2 {
    width: 130px;
    height: 130px
  }

  .s-solo-txt.sst-with-people .sst-wp-icn.sst-3 {
    width: 190px;
    height: 190px
  }

  .default-form.thx-form .df-content {
    max-width: 600px
  }

  .s-second-top .sst-btm {
    padding-top: 45px
  }

  .s-questions.top-padding {
    padding-top: 80px
  }

  .s-lead:before {
    height: 534px;
    width: 452px;
    bottom: -150px
  }

  .btn-arr::after {
    background-size: contain;
    height: 9px;
    width: 13.5px
  }

  .s-services .ss-slider .swiper-slide {
    padding-bottom: 40px
  }

  .s-company .sc-txt .sct-descr {
    font-size: 16px;
    line-height: 26px
  }

  .s-solo-txt.sst-with-people .h1,
  .s-solo-txt.sst-with-people .sst-wp-descr {
    max-width: 800px
  }

  .default-form .df-content .df-hdr {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 30px
  }

  .default-form .df-content .def-inp {
    margin-bottom: 15px
  }

  .default-form .df-content .df-co-hdr {
    margin-bottom: 30px
  }

  .default-form .df-content .df-hdr.low-margin {
    margin-bottom: 20px
  }

  .s-contacts .sc-top .sct-items .sct-itm {
    padding-right: 15px
  }

  .s-contacts .sc-top .sct-items .sct-itm .sct-i-bold {
    font-size: 16px;
    line-height: 24px
  }

  .s-contacts .sc-top .sct-items {
    flex-wrap: wrap
  }

  .s-contacts .sc-top {
    margin-bottom: 0
  }

  .s-order.so-girl .so-block::before {
    height: 496px;
    width: 609px
  }

  .s-event {
    min-height: 700px
  }

  .s-event .se-right .ser-materials .sm-slider .swiper-slide .sms-itm {
    height: 294px
  }

  .s-event .se-right .ser-materials .sm-slider .swiper-slide {
    width: 360px
  }

  .s-event .se-right .ser-materials .sm-top {
    margin-bottom: 40px
  }

  .s-event .se-right .ser-materials {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .s-event .se-right .ser-materials .sm-top .def-arrows,
  .s-event .se-right .ser-materials .sm-top .h1 {
    margin-bottom: 30px
  }

  .s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-top .ser-pli-time {
    min-width: 135px;
    max-width: 135px;
    font-size: 14px;
    line-height: 26px
  }

  .s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-top .ser-pli-t-descr {
    font-size: 14px;
    line-height: 26px;
    width: calc(100% - 135px)
  }

  .s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-content .ser-pli-descr {
    font-size: 14px;
    line-height: 26px
  }

  .s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-content {
    padding-left: 150px
  }

  .s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-top .ser-pli-arr {
    right: 15px;
    margin-top: 0
  }

  .s-event .se-right .ser-speak .ser-man .serm-img {
    max-width: 60%
  }

  .s-event .se-right .ser-speak .ser-man .serm-txt {
    padding-top: 70px;
    padding-bottom: 120px
  }

  .s-event .se-right .ser-speak .ser-man .serm-txt .serm-hdr {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 15px
  }

  .s-event .se-right .ser-speak .ser-man .serm-txt .serm-descr {
    font-size: 14px;
    line-height: 26px
  }

  .s-event .se-right .ser-speak .serm-circles .serm-circ {
    width: 40px;
    height: 40px
  }

  .s-event .se-right .ser-speak .serm-circles {
    max-width: 162px
  }

  .s-event .se-right .ser-speak .ser-or {
    padding-left: 25px
  }

  .s-event .se-right .ser-speak .ser-gr .ser-gr-descr {
    font-size: 21px;
    line-height: 26px
  }

  .s-event .se-right .ser-speak .ser-gr {
    padding-left: 25px
  }

  .s-event .se-right .ser-speak .ser-gr .ser-gr-small {
    font-size: 16px;
    line-height: 26px
  }

  .s-event .se-left .sel-block {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px
  }

  .s-event .se-right .ser-speak .ser-or .serm-circles {
    bottom: 49px
  }

  .s-consulting .sc-block {
    max-width: 300px
  }

  .s-spec .ss-text .h1 {
    font-size: 30px
  }

  .s-spec .ss-block {
    max-width: 300px;
    min-height: 300px
  }

  .s-spec .ss-block.ssb-1 {
    left: 43%;
    bottom: -200px
  }

  .news-item .ni-img {
    height: 260px
  }

  .news-item .ni-text {
    height: calc(100% - 260px)
  }

  .news-item .ni-text .nit-left .nit-hdr {
    font-size: 14.4px;
    line-height: 24px;
    margin-bottom: 9px
  }

  .news-item .ni-text .nit-left .nit-date {
    font-size: 12.4px;
    line-height: 20px
  }

  .news-item .ni-text {
    padding-top: 19px
  }

  .news-item .ni-text .nit-right .nit-descr {
    font-size: 12.4px;
    line-height: 20px;
    margin-bottom: 22px
  }

  .news-item .ni-text .nit-name {
    font-size: 12.4px;
    line-height: 20px
  }

  .news-item .ni-text .nit-button-wrap .btn.btn-orange {
    font-size: 8.6px;
    line-height: 8.6px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 7px;
    margin-bottom: 7px
  }

  .news-item.small .ni-img {
    height: 129px
  }

  .news-item.small .ni-text {
    height: calc(100% - 129px)
  }

  .news-item.small .ni-text .nit-hdr {
    font-size: 14.4px;
    line-height: 24px;
    margin-bottom: 20px
  }

  .news-item.small .ni-text {
    padding-top: 26px
  }

  .news-item .ni-text .nit-descr {
    font-size: 13px;
    line-height: 20px
  }

  .news-item.small .ni-text .nit-date {
    font-size: 12.4px;
    line-height: 15px;
    margin-bottom: 20px
  }

  .news-item.small .ni-text {
    padding-bottom: 205px
  }

  .news-item .ni-text .btn-arr {
    width: 25px;
    height: 25px;
    right: 15px;
    bottom: 15px
  }

  .news-item.small .nit-btm {
    padding-right: 45px
  }
}

@media only screen and (max-width:1280px) {
  .default-form .df-content .def-inp input {
    padding-bottom: 15px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-descr {
    font-size: 12px;
    line-height: 20px
  }

  .s-license .sl-slider .swiper-slide .sls-itm .sls-txt .sls-t-descr {
    font-size: 10px;
    line-height: 20px
  }

  .s-lead .sl-text .slt-right {
    max-width: 290px
  }

  .s-lead .h1 {
    margin-bottom: 40px
  }

  .s-lead:before {
    height: 622px;
    width: 566px
  }

  .s-also .sa-slider .swiper-slide.big {
    width: calc(50% - 9px)
  }

  .s-also .sa-slider .swiper-slide {
    width: calc(25% - 14px)
  }

  @keyframes line-anim {
    0% {
      transform: translateX(0)
    }

    100% {
      transform: translateX(-3450px)
    }
  }

  .s-aktiv .sa-line img {
    max-width: 3400px;
    display: block
  }

  .s-aktiv .sa-line {
    min-width: 6850px;
    left: 0
  }

  .s-aktiv .sa-items .sa-itm.sai-1 {
    max-width: 220px;
    padding-top: 120px
  }

  .s-aktiv .sa-items .sa-itm.sai-2 {
    max-width: 310px;
    padding-top: 280px
  }

  .s-aktiv .sa-items .sa-itm.sai-3 {
    max-width: 290px
  }

  .s-aktiv .sa-items .sa-itm.sai-4 {
    max-width: 200px;
    padding-top: 340px
  }

  .s-aktiv .sa-items {
    margin-bottom: 100px
  }

  .s-aktiv .sa-text .sat-descr {
    font-size: 18px;
    line-height: 24px;
    max-width: 700px
  }

  .s-team .st-slider .swiper-slide {
    width: 300px
  }

  .s-team .st-slider .swiper-slide .sts-itm .sts-photo {
    height: 354px
  }

  .s-team .st-slider .swiper-slide .sts-itm .sts-txt {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px
  }

  .s-team .st-slider .swiper-slide .sts-itm .sts-txt .sts-name {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 8px
  }

  .s-team .st-slider .swiper-slide .sts-itm .sts-txt .sts-descr {
    font-size: 13px;
    line-height: 24px
  }
}

@media only screen and (max-width:1250px) {
  .s-services-nav .ssn-right .ssn-items .ssn-itm {
    min-height: 350px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-img {
    top: 25px
  }

  .main-menu .mm-col .btn.dark {
    left: -16px
  }

  .s-press-kit .spk-items .spk-itm .spk-i-img {
    height: 184px
  }

  .s-event .se-right .ser-video-mat .srm-video {
    height: 400px
  }

  .s-event .se-right .ser-video-mat .srm-video::after {
    width: 100px;
    height: 100px
  }

  .s-event .se-right .ser-video-mat .h1 {
    margin-bottom: 20px
  }

  @keyframes line-anim {
    0% {
      transform: translateX(0)
    }

    100% {
      transform: translateX(-3450px)
    }
  }

  .s-second-top .s-breadcrumbs {
    margin-bottom: 250px
  }

  .s-format .sf-descr {
    font-size: 18px;
    line-height: 26px
  }

  .s-deg-cons::before {
    width: 404px;
    height: 348px
  }

  .s-deg-cons .s-breadcrumbs {
    margin-bottom: 30px
  }

  .s-deg-cons {
    padding-bottom: 70px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-img {
    width: 300px;
    height: 300px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm {
    padding-right: 340px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-hdr {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-descr {
    margin-bottom: 20px
  }

  .s-services-nav .ssn-left .ssn-nav-block {
    padding-top: 20px
  }

  .s-services-nav .ssn-left .ssn-nav-block ul li {
    margin-bottom: 15px
  }

  .s-services-main .ssm-bg {
    width: 454px;
    height: 529px
  }

  .s-play .sp-video {
    height: 470px
  }

  .s-talk .st-left {
    width: 100%;
    margin-bottom: 30px
  }

  .s-talk .st-left br {
    display: none
  }

  .s-talk .st-right {
    width: 100%;
    max-width: 100%
  }

  .s-talk .st-right .st-descr {
    padding-left: 0
  }

  .s-theme .st-hdr {
    padding-left: 0
  }

  .s-listen .sl-block .slb-descr {
    margin-bottom: 40px
  }

  .s-dis-club::before {
    width: 390px;
    height: 440px;
    bottom: -20px;
    right: 4%
  }

  .s-dis-club {
    padding-bottom: 70px
  }

  .s-dis-club .s-breadcrumbs {
    margin-bottom: 20px
  }

  .s-dis-club .sdc-text .h1 {
    margin-bottom: 20px
  }

  .main-menu .mm-col .mm-list li a {
    font-size: 14px;
    line-height: 16px
  }

  .main-menu .mm-col .mm-hdr {
    font-size: 14px;
    line-height: 16px
  }

  .main-menu .mm-col .mm-list li a,
  .main-menu .mm-col .mm-list li span {
    font-size: 14px;
    line-height: 16px
  }

  .main-menu .mm-col .mm-small-list li span {
    font-size: 14px;
    line-height: 16px
  }

  .main-menu .mm-col .mm-small-list li a {
    font-size: 14px;
    line-height: 16px
  }

  .main-menu .mm-col .btn.dark {
    font-size: 14px;
    line-height: 16px;
    padding-left: 15px;
    padding-right: 15px
  }

  .main-menu .mm-col .btn.dark::after,
  .main-menu .mm-col .btn.dark::before {
    display: none
  }

  .s-lead .sl-text .slt-right {
    max-width: 300px
  }

  .s-lead .sl-text .slt-left {
    max-width: 300px
  }

  .s-lead .h1 {
    margin-bottom: 40px
  }

  .s-lead .sl-text .slt-hdr {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 10px
  }

  .s-projects .sp-items .sp-itm {
    margin-bottom: 20px
  }

  .s-projects {
    padding-bottom: 45px
  }

  .s-comm {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .s-comm .sc-top {
    margin-bottom: 60px
  }

  .s-banner .sb-block .sbb-text {
    padding-top: 45px;
    padding-bottom: 45px
  }

  .s-banner .sb-block .sbb-bg {
    width: 45%
  }

  .s-spec .ss-text .h1 {
    font-size: 32px
  }

  .s-spec .ss-block .ssb-top .ssb-hdr {
    font-size: 19.21px;
    line-height: 26px
  }

  .s-spec .ss-block .ssb-btm .ssb-link {
    font-size: 14px;
    line-height: 19px
  }

  .s-spec .ss-block .ssb-btm .ssb-link::after,
  .s-spec .ss-block .ssb-btm .ssb-link::before {
    top: 4px
  }

  .s-spec .ss-block .ssb-top .ssb-img img {
    max-width: 30px
  }

  .hdr-fixed .hd-right .hd-list li a,
  header .hd-right .hd-list li a {
    font-size: 12px;
    line-height: 15px
  }

  .hdr-fixed .hd-right .hd-list li,
  header .hd-right .hd-list li {
    margin-left: 24px;
    margin-right: 24px
  }

  .s-services {
    padding-top: 65px
  }


  .s-services .ss-slider .swiper-slide .ss-itm .ss-hdr {
    font-size: 19.21px;
    line-height: 27px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content {
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 47px;
    margin-bottom: 22px;
    min-height: 480px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hover {
    padding-top: 47px;
    padding-left: 21px;
    padding-right: 21px
  }

  .s-services .ss-slider .swiper-slide {
    width: 304px;
    padding-bottom: 35px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content .ssc-descr {
    font-size: 13px;
    line-height: 24px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hover ul li {
    font-size: 13px;
    line-height: 24px
  }

  .s-expertise .se-top {
    margin-bottom: 19px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm {
    height: 522px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-hdr {
    font-size: 19.21px;
    line-height: 27px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-descr {
    font-size: 13px;
    line-height: 24px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt {
    padding-bottom: 60px;
    top: 70%
  }

  .s-services-items .ssi-itm-wrap:nth-child(3),
  .s-services-items .ssi-itm-wrap:nth-child(4),
  .s-services-items .ssi-itm-wrap:nth-child(5) {
    width: calc(33.33% - 18px)
  }

  .s-order .so-block::before {
    width: 580px;
    height: 402px
  }

  .s-cons::before {
    width: 450px;
    height: 374px
  }

  .s-our-approach {
    padding-top: 80px
  }

  .s-our-approach .soa-top .soa-t-descr {
    font-size: 18px;
    line-height: 24px;
    max-width: 720px
  }

  .s-company {
    padding-top: 120px;
    padding-bottom: 500px
  }

  .s-company .sc-txt .sct-descr {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px
  }

  .s-services .def-arrows {
    display: flex;
  }

  .s-services .my-container {
    display: flex
  }

  .s-services .my-container.big {
    display: block
  }

  
  .s-spec .ss-text {
    padding-top: 225px
  }

  .s-spec .ss-text .h1 {
    margin-bottom: 40px
  }

  .s-spec::before {
    width: 418px;
    height: 514px
  }

  .s-spec .ss-block {
    max-width: 300px
  }

  .s-spec .ss-block.ssb-2 {
    top: 117px
  }

  .s-spec .ss-block {
    min-height: 296px
  }

  .s-spec .ss-block.ssb-1 {
    left: 46%;
    bottom: -188px
  }

  .s-consulting::after {
    width: 546px;
    height: 528px;
    transform: translateX(-75%)
  }

  .s-consulting {
    padding-top: 74px;
    padding-bottom: 35px
  }

  .s-consulting .sc-block {
    max-width: 300px;
    height: 335px
  }

  .s-consulting .sc-block .scb-descr {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 20px;
    font-size: 13px;
    line-height: 21px
  }

  .s-consulting .sc-block .scb-hdr {
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 36px;
    font-size: 19.21px;
    line-height: 27px
  }

  .s-consulting .sc-txt .sct-descr {
    font-size: 19.21px;
    line-height: 29px;
    margin-bottom: 187px;
    max-width: 316px;
    width: 100%
  }

  .s-consulting .sc-txt .h1 {
    font-size: 26.6px;
    line-height: 129.6%;
    margin-bottom: 26px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-descr br {
    display: none
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-hdr br {
    display: none
  }

  .s-press {
    padding-top: 64px
  }

  .s-press .sp-top {
    margin-bottom: 22px
  }

  .s-press .sp-items .sp-itm.big .spib-top {
    padding-top: 21px;
    padding-left: 20px;
    padding-right: 20px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spi-hdr {
    letter-spacing: 0;
    font-size: 13px;
    line-height: 16px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-img {
    min-width: 130px;
    max-width: 130px;
    height: 130px;
    margin-bottom: 18px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt .spib-ti-status {
    font-size: 11.5px;
    line-height: 14px;
    margin-bottom: 2px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt .spib-ti-name,
  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt .spib-ti-work {
    font-size: 11.5px;
    line-height: 139.9%
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(2) .spib-ti-img {
    margin-left: auto;
    margin-right: 34px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(2) .spib-ti-txt::after {
    left: 53%
  }

  .s-press .sp-items .sp-itm .spi-btm {
    padding-left: 20px;
    padding-right: 20px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-date {
    font-size: 13px;
    line-height: 16px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-big-descr {
    font-size: 19.21px;
    line-height: 27px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-descr {
    font-size: 13px;
    line-height: 24px
  }

  .s-press .sp-items .sp-itm .spi-top {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 23px;
    margin-bottom: 41px
  }

  .s-press .sp-items .sp-itm .spi-top .spi-img img {
    max-width: 37px;
    width: 100%
  }

  .s-press .sp-items .sp-itm-wrap .sp-itm .spi-btm .spi-b-big-descr {
    font-size: 16px;
    line-height: 26px
  }
}

@media only screen and (max-width:1200px) {
  .s-contacts .sc-top .sct-items .sct-itm {
    width: 50%
  }

  .s-lead:before {
    width: 452px;
    height: 534px
  }

  .s-license .sl-slider .swiper-slide {
    width: 290px
  }

  .s-license .sl-slider .swiper-slide .sls-itm {
    padding-right: 0
  }

  .s-license .sl-top .def-arrows {
    display: flex
  }

  .s-order.so-girl .so-block::before {
    height: 418px;
    width: 490px
  }

  .s-services-main .ssm-text .ssm-small-descr {
    max-width: 500px
  }

  .s-entry::before {
    width: 400px;
    height: 400px
  }

  .s-entry {
    padding-top: 80px
  }

  .s-entry .s-breadcrumbs {
    margin-bottom: 30px
  }

  .s-entry .se-text .set-descr {
    margin-bottom: 50px
  }

  .s-spec .ss-text .h1 {
    font-size: 28px
  }

  .news-item .ni-img {
    height: 208px
  }

  .news-item .ni-text {
    height: calc(100% - 208px);
    padding-left: 10px;
    padding-right: 10px
  }

  .news-item .ni-text .nit-left .nit-hdr {
    font-size: 11.5px;
    line-height: 19px;
    margin-bottom: 7px
  }

  .news-item .ni-text .nit-left .nit-date {
    font-size: 10px;
    line-height: 16px
  }

  .news-item .ni-text .nit-right .nit-descr {
    font-size: 10px;
    line-height: 16px
  }

  .news-item .ni-text .nit-name {
    font-size: 10px;
    line-height: 16px
  }

  .news-item.small .ni-img {
    height: 103px
  }

  .news-item.small .ni-text {
    height: calc(100% - 103px);
    padding-top: 22px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 175px
  }

  .news-item.small .ni-text .nit-hdr {
    font-size: 11.5px;
    line-height: 19px;
    margin-bottom: 17px
  }

  .news-item .ni-text .nit-descr {
    font-size: 10.4px;
    line-height: 16px
  }

  .news-item.small .ni-text .nit-date {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 11px
  }

  .news-item.small .ni-text .nit-name {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 16px
  }
}

@media only screen and (max-width:1100px) {
  .s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-img {
    position: relative;
    right: auto;
    left: 0;
    margin: 0;
    top: 0;
    transform: none;
    margin-bottom: 30px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm {
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 45px;
    padding-bottom: 45px
  }

  .s-services-nav {
    padding-bottom: 45px
  }

  .s-lead:before {
    height: 384px;
    width: 370px
  }

  .s-lead .my-container.flex {
    padding-bottom: 45px;
    padding-top: 45px
  }

  .s-lead .sl-text .slt-descr {
    font-size: 12px;
    line-height: 22px
  }

  .s-spec .ss-text .h1 {
    font-size: 24px
  }

  .s-spec .ss-block.ssb-1 {
    left: 42%
  }

  .s-spec .ss-block {
    max-width: 280px
  }

  .s-consulting .sc-block {
    max-width: 280px
  }
}

@media only screen and (max-width:1024px) {
  .main-menu .mm-col .btn.dark {
    left: 0
  }

  .s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm .btn-arr {
    position: relative;
    left: 0;
    bottom: 0
  }

  .s-services-page .ssp-content .my-container.flex .ssp-left {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0
  }

  .s-services-page .ssp-content .my-container.flex .ssp-right {
    width: 100%
  }

  .s-services-page .ssp-content .my-container.flex .ssp-hdr {
    margin-bottom: 20px;
    min-height: 1px
  }

  .s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm {
    height: auto;
    display: flex;
    flex-wrap: wrap
  }

  .s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm .serv-left {
    position: relative;
    z-index: 1;
    width: 39.4%
  }

  .s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm .serv-right {
    width: 60.6%
  }

  .s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm:nth-child(2)::before {
    background-size: contain;
    width: 282px;
    height: 253px;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0
  }

  .s-tasks .st-hdr {
    width: 100%;
    margin-bottom: 30px
  }

  .s-tasks .st-hdr br {
    display: none
  }

  .s-tasks .st-descr {
    width: 100%;
    max-width: 1000px
  }

  .s-tasks {
    padding-bottom: 70px
  }

  .s-solo-txt.sst-with-people .sst-wp-descr {
    font-size: 21px;
    line-height: 28px
  }

  .s-solo-txt.sst-gray-revert {
    padding-bottom: 100px
  }

  .s-solo-txt.sst-with-people .my-container {
    padding-left: 20px
  }

  .s-solo-txt.sst-with-people .my-container {
    padding-right: 20px;
    padding-bottom: 400px
  }

  .s-solo-txt.sst-with-people .sst-wp-icn.sst-1 {
    top: auto;
    bottom: 22%;
    right: auto;
    left: 60%
  }

  .s-solo-txt.sst-with-people .sst-wp-icn.sst-2 {
    top: auto;
    bottom: 2%;
    right: auto;
    left: 39%
  }

  .s-solo-txt.sst-with-people .sst-wp-icn.sst-3 {
    top: auto;
    bottom: 15%;
    right: auto;
    left: 10%
  }

  .s-solo-txt.sst-with-people .sst-wp-icn.sst-4 {
    top: auto;
    right: auto;
    left: 80%;
    bottom: 5%
  }

  .s-questions .sq-block .sqb-row.sqb-five .def-inp {
    width: calc(100% - 18px)
  }

  .s-our-approach .soa-content .soa-items .soa-itm .soa-i-descr br {
    display: none
  }

  .s-contacts .sc-btm .scb-descr {
    font-size: 18px;
    line-height: 26px
  }

  .s-contacts .sc-map {
    margin-bottom: 69px
  }

  .s-contacts .sc-btm .h1 {
    margin-bottom: 14px
  }

  .s-press-kit .spk-items .spk-itm {
    width: calc(50% - 18px)
  }

  .s-press-kit .spk-items {
    flex-wrap: wrap
  }

  .s-press-kit .spk-items .spk-itm .spk-i-img {
    height: 300px
  }

  .s-press-kit .spk-items .spk-itm .spk-i-top {
    padding-left: 0
  }

  .s-second-top .sst-btm {
    padding-top: 45px
  }

  .s-second-top .sst-btm .h1 {
    margin-bottom: 60px
  }

  .s-event .se-left {
    width: 290px
  }

  .s-event .se-right {
    width: calc(100% - 290px)
  }

  .s-event .se-right {
    padding-left: 25px
  }

  .s-deg-cons .sdc-text .sdc-descr {
    font-size: 18px;
    line-height: 24px
  }

  .s-tasks .st-descr {
    font-size: 18px;
    line-height: 30px
  }

  .s-talk .st-right .st-descr {
    font-size: 18px;
    line-height: 30px
  }

  .s-podcast-text .spt-mid .spt-m-descr {
    font-size: 18px;
    line-height: 24px
  }

  .s-release .sr-slider .swiper-slide {
    width: 100%
  }

  .s-release .sr-slider .srs-itm .srs-img {
    height: 320px
  }

  .s-release {
    padding-top: 75px
  }

  .h1 {
    font-size: 21.3px;
    line-height: 126.9%
  }

  .btn {
    font-size: 12px;
    line-height: 15px;
    padding-top: 11px;
    padding-bottom: 12px;
    padding-right: 17px;
    padding-left: 37px
  }

  .btn::after,
  .btn::before {
    width: 12px;
    height: 12px;
    background-size: contain;
    left: 15px;
    top: 50%;
    margin-top: -6px
  }

  .s-ib .si-text {
    max-width: 550px
  }

  .s-ib::before {
    width: 350px;
    height: 438px
  }

  .s-ib .si-text .h1 {
    margin-bottom: 20px
  }

  .s-ib .si-text .sit-descr {
    font-size: 18px;
    line-height: 24px
  }

  .s-ib {
    padding-bottom: 65px
  }

  .s-projects .sp-items .sp-itm .spi-img {
    width: 100%;
    height: 300px;
    position: relative;
    border-radius: 10px
  }

  .s-projects .sp-items .sp-itm {
    padding-left: 10px;
    padding-right: 10px
  }

  .s-projects .sp-items .sp-itm .spi-text {
    padding-left: 0;
    padding-right: 0
  }

  .s-projects .sp-items .sp-itm {
    min-height: 380px;
    padding-top: 21px
  }

  .s-projects .sp-items .sp-itm .spi-text .spi-hdr {
    display: none
  }

  .s-projects .sp-items .sp-itm .spi-text {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .s-projects .sp-items .sp-itm .spi-hdr.spi-adap {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 22px
  }

  .s-spec .ss-text .h1 {
    font-size: 25.6px;
    line-height: 126.9%
  }

  .s-services .ss-slider .swiper-slide {
    padding-top: 35px
  }

  .s-services .ss-slider {
    margin-top: -35px
  }

  .s-services {
    padding-top: 48px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hdr {
    font-size: 15.3px;
    line-height: 22px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content .ssc-descr {
    font-size: 10.4px;
    line-height: 19px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 37px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hdr {
    margin-bottom: 17px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content {
    min-height: 382px
  }

  .s-services .ss-slider .swiper-slide {
    width: 244px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hover ul li {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 3px;
    padding-left: 10px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hover ul li::before {
    width: 3px;
    height: 3px;
    left: 0;
    top: 6px
  }

  .main-menu .my-container.big.flex {
    justify-content: space-between
  }

  .main-menu .mm-col:nth-child(2) {
    margin-right: 0;
    width: 100%
  }

  .main-menu .my-container.big.flex {
    flex-wrap: wrap
  }

  .main-menu .mm-col .mm-logo {
    margin-bottom: 0
  }

  .main-menu .mm-col .s-socials {
    display: none
  }

  .main-menu .mm-col .btn.dark {
    display: none
  }

  .main-menu .mm-btm-col {
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 21px;
    text-align: center;
    margin-top: 18px
  }

  .main-menu .mm-btm-col .s-socials {
    margin-bottom: 20px;
    justify-content: center
  }

  .main-menu {
    padding-bottom: 20px
  }

  .main-menu .mm-col:nth-child(3),
  .main-menu .mm-col:nth-child(4),
  .main-menu .mm-col:nth-child(5) {
    margin-right: 0;
    width: auto;
    padding-top: 0
  }

  .main-menu .mm-col:nth-child(2) {
    margin-bottom: 20px
  }

  .s-general .sg-top .sgt-flex .sgt-sort .sgt-sort-desc .sgt-sd-hdr {
    margin-right: 9px;
    font-size: 14px;
    line-height: 30px
  }

  .s-general .sg-top .sgt-flex .sgt-sort .sgt-sort-desc .sgt-sd-items .sgt-sd-itm {
    margin-left: 9px;
    margin-right: 9px;
    font-size: 14px;
    line-height: 30px
  }

  .s-general .s-breadcrumbs {
    margin-bottom: 20px
  }

  .s-general {
    padding-top: 95px
  }

  .s-aktiv .sa-items .sa-itm.sai-2 {
    max-width: 250px;
    padding-top: 240px
  }

  .s-aktiv .sa-items .sa-itm.sai-1 {
    padding-top: 80px;
    max-width: 160px
  }

  .s-aktiv .sa-items .sa-itm.sai-3 {
    max-width: 230px
  }

  .s-aktiv .sa-items .sa-itm.sai-4 {
    padding-top: 270px
  }

  .s-aktiv .sa-line {
    top: 16%
  }

  .s-cons .sc-txt .h1 {
    max-width: 500px
  }

  .s-cons .sc-txt .sct-descr {
    max-width: 500px
  }

  .s-services-items .ssi-itm-wrap:nth-child(1),
  .s-services-items .ssi-itm-wrap:nth-child(2),
  .s-services-items .ssi-itm-wrap:nth-child(3),
  .s-services-items .ssi-itm-wrap:nth-child(4),
  .s-services-items .ssi-itm-wrap:nth-child(5) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 69px
  }

  .s-services-items .my-container.big.ssi-items {
    padding-left: 20px;
    padding-right: 20px
  }

  .s-services-items .ssi-itm-wrap:nth-child(5) {
    margin-bottom: 0
  }

  .s-services-items .ssi-itm-wrap .ssi-itm {
    min-height: 387px
  }

  .s-services-items .ssi-itm-wrap .ssi-itm-num {
    display: block
  }

  .s-services-items .ssi-itm-wrap:nth-child(5) .ssi-itm {
    min-height: 278px
  }

  .s-mid-text .smt-descr {
    font-size: 18px;
    line-height: 24px
  }

  .s-mid-text .smt-txt {
    max-width: 100%
  }

  .s-our-approach.soa-custom .soa-content {
    padding-top: 54px;
    padding-bottom: 72px
  }

  .s-our-approach.soa-custom {
    padding-bottom: 0
  }

  .s-order .so-block .sob-descr {
    font-size: 18px;
    line-height: 26px;
    max-width: 390px
  }

  .s-questions.top-padding {
    padding-top: 14px
  }

  .s-our-approach {
    padding-top: 45px
  }

  .s-our-approach .soa-top {
    margin-bottom: 74px
  }

  .s-our-approach .soa-content .soa-items .soa-itm {
    max-width: 100%;
    width: 100%
  }

  .s-our-approach .soa-content .soa-items .soa-itm:last-child {
    margin-bottom: 0
  }

  .s-our-approach .soa-content .soa-items {
    flex-wrap: wrap
  }

  .s-our-approach .soa-content .soa-items .soa-itm {
    display: flex;
    align-items: center
  }

  .s-our-approach .soa-content .soa-items .soa-itm .soa-i-num {
    margin-bottom: 0
  }

  .s-our-approach .soa-content .soa-items .soa-itm .soa-i-descr {
    font-size: 14px;
    line-height: 26px;
    width: calc(100% - 80px);
    padding-left: 25px
  }

  .s-our-approach .soa-content {
    padding-top: 79px;
    padding-bottom: 79px
  }

  .s-spec::before {
    width: 320px;
    height: 400px
  }

  .s-spec .ss-text {
    padding-top: 174px
  }

  .s-spec .ss-text .h1 {
    margin-bottom: 34px
  }

  .s-spec .ss-text {
    padding-bottom: 38px
  }

  .s-spec .ss-block .ssb-top .ssb-hdr {
    font-size: 15.3px;
    line-height: 21px
  }

  .s-spec .ss-block .ssb-btm .ssb-link {
    font-size: 11.5px;
    line-height: 22px;
    margin-bottom: 3px
  }

  .s-spec .ss-block .ssb-btm .ssb-link::after,
  .s-spec .ss-block .ssb-btm .ssb-link::before {
    background-size: contain;
    width: 10px;
    height: 7px;
    top: 7px
  }

  .s-spec .ss-block {
    max-width: 243px;
    min-height: 238px
  }

  .s-spec .ss-block .ssb-top .ssb-img {
    margin-bottom: 27px
  }

  .s-spec .ss-block.ssb-2 {
    top: 21.9%
  }

  .s-spec .ss-block.ssb-1 {
    bottom: -169px
  }

  .s-spec .ss-block .ssb-top {
    padding-top: 17px;
    padding-left: 18px;
    padding-right: 18px
  }

  .s-spec .ss-block .ssb-btm {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px
  }

  .s-consulting .sc-txt .h1 {
    font-size: 21.3px;
    line-height: 126.9%;
    margin-bottom: 22px
  }

  .s-consulting .sc-txt .sct-descr {
    font-size: 15.3px;
    line-height: 23px;
    margin-bottom: 151px
  }

  .s-consulting {
    padding-top: 57px
  }

  .s-consulting::after {
    width: 400px;
    height: 390px
  }

  .s-consulting .sc-block {
    top: auto;
    transform: none;
    bottom: 40px
  }

  .s-consulting .sc-block .scb-hdr {
    font-size: 15.3px;
    line-height: 22px
  }

  .s-consulting .sc-block .scb-descr {
    font-size: 10.4px
  }

  .s-consulting .sc-block {
    height: 268px;
    max-width: 245px
  }

  .s-consulting .sc-block .scb-descr {
    padding-top: 13px;
    padding-left: 18px;
    padding-right: 18px
  }

  .s-expertise .se-slider .swiper-slide {
    width: 760px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-hdr {
    font-size: 15.3px;
    line-height: 22px;
    padding-right: 15px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-descr {
    padding-left: 15px;
    font-size: 10.4px;
    line-height: 19px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt {
    top: 64%
  }

  .s-expertise {
    padding-top: 25px;
    padding-bottom: 45px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm {
    height: 416px
  }

  .s-spec .ss-block.ssb-1 {
    left: 47%
  }

  .s-press .sp-items .sp-itm.big .spib-top .spi-hdr {
    font-size: 10.4px;
    line-height: 13px
  }

  .s-press .sp-items .sp-itm.big .spib-top {
    padding-top: 18px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-img {
    min-width: 105px;
    max-width: 105px;
    height: 105px;
    margin-bottom: 14px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spi-hdr {
    margin-bottom: 11px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt .spib-ti-status {
    font-size: 9px;
    line-height: 11px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt .spib-ti-name,
  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt .spib-ti-work {
    font-size: 9px;
    line-height: 139.9%
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt::after {
    top: -9px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-big-descr {
    font-size: 15.3px;
    line-height: 21px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-date {
    font-size: 10.4px;
    line-height: 13px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-descr {
    font-size: 13px;
    line-height: 19px
  }

  .s-press .sp-items .sp-itm .spi-btm-line {
    padding-left: 20px;
    padding-right: 20px
  }

  .s-press .sp-items .sp-itm .spi-hdr {
    font-size: 10.4px;
    line-height: 13px
  }

  .s-press .sp-items .sp-itm .spi-top {
    padding-top: 17px;
    margin-bottom: 27px
  }

  .s-press .sp-items .sp-itm-wrap .sp-itm .spi-btm .spi-b-big-descr {
    font-size: 12.8px;
    line-height: 20px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-date span {
    padding-left: 30px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-date span::before {
    left: 9px
  }

  footer .ft-col .ftc-list li a {
    font-size: 12px;
    line-height: 24px
  }

  footer .ft-col .ftc-hdr {
    font-size: 12px;
    margin-bottom: 14px
  }

  footer .ft-col {
    margin-bottom: 25px;
    padding-right: 15px
  }

  .s-questions .sq-block .sqb-row .def-inp {
    width: calc(50% - 18px);
    margin-bottom: 39px
  }

  .s-questions .sq-block .sqb-row {
    margin-bottom: 0
  }

  .s-questions .sq-block .h1 {
    margin-bottom: 60px
  }

  .s-questions .sq-block .sqb-row .cb-wrap {
    top: 0;
    align-self: flex-start
  }

  .hdr-fixed .hd-right .hd-list li,
  header .hd-right .hd-list li {
    margin-left: 10px;
    margin-right: 10px
  }
}

@media only screen and (max-width:992px) {
  .s-aktiv .sa-text .sat-hdr br {
    display: none
  }

  .s-order.so-girl .so-block::before {
    height: 354px;
    width: 425px
  }

  .s-event {
    min-height: 1px
  }

  .s-event .se-right .ser-speak .ser-man .serm-img {
    max-width: 45%
  }

  .s-event {
    padding-top: 10px
  }

  .s-event .se-left {
    width: 100%
  }

  .s-event .se-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0
  }

  .s-event .se-left .sel-block {
    position: relative
  }

  .s-second-top .sst-btm .h1 {
    margin-bottom: 30px
  }

  .s-second-top {
    padding-top: 150px
  }

  .s-search-page .ssp-search .def-inp {
    width: 100%;
    max-width: 100%;
    margin-bottom: 31px;
    margin-right: 0
  }

  .s-search-page .ssp-search {
    flex-wrap: wrap;
    margin-bottom: 30px
  }

  .s-search-page .ssp-result .ssp-res-descr {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px
  }

  .s-search-page .ssp-result .ssp-items .ssp-itm .ssp-i-hdr {
    font-size: 18px;
    line-height: 26px
  }

  .s-search-page .ssp-result .ssp-items .ssp-itm .ssp-i-descr {
    font-size: 14px;
    line-height: 26px
  }

  .s-search-page .ssp-nav ul li a {
    font-size: 21px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px
  }

  .s-search-page {
    padding-bottom: 100px
  }

  .s-our-approach.soa-cons .soa-content .soa-t-descr {
    font-size: 18px;
    line-height: 26px
  }

  .s-deg-cons {
    padding-bottom: 380px
  }

  .s-deg-cons::before {
    right: auto;
    left: 50%;
    transform: translateX(-50%)
  }

  .s-services-nav .ssn-left {
    display: none
  }

  .s-services-main .ssm-text .ssm-small-descr {
    display: none
  }

  .s-services-main {
    padding-bottom: 450px;
    overflow: hidden
  }

  .s-services-main .ssm-bg {
    width: 600px;
    height: 700px
  }

  .s-services-nav .ssn-right {
    width: 100%
  }

  .s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 23px
  }

  .s-services-page .ssp-content .my-container.flex .ssp-left .serv-itm:nth-child(2)::before,
  .s-services-page .ssp-content .my-container.flex .ssp-left .serv-itm:nth-child(3)::before,
  .s-services-page .ssp-content .my-container.flex .ssp-left .serv-itm:nth-child(4)::before {
    width: 206px;
    height: 203px
  }

  .s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm:nth-child(2)::before {
    width: 205px;
    height: 184px
  }

  .s-services-page .ssp-content .my-container.flex .serv-itm {
    padding-top: 23px;
    padding-left: 10px;
    padding-right: 10px
  }

  .s-dis-club::before {
    width: 292px;
    height: 330px;
    bottom: -10px;
    right: 2%
  }

  .s-dis-club .sdc-text .sdc-t-descr {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px
  }

  .s-dis-club {
    padding-top: 90px
  }

  .s-dis-club .sdc-text .h1 {
    font-size: 20px;
    line-height: 30px
  }

  .s-also.sa-only-big .sa-slider .swiper-slide.big {
    width: 300px
  }

  .s-play {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .s-listen .sl-block {
    padding-top: 45px;
    padding-bottom: 45px
  }

  .s-podcast-detail .spd-block .spd-left {
    width: 100%;
    padding-right: 0
  }

  .s-podcast-detail .spd-block .spd-right {
    width: 100%;
    padding-right: 0
  }

  .s-podcast-detail .spd-block {
    flex-wrap: wrap
  }

  .s-podcast-detail .spd-block .spd-right .spd-soc {
    display: none
  }

  .s-podcast-detail .s-breadcrumbs {
    margin-bottom: 100px
  }

  .s-podcast-detail .spd-block .spd-left .spd-itm {
    margin-bottom: 20px
  }

  .s-podcast-detail .spd-block .spd-i-hdr br {
    display: none
  }

  .s-podcast-detail .spd-block .spd-left {
    margin-bottom: 20px
  }

  .s-podcast-detail .spd-block .spd-right .spd-itm {
    margin-bottom: 20px
  }

  .s-podcast-detail .spd-block {
    padding-bottom: 20px
  }

  .s-lead .sl-text .slt-right {
    display: none
  }

  .s-lead .my-container.flex {
    padding-bottom: 400px
  }

  .s-lead:before {
    height: 533px;
    width: 512px
  }

  .s-entry::before {
    top: auto;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    width: 400px;
    height: 400px;
    bottom: 214px
  }

  .s-entry .se-text {
    max-width: 100%
  }

  .s-entry .se-text .set-descr {
    margin-bottom: 500px
  }

  .s-entry .se-soc-icn {
    bottom: 550px
  }

  .s-consulting::after {
    transform: translateX(-50%)
  }

  .s-spec .my-container {
    padding-left: 0;
    padding-right: 0
  }

  .s-spec .ss-text .h1 {
    margin-bottom: 28px
  }

  .s-spec .ss-text .h1 span {
    display: block;
    margin-top: 15px
  }

  .s-spec .ss-text {
    background: #ff5c02;
    margin-bottom: 10px
  }

  .s-spec .ss-block {
    position: static;
    max-width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px
  }

  .s-spec .ss-block:last-child {
    margin-bottom: 0
  }

  .s-spec .ss-block.ssb-2 {
    transform: none
  }

  .s-spec {
    background: #f6f6f6
  }

  .s-spec .ss-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 97px;
    padding-bottom: 249px;
    position: relative;
    overflow: hidden
  }

  .s-spec .ss-text::after {
    content: "";
    position: absolute;
    width: 263px;
    height: 228px;
    background: url(../img/spec_bg_mobile.webp) 50% 0;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
  }

  .s-spec::before {
    display: none
  }

  .s-spec .ss-block .ssb-top .ssb-hdr {
    font-size: 16px;
    line-height: 25px
  }

  .s-spec .ss-block .ssb-top {
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 29px;
    padding-bottom: 24px
  }

  .s-spec .ss-block .ssb-btm {
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 23px;
    padding-bottom: 24px
  }

  .s-spec .ss-block .ssb-top .ssb-img {
    max-width: 29px;
    margin-bottom: 23px
  }

  .s-spec .ss-block .ssb-btm .ssb-link {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 16px
  }

  .s-spec .ss-block .ssb-btm .ssb-link:last-child {
    margin-bottom: 0
  }

  .s-also .news-item .ni-img {
    height: 126px
  }

  .s-also .sa-slider .swiper-slide.big {
    width: 300px
  }

  .s-also .sa-slider .swiper-slide {
    width: 300px
  }

  .s-also .news-item .ni-text .nit-left {
    width: 100%
  }

  .s-also .news-item .ni-text .nit-right {
    width: 100%
  }

  .s-also .sa-slider .swiper-slide .news-item .ni-text {
    flex-wrap: wrap;
    display: block
  }

  .s-also .news-item .nit-left .nit-button-wrap {
    display: none
  }

  .s-also .news-item .ni-text .nit-left {
    padding-right: 0;
    padding-bottom: 0
  }

  .s-also .news-item .ni-text {
    height: calc(100% - 126px)
  }

  .s-also .news-item .ni-text .nit-left .nit-date {
    display: none
  }

  .s-also .news-item.small .ni-text .nit-date {
    display: none
  }

  .s-also .sa-slider .swiper-slide .news-item .mobile-visible {
    display: block
  }

  .s-also .news-item .ni-text .nit-left .nit-date.mobile-visible {
    margin-bottom: 16px
  }

  .s-also .news-item .ni-text {
    padding-top: 32px
  }

  .s-also .news-item .ni-text .nit-left .nit-hdr {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px
  }

  .s-also .news-item.small .ni-text .nit-hdr {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px
  }

  .s-also .news-item.small .ni-text .nit-date {
    margin-bottom: 16px
  }

  .s-also .news-item .ni-text .nit-descr {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 36px
  }

  .s-also .sa-slider .swiper-slide .news-item .ni-text {
    padding-bottom: 8px;
    display: block
  }

  .news-item.small .nit-btm {
    position: relative;
    padding: 0
  }

  .s-also .news-item .ni-text .nit-right .nit-descr {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 36px
  }

  .s-also .news-item .ni-text .nit-name {
    display: none
  }

  .s-also .news-item .ni-text .nit-button-wrap .btn.btn-orange {
    font-size: 11.5px;
    line-height: 11.5px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 6.5px;
    padding-bottom: 6.5px;
    margin-right: 10px;
    margin-bottom: 10px
  }

  .s-general .sg-items .news-item {
    width: calc(100% - 18px)
  }

  .s-general .sg-items .news-item.small {
    width: calc(100% - 18px)
  }

  .s-press .sp-items .sp-itm .spi-btm,
  .s-press .sp-items .sp-itm .spi-top,
  .s-press .sp-items .sp-itm-wrap .sp-itm .spi-btm,
  .s-press .sp-items .sp-itm-wrap .sp-itm .spi-btm-line,
  .s-press .sp-items .sp-itm.big .spib-top {
    padding-left: 10px;
    padding-right: 10px
  }

  .s-press .sp-items .sp-itm.big .spib-top {
    margin-bottom: 100px
  }

  .s-press .sp-items .sp-itm .spi-top {
    margin-bottom: 44px
  }

  .s-press .sp-items .sp-itm-wrap .sp-itm .spi-btm .spi-b-big-descr {
    width: 100%;
    padding-right: 0;
    margin-bottom: 17px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-descr {
    padding-left: 0;
    width: 100%
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-big-descr {
    margin-bottom: 17px
  }
}

@media only screen and (max-width:768px) {
  .default-form.df-politics .dfp-content .dfp-top-content .dfp-t-hdr {
    font-size: 20px
  }

  .default-form.df-politics .dfp-content .dfp-top-content .dfp-t-descr {
    font-size: 16px
  }

  .btn-arr {
    cursor: default
  }

  .def-arrows .swiper-button-next,
  .def-arrows .swiper-button-prev {
    cursor: default
  }

  .s-license {
    padding-top: 70px;
    padding-bottom: 70px
  }

  @keyframes line-anim {
    0% {
      transform: translateX(0)
    }

    100% {
      transform: translateX(-2020px)
    }
  }

  .s-event .se-left {
    left: -5px;
    min-width: calc(100% + 10px)
  }

  .s-event {
    overflow: hidden
  }

  .s-services-page .ssp-nav .my-container.flex {
    padding-left: 10px;
    padding-right: 10px
  }

  .s-our-approach .soa-content .soa-hdr-wrap .soa-c-hdr br {
    display: none
  }

  .s-podcast-text .spt-top .h1 br {
    display: none
  }

  .s-solo-txt br {
    display: none
  }

  .s-cons .sc-txt br {
    display: none
  }

  .s-aktiv .sa-items {
    top: 0;
    position: static
  }

  .s-questions .sq-block .sqb-row .cb-wrap.mobile-hidden {
    display: none
  }

  .s-questions .sq-block .sqb-row .cb-wrap.mobile-visible {
    display: block;
    text-align: left
  }

  .s-questions .sq-block .sqb-row.sqb-two-half .def-inp {
    margin-bottom: 0
  }

  .s-questions .sq-block .sqb-row.sqb-two-half .def-inp {
    width: 100%
  }

  .s-questions .sq-block .sqb-row.sqb-five .def-inp {
    width: 100%
  }

  .s-podcast-detail .spd-block .spd-right {
    display: flex;
    flex-wrap: wrap
  }

  .s-podcast-detail .spd-block .spd-right .spd-itm {
    width: 100%
  }

  .s-podcast-detail .spd-block .spd-right .spd-itm:nth-child(2) {
    order: -1
  }

  .s-comm .sc-slider .swiper-slide .scs-itm .scs-logo::before {
    width: 100%;
    height: 100%;
    opacity: 1
  }

  .s-comm .sc-slider .swiper-slide .scs-itm .scs-text {
    opacity: 1
  }

  .s-release .sr-top .my-container.flex {
    justify-content: space-between
  }

  .s-general .sg-top .sgt-flex {
    position: relative;
    z-index: 1
  }

  .s-questions .sq-block .sqb-row.sqb-swap .def-inp:nth-child(1) {
    order: 1
  }

  .s-questions .sq-block .sqb-row.sqb-swap .def-inp:nth-child(2) {
    order: 3
  }

  .s-questions .sq-block .sqb-row.sqb-swap .def-inp:nth-child(3) {
    order: 4
  }

  .s-questions .sq-block .sqb-row.sqb-swap .def-inp:nth-child(4) {
    order: 2
  }

  .s-questions .sq-block .sqb-row.sqb-swap .def-inp.order-1 {
    order: 1
  }

  .s-questions .sq-block .sqb-row.sqb-swap .def-inp.order-3 {
    order: 3
  }

  .s-questions .sq-block .sqb-row.sqb-swap .def-inp.order-4 {
    order: 4
  }

  .s-questions .sq-block .sqb-row.sqb-swap .def-inp.order-2 {
    order: 2
  }

  .s-press .sp-items .sp-itm-wrap .sp-itm .spi-btm .spi-b-big-descr {
    font-size: 15px;
    line-height: 25px
  }

  .s-solo-txt .h1 br {
    display: none
  }

  .s-questions .sq-block .sqb-row .btn.dark {
    margin-right: 0
  }

  .news-item .ni-text .btn-arr {
    width: 35px;
    height: 35px
  }

  .news-item .ni-text .btn-arr:hover::before {
    width: 100%;
    height: 100%
  }

  .s-not-found {
    padding-top: 20px;
    min-height: 1px;
    padding-bottom: 150px
  }

  .s-not-found .back {
    margin-bottom: 100px
  }

  .s-event .se-right .ser-plan {
    margin-left: 0;
    margin-right: 0
  }

  .s-second-top .sst-btm .btn.btn-orange {
    padding-top: 7px;
    padding-bottom: 7px
  }

  .s-questions .sq-block .sqb-row.sqb-three .def-inp {
    width: 100%
  }

  .s-questions .sq-block .sqb-row.align-center .cb-wrap {
    max-width: 100%
  }

  .s-event .se-right .s-theme {
    padding-bottom: 20px;
    padding-top: 20px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content {
    margin-bottom: 0
  }

  .s-services .ss-slider .swiper-slide {
    padding-bottom: 11px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm {
    margin-bottom: 11px
  }

  .news-item .ni-text .nit-left .nit-hdr {
    font-size: 15px;
    line-height: 25px
  }

  .news-item .ni-text {
    padding-top: 34px
  }

  .news-item .ni-text .nit-button-wrap .btn.btn-orange {
    font-size: 11.5px;
    line-height: 11.5px;
    padding-top: 7px;
    padding-bottom: 6px
  }

  .s-services .ss-slider .swiper-slide:last-child {
    width: 300px
  }

  .s-services-items .ssi-itm-wrap .ssi-itm .ssi-i-hdr br {
    display: none
  }

  .s-team .st-slider .swiper-slide .sts-itm .sts-txt {
    padding-left: 0;
    padding-right: 0
  }

  .s-aktiv .sa-items {
    margin-bottom: 20px
  }

  .s-team .st-top .h1 {
    display: block
  }

  .s-team .st-top .my-container.flex {
    justify-content: space-between
  }

  .s-press .sp-items .sp-itm-wrap .sp-itm {
    padding-bottom: 0
  }

  .s-press .sp-items .sp-itm-wrap .sp-itm .spi-btm-line {
    position: relative
  }

  .s-press .sp-items .sp-itm.big .spi-btm-line {
    position: relative
  }

  .s-press .sp-items .sp-itm.big {
    padding-bottom: 0
  }

  .s-press .sp-items .sp-itm .spi-btm {
    padding-bottom: 13px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt::after {
    display: none
  }

  .s-press .sp-items .sp-itm-wrap {
    margin-left: 0;
    width: 100%
  }

  .s-press .sp-items .sp-itm.big {
    width: 100%;
    margin-right: 0
  }

  .s-press .sp-items .sp-itm.big .spib-top {
    margin-bottom: 50px
  }

  .s-press .sp-items .sp-itm.big {
    background-position: 50% 30%
  }

  .s-press .sp-items .sp-itm.big .spi-btm-line .btn.btn-orange {
    display: block
  }

  .s-contacts .sc-top .sct-items .sct-itm .sct-i-bold {
    font-size: 14px;
    line-height: 24px
  }

  .s-contacts .sc-top .sct-items .sct-itm .sct-i-descr {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 22px
  }

  .s-contacts {
    padding-top: 95px
  }

  .s-contacts .sc-top .h1 {
    margin-bottom: 49px
  }

  .s-contacts .sc-top .sct-items .sct-itm {
    width: 100%;
    padding-right: 0;
    margin-bottom: 44px
  }

  .s-contacts .sc-top {
    padding-bottom: 32px
  }

  .s-contacts .sc-top .sct-items .sct-itm .sct-i-bold {
    margin-bottom: 26px
  }

  .s-contacts .sc-map {
    height: 320px;
    margin-bottom: 72px
  }

  .s-contacts .sc-btm .scb-descr {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px
  }

  .s-contacts .sc-btm .scb-descr:last-child {
    margin-bottom: 0
  }

  .s-contacts {
    padding-bottom: 6px
  }

  .s-contacts .sc-btm .h1 {
    margin-bottom: 16px
  }

  .s-order.so-girl .so-block::before {
    bottom: -44px;
    width: 450px;
    height: 347px
  }

  .s-event .se-right .mobile-share {
    display: flex
  }

  .s-second-top .sst-btm .sst-flex {
    display: none
  }

  .s-second-top .sst-btm .my-container {
    display: flex;
    flex-wrap: wrap
  }

  .s-second-top .sst-btm .my-container .h1 {
    order: -1;
    width: 100%;
    line-height: 30px;
    margin-bottom: 37px
  }

  .s-second-top {
    padding-top: 358px
  }

  .s-second-top .sst-btm {
    padding-top: 36px;
    padding-bottom: 24px
  }

  .s-second-top .sst-btm .btn.btn-orange {
    margin-bottom: 0
  }

  .s-event .se-left .sel-block .sel-hdr {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px
  }

  .s-event .se-left .sel-block .sel-hdr br {
    display: none
  }

  .s-event .se-left .sel-block {
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 34px;
    padding-bottom: 25px
  }

  .s-event .se-left .sel-block .sel-items .sel-itm {
    margin-bottom: 25px
  }

  .s-event .se-right {
    padding-top: 49px
  }

  .s-event .se-right .ser-text .ser-t-descr {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px
  }

  .s-event .se-right .ser-text .h1 {
    margin-bottom: 16px
  }

  .s-event .se-right .ser-text {
    padding-bottom: 22px
  }

  .s-event .se-right .ser-plan {
    padding-top: 22px
  }

  .s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm:nth-child(1) {
    display: none
  }

  .s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-top .ser-pli-time {
    min-width: 1px;
    max-width: 100%;
    width: 100%
  }

  .s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-top .ser-pli-t-descr {
    width: 100%;
    padding-left: 0
  }

  .s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-top {
    flex-wrap: wrap
  }

  .s-event .se-right .ser-plan .ser-pl-items {
    border-top: 1px solid rgba(0, 0, 0, .3)
  }

  .s-event .se-right .ser-plan .h1 {
    margin-bottom: 29px
  }

  .s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-top {
    padding-top: 17px
  }

  .s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-top .ser-pli-t-descr {
    font-size: 14px;
    line-height: 22px
  }

  .s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-top .ser-pli-time {
    margin-bottom: 9px
  }

  .s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm .ser-pli-content {
    padding-left: 0
  }

  .s-event .se-right .ser-plan .ser-pl-items .ser-pl-itm:last-child {
    border-color: rgba(0, 0, 0, .3)
  }

  .s-event .se-right .ser-quest .ser-q-circle {
    width: 30px;
    height: 30px;
    margin-bottom: 23px
  }

  .s-event .se-right .ser-quest {
    flex-wrap: wrap
  }

  .s-event .se-right .ser-quest .ser-q-descr {
    padding-left: 0;
    width: 100%;
    font-size: 14px;
    line-height: 25px
  }

  .s-event .se-right .ser-quest {
    padding-top: 32px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 23px
  }

  .s-event .se-right .ser-speak {
    padding-top: 55px
  }

  .s-event .se-right .ser-speak .h1 {
    margin-bottom: 27px
  }

  .s-event .se-right .ser-speak .ser-man .serm-txt .serm-hdr {
    font-size: 16px;
    line-height: 25px
  }

  .s-event .se-right .ser-speak .ser-man .serm-txt {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 317px;
    padding-top: 22px
  }

  .s-event .se-right .ser-speak .ser-man {
    margin-bottom: 12px
  }

  .s-event .se-right .ser-speak .ser-man .serm-img {
    max-width: 400px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%)
  }

  .s-event .se-right .ser-speak .serm-circles .serm-circ {
    width: 29px;
    height: 29px
  }

  .s-event .se-right .ser-speak .serm-circles {
    max-width: 116px;
    right: 10px;
    bottom: 269px
  }

  .s-event .se-right .ser-speak .ser-or .ser-or-descr {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 170px
  }

  .s-event .se-right .ser-speak .ser-or {
    padding-top: 22px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 12px
  }

  .s-event .se-right .ser-speak .ser-or .serm-circles {
    right: 10px;
    bottom: 147px
  }

  .s-event .se-right .ser-speak .ser-gr .ser-gr-descr {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 69px
  }

  .s-event .se-right .ser-speak .ser-gr .ser-gr-small {
    font-size: 14px;
    line-height: 26px
  }

  .s-event .se-right .ser-speak .ser-gr .ser-gr-small span {
    display: none
  }

  .s-event .se-right .ser-speak .ser-gr .ser-gr-small br {
    display: block
  }

  .s-event .se-right .ser-speak .ser-gr {
    padding-left: 10px;
    padding-top: 23px;
    padding-right: 10px;
    padding-bottom: 23px
  }

  .s-event .se-right .ser-speak {
    padding-bottom: 50px
  }

  .s-search-page .ssp-result .ssp-res-descr {
    margin-bottom: 42px
  }

  .s-search-page {
    padding-top: 46px
  }

  .s-search-page .ssp-search .def-inp input {
    font-size: 14px;
    line-height: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 9px
  }

  .s-search-page .ssp-search {
    margin-bottom: 22px
  }

  .s-search-page .ssp-result .h1 {
    margin-bottom: 14px
  }

  .s-search-page .ssp-result .ssp-items .ssp-itm .ssp-i-hdr {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.01em;
    margin-bottom: 14px
  }

  .s-search-page .ssp-result .ssp-items .ssp-itm .ssp-i-descr {
    font-size: 12px;
    line-height: 25px
  }

  .s-search-page .ssp-result .ssp-items .ssp-itm {
    margin-bottom: 32px
  }

  .s-search-page .ssp-nav ul li a {
    font-size: 14px;
    line-height: 16px;
    padding-left: 7.5px;
    padding-right: 7.5px
  }

  .s-search-page .ssp-nav ul li:first-child {
    margin-right: 12px
  }

  .s-search-page .ssp-nav ul li:last-child {
    margin-left: 12px
  }

  .s-search-page .ssp-result {
    margin-bottom: 57px
  }

  .s-search-page {
    padding-bottom: 10px
  }

  .s-expert-detail .sed-content .sed-text-itm {
    margin-bottom: 49px
  }

  .s-general .sg-top .sgt-with-years {
    flex-wrap: wrap
  }

  .s-general .sg-top .sgt-with-years .sgt-years-select .select-selected {
    padding-left: 0
  }

  .s-general .sg-top .sgt-with-years .sgt-sort {
    position: relative;
    z-index: 1
  }

  .s-format {
    padding-top: 72px;
    padding-bottom: 77px
  }

  .s-format .h1 {
    margin-bottom: 16px
  }

  .s-format .sf-descr {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px
  }

  .s-format .sf-descr.bold {
    font-size: 14px;
    line-height: 24px
  }

  .s-order.so-gray .so-block .sob-descr .mobile-hidden {
    display: none
  }

  .s-order.so-gray .so-block .sob-descr a {
    display: block
  }

  .s-our-approach.soa-cons .soa-content .soa-t-descr {
    font-size: 14px;
    line-height: 24px
  }

  .s-deg-cons .sdc-text .sdc-descr {
    font-size: 14px;
    margin-bottom: 22px
  }

  .s-deg-cons .sdc-text .h1 {
    line-height: 30px;
    margin-bottom: 10px
  }

  .s-deg-cons {
    padding-top: 94px
  }

  .s-services-main .ssm-bg {
    width: 480px;
    height: 560px
  }

  .s-services-main {
    padding-bottom: 380px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm {
    padding-left: 10px;
    padding-right: 10px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-img {
    width: 280px;
    height: 270px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-hdr {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 27px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-descr {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 25px
  }

  .s-services-nav {
    padding-top: 11px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm {
    padding-top: 24px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-img {
    margin-bottom: 39px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-i-hidden {
    display: none
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm .ssn-show-hidden {
    display: block
  }

  .s-services-nav .ssn-right .ssn-items .ssn-itm {
    min-height: 1px;
    padding-bottom: 24px
  }

  .s-services-nav {
    padding-bottom: 10px
  }

  .s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm .serv-descr {
    max-width: 250px
  }

  .s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm .serv-left {
    width: 100%
  }

  .s-services-page .ssp-nav {
    display: block
  }

  .s-services-page .ssp-content .my-container.flex .serv-itm:nth-child(2) {
    border-radius: 0 0 8px 8px
  }

  .s-services-page .ssp-content .my-container.flex .ssp-hdr {
    display: none
  }

  .s-services-page .ssp-content .my-container.flex .serv-itm .serv-right {
    display: none
  }

  .s-services-page .ssp-content .my-container.flex .serv-itm .serv-left {
    width: 100%;
    position: relative;
    z-index: 1
  }

  .s-services-page .ssp-content .my-container.flex .ssp-right {
    display: none
  }

  .s-services-page .ssp-content .my-container.flex .ssp-right.active {
    display: block
  }

  .s-services-page .ssp-content .my-container.flex .ssp-left {
    display: none;
    margin-bottom: 0
  }

  .s-services-page .ssp-content .my-container.flex .ssp-left.active {
    display: block
  }

  .s-tasks {
    padding-top: 20px;
    padding-bottom: 68px
  }

  .s-tasks .st-descr {
    font-size: 16px;
    line-height: 24px
  }

  .s-tasks .st-hdr {
    margin-bottom: 25px
  }

  .s-talk {
    padding-top: 69px;
    padding-bottom: 10px
  }

  .s-talk .st-right .st-descr {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 40px
  }

  .s-talk .st-left {
    margin-bottom: 23px
  }

  .s-talk .st-right {
    padding-top: 0
  }

  .s-theme .st-items .st-itm:nth-child(1) {
    padding-top: 8px
  }

  .s-theme .st-items .st-itm {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-bottom: 25px;
    padding-right: 10px;
    padding-top: 21px
  }

  .s-theme .st-items .st-itm .sti-num {
    width: 100%;
    font-size: 10px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 0
  }

  .s-theme .st-items .st-itm:nth-child(1) .sti-num {
    margin-bottom: 17px
  }

  .s-theme .st-items .st-itm .sti-descr {
    width: 100%;
    font-size: 14px;
    line-height: 25px
  }

  .s-theme .st-hdr {
    margin-bottom: 10px
  }

  .s-talk .my-container.flex {
    padding-left: 20px;
    padding-right: 20px
  }

  .my-container {
    padding-left: 20px;
    padding-right: 20px
  }

  .s-solo-txt .my-container,
  .s-solo-txt.sst-with-people .my-container,
  .s-tasks .my-container.flex {
    padding-left: 20px;
    padding-right: 20px
  }

  .main-menu .my-container.big.flex {
    padding-left: 20px;
    padding-right: 20px
  }

  .s-theme .st-hdr {
    font-size: 16px;
    line-height: 24px
  }

  .s-dis-club .sdc-text {
    max-width: 100%
  }

  .s-dis-club .sdc-text .sdc-t-descr {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 26px
  }

  .s-dis-club .sdc-text .h1 {
    margin-bottom: 14px
  }

  .s-dis-club {
    padding-bottom: 285px;
    margin-bottom: 64px
  }

  .s-dis-club::before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -32px;
    width: 256px;
    height: 290px
  }

  .s-play .sp-video {
    height: 340px;
    margin-bottom: 46px
  }

  .s-play .sp-video::after {
    width: 100px;
    height: 100px;
    background-size: contain
  }

  .s-play .sp-share {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .s-play .sp-share .sps-descr {
    display: block;
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: .03em
  }

  .s-listen .my-container {
    padding-left: 0;
    padding-right: 0
  }

  .s-listen .my-container.small {
    padding-left: 20px;
    padding-right: 20px
  }

  .s-listen .sl-block .h1 {
    margin-bottom: 37px
  }

  .s-listen .sl-block .slb-descr {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 37px
  }

  .s-listen .sl-block .slb-play {
    margin-bottom: 19px
  }

  .s-listen .sl-block .slb-btm .slb-listen {
    padding-top: 0;
    width: 100%;
    order: 1
  }

  .s-listen .sl-block .slb-btm .slb-listen .slb-l-descr {
    display: block;
    margin-bottom: 18px
  }

  .s-listen .sl-block .slb-btm {
    flex-wrap: wrap
  }

  .s-listen .sl-block .slb-btm .btn.dark {
    margin-bottom: 44px
  }

  .s-listen .listen-icons.with-descr .li-link .lil-descr {
    display: none
  }

  .s-listen .sl-block .slb-btm .slb-listen .listen-icons .li-link {
    padding-bottom: 0;
    margin-right: 17px
  }

  .s-listen .sl-block {
    padding-bottom: 71px
  }

  .s-podcast-text .spt-top .spt-listen {
    margin-bottom: 62px
  }

  .s-podcast-text {
    padding-top: 54px;
    padding-bottom: 73px
  }

  .s-podcast-text .spt-top .h1 {
    line-height: 30px;
    font-size: 20px
  }

  .s-podcast-text .spt-mid .spt-m-descr {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 23px
  }

  .s-podcast-text .spt-top {
    margin-bottom: 20px
  }

  .s-podcast-text .spt-top .spt-listen {
    display: block
  }

  .s-podcast-text .spt-top .listen-icons.with-descr .li-link {
    padding-bottom: 0
  }

  .s-podcast-text .spt-top .listen-icons.with-descr .li-link .lil-descr {
    display: none
  }

  .s-podcast-text .spt-top .listen-icons.with-descr .li-link {
    margin-right: 17px
  }

  .s-podcast-text .spt-top .spt-listen .spt-i-descr {
    display: block;
    color: #000;
    font-size: 13px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 16px
  }

  .s-podcast-detail .spd-block .spd-left .spd-listen {
    display: none
  }

  .s-podcast-detail .spd-block .spd-right .spd-itm.spd-share {
    display: none
  }

  .s-podcast-detail .spd-block .spd-right {
    order: -1
  }

  .s-podcast-detail .spd-block .spd-i-theme {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 2px
  }

  .s-podcast-detail .spd-block .spd-i-descr {
    font-size: 16px;
    line-height: 24px
  }

  .s-podcast-detail .spd-block .spd-right .spd-itm {
    margin-bottom: 29px
  }

  .s-podcast-detail {
    padding-top: 277px
  }

  .s-podcast-detail .spd-block {
    padding-top: 28px;
    padding-bottom: 5px
  }

  .s-podcast-detail .spd-block .spd-left {
    margin-bottom: 0
  }

  .s-release .sr-slider .srs-itm .srs-imgc {
    height: 210px
  }

  .s-release .sr-slider .srs-itm .srs-text {
    padding-left: 10px;
    padding-right: 10px
  }

  .s-release .sr-slider .srs-itm .srs-text .btn-arr {
    left: 10px
  }

  .s-solo-txt.sst-with-people .sst-wp-icn {
    width: 97px;
    height: 97px
  }

  .s-solo-txt.sst-with-people .sst-wp-icn.sst-2 {
    width: 108px;
    height: 108px
  }

  .s-solo-txt.sst-with-people .sst-wp-icn.sst-3 {
    width: 148px;
    height: 148px
  }

  .s-solo-txt.sst-with-people .sst-wp-icn.sst-4 {
    width: 50px;
    height: 50px
  }

  .s-solo-txt.sst-with-people .sst-wp-descr {
    font-size: 18px;
    line-height: 24px
  }

  .s-solo-txt.sst-with-people .my-container {
    padding-bottom: 315px
  }

  .s-solo-txt.sst-gray-revert {
    padding-bottom: 38px
  }

  .s-entry .se-text .h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px
  }

  .s-entry {
    padding-top: 91px
  }

  .s-entry .se-text .set-descr {
    font-size: 14px;
    line-height: 24px
  }

  .s-banner .sb-block .sbb-bg-mobile {
    display: block;
    background-position: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    height: 50%;
    background-size: contain
  }

  .s-banner.sb-orange .sb-block .sbb-bg-mobile {
    display: block;
    background-position: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    height: 50%;
    background-size: contain
  }

  .s-banner .sb-block {
    overflow: hidden
  }

  .s-projects {
    padding-top: 26px;
    padding-bottom: 26px
  }

  .s-projects .h1 {
    margin-bottom: 36px
  }

  .s-projects .sp-items .sp-itm .spi-hdr.spi-adap {
    font-size: 15px;
    line-height: 22px
  }

  .s-projects .sp-items .sp-itm .spi-text .spi-descr {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 32px
  }

  .s-projects .sp-items .sp-itm .spi-text .spi-link .btn-arr {
    min-width: 35px
  }

  .s-projects .sp-items .sp-itm .spi-img {
    height: 269px
  }

  .s-projects .sp-items .sp-itm .spi-text {
    padding-bottom: 30px
  }

  .s-projects .sp-items .sp-itm {
    margin-bottom: 10px
  }

  .s-projects .sp-items {
    margin-bottom: 57px
  }

  .s-comm .sc-slider .swiper-slide {
    width: 100%
  }

  .s-comm .sc-slider .swiper-slide .scs-itm {
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }

  .s-comm .sc-slider .swiper-slide .scs-itm .scs-logo {
    height: 160px;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px
  }

  .s-comm .sc-slider .swiper-slide .scs-itm::before {
    left: 0;
    width: 33px;
    top: 80px
  }

  .s-comm .sc-slider .swiper-slide .scs-itm::after {
    right: 0;
    width: 33px;
    top: 80px
  }

  .s-comm .sc-top {
    margin-bottom: 69px
  }

  .s-comm .sc-slider .swiper-slide .scs-itm .scs-text .scs-hdr {
    font-size: 14px;
    line-height: 26px
  }

  .s-comm .sc-slider .swiper-slide .scs-itm .scs-text .scs-descr {
    font-size: 12px;
    line-height: 25px
  }

  .s-comm .sc-slider .swiper-slide .scs-itm .scs-text .scs-hdr {
    margin-bottom: 13px
  }

  .s-comm {
    padding-bottom: 63px
  }

  .s-banner .sb-block .sbb-bg {
    display: none
  }

  .s-ib .si-text .h1 {
    line-height: 30px;
    margin-bottom: 16px
  }

  .s-ib {
    padding-top: 94px;
    padding-bottom: 242px
  }

  .s-ib .si-text .sit-descr {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.01em
  }

  .s-ib .si-text {
    max-width: 100%
  }

  .s-ib::before {
    width: 262px;
    height: 360px;
    right: auto;
    bottom: -111px;
    left: 50%;
    transform: translateX(-50%)
  }

  .s-banner .sb-block .sbb-text .h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px
  }

  .s-banner .sb-block .sbb-text .sbb-t-descr {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px
  }
  
   .s-banner .sb-block .sbb-text .sbb-t-descr .sbb-t-descr-in
{
	font-size:12px;
}

  .s-banner .sb-block .sbb-text {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 100%;
    padding-top: 68px;
    padding-bottom: 438px
  }

  .s-banner {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .btn-border {
    font-size: 14px;
    line-height: 26px
  }

  .s-expert-detail .sed-content .sed-top {
    flex-wrap: wrap;
    justify-content: flex-end
  }

  .s-expert-detail .sed-content .sed-top .sed-t-left {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px
  }

  .s-expert-detail {
    padding-bottom: 45px
  }

  .s-also {
    padding-top: 45px
  }

  .news-item.small .ni-text .nit-name {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 23px
  }

  .news-item .ni-text .nit-right .nit-descr {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 14px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(2) .spib-ti-img {
    margin-bottom: 26px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(1) {
    padding-left: 0
  }

  .s-services .ss-slider .swiper-slide .ss-itm:hover .ss-content {
    transform: none
  }

  .s-aktiv .sa-items .sa-itm.sai-1,
  .s-aktiv .sa-items .sa-itm.sai-2,
  .s-aktiv .sa-items .sa-itm.sai-3,
  .s-aktiv .sa-items .sa-itm.sai-4 {
    opacity: 1;
    top: 0
  }

  .main-menu .mm-col .mm-list li.margin-top {
    margin-top: 15px
  }

  .s-breadcrumbs {
    display: none
  }

  @keyframes line-anim {
    0% {
      transform: translateX(0)
    }

    100% {
      transform: translateX(-2020px)
    }
  }

  .btn.border {
    font-size: 12px;
    line-height: 15px;
    padding-left: 17.5px;
    padding-right: 17.5px;
    padding-top: 9.5px;
    padding-bottom: 9.5px
  }

  .s-general .sg-items {
    padding-left: 0;
    padding-right: 0
  }

  .s-general .sg-items .news-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }

  .s-general .sg-items .news-item.small {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }

  .s-general .sg-items .news-item .mobile-visible {
    display: block
  }

  .s-general .sg-items .news-item .mobile-hidden {
    display: none
  }

  .s-general .sg-top .sgt-flex .sgt-sort .sgt-sort-desc {
    display: none
  }

  .s-general .sg-top .sgt-flex .sgt-sort .sgt-sort-mobile {
    display: flex;
    align-items: center
  }

  .s-general .sg-btn-wrap {
    padding-top: 15px;
    padding-bottom: 59px
  }

  .s-general {
    padding-bottom: 0
  }

  .news-item .ni-text .nit-descr {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 14px
  }

  .news-item .ni-text {
    height: auto;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px
  }

  .news-item .ni-text .nit-date {
    font-size: 10px;
    line-height: 30px
  }

  .news-item .ni-text .nit-name {
    font-size: 13px;
    line-height: 25px
  }

  .news-item .ni-text .nit-left {
    padding-right: 0;
    width: 100%
  }

  .news-item .ni-text .nit-right {
    width: 100%
  }

  .news-item .ni-text .nit-left .nit-date {
    margin-bottom: 16px
  }

  .news-item .ni-text .nit-left .nit-hdr {
    margin-bottom: 15px
  }

  .news-item.small .ni-text .nit-hdr {
    margin-bottom: 15px
  }

  .news-item .ni-text .nit-left {
    padding-bottom: 0
  }

  .news-item .ni-text .nit-name {
    margin-bottom: 23px
  }

  .news-item .ni-text {
    padding-bottom: 21px
  }

  .news-item.small .ni-text {
    padding-bottom: 21px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px
  }

  .news-item.small .ni-text .nit-date {
    margin-bottom: 10px
  }

  .news-item.small .nit-btm {
    position: static;
    left: 0;
    top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
  }

  .news-item.small .ni-text .btn-arr {
    right: 11px;
    bottom: 29px
  }

  .news-item.small .ni-img {
    height: 126px
  }

  .news-item .ni-text .nit-button-wrap {
    padding-right: 45px
  }

  .news-item .ni-text .btn-arr {
    right: 11px;
    bottom: 29px
  }

  .news-item .ni-img {
    height: 126px
  }

  .news-item .ni-text .nit-hdr {
    font-size: 15px;
    line-height: 25px
  }

  .s-aktiv .sa-line img {
    max-width: 1970px
  }

  .s-aktiv .sa-line {
    min-width: 3990px
  }

  .s-aktiv .sa-line {
    top: 15%
  }

  .s-order .so-block .sob-hdr {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px
  }

  .s-order .so-block {
    padding-top: 66px;
    padding-bottom: 289px
  }

  .s-order .so-block .my-container {
    padding-left: 10px;
    padding-right: 10px
  }

  .s-order .so-block .sob-descr {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 24px
  }

  .s-order .so-block::before {
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-42%);
    bottom: -44px;
    width: 480px;
    height: 300px
  }

  .s-our-approach .soa-content .soa-hdr-wrap .soa-c-hdr {
    line-height: 30px;
    font-size: 20px
  }

  .s-our-approach .soa-content .soa-hdr-wrap {
    margin-bottom: 46px
  }

  .s-services-items .my-container.big.ssi-items {
    padding-left: 10px;
    padding-right: 10px
  }

  .s-services-items .ssi-itm-wrap .ssi-itm .ssi-i-hdr {
    font-size: 16px;
    line-height: 24px
  }

  .s-services-items .ssi-itm-wrap .ssi-itm {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 18px;
    padding-bottom: 18px
  }

  .s-services-items .ssi-itm-wrap .ssi-itm-num {
    padding-left: 10px;
    padding-right: 10px
  }

  .s-services-items .ssi-itm-wrap:nth-child(1) .ssi-itm::after {
    background-size: contain;
    width: 340px;
    top: auto;
    height: 258px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat
  }

  .s-services-items .ssi-itm-wrap:nth-child(2) .ssi-itm::after {
    top: auto;
    transform: translateX(-50%);
    left: 50%;
    bottom: 63px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 205px;
    height: 132px
  }

  .s-services-items .ssi-itm-wrap:nth-child(3) .ssi-itm {
    padding-top: 20px
  }

  .s-services-items .ssi-itm-wrap:nth-child(3) .ssi-itm::after {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: -25px
  }

  .s-services-items .ssi-itm-wrap:nth-child(4) .ssi-itm {
    padding-top: 20px
  }

  .s-services-items .ssi-itm-wrap:nth-child(5) .ssi-itm {
    padding-top: 20px
  }

  .s-mid-text .h1 {
    line-height: 30px;
    margin-bottom: 25px
  }

  .s-mid-text .smt-descr {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px
  }

  .s-mid-text {
    padding-bottom: 43px
  }

  .s-cons {
    padding-top: 92px;
    padding-bottom: 321px;
    overflow: hidden
  }

  .s-cons::before {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 309px;
    width: 380px
  }

  .s-cons .sc-txt .h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px
  }

  .s-cons .sc-txt .sct-descr {
    font-size: 14px;
    line-height: 24px
  }

  .s-questions.top-padding {
    padding-top: 0
  }

  .s-company {
    padding-top: 73px;
    padding-bottom: 400px
  }

  .s-company .sc-txt .sct-descr {
    font-size: 16px;
    line-height: 28px
  }

  .s-why {
    padding-top: 69px
  }

  .s-why .sw-items {
    margin-top: 0;
    padding-bottom: 74px
  }

  .s-why .h1 {
    margin-bottom: 66px
  }

  .s-why .sw-items .sw-itm {
    padding-left: 27px;
    margin-bottom: 69px
  }

  .s-why .sw-items .sw-itm:last-child {
    margin-bottom: 0
  }

  .s-why .sw-items .sw-itm:nth-child(even) {
    padding-right: 0;
    padding-left: 20px;
    text-align: left
  }

  .s-why .sw-items::before {
    left: 0
  }

  .s-why .sw-items .sw-itm::after {
    left: 0;
    margin-left: -3px
  }

  .s-why .sw-items .sw-itm .swi-hdr {
    font-size: 16px;
    line-height: 28px
  }

  .s-our-approach .soa-top .h1 {
    width: 100%;
    margin-bottom: 30px
  }

  .s-our-approach .soa-top .soa-t-descr {
    width: 100%;
    font-size: 14px;
    line-height: 24px
  }

  .s-our-approach {
    padding-top: 32px
  }

  .s-our-approach .soa-content .soa-items .soa-itm .soa-i-num {
    width: 54px;
    height: 54px;
    margin-bottom: 0
  }

  .s-our-approach .soa-content .soa-items .soa-itm .soa-i-descr {
    width: calc(100% - 54px);
    padding-left: 15px
  }

  .s-our-approach .soa-content .soa-items .soa-itm .soa-i-descr br {
    display: none
  }

  .s-our-approach .soa-content .soa-items .soa-itm {
    margin-bottom: 73px;
    padding-right: 0
  }

  .s-our-approach .soa-content .soa-items .soa-itm:last-child {
    margin-bottom: 0
  }

  .s-solo-txt .h1 {
    font-size: 20px;
    line-height: 30px
  }

  .s-solo-txt {
    padding-top: 67px;
    padding-bottom: 71px
  }

  .hdr-fixed .hd-right .hd-burger,
  header .hd-right .hd-burger {
    margin-left: 15px
  }

  .hdr-fixed .hd-right .hd-search-mobile,
  header .hd-right .hd-search-mobile {
    display: block
  }

  .hdr-fixed .hd-logo,
  header .hd-logo {
    position: relative;
    z-index: 1
  }

  .hdr-fixed .hd-right .hd-search-wrap,
  header .hd-right .hd-search-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding-top: 77px;
    padding-bottom: 31px;
    box-shadow: 0 4px 17px #d94d00;
    background: #ff5c02;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    pointer-events: none
  }

  .hdr-fixed .hd-right .hd-search-wrap.active,
  header .hd-right .hd-search-wrap.active {
    pointer-events: all;
    opacity: 1;
    visibility: visible
  }

  .hdr-fixed .hd-right .hd-search-wrap .hd-search,
  header .hd-right .hd-search-wrap .hd-search {
    margin-left: auto;
    margin-right: auto;
    width: 280px
  }

  .hdr-fixed .hd-right .hd-search-wrap .hd-search .hds-close,
  header .hd-right .hd-search-wrap .hd-search .hds-close {
    opacity: 1;
    visibility: visible
  }

  .hdr-fixed .hd-right .hd-search-wrap .hd-search input,
  header .hd-right .hd-search-wrap .hd-search input {
    opacity: 1
  }

  .hdr-fixed.black .hd-right .hd-search-wrap,
  header.black .hd-right .hd-search-wrap {
    background: #fff;
    box-shadow: 0 4px 17px rgba(0, 0, 0, .1)
  }

  .main-menu .mm-col .mm-hdr-wrap {
    position: relative;
    display: flex;
    align-items: center
  }

  .main-menu .mm-col .mm-hdr-wrap .mm-open {
    width: 13px;
    height: 10px;
    display: block;
    top: -2px;
    margin-left: 5px;
    position: relative;
    cursor: pointer
  }

  .main-menu .mm-col .mm-hdr-wrap .mm-open.active::after {
    transform: rotate(180deg)
  }

  .main-menu .mm-col .mm-hdr-wrap .mm-open::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 13px;
    background: url(../img/mm-open-icn.svg)
  }

  .main-menu {
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-top: 17px;
    overflow: auto
  }

  .main-menu .mm-col .mm-logo {
    max-width: 93px;
    left: 0
  }

  .main-menu .mm-close {
    top: 15px
  }

  .main-menu .mm-btm-col {
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 20px
  }

  .main-menu .mm-col:nth-child(2) {
    order: 1;
    margin-bottom: 26px
  }

  .main-menu .mm-col:nth-child(3) {
    order: 3;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 10px;
    padding-bottom: 10px
  }

  .main-menu .mm-col:nth-child(4) {
    order: 2
  }

  .main-menu .mm-col:nth-child(5) {
    order: 4
  }

  .main-menu .mm-col:nth-child(3),
  .main-menu .mm-col:nth-child(4),
  .main-menu .mm-col:nth-child(5) {
    width: 100%
  }

  .main-menu .mm-col .mm-small-list {
    display: none
  }

  .main-menu .my-container.big.flex {
    position: static
  }

  .main-menu .mm-col .mm-list li a,
  .main-menu .mm-col .mm-list li span {
    font-size: 14px;
    line-height: 30px
  }

  .main-menu .mm-col .mm-hdr {
    margin-bottom: 7px
  }

  .main-menu .mm-col .mm-list li {
    margin-bottom: 0
  }

  .main-menu .mm-col .mm-small-list li {
    margin-bottom: 0
  }

  .main-menu .mm-col .mm-small-list li a,
  .main-menu .mm-col .mm-small-list li span {
    font-size: 14px;
    line-height: 30px
  }

  .def-inp input,
  .def-inp textarea {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 7px
  }

  .def-inp textarea {
    height: 32px
  }

  .btn-with-arr {
    font-size: 12px;
    line-height: 15px
  }

  .btn.btn-orange,
  .s-press .sp-items .sp-itm .spi-btm-line .btn.btn-orange {
    font-size: 10.5px;
    line-height: 10.5px;
    padding-top: 6px;
    padding-bottom: 6px
  }

  .my-container.big {
    padding-left: 10px;
    padding-right: 10px
  }

  .btn-arr {
    width: 35px;
    height: 35px
  }

  .h1 {
    font-size: 20px;
    line-height: 126.9%
  }

  .hdr-fixed .hd-logo,
  header .hd-logo {
    max-width: 93px;
    padding-top: 0
  }

  .hdr-fixed,
  header {
    padding-top: 17px;
    padding-bottom: 17px
  }

  .hdr-fixed .hd-right .hd-list,
  header .hd-right .hd-list {
    display: none
  }

  .hdr-fixed .hd-right .hd-search,
  header .hd-right .hd-search {
    top: 0
  }

  .s-consulting .sc-block {
    position: relative;
    max-width: 100%;
    right: 0;
    bottom: auto;
    display: block;
    height: 284px;
    margin-bottom: 73px
  }

  .s-consulting {
    padding-top: 10px;
    padding-bottom: 0;
    overflow: hidden
  }

  .s-consulting .my-container {
    padding-left: 10px;
    padding-right: 10px
  }

  .s-consulting .sc-block .scb-descr {
    font-size: 12px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px
  }

  .s-consulting .sc-block .scb-hdr {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 48px
  }

  .s-consulting .sc-block .btn-arr {
    bottom: 17px;
    right: 10px
  }

  .s-consulting .sc-txt {
    padding-left: 8px;
    padding-right: 0;
    padding-bottom: 350px
  }

  .s-consulting .sc-txt .h1 {
    margin-bottom: 17px
  }

  .s-consulting .sc-txt .sct-descr {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px
  }

  .s-consulting::after {
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    background: url(../img/scb_bg_2_mobile.webp) 50%;
    width: 320px;
    height: 313px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hover {
    display: none
  }

  .s-services {
    padding-top: 64px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hdr {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 17px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hdr br {
    display: none
  }

  .s-services .ss-slider .swiper-slide {
    width: 300px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content .ssc-descr {
    font-size: 12px;
    line-height: 20px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content {
    padding-top: 23px;
    padding-left: 10px;
    padding-right: 10px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content {
    min-height: 430px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .btn-arr {
    bottom: 30px;
    left: 10px
  }

  .s-services .my-container {
    justify-content: space-between;
    align-items: center
  }

  .s-services .def-arrows {
    margin-bottom: 19px
  }

  .s-expertise .se-top .btn-with-arr {
    display: none
  }

  .s-expertise .se-top .se-left {
    width: 100%;
    justify-content: space-between
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-descr {
    display: none
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-hdr {
    padding-right: 0;
    font-size: 15px;
    line-height: 22px;
    width: 100%
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-hdr::after {
    display: none
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt {
    top: auto;
    bottom: 33px;
    padding-bottom: 59px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .my-container {
    padding-left: 10px;
    padding-right: 10px
  }

  .s-expertise .se-slider {
    padding-left: 10px;
    padding-right: 10px
  }

  .s-expertise .se-slider .swiper-slide {
    width: 100%
  }

  .s-expertise {
    padding-top: 22px;
    padding-bottom: 43px
  }

  .s-expertise .se-top {
    margin-bottom: 18px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm {
    height: 464px
  }

  .s-expertise .se-btn-wrap {
    padding-top: 19px;
    display: block;
    text-align: right
  }

  .s-press .sp-items .sp-itm.big .spib-top {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 47px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-img {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    margin-bottom: 26px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(1) .spib-ti-txt {
    padding-left: 0
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(2) {
    padding-left: 0;
    text-align: right;
    padding-top: 0
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(2) .spib-ti-img {
    margin-left: auto;
    margin-right: 0;
    order: -1;
    margin-bottom: 26px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt .spib-ti-status {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 8px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt .spib-ti-name {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt .spib-ti-work {
    font-size: 12px;
    line-height: 14px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(2) .spib-ti-txt {
    padding-left: 0;
    margin-bottom: 0
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(2) .spib-ti-txt::after {
    left: auto;
    right: 0;
    top: -13px;
    bottom: auto
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt::after {
    top: -13px;
    left: 0;
    margin-left: 0
  }

  .s-press .sp-items .sp-itm.big .spib-top .spi-hdr {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 41px;
    position: relative
  }

  .s-press .sp-items .sp-itm.big .spib-top {
    padding-top: 23px
  }

  .s-press {
    padding-top: 43px
  }

  .s-press .sp-top {
    margin-bottom: 25px
  }

  .s-press .sp-items .sp-itm.big {
    background: #fff;
    position: relative
  }

  .s-press .sp-items .sp-itm.big::before {
    content: "";
    position: absolute;
    background: no-repeat url(../img/spi_bg.webp) 50%;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 429px
  }

  .s-press .sp-items .sp-itm .spi-btm {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 13px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-big-descr {
    width: 100%;
    padding-right: 0;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 17px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-descr {
    padding-left: 0;
    width: 100%;
    font-size: 12px;
    line-height: 20px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-date {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 18px
  }

  .s-press .sp-items .sp-itm .spi-btm-line {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 18px;
    padding-bottom: 18.5px
  }

  .s-press .sp-items .sp-itm .spi-btm-line .spi-bl-right {
    display: flex;
    flex-wrap: wrap;
    order: -1
  }

  .s-press .sp-items .sp-itm .spi-btm-line .spi-bl-right .btn.btn-orange {
    margin-bottom: 5px;
    white-space: nowrap
  }

  .s-press .sp-items .sp-itm .spi-btm-line .spi-bl-right .btn.btn-orange:last-child {
    margin-right: 0
  }

  .s-press .sp-items .sp-itm .spi-top .spi-img {
    max-width: 30px
  }

  .s-press .sp-items .sp-itm .spi-top .spi-img img {
    display: block;
    max-width: 100%
  }

  .s-press .sp-items .sp-itm .spi-top {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: center;
    margin-bottom: 8px
  }

  .s-press .sp-items .sp-itm {
    margin-bottom: 10px
  }

  .s-questions .sq-block {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 71px
  }

  .s-questions .sq-block .sqb-row .def-inp {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }

  .s-questions .sq-block .sqb-row {
    margin-left: 0;
    margin-right: 0
  }

  .s-questions .sq-block .sqb-row .def-inp {
    margin-bottom: 34px
  }

  .s-questions .sq-block .sqb-row.sqb-two .def-inp {
    width: 100%
  }

  .s-questions .sq-block .sqb-row .cb-wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 30px
  }

  .s-questions .sq-block .sqb-row .cb-wrap .container {
    font-size: 11px;
    line-height: 18px;
    font-weight: 300
  }

  .s-questions .sq-block .sqb-row .cb-wrap .checkmark {
    top: 2px
  }

  .s-questions .sq-block .h1 {
    margin-bottom: 38px
  }

  .s-questions .sq-block .sqb-row.sqb-btn-wrap {
    text-align: center;
    padding-top: 48px
  }

  .s-questions .sq-block .sqb-row.sqb-btn-wrap .btn.dark {
    margin-left: auto;
    margin-right: auto
  }

  footer {
    padding-bottom: 19px
  }

  footer .ft-cols {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 40px
  }

  footer .ft-col {
    width: 100%;
    padding-right: 0
  }

  footer .ft-col .ftc-list {
    display: none
  }

  footer .ft-col .ftc-hdr-wrap {
    position: relative;
    display: flex;
    align-items: center
  }

  footer .ft-col .ftc-open {
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: -2px;
    margin-left: 7px;
    cursor: pointer
  }

  footer .ft-col .ftc-open.active::after {
    transform: rotate(90deg)
  }

  footer .ft-col .ftc-open::after {
    content: "";
    position: absolute;
    top: 2px;
    width: 6px;
    height: 9px;
    background: no-repeat url(../img/ft-arr-2.svg)
  }

  footer .ft-col .ftc-hdr {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px
  }

  footer .ft-col .ftc-list li a {
    font-size: 14px;
    line-height: 24px
  }

  footer .ft-col .ftc-list li {
    margin-bottom: 10px
  }

  footer .ft-col {
    margin-bottom: 0
  }

  footer .ft-col .s-socials {
    padding-top: 28px;
    padding-bottom: 38px
  }

  footer .ft-col .ftc-year {
    font-size: 10px;
    line-height: 29px
  }

  footer .ft-col .ftc-hdr.search-icn span::after,
  footer .ft-col .ftc-hdr.search-icn span::before {
    width: 11px;
    height: 11px;
    background-size: contain;
    top: 5px
  }

  footer .ft-col .ftc-hdr.search-icn span {
    padding-right: 18px
  }
}

@media only screen and (max-width:600px) {
  .s-release .sr-slider .srs-itm .srs-text .sts-t-left {
    padding-right: 0
  }

  .default-form {
    background: no-repeat url(../img/form_bg_mobile.jpg) 50%;
    background-size: cover
  }

  .default-form.thx-form {
    background: no-repeat url(../img/form_bg_thx_mobile.jpg) 80% 50%;
    background-size: cover
  }

  .default-form.thx-form .df-content {
    justify-content: center
  }

  .default-form .df-content .df-btm {
    flex-wrap: wrap;
    margin-top: -8px
  }

  .default-form .df-content .df-btm .cb-wrap {
    width: 100%;
    order: -1;
    margin-bottom: 20px
  }

  .default-form .df-content .df-btm .cb-wrap .container {
    font-size: 11px;
    line-height: 20px
  }

  .default-form .df-content .dfc-descr {
    font-size: 12px;
    line-height: 24px
  }

  .default-form .df-content .df-btm .btn.dark {
    margin-right: auto;
    margin-left: auto
  }

  .default-form .df-close {
    width: 25px;
    height: 25px;
    background: no-repeat url(../img/df-close.svg) 50%;
    right: 10px;
    top: 10px
  }

  .default-form .df-content .def-inp input {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 12px
  }

  .default-form .df-content .df-hdr {
    font-size: 20px;
    line-height: 126.9%;
    margin-bottom: 27px
  }

  .default-form .df-content .def-inp {
    margin-bottom: 15px
  }

  .s-press-kit {
    padding-top: 95px
  }

  .s-press-kit .spk-items .spk-itm .spk-i-img {
    height: 190px
  }

  .s-press-kit .spk-items .spk-itm {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 69px
  }

  .s-press-kit .spk-items {
    margin-left: 0;
    margin-right: 0
  }

  .s-press-kit .spk-items .spk-itm:last-child {
    margin-bottom: 41px
  }

  .s-press-kit .spk-items .spk-itm .spk-i-top {
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .s-press-kit .spk-items .spk-itm .spk-i-top .btn-download {
    padding: 0;
    width: 35px;
    height: 35px
  }

  .s-press-kit .spk-items .spk-itm .spk-i-top .btn-download::after,
  .s-press-kit .spk-items .spk-itm .spk-i-top .btn-download::before {
    background-size: contain;
    width: 100%;
    height: 100%
  }

  .s-press-kit .spk-items .spk-itm .spk-i-top .btn-download span {
    display: none
  }

  .s-press-kit .spk-items .spk-itm .spk-i-top .spk-it-hdr {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
    width: 50%
  }

  .s-press-kit .spk-items .spk-itm .spk-i-top .spk-it-hdr br {
    display: none
  }

  .s-press-kit .h1 {
    margin-bottom: 29px
  }

  .s-press-kit .spk-items .spk-itm .spk-i-top {
    margin-bottom: 19px
  }

  .s-press-kit .spk-items .spk-itm {
    margin-bottom: 63px
  }

  .s-release .sr-slider .srs-itm .srs-img {
    height: 156px
  }

  .s-release .sr-slider .srs-itm .srs-text {
    flex-wrap: wrap
  }

  .s-release .sr-slider .srs-itm .srs-text .sts-t-left {
    width: 100%
  }

  .s-release .sr-slider .srs-itm .srs-text .sts-t-right {
    padding-left: 0;
    width: 100%
  }

  .s-release .sr-slider .srs-itm .srs-text .sts-tl-descr {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 7px
  }

  .s-release .sr-slider .srs-itm .srs-text .sts-tl-hdr {
    font-size: 15px;
    line-height: 25px
  }

  .s-release .sr-slider .srs-itm .srs-text .sts-tl-bl {
    font-size: 12px;
    line-height: 20px
  }

  .s-release .sr-slider .srs-itm .srs-text {
    padding-top: 27px
  }

  .s-release .sr-slider .srs-itm .srs-text .sts-t-left {
    margin-bottom: 20px
  }

  .s-release .sr-slider .srs-itm .srs-text .sts-tl-itm {
    margin-bottom: 20px
  }

  .s-release .sr-slider .srs-itm .srs-text {
    min-height: auto;
    padding-bottom: 85px
  }

  .s-release .sr-top {
    margin-bottom: 23px
  }

  .s-release {
    padding-top: 72px
  }

  .s-lead .sl-text .slt-hdr {
    font-size: 16px;
    line-height: 36px
  }

  .s-lead .sl-text .slt-descr {
    font-size: 14px;
    line-height: 24px
  }

  .s-lead .sl-text .slt-left {
    max-width: 100%
  }

  .s-lead .h1 br {
    display: none
  }

  .s-lead .my-container.flex {
    padding-top: 70px
  }

  .s-lead .h1 {
    margin-bottom: 25px
  }

  .s-lead .my-container.flex {
    padding-bottom: 343px
  }

  .s-lead:before {
    width: 360px;
    height: 460px
  }
}

@media only screen and (max-width:480px) {
  .s-general .news-item .ni-img span {
    display: none
  }

  .s-general .news-item .ni-img .ni-mobile-bg {
    display: block
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-bg {
    display: none
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-bg-mobile {
    display: block
  }

  .s-questions .sq-block .h1 br.mobile-hidden {
    display: none
  }

  .s-press .sp-items .sp-itm-wrap .sp-itm .spi-btm-line,
  .s-press .sp-items .sp-itm.big .spi-btm-line {
    flex-wrap: wrap
  }

  .s-press .sp-items .sp-itm .spi-btm-line .spi-bl-right {
    width: 100%;
    margin-bottom: 10px
  }

  .s-press .sp-items .sp-itm .spi-btm-line .spi-bl-left {
    width: 100%
  }

  .s-release .sr-slider .srs-itm .srs-img {
    height: 100px
  }

  .s-also.sa-only-big .sa-slider .swiper-slide.big {
    width: 100%
  }

  .s-banner .sb-block .sbb-bg-mobile {
    width: 378px;
    height: 480px;
    bottom: -18px
  }

  .s-banner.sb-orange .sb-block .sbb-bg-mobile {
    width: 288px;
    height: 346px
  }

  .s-comm .sc-top .def-arrows {
    position: relative;
    top: -13px
  }

  .s-also .sa-slider .swiper-slide.big {
    width: 100%
  }

  .s-also .sa-slider .swiper-slide {
    width: 100%
  }

  .s-services-items .ssi-itm-wrap:nth-child(5) .ssi-itm {
    min-height: 220px
  }

  .s-team .st-slider .swiper-slide {
    width: 100%
  }

  .s-services .ss-slider .swiper-slide {
    width: 100%
  }

  .s-services .ss-slider .swiper-slide:last-child {
    width: 100%
  }

  .default-form.thx-form .df-content .h1 .adap {
    display: block
  }

  .default-form.thx-form .df-content .h1 br {
    display: none
  }

  .s-questions.sq-orange .sq-block .h1 .adap {
    display: block
  }

  .s-questions.sq-orange .sq-block .h1 br {
    display: none
  }

  .s-aktiv .sa-text {
    max-width: 300px
  }

  .hdr-fixed .hd-right .hd-search-wrap .hd-search,
  header .hd-right .hd-search-wrap .hd-search {
    max-width: 100%;
    width: calc(100% - 20px)
  }

  .s-consulting .sc-block .scb-hdr {
    width: 60%
  }

  .s-consulting .sc-block .scb-descr {
    width: 60%
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-hdr {
    max-width: 262px
  }

  .s-not-found {
    padding-bottom: 75px
  }

  .s-comm .sc-top .h1 .adap {
    display: block
  }

  .s-general .sg-top .sgt-years-wrap .sgt-yw-descr {
    font-size: 10px;
    line-height: 30px
  }

  .s-general .sg-top .sgt-with-years .sgt-years-select {
    min-width: 67px
  }

  .s-search-page .ssp-nav ul li:first-child {
    margin-right: 6px
  }

  .s-search-page .ssp-nav ul li:last-child {
    margin-left: 6px
  }

  .s-contacts .sc-top .sct-items .sct-itm .sct-i-bold .adap {
    display: block
  }

  .s-solo-txt.sst-with-people .h1 .adap {
    display: block
  }

  .s-dis-club .sdc-text .sdc-t-descr br {
    display: none
  }

  .s-dis-club .sdc-text .sdc-t-descr .adap {
    display: block
  }

  .s-our-approach {
    padding-bottom: 30px
  }

  .s-spec .ss-text .h1 br {
    display: none
  }

  .s-spec .ss-text .h1 .adap {
    display: block
  }

  .s-also .sa-top .h1 {
    margin-right: 0
  }

  .s-also .sa-top .my-container.flex {
    justify-content: space-between
  }

  .s-also {
    padding-bottom: 11px
  }

  .s-second-top .sst-btm .my-container .h1 br {
    display: none
  }

  .s-second-top .sst-btm .my-container .h1 .adap {
    display: block
  }

  .s-general .sg-top .sgt-with-years {
    max-width: 290px
  }

  .s-general .custom-select .select-selected {
    line-height: 14px
  }

  .s-services-page {
    padding-bottom: 11px
  }

  .s-expert-detail .sed-content .sed-hdr .adap {
    display: block
  }

  .mobile-adap {
    display: block
  }

  .s-cons .sc-txt .sct-descr br {
    display: none
  }

  .s-event .se-right .ser-video-mat .srm-video {
    height: 210px
  }

  .s-event .se-right .ser-video-mat .srm-video::after {
    width: 50px;
    height: 50px
  }

  .s-event .se-right .ser-video-mat .srm-btn-wrap {
    padding-top: 38px;
    text-align: left
  }

  .s-event .se-right .ser-video-mat {
    padding-top: 25px
  }

  .s-event .se-right .ser-materials .sm-slider .swiper-slide .sms-itm {
    height: 391px
  }

  .s-event .se-right .ser-materials .sm-slider .swiper-slide {
    width: 300px
  }

  .s-event .se-right .ser-materials .sm-top .smt-btn-wrap {
    display: none
  }

  .s-event .se-right .ser-materials .sm-top .def-arrows,
  .s-event .se-right .ser-materials .sm-top .h1 {
    margin-bottom: 0
  }

  .s-event .se-right .ser-materials .sm-top {
    justify-content: space-between;
    margin-bottom: 22px
  }

  .s-event .se-right .ser-materials .sm-mobile-btn {
    display: block;
    padding-top: 38px
  }

  .s-event .se-right .ser-materials {
    padding-bottom: 43px
  }

  .btn-download::after,
  .btn-download::before {
    width: 40px;
    height: 40px;
    background-size: contain
  }

  .btn-download {
    padding-left: 54px
  }

  .s-deg-cons::before {
    width: 284px;
    height: 240px
  }

  .s-deg-cons {
    padding-bottom: 252px
  }

  .s-services-main .ssm-text .btn.dark {
    margin-bottom: 0
  }

  .s-services-main .ssm-text .ssm-btn-wrap {
    position: absolute;
    text-align: center;
    bottom: 20px;
    left: 0;
    width: 100%
  }

  .s-services-main .ssm-text {
    position: static
  }

  .s-services-main {
    position: relative
  }

  .s-services-main .ssm-text .ssm-descr {
    font-size: 14px;
    line-height: 24px
  }

  .s-services-main .ssm-text .h1 br {
    display: none
  }

  .s-services-main .ssm-text .h1 {
    margin-bottom: 19px
  }

  .s-services-main {
    padding-top: 96px;
    padding-bottom: 236px
  }

  .s-services-main .ssm-bg {
    bottom: 10px;
    height: 275px;
    width: 236px;
    right: 0
  }

  .s-services-page .ssp-top {
    margin-bottom: 22px
  }

  .s-services-page .ssp-nav .ssp-nav-itm {
    font-size: 11px;
    line-height: 17px
  }

  .s-services-page .ssp-nav .ssp-nav-itm.active {
    padding-top: 16px
  }

  .s-services-page .ssp-nav .ssp-nav-itm {
    padding-top: 9px
  }

  .s-services-page .ssp-nav .ssp-nav-itm .ssp-nav-img {
    max-width: 16px;
    top: 16px
  }

  .s-services-page .ssp-nav .ssp-nav-itm:nth-child(2) .ssp-nav-img {
    max-width: 21px
  }

  .s-services-page .ssp-content .my-container.flex .serv-itm .serv-hdr {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 17px
  }

  .s-services-page .ssp-content .my-container.flex .serv-itm .serv-descr,
  .s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm .serv-descr {
    font-size: 12px;
    line-height: 20px;
    max-width: 250px
  }

  .s-services-page .ssp-content .my-container.flex .ssp-left .serv-itm:nth-child(2)::before {
    background: url(../img/serv_bg_1_mobile.png);
    width: 480px;
    height: 464px;
    left: 50%;
    transform: translateX(-50%)
  }

  .s-services-page .ssp-content .my-container.flex .ssp-left .serv-itm:nth-child(3)::before {
    background: url(../img/serv_bg_2_mobile.png);
    width: 480px;
    height: 464px;
    left: 50%;
    transform: translateX(-50%)
  }

  .s-services-page .ssp-content .my-container.flex .ssp-left .serv-itm:nth-child(4)::before {
    background: url(../img/serv_bg_3_mobile.png);
    width: 480px;
    height: 440px;
    left: 50%;
    transform: translateX(-50%)
  }

  .s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm:nth-child(2)::before {
    width: 479px;
    height: 424px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/serv_bg_4_mobile.png)
  }

  .s-services-page .ssp-content .my-container.flex .ssp-right .serv-itm .btn-arr {
    position: absolute;
    bottom: 12px;
    left: 0
  }

  .s-services-page .ssp-content .my-container.flex .ssp-left .serv-itm {
    margin-bottom: 11px;
    position: relative
  }

  .s-services-page .ssp-content .my-container.flex .serv-itm .btn-arr {
    position: absolute;
    left: 0;
    bottom: 12px
  }

  .s-services-page .ssp-content .my-container.flex .serv-itm {
    min-height: 480px
  }

  .s-services-page .ssp-content .my-container.flex .serv-itm br {
    display: none
  }

  .s-play {
    padding-top: 74px;
    padding-bottom: 10px
  }

  .s-play .h1 {
    margin-bottom: 26px
  }

  .s-play .sp-video {
    height: 210px
  }

  .s-play .sp-video::after {
    width: 50px;
    height: 50px
  }

  .s-solo-txt.sst-with-people .sst-wp-descr {
    font-size: 14px;
    line-height: 26px
  }

  .s-solo-txt.sst-with-people .h1 {
    margin-bottom: 22px
  }

  .s-solo-txt.sst-with-people .my-container {
    padding-bottom: 391px
  }

  .s-solo-txt.sst-with-people .sst-wp-icn.sst-1 {
    bottom: 25.6%;
    left: 63.6%
  }

  .s-solo-txt.sst-with-people .sst-wp-icn.sst-2 {
    bottom: 19%;
    left: 7%
  }

  .s-solo-txt.sst-with-people .sst-wp-icn.sst-3 {
    bottom: 6%;
    left: 46%
  }

  .s-solo-txt.sst-with-people .sst-wp-icn.sst-4 {
    left: 27%;
    bottom: 1%
  }

  .s-entry .se-text .set-listen .listen-icons .li-link .lil-descr {
    display: none
  }

  .s-entry .se-text .set-listen .listen-icons .li-link {
    margin-right: 8px;
    padding-bottom: 0
  }

  .s-entry .se-text .set-listen .set-l-descr {
    margin-bottom: 24px
  }

  .s-entry {
    padding-bottom: 40px
  }

  .s-entry::before {
    width: 237px;
    height: 237px;
    bottom: 147px
  }

  .s-entry .se-soc-icn {
    width: 51px;
    height: 51px;
    bottom: 366px;
    right: 6.5%
  }

  .s-entry .se-soc-icn::after,
  .s-entry .se-soc-icn::before {
    transform: scale(.7)
  }

  .s-entry .se-text .set-descr {
    margin-bottom: 317px
  }

  .s-press .sp-items .sp-itm .spi-btm {
    position: relative;
    z-index: 1
  }

  .btn-border {
    font-size: 12px;
    line-height: 25px
  }

  .s-expert-detail .sed-content .sed-top .sed-t-left {
    flex-wrap: wrap;
    margin-bottom: 0
  }

  .s-expert-detail .sed-content .sed-top .sed-t-left .sed-tl-date {
    order: -1;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: .03em
  }

  .s-expert-detail .sed-content .sed-top .sed-t-left .sed-tl-btn-wrap {
    display: none
  }

  .s-expert-detail .sed-content .sed-top .sed-t-share {
    display: none
  }

  .s-expert-detail .sed-content .sed-top {
    justify-content: flex-start;
    margin-bottom: 9px
  }

  .s-expert-detail .sed-content .sed-hdr {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 19px
  }

  .s-expert-detail .sed-content .sed-descr {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 30px
  }

  .s-expert-detail .sed-content .sed-listen {
    flex-wrap: wrap;
    margin-bottom: 26px
  }

  .s-expert-detail .sed-content .sed-listen .sed-l-descr {
    margin-right: 0;
    width: 100%;
    margin-bottom: 26px;
    font-size: 12px;
    line-height: 25px
  }

  .s-expert-detail .sed-content .sed-big-descr {
    font-size: 14px;
    line-height: 25px;
    padding-top: 66px;
    padding-bottom: 66px;
    padding-left: 10px;
    padding-right: 30px;
    margin-bottom: 30px
  }

  .s-expert-detail .sed-content .sed-list li {
    font-size: 12px;
    line-height: 25px;
    padding-left: 15px
  }

  .s-expert-detail .sed-content .sed-list li::before {
    left: 0;
    top: 10px
  }

  .s-expert-detail .sed-content .sed-list {
    margin-bottom: 30px
  }

  .s-expert-detail .sed-content .sed-btm-hidden {
    display: block;
    padding-top: 52px
  }

  .s-expert-detail .sed-content .sed-btm-hidden .sed-bh-share .sed-t-descr {
    font-size: 12px;
    line-height: 25px
  }

  .s-expert-detail {
    padding-bottom: 0
  }

  .s-general .sg-top .sgt-flex .sgt-sort .sgt-sort-mobile .sgt-sm-hdr {
    font-size: 10px;
    line-height: 30px;
    margin-right: 0
  }

  .custom-select .select-items div,
  .custom-select .select-selected {
    font-size: 10px;
    line-height: 30px
  }

  .s-company .sc-txt .h1 {
    margin-bottom: 22px
  }

  .s-company .sc-txt .sct-descr {
    margin-bottom: 22px
  }

  .s-company .sc-txt {
    position: relative;
    z-index: 1
  }

  .s-company {
    background: #ededed;
    position: relative;
    padding-bottom: 190px
  }

  .s-company::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 480px;
    height: 412px;
    background: url(../img/sc_mobile_bg.jpg) 50%;
    background-repeat: no-repeat
  }

  .s-license .sl-slider .swiper-slide {
    width: 100%
  }

  .s-license .sl-top {
    margin-bottom: 75px
  }

  .s-license .sl-slider .swiper-slide .sls-itm .sls-img {
    width: 74px;
    height: 104px
  }

  .s-license .sl-slider .swiper-slide .sls-itm .sls-txt .sls-t-descr {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 26px
  }

  .s-license .sl-slider .swiper-slide .sls-itm .sls-txt .sls-t-descr:last-child {
    margin-bottom: 0
  }

  .s-license .sl-slider .swiper-slide .sls-itm .sls-txt {
    padding-top: 21px
  }

  .s-our-approach .soa-content .soa-bg {
    background: url(../img/soa_bg_mobile.jpg) 50%;
    background-size: cover
  }

  .s-aktiv {
    overflow: hidden
  }

  .s-aktiv .sa-items .sa-itm {
    position: absolute
  }

  .s-aktiv .sa-items .sa-itm.sai-1 {
    max-width: 134px;
    padding-top: 0;
    top: 7%;
    left: -9px
  }

  .s-aktiv .sa-items .sa-itm.sai-2 {
    max-width: 204px;
    padding-top: 0;
    left: -32px;
    top: 27.5%
  }

  .s-aktiv .sa-items .sa-itm.sai-3 {
    max-width: 176px;
    right: -33px;
    left: auto;
    top: 2.5%
  }

  .s-aktiv .sa-items .sa-itm.sai-4 {
    max-width: 150px;
    padding-top: 0;
    left: auto;
    right: -52px;
    top: 26%
  }

  .s-aktiv {
    padding-top: 550px
  }

  .s-aktiv .sa-text .sat-hdr {
    line-height: 30px;
    margin-bottom: 26px
  }

  .s-aktiv .sa-line {
    top: 19.5%
  }

  .s-aktiv .sa-text .sat-descr {
    font-size: 14px;
    line-height: 24px
  }

  .s-team {
    padding-top: 17px;
    padding-bottom: 17px
  }

  .s-team .st-top {
    margin-bottom: 20px
  }
}

@media only screen and (max-width:375px) {
  .main-menu .mm-col .mm-hdr {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px
  }

  .main-menu .mm-col .mm-small-list li a,
  .main-menu .mm-col .mm-small-list li span {
    font-size: 12px;
    line-height: 24px
  }

  .main-menu .mm-col .mm-list li a,
  .main-menu .mm-col .mm-list li span {
    font-size: 12px;
    line-height: 24px
  }
}

@media only screen and (max-width:360px) {
  .s-press .sp-items .sp-itm.big::before {
    background-size: contain;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px
  }

  .s-our-approach .soa-content .soa-items .soa-itm .soa-i-descr {
    padding-left: 5px
  }
}

.s-order .my-container.big,
.s-press .my-container.big,
.s-questions .my-container.big,
.s-services .my-container.big,
footer .my-container.big {
  max-width: 1920px
}

.hdr-fixed .my-container,
header .my-container {
  max-width: 1868px
}

.s-spec::before {
  background-size: contain;
  width: 498px;
  height: 622px
}

.s-spec .ss-block .ssb-top .ssb-hdr {
  font-size: 21px;
  line-height: 28px
}

.s-spec .ss-block {
  max-width: 380px;
  min-height: 380px
}

.s-spec .ss-text {
  padding-top: 300px
}

.s-spec .ss-block.ssb-1 {
  left: 55%
}

.s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(1) .spib-ti-txt {
  top: 90px
}

.s-consulting .sc-txt .sct-descr {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 230px
}

.s-consulting .sc-txt {
  max-width: 380px
}

.s-consulting::after {
  background-size: contain;
  width: 629px;
  height: 613px;
  left: 30%
}

.s-consulting .sc-block {
  max-width: 380px;
  height: 380px
}

.s-consulting .sc-block .scb-hdr {
  font-size: 21px;
  line-height: 28px;
  padding-left: 15px;
  padding-right: 15px
}

.s-consulting .sc-block .scb-descr {
  padding-left: 15px;
  padding-right: 15px
}

.s-consulting .sc-block .btn-arr {
  bottom: 15px;
  right: 15px
}

.s-services .ss-slider .swiper-slide .ss-itm .ss-content {
  min-height: 600px
}

.s-services .ss-slider .swiper-slide .ss-itm .ss-hover {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 45px;
  padding-bottom: 45px
}

.s-services .ss-slider .swiper-slide .ss-itm .ss-hdr {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 20px
}

.s-services .ss-slider .swiper-slide .ss-itm .ss-content .ssc-descr {
  font-size: 14px;
  line-height: 26px
}

.s-services .ss-slider .swiper-slide .ss-itm .ss-hover ul li {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 15px
}

.s-expertise .se-slider .swiper-slide .ses-itm {
  height: 700px
}

.s-expertise .se-slider .swiper-slide {
  width: 1300px
}

.s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-hdr {
  font-size: 21px;
  line-height: 28px
}

.s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-descr {
  font-size: 14px;
  line-height: 26px
}

.s-press .sp-items .sp-itm .spi-btm .spi-b-big-descr {
  font-size: 21px;
  line-height: 28px
}

.s-press .sp-items .sp-itm .spi-btm .spi-b-big-descr {
  font-size: 18px;
  line-height: 26px
}

.s-press .sp-items .sp-itm .spi-btm .spi-b-descr {
  font-size: 14px;
  line-height: 26px
}

.s-press .sp-items .sp-itm.big .spib-top {
  margin-bottom: 202px
}

@media only screen and (max-width:1920px) {
  .s-consulting::after {
    left: 23%
  }

  .s-spec .ss-block.ssb-1 {
    left: 50%
  }
}

@media only screen and (max-width:1700px) {
  .s-spec .ss-block.ssb-1 {
    left: 54%
  }
}

@media only screen and (max-width:1600px) {
  .h1 {
    font-size: 30px
  }

  .s-questions.sq-orange .my-container.big {
    max-width: 1592px
  }

  .my-container {
    max-width: 1540px
  }

  .my-container.big {
    max-width: 1592px
  }

  .s-spec .ss-text .h1 {
    font-size: 30px;
    margin-bottom: 60px
  }

  .s-spec::before {
    width: 382px;
    height: 474px
  }

  .s-spec .ss-block {
    max-width: 340px;
    min-height: 340px
  }

  .s-spec .ss-block.ssb-1 {
    left: 53%;
    bottom: -212px
  }

  .s-spec .ss-text {
    padding-top: 270px
  }

  .s-spec .ss-block .ssb-top .ssb-hdr {
    font-size: 18px;
    line-height: 24px
  }

  .s-spec .ss-block .ssb-top .ssb-img {
    margin-bottom: 20px
  }

  .s-spec .ss-block .ssb-btm .ssb-link {
    font-size: 14px;
    line-height: 18px
  }

  .s-consulting .sc-block {
    max-width: 340px;
    height: 340px
  }

  .s-consulting::after {
    width: 510px;
    height: 496px;
    left: 27%
  }

  .s-consulting .sc-txt .sct-descr {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 180px
  }

  .s-consulting .sc-block .scb-hdr {
    font-size: 18px;
    line-height: 24px;
    padding-right: 35px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hdr {
    font-size: 18px;
    line-height: 24px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content .ssc-descr {
    font-size: 13px;
    line-height: 24px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hover ul li {
    margin-bottom: 10px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content {
    min-height: 470px
  }

  .s-services {
    padding-top: 60px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm {
    height: 600px
  }

  .s-expertise .se-slider .swiper-slide {
    width: 1100px
  }

  .s-press .sp-items .sp-itm-wrap .sp-itm .spi-btm .spi-b-big-descr {
    font-size: 16px;
    line-height: 24px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-date {
    font-size: 13px;
    line-height: 15px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-descr {
    font-size: 12px;
    line-height: 24px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-big-descr {
    font-size: 16px;
    line-height: 24px
  }

  .s-press .sp-items .sp-itm.big .spib-top {
    margin-bottom: 123px
  }
}

@media only screen and (max-width:1500px) {
  .s-spec .ss-block.ssb-1 {
    left: 55%
  }
}

@media only screen and (max-width:1440px) {
  .s-spec .ss-block {
    max-width: 290px;
    min-height: 290px
  }

  .s-spec .ss-block .ssb-top {
    padding-left: 15px;
    padding-right: 15px
  }

  .s-spec .ss-block .ssb-btm {
    padding-left: 15px;
    padding-right: 15px
  }

  .s-spec .ss-block.ssb-1 {
    left: 55%
  }

  .s-consulting .sc-block {
    max-width: 290px;
    height: 290px
  }

  .s-consulting::after {
    transform: translateX(-73%);
    left: 50%
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-hdr {
    font-size: 18px;
    line-height: 24px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-date span {
    padding-left: 30px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-date span::before {
    left: 6px
  }

  .btn-with-arr {
    font-size: 12px;
    line-height: 15px
  }

  .btn-with-arr::after,
  .btn-with-arr::before {
    margin-top: -2px
  }
}

@media only screen and (max-width:1280px) {
  .s-services .ss-slider .swiper-slide .ss-itm .ss-content .ssc-descr {
    font-size: 10px;
    line-height: 16px
  }

  .s-questions .sq-block .sqb-row.sqb-five .def-inp {
    width: calc(20% - 30px)
  }

  .s-press .sp-items .sp-itm .spi-hdr {
    font-size: 12px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content .ssc-descr br {
    display: none
  }

  .h1 {
    font-size: 25px
  }

  .btn {
    font-size: 14px;
    line-height: 16px;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 40px;
    padding-right: 15px
  }

  .btn::after,
  .btn::before {
    top: 13px;
    left: 15px
  }

  .s-spec .ss-text .h1 {
    font-size: 25px
  }

  .s-spec::before {
    width: 365px;
    height: 440px
  }

  .s-spec .ss-text {
    padding-top: 220px
  }

  .s-spec .ss-block .ssb-top .ssb-hdr {
    font-size: 16px;
    line-height: 21px
  }

  .s-spec .ss-block {
    max-width: 250px;
    min-height: 250px
  }

  .s-spec .ss-block .ssb-btm .ssb-link::after,
  .s-spec .ss-block .ssb-btm .ssb-link::before {
    background-size: contain;
    width: 10px;
    height: 7px;
    top: 5px
  }

  .s-spec .ss-block.ssb-1 {
    left: 50%
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hdr {
    font-size: 15px;
    line-height: 19px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hover ul li {
    margin-bottom: 7px;
    font-size: 10px;
    line-height: 15px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hover ul li::before {
    top: 6px
  }

  .s-consulting .sc-block {
    max-width: 250px;
    height: 250px
  }

  .s-consulting .sc-block .scb-hdr {
    font-size: 16px;
    line-height: 21px;
    padding-right: 25px
  }

  .s-consulting::after {
    width: 400px;
    height: 390px;
    left: 40%
  }

  .s-consulting .sc-txt .sct-descr {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 130px
  }

  .s-consulting .sc-txt {
    max-width: 270px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hover {
    padding-top: 25px;
    padding-bottom: 45px
  }
  
  

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content {
    padding-top: 25px;
    padding-bottom: 45px;
    min-height: 380px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm {
    height: 440px
  }

  .s-expertise .se-slider .swiper-slide {
    width: 900px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-hdr {
    font-size: 16px;
    line-height: 21px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-descr {
    padding-left: 25px;
    font-size: 12px;
    line-height: 24px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt {
    top: 66%;
    padding-bottom: 40px
  }

  .s-press .sp-items .sp-itm-wrap .sp-itm .spi-btm .spi-b-big-descr {
    font-size: 12px;
    line-height: 18px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-descr {
    font-size: 10px;
    line-height: 20px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-date {
    font-size: 11px;
    line-height: 14px
  }

  .s-press .sp-items .sp-itm .spi-btm .spi-b-big-descr {
    font-size: 12px;
    line-height: 18px
  }

  .s-press .sp-items .sp-itm.big .spib-top {
    margin-bottom: 200px
  }

  .s-press .sp-items .sp-itm .spi-top {
    margin-bottom: 78px
  }

  .s-questions .sq-block .sqb-row .def-inp {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px)
  }

  .s-questions .sq-block .sqb-row.sqb-three .def-inp {
    width: calc(33.33% - 30px)
  }

  .s-questions .sq-block .sqb-row.sqb-two .def-inp {
    width: calc(50% - 30px)
  }

  .s-questions .sq-block {
    padding-left: 15px;
    padding-right: 15px
  }

  .s-questions .sq-block .h1 {
    margin-bottom: 60px
  }

  .s-questions .sq-block .sqb-row {
    margin-left: -15px;
    margin-right: -15px
  }

  footer .ft-col .ftc-hdr {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px
  }

  footer .ft-col .ftc-list li a {
    font-size: 13px;
    line-height: 25px
  }

  footer .ft-col {
    margin-bottom: 30px
  }

  footer .ft-cols {
    padding-top: 25px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt .spib-ti-status {
    font-size: 11px;
    line-height: 13px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt .spib-ti-name {
    font-size: 11px;
    line-height: 16px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm .spib-ti-txt .spib-ti-work {
    font-size: 11px;
    line-height: 16px
  }
}

@media only screen and (max-width:1250px) {
  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(1) .spib-ti-txt {
    top: 120px
  }

  .s-press .sp-items .sp-itm .spi-top {
    margin-bottom: 64px
  }
}

@media only screen and (max-width:1200px) {
  .s-spec .ss-block.ssb-1 {
    left: 52%
  }

  .s-consulting::after {
    left: 44%
  }
}

@media only screen and (max-width:1100px) {
  .s-spec .ss-text .h1 {
    font-size: 23px;
    margin-bottom: 40px
  }

  .s-spec::before {
    width: 278px;
    height: 342px;
    right: 24%
  }

  .s-spec .ss-block.ssb-1 {
    left: 54%
  }

  .s-consulting::after {
    width: 374px;
    height: 363px;
    left: 48%;
    background-repeat: no-repeat
  }
}

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

  .btn::after,
  .btn::before {
    top: 50%;
    margin-top: -6px;
    left: 15px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(1) .spib-ti-txt {
    top: 140px
  }

  .s-press .sp-items .sp-itm .spi-top {
    margin-bottom: 37px
  }
}

@media only screen and (max-width:992px) {
  .my-container {
    max-width: 100%
  }

  .s-press .sp-items .sp-itm.big .spib-top {
    margin-bottom: 173px
  }

  .s-press .sp-items .sp-itm .spi-btm {
    padding-bottom: 10px
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(1) {
    padding-left: 7%
  }

  .s-spec .my-container {
    max-width: 100%
  }

  .s-spec .ss-text {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto
  }

  .s-spec .ss-text {
    padding-top: 97px
  }

  .s-spec .ss-block {
    min-width: calc(100% - 20px);
    min-height: 1px
  }

  .btn {
    font-size: 12px;
    line-height: 15px;
    padding-top: 11px;
    padding-bottom: 12px;
    padding-right: 20px;
    padding-left: 35px
  }

  .btn::after,
  .btn::before {
    top: 50%
  }
}

@media only screen and (max-width:768px) {
  .s-contacts .sc-btm .scb-descr br {
    display: none
  }

  .s-questions .sq-block .sqb-row.sqb-five .def-inp {
    width: 100%
  }

  .s-questions .sq-block .sqb-row.sqb-three .def-inp {
    width: 100%
  }

  .s-press .sp-items .sp-itm.big .spib-top .spib-t-items .spib-t-itm:nth-child(1) .spib-ti-txt {
    top: 0
  }

  .s-questions .sq-block .sqb-row.sqb-two .def-inp {
    width: 100%
  }

  .h1 {
    font-size: 20px
  }

  footer .ft-col {
    margin-bottom: 0
  }

  .s-consulting .sc-block {
    max-width: 100%;
    min-width: 1px;
    height: 284px
  }

  .s-consulting .sc-txt .sct-descr {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px
  }

  .s-consulting::after {
    transform: translateX(-50%);
    left: 50%
  }

  .s-press .sp-items .sp-itm.big .spib-top {
    margin-bottom: 47px
  }

  .s-press .sp-items .sp-itm .spi-top {
    margin-bottom: 8px
  }

  .s-questions .sq-block .sqb-row .def-inp {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }

  .s-questions .sq-block .sqb-row {
    margin-left: 0;
    margin-right: 0
  }

  .s-questions .sq-block .h1 {
    margin-bottom: 38px
  }

  .s-questions .sq-block {
    padding-left: 10px;
    padding-right: 10px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm {
    height: 464px
  }

  .s-expertise .se-slider .swiper-slide {
    width: 100%
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt .ses-t-hdr {
    font-size: 15px;
    line-height: 22px
  }

  .s-expertise .se-slider .swiper-slide .ses-itm .ses-txt {
    top: auto;
    bottom: 33px;
    padding-bottom: 59px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-hdr {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 17px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content {
    min-height: 430px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .ss-content .ssc-descr {
    font-size: 12px;
    line-height: 20px
  }

  .s-services .ss-slider .swiper-slide .ss-itm .btn-arr {
    bottom: 30px
  }

  footer .ft-col .ftc-hdr {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px
  }

  footer .ft-col .ftc-list li a {
    font-size: 13px;
    line-height: 25px
  }
}

@media only screen and (max-width:480px) {
  .s-spec .ss-text .h1 {
    font-size: 20px
  }
}


@media only screen and (min-width: 1251px) {
  .s-services .ss-slider .def-arrows {
    display: block;
  }
  .s-services .ss-slider {
    position: relative;

  }
  .s-services .ss-slider .def-arrows .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: -63px;
    margin: -47px 0 0 0;
    z-index: 3;
  }
  .s-services .ss-slider .def-arrows .swiper-button-next {
    position: absolute;
    top: 50%;
    right: -63px;
    margin: -47px 0 0 0;
    z-index: 3;
  }

  .s-services .ss-slider .def-arrows .swiper-button-next, 
  .s-services .ss-slider .def-arrows .swiper-button-prev {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: #fff;
  }
  .s-services .ss-slider .def-arrows .swiper-button-next::after, 
  .s-services .ss-slider .def-arrows .swiper-button-next::before, 
  .s-services .ss-slider .def-arrows .swiper-button-prev::after, 
  .s-services .ss-slider .def-arrows .swiper-button-prev::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    width: auto;
    height: 100%;
    transition: all .5s ease;
    background: no-repeat url(../img/btn-arr-icn_orange.svg) 0 50%;
  }
}
@media only screen and (max-width: 1250px) {
  .s-services .ss-slider .def-arrows {
    display: none;
  }
}

/*Услуги */
.s-serv {
  min-height: 730px;
  padding-top: 70px;
  padding-bottom: 70px;
  background: rgba(243, 243, 243, 1);
  position: relative;
}

.s-serv::before {
  content: "";
  position: absolute;
  width: 780px;
  height: 595px;
  background: url(../img/serv_boxs.png) no-repeat center center / contain;
  right: 7%;
  bottom: 29px
}

.s-serv.s-serv_circles::before {
  content: "";
  position: absolute;
  width: 860px;
  height: 932px;
  background: url(../img/serv_circles.png) no-repeat bottom center / contain;
  right: 0px;
  bottom: 0px;
}


.s-serv .s-breadcrumbs {
  margin-bottom: 50px;
  padding-bottom: 0
}

.s-serv .sc-txt {
  position: relative;
  z-index: 1
}

.s-serv .sc-txt .h1 {
  margin-bottom: 42px;
  max-width: 703px;
  width: 100%
}

.s-serv .sc-txt .sct-descr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.005em;
  max-width: 703px;
  width: 100%
}

@media only screen and (max-width:1600px) {
  .s-serv {
    min-height: auto;
  }  
  .s-serv::before {
    background-size: contain;
    width: 750px;
    height: 572px;
    background-repeat: no-repeat
  }
  .s-serv.s-serv_circles::before {
    width: 650px;
    height: 512px;
  }
}

@media only screen and (max-width:1440px) {
  .s-serv::before {
    width: 550px;
    height: 420px;
    right: 0;
  }
  .s-serv.s-serv_circles::before {
    width: 520px;
    height: 409px;
  }

  .s-serv .sc-txt .sct-descr {
    font-size: 21px;
    line-height: 28px
  }
}
@media only screen and (max-width:1250px) {
  .s-serv::before {
    width: 450px;
    height: 343px
  }
  .s-serv.s-serv_circles::before {
    width: 430px;
    height: 339px;
  }
}


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

  .s-serv .sc-txt .h1 {
    max-width: 500px
  }

  .s-serv .sc-txt .sct-descr {
    max-width: 500px
  }

}
@media only screen and (max-width:768px) {

  .s-serv {
    padding-top: 92px;
    padding-bottom: 230px;
    overflow: hidden
  }

  .s-serv::before {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 310px;
    height: 236px;
  }
  .s-serv.s-serv_circles::before {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 270px;
    height: 213px;
  }


  .s-serv .sc-txt .h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px
  }

  .s-serv .sc-txt .sct-descr {
    font-size: 14px;
    line-height: 24px
  }
}


.s-serv-p {
  background: rgba(243, 243, 243, 1);
  position: relative;
}



.serv-filter {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 5px;
  background: #FFF;
  margin-bottom: 20px;
  z-index: 3;
}
.serv-filter__head {
  position: relative;
  padding: 23px 0;
}

.serv-filter__head-text {
  position: relative;
  white-space: nowrap;
  color: #AAA;
  font-size: 16px;
  padding-left: 40px;
  padding-right: 27px;
}
.serv-filter__head-text::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: linear-gradient(0deg, rgba(249, 249, 249, 0) 0%, rgba(206, 206, 206, 0.78) 15.1%, #949494 50%, rgba(204, 204, 204, 0.78) 86.98%, rgba(249, 249, 249, 0) 100%);
}

.serv-filter__head-link {
  display: none;
  white-space: nowrap;
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding-left: 40px;
}
.serv-filter__head-link i {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(255, 92, 1, 1) url("/img/ico-arr.svg") no-repeat center center;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.serv-filter__head-text::before,
.serv-filter__head-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 20px;
  margin: -10px 0 0 0;
  background: url("/img/ico-filter.svg") no-repeat center center;
}

.serv-filter__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0 65px;
  padding-left: 65px;
}
.serv-filter__items a {
  position: relative;
  color: #000;
  font-size: 16px;
  /*font-size:calc((100vw - 768px)/(1920 - 768) * (16 - 16) + 16px);*/
  font-weight: 500;
  text-decoration: none;
  padding-right: 40px;
}
.serv-filter__items a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F3F3F3;
  margin: -15px 0 0 0;
  transition: all 0.3s ease;
}
.serv-filter__items a.active::after,
.serv-filter__items a.active:hover::after {
  background: rgba(255, 92, 1, 1) url("/img/ico-arr.svg") no-repeat center center;
  transition: all 0.3s ease;
}
@media only screen and (min-width:768px) {
  .serv-filter__items a:hover::after {
    background: rgba(255, 92, 1, 1);
  }
}

@media only screen and (max-width:1600px) {
  .serv-filter__items {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    padding-left: 20px;
  }
}


@media only screen and (max-width:1250px) {
  .serv-filter {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    background: #FFF;
    margin-bottom: 10px;
  }
  .serv-filter__head {
    position: relative;
    padding: 16px 0;
    margin: 0 0 0 auto;
  }
  .serv-filter__head-text {
    display: none;
  }
  .serv-filter__head-link {
    display: inline-block;
  }
  .serv-filter__items {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    display: flex;
    gap: 20px;
    padding: 0 20px;
    border-radius: 0px 0px 7px 7px;
    background: #FFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);

    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .serv-filter__items a {
    width: 100%;
    font-size: 13px;
  }
  .serv-filter__items a::after {
    width: 21px;
    height: 21px;
    margin: -10px 0 0 0;
  }
  .serv-filter.open .serv-filter__head-link i {
    transform: rotate(-180deg);
    transition: all 0.3s ease;
  }


  .serv-filter.open .serv-filter__items {
    padding: 20px;

    max-height: 500px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .serv-filter__items a.active {
    pointer-events: none;
    color: rgba(0,0,0,0.2);
  }
  .serv-filter__items a.active::after {
    background: #F5F5F5 url("/img/ico-arr.svg") no-repeat center center;
  }
  
}


.s-serv-p__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 0 80px 0;
}
.serv-p-item {
  position: relative;
  flex: 1 1 calc(50% - 20px);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 55px;
  border-radius: 9px;
  background: #FFF;
  overflow: hidden;
  min-height:360px;
}
.serv-p-item__pic {
  position: absolute;
  right: -6%;
  bottom: -25px;
}

.section-upravlenie-funktsiey-ib .serv-p-item__pic
{
	right:0px;
}

.serv-p-item__pic img {
  display: block;
  max-width: 100%;
  /*filter: grayscale(100%);
  opacity: 0.07;*/
  transition: all 0.3s ease;
}

.serv-p-item__pic img.hover
{
	display:none;
}

@media only screen and (min-width:768px) {
  .serv-p-item:hover .serv-p-item__pic img {
   /* filter: grayscale(0%);
    opacity: 1;*/
   
   /* transition: all 0.3s ease;
	display:none;*/
  }
  
  /*.serv-p-item:hover .serv-p-item__pic img.hover
  {
	  display:block;
  }*/
  
}
.serv-p-item__head {
  position: relative;
  z-index: 2;
  font-size: 21px;
  line-height: 130%;
  font-weight: 600;
  min-height: 56px;
}
.serv-p-item__line {
  border-bottom: rgba(247, 247, 247, 1) 1px solid;
  margin: 29px -30px 19px -30px;
  width:70%;
}
.serv-p-item_nav {
  position: relative;
  z-index: 2;
}
.serv-p-item_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.serv-p-item_nav ul li {
  margin: 0;
  padding: 2px 0;
}

.serv-p-item_nav ul li.nonactive a
{
	opacity: 0.4;
}

.serv-p-item_nav a {
  display: inline-block;
  color: #000;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
}
.serv-p-item_nav a::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 12px;
  background: url(/img/btn-arr-icn_black.svg);
  margin-left: 10px;
  vertical-align: middle;
}
@media only screen and (min-width:768px) {
  .serv-p-item_nav a:hover {
    color: #FF5C01;
  }
  .serv-p-item_nav a:hover::after {
    background: url(/img/btn-arr-icn_orange.svg);
    animation: arr_anim 1.5s infinite linear;
  }
  @keyframes arr_anim {
    0%, 100% {
      transform: translate(0,0);
    }
    50% {
      transform: translate(5px,0);
    }
  }
}

.nonactive .serv-p-item_nav a {
  opacity: 0.4; 
}



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

  .serv-p-item {
    padding-left: 26px;
    padding-right: 26px;
  }
  .serv-p-item__line {
    margin: 20px -26px 20px -26px;
  }
  .serv-p-item__head {
    font-size: 18px;
    line-height: 24px
  }
}

@media only screen and (max-width:1250px) {
  .serv-p-item {
    padding-left: 21px;
    padding-right: 21px;
	min-height:300px;
  }
  .serv-p-item__line {
    margin: 20px -21px 20px -21px;
  }

}

@media only screen and (max-width:1280px) {
  .serv-p-item__head {
    font-size: 15px;
  }
}
@media only screen and (max-width:1024px) {
  .s-serv-p__items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 0 50px 0;
  }
  .serv-p-item {
    flex: 1 1 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .serv-p-item__head {
    min-height: auto;
  }
  .serv-p-item__line {
    margin: 20px -16px 20px -16px;
  }
  
  /*.serv-p-item__pic
  {
	  height:100%;
  }*/
  
  .serv-p-item__pic img {
    max-width: 250px;
	max-height:80%;
  }
  .serv-p-item_nav a {
    font-size: 12px;
    line-height: 1.75;
  }
  
  
}

@media only screen and (max-width:767px) {
  .serv-p-item {
    min-height: 240px;
    padding-top: 14px;
    padding-left: 10px;
    padding-right: 10px
  }
  .serv-p-item__line {
    margin: 18px -10px 11px -10px;
  }
  .serv-p-item__pic {
    bottom: -10px;
  }
  .serv-p-item__pic img {
    max-width: 160px;
  }
}
.s-tags  {
  background: rgba(243, 243, 243, 1);
  position: relative;
  padding: 1px 0 30px 0;
}

.s-tags__head {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}
.s-tags__items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  margin: 20px 0 20px 0;
  list-style: none;
}
.s-tags__items li {
  margin: 0;
  padding: 0;
}
.s-tags__items li a {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  background: #FFF;
  padding: 8px 15px;
}

.s-services-nav .ssn-right .ssn-items .ssn-bitm {
  background: #f3f3f3;
  border-radius: 8px;
  margin-bottom: 18px;
  position: relative;
  padding: 70px 50px;
  font-size: 18px;
}
.s-services-nav .ssn-right .ssn-items .ssn-bitm.ssn-bitm_bg {
  background: #f3f3f3/* url("/img/bg-bitm.png") no-repeat bottom right*/;
}
.s-services-nav .ssn-right .ssn-items .ssn-bitm p {
  margin-bottom: 45px;
}
.s-services-nav .ssn-right .ssn-items .ssn-bitm .ssn-i-hdr-big {
  max-width: 1000px;
  display: block;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 45px;
}
.s-services-nav .ssn-right .ssn-items .ssn-bitm .ssn-i-hdr {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 45px
}

.s-services-nav .ssn-right .ssn-items .ssn-bitm .ssn-i-maindescr {
  max-width: 1000px;
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 45px
}

.s-services-nav .ssn-right .ssn-items .ssn-bitm .sa-top .my-container,
.s-services-nav .ssn-right .ssn-items .ssn-bitm .sa-slider .my-container {
  padding-left: 0;
  padding-right: 0;
}


@media only screen and (max-width:1250px) {
  .s-services-nav .ssn-right .ssn-items .ssn-bitm {
    margin-bottom: 10px;
    padding: 50px 20px;
  }
  .s-services-nav .ssn-right .ssn-items .ssn-bitm.ssn-bitm_bg {
    background: #f3f3f3 /*url("/img/bg-bitm.png") no-repeat bottom right / 330px*/;
  }
  .s-services-nav .ssn-right .ssn-items .ssn-bitm p {
    margin-bottom: 34px;
  }
  .s-services-nav .ssn-right .ssn-items .ssn-bitm .ssn-i-hdr-big {
    font-size: 24px;
    margin-bottom: 34px
  }
  .s-services-nav .ssn-right .ssn-items .ssn-bitm .ssn-i-hdr {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 34px
  }
  .s-services-nav .ssn-right .ssn-items .ssn-bitm .ssn-i-maindescr {
    font-size: 21px;
    margin-bottom: 34px
  }
}
@media only screen and (max-width:767px) {
  .s-services-nav .ssn-right .ssn-items .ssn-bitm {
    margin-bottom: 10px;
    padding: 30px 10px;
    font-size: 13px;
  }
  .s-services-nav .ssn-right .ssn-items .ssn-bitm.ssn-bitm_bg {
    background: #f3f3f3/* url("/img/bg-bitm.png") no-repeat bottom right / 210px*/;
  }
  .s-services-nav .ssn-right .ssn-items .ssn-bitm p {
    margin-bottom: 25px;
  }
  .s-services-nav .ssn-right .ssn-items .ssn-bitm .ssn-i-hdr-big {
    font-size: 20px;
    margin-bottom: 25px
  }
  .s-services-nav .ssn-right .ssn-items .ssn-bitm .ssn-i-hdr {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 25px
  }

  .s-services-nav .ssn-right .ssn-items .ssn-bitm .ssn-i-maindescr {
    font-size: 15px;
    margin-bottom: 25px
  }
}

.ssn-i-list {
  max-width: 750px;
	counter-reset: num;
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
}
.ssn-i-list li {
	counter-increment: num;
  position: relative;
  margin: 0;
  padding: 0 0 55px 50px;
}
.ssn-i-list li:before {
	content: counter(num);
	position: absolute;
	left: 0;
	top: 2px;
  font-size: 14px;
}
.ssn-i-list li:nth-child(-n+9):before {
	content: "0" counter(num);
}
.ssn-i-list li:last-child {
  padding-bottom: 0;
}
.ssn-i-list li:last-child .ssn-i-list__line {
  display: none;
}
.ssn-i-list__line {
  position: absolute;
  top: 30px;
  bottom: 2px;
  left: 7px;
  width: 1px;
  background: #CACACA;
}
.ssn-i-list__line::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -1px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #CACACA;
}
@media only screen and (max-width:1250px) {
  .ssn-i-list li {
    padding: 0 0 34px 34px;
  }
  
}
@media only screen and (max-width:767px) {
    .ssn-i-list li {
      padding: 0 0 25px 34px;
    }
  
}

.ssn-i-modul {
  border-radius: 9px;
  background: white;
  margin-bottom: 20px;
  font-size: 16px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.20);
  overflow: hidden;
  transition: all 0.3s ease;
}
@media only screen and (min-width:768px) {
  .ssn-i-modul:hover {
    box-shadow: 10px 10px 25px 5px rgba(0, 0, 0, 0.20);
    transition: all 0.3s ease;
  }
  
    .serv-p-item:hover {
    box-shadow: 10px 10px 25px 5px rgba(0, 0, 0, 0.20);
    transition: all 0.3s ease;
  }

  
  /*.ssn-i-modul:hover .ssn-i-modul__number img
  {
	  filter: grayscale(0);
	  opacity:1;
  }*/
  
 /* .ssn-i-modul:hover .ssn-i-modul__number.number_style {
    text-shadow: 
    -0   -5px 0   #FF5C02,
    0   -5px 0   #FF5C02,
    -0    5px 0   #FF5C02,
    0    5px 0   #FF5C02,
    -5px -0   0   #FF5C02,
    5px -0   0   #FF5C02,
    -5px  0   0   #FF5C02,
    5px  0   0   #FF5C02,
    -1px -5px 0   #FF5C02,
    1px -5px 0   #FF5C02,
    -1px  5px 0   #FF5C02,
    1px  5px 0   #FF5C02,
    -5px -1px 0   #FF5C02,
    5px -1px 0   #FF5C02,
    -5px  1px 0   #FF5C02,
    5px  1px 0   #FF5C02,
    -2px -5px 0   #FF5C02,
    2px -5px 0   #FF5C02,
    -2px  5px 0   #FF5C02,
    2px  5px 0   #FF5C02,
    -5px -2px 0   #FF5C02,
    5px -2px 0   #FF5C02,
    -5px  2px 0   #FF5C02,
    5px  2px 0   #FF5C02,
    -3px -5px 0   #FF5C02,
    3px -5px 0   #FF5C02,
    -3px  5px 0   #FF5C02,
    3px  5px 0   #FF5C02,
    -5px -3px 0   #FF5C02,
    5px -3px 0   #FF5C02,
    -5px  3px 0   #FF5C02,
    5px  3px 0   #FF5C02,
    -4px -5px 0   #FF5C02,
    4px -5px 0   #FF5C02,
    -4px  5px 0   #FF5C02,
    4px  5px 0   #FF5C02,
    -5px -4px 0   #FF5C02,
    5px -4px 0   #FF5C02,
    -5px  4px 0   #FF5C02,
    5px  4px 0   #FF5C02,
    -5px -5px 0   #FF5C02,
    5px -5px 0   #FF5C02,
    -5px  5px 0   #FF5C02,
    5px  5px 0   #FF5C02,
    -5px -5px 0   #FF5C02,
    5px -5px 0   #FF5C02,
    -5px  5px 0   #FF5C02,
    5px  5px 0   #FF5C02;
  }*/

}
.ssn-i-modul__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 45px;
  border-bottom: #EEEEEE 1px solid;
}
.ssn-i-modul__count {
  color: #B5B5B5;
  font-size: 16px;
  font-weight: 400;
}
.ssn-i-modul__count span {
  font-size: 20px;
}
.ssn-i-modul__att {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.ssn-i-modul__att img {
  vertical-align: middle;
  margin: 0 0 0 14px;
}
.ssn-i-modul__cont {
  position: relative;
  padding: 45px 250px 45px 45px;
  overflow:hidden;
  min-height:320px;
}

.ssn-options .ssn-i-modul__cont
{
	 min-height:0px;
}

.ssn-i-modul__cont ul {
  position: relative;
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
  z-index: 2;
}
.ssn-i-modul__cont ul li {
  position: relative;
  margin: 0;
  padding: 0 0 4px 9px;
}
.ssn-i-modul__cont ul li:last-child {
  padding-bottom: 0;
}
.ssn-i-modul__cont ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #000;
}

.ssn-i-modul__number {
  position: absolute;
  width: 300px;
  text-align: center;
  right: -45px;
  bottom: -105px;
  color: #fff;
 /* text-shadow: 
  -0   -5px 0   rgba( 222, 222, 222, 0.6 ),
   0   -5px 0   rgba( 222, 222, 222, 0.6 ),
  -0    5px 0   rgba( 222, 222, 222, 0.6 ),
   0    5px 0   rgba( 222, 222, 222, 0.6 ),
  -5px -0   0   rgba( 222, 222, 222, 0.6 ),
   5px -0   0   rgba( 222, 222, 222, 0.6 ),
  -5px  0   0   rgba( 222, 222, 222, 0.6 ),
   5px  0   0   rgba( 222, 222, 222, 0.6 ),
  -1px -5px 0   rgba( 222, 222, 222, 0.6 ),
   1px -5px 0   rgba( 222, 222, 222, 0.6 ),
  -1px  5px 0   rgba( 222, 222, 222, 0.6 ),
   1px  5px 0   rgba( 222, 222, 222, 0.6 ),
  -5px -1px 0   rgba( 222, 222, 222, 0.6 ),
   5px -1px 0   rgba( 222, 222, 222, 0.6 ),
  -5px  1px 0   rgba( 222, 222, 222, 0.6 ),
   5px  1px 0   rgba( 222, 222, 222, 0.6 ),
  -2px -5px 0   rgba( 222, 222, 222, 0.6 ),
   2px -5px 0   rgba( 222, 222, 222, 0.6 ),
  -2px  5px 0   rgba( 222, 222, 222, 0.6 ),
   2px  5px 0   rgba( 222, 222, 222, 0.6 ),
  -5px -2px 0   rgba( 222, 222, 222, 0.6 ),
   5px -2px 0   rgba( 222, 222, 222, 0.6 ),
  -5px  2px 0   rgba( 222, 222, 222, 0.6 ),
   5px  2px 0   rgba( 222, 222, 222, 0.6 ),
  -3px -5px 0   rgba( 222, 222, 222, 0.6 ),
   3px -5px 0   rgba( 222, 222, 222, 0.6 ),
  -3px  5px 0   rgba( 222, 222, 222, 0.6 ),
   3px  5px 0   rgba( 222, 222, 222, 0.6 ),
  -5px -3px 0   rgba( 222, 222, 222, 0.6 ),
   5px -3px 0   rgba( 222, 222, 222, 0.6 ),
  -5px  3px 0   rgba( 222, 222, 222, 0.6 ),
   5px  3px 0   rgba( 222, 222, 222, 0.6 ),
  -4px -5px 0   rgba( 222, 222, 222, 0.6 ),
   4px -5px 0   rgba( 222, 222, 222, 0.6 ),
  -4px  5px 0   rgba( 222, 222, 222, 0.6 ),
   4px  5px 0   rgba( 222, 222, 222, 0.6 ),
  -5px -4px 0   rgba( 222, 222, 222, 0.6 ),
   5px -4px 0   rgba( 222, 222, 222, 0.6 ),
  -5px  4px 0   rgba( 222, 222, 222, 0.6 ),
   5px  4px 0   rgba( 222, 222, 222, 0.6 ),
  -5px -5px 0   rgba( 222, 222, 222, 0.6 ),
   5px -5px 0   rgba( 222, 222, 222, 0.6 ),
  -5px  5px 0   rgba( 222, 222, 222, 0.6 ),
   5px  5px 0   rgba( 222, 222, 222, 0.6 ),
  -5px -5px 0   rgba( 222, 222, 222, 0.6 ),
   5px -5px 0   rgba( 222, 222, 222, 0.6 ),
  -5px  5px 0   rgba( 222, 222, 222, 0.6 ),
   5px  5px 0   rgba( 222, 222, 222, 0.6 );
   */
  font-size: 500px;
  font-weight: 700;
  line-height: 1;
}

.ssn-i-modul__number.number_style
{
	text-shadow: 
  -0   -5px 0   rgba( 222, 222, 222, 0.6 ),
   0   -5px 0   rgba( 222, 222, 222, 0.6 ),
  -0    5px 0   rgba( 222, 222, 222, 0.6 ),
   0    5px 0   rgba( 222, 222, 222, 0.6 ),
  -5px -0   0   rgba( 222, 222, 222, 0.6 ),
   5px -0   0   rgba( 222, 222, 222, 0.6 ),
  -5px  0   0   rgba( 222, 222, 222, 0.6 ),
   5px  0   0   rgba( 222, 222, 222, 0.6 ),
  -1px -5px 0   rgba( 222, 222, 222, 0.6 ),
   1px -5px 0   rgba( 222, 222, 222, 0.6 ),
  -1px  5px 0   rgba( 222, 222, 222, 0.6 ),
   1px  5px 0   rgba( 222, 222, 222, 0.6 ),
  -5px -1px 0   rgba( 222, 222, 222, 0.6 ),
   5px -1px 0   rgba( 222, 222, 222, 0.6 ),
  -5px  1px 0   rgba( 222, 222, 222, 0.6 ),
   5px  1px 0   rgba( 222, 222, 222, 0.6 ),
  -2px -5px 0   rgba( 222, 222, 222, 0.6 ),
   2px -5px 0   rgba( 222, 222, 222, 0.6 ),
  -2px  5px 0   rgba( 222, 222, 222, 0.6 ),
   2px  5px 0   rgba( 222, 222, 222, 0.6 ),
  -5px -2px 0   rgba( 222, 222, 222, 0.6 ),
   5px -2px 0   rgba( 222, 222, 222, 0.6 ),
  -5px  2px 0   rgba( 222, 222, 222, 0.6 ),
   5px  2px 0   rgba( 222, 222, 222, 0.6 ),
  -3px -5px 0   rgba( 222, 222, 222, 0.6 ),
   3px -5px 0   rgba( 222, 222, 222, 0.6 ),
  -3px  5px 0   rgba( 222, 222, 222, 0.6 ),
   3px  5px 0   rgba( 222, 222, 222, 0.6 ),
  -5px -3px 0   rgba( 222, 222, 222, 0.6 ),
   5px -3px 0   rgba( 222, 222, 222, 0.6 ),
  -5px  3px 0   rgba( 222, 222, 222, 0.6 ),
   5px  3px 0   rgba( 222, 222, 222, 0.6 ),
  -4px -5px 0   rgba( 222, 222, 222, 0.6 ),
   4px -5px 0   rgba( 222, 222, 222, 0.6 ),
  -4px  5px 0   rgba( 222, 222, 222, 0.6 ),
   4px  5px 0   rgba( 222, 222, 222, 0.6 ),
  -5px -4px 0   rgba( 222, 222, 222, 0.6 ),
   5px -4px 0   rgba( 222, 222, 222, 0.6 ),
  -5px  4px 0   rgba( 222, 222, 222, 0.6 ),
   5px  4px 0   rgba( 222, 222, 222, 0.6 ),
  -5px -5px 0   rgba( 222, 222, 222, 0.6 ),
   5px -5px 0   rgba( 222, 222, 222, 0.6 ),
  -5px  5px 0   rgba( 222, 222, 222, 0.6 ),
   5px  5px 0   rgba( 222, 222, 222, 0.6 ),
  -5px -5px 0   rgba( 222, 222, 222, 0.6 ),
   5px -5px 0   rgba( 222, 222, 222, 0.6 ),
  -5px  5px 0   rgba( 222, 222, 222, 0.6 ),
   5px  5px 0   rgba( 222, 222, 222, 0.6 );
}

.ssn-i-modul__number img
{
	max-width:100%;
	max-height:100%;
	filter: grayscale(1);
	opacity:0.1;
	
}

.ssn-i-modul__head {
  position: relative;
  max-width: 660px;
  color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 160%;
  padding: 0;
  margin: 0 0 25px 0;
  z-index: 2;
}
.ssn-i-modul__head span {
  font-size: 16px;
  font-weight: 400;
}
.ssn-i-modul__result {
  position: relative;
  max-width: 740px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 200%;
  z-index: 2;
}
.ssn-i-modul__result span {
  color: #FF5C01;
  font-size: 20px;
}
@media only screen and (max-width:1250px) {
  .ssn-i-modul {
    margin-bottom: 10px;
    font-size: 12px;
  }  
  .ssn-i-modul__top {
    padding: 18px 18px;
  }  
  .ssn-i-modul__count {
    font-size: 14px;
  }
  .ssn-i-modul__count span {
    font-size: 16px;
  }
  .ssn-i-modul__att {
    font-size: 12px;
  }
  .ssn-i-modul__cont {
    position: relative;
    padding: 18px 170px 70px 18px;
  }
  .ssn-i-modul__cont ul {
    margin: 0 0 11px 0;
  }  
  .ssn-i-modul__cont ul li::before {
    top: 10px;
  }  
  .ssn-i-modul__number {
    position: absolute;
    width: 210px;
    text-align: center;
    right: -45px;
    bottom: -50px;
    font-size: 300px;
  }  
  .ssn-i-modul__head {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .ssn-i-modul__result {
    font-size: 14px;
  }
  .ssn-i-modul__result span {
    font-size: 14px;
  }
  
      
}
@media only screen and (max-width:767px) {
  .ssn-i-modul {
    margin-bottom: 7px;
    font-size: 12px;
  }  
  .ssn-i-modul__top {
    padding: 13px 18px;
  }  
  .ssn-i-modul__count {
    font-size: 13px;
  }
  .ssn-i-modul__count span {
    font-size: 15px;
  }
  .ssn-i-modul__att {
    width: 100%;
    font-size: 11px;
  }
  .ssn-i-modul__cont {
    position: relative;
    padding: 17px 170px 40px 18px;
  }
  .ssn-i-modul__cont ul {
    margin: 0 0 20px 0;
  }  
  .ssn-i-modul__cont ul li::before {
    top: 10px;
  }  
  /*.ssn-i-modul__number {
    position: absolute;
    width: 30px;
    text-align: center;
    top: 10px;
    right: 18px;
    bottom: auto;
    font-size: 50px;
  } */ 
  .ssn-i-modul__head {
    font-size: 15px;
    margin-bottom: 14px;
    padding-right: 50px;
  }
  .ssn-i-modul__result {
    font-size: 12px;
  }
  .ssn-i-modul__result span {
    font-size: 12px;
  }
   
}
 

.ssn-i-hdr-video {
  max-width: 970px;
  position: relative;
  overflow: hidden;
  margin-bottom: 36px;
}
.ssn-i-hdr-video::before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.ssn-i-hdr-video iframe,  
.ssn-i-hdr-video object,  
.ssn-i-hdr-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.materials-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0 0 0;
}

.material-group
{
	margin-top:30px;
	font-weight:bold;
}

.materials-item {
  flex: 1 1 0;
}
.materials-item__head {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 28px;
}
.link-download {
  display: inline-flex;
  gap: 17px;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;

}
.link-download i {
  flex: 0 0 57px;
  height: 57px;
  background: #000 url("/img/ico-download.svg") no-repeat center center;
  border-radius: 50%;
  transition: all 0.3s ease;

}
.link-download:hover i {
  background: #ff5c02 url("/img/ico-download.svg") no-repeat center center;
  transition: all 0.3s ease;

}
@media only screen and (max-width:1250px) {
  .materials-items {
    gap: 45px 20px;
    margin: 45px 0 0 0;
  }
  .materials-item {
    flex: 1 1 calc(50% - 20px);
  }
  .materials-item__head {
    font-size: 14px;
    margin-bottom: 14px;
  }  
  .link-download {
    font-size: 12px;
  }  
  .link-download i {
    flex: 0 0 45px;
    height: 45px;
  }  
}
@media only screen and (max-width:767px) {
  .materials-items {
    gap: 25px 20px;
    margin: 25px 0 0 0;
  }
  /*.materials-item {
    flex: 1 1 100%;
  }*/
  .materials-item__head {
    font-size: 12px;
    margin-bottom: 10px;
  }  
  .link-download {
    font-size: 12px;
  }  
}

.check-list-block
{
	background: #f3f3f3;
  border-radius: 8px;
  margin-bottom: 18px;
  position: relative;
  padding: 70px 43% 70px 30px;
  font-size: 18px;
  background:url("/img/check-list-background.png") no-repeat center / cover;
  color:white;
}

@media only screen and (max-width:1024px) {
	.check-list-block
	{
		padding: 50px 43% 50px 20px;
	}
	
}

@media only screen and (min-width:767px) 
	{
		.pc-hide
		{
			display:none;
		}
	}

.mobile-arr-block
{
	margin:5px 0px 20px 0px;
	text-align:right;
}

@media only screen and (max-width:767px) {
	.check-list-block
	{
		padding:30px 10px 30px 10px;
	}
	
	.mobile-hide
	{
		display:none;
	}
	
}

.check-list-block .check-header
{
	font-size:24px;
	font-weight:bold;
	margin-bottom:24px;
}

.check-list-block .check-desc
{
	font-size:16px;
	margin-bottom:30px;
}

.ssn-bitm .s-also
{
	padding:0px;
}

.ssn-bitm .my-container
{
	margin:0px;
}

.ssn-bitm .s-also .sa-top .h1
{
	font-size:36px;
	margin-right:30px;
}

@media only screen and (max-width: 768px) {
  .ssn-bitm .s-also .sa-top .h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .ssn-bitm .s-also .sa-top .h1 {
    font-size: 25px;
  }
}

.def-arrows.new .swiper-button-next
{
	background:#DCDCDC;
}

.def-arrows.new .swiper-button-prev
{
	background:white;
}

.ssn-options
{
	
}

.ssn-bitm .news-item.small .ni-text
{
	padding-bottom:116px;
	padding-top:50px;
}

.ssn-bitm .news-item
{
	background:white;
}

.ssn-bitm .s-also .sa-slider .swiper-slide
{
	border:none;
}



.ssn-bitm  .news-item .ni-img
{
	height:294px;
	border-radius:0;
}

.ssn-bitm .news-item.small .ni-text
{
	height:calc(100% - 295px);
}


@media only screen and (max-width: 768px) {
  .ssn-bitm  .news-item .ni-img {
    height: 186px;
  }
  .ssn-bitm .news-item.small .ni-text
	{
		height:calc(100% - 160px);
	}
	
	.ssn-bitm .news-item.small .ni-text
	{
		padding-top:30px;
	}
	.ssn-items .sed-list li
	{
		font-size: 13px;
		line-height:25px;
	}
	.ssn-items .sed-list
	{
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 468px) {
  .ssn-bitm  .news-item .ni-img {
    height: 108px;
  }
  .ssn-bitm .news-item.small .ni-text
	{
		height:calc(100% - 80px);
	}
	
	.ssn-bitm .news-item.small .ni-text
	{
		padding-top:20px;
	}
  
}

.ssn-bitm .s-also .sa-slider .swiper-slide
{
	/*width:692.5px;*/
	width:calc(100%/2 - 9px);
}

@media only screen and (max-width:768px) {
	
	.ssn-bitm .s-also .sa-slider .swiper-slide
	{
		width:calc(100% + 9px);
	}
	
}



.ssn-bitm .news-item .ni-img span
{
	background-size:contain;
}
.ssn-options
{
box-shadow: 0px 3px 7px -5px rgba(34, 60, 80, 0.6) inset;
background:#fdfdfd;
}

.ssn-options .ssn-i-modul__cont
{
	border-top:#EEEEEE 1px solid;
}

.ssn-options .ssn-i-modul__cont::first-child
{
	border-top:none;
}

.ssn-options .ssn-i-modul__cont .ssn-i-modul__head::before {
content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 13px;
  height: 8px;
  background: url(/css/../img/ssn-arr.svg);
  transition: all .5s ease;
  margin-top: -4px;
  transform: rotate(92deg);
}

.ssn-options .ssn-i-modul__cont.hidden .ssn-i-modul__head::before {
	transform: rotate(0deg);
}

.ssn-options .ssn-i-modul__cont.hidden .option-content
{
	display:none;
}

.ssn-options .ssn-i-modul__cont.hidden .ssn-i-modul__head
{
	margin-bottom:0px;
}

@media only screen and (max-width:480px) {
	
	  .ssn-i-modul__number {
    width: 35px;
    text-align: center;
	top:10px;
    right: 10px;
    bottom: auto;
    font-size: 40px;
	
	
	/*text-shadow: 
   1px  1px 0 rgba(222, 222, 222, 1),
      -1px -1px 0 rgba(222, 222, 222, 1),  
       1px -1px 0 rgba(222, 222, 222, 1),
      -1px  1px 0 rgba(222, 222, 222, 1),
       1px  1px 0 rgba(222, 222, 222, 1)
	   */
	
  }
  
  .ssn-i-modul__number.number_style
  {
	  text-shadow: 
   1px  1px 0 rgba(222, 222, 222, 1),
      -1px -1px 0 rgba(222, 222, 222, 1),  
       1px -1px 0 rgba(222, 222, 222, 1),
      -1px  1px 0 rgba(222, 222, 222, 1),
       1px  1px 0 rgba(222, 222, 222, 1);
  }
  
  .ssn-i-modul__cont {
    position: relative;
    padding: 17px 18px 40px 18px;
  }
  
  .ssn-i-modul__number img
  {
	  opacity:0.5;
  }

	
}

.btn.btn-orange.tag-button
{
	border:none;
}

/* слайдер материалов*/ 
.expert-materials-arrows{
	margin-left:auto;
}
.swiper-slide-first,
.expert-materials-part .news-item .mobile-visible {
	display: none;
}

.expert-materials-block{
	display: flex;
	gap:18px;
	justify-content: space-between;
}
.expert-materials-part{
	width:50%;
}
.expert-materials-slider{
	height:100%;
}
.expert-materials-part .news-item{
	height:100%;
}
.sa-slider .expert-materials-slider .swiper-slide{
	width:calc(50% - 10px);
}

@media only screen and (max-width: 1600px) {
	.expert-materials-left .news-item .ni-text {
		height: calc(100% - 317px);
	}
}
@media only screen and (max-width: 1440px) {
	.expert-materials-left .news-item .ni-text {
		height: calc(100% - 285px);
	}
}
@media only screen and (max-width: 1300px) {
	.expert-materials-left .news-item .ni-text {
		height: calc(100% - 253px);
	}
}
@media only screen and (max-width: 1200px) {
	.expert-materials-left .news-item .ni-text {
		height: calc(100% - 200px);
	}
}
@media only screen and (max-width: 992px) {
	.expert-materials-part{
		width:60%;
	}
	.expert-materials-left{
		width:40%;
	}
	.expert-materials-part .news-item .ni-text {
		display:block;
		height: calc(100% - 118px);
	}
	.expert-materials-part .news-item .mobile-hidden {
		display: none !important;
	}
	.expert-materials-part .news-item .mobile-visible {
		display: block !important;
	}
}
@media only screen and (max-width: 768px) {
	.expert-materials-block{
		gap:10px;
	}
	.expert-materials-part,
	.expert-materials-left{
		width:50%;
	}
	.sa-slider .expert-materials-slider .swiper-slide {
		width:calc(100% - 2px);
	}
}
@media only screen and (max-width: 500px) {
	.expert-materials-part{	
		width:100%;
	}
	.expert-materials-left{
		display:none;
	}
	.swiper-slide-first{
		display:block;
	}
}


/* Доработка страницы экспертизы и мероприятия блок видео и доп материалы*/ 
.ser-zapis-container{
	max-width:1054px;
	padding:18px 0;
}
.ser-zapis-card {
	margin:50px 0;
    background: #F3F3F3 url('mgs/gfbg.png') no-repeat 367px top;
    border-radius: 9px;
    padding: 57px 91px 70px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 593px;
	overflow:hidden;
}
.ser-zapis-card.ser-zapis-video-card{
	padding:0;
	min-height:auto;
	width:100%;
	height:fit-content;
}
.ser-zapis-video-card iframe{
	width:100% !important;
	height:100% !important;
	aspect-ratio: 720 / 405;
}
.ser-zapis-content {
    position: relative;
    z-index: 2;
    max-width: 530px;
}
.e-brand-logo {
    width:298px;
	height:67px;
	margin:0 0 62px;
}
.ser-zapis-block {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    margin:0 0 30px;
	color:#313131;
}
.extra-materials{
	padding:10px 0 50px;
}
.extra-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.extra-materials-slider{
	padding:48px 0 0;
	margin:0 0 70px;
}
.e-nav-arrows{
	display: flex;
	gap:8px;
	width:88px;
	flex-shrink:0;
}
.e-nav-arrow{
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;	
	background: #F3F3F3;
	border-radius: 50%;
	transition: all .5s ease;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	cursor:pointer;
}
.e-nav-arrow:after,
.e-nav-arrow:before{
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .5s ease;
	background: no-repeat url(/img/btn-arr-icn_black.svg) 50%;
	-webkit-tap-highlight-color: transparent;
}
.e-nav-arrow:after{
	opacity: 0;
	background: no-repeat url(/img/btn-arr-icn.svg) 50%;
}
.e-nav-arrow:hover{
	background: #313131;
}
.e-nav-arrow:hover::before{
	opacity: 0;
}
.e-nav-arrow:hover::after{
	opacity: 1;
}
.e-nav-prev {
	transform: rotate(180deg);
	margin-right: 5px;
}
.e-nav-arrow.swiper-button-disabled{
	background:#FBFBFB;
	cursor:none;
	pointer-events:none;
}
.e-nav-arrow.swiper-button-disabled:before{
	opacity:0.4;
}
.main-material-card {
    display: flex;
    background: #F3F3F3;
    border-radius: 9px;
    overflow: hidden;
	height:405px;
}
.e-card-img { 
	flex:1;
	overflow:hidden;
}
.e-card-img img { 
	width: 100%;
	height: 100%; 
	object-fit: cover;
}
.e-card-info {
	flex:1.33;
	display: flex; 
	padding:40px 48px;
	flex-direction: column; 
	justify-content: space-between;
}
.e-card-badges{
	display: flex;
	flex-wrap: wrap;
	gap:4px;
	margin:0 0 16px;
}
.e-card-badge {
	width: fit-content;
	display: inline-flex;
	height: 30px;
	align-items: center;
	justify-content: center;
	padding: 4px 15px;
	border: 1px solid #FF5C02;
	border-radius: 24px;
	color: #FF5C02;
	font-size: 13px;
	line-height: 150%;
	font-weight: 500;
	white-space: nowrap;
}
.e-card-goto{
	display: flex; 
	flex-direction: column; 
	gap:24px;
}
.e-card-title{
	font-size:18px;
	line-height:130%;
	color:#313131;
	font-weight:600;
}
.e-btn-more-link{
	display: flex;
	gap:15px;
	color:#000000;
	font-size:13px;
	align-items: center;
}
.materials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px;
}
.grid-item p { 
	font-size: 16px; 
	line-height: 1.5; 
	margin: 0 0 24px;
	color:#000000;
	min-height: 48px; 
	font-weight:500;
}
.materials-grid .btn-download{
	display:inline-flex;
	align-items: center;
	height:42px;
	padding-left:58px;
}
.materials-grid .btn-download::before{
	width: 42px;
	height: 42px;
	background:#000000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAMAAACfvvDEAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAhOAAAITgBRZYxYAAAAB5QTFRFR3BM////////////////////////////////////yQEwoQAAAAl0Uk5TABAgUHuPpL/dspoF8AAAAJ1JREFUeNrt1EsKwzAMRdEXxZGl/W+4JQpocKFo2ELfwANzMAZ9xNhOPzRJZOY1kvnO/ssvkKy1QbIHqtZhkMYeyGza0oI/2U1LNsylTl0WfWTfuSqkJQlJH0lIektCkd4HIWmHkJSQFHBAAUFnEJXBbgF10bCvzPcS989kFsr8lIyRDIwKskp6znLqnMEwaQ2fVNERlOzaH+PrkPQCSO0TOsY+mWwAAAAASUVORK5CYII=) no-repeat center / 13px;
	border-radius:50%;
}
.materials-grid .btn-download:hover::before{
	display:block;
	background-color:#FF5C02;
	opacity:1;
}
.materials-grid .btn-download::after{
	display:none;
	opacity:0;
}
@media (max-width: 1440px) {
	.ser-zapis-card {
		margin: 40px 0;
		padding: 47px 51px 60px;
		min-height: 500px;
	}
	.extra-materials-slider {
		padding: 38px 0 0;
		margin: 0 0 50px;
	}
	.main-material-card {
		height:350px
	}
}
@media (max-width: 1300px) {
	.main-material-card {
		height: 300px;
	}
	.e-card-info {
		padding: 30px;
	}
	.e-card-title {
		font-size: 16px;
	}
	.grid-item p {
		font-size: 14px;
	}
	.extra-materials-slider {
		margin: 0 0 30px;
	}
	.ser-zapis-block {
		font-size: 25px;
	}
	.e-brand-logo {
		width: 253px;
		height: 60px;
		margin: 0 0 42px;
	}
	.ser-zapis-card {
		min-height:auto;
		aspect-ratio: 745 / 443;
	}
}
@media (max-width: 992px) {
	.ser-zapis-container {
		padding: 0;
	}
	.ser-speak + .ser-zapis-container {
		margin-top: -50px;
	}
	.ser-zapis-card {
		margin: 24px 0;
	}
    .extra-header {
		margin-top:24px;
	}
	.extra-materials-slider {
		padding: 24px 0 0;
	}
	.main-material-card {
		height: 233px;
	}
	.e-card-info {
		padding: 24px;
		width:67%;
	}
	.e-card-img {
		max-width:33%;
	}
	.materials-grid {
		gap:10px;
	}
	.grid-item p { 
		font-size:14px;
		margin: 0 0 16px;
	}
}
@media (max-width:768px) {
	.ser-speak + .ser-zapis-container {
		margin-top: -20px;
	}	
}
@media (max-width:750px) {	
	.ser-zapis-video-card iframe{
		aspect-ratio: 305 / 187;
	}
	.ser-speak + .ser-zapis-container {
		margin-top: 0px;
	}	
	.ser-zapis-card{
		margin:16px 0;
	}
	.extra-header {
		margin-top: 8px;
	}
	.extra-materials-slider {
		padding: 16px 0 0;
	}
	.main-material-card{
		flex-direction: column;
		height:auto;
	}
	.e-card-img{
		max-width:100%;
		width:100%;
		max-height:278px;
		height:178px;
		border-radius:9px;
	}
	.e-card-info {
		padding: 24px 8px 16px;
		width:100%;
	}
	.e-card-title {
		font-size: 15px;
	}
	.e-card-goto{
		gap:16px;	
	}
	.materials-grid {
		gap:24px;
		grid-template-columns: 1fr;
	}
	.e-card-goto .btn-arr {
		width: 39px;
		height: 39px;
	}
	.grid-item p {
		font-size: 13px;
		margin: 0 0 8px;
		min-height:auto;
	}
	.ser-zapis-card {
		padding:24px 10px;
		aspect-ratio: auto;
		background-size:contain;	
	}
	.e-brand-logo {
		width: 148px;
		height: 35px;
		margin: 0 0 16px;
	}
	.ser-zapis-block {	
		font-size: 14px;
	}
	.ser-zapis-content {
		max-width: 260px;
	}
}
@media (max-width:420px) {	
	.my-container{
		padding-left:10px;
		padding-right:10px;
	}
	.ser-zapis-card {
		background-position:140px top;
	}
}
/**/