body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  background: #000000;
  font-family: "HelveticaNeueCyr";
  font-style: normal;
}

* {
  box-sizing: border-box;
  outline: none;
}

input,
button,
input:active,
button:active {
  outline: none;
}

input {
  -webkit-appearance: none;
}

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

.clear {
  clear: both;
}

a:focus {
  outline: none;
}

.hidden-item {
  display: none;
}

.visible-item {
  display: block;
}

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
}

.s-wrap {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  flex-wrap: wrap;
}

.flexbetween {
  justify-content: space-between;
}

.flexcenter {
  justify-content: center;
}

.flexright {
  justify-content: flex-end;
}

.flexalcenter {
  align-items: center;
}

.flexalbottom {
  align-items: flex-end;
}

.flexalstretch {
  align-items: stretch;
}

.flexalccenter {
  align-content: center;
}

.flexnwr {
  flex-wrap: nowrap;
}

.inflex {
  display: inline-flex;
}

.s-wrapper {
  overflow: hidden;
}
.s-wrapper.active {
  padding-top: 81px;
}

@media only screen and (min-width: 768px) {
  .s-wrapper.active {
    padding-top: 0;
  }
}

.line {
  position: relative;
}
.line.line2:after {
  background-image: url("../img/line2-mob.svg");
}
.line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background-image: url("../img/line-mob.svg");
  height: 1px;
  background-position: center 0;
}

@media only screen and (min-width: 565px) {
  .line::after {
    background-image: url("../img/line-lg.svg");
    background-repeat: no-repeat;
  }
  .line.line2::after {
    background-image: url("../img/line2-lg.svg");
  }
}

