h1 {
  margin-bottom: 30px;
}

.about-intro {
  position: relative;
}

.about-intro .image img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
  width: 100%;
  height: auto;
  min-height: 163px;
  object-fit: cover;
  border-radius: 20px;
}

.about-intro .text {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 32%;
}

.about-intro .text img {
  max-width: 100%;
  height: auto;
}

.about-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-info-aside {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  padding: 40px;
  width: 274px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 33px;
  border-radius: 20px;
}

.about-info-aside.warning {
  border-color: #FEDC09;
}

.about-info-list {
  margin-right: -20px;
}

.about-info-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 49px;
}

.about-info-list li:last-child {
  margin-bottom: 0;
}

.about-info-list .pic {
  width: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.about-info-list .pic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.about-info-list strong {
  display: block;
  font-size: 24px;
  line-height: 1.2;
}

.career-apply {
  text-align: center;
}

.career-apply p {
  margin-bottom: 20px;
  color: #383838;
}

.about-info-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about-info-content h2 {
  margin-bottom: 20px;
}

.about-info-content .section-text {
  margin-bottom: 0;
}

.about-info-content p {
  margin-top: 9px;
}

.about-info-content p:first-child {
  margin-top: 0;
}

.about-info-content .read-more {
  margin-top: 5px;
}

.about-buy-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px -32px;
}

.about-buy-block {
  text-align: center;
  margin: 0 16px 32px;
  background: #F3F6FF;
  border-radius: 20px;
  width: calc(25% - 32px);
  padding: 54px 25px;
}

.about-buy-block .image {
  width: 114px;
  height: 114px;
  margin: 0 auto 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.about-buy-block .image:after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(4, 46, 176, 0.08);
  border-radius: 50%;
}

.about-buy-block .image img {
  max-width: 100%;
  max-height: 100%;
}

.about-buy-block .inner {
  max-width: 222px;
  margin: 0 auto;
}

.about-buy-block .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 44px;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: #042EB0;
}

.about-buy-block p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 48px;
  line-height: 1.25;
}

.about-items {
  background: linear-gradient(90deg, #1E3C72 0%, #2A5298 100%);
  border-radius: 20px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  color: #fff;
}

.about-items .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 25px;
}

.about-items .image img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
  max-width: 100%;
  height: auto;
}

.about-items .content {
  padding: 40px 52px;
  padding-right: 0;
}

.about-items .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.about-description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-description-block:nth-of-type(1) {
  width: 545px;
}

.about-description-block:nth-of-type(2) {
  width: 923px;
}

.about-description-block h2 {
  margin-bottom: 30px;
}

.about-description-block p {
  margin-bottom: 33px;
  line-height: 1.3;
}

.about-description-block .image {
  margin-bottom: 33px;
}

.about-description-block .image img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.career-find {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 50px;
  height: 217px;
  border-radius: 2px;
}

.career-find.short {
  height: auto;
}

.career-find .inner {
  width: 100%;
}

.career-find .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FEDC09;
}

.career-find-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.career-find-bg:after {
  content: "";
  background: #00165b;
  opacity: 0.8;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.career-find-bg img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.career-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.career-form .input-block {
  margin-bottom: 0;
  margin-right: 20px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.career-form .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.input-place {
  max-width: 390px;
}

.input-place .place-pin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 20px;
  height: 100%;
  width: 18px;
  pointer-events: none;
}

.input-place input {
  padding-left: 46px;
}

.input-place .custom-input-label {
  padding-left: 26px;
}

.autocomplete-suggestions {
  box-sizing: border-box;
  border: 1px solid #4471FB;
  border-top: none;
  background: #FFF;
  cursor: default;
  overflow: auto;
  box-shadow: 1px 4px 10px rgba(50, 50, 50, 0.25);
  font-size: 14px;
}

.autocomplete-suggestions::-webkit-scrollbar {
  width: 3px;
  background: #F4F4F4;
}

.autocomplete-suggestions::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 7px;
  background: #7A7A7A;
}

.autocomplete-suggestion {
  padding: 8px 20px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: 700;
  color: #042EB0;
}

.autocomplete-group {
  padding: 2px 5px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

.career-descripion {
  position: relative;
  padding-left: 339px;
}

.career-descripion-aside {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 310px;
  z-index: 1;
}

.career-descripion-aside img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.career-descripion-content {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.career-descripion-block {
  width: calc(33.333% - 30px);
  margin: 0 15px -30px;
}

.career-descripion-block:nth-of-type(2) .inner {
  border-bottom: none;
  border-top: 2px solid #FEDC09;
}

.career-descripion-block .image {
  margin-bottom: 30px;
}

.career-descripion-block .image img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.career-descripion-block .inner {
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  height: 380px;
  z-index: 2;
  text-align: center;
  border-radius: 10px;
  border-bottom: 2px solid #042EB0;
}

.career-descripion-block .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.career-descripion-block p {
  color: #3D3D3D;
  line-height: 1.25;
  margin-bottom: 30px;
}

.career-possibilities-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.career-possibilities-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 268px;
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
  padding: 20px 40px;
  background: #F3F6FF;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 20px;
}

.career-possibilities-block .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}

.career-possibilities-block .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 12px;
}

.career-possibilities-block p {
  color: #3D3D3D;
  line-height: 1.25;
  margin-bottom: 22px;
}

.investors-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.investors-slider-block {
  background: #FEDC09;
  position: relative;
  padding-left: 90px;
  height: auto !important;
  display: none;
}

.investors-slider-block .content {
  position: relative;
  z-index: 3;
  max-width: 660px;
  padding: 30px 0;
  min-height: 446px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
}

.investors-slider-block .title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.20;
  margin-bottom: 20px;
}

.investors-slider-block p {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 40px;
}

.investors-slider-block .image {
  position: absolute;
  z-index: -1;
  left: 48%;
  top: 50%;
  margin-top: -293px;
}

.investors-slider-block .image img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
  border-radius: 39% 0 0 51% / 41% 0 0 59%;
}

.investors-support-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.investors-support-block {
  width: calc(50% - 30px);
  margin: 0 15px 10px;
  min-height: 268px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #F3F6FF;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 30px 40px;
  border-radius: 20px;
}

.investors-support-block .inner {
  max-width: 430px;
}

.investors-support-block .title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.25;
}

.investors-support-block p {
  color: #3D3D3D;
  margin-bottom: 24px;
  line-height: 1.25;
}

.investors-support-block .image {
  position: absolute;
  top: 50%;
  z-index: -1;
}

.investors-support-block .image img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
  height: auto;
}

.investors-support-block .image-1 {
  margin-top: -123px;
  right: -8px;
}

.investors-support-block .image-2 {
  margin-top: -113px;
  right: 41px;
}

.investors-news-slider {
  margin: -16px 0;
}

.investors-news-slider .slick-list {
  margin: 0 -16px;
}

.investors-news-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.investors-news-slider .slick-arrow {
  margin-top: 0;
  top: 41%;
}

.news-block {
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  margin: 16px;
  display: none;
  line-height: 1.25;
  height: auto !important;
  border-radius: 20px;
}

.news-block .image {
  display: block;
  transition: all 0.3s ease-out;
  overflow: hidden;
  position: relative;
}

.news-block .image:before {
  content: "";
  display: block;
  padding-top: 53.18%;
}

.news-block .image:hover {
  opacity: 0.8;
}

.news-block .image img {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
  object-fit: cover;
  object-position: center;
  border-radius: 20px 20px 0 0;
}

