@font-face {
  font-family: dwm;
  font-style: normal;
  font-weight: 400;
  src: local("dwm"), local("dwm"), url(../fonts/dwb.otf) format("opentype");
}
.ps_header {
  width: 100%;
  position: relative;
  height: 690px;
  background-image: url(../images/bgheader.png);
  background-position: center top;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  box-sizing: border-box;
  padding-top: 250px;
  color: #fff;
  text-align: center;
  margin-bottom: 120px;
}
.ps_header h1 {
  font-family: dwm;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 40px;
  color: #ffffff;
  text-align: left;
  padding-left: 150px;
}
.ps_header h1 span {
  color: #00FF39;
  margin-left: -150px;
  display: inline-block;
}
.ps_header p {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 0px;
}
.ps_header .btn {
  color: #ffffff;
}
.ps_header .btn:hover {
  color: #ffffff;
}
.ps_container {
  max-width: 960px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ps_secblock {
  max-width: 1400px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/bgsectionmid.png);
  background-position: center top;
  background-size: cover;
  filter: drop-shadow(0px 65px 114px rgba(7, 56, 48, 0.35));
  box-sizing: border-box;
  padding-top: 80px;
}
.ps_secblock h2 {
  color: #fff;
}
.ps_half {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 100px;
}
.ps_half__block {
  width: calc(50% - 20px);
}
.ps_half__block:nth-of-type(1) {
  padding-top: 60px;
}
.ps_trophyblock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  margin-bottom: 40px;
}
.ps_trophyblock__left {
  width: 180px;
  box-shadow: 0px 21px 50px rgba(0, 0, 0, 0.15);
  min-height: 180px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ps_trophyblock__right {
  position: relative;
  width: calc(100% - 180px);
  box-sizing: border-box;
  padding-left: 20px;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ps_trophyblock__right h2 {
  color: #000000;
  font-size: 33px;
  margin-bottom: 0px;
}
.ps_trophyblock__count {
  position: absolute;
  display: block;
  right: 0px;
  bottom: -10px;
  color: #00FF39;
  font-size: 60px;
  line-height: 60px;
  font-family: dwm;
}
.ps_audit {
  background-image: url(../images/bgaudit.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 100%;
  margin-top: 120px;
  position: relative;
  padding-top: 80px;
}
.ps_audit h2 {
  color: #000000;
}
.ps_audit__image {
  width: 900px;
  height: 650px;
  background-image: url(../images/auditimage.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  margin-left: 100px;
  top: 200px;
}
.ps_audit__block {
  margin-bottom: 80px;
}
.ps_audit__title {
  font-size: 60px;
  line-height: 60px;
  font-family: dwm;
  position: relative;
  margin-bottom: 10px;
}
.ps_audit__title svg {
  position: absolute;
  left: -50px;
  top: 20px;
}
.ps_audit__text {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.ps_audit__stats {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ps_audit__stats__block {
  width: calc(33% - 10px);
}
.ps_audit__stats__block h3 {
  font-size: 37px;
  line-height: 33px;
}
.ps_audit__stats__data {
  width: 100%;
  padding-top: 100%;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.ps_arena {
  background-image: url(../images/arena.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 80px;
  padding-top: 120px;
  padding-bottom: 0px;
  color: #ffffff;
  position: relative;
}
.ps_arena:after {
  width: 100%;
  height: 10px;
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-image: url(../images/bgline.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 40px;
}
.ps_arena .ps_container {
  background-image: none;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}
.ps_arena h2 {
  color: #fff;
  margin-bottom: 160px;
}
.ps_arena__half {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.ps_arena__half__block {
  width: calc(50% - 20px);
  font-size: 16px;
  line-height: 26px;
}
.ps_arena__half__block span {
  font-size: 60px;
  line-height: 60px;
  font-family: dwm;
  display: block;
  margin-top: 20px;
}
.ps_adv {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ps_adv__holder {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ps_adv__holder__block {
  width: calc(25% - 10px);
}
.ps_adv__holder__title {
  width: 100%;
  font-size: 60px;
  line-height: 60px;
  font-family: dwm;
  background-image: url(../images/bgnum.png);
  background-repeat: no-repeat;
  height: 52px;
}
.ps_adv__holder__text {
  font-size: 16px;
  padding-top: 20px;
}
.ps_zadachi {
  background-image: url(../images/bgzadachi.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 730px;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 90px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 65px 114px rgba(7, 56, 48, 0.35);
  margin-bottom: 120px;
}
.ps_zadachi h2 {
  color: #ffffff;
}
.ps_zadachi__holder {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}
.ps_zadachi__block {
  width: calc(33% - 30px);
}
.ps_zadachi__block__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #E33046;
  color: #fff;
  margin-bottom: 20px;
}
.ps_zadachi__block__icon svg {
  fill: currentColor;
}
.ps_zadachi__block__text h3 {
  font-size: 27px;
  line-height: 33px;
  color: #fff;
}
.ps_advoptions {
  background-image: url(../images/advoptions.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 800px;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 90px;
}
.ps_advoptions h2 {
  color: #ffffff;
  display: block;
}
.ps_advoptions h2 a {
  float: right;
}
.ps_advoptions .btn {
  color: #ffffff;
}
.ps_advoptions .btn:hover {
  color: #ffffff;
}
.ps_advoptions .swiper {
  width: 100%;
  height: 450px;
}
.ps_advoptions .swiper-pagination-bullet {
  border-radius: 0px;
  width: 10px;
  height: 3px;
  background-color: #D9D9D9;
  opacity: 1;
}
.ps_advoptions .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #E33046;
  opacity: 1;
}
.ps_advoptions .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;
  width: 320px;
  height: 400px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0.3;
  transition: all 500ms;
}
.ps_advoptions .swiper-slide-active {
  opacity: 1;
  transition: all 500ms;
}
.ps_advoptions .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ps_advoptions__block {
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: all 500ms;
  text-align: left;
  display: block;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ps_advoptions__block h3 {
  margin-top: 20px;
  color: #fff;
  margin-bottom: 30px;
}
.ps_advoptions__block p {
  font-size: 16px;
  line-height: 26px;
  margin-left: 0px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  margin-top: 0px;
}
.ps_advoptions__block p span {
  position: absolute;
  left: -12px;
  font-size: 9px;
}
.ps_advoptions__block:hover {
  border: 1px solid #ffffff;
  transition: all 500ms;
  background-color: rgba(255, 255, 255, 0.05);
}
.ps_advexamples {
  margin-top: 0px;
  background-image: url(../images/bgexamples.png);
  background-repeat: no-repeat;
  background-position: -300px -300px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding-top: 180px;
  padding-bottom: 90px;
}
.ps_advexamples .swiper {
  width: 100%;
  height: 560px;
}
.ps_advexamples .swiper-pagination-bullet {
  border-radius: 0px;
  width: 10px;
  height: 3px;
  background-color: #D9D9D9;
  opacity: 1;
}
.ps_advexamples .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #E33046;
  opacity: 1;
}
.ps_advexamples .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;
  width: 960px;
  height: 480px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  filter: drop-shadow(0px 18px 34px rgba(7, 56, 48, 0.35));
}
.ps_advexamples .swiper-slide-active .ps_advexamples__block {
  margin-top: 0px;
  transition: all 500ms;
}
.ps_advexamples .swiper-button-prev {
  width: 52px;
  height: 50px;
  background-image: url(../images/arleft.png);
  left: 50%;
  right: auto;
  margin-left: -480px;
  top: 53px;
}
.ps_advexamples .swiper-button-prev:after {
  display: none;
}
.ps_advexamples .swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: url(../images/arright.png);
  left: 50%;
  right: auto;
  margin-left: -428px;
  top: 53px;
}
.ps_advexamples .swiper-button-next:after {
  display: none;
}
.ps_advexamples .swiper-slide img {
  display: block;
  width: 960px;
  height: 420px;
  object-fit: cover;
}
.ps_advexamples__block {
  width: 960px;
  height: 420px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px;
  text-align: left;
  margin-top: 60px;
  transition: all 500ms;
  background-size: cover;
  background-position: center center;
}
.ps_advexamples__left {
  width: 50%;
}
.ps_advexamples__right {
  width: 50%;
  box-sizing: border-box;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.ps_advexamples__title {
  font-size: 30px;
  line-height: 26px;
  font-family: dwm;
  color: #ffffff;
  text-transform: uppercase;
}
.ps_advexamples__title span {
  color: #00FF39;
}
.ps_advexamples__text {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.ps_dislaimer {
  margin-top: 80px;
  padding-bottom: 60px;
  max-width: 680px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.page-content {
  padding-bottom: 0px;
}
.md_contactform {
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 220px;
  position: relative;
  margin-bottom: 0px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/bgformbot.png");
  background-position: center bottom;
}
.md_contactform h1 {
  color: #111;
  text-align: center;
  margin-bottom: 20px;
}
.md_contactform__container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-top: 40px;
  box-shadow: 0px 15px 54px rgba(7, 56, 48, 0.15);
  background-color: #ffffff;
}
.md_contactform__container > a {
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.md_contactform__form {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #fff;
}
.md_contactform__form p {
  font-size: 14px;
  font-weight: 500;
  color: #111;
}
.md_contactform__header {
  text-align: center;
  box-sizing: border-box;
}
.md_contactform__header h2 {
  text-align: center;
  margin-bottom: 0px;
  font-size: 43px;
}
.md_contactform .form-group {
  width: 220px;
  display: inline-block;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  box-sizing: border-box;
}
.md_contactform .form-group:nth-of-type(5) {
  width: calc(100% - 20px);
}
.md_contactform .form-group .form-label {
  font-size: 16px;
}
.bottom-form__btn {
  display: block;
  margin-top: 90px;
  text-align: center;
}
.pa_content .form-group {
  width: calc(100% - 10px);
  display: block;
  float: none;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  box-sizing: border-box;
}
.pa_content .form-group:nth-of-type(5) {
  width: calc(100% - 10px);
}
.pa_content .form-group .form-label {
  font-size: 16px;
}
.md_clear {
  clear: both;
}
.md_center {
  text-align: center;
  margin-top: 60px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.md_contactform__form h3 {
  margin-bottom: 5px !important;
}
.js-animateme {
  opacity: 0;
}
.pa_bg {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 900;
  top: 0px;
  left: 0px;
  display: none;
}
.pa_bg.active {
  display: block;
}
.pa_closepopup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 22px;
  color: #111;
  text-decoration: none;
  display: none;
}
.pa_content {
  position: fixed;
  top: 90px;
  max-width: 400px;
  width: 100%;
  left: 50%;
  margin-left: -200px;
  height: 100%;
  z-index: 990;
  background-color: #ffffff;
  display: none;
  overflow-y: auto;
  max-height: calc(100vh - 150px);
}
.pa_content.active {
  display: block;
}
.pa_content .pa_closepopup {
  display: block;
  text-decoration: none;
}
.pa_content .md_contactform {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: none;
}
.pa_content h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 0px;
}
.pa_content .md_contactform__form {
  padding: 20px;
  padding-top: 0px;
  min-height: 120px;
}
.pa_content .request-btn {
  padding-left: 20px;
  box-sizing: border-box;
}
.pa_content .md_contactform__container > a {
  padding-left: 20px;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 1000px) {
  .pa_content {
    position: fixed;
    top: 90px;
    max-width: 300px;
    width: 100%;
    left: 50%;
    margin-left: -150px;
  }
  .md_contactform {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 20px;
    padding-bottom: 60px;
    position: relative;
    margin-bottom: 0px;
    text-align: left;
  }
  .md_contactform__header {
    text-align: center;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .md_contactform__header h2 {
    margin-bottom: 0px;
  }
  .md_contactform h1 {
    color: #111;
    text-align: center;
    margin-bottom: 20px;
  }
  .md_contactform__container {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .md_contactform__form {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #fff;
    width: 100%;
  }
  .md_contactform__form p {
    font-size: 14px;
    font-weight: 500;
    color: #111;
  }
  .md_contactform__form .form-group {
    width: 100%;
    display: inline-block;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .md_contactform__form .form-group:nth-of-type(5) {
    width: 100%;
  }
  .md_contactform__form h3 {
    margin-bottom: 5px !important;
  }
  .md_contactform {
    background-image: none !important;
  }
  .ps_header {
    width: 100%;
    position: relative;
    height: auto;
    background-image: url(../images/bgheader.png);
    background-position: center top;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    box-sizing: border-box;
    padding-top: 160px;
    padding-bottom: 80px;
    color: #fff;
    text-align: center;
    margin-bottom: 120px;
  }
  .ps_header h1 {
    font-family: dwm;
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 40px;
    color: #ffffff;
    text-align: left;
    padding-left: 0px;
  }
  .ps_header h1 span {
    color: #00FF39;
    margin-left: 0px;
    display: inline-block;
  }
  .ps_header p {
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 0px;
  }
  .ps_container {
    max-width: 960px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .ps_secblock {
    max-width: 1400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/bgsectionmid.png);
    background-position: center top;
    background-size: cover;
    filter: drop-shadow(0px 65px 114px rgba(7, 56, 48, 0.35));
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ps_secblock h2 {
    color: #fff;
  }
  .ps_half {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 10px;
  }
  .ps_half__block {
    width: calc(100% - 0px);
  }
  .ps_half__block:nth-of-type(1) {
    padding-top: 60px;
  }
  .ps_trophyblock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    margin-bottom: 40px;
  }
  .ps_trophyblock__left {
    width: 180px;
    box-shadow: 0px 21px 50px rgba(0, 0, 0, 0.15);
    min-height: 180px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ps_trophyblock__right {
    position: relative;
    width: calc(100% - 180px);
    box-sizing: border-box;
    padding-left: 20px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ps_trophyblock__right h2 {
    color: #000000;
    font-size: 33px;
    margin-bottom: 0px;
  }
  .ps_trophyblock__count {
    position: absolute;
    display: block;
    right: 0px;
    bottom: -10px;
    color: #00FF39;
    font-size: 60px;
    line-height: 60px;
    font-family: dwm;
  }
  .ps_audit {
    background-image: url(../images/bgaudit.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    margin-top: 120px;
    position: relative;
    padding-top: 80px;
  }
  .ps_audit h2 {
    color: #000000;
  }
  .ps_audit__image {
    width: 900px;
    height: 650px;
    background-image: url(../images/auditimage.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: 100px;
    top: 200px;
    display: none;
  }
  .ps_audit__block {
    margin-bottom: 40px;
  }
  .ps_audit__title {
    font-size: 60px;
    line-height: 60px;
    font-family: dwm;
    position: relative;
    margin-bottom: 10px;
  }
  .ps_audit__title svg {
    position: absolute;
    left: -50px;
    top: 20px;
  }
  .ps_audit__text {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
  }
  .ps_audit__stats {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
  }
  .ps_audit__stats__block {
    width: calc(100% - 10px);
    margin-bottom: 30px;
  }
  .ps_audit__stats__block h3 {
    font-size: 37px;
    line-height: 33px;
  }
  .ps_audit__stats__data {
    width: 100%;
    padding-top: 100%;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .ps_arena {
    background-image: url(../images/arena.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffffff;
  }
  .ps_arena .ps_container {
    background-image: none;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 0px;
  }
  .ps_arena h2 {
    color: #fff;
    margin-bottom: 160px;
  }
  .ps_arena__half {
    display: block;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .ps_arena__half__block {
    width: calc(100% - 0px);
    font-size: 16px;
    line-height: 26px;
  }
  .ps_arena__half__block span {
    font-size: 60px;
    line-height: 60px;
    font-family: dwm;
    display: block;
    margin-top: 20px;
  }
  .ps_adv {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ps_adv__holder {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
  }
  .ps_adv__holder__block {
    width: calc(100% - 0px);
    margin-bottom: 20px;
  }
  .ps_adv__holder__title {
    width: 100%;
    font-size: 60px;
    line-height: 60px;
    font-family: dwm;
    background-image: url(../images/bgnum.png);
    background-repeat: no-repeat;
    height: 52px;
  }
  .ps_adv__holder__text {
    font-size: 16px;
    padding-top: 20px;
  }
  .ps_zadachi {
    background-image: url(../images/bgzadachi.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 90px;
    padding-bottom: 90px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 65px 114px rgba(7, 56, 48, 0.35);
    margin-bottom: 120px;
  }
  .ps_zadachi h2 {
    color: #ffffff;
  }
  .ps_zadachi__holder {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ps_zadachi__block {
    width: calc(100% - 0px);
    margin-bottom: 20px;
  }
  .ps_zadachi__block__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #E33046;
    color: #fff;
    margin-bottom: 20px;
  }
  .ps_zadachi__block__icon svg {
    fill: currentColor;
  }
  .ps_zadachi__block__text h3 {
    font-size: 27px;
    line-height: 33px;
    color: #fff;
  }
  .ps_advoptions {
    background-image: url(../images/advoptions.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .ps_advoptions h2 {
    color: #ffffff;
    display: block;
  }
  .ps_advoptions h2 a {
    float: right;
  }
  .ps_advoptions .swiper {
    width: 100%;
    height: 450px;
  }
  .ps_advoptions .swiper-pagination-bullet {
    border-radius: 0px;
    width: 10px;
    height: 3px;
    background-color: #D9D9D9;
    opacity: 1;
  }
  .ps_advoptions .swiper-pagination-bullet-active {
    width: 30px;
    background-color: #E33046;
    opacity: 1;
  }
  .ps_advoptions .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;
    width: 320px;
    height: 400px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .ps_advoptions .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ps_advoptions__block {
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: all 500ms;
    text-align: left;
    display: block;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ps_advoptions__block h3 {
    margin-top: 20px;
    color: #fff;
    margin-bottom: 30px;
  }
  .ps_advoptions__block p {
    font-size: 16px;
    line-height: 26px;
    margin-left: 0px;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .ps_advoptions__block p span {
    position: absolute;
    left: -15px;
  }
  .ps_advoptions__block:hover {
    border: 1px solid #ffffff;
    transition: all 500ms;
  }
  .ps_advexamples {
    margin-top: 0px;
    background-image: url(../images/bgexamples.png);
    background-repeat: no-repeat;
    background-position: -300px -300px;
    background-size: cover;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 180px;
    padding-bottom: 90px;
  }
  .ps_advexamples .swiper {
    width: 100%;
    height: 600px;
  }
  .ps_advexamples .swiper-pagination-bullet {
    border-radius: 0px;
    width: 10px;
    height: 3px;
    background-color: #D9D9D9;
    opacity: 1;
  }
  .ps_advexamples .swiper-pagination-bullet-active {
    width: 30px;
    background-color: #E33046;
    opacity: 1;
  }
  .ps_advexamples .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;
    width: 100%;
    height: 480px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    filter: drop-shadow(0px 25px 44px rgba(7, 56, 48, 0.35));
  }
  .ps_advexamples .swiper-slide-active .ps_advexamples__block {
    margin-top: 60px;
    transition: all 500ms;
  }
  .ps_advexamples .swiper-button-prev {
    width: 52px;
    height: 50px;
    background-image: url(../images/arleft.png);
    display: none;
    left: 50%;
    right: auto;
    margin-left: -480px;
    top: 53px;
  }
  .ps_advexamples .swiper-button-prev:after {
    display: none;
  }
  .ps_advexamples .swiper-button-next {
    width: 50px;
    height: 50px;
    background-image: url(../images/arright.png);
    display: none;
    left: 50%;
    right: auto;
    margin-left: -428px;
    top: 53px;
  }
  .ps_advexamples .swiper-button-next:after {
    display: none;
  }
  .ps_advexamples .swiper-slide img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
  }
  .ps_advexamples__block {
    width: 100%;
    height: 420px;
    box-sizing: border-box;
    display: block;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px;
    text-align: left;
    margin-top: 60px;
    transition: all 500ms;
    background-position: center top;
  }
  .ps_advexamples__left {
    width: 100%;
    margin-bottom: 20px;
  }
  .ps_advexamples__right {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
    border-left: 0px solid rgba(255, 255, 255, 0.3);
  }
  .ps_advexamples__title {
    font-size: 22px;
    line-height: 22px;
    font-family: dwm;
    color: #ffffff;
    text-transform: uppercase;
  }
  .ps_advexamples__title span {
    color: #00FF39;
  }
  .ps_advexamples__text {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
  }
  .ps_dislaimer {
    margin-top: 80px;
    padding-bottom: 60px;
    max-width: 680px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-content {
    padding-bottom: 0px;
  }
}