.s-header {
  padding: 24px 0 28px;
}
.s-header.fix {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  z-index: 105;
}
.s-header-toggle {
  display: block;
  cursor: pointer;
  position: relative;
  width: 24px;
  height: 29px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  z-index: 102;
}
.s-header-toggle.active {
  left: -5px;
}
.s-header-toggle.active .icon-menu-burger {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.2s linear 0.4s;
  -moz-transition: transform 0.2s linear 0.4s;
  -o-transition: transform 0.2s linear 0.4s;
  -ms-transition: transform 0.2s linear 0.4s;
  transition: transform 0.2s linear 0.4s;
  -webkit-transition: -webkit-transform 0.2s linear 0.4s;
  height: 1px;
  width: 24px;
}
.s-header-toggle.active .icon-menu-burger:before {
  -webkit-transition: top 0.2s linear;
  -moz-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  -ms-transition: top 0.2s linear;
  transition: top 0.2s linear;
  top: 0;
  opacity: 0;
}
.s-header-toggle.active .icon-menu-burger:after {
  -webkit-transition: bottom 0.2s linear;
  -moz-transition: bottom 0.2s linear;
  -o-transition: bottom 0.2s linear;
  -ms-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear;
  bottom: 0;
}
.s-header-toggle.active .icon-menu-burger:before,
.s-header-toggle.active .icon-menu-burger:after,
.s-header-toggle.active .icon-menu-burger .icon-menu-burger-line {
  background: #fff;
}
.s-header-toggle.active .icon-menu-burger .icon-menu-burger-line {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 100%;
}
.s-header-toggle .icon-menu-burger {
  height: 1px;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  -webkit-transition: transform 0.2s ease 0;
  -moz-transition: transform 0.2s ease 0;
  -o-transition: transform 0.2s ease 0;
  -ms-transition: transform 0.2s ease 0;
  transition: transform 0.2s ease 0;
  -webkit-transition: -webkit-transform 0.2s ease 0;
}
.s-header-toggle .icon-menu-burger:before {
  top: -8px;
  -webkit-transition: top 0.2s linear 0.4s;
  -moz-transition: top 0.2s linear 0.4s;
  -o-transition: top 0.2s linear 0.4s;
  -ms-transition: top 0.2s linear 0.4s;
  transition: top 0.2s linear 0.4s;
}
.s-header-toggle .icon-menu-burger:after {
  bottom: -8px;
  -webkit-transition: bottom 0.2s linear 0.4s;
  -moz-transition: bottom 0.2s linear 0.4s;
  -o-transition: bottom 0.2s linear 0.4s;
  -ms-transition: bottom 0.2s linear 0.4s;
  transition: bottom 0.2s linear 0.4s;
}
.s-header-toggle .icon-menu-burger:before,
.s-header-toggle .icon-menu-burger:after {
  background: #fff;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
}
.s-header-toggle .icon-menu-burger-line {
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: transform 0.2s linear 0.2s;
  -moz-transition: transform 0.2s linear 0.2s;
  -o-transition: transform 0.2s linear 0.2s;
  -ms-transition: transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s;
  -webkit-transition: -webkit-transform 0.2s linear 0.2s;
}
.s-header-phone {
  display: none;
  padding-top: 13px;
}
.s-header-phone a {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.s-header-phone a span {
  padding-left: 8px;
}

@media only screen and (min-width: 768px) {
  .s-header-toggle {
    display: none;
  }
  .s-header-phone {
    display: flex;
    gap: 15px;
  }
}

@media only screen and (min-width: 991px) {
  .s-header {
    padding: 50px 0 40px;
  }
}

.s-menu {
  position: fixed;
  background-color: #000;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: 0.3s all;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}
.s-menu.active {
  opacity: 1;
  visibility: visible;
}
.s-menu-inner {
  padding-top: 149px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.s-menu .s-home-menu {
  display: block;
  text-align: center;
  width: 100%;
  flex-grow: 1;
}
.s-menu .s-home-menu li a {
  font-weight: 200;
  font-size: 24px;
  line-height: 29px;
  display: inline-block;
  vertical-align: top;
  transform: translateX(0);
  transition: 0.3s all;
}
.s-menu .s-home-menu li + li {
  margin-top: 100px;
}
.s-menu .s-header-phone {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 50px;
  padding: 70px 0;
}
.s-menu .s-header-phone:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  background-image: url("../img/line-mob.svg");
  height: 1px;
  background-position: center 0;
}

@media only screen and (min-width: 565px) {
  .s-menu .s-header-phone::before {
    background-image: url("../img/line-lg.svg");
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 768px) {
  .s-menu {
    display: none;
  }
}

.s-home {
  padding-bottom: 43px;
}
.s-home-img {
  margin: 0 -20px;
}
.s-home-img img {
  width: 100%;
}
.s-home-title {
  font-weight: 200;
  font-size: 48px;
  line-height: 50px;
  color: #ffffff;
  margin-top: -63px;
}
.s-home-info {
  padding-top: 18px;
}
.s-home-info-list {
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  padding-left: 2px;
}
.s-home-info-list li {
  position: relative;
  padding-left: 24px;
}
.s-home-info-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 1px;
  background-color: #fff;
}
.s-home-button {
  padding: 21px 22px 0;
}

#s-book-btn {
  height: auto;
  padding: 10px;
  font-size: 14px;
  line-height: 16px;
}

#s-book-btn span {
  padding-left: 0px;
}

#s-book-btn:hover span {
  color: #000;
}

.s-home-btn {
  border: 1px solid #ffffff;
  height: 59px;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.3s all;
}
.s-home-btn span {
  position: relative;
  z-index: 2;
}
.s-home-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: 0.3s all;
  display: block;
  background-color: #fff;
}