.news-block .content {
  padding: 20px 30px 30px;
}

.news-block .name {
  display: block;
  height: 37px;
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 15px;
  color: #042EB0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}

.news-block .name:hover {
  text-decoration: underline;
}

.news-block p {
  line-height: 1.25;
  color: #3D3D3D;
  height: 32px;
  margin-bottom: 19px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}

.news-block .bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-block .type {
  color: #535353;
  padding: 10px;
  font-weight: 700;
  font-size: 12px;
  background: #F2F2F2;
  border-radius: 10px;
  display: block;
  transition: all 0.3s ease-out;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 1px;
}

.news-block .type:hover {
  background: #FEDC09;
}

.news-block .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
}

.section-top-image {
  width: 100%;
  margin-bottom: 40px;
}

.section-top-image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 217px;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 20px;
}

.press-filters {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
}

.press-filters ul {
  margin: 0 -8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.press-filters li {
  margin: 0 8px 18px;
}

.press-filters a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 16px;
  background: #F0F0F0;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  text-align: center;
}

.press-filters a:hover {
  background: #FEDC09;
}

.press-filters .active {
  background: #FEDC09;
}

.press-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px -30px;
}

.press-content .news-block {
  display: block;
  margin: 0 16px 30px;
  width: calc(25% - 32px);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
}

.contacts-content-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.contacts-content-block {
  min-height: 165px;
  padding: 20px 40px 18px;
  background: #FFFFFF;
  border-bottom: 2px solid #FEDC09;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 16px 32px;
  width: calc(33.333% - 32px);
  line-height: 1.25;
  border-radius: 10px;
}

.contacts-content-block .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.contacts-content-block p {
  color: #3D3D3D;
  line-height: 1.25;
  margin-bottom: 20px;
}

.contacts-content-block .mail {
  font-weight: 700;
  font-size: 14px;
  color: #042EB0;
}

.contacts-content-block .mail:hover {
  text-decoration: underline;
}

.contacts-support-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.contacts-support-block {
  width: calc(50% - 32px);
  margin: 0 16px 10px;
  min-height: 165px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #F3F6FF;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 20px 40px;
  line-height: 1.25;
  border-radius: 20px;
}

.contacts-support-block .inner {
  max-width: 510px;
}

.contacts-support-block .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.contacts-support-block p {
  color: #3D3D3D;
  margin-bottom: 20px;
  line-height: 1.25;
}

.contacts-support-block .link {
  font-weight: 700;
  font-size: 14px;
  color: #042EB0;
}

.contacts-support-block .link:hover {
  text-decoration: underline;
}

.contacts-support-block .image {
  position: absolute;
  top: 50%;
  z-index: -1;
  right: 40px;
  margin-top: -50px;
}

.contacts-support-block .image img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
  height: auto;
}

.contacts-support-block .image-1 {
  margin-top: -60px;
}

.delivery-content-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.delivery-content-block {
  margin: 0 15px 30px;
  width: calc(33.333% - 30px);
  background: #F3F6FF;
  border-bottom: 2px solid #042EB0;
  border-radius: 10px;
  overflow: hidden;
}

.delivery-content-block .image img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.delivery-content-block .content {
  padding: 40px;
  padding-bottom: 38px;
}

.delivery-content-block .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.25;
}

.delivery-content-block p {
  margin-bottom: 10px;
  line-height: 1.25;
  color: #3D3D3D;
}

.delivery-content-block ul {
  font-weight: 500;
  line-height: 1.28;
}

.delivery-content-block li {
  position: relative;
  padding-left: 20px;
}

.delivery-content-block li:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}

.return-content-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.return-content-block {
  margin: 0 16px 32px;
  width: calc(50% - 32px);
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
  padding: 19px 39px;
  line-height: 1.25;
}

.return-content-block:hover {
  border-color: #FEDC09;
  box-shadow: 0px 4px 26px rgba(254, 220, 9, 0.15);
}

.return-content-block .content {
  padding-right: 25px;
}

.return-content-block .title {
  font-weight: 700;
  font-size: 18px;
  color: #042EB0;
  margin-bottom: 10px;
}

.return-content-block p {
  color: #3D3D3D;
  line-height: 1.25;
}

.return-content-block .image {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.return-content-block .image img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.section-404 {
  position: relative;
  text-align: center;
  z-index: 2;
  padding-top: 109px;
  padding-bottom: 47px;
}

.section-404 h1 {
  margin-bottom: 20px;
}

.section-404 p {
  color: #3D3D3D;
  line-height: 1.25;
  margin-bottom: 30px;
}

.section-404 .btn {
  padding-left: 40px;
  padding-right: 40px;
}

.text-404 {
  margin-top: 136px;
  color: rgba(145, 171, 255, 0.55);
  font-size: 274px;
  line-height: 1.2;
  margin-right: 375px;
  position: relative;
  z-index: 3;
}

.image-404 {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 0;
  margin-left: -12px;
  pointer-events: none;
}

.image-404 img {
  height: auto;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

.cloud-404 {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: -1px;
  margin-left: -445px;
  pointer-events: none;
}

.cloud-404.mobile-visible {
  display: none;
}

.cloud-404 img {
  height: auto;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

.guide-content p {
  margin-bottom: 30px;
}

.guide-content p + ul {
  margin-top: -10px;
}

.guide-image {
  margin-bottom: 30px;
}

.guide-image img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}

.simple-list {
  margin-bottom: 30px;
  line-height: 1.35;
}

.simple-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.simple-list li:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}

.number-list {
  margin-bottom: 30px;
  counter-reset: numbers;
  line-height: 1.35;
}

.number-list li {
  padding-left: 20px;
  margin-bottom: 8px;
  position: relative;
}

.number-list li:before {
  counter-increment: numbers;
  content: counter(numbers) ". ";
  position: absolute;
  left: 3px;
}

.guide-video {
  margin-bottom: 30px;
  text-align: center;
}

.guide-video span {
  display: none;
}

.guide-video-link {
  display: inline-block;
  position: relative;
}

.guide-video-link img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.guide-video-play {
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -70px;
  top: 37%;
}

.guide-video-play:hover img {
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.8));
}

.guide-video-play img {
  display: block;
  height: auto;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: all 0.3s ease-out;
}

.press-open-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.press-open-description {
  padding-right: 40px;
  width: calc(100% - 372px);
}

.press-open-aside {
  width: 372px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.press-open-image {
  width: 100%;
  margin-bottom: 40px;
}

.press-open-image img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 20px;
}

.press-open-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.press-open-options .detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.press-open-options .type {
  background: #f2f2f2;
  border-radius: 10px;
  color: #535353;
  font-size: 12px;
  font-weight: 700;
  padding: 10px;
  margin-right: 30px;
  text-align: center;
}

.press-open-options .date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.press-open-options .date img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.press-open-options .share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.press-open-options .share span {
  margin-right: 20px;
  display: block;
}

.press-open-options .socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px;
}

.press-open-options .socials a {
  display: block;
  margin: 0 5px;
  transition: all 0.3s ease-out;
}

.press-open-options .socials a:hover {
  opacity: 0.8;
}

.press-open-options .socials img {
  display: block;
}

.press-open-text p {
  margin-bottom: 20px;
}

.press-open-text .important {
  border-left: 2px solid #FEDC09;
  background: rgba(255, 228, 63, 0.12);
  padding: 20px;
  border-radius: 10px;
}