.s-home-btn:hover span {
  color: #000;
}
.s-home-btn:hover:after {
  width: 100%;
}
.s-home-menu {
  display: none;
}
.s-home-menu li + li {
  margin-top: 30px;
}
.s-home-menu li a {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  transition: 0.3s all;
  position: relative;
  display: block;
}
.s-home-menu li a:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
.s-home-menu li a span {
  transform: translateX(0);
  transition: 0.3s all;
  display: block;
}
.s-home-menu li a:hover {
  font-weight: 500;
}
.s-home-menu li a:hover span {
  transform: translateX(55px);
}
.s-home-menu li a:hover:before {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.s-home-menu li.active a {
  font-weight: 500;
}
.s-home-menu li.active a span {
  transform: translateX(55px);
}
.s-home-menu li.active a:before {
  opacity: 1;
  visibility: visible;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .s-home {
    background-image: url("../img/home-img1-lg.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
    padding-bottom: 131px;
    background-size: 100% auto;
  }
  .s-home-img {
    display: none;
  }
  .s-home-title {
    margin-top: 0;
    padding-top: 433px;
  }
  .s-home-inner {
    position: relative;
  }
  .s-home-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 27%;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 991px) {
  .s-home {
    background-size: auto;
    background-position: center -128px;
  }
  .s-home-title {
    padding-top: 633px;
    text-align: right;
  }
  .s-home-inner {
    padding-right: 23px;
  }
  .s-home-info {
    justify-content: flex-end;
    padding-right: 5px;
    gap: 35px;
  }
  .s-home-info-list {
    width: auto;
    font-size: 20px;
    line-height: 40px;
  }
  .s-home-button {
    display: none;
  }
  .s-home-menu {
    top: 47%;
  }
}

@media only screen and (min-width: 1200px) {
  .s-home-title {
    font-size: 74px;
    line-height: 89px;
  }
}

.s-mission {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s-mission-title {
  font-weight: 200;
  font-size: 32px;
  line-height: 39px;
  color: #ffffff;
  width: 100%;
}
.s-mission-descr {
  font-weight: 200;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
  width: 100%;
  padding-top: 10px;
}
.s-mission-descr p + p {
  padding-top: 10px;
}
.s-mission-img {
  padding-top: 20px;
}
.s-mission-img img {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .s-mission-title {
    width: auto;
  }
  .s-mission-descr {
    width: calc(100% - 407px);
  }
}

@media only screen and (min-width: 991px) {
  .s-mission-title {
    font-size: 62px;
    line-height: 75px;
    padding-top: 10px;
  }
  .s-mission-descr {
    font-size: 20px;
    line-height: 35px;
    width: calc(100% - 720px);
  }
  .s-mission-descr p + p {
    padding-top: 0;
  }
  .s-mission {
    padding-top: 47px;
  }
  .s-mission-img {
    padding-top: 49px;
  }
}

.s-services {
  padding-top: 11px;
  padding-bottom: 67px;
}
.s-services .s-mission-title {
  text-align: center;
}
.s-services-slider {
  overflow: hidden;
}
.s-services-slider-wrap {
  padding-top: 30px;
}

.s-services-item {
  position: relative;
}
.s-services-item .s-services-img:after { /* hover */
  opacity: 0;
  visibility: hidden;
}
.s-services-item .s-services-img:before { /* hover */
  opacity: 1;
  visibility: visible;
}
.s-services-item .s-services-cont { /* hover */
  height: auto;
}

.s-services-cont img {
  margin-top: 2em;
}
.s-services-item .s-services-item-descr { /* hover */
  opacity: 1;
  visibility: visible;
}


.s-services-item.s-services-faded .s-services-img:after { /* hover */
  opacity: 0;
  visibility: hidden;
}
.s-services-item.s-services-faded .s-services-img:before { /* hover */
  opacity: 1;
  visibility: visible;
}
.s-services-item.s-services-faded .s-services-cont { /* hover */
  height: auto;
}

.s-services-item.s-services-faded .s-services-item-descr { /* hover */
  opacity: 1;
  visibility: visible;
}

.s-services-img {
  position: relative;
}
.s-services-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 68.61%,
    rgba(0, 0, 0, 0.8) 100%
  );
  transition: 0.3s all;
  opacity: 1;
  visibility: visible;
}
.s-services-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 68.61%, rgba(0, 0, 0, 0.8) 100%);
}
.s-services-img img {
  width: 100%;
}
@media only screen and (max-width: 468px) {
  .s-services-img img {
    height: 250px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 650px) {
  .s-services-img img {
    height: 300px;
    object-fit: cover;
  }
}
.s-services-item {
  overflow: hidden;
  background: #000000;
}
.s-services-item-title {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
}
.s-services-item-subtitle {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 5px;
}
.s-services-item-descr {
  font-weight: 200;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  padding-top: 15px;
  opacity: 0;
  visibility: hidden;
}
.s-services-cont {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 96px;
  overflow: hidden;
  padding: 20px 15px;
  transition: 0.3s all;
}
.s-services-nav {
  padding-top: 10px;
}
.s-services-pager {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 66%;
}
.s-services-pager .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: #fff;
}
.s-services-arrows {
  padding-right: 10px;
  gap: 15px;
}
.s-services-arrow {
  cursor: pointer;
}
.s-services-arrow svg path {
  opacity: 1;
  transition: 0.3s all;
}
.s-services-arrow.swiper-button-disabled svg path {
  opacity: 0.3;
}

@media only screen and (min-width: 768px) {
  .s-services {
    padding-top: 22px;
  }
  .s-services-slider-wrap {
    padding-top: 66px;
  }
  .s-services-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .s-services-item:after {
    content: "";
    position: absolute;
    right: 50%;
    top: 55%;
    transform: translateY(-50%);
    background-image: url("../img/line-vertical.svg");
    width: 1px;
    height: 905px;
    display: block;
  }
  .s-services-cont {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: auto;
    height: auto;
    overflow: visible;
    width: 42%;
    padding-left: 20px;
  }
  .s-services-img {
    width: 40.5%;
    position: relative;
  }
  .s-services-img:after {
    display: none;
  }
  .s-services-img:before {
    display: none;
  }
  .s-services-item-descr {
    opacity: 1;
    visibility: visible;
  }
  .s-services-nav {
    padding-top: 36px;
  }
  .s-services-pager {
    width: 40.5%;
  }
  .s-services-arrows {
    width: 40.7%;
    justify-content: flex-start;
    padding-top: 2px;
    gap: 32px;
  }
  .s-services {
    padding-bottom: 114px;
  }
}

@media only screen and (min-width: 991px) {
  .s-services-item-descr {
    font-size: 20px;
    line-height: 35px;
    padding-top: 20px;
  }
  .s-services-item-title {
    font-size: 48px;
    line-height: 58px;
  }
  .s-services-item-subtitle {
    font-size: 20px;
    line-height: 24px;
    padding-top: 15px;
  }
}

.s-form {
  padding-top: 50px;
  padding-bottom: 48px;
}
.s-form .line:after {
  background-image: url("../img/line1-mob.svg");
  background-repeat: repeat-x;
}
.s-form .s-mission-title {
  text-align: center;
}
.s-form-subtitle {
  font-weight: 200;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  padding-top: 20px;
}
.s-form-top {
  width: 100%;
}
.s-form-form {
  padding-top: 17px;
  width: 100%;
}
.s-form-form-block {
  display: block;
}
.s-form-form-text {
  display: none;
  text-align: center;
  margin-top: 40px;
}
.s-form-form-text img {
  margin: 0 auto;
}
.s-form-form-text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 40px;
  color: #ffffff;
  padding-top: 18px;
}
.s-form-item-message {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #b40000;
  position: absolute;
  left: 0;
  bottom: -27px;
}
.s-form-item + .s-form-item {
  margin-top: 30px;
}
.s-form-item.error input {
  color: #b40000;
}
.s-form-item.error input:focus {
  color: #fff;
}
.s-form-item.error.line:after {
  background-image: url("../img/line1-mob-error.svg");
}
.s-form-item input {
  width: 100%;
  display: block;
  background-color: transparent;
  border: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  height: 50px;
  font-family: "HelveticaNeueCyr";
}
.s-form-item input:-moz-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.s-form-item input::-moz-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.s-form-item input:-ms-input-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.s-form-item input::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.s-form-button {
  padding-top: 20px;
  margin-right: -6px;
}
.s-form-btn {
  border: 0;
  background-color: transparent;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-family: "HelveticaNeueCyr";
  cursor: pointer;
}
.s-form-btn span {
  padding-right: 16px;
}
.s-form-btn img {
  margin-top: -5px;
}