.press-search {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.press-search input {
  display: block;
  width: 100%;
  height: 44px;
  transition: border-color 0.3s ease-out;
  padding-right: 60px;
  padding-left: 15px;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  font-family: Inter, Arial, Tahoma, sans-serif;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  background: #fff;
  transition: all 0.3s ease-out;
}

.press-search input:focus {
  border-color: #042EB0;
}

.press-search button {
  height: 44px;
  width: 44px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 10px 10px 0;
  background: #042EB0;
  padding: 0;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease-out;
}

.press-search button:hover {
  background: #4471FB;
}

.press-search button img {
  display: block;
  margin: 0 auto;
}

.press-last-list {
  padding-top: 10px;
}

.press-last-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #042EB0;
  line-height: 1.25;
}

.press-last-block:hover span {
  text-decoration: underline;
}

.press-last-block .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 54px;
  margin-right: 20px;
}

.press-last-block .image img {
  width: 100%;
  height: auto;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 10px;
}

.press-last-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px -16px;
  font-weight: 600;
  line-height: 1.25;
}

.press-last-tags li {
  margin: 0 8px 16px;
}

.press-last-tags a {
  display: block;
  padding: 10px 16px;
  color: #333;
  border-radius: 10px;
  background: #F0F0F0;
  transition: all 0.3s ease-out;
  text-align: center;
}

.press-last-tags a:hover {
  background: #FEDC09;
}

.help-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.help-form .input-block {
  margin-bottom: 0;
  margin-right: 20px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.help-form .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.help-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.help-menu {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
  width: 260px;
}

.help-menu li:last-child span {
  border-bottom: none;
}

.help-menu a {
  display: block;
  padding: 0 20px;
  background: #fff;
  transition: all 0.3s ease-out;
  border-radius: 10px;
}

.help-menu a:hover {
  background: #FEDC09;
}

.help-menu a:hover span {
  border-color: transparent;
}

.help-menu span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 44px;
  transition: all 0.3s ease-out;
  line-height: 1.2;
  border-bottom: 1px solid #EBEBEB;
  padding: 5px 0;
}

.help-menu .active a {
  background: #FEDC09;
}

.help-menu .active a span {
  border-color: transparent;
}

.help-information {
  width: calc(100% - 260px);
  padding-left: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.help-recommended {
  margin-left: auto;
  width: 370px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.help-recommended-list {
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #042EB0;
  line-height: 1.25;
}

.help-recommended-list li {
  margin-bottom: 20px;
}

.help-recommended-list li:last-child {
  margin-bottom: 0;
}

.help-recommended-list a {
  display: inline-block;
}

.help-recommended-list a:hover {
  text-decoration: underline;
}

.help-description {
  width: calc(100% - 370px);
  padding-right: 40px;
}

.help-orders {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.help-orders-block {
  margin: 0 16px 30px;
  width: calc(50% - 32px);
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
  padding: 19px 39px;
  line-height: 1.25;
  min-height: 144px;
}

.help-orders-block:hover {
  border-color: #FEDC09;
  box-shadow: 0px 4px 26px rgba(254, 220, 9, 0.15);
}

.help-orders-block .title {
  font-weight: 700;
  font-size: 18px;
  color: #042EB0;
  margin-bottom: 10px;
}

.help-orders-block p {
  color: #3D3D3D;
  line-height: 1.25;
}

.page-back {
  margin-bottom: 30px;
}

.page-back .btn:hover .arrow {
  border-color: #000;
}

.page-back .arrow {
  display: block;
  border: none;
  width: 11px;
  height: 11px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #8e8e8e;
  border-right: 2px solid #8e8e8e;
  margin-right: 10px;
  transform: rotate(-135deg);
  transition: all 0.3s ease-out;
}

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

.help-text .number-list {
  margin-bottom: 20px;
}

.help-text .simple-list {
  margin-bottom: 20px;
}

.help-text a {
  color: #042EB0;
}

.help-text a:hover {
  text-decoration: underline;
}

.help-text .image {
  margin-bottom: 20px;
}

.help-text .image img {
  display: block;
  image-rendering: -webkit-optimize-contrast;
  height: auto;
  max-width: 100%;
  border-radius: 20px;
}

.help-text .important {
  border-left: 2px solid #FEDC09;
  background: rgba(255, 228, 63, 0.12);
  padding: 20px;
  border-radius: 10px;
}

.help-text .video {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.help-text .video:after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.4;
  border-radius: 20px;
}

.help-text .video-image img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 20px;
}

.help-text .video-play {
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -70px;
  top: 50%;
  margin-top: -53px;
}

.help-text .video-play:hover img {
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.8));
}

.help-text .video-play img {
  display: block;
  height: auto;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: all 0.3s ease-out;
}

.help-useful {
  padding-top: 20px;
  border-top: 1px solid #E5E5E5;
}

.help-useful p {
  margin-bottom: 15px;
}

.help-useful .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -7px;
}

.help-useful .help-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 19px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  font-weight: 700;
  font-size: 12px;
  margin: 0 7px;
}

.help-useful .help-btn:hover {
  border-color: #000;
}

.help-useful .help-btn span {
  margin-left: 5px;
}

.help-useful .yes span {
  color: #042EB0;
}

.help-useful .no span {
  color: #B53636;
}

.help-useful .empty span {
  color: #7A7A7A;
}

.vacancies-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vacancies-adise {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 355px;
}

.vacancies-adise .career-possibilities-block {
  width: 100%;
  margin: 0 0 10px;
  display: block;
  text-align: center;
  height: auto;
  padding: 20px 25px;
}

.vacancies-adise .career-possibilities-block .image {
  margin-right: 0;
  margin-bottom: 18px;
}

.vacancies-list {
  padding-right: 50px;
  width: calc(100% - 355px);
}

.vacancies-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 41px;
}

.vacancies-block:nth-last-of-type(1) {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.vacancies-block .options {
  margin-left: auto;
  text-align: right;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.vacancies-block .price {
  font-size: 15px;
  line-height: 1.2;
  color: #042EB0;
  font-weight: 700;
  margin-bottom: 20px;
  padding-top: 3px;
}

.vacancies-block .info {
  padding-right: 30px;
}

.vacancies-block .title {
  line-height: 1.22;
  margin-bottom: 19px;
  font-weight: 700;
  font-size: 18px;
}

.vacancies-block .title a:hover {
  text-decoration: underline;
}

.vacancies-info-list {
  line-height: 1.25;
  color: #000;
  text-align: left;
}

.vacancies-info-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.vacancies-info-list li:last-child {
  margin-bottom: 0 !important;
}

.vacancies-info-list .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  width: 20px;
}

.vacancies-info-list img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

h4 {
  line-height: 1.25;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.pagination-outer {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pagination {
  margin: 0 -5px -10px;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
}

.pagination li {
  margin: 0 5px 10px;
}

.pagination a {
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  background: #F9F9F9;
  border-radius: 10px;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  border: 1px solid transparent;
}

.pagination a:hover {
  background: #FEDC09;
  border-color: #FEDC09;
}

.pagination a.active {
  background: #fff;
  border-color: #000;
}

.pagination .arrow i {
  width: 8px;
  height: 8px;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.pagination .prev i {
  transform: rotate(-135deg);
  margin-right: -2px;
}

.pagination .next i {
  transform: rotate(45deg);
  margin-left: -2px;
}

.pagination input {
  width: 44px;
  height: 44px;
  text-align: center;
  padding: 0;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
}

.vacancy-description .simple-list {
  margin-bottom: 20px;
}

.vacancy-description p {
  margin-bottom: 20px;
}

.vacancy-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 19px;
  border: 1px solid #FEDC09;
  background: #FFF;
  box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
  border-radius: 20px;
}

.vacancy-detail .options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
}

.vacancy-detail .price {
  font-size: 15px;
  line-height: 1.2;
  color: #042EB0;
  font-weight: 700;
  margin-right: 40px;
}

.vacancy-detail .vacancies-info-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -20px;
}

.vacancy-detail .vacancies-info-list li {
  margin: 0 20px;
}

.team-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 10px;
}

.team-block {
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.team-block .image img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
}

.team-block .inner {
  padding: 29px;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.06);
  text-align: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 20px 20px;
}

.team-block .inner.yellow {
  border-color: #FEDC09;
}

.team-block .title {
  line-height: 1.25;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
}

.team-block p {
  margin-bottom: 30px;
  line-height: 1.25;
}

.team-block .btn {
  margin-top: auto;
}

.team-content {
  display: -ms-flexbox;
  display: flex;
}

.team-content .video {
  display: block;
  position: relative;
  margin-right: 40px;
  width: calc(100% - 448px);
}

.team-content .video:after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.4;
  border-radius: 20px;
}

.team-content .video ~ span {
  display: none;
}

.team-content .video-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.team-content .video-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 20px;
}

.team-content .video-play {
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -70px;
  top: 50%;
  margin-top: -53px;
}

.team-content .video-play:hover img {
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.8));
}

.team-content .video-play img {
  display: block;
  height: auto;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: all 0.3s ease-out;
}

.team-content-aside {
  width: 408px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.team-content-aside .career-possibilities-block {
  width: 100%;
  margin: 0 0 30px;
  display: block;
  text-align: center;
  height: auto;
  padding: 37px 40px;
}

.team-content-aside .career-possibilities-block:last-child {
  margin-bottom: 0;
}

.team-content-aside .career-possibilities-block .image {
  margin-right: 0;
  margin-bottom: 35px;
}

.team-content-aside .career-possibilities-block p {
  margin-bottom: 35px;
}

.team-information {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-information .image {
  width: 518px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.team-information .image img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.team-information .inner {
  padding-left: 30px;
  width: calc(100% - 518px);
}

.team-information .job {
  color: #042EB0;
  margin-bottom: 20px;
}

.team-information .simple-list {
  margin-bottom: 20px;
}

.team-information p {
  margin-bottom: 20px;
}

.team-information .important {
  border-left: 2px solid #FEDC09;
  background: rgba(255, 228, 63, 0.12);
  padding: 20px;
  border-radius: 10px;
}

.location-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.location-list {
  width: 332px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  line-height: 1.25;
}

.location-list a {
  display: block;
  padding: 39px;
  background: #F8F8F8;
  transition: all 0.3s ease-out;
  border: 1px solid transparent;
  border-top-color: #CDCDCD;
  position: relative;
  margin-bottom: -1px;
}

.location-list a:hover {
  background: rgba(248, 248, 248, 0.35);
}

.location-list a:first-child {
  border-radius: 10px 10px 0 0;
}

.location-list a:last-child {
  border-radius: 0 0 10px 10px;
}

.location-list .country {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.location-list .address {
  color: #3d3d3d;
}

.location-list .active-address {
  background: #fff !important;
  border-color: #FEDC09;
  z-index: 3;
}

.location-map-outer {
  width: calc(100% - 362px);
}

#location-map {
  width: 100%;
  height: 783px;
  border-radius: 20px;
  overflow: hidden;
}

/*================= МОДАЛКИ ======================*/

.attach-title {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 18px;
}

.attach-input {
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #042EB0;
}

.attach-input:hover span {
  text-decoration: underline;
}

.attach-input input {
  display: none;
}

.attach-input img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 9px;
}

#vacanciesModal {
  max-width: 480px;
}

.offers-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px;
  border: 1px solid #FEDC09;
  background: #FFF;
  box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
  border-radius: 20px;
}

.offers-detail .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #042EB0;
  margin-right: 5px;
  line-height: 1.35;
}

.offers-detail .title img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.press-news-section {
  background: #f6f6f6;
  padding: 60px 0;
  border-radius: 130px;
  margin-bottom: 40px;
}

.chosen-product-slider {
  overflow: hidden;
}

.chosen-product-slider .slick-list {
  margin: 0 -14px;
}

.chosen-product-slider .product-block {
  margin: 0 14px;
}

.simple-tabs-content {
  display: none;
}

.simple-tabs-content.visible {
  display: block;
}

.simple-tabs-navigation {
  background: #FFF;
  box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.06);
  padding: 0 30px;
  margin-bottom: 50px;
  border-radius: 10px 10px 0 0;
  border-radius: 20px;
}

.simple-tabs {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -32px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 14px;
}

.simple-tabs li {
  margin: 0 32px;
}

.simple-tabs a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-out;
  height: 54px;
}

.simple-tabs a:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transition: all 0.3s ease-out;
  position: absolute;
}

.simple-tabs a:hover,
.simple-tabs a.active {
  color: #042EB0;
}

.simple-tabs a:hover img,
.simple-tabs a.active img {
  filter: none;
}

.simple-tabs .active:after {
  background: #4471FB;
}

.new-press-information {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-top: 8px;
}

.new-press-information h1 {
  font-size: 40px;
}

.new-press-information .detail {
  -ms-flex-order: 2;
  order: 2;
  padding-left: 49px;
  margin-left: 42px;
  border-left: 1px solid #C3C3C3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.new-press-information .author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}

.new-press-information .author img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.new-press-information .options {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.new-press-information .time {
  border: 4px solid rgba(255, 228, 63, 0.27);
  width: 64px;
  height: 64px;
  margin-bottom: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  color: #757575;
  text-align: center;
  border-radius: 50%;
}

.new-press-information .date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 38px;
}

.new-press-information .date img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.new-press-information .sharing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px;
}

.new-press-information .sharing a {
  display: block;
  margin: 0 5px;
  transition: all 0.3s ease-out;
  filter: brightness(0);
  opacity: 0.85;
}

.new-press-information .sharing a:hover {
  filter: brightness(1);
  opacity: 1;
}

.new-press-information .sharing img {
  display: block;
}

.new-press-information .author-link {
  display: block;
  transition: all 0.3s ease-out;
  filter: brightness(0);
  opacity: 0.85;
  margin-left: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.new-press-information .author-link:hover {
  filter: brightness(1);
  opacity: 1;
}

.new-press-information .author-link img {
  display: block;
}

.new-press-content {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  padding: 40px 0;
  display: -ms-flexbox;
  display: flex;
}

.new-press-last {
  -ms-flex-order: 1;
  order: 1;
  width: 260px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.new-press-last:before {
  content: '';
  display: block;
  height: 13%;
}

.new-press-last .inner {
  background: #f3f6ff;
  padding: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  border-radius: 20px;
}

.new-press-last .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}

.new-press-last .press-last-list {
  padding-top: 0;
}

.new-press-last .press-last-list li {
  padding-bottom: 20px;
  border-bottom: 1px solid #CED7F1;
  margin-bottom: 20px;
}

.new-press-last .press-last-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.new-press-last .press-last-block {
  margin-bottom: 0;
  font-size: 13px;
}

.new-press-last .press-last-block span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}