@media only screen and (min-width: 768px) {
  .s-form-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .s-form-top {
    width: 30%;
    padding-bottom: 58px;
  }
  .s-form .s-mission-title {
    text-align: left;
  }
  .s-form-subtitle {
    text-align: left;
    font-size: 24px;
    line-height: 40px;
    padding-top: 10px;
  }
  .s-form-form {
    width: 59%;
  }
  .s-form {
    padding-top: 39px;
  }
  .s-form-item input {
    font-size: 20px;
    line-height: 24px;
    height: 57px;
  }
  .s-form-item + .s-form-item {
    margin-top: 23px;
  }
  .s-form-btn {
    font-size: 24px;
    line-height: 29px;
  }
  .s-form-button {
    padding-top: 33px;
    margin-right: 0;
  }
  .s-form-btn span {
    padding-right: 6px;
  }
  .s-form {
    padding-bottom: 66px;
  }
  .s-form .line::after {
    background-image: url("../img/line1-lg.svg");
    background-repeat: no-repeat;
  }
  .s-form .s-form-item.error.line::after {
    background-image: url("../img/line1-lg-error.svg");
  }
  .s-form-form-text {
    margin-top: -20px;
  }
  .s-form-form-text p {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .s-form-inner {
    padding: 0 135px;
  }
}

.s-info {
  padding-top: 50px;
  padding-bottom: 50px;
}
.s-info-img {
  margin: 0 -20px;
}
.s-info-img img {
  width: 100%;
}
.s-info .s-mission-title {
  margin-top: -165px;
}

@media only screen and (min-width: 768px) {
  .s-info-img {
    display: none;
  }
  .s-info {
    background-image: url("../img/info-lg.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 0;
    padding-bottom: 69px;
  }
  .s-info .s-mission-descr {
    padding-top: 29px;
    width: 100%;
  }
  .s-info-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    min-height: 410px;
    justify-content: flex-end;
  }
  .s-info .s-mission-title {
    margin-top: 0;
  }
  .s-info-cont {
    width: 66%;
  }
}

@media only screen and (min-width: 991px) {
  .s-info {
    background-position: center -100px;
  }
  .s-info-inner {
    min-height: 510px;
  }
}

@media only screen and (min-width: 1200px) {
  .s-info {
    background-position: center -199px;
  }
  .s-info-inner {
    min-height: 710px;
  }
}

.s-about {
  padding-top: 50px;
}
.s-about .s-mission-title {
  text-align: center;
}
.s-about-img {
  padding-top: 20px;
}
.s-about-img img {
  width: 100%;
}
.s-about .s-mission-descr {
  padding-top: 18px;
}

@media only screen and (min-width: 768px) {
  .s-about {
    padding-bottom: 125px;
  }
  .s-about .s-wrap {
    display: flex;
    justify-content: flex-end;
  }
  .s-about-inner {
    width: 49%;
    position: relative;
    padding-top: 136px;
  }
  .s-about-img {
    padding-top: 0;
    position: absolute;
    left: -104%;
    width: 84%;
    top: 67px;
  }
  .s-about .s-mission-title {
    text-align: left;
  }
  .s-about .s-mission-descr {
    padding-top: 28px;
    width: 100%;
  }
  .s-about .s-mission-descr p + p {
    padding-top: 20px;
  }
}

.s-info1 {
  padding-top: 32px;
  padding-bottom: 50px;
}
.s-info1-title {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
}
.s-info1-img {
  padding-top: 48px;
}
.s-info1-img img {
  width: 100%;
}
.s-info1 .s-mission-title {
  margin-top: -96px;
  padding-left: 21px;
}
.s-info1 .s-mission-descr {
  padding-top: 28px;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .s-info1-title {
    font-size: 48px;
    line-height: 58px;
    font-weight: 200;
  }
  .s-info1 {
    padding-top: 26px;
  }
  .s-info1-img {
    padding-top: 70px;
  }
  .s-info1 .s-mission-title {
    margin-top: 0;
    width: 20%;
  }
  .s-info1-cont {
    margin-top: -252px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 44px;
    align-items: center;
  }
  .s-info1 .s-mission-descr {
    width: 59%;
  }
  .s-info1 .s-mission-title {
    padding-left: 5px;
    padding-top: 30px;
    width: 38%;
  }
}

.s-footer {
  padding-top: 50px;
  padding-bottom: 30px;
}
.s-footer-logo {
  text-align: center;
}
.s-footer-logo a {
  display: inline-flex;
}
.s-footer-links {
  padding-top: 27px;
  gap: 5px;
}
.s-footer-links li {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.s-footer-links li:last-child:after {
  display: none;
}
.s-footer-links li a {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s all;
}
.s-footer-links li a:hover {
  color: #fff;
}
.s-footer-links li:after {
  content: "|";
  padding-left: 5px;
}

@media only screen and (max-width: 768px) {
  .desk {
    display: none;
  }
}


@media only screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
}