.new-press-news {
  -ms-flex-order: 3;
  order: 3;
  width: 260px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.new-press-news:before {
  content: '';
  display: block;
  height: 45%;
}

.new-press-news .news-block {
  display: block;
  margin: 0;
  padding: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.new-press-news .news-block .content {
  padding: 0;
  padding-top: 20px;
}

.new-press-news .news-block .image img {
  border-radius: 10px;
}

.new-press-article {
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 1px;
  padding: 0 60px;
  font-size: 15px;
}

.new-press-article h2 {
  margin-bottom: 40px;
  font-size: 30px;
}

.new-press-article h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.new-press-article h3:first-child {
  margin-top: 0;
}

.new-press-article p {
  margin-bottom: 9px;
  line-height: 1.67;
}

.new-press-article p:last-child {
  margin-bottom: 0;
}

.new-press-article p a {
  color: #042EB0;
  text-decoration: underline;
}

.new-press-article p a:hover {
  text-decoration: none;
}

.new-press-article .important-block {
  margin: 40px 0;
  padding: 30px 18px;
  border-left: 2px solid #FEDC09;
  background: rgba(255, 228, 63, 0.12);
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
}

.new-press-article .important-block:last-child {
  margin-bottom: 0;
}

.new-press-article .investors-support-block {
  width: 100%;
  margin: 40px 0;
  min-height: 214px;
}

.new-press-article .investors-support-block:last-child {
  margin-bottom: 0;
}

.new-press-article .investors-support-block .inner {
  max-width: 506px;
}

.new-press-article .investors-support-block p {
  margin-bottom: 24px;
  line-height: 1.25;
  font-size: 13px;
}

.new-press-article .investors-support-block .image {
  margin-top: -88px;
  right: 47px;
}

.new-press-article .image-block {
  margin: 40px auto;
  max-width: 618px;
}

.new-press-article .image-block:last-child {
  margin-bottom: 0;
}

.new-press-article .image-block .image img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 20px;
}

.new-press-article .image-block .subtitle {
  color: #3d3d3d;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.25;
}

.new-press-article .video {
  display: block;
  position: relative;
}

.new-press-article .video:after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.4;
  border-radius: 20px;
}

.new-press-article .video-play {
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -70px;
  top: 50%;
  margin-top: -53px;
}

.new-press-article .video-play:hover img {
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.8));
}

.new-press-article .video-play img {
  display: block;
  height: auto;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: all 0.3s ease-out;
}

.new-press-article .press-filters {
  margin-top: 35px;
  margin-bottom: -18px;
}

/* ==================== MEDIA =========================== */

@media (min-width: 1020px) {
  .about-info-content .hidden-text {
    display: block !important;
  }

  .about-info-content .read-more {
    display: none;
  }
}

@media (max-width: 1599px) {
  .about-description-block:nth-of-type(1) {
    width: 500px;
  }

  .about-description-block:nth-of-type(2) {
    width: 700px;
  }

  .career-descripion-block .inner {
    padding: 25px;
    height: 360px;
  }

  .career-possibilities-block {
    padding: 20px 30px;
  }

  .investors-slider-block .content {
    max-width: 580px;
  }

  .investors-slider-block .title {
    font-size: 46px;
  }

  .investors-slider-block p {
    font-size: 18px;
  }

  .investors-slider-block .image {
    left: 54%;
  }

  .investors-news-slider .slick-list {
    margin: 0 -9px;
  }

  .investors-news-slider .slick-arrow {
    top: 37%;
  }

  .news-block {
    margin: 16px 9px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.06);
  }

  .news-block .content {
    padding: 20px;
  }

  .investors-support-list {
    margin: 0 -9px;
  }

  .investors-support-block {
    width: calc(50% - 18px);
    margin: 0 9px 10px;
  }

  .investors-support-block .inner {
    max-width: 370px;
  }

  .investors-support-block .image-1 {
    right: -32px;
  }

  .investors-support-block .image-2 {
    right: 22px;
  }

  .press-content {
    margin: 0 -9px -20px;
  }

  .press-content .news-block {
    margin: 0 9px 20px;
    width: calc(25% - 18px);
  }

  .contacts-content-list {
    margin: 0 -9px;
  }

  .contacts-content-block {
    margin: 0 9px 32px;
    width: calc(33.333% - 18px);
  }

  .contacts-support-list {
    margin: 0 -9px;
  }

  .contacts-support-block {
    width: calc(50% - 18px);
    margin: 0 9px 10px;
  }

  .contacts-support-block .inner {
    max-width: 370px;
  }

  .return-content-list {
    margin: 0 -9px;
  }

  .return-content-block {
    margin: 0 9px 20px;
    width: calc(50% - 18px);
  }

  .press-open-description {
    padding-right: 30px;
    width: calc(100% - 350px);
  }

  .press-open-aside {
    width: 350px;
  }

  .help-menu {
    width: 230px;
  }

  .help-information {
    width: calc(100% - 230px);
    padding-left: 30px;
  }

  .help-recommended {
    width: 260px;
  }

  .help-recommended-list {
    font-size: 14px;
  }

  .help-description {
    width: calc(100% - 260px);
    padding-right: 30px;
  }

  .help-orders {
    margin: 0 -10px;
  }

  .help-orders-block {
    margin: 0 10px 20px;
    padding: 19px 25px;
    width: calc(50% - 20px);
  }

  .chosen-product-slider .slick-arrow {
    margin-top: -21px;
  }

  .new-press-article {
    padding: 0 38px;
  }

  .new-press-article .investors-support-block .inner {
    max-width: 420px;
  }

  .new-press-article .investors-support-block .image {
    right: 20px;
  }
}

@media (max-width: 1299px) {
  .about-buy-list {
    margin: 0 -5px -10px;
  }

  .about-buy-block {
    margin: 0 5px 10px;
    width: calc(25% - 10px);
    padding: 45px 20px;
  }

  .about-buy-block .title {
    font-size: 16px;
  }

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

  .about-items .image {
    width: 450px;
  }

  .about-description-block:nth-of-type(1) {
    width: 400px;
  }

  .about-description-block:nth-of-type(2) {
    width: 540px;
  }

  .career-find {
    padding: 30px;
  }

  .input-place {
    max-width: 310px;
  }

  .career-descripion {
    padding-left: 0;
  }

  .career-descripion-aside {
    display: none;
  }

  .career-descripion-block .inner {
    height: 320px;
  }

  .career-possibilities-block {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    text-align: center;
    padding: 20px;
  }

  .career-possibilities-block .image {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .career-possibilities-block .inner {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .career-possibilities-block .btn {
    margin-top: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .investors-slider-block .content {
    max-width: 425px;
  }

  .investors-slider-block .title {
    font-size: 36px;
  }

  .investors-slider-block p {
    font-size: 16px;
  }

  .investors-slider-block .image {
    margin-top: -230px;
  }

  .investors-slider-block .image img {
    height: auto;
    width: 700px;
  }

  .investors-news-slider .slick-list {
    margin: 0 -11px;
  }

  .news-block {
    margin: 16px 11px;
  }

  .investors-support-block {
    min-height: 240px;
  }

  .investors-support-block .inner {
    max-width: 100%;
  }

  .investors-support-block .image {
    display: none;
  }

  .press-content {
    margin: 0 -11px -20px;
  }

  .press-content .news-block {
    margin: 0 11px 20px;
    width: calc(33.333% - 22px);
  }

  .contacts-content-block {
    margin-bottom: 20px;
  }

  .contacts-support-block .inner {
    max-width: 100%;
  }

  .contacts-support-block .image {
    display: none;
  }

  .delivery-content-list {
    margin: 0 -9px;
  }

  .delivery-content-block {
    margin: 0 9px 20px;
    width: calc(33.333% - 18px);
  }

  .delivery-content-block .content {
    padding: 30px;
    padding-bottom: 28px;
  }

  .return-content-block {
    padding: 19px 29px;
  }

  .section-404 {
    padding-top: 80px;
  }

  .press-open-description {
    padding-right: 25px;
    width: calc(100% - 320px);
  }

  .press-open-aside {
    width: 320px;
  }

  .press-open-options .type {
    margin-right: 20px;
  }

  .press-last-block {
    font-size: 14px;
  }

  .press-last-tags {
    margin: 0 -5px -10px;
  }

  .press-last-tags li {
    margin: 0 5px 10px;
  }

  .press-last-tags a {
    padding: 10px;
  }

  .help-information {
    display: block;
  }

  .help-description {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .help-recommended {
    width: 100%;
  }

  .help-orders-block {
    margin-bottom: 15px;
    min-height: 120px;
  }

  .vacancies-list {
    width: calc(100% - 260px);
    padding-right: 30px;
  }

  .vacancies-adise {
    width: 260px;
  }

  .vacancies-adise .career-possibilities-block {
    padding: 20px;
  }

  .vacancy-detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .vacancy-detail .options {
    margin-top: 20px;
    display: block;
    margin-left: 0;
  }

  .vacancy-detail .price {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .team-list {
    margin: 0 -10px 10px;
  }

  .team-block {
    width: calc(33.333% - 20px);
    margin: 0 10px 20px;
  }

  .team-content .video {
    margin-right: 20px;
    width: calc(100% - 334px);
  }

  .team-content-aside {
    width: 314px;
  }

  .team-content-aside .career-possibilities-block {
    margin-bottom: 20px;
    padding: 25px;
  }

  .team-content-aside .career-possibilities-block .image {
    margin-bottom: 20px;
  }

  .team-content-aside .career-possibilities-block p {
    margin-bottom: 22px;
  }

  .team-information .image {
    width: 428px;
  }

  .team-information .inner {
    padding-left: 25px;
    width: calc(100% - 428px);
  }

  .location-list {
    width: 260px;
    margin-right: 20px;
  }

  .location-list a {
    padding: 29px;
  }

  .location-map-outer {
    width: calc(100% - 280px);
  }

  .chosen-product-slider .slick-arrow {
    margin-top: -23px;
  }

  .chosen-product-slider .slick-list {
    margin: 0 -10px;
  }

  .chosen-product-slider .product-block {
    margin: 0 10px;
  }

  .simple-tabs {
    margin: 0 -25px;
  }

  .simple-tabs li {
    margin: 0 25px;
  }

  .new-press-information .detail {
    padding-left: 30px;
    margin-left: 30px;
  }

  .new-press-information h1 {
    font-size: 33px;
  }

  .new-press-information .time {
    margin-bottom: 30px;
  }

  .new-press-information .date {
    margin-bottom: 30px;
  }

  .new-press-article {
    font-size: 14px;
    padding: 0 20px;
  }

  .new-press-article h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .new-press-article .important-block {
    font-size: 15px;
  }

  .new-press-article .investors-support-block .inner {
    max-width: 100%;
  }

  .new-press-last {
    width: 230px;
  }

  .new-press-last .inner {
    padding: 16px;
  }

  .new-press-news {
    width: 230px;
  }

  .new-press-news .news-block {
    padding: 15px;
  }
}

@media (max-width: 1019px) {
  h1 {
    margin-bottom: 20px;
  }

  .about-info {
    display: block;
  }

  .about-info-content {
    margin-bottom: 20px;
  }

  .about-info-aside {
    margin-left: 0;
    width: 100%;
    padding: 30px 25px;
  }

  .about-info-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
  }

  .about-info-list li {
    margin-bottom: 0;
    padding: 0 5px;
    width: 33.333%;
  }

  .about-buy-block {
    width: calc(50% - 10px);
    padding: 30px;
  }

  .about-buy-block .image {
    margin-bottom: 20px;
  }

  .about-buy-block .title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .about-items .content {
    padding-left: 30px;
  }

  .about-items .title {
    font-size: 24px;
  }

  .about-items .image {
    width: 350px;
  }

  .about-description-block:nth-of-type(1) {
    width: 300px;
  }

  .about-description-block:nth-of-type(2) {
    width: 400px;
  }

  .about-description-block h2 {
    margin-bottom: 20px;
  }

  .about-description-block p {
    margin-bottom: 20px;
  }

  .about-description-block .image {
    margin-bottom: 20px;
  }

  .career-find {
    height: auto;
    padding: 20px;
  }

  .career-form {
    display: block;
  }

  .career-form .input-block {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .career-form .btn {
    width: 100%;
  }

  .input-place {
    max-width: 100%;
  }

  .career-descripion-content {
    margin: 0 -5px;
  }

  .career-descripion-block {
    margin: 0 5px -10px;
    width: calc(33.333% - 10px);
  }

  .career-descripion-block .image {
    margin-bottom: 10px;
  }

  .career-descripion-block .inner {
    margin-bottom: 10px;
    padding: 15px;
  }

  .career-descripion-block .btn {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .career-possibilities-list {
    margin: 0 -5px;
  }

  .career-possibilities-block {
    margin: 0 5px 10px;
    width: calc(33.333% - 10px);
  }

  .investors-slider-block {
    padding-left: 65px;
  }

  .investors-slider-block .content {
    max-width: 310px;
    min-height: 320px;
    padding: 20px 0;
  }

  .investors-slider-block .title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .investors-slider-block p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .investors-slider-block .image {
    margin-top: -170px;
  }

  .investors-slider-block .image img {
    width: 500px;
  }

  .investors-support-block {
    padding: 30px;
  }

  .press-content .news-block {
    width: calc(50% - 22px);
  }

  .section-top-image {
    display: none;
  }

  .press-filters {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .press-filters ul {
    margin: 0 -5px;
  }

  .press-filters li {
    margin: 0 5px 10px;
  }

  .press-filters a {
    padding: 10px;
  }

  .contacts-content-block {
    width: calc(50% - 18px);
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px 30px 18px;
  }

  .contacts-support-block {
    padding: 20px 30px;
    min-height: 180px;
  }

  .delivery-content-block {
    width: calc(50% - 20px);
  }

  .return-content-list {
    margin: 0 -5px;
  }

  .return-content-block {
    margin: 0 5px 10px;
    width: calc(100% - 10px);
  }

  .text-404 {
    font-size: 250px;
  }

  .image-404 {
    margin-left: 0;
  }

  .guide-content p {
    margin-bottom: 20px;
  }

  .guide-content p + ul {
    margin-top: 0;
  }

  .guide-image {
    margin-bottom: 20px;
  }

  .simple-list {
    margin-bottom: 20px;
  }

  .number-list {
    margin-bottom: 20px;
  }

  .guide-video {
    margin-bottom: 20px;
  }

  .guide-video-play {
    margin-left: -50px;
  }

  .guide-video-play img {
    width: 100px;
  }

  .press-open-content {
    display: block;
  }

  .press-open-description {
    padding-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .press-open-aside {
    width: 100%;
  }

  .press-last-block {
    font-size: 15px;
  }

  .press-last-tags a {
    padding: 10px 16px;
  }

  .help-form {
    margin-bottom: 30px;
  }

  .help-content {
    display: block;
  }

  .help-menu {
    width: 100%;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }

  .help-menu::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: transparent;
  }

  .help-menu::-webkit-scrollbar-thumb {
    border: none;
    border-radius: 7px;
    height: 3px;
    background: transparent;
  }

  .help-menu li {
    margin-right: 5px;
  }

  .help-menu li:last-child {
    margin-right: 0;
  }

  .help-menu a {
    padding: 0 9px;
  }

  .help-menu span {
    border-bottom: none;
    white-space: nowrap;
  }

  .help-menu .active {
    -ms-flex-order: -1;
    order: -1;
  }

  .help-information {
    padding-left: 0;
    width: 100%;
  }

  .help-recommended-list {
    padding-top: 0;
  }

  .page-back {
    margin-bottom: 20px;
  }

  .pagination-outer {
    margin-top: 30px;
  }

  .vacancies-content {
    display: block;
  }

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

  .vacancies-adise {
    width: calc(100% + 10px);
    margin: 0 -5px;
    display: -ms-flexbox;
    display: flex;
  }

  .vacancies-adise .career-possibilities-block {
    margin: 0 5px;
    width: calc(100% - 10px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vacancy-detail {
    margin-bottom: 30px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 19px 39px;
  }

  .vacancy-detail .vacancies-info-list {
    display: block;
    margin: 0;
  }

  .vacancy-detail .vacancies-info-list li {
    margin: 0 0 12px;
  }

  .vacancy-detail .options {
    margin-top: 0;
    margin-left: 20px;
  }

  .team-list {
    margin: 0 -5px 20px;
  }

  .team-block {
    width: calc(33.333% - 10px);
    margin: 0 5px 10px;
  }

  .team-block .inner {
    padding: 20px;
  }

  .team-block .btn {
    width: 100%;
  }

  .team-content .video {
    margin-right: 10px;
    width: calc(100% - 270px);
  }

  .team-content-aside {
    width: 260px;
  }

  .team-content-aside .career-possibilities-block {
    margin-bottom: 10px;
    padding: 20px;
  }

  .team-information {
    display: block;
  }

  .team-information .image {
    width: 100%;
    margin-bottom: 25px;
  }

  .team-information .inner {
    padding-left: 0;
    width: 100%;
  }

  .location-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .location-list a {
    padding: 19px;
  }

  .location-content {
    display: block;
  }

  .location-map-outer {
    width: 100%;
  }

  #location-map {
    height: 450px;
  }

  .offers-detail {
    margin-bottom: 30px;
    display: block;
  }

  .offers-detail .title {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .press-news-section {
    padding: 50px 0;
    border-radius: 40px;
    margin-bottom: 30px;
  }

  .simple-tabs-navigation {
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .simple-tabs {
    margin: 0 -18px;
    font-size: 13px;
  }

  .simple-tabs li {
    margin: 0 18px;
  }

  .simple-tabs span {
    margin-top: 0;
  }

  .simple-tabs .count {
    margin-top: 1px;
  }

  .press-open-image {
    margin-bottom: 30px;
  }

  .new-press-information {
    display: block;
    margin-bottom: 30px;
  }

  .new-press-information .detail {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #C3C3C3;
    margin-bottom: 20px;
  }

  .new-press-information .options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .new-press-information .create {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .new-press-information .time {
    margin-bottom: 0;
    margin-right: 20px;
    border-radius: 0;
    height: auto;
    width: auto;
    border-width: 3px;
    padding: 7px 13px;
  }

  .new-press-information .date {
    margin-bottom: 0;
  }

  .new-press-content {
    display: block;
  }

  .new-press-article {
    padding: 0;
    margin-bottom: 30px;
  }

  .new-press-article h3 {
    margin-top: 30px;
  }

  .new-press-article .investors-support-block,
  .new-press-article .important-block,
  .new-press-article .image-block {
    margin: 30px auto;
  }

  .new-press-article .investors-support-block {
    min-height: 1px;
  }

  .new-press-article .press-filters {
    margin-top: 30px;
    margin-bottom: -10px;
  }

  .new-press-news {
    width: 100%;
    margin-bottom: 30px;
  }

  .new-press-news:before {
    display: none;
  }

  .new-press-news .news-block {
    padding: 20px;
    position: static;
    top: 0;
  }

  .new-press-news .news-block .name {
    height: auto;
  }

  .new-press-news .news-block p {
    height: auto;
  }

  .new-press-news .news-block .bottom {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }

  .new-press-last {
    width: 100%;
  }

  .new-press-last:before {
    display: none;
  }

  .new-press-last .inner {
    padding: 25px;
    position: static;
    top: 0;
  }

  .new-press-content {
    border: none;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .about-intro .text img {
    width: 200px;
  }

  .about-info-aside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
  }

  .about-info-list {
    display: block;
  }

  .about-info-list li {
    margin-bottom: 30px;
    width: 100%;
    padding: 0;
  }

  .about-buy-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding: 30px 26px;
    width: calc(100% - 10px);
  }

  .about-buy-block .image {
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 25px;
    width: 82px;
    height: 82px;
  }

  .about-buy-block .image img {
    max-width: 66px;
  }

  .about-buy-block .inner {
    max-width: 100%;
    margin: 0;
  }

  .about-buy-block .title {
    min-height: 1px;
    font-size: 16px;
    margin-bottom: 16px;
    display: block;
  }

  .about-buy-block p {
    min-height: 1px;
    display: block;
  }

  .about-items {
    display: block;
    padding: 25px;
    text-align: center;
  }

  .about-items .content {
    padding: 0;
  }

  .about-items .image {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }

  .about-description-block:nth-of-type(1) {
    width: 48%;
  }

  .about-description-block:nth-of-type(2) {
    width: 48%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-description-block:nth-of-type(2) .image {
    -ms-flex-order: -2;
    order: -2;
  }

  .career-descripion-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .career-descripion-block {
    width: calc(100% - 10px);
    margin-bottom: 0;
  }

  .career-descripion-block:nth-of-type(2) .inner:after {
    top: auto;
    bottom: 0;
  }

  .career-descripion-block .image {
    display: none;
  }

  .career-descripion-block .inner {
    height: auto;
    padding: 30px;
  }

  .career-possibilities-block {
    width: calc(100% - 10px);
  }

  .investors-slider .slick-arrow {
    display: none !important;
  }

  .investors-slider-block {
    padding: 0 0 255px;
  }

  .investors-slider-block .content {
    max-width: 100%;
    min-height: 1px;
    display: block;
    padding: 30px 30px 0;
  }

  .investors-slider-block .image {
    margin-top: 0;
    top: auto;
    left: 50%;
    margin-left: -220px;
    bottom: -60px;
  }

  .investors-slider-block .image img {
    width: 441px;
    border-radius: 47% 53% 56% 44% / 45% 41% 59% 55%;
  }

  .investors-news-slider {
    margin-top: -12px;
  }

  .investors-news-slider .slick-arrow {
    top: 31%;
  }

  .news-block .content {
    padding: 14px;
  }

  .news-block p {
    font-size: 12px;
    height: 45px;
    -webkit-line-clamp: 3;
  }

  .news-block .type {
    font-size: 11px;
  }

  .news-block .date {
    font-size: 12px;
  }

  .investors-support-block {
    width: calc(100% - 18px);
    min-height: 1px;
  }

  .press-filters {
    overflow-x: auto;
    margin: 0 -10px 10px;
    padding: 0 10px 10px;
  }

  .press-filters::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: transparent;
  }

  .press-filters::-webkit-scrollbar-thumb {
    border: none;
    border-radius: 7px;
    height: 3px;
    background: transparent;
  }

  .press-filters ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
  }

  .press-filters li {
    margin: 0;
    margin-right: 10px;
  }

  .press-filters li:last-child {
    margin-right: 0;
    padding-right: 10px;
  }

  .press-filters a {
    white-space: nowrap;
  }

  .contacts-content-block {
    margin-bottom: 10px;
    width: calc(100% - 18px);
    min-height: 1px;
  }

  .contacts-content-block .title {
    font-size: 16px;
  }

  .contacts-support-block {
    width: calc(100% - 18px);
    min-height: 1px;
  }

  .contacts-support-block .title {
    font-size: 16px;
  }

  .delivery-content-block .content {
    padding: 20px;
    padding-bottom: 18px;
  }

  .delivery-content-block .title {
    font-size: 16px;
  }

  .return-content-block .title {
    font-size: 16px;
  }

  .return-content-block .image img {
    max-width: 60px;
  }

  .section-404 {
    padding-top: 35px;
    padding-bottom: 260px;
  }

  .text-404 {
    font-size: 167px;
    margin-right: 0;
    margin-top: 14px;
  }

  .image-404 {
    margin-left: -150px;
  }

  .image-404 img {
    width: 300px;
  }

  .cloud-404 {
    margin-left: -200px;
  }

  .cloud-404.mobile-visible {
    display: block;
  }

  .cloud-404 img {
    width: 400px;
  }

  .guide-video-play {
    margin-left: -40px;
  }

  .guide-video-play img {
    width: 80px;
  }

  .press-open-options .detail {
    display: block;
    margin-right: 20px;
  }

  .press-open-options .type {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .press-open-options .date {
    margin-right: 0;
  }

  .press-open-options .share {
    display: block;
  }

  .press-open-options .share span {
    text-align: right;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .press-open-options .socials {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .help-form {
    margin-bottom: 15px;
  }

  .help-form .input-block {
    margin-right: 10px;
  }

  .help-orders-block {
    width: calc(100% - 20px);
    margin-bottom: 10px;
    min-height: 100px;
    padding: 19px;
  }

  .help-orders-block .title {
    font-size: 16px;
  }

  .help-menu {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    padding-left: 10px;
    padding-right: 10px;
  }

  .help-text .video-play {
    margin-left: -40px;
    margin-top: -30px;
  }

  .help-text .video-play img {
    width: 80px;
  }

  .vacancies-block {
    display: block;
    text-align: center;
  }

  .vacancies-block .info {
    padding-right: 0;
    margin-bottom: 15px;
  }

  .vacancies-block .options {
    text-align: center;
  }

  .vacancies-block .price {
    font-size: 14px;
    margin-bottom: 14px;
    padding-top: 0;
  }

  .vacancies-block .btn {
    width: 100%;
  }

  .pagination-outer {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .vacancies-info-list {
    display: inline-block;
  }

  .vacancies-adise {
    width: 100%;
    margin: 0;
    display: block;
  }

  .vacancies-adise .career-possibilities-block {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }

  .vacancy-detail {
    display: block;
    padding: 19px;
    text-align: center;
  }

  .vacancy-detail .options {
    margin-left: 0;
    margin-top: 20px;
  }

  .vacancy-detail .price {
    font-size: 14px;
  }

  .vacancy-detail .btn {
    width: 100%;
  }

  .vacancy-detail .vacancies-info-list {
    display: inline-block;
  }

  .team-list {
    margin: 0 -10px 10px;
  }

  .team-block {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }

  .team-content {
    display: block;
  }

  .team-content .video {
    height: 400px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .team-content .video-play {
    margin-left: -40px;
    margin-top: -30px;
  }

  .team-content .video-play img {
    width: 80px;
  }

  .team-content-aside {
    width: 100%;
  }

  .press-news-section {
    padding: 35px 0;
  }

  .chosen-product-slider .slick-arrow {
    margin-top: 0;
    top: 22%;
  }

  .chosen-product-slider .slick-list {
    margin: 0 -5px;
  }

  .chosen-product-slider .product-block {
    margin: 0 5px;
  }

  .simple-tabs {
    overflow: auto;
    font-size: 14px;
    margin: 0 -20px;
  }

  .simple-tabs::-webkit-scrollbar {
    height: 0;
    background: transparent;
  }

  .simple-tabs::-webkit-scrollbar-thumb {
    background: transparent;
  }

  .simple-tabs li {
    margin: 0 20px;
  }

  .simple-tabs a {
    white-space: nowrap;
  }

  .new-press-information {
    padding-top: 0;
  }

  .new-press-information h1 {
    font-size: 30px;
  }

  .new-press-article {
    font-size: 13px;
  }

  .new-press-article h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .new-press-article h3 {
    font-size: 18px;
  }

  .new-press-article .video-play {
    margin-left: -40px;
    margin-top: -30px;
  }

  .new-press-article .video-play img {
    width: 80px;
  }

  .new-press-article .press-filters {
    margin-top: 20px;
  }

  .press-open-image img {
    min-height: 200px;
    object-fit: cover;
  }
}

@media (max-width: 500px) {
  .about-intro .text {
    padding-left: 0;
  }

  .about-intro .text img {
    width: 168px;
  }

  .about-items {
    text-align: left;
  }

  .about-items .content {
    margin-bottom: 10px;
  }

  .about-items .btn {
    width: 100%;
  }

  .about-description {
    display: block;
    margin-bottom: -20px;
  }

  .about-description-block {
    width: 100% !important;
  }

  .career-find .title {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .career-descripion-block .inner {
    padding: 20px;
  }

  .career-possibilities-block {
    padding: 20px;
  }

  .investors-slider-block .btn {
    width: 100%;
  }

  .investors-news-slider .slick-list {
    margin: 0 -5px;
  }

  .investors-news-slider .slick-arrow {
    top: 20%;
  }

  .news-block {
    margin: 16px 5px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.06);
  }

  .news-block .name {
    font-size: 14px;
    height: 52px;
    -webkit-line-clamp: 3;
  }

  .news-block .bottom {
    display: block;
  }

  .news-block .date {
    margin-left: 0;
    margin-top: 9px;
    text-align: center;
  }

  .investors-support-block {
    padding: 20px;
  }

  .investors-support-block .btn {
    width: 100%;
  }

  .press-content {
    margin: 0 -5px -20px;
  }

  .press-content .news-block {
    margin: 0 5px 20px;
    width: calc(50% - 10px);
  }

  .contacts-content-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts-content-block p {
    margin-bottom: 14px;
  }

  .contacts-support-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .delivery-content-block {
    width: calc(100% - 20px);
    margin-bottom: 10px;
  }

  .return-content-block {
    padding: 19px;
  }

  .guide-video-play {
    margin-left: -30px;
  }

  .guide-video-play img {
    width: 60px;
  }

  .page-back .btn {
    width: 100%;
  }

  .help-useful .help-btn {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .pagination {
    margin: 0 -3px -6px;
  }

  .pagination li {
    margin: 0 3px 6px;
  }

  .pagination a {
    width: 38px;
    height: 38px;
  }

  .team-block {
    width: calc(100% - 20px);
  }

  .team-content .video {
    height: 300px;
  }

  .new-press-information .options {
    display: block;
  }

  .new-press-information .create {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .new-press-information .sharing {
    margin-top: 16px;
  }
}