blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

abbr,
fieldset,
img {
  border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400
}

li,
ul li {
  list-style: none
}

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: 0
}

legend {
  color: #000
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block
}

/* Стили для статей */

.article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.25rem;
}

.article-title {
  color: #0095db;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
  font-size: 3rem;
  /* 48px */
  font-weight: 700;
  line-height: 1.2;
}

.article-subtitle {
  color: #0095db;
  text-transform: uppercase;
  font-size: 2.25rem;
  /* 36px */
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.article-subheading {

  text-transform: uppercase;
  font-size: 1.2rem;
  /* 24px */
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
}

.article-text {
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.article-list {
  margin-bottom: 1.25rem !important;
  padding-left: 1.25rem;
}

.article-list-item {
  font-size: 1rem;
  margin-bottom: 0.625rem !important;
  line-height: 1.6;
}

.example-title {
  font-weight: 500;
  margin-bottom: 1.25rem;
}

/* Изображения в статьях */
.article-image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin: 1.875rem 0;
  width: 100%;
}

.article-image-square {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 0.25rem;
}


.article-banner {
  margin: 2rem 0;
  width: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
}

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

.content-with-image {
  display: grid;
  grid-template-columns: 65% 30%;
  gap: 5%;
  margin: 2rem 0;
  align-items: start;
}

.image-container {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}

.vertical-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0.25rem;
}


/* Базовый стиль для всех ссылок в статье */
.article-link {
  color: #0095db;
  text-decoration: none;
  position: relative;
  padding-right: 1.2em;
  transition: color 0.2s ease;
}

/* Стиль для стрелки */
.article-link::after {
  content: '↗';
  /* Диагональная стрелка вверх-вправо */
  position: absolute;
  right: 0;
  color: #0095db;
  opacity: 0.6;
  transform: translateX(0);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Эффекты при наведении */
.article-link:hover {
  color: #007bb8;
  /* Чуть темнее основного цвета при наведении */
}

.article-link:hover::after {
  opacity: 1;
  transform: translate(3px, -3px);
}

/* Дополнительные стили */
.article strong {
  font-weight: 600;
}

/* Медиа-запрос для адаптивности на мобильных устройствах */
@media (max-width: 768px) {
  .article-title {
    font-size: 1.5rem;
  }

  .article-subtitle {
    font-size: 1rem;
  }

  .article-subheading {
    font-size: 1rem;
  }

  .article-text {
    font-size: 0.9rem;
  }

  .article-image-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .article-banner {
    margin: 1.5rem 0;
  }

  .content-with-image {
    grid-template-columns: 1fr;
    margin: 1rem 0;
    gap: 20px;
  }

  .image-container {
    margin: 0 auto;
  }



}



img {
  max-width: 100%;
  height: auto
}

@font-face {
  font-family: TT_Travels_Next_Trial_Variable;
  src: url(/local/templates/First/fonts/TT_Travels_Next_Trial_Regular.ttf);
  font-weight: 400;
  font-style: normal
}



body {
  font-family: TT_Travels_Next_Trial_Variable, sans-serif;
  font-size: 18px;
  color: #4e5152;
  overflow-x: hidden
}

h1 {
  font-weight: 350;
  font-size: 70px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4e5152
}

h2 {
  font-weight: 350;
  font-size: 60px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4e5152
}

h2 span {
  color: #0095db
}

a {
  text-decoration: none;
  color: #4e5152
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.error,
.error-message {
  margin: 7px 0 0 5px;
  color: red;
}

.wrapper {
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  box-sizing: inherit;
  width: 100%;
  position: relative;
  z-index: 5
}

strong {
  font-weight: 700
}

.content p {
  margin-bottom: 20px
}

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

.content ol {
  padding-left: 20px
}

.content ol li {
  padding-left: 0
}

.content ul {
  list-style: inherit;
  margin: inherit;
  padding-left: 20px
}

.content li {
  list-style: inherit;
  margin: inherit;
  padding-left: 0
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.alignright {
  float: right
}

.alignleft {
  float: left
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.screen_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

.screen_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover
}

.noLink {
  pointer-events: none
}

.mobile,
.mobile_sm {
  display: none
}

.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999
}

.popup .close1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(78, 81, 82, .4);
  cursor: pointer
}

.popup-block .close2 {
  position: absolute;
  top: -50px;
  right: -50px;
  cursor: pointer;
  z-index: 9999;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.popup-block {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  box-shadow: 0 0 50px rgba(0, 0, 0, .25);
  max-width: 882px;
  border-radius: 10px;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  padding: 40px
}

.popup_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.popup_title h2 {
  font-weight: 350;
  font-size: 70px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4e5152
}

.popup_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.popup_bg img {
  border-radius: 0 10px 0 0
}

.popup_desc {
  max-width: 269px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152;
  padding-top: 16px
}

.popup_form {
  margin-top: 30px;
  max-width: 477px
}

.mob_menu {
  position: fixed;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 999999;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(78, 81, 82, .4)
}

.mob_menu_close {
  position: absolute;
  top: 23px;
  right: 15px;
  z-index: 5
}

.mob_menu_open {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 1;
  visibility: visible
}

.fix_menu {
  position: fixed;
  top: 0;
  right: -100%;
  background: #fff;
  height: 100%;
  width: 260px;
  padding: 50px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: .5s;
  transition: .5s;
  overflow-y: scroll
}

.mob_menu_open .fix_menu {
  right: 0
}

.mob_menu_top li {
  margin-bottom: 25px
}

.mob_menu_top a {
  opacity: .87;
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  color: #4e5152
}

.mob_menu_top li ul {
  display: none
}

.mob_submenu_open ul {
  display: block !important;
  margin: 25px 0;
  padding-left: 10px
}

.mob_submenu_open ul li {
  margin-top: 15px;
  margin-bottom: 0
}

.mob_submenu_open ul li:first-child {
  margin-top: 0
}

.mob_submenu_open ul li a {
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  color: #4e5152
}

.mob_submenu a {
  position: relative;
  padding-right: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}

.mob_submenu a:before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/submenu.svg) 0 0/contain no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.mob_submenu_open a:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}

.mob_submenu ul li {
  padding-right: 0
}

.mob_submenu ul li a:before {
  display: none
}

.mob_menu_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.mob_menu_bottom a {
  margin-right: 5px
}

.burger {
  display: none
}

header {

  position: relative;
  z-index: 999999
}

.header_items {
  padding: 42px 0 40px;
  border-bottom: 1px solid rgba(78, 81, 82, .25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s
}

.header_logo a:hover {
  opacity: .5
}

.header_menu {
  position: relative;
  top: 10px
}

.header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header_menu li {
  padding-bottom: 20px;
  margin: 0 15px;
  position: relative
}

.header_menu a {
  opacity: .87;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #4e5152;
  -webkit-transition: .3s;
  transition: .3s
}

.header_menu li a:hover {
  color: #0095db
}

.w_submenu {
  padding-right: 30px
}

.w_submenu:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../img/menu_arrow.svg) 0 0/contain no-repeat
}

.w_submenu:hover:before {
  opacity: 1;
  visibility: visible;
  height: 24px
}

.header_menu li ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 28px;
  border-radius: 10px;
  z-index: 9
}

.header_menu li ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/submenu_bg.svg) 0 0/contain no-repeat
}

.w_submenu:hover ul {
  opacity: 1;
  visibility: visible;
  height: auto
}

.header_menu li ul li {
  padding: 0 0 20px
}

.header_menu li ul li:last-child {
  padding: 0
}

.header_menu li ul li a {
  opacity: 1;
  font-weight: 350;
  font-size: 16px;
  line-height: 140%;
  color: #4e5152
}

.header_menu li ul li a:hover {
  color: #0095db
}

.header_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header_phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: .1s;
  transition: .1s;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #4e5152
}

.header_phone a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header_phone a span:first-child {
  margin-right: 10px;
  -webkit-transition: .1s;
  transition: .1s
}

.header_phone a:hover span:first-child {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.header_phone a:hover {
  color: #0095db
}

.header_social {
  margin-left: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header_social a {
  -webkit-transition: .1s;
  transition: .1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px
}

.header_social a:last-child {
  margin-right: 0
}

.header_social a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.s1 {
  padding-top: 40px
}

.s1_title {
  position: relative;
  max-width: 1017px;
  margin: 0 auto;
  font-weight: 350;
  font-size: 69px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4e5152;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.blue_title {
  margin-right: 20px;
  background: rgba(0, 149, 219, .1);
  border-radius: 10px;
  font-size: 45px;
  font-weight: 700;
  line-height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 68px;
  text-transform: uppercase;
  color: #0095db;
  padding: 18px 46px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.s1_title_inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.page_case .s1_title_inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.page_case1 .s1_title_inner {
  max-width: 1070px
}

.page_case1 .s1_title_inner_big {
  max-width: 1110px
}

.s1_title_inner .blue_title {
  margin-left: 46px;
  margin-right: 0
}

.page_home .blue_title {
  padding: 5px 18px 0 18px;
  margin-left: 30px;
  max-width: 410px
}

.page_contacts .blue_title {
  margin-left: 40px
}

.page_case .blue_title {
  margin-left: 30px
}

.page_case .s1_title_desc,
.page_contacts .s1_title_desc {
  margin-left: 0;
  max-width: 229px;
  font-size: 15px
}

.s1_title_desc {
  margin-left: 30px;
  max-width: 246px;
  font-size: 17px;
  line-height: 140%;
  color: #4e5152;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.s1_title_desc_abs3{
  position: absolute;
  right: 160px;
  bottom: 22px;
}

.s1_title_desc_abs4{
  position: absolute;
  right: 80px;
  bottom: 25px;
  text-align: left !important;
}

.s1_title_inner .s1_title_desc {
  text-align: right;
  margin-left: 0
}

.s1_title_desc span {
  color: #0095db
}

.s1_title_desc_l {
  margin-left: 20px;
  max-width: inherit;
  font-weight: 350;
  font-size: 16px;
  line-height: 140%;
  color: #4e5152
}

.s1_btns {
  margin: 30px auto 0;
  max-width: 1014px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.btn {
  background: #0095db;
  border-radius: 100px;
  padding: 0 7px 0 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 69px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

.btn span {
  width: 55px;
  height: 55px;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s
}

.btn:hover {
  background: -webkit-linear-gradient(left, #0095db 0, #1c8adb 100%);
  background: linear-gradient(90deg, #0095db 0, #1c8adb 100%)
}

.btn:hover span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.btn_white {
  border: 2px solid #0095db;
  background: #fff;
  color: #0095db
}

.btn_white span {
  background: rgba(0, 149, 219, .1)
}

.btn_white:hover {
  background: 0 0, -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(0, 149, 219, .05) 100%);
  background: 0 0, linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(0, 149, 219, .05) 100%)
}

.btn_gray {
  padding: 0 30px;
  border: 2px solid #fff;
  background: 0 0
}

.btn_gray span {
  background: #4e5152
}

.btn_gray:hover {
  background: 0 0
}

.s2 {
  margin-top: 120px;
  overflow: hidden
}

.wrapper_gallery {
  max-width: 100%;
  padding: 0
}

.gallery_wrapper {
  position: relative;
  height: 500px
}

.gallery {
  overflow-x: auto;
  white-space: nowrap;
  padding-left: calc(100%/2 - 600px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.gallery img {
  pointer-events: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.gallery_item img:focue {
  outline: 0 !important
}

.gallery_item {
  display: inline-block;
  position: relative;
  width: 400px;
  height: 500px;
  margin-right: 20px;
  border-radius: 10px;
  pointer-events: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.gallery_item:focue {
  outline: 0 !important
}

.gallery_item .screen_img,
.gallery_item img {
  border-radius: 10px
}

.navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 10px;
  display: none
}

.arrow {
  display: none
}

.dots {
  display: none;
  text-align: center;
  margin-top: 10px
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #bbb;
  cursor: pointer
}

.s3 {
  /* margin-top: 100px; */
  position: relative
}

.s3_mob_bg {
  display: none
}

.s3_left {
  position: absolute;
  top: -38px;
  left: 0;
  z-index: -1
}

.s3_right {
  position: absolute;
  top: -250px;
  right: 0;
  z-index: -1
}

.s3 h2 {
  text-align: center
}

.s3_title {
  margin: 40px auto 0;
  max-width: 540px;
  padding: 40px;
  border: 1px solid #0095db;
  border-radius: 10px;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0095db
}

.s3_title span {
  font-weight: 807
}

.s3_desc {
  margin: 60px auto 0;
  max-width: 540px;
  font-style: italic;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.s3_desc p {
  margin-bottom: 20px
}

.s3_desc p:last-child {
  margin-bottom: 0
}

.s3_signature {
  margin: 30px auto 0;
  width: 100%;
  max-width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.s3_signature img {
  max-width: 164px
}

.s4 {
  margin-top: 190px;
  position: relative
}

.s4_left_mob_img {
  width: 100%;
  margin: 0 auto;
  max-width: 350px;
  position: relative;
  padding-bottom: 100%
}

.s4_left_mob_img .screen_img,
.s4_left_mob_img img {
  border-radius: 10px
}

.s4_mob_bg {
  display: none
}

.s4 h2 {
  max-width: 971px
}

.s4_items {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.s4_left {
  width: 41.6666%
}

.s4_left_img {
  position: relative;
  width: 100%;
  padding-bottom: 98%;
  border-radius: 10px
}

.s4_left_img .screen_img,
.s4_left_img img {
  border-radius: 10px
}

.s4_right {
  width: 53.3333%
}

.s4_right_item {
  margin-bottom: 40px
}

.s4_right_item:last-child {
  margin-bottom: 0
}

.s4_right_item_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0095db
}

.s4_right_item_desc {
  margin-top: 20px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.s5 {
  padding: 40px 0;
  background: #f9f9f9;
  position: relative;
  margin-top: 80px
}

.s5_bg1 {
  position: absolute;
  bottom: -76px;
  left: 0
}

.s5 .wrapper {
  z-index: 1
}

.s5_bg2 {
  position: absolute;
  right: 48px;
  top: -110px;
  z-index: 2
}

.s5_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.s5_left {
  width: 52.5%
}

.s5 h2 {
  max-width: 630px
}

.s5_desc {
  margin-top: 40px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.s5_btn {
  margin-top: 40px
}

.s5_item {
  margin-top: 60px;
  padding: 40px;
  box-shadow: 4px 4px 10px 0 rgba(78, 81, 82, .05);
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1
}

.s5_item_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0095db
}

.s5_item_desc {
  margin-top: 20px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.s5_right {
  width: 42.5%
}

.s5_right .s5_item {
  margin-top: 90px
}

.s5_img {
  margin-top: 60px
}

.s5_img img {
  border-radius: 10px
}

.s6 {
  margin-top: 150px;
  overflow: hidden
}

.s6 h2 {
  text-align: right
}

.s6 .gallery_wrapper {
  margin-top: 60px;
  position: relative;
  height: auto
}

.gallery::-webkit-scrollbar {
  display: none
}

.s6 .gallery_item {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  margin-right: 20px;
  border-radius: 10px
}

.s7 {
  padding: 110px 0
}

.s7_items {
  margin-top: 60px;
  display: grid;
  gap: 20px;
  grid-template-areas: "A A A B B B B C C C C" "A A A B B B B D D D D" "E E E E E F F F F F F"
}

.s7_item {
  position: relative;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 40px 40px 60px
}

.s7_item:nth-child(1) {
  grid-area: A
}

.s7_item:nth-child(2) {
  grid-area: B
}

.s7_item:nth-child(3) {
  grid-area: C
}

.s7_item:nth-child(4) {
  grid-area: D
}

.s7_item:nth-child(5) {
  grid-area: E;
  padding: 40px 40px 90px
}

.s7_item:nth-child(6) {
  grid-area: F;
  padding: 40px 40px 90px
}

.s7_item_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #0095db
}

.s7_item_desc {
  margin-top: 10px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.s7_item:nth-child(5) .s7_item_desc {
  max-width: 250px
}

.s7_item_link {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152;
  cursor: pointer
}

.s7_item:nth-child(3) .s7_item_link,
.s7_item:nth-child(4) .s7_item_link {
  margin-top: 30px
}

.s7_item_link span {
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: 15px
}

.s7_item_link:hover span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.s7_item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1
}

.s7_item:nth-child(1) .s7_item_img img,
.s7_item:nth-child(5) .s7_item_img img {
  border-bottom-right-radius: 10px
}

.form_block {
  background: #0095db;
  padding-top: 150px
}

.form_block_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.form_block_left {
  width: 43.3333%;
  padding-top: 208px;
  position: relative
}

.form_block_left h2 {
  color: #fff;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 881px;
  top: 0;
  left: 0
}

.form_block_desc {
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #fff
}

.form_block_img {
  margin-top: 90px;
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.form_block_right {
  padding-top: 104px;
  width: 43.3333%
}

.form {
  margin-top: 40px
}

.form_input {
  margin-top: 20px;
  width: 100%
}

.form_input input {
  border: 2px solid #0095db;
  background: #fff;
  border-radius: 100px;
  padding: 0 30px;
  width: 100%;
  height: 69px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4e5152
}

.form_input input::-webkit-input-placeholder {
  opacity: .3
}

.form_input input::-moz-placeholder {
  opacity: .3
}

.form_input input:-ms-input-placeholder {
  opacity: .3
}

.form_input input::-ms-input-placeholder {
  opacity: .3
}

.form_input input::placeholder {
  opacity: .3
}

.form_input textarea {
  border: 2px solid #0095db;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  width: 100%;
  height: 207px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4e5152
}

.form_input textarea::-webkit-input-placeholder {
  opacity: .3
}

.form_input textarea::-moz-placeholder {
  opacity: .3
}

.form_input textarea:-ms-input-placeholder {
  opacity: .3
}

.form_input textarea::-ms-input-placeholder {
  opacity: .3
}

.form_input textarea::placeholder {
  opacity: .3
}

.form_submit {
  margin-top: 20px;
  position: relative
}

.form_submit input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  cursor: pointer
}

.form_submit input:hover+div span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.form_desc {
  margin-top: 40px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #fff
}

.form_desc_img {
  width: 122px
}

.s8 {
  margin-top: 150px
}

.s8_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.s8_left {
  width: 41.92%
}

.s8_left_item {
  width: 100%
}

.s8_left_item:nth-child(1) {
  margin-bottom: 40px
}

.s8_left_item_img {
  position: relative;
  width: 100%;
  padding-bottom: 93%;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.s8_left_item_img .screen_img,
.s8_left_item_img img {
  border-radius: 10px
}

.s8_left_item_arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  -webkit-transition: .3s;
  transition: .3s
}

.s8_left_item_img:hover .s8_left_item_arrow {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.s8_left_item_title {
  margin-top: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #0095db;
  display: block
}

.s8_left_item_desc {
  margin-top: 10px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.s8_right {
  width: 53.1%
}

.s8_desc {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.s8_desc_ico {
  width: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.s8_desc_txt {
  width: calc(100% - 87px);
  padding-left: 15px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.s8_right_items {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.s8_right_item {
  margin-bottom: 40px;
  width: 48.35%
}

.s8_right_item_img {
  position: relative;
  border-radius: 10px;
  width: 100%;
  padding-bottom: 103%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.s8_right_item_img .screen_img,
.s8_right_item_img img {
  border-radius: 10px
}

.s8_right_item_arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  -webkit-transition: .3s;
  transition: .3s
}

.s8_right_item:hover .s8_right_item_arrow {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.s8_right_item_title {
  margin-top: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #0095db;
  display: block
}

.s8_right_item_desc {
  margin-top: 10px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.s8_btn {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.s9 {
  padding: 150px 0
}

.title_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.subtitle {
  max-width: 333px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.s9 .gallery_wrapper {
  height: auto
}

.s9 .wrapper_gallery {
  margin-top: 60px
}

.s9 .gallery_item {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  margin-right: 20px;
  border-radius: 10px
}

.gift_block {
  position: relative;
  padding: 150px 0
}

.gift_block_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.gift_block_right {
  max-width: 550px
}

.gift_block h2 span {
  color: #fff
}

.gift_block_desc {
  margin-top: 40px;
  max-width: 540px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #fff
}

.gift_block_btn {
  margin-top: 40px
}

.s10 {
  padding: 150px 0;
  position: relative
}

.s10_img {
  position: absolute;
  bottom: 39px;
  right: 0;
  max-width: 458px;
  z-index: 7
}

.s10 h2 {
  color: #0095db
}

.s10_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.s10_left {
  width: 44.1666%
}

.s10_right {
  width: 50.8333%;
  position: relative
}

.s10_right_bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 228px
}

.s10_content {
  background: #fff;
  position: relative;
  z-index: 1;
  border: 2px solid rgba(78, 81, 82, .1);
  border-radius: 10px;
  padding: 40px 40px 141px
}

.s10_left .s10_content {
  margin-top: 60px
}

.s10_content_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.s10_content_item {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.s10_content_item:first-child {
  margin-top: 60px
}

.s10_content_item_ico {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.s10_content_item_desc {
  width: calc(100% - 80px);
  padding-left: 30px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.s11 {
  position: relative;
  padding-bottom: 150px
}

.s11_circle {
  position: absolute;
  z-index: -1;
  top: -39px;
  left: 0
}

.s11 h2 {
  text-align: center
}

.s11_items {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.s11_left {
  width: 50%
}

.s11_right {
  width: 45%
}

.s11_white_content {
  font-style: italic;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152;
  background: #fff;
  padding: 40px;
  border: 2px solid rgba(78, 81, 82, .1);
  border-radius: 10px
}

.s11_white_content p {
  margin-bottom: 20px
}

.s11_white_content p:last-child {
  margin-bottom: 0
}

.s11_blue_content {
  margin-top: 60px;
  background: #0095db;
  border-radius: 10px;
  padding: 40px
}

.s11_blue_content_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #fff
}

.s11_blue_content_item {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.s11_blue_content_item_ico {
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.s11_blue_content_item_desc {
  width: calc(100% - 50px);
  padding-left: 20px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #fff
}

.s11_img {
  width: 100%;
  position: relative;
  height: 100%
}

.s11_img .screen_img,
.s11_img img {
  border-radius: 10px
}

.s12 {
  padding: 150px 0;
  background: #f9f9f9;
  position: relative
}

.s12 h2 {
  text-align: right
}

.s12_bg {
  position: absolute;
  top: 0;
  left: 0
}

.s12_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.s12_left {
  width: 32.3333%
}

.s12_right {
  width: 62.3333%
}

.s12_desc {
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.s12_desc p {
  margin-bottom: 20px
}

.s12_desc p:last-child {
  margin-bottom: 0
}

.s12_right_items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.s12_item {
  margin-top: 20px;
  width: 48.66%;
  box-shadow: 4px 4px 10px 0 rgba(78, 81, 82, .05);
  background: #fff;
  border-radius: 10px;
  padding: 40px
}

.s12_item_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0095db
}

.s12_item_desc {
  margin-top: 20px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.s12_footer {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.s12_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.s12_btns .btn_white {
  margin: 0 20px
}

.s12_footer_desc {
  max-width: 222px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.s12_footer_desc span {
  color: #0095db
}

.s13 {
  padding: 150px 0 190px
}

.s13 h2 {
  text-align: center
}

.s13_desc {
  margin-top: 60px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #4e5152
}


.post_items_wr::-webkit-scrollbar {
  width: 0
}

.post_items {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px
}

.post {
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: calc(33.333333333333336% - 30px)
}

.post_img {
  width: 100%;
  position: relative;
  padding-bottom: 100%
}

.post_img .screen_img,
.post_img img {
  border-radius: 10px
}

.post_desc {
  margin-top: 20px;
  font-weight: 350
}

.post_link {
  margin-top: 25px
}

.post_link a {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0095db
}

.post_link a span svg {
  -webkit-transition: .3s;
  transition: .3s
}

.post_link a span:last-child {
  margin-left: 15px
}

.post_link a:hover span:last-child svg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.s13_btn {
  margin-top: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

footer {
  padding: 120px 0 60px;
  background: #4e5152
}

.f_row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.f_logo,
.f_logo a,
.f_row1_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.f_row1_desc {
  margin-left: 30px;
  max-width: 384px;
  font-weight: 350;
  font-size: 16px;
  line-height: 140%;
  color: #fff
}

.f_row1_right,
.f_row1_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.f_row1_social a {
  margin-left: 5px;
  -webkit-transition: .3s;
  transition: .3s
}

.f_row1_social a:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.f_row1_phone {
  margin-left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.f_row1_phone a {
  border: 2px solid #fff;
  border-radius: 100px;
  -webkit-transition: .3s;
  transition: .3s;
  width: 248px;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff
}

.f_row1_phone a:hover {
  background: rgba(255, 255, 255, .05)
}

.f_row2 {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.f_row2_about {
  max-width: 350px;
  font-weight: 350;
  font-size: 16px;
  line-height: 140%;
  color: #fff
}

.f_row2_about a {
  margin-top: 40px;
  max-width: 232px;
  display: block;
  font-weight: 350;
  font-size: 16px;
  line-height: 140%;
  color: #fff
}

.f_row2_about a:hover {
  text-decoration: underline
}

.f_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.f_menu_item {
  margin-left: 53px
}

.f_menu_item:first-child {
  min-width: 140px
}

.f_menu_item_title {
  font-weight: 350;
  font-size: 16px;
  line-height: 140%;
  color: #fff
}

.f_menu_item li {
  margin-bottom: 25px
}

.f_menu_item:nth-child(2) li {
  margin-bottom: 21px
}

.f_menu_item:last-child {
  max-width: 329px
}

.f_menu_item:last-child li {
  margin-bottom: 0;
  margin-top: 30px
}

.f_menu_item li:last-child {
  margin-bottom: 0
}

.f_menu_item a {
  font-weight: 350;
  font-size: 16px;
  line-height: 140%;
  color: #fff
}

.f_menu_item:last-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.f_menu_item:last-child a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.f_menu_item:last-child a span:first-child {
  width: calc(100% - 59px);
  padding-right: 8px
}

.f_menu_item:last-child a span:last-child {
  width: 39px
}

.f_menu_item a:hover {
  text-decoration: underline
}

.page_popular_s2 {
  padding: 173px 0 150px;
  position: relative
}

.page_popular_s2_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.page_popular_s2_circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page_popular_s2_circle img {
  top: -67px;
  position: relative
}

.page_popular_s2 h2 {
  max-width: 478px
}

.page_popular_s2_content {
  max-width: 540px;
  margin-top: 40px;
  background: #fff;
  border: 1px solid #0095db;
  border-radius: 10px;
  padding: 40px;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0095db
}

.page_popular_s2_desc {
  max-width: 540px;
  margin-top: 60px;
  font-style: italic;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.page_popular_s3 {
  position: relative;
  padding: 150px 0;
  background: #f9f9f9
}

.page_popular_s3_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.page_popular_s3_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.page_popular_s3_content {
  max-width: 509px
}

.page_popular_s3_desc {
  margin-top: 40px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.page_popular_s3_desc p {
  margin-bottom: 20px
}

.page_popular_s3_desc p:last-child {
  margin-bottom: 0
}

.page_popular_s3_btn {
  margin-top: 40px
}

.page_popular_s4,
.page_popular_s5 {
  padding-bottom: 150px
}

.page_popular_s4_row {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.page_popular_s4_row:nth-child(even),
.page_popular_s5 .page_popular_s4_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.page_popular_s5 .page_popular_s4_row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.page_popular_s4_left {
  padding: 66px 0;
  width: 53.5%
}

.page_popular_s4_subtitle {
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4e5152
}

.page_popular_s4_desc {
  margin-top: 40px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.page_popular_s4_btn {
  margin-top: 40px
}

.page_popular_s4_right {
  width: 41.6666%
}

.page_popular_s4_img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px
}

.page_popular_s4_img .screen_img,
.page_popular_s4_img img {
  border-radius: 10px
}

.page_cases_s2 {
  padding: 120px 0 210px
}

.cases_gallery {
  display: grid;
  gap: 20px;
  grid-template-areas: "A A A A A A A B B B B B B B B B B C C C C C C C C C C C" "A A A A A A A B B B B B B B B B B C C C C C C C C C C C" "A A A A A A A B B B B B B B B B B C C C C C C C C C C C" "A A A A A A A B B B B B B B B B B C C C C C C C C C C C" "A A A A A A A B B B B B B B B B B C C C C C C C C C C C" "A A A A A A A B B B B B B B B B B C C C C C C C C C C C" "A A A A A A A B B B B B B B B B B C C C C C C C C C C C" "A A A A A A A B B B B B B B B B B C C C C C C C C C C C" "A A A A A A A B B B B B B B B B B C C C C C C C C C C C" "A A A A A A A B B B B B B B B B B C C C C C C C C C C C" "A A A A A A A B B B B B B B B B B C C C C C C C C C C C" "A A A A A A A B B B B B B B B B B C C C C C C C C C C C" "D D D D D D D B B B B B B B B B B C C C C C C C C C C C" "D D D D D D D B B B B B B B B B B C C C C C C C C C C C" "D D D D D D D E E E E E E E E E E C C C C C C C C C C C" "D D D D D D D E E E E E E E E E E C C C C C C C C C C C" "D D D D D D D E E E E E E E E E E C C C C C C C C C C C" "D D D D D D D E E E E E E E E E E C C C C C C C C C C C" "D D D D D D D E E E E E E E E E E F F F F F F F F F F F" "D D D D D D D E E E E E E E E E E F F F F F F F F F F F" "D D D D D D D E E E E E E E E E E F F F F F F F F F F F" "D D D D D D D E E E E E E E E E E F F F F F F F F F F F" "D D D D D D D E E E E E E E E E E F F F F F F F F F F F" "D D D D D D D E E E E E E E E E E F F F F F F F F F F F" "D D D D D D D E E E E E E E E E E F F F F F F F F F F F" "D D D D D D D E E E E E E E E E E F F F F F F F F F F F"
}

.cases_gallery_item {
  position: relative
}

.cases_gallery_item_img {
  position: relative;
  width: 100%
}

.cases_gallery_item_img img {
  border-radius: 10px
}

.cases_gallery_item:nth-child(1) img,
.cases_gallery_item:nth-child(4) img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.cases_gallery_item:nth-child(3) img,
.cases_gallery_item:nth-child(6) img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.cases_gallery_item:nth-child(1) {
  grid-area: A
}

.cases_gallery_item:nth-child(2) {
  grid-area: B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  top: 70px
}

.cases_gallery_item:nth-child(3) {
  grid-area: C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.cases_gallery_item:nth-child(4) {
  grid-area: D
}

.cases_gallery_item:nth-child(5) {
  grid-area: E;
  top: 70px
}

.cases_gallery_item:nth-child(6) {
  grid-area: F
}

.cases_gallery_item:nth-child(1) .cases_gallery_item_img {
  padding-bottom: 174%
}

.cases_gallery_item:nth-child(2) .cases_gallery_item_img {
  padding-bottom: 109.7%
}

.cases_gallery_item:nth-child(3) .cases_gallery_item_img {
  padding-bottom: 164.39%
}

.cases_gallery_item:nth-child(4) .cases_gallery_item_img {
  padding-bottom: 173.95%
}

.cases_gallery_item:nth-child(5) .cases_gallery_item_img {
  padding-bottom: 119.66%
}

.cases_gallery_item:nth-child(6) .cases_gallery_item_img {
  padding-bottom: 52.39%
}

.page_cases_s3 {
  padding-bottom: 150px
}

.page_cases_s3_header {
  padding: 40px 0;
  border-bottom: 2px solid rgba(78, 81, 82, .25);
  border-top: 2px solid rgba(78, 81, 82, .25)
}

.page_cases_s3_header_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.filter {
  width: 386px;
  position: relative
}

.filter_sort {
  max-width: 495px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid rgba(78, 81, 82, .25);
  border-radius: 100px
}

.filter_title {
  font-size: 18px;
  line-height: 140%;
  color: #0095db;
  font-weight: 700;
  padding-left: 40px
}

.filter_ico {
  position: absolute;
  right: 7px;
  top: 7px
}

.filter select {
  width: 100%;
  height: 69px;
  border: 2px solid rgba(78, 81, 82, .25);
  border-radius: 100px;
  padding: 20px 40px;
  position: relative;
  cursor: pointer;
  font-weight: 350;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.filter_sort select {
  font-size: 18px;
  line-height: 140%;
  color: #0095db;
  width: calc(100% - 188px);
  border: none
}

.filter select::-ms-expand {
  display: none
}

.filter option {
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152;
  padding: 12.5px 0;
  cursor: pointer
}

.filter_sort option {
  font-size: 18px;
  line-height: 140%;
  color: #4e5152 !important
}

.search {
  /* margin-left: 30px; */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 69px;
  padding: 0 7px 0 40px;
  border: 2px solid rgba(78, 81, 82, .25);
  border-radius: 100px
}

.search input {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152;
  width: calc(100% - 60px);
  height: 100%;
  border: none
}

.search input:placeholder {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.search_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55px;
  position: relative
}

.search_ico input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  z-index: 9;
  cursor: pointer
}

.page_cases_s3_case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 150px
}

.page_cases_s3_case:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.page_cases_s3_case_left {
  width: 50%
}

.page_cases_s3_case_img {
  position: relative;
  width: 100%;
  padding-bottom: 100%
}

.page_cases_s3_case_img .screen_img,
.page_cases_s3_case_img img {
  border-radius: 10px
}

.page_cases_s3_case_cat {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0095db;
  background: 0 0, rgba(230, 244, 251, 1);
  border-radius: 100px;
  padding: 15px 30px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 3
}

.page_cases_s3_case_right {
  width: 50%;
  padding-left: 60px
}

.page_cases_s3_case:nth-child(even) .page_cases_s3_case_right {
  padding-left: 0;
  padding-right: 60px
}

.page_cases_s3_case_title {
  font-weight: 350;
  font-size: 48px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4e5152;
  /*overflow-wrap: break-word;
  word-wrap: break-word;*/
}

.page_cases_s3_case_desc {
  margin-top: 40px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.page_cases_s3_case_btn {
  margin-top: 40px
}

.page_cases_s3_btn {
  margin-top: 75px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.page_posts .page_popular_s2 {
  padding: 185px 0 85px
}

.page_posts_s4 {
  padding: 150px 0
}

.page_posts_s4_header {
  padding: 40px 0;
  border-bottom: 2px solid rgba(78, 81, 82, .25);
  border-top: 2px solid rgba(78, 81, 82, .25)
}

.page_posts_s4_header .page_cases_s3_header_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}

.page_cases_s3_header_items .filter {
  width: 495px;
}

.page_cases_s3_header_items .filter_sort {
  max-width: 445px;
}

.filter_sort select {
  padding: 0 0 0 8px !important;
  text-transform: lowercase;
}

.page_posts_s4_content {
  padding-top: 150px
}

.page_posts_s4_first_item {
  width: 100%
}

.page_posts_s4_item_img {
  position: relative;
  width: 100%;
  padding-bottom: 50%
}

.page_posts_s4_item_img .screen_img,
.page_posts_s4_item_img img {
  border-radius: 10px
}

.page_posts_s4_item_title {
  margin-top: 40px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4e5152
}

.page_posts_s4_item_desc {
  margin-top: 20px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.page_posts_s4_item_cat {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page_posts_s4_item_cat_item {
  margin-right: 20px;
  padding: 15px 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: rgba(78, 81, 82, .4);
  background: #f9f9f9;
  border-radius: 100px
}

.page_posts_s4_item_link {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page_posts_s4_item_link a {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0095db
}

.page_posts_s4_item_link a span svg {
  -webkit-transition: .3s;
  transition: .3s
}

.page_posts_s4_item_link a span:last-child {
  margin-left: 15px
}

.page_posts_s4_item_link a:hover span:last-child svg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.page_posts_s4_items {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.page_posts_s4_item {
  width: calc(50% - 10px)
}

.page_posts_s4_btn {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.page_contacts_s2_title h2 {
  max-width: 698px
}

.page_contacts .page_popular_s2_bg {
  bottom: -108px;
  z-index: 7
}

.page_contacts_s3 {
  padding: 150px 0
}

.page_contacts_s3 h2 {
  text-align: center
}

.page_contacts_s3_items {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.page_contacts_s3_left {
  width: 41.6666%
}

.map {
  width: 100%;
  height: 500px
}

.page_contacts_s3_right {
  width: 50.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.page_contacts_s3_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px
}

.page_contacts_s3_link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page_contacts_s3_link span:first-child {
  width: 30px
}

.page_contacts_s3_link span:last-child {
  width: calc(100% - 55px);
  padding-left: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0095db
}

.page_contacts_s3_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px
}

.page_contacts_s3_address span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page_contacts_s3_address span:first-child {
  width: 30px
}

.page_contacts_s3_address span:last-child {
  width: calc(100% - 55px);
  padding-left: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0095db
}

.page_contacts_s3_desc {
  margin-top: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152;
  opacity: .5
}

.page_contacts_s3_desc p {
  margin-bottom: 10px
}

.page_contacts_s4 {
  padding: 150px 0;
  position: relative
}

.page_contacts_s4_bg {
  position: absolute;
  bottom: 67px;
  right: 0
}

.page_contacts_s4_content {
  max-width: 797px
}

.page_contacts_s4_desc {
  margin-top: 40px;
  max-width: 641px;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.page_404_body {
  padding-top: 0
}

.page_404_header {
  padding: 80px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: 0 0
}

.page_404_header .header_items {
  border-bottom: none;
  padding: 0
}

.page_404 {
  position: relative
}

.page_404_bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1
}

.page_404 .s1 {
  padding-top: 220px
}

.page_404_title {
  max-width: 642px
}

.page_404_title h2 {
  font-size: 70px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4e5152
}

.page_404_title .s1_title_desc {
  margin-top: 30px;
  margin-left: 0;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152;
  max-width: 100%
}

.page_404 .s1_btns {
  margin: 60px auto 0
}

.thanks_title_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.thanks_title {
  max-width: 754px
}

.thanks_title_row .s1_title_desc {
  margin-top: 0;
  margin-left: 34px
}

.thanks_s1 .s1_btns {
  margin: 60px 0 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.page_content {
  padding: 100px 0 150px
}

.page_content .content {
  margin-top: 40px;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.page_content_slider {
  margin-bottom: 60px;
  position: relative
}

.slider_w_arrow_slide .screen_img,
.slider_w_arrow_slide img {
  border-radius: 10px
}

.page_content_slider .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: 0 0;
  border: none;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}

.page_content_slider .arrow svg path {
  -webkit-transition: .3s;
  transition: .3s
}

.page_content_slider .arrow:hover svg path {
  stroke: #0095db
}

.prev {
  left: -40px
}

.next {
  right: -40px
}

.nav-dots {
  display: none
}

.slider_w_arrow {
  position: relative;
  overflow: hidden
}

.slider_w_arrow_slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease
}

.slider_w_arrow_slide {
  position: relative;
  width: 100%;
  height: 600px;
  min-width: 100%;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s
}

.sl_active {
  opacity: 1 !important
}

.post_footer {
  margin-top: 40px
}

.post_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.post_cat_title {
  margin-right: 20px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.post_cat_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.post_cat_item {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: rgba(78, 81, 82, .4);
  padding: 15px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #f9f9f9;
  border-radius: 100px;
  margin-right: 20px
}

.post_footer_cases .post_cat_item {
  color: #0095db;
  background: 0 0, rgba(0, 149, 219, .1)
}

.post_desc {
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.post_desc p {
  margin-top: 10px
}

.post_desc p span:first-child {
  margin-right: 20px
}

.post_footer_btns .s1_btns {
  top: 60px
}

.page_case_s3 {
  padding: 150px 0
}

.page_case_s3_row {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page_case_s3_row:first-child {
  margin-top: 0
}

.page_case_s3_row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.page_case_s3_left {
  width: 55%
}

.page_case_s3_btn,
.page_case_s3_desc {
  margin-top: 40px
}

.page_case_s3_right {
  width: 42%
}

.page_case_s3_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0095db
}

.page_case_s3_subtitle {
  margin-top: 20px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.page_case_s3_char_item {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page_case_s3_char_item:first-child {
  margin-top: 40px
}

.page_case_s3_char_item_ico {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page_case_s3_char_item_desc {
  width: calc(100% - 80px);
  padding-left: 30px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #0095db
}

.page_case_s3_char_item_desc span {
  color: #4e5152
}

.page_case_s3_b_row,
.page_case_s3_b_row_small {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page_case_s3_b_row_rr {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page_case_s3_b_row_left {
  width: 65%
}

.page_case_s3_b_row_small .page_case_s3_b_row_left {
  width: 55%
}

.page_case_s3_b_row_right {
  width: 31%
}

.page_case_s3_b_row_small .page_case_s3_b_row_right {
  width: 38%
}

.page_case_s3_b_row_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0095db
}

.page_case_s3_b_row_desc {
  margin-top: 20px;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.page_case_s5 {
  padding: 150px 0
}

.page_case_s5_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page_case_s5_left {
  width: 53.5%
}

.page_case_s5_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0095db
}

.page_case_s5_desc {
  margin-top: 45px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.page_case_s5_char_item {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page_case_s5_char_item:first-child {
  margin-top: 40px
}

.page_case_s5_char_item_ico {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page_case_s5_char_item_desc {
  width: calc(100% - 80px);
  padding-left: 30px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #0095db
}

.page_case_s5_char_item_desc span {
  color: #4e5152
}

.page_case_s5_right {
  width: 41.7%
}

.page_case_s5_right_mob {
  display: none
}

.page_case_s5_gal {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.page_case_s5_gal_wr::-webkit-scrollbar {
  width: 0
}

.page_case_s5_gal_item {
  position: relative;
  width: 231px;
  height: 231px
}

.page_case_s5_gal_item .screen_img,
.page_case_s5_gal_item img {
  border-radius: 10px
}

.page_case_s6 {
  padding-bottom: 150px
}

.page_case_s6 h2 {
  text-align: center
}

.page_case_s6_desc {
  margin: 40px auto 0;
  max-width: 824px;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #4e5152
}

.page_case_s6_row {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page_case_s6_left {
  width: 39.2%
}

.page_case_s6_right {
  width: 55.92%
}

.page_case_s6_right_label {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0095db;
  background: #e6f5fc;
  border-radius: 100px;
  padding: 15px 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}

.page_case_s6_right_desc {
  margin-top: 30px;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.page_case_s6_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  position: relative
}

.page_case_s6_item:before {
  content: '';
  width: 2px;
  height: calc(100% + 50px);
  background: rgba(0, 149, 219, .1);
  position: absolute;
  top: 40%;
  left: 16px;
  z-index: -1
}

.page_case_s6_item:last-child:before {
  display: none
}

.page_case_s6_item:first-child {
  margin-top: 0
}

.page_case_s6_item_numb {
  position: relative;
  width: 69px;
  font-size: 70px;
  line-height: 100%;
  text-transform: uppercase;
  color: #0095db
}

.page_case_s6_item_numb:before {
  content: '';
  background: #e6f5fc;
  border-radius: 55px;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: -1;
  bottom: -7px;
  left: 0
}

.page_case_s6_item_desc {
  font-size: 16px;
  line-height: 140%;
  color: #4e5152;
  width: calc(100% - 108px);
  padding-left: 39px
}

.page_case_s6_item_desc p:last-child {
  margin-top: 10px
}

.page_case_s7 {
  padding: 150px 0;
  background: #f9f9f9
}

.page_case_s7 h2 {
  text-align: center
}

.page_case_s7_items_wr::-webkit-scrollbar {
  width: 0
}

.page_case_s7_items {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.page_case_s7_item {
  width: 285px;
  position: relative;
  padding: 150px 30px 30px;
  box-shadow: 4px 4px 10px 0 rgba(78, 81, 82, .05);
  background: #fff;
  overflow: hidden
}

.page_case_s7_item_numb {
  position: absolute;
  font-size: 100px;
  line-height: 140%;
  text-transform: uppercase;
  color: rgba(0, 149, 219, .1);
  top: -53px;
  left: -30px
}

.page_case_s7_item_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0095db
}

.page_case_s7_item_desc {
  margin-top: 20px;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.page_case_s7_row {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.page_case_s7_row_left {
  width: calc(50% - 5px)
}

.page_case_s7_row_btn {
  margin-top: 40px
}

.page_case_s7_row_right {
  width: calc(50% - 5px)
}

.page_case_s7_row_right img {
  border-radius: 10px
}

.page_case_form {
  margin-top: 150px;
  background: #e6f5fc;
  padding: 75px;
  position: relative
}

.page_case_form_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%
}

.page_case_form_bg img {
  height: 100%;
  width: auto
}

.page_case_form_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.page_case_form_right {
  max-width: 501px
}

.page_case_form_desc {
  margin-top: 40px;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.page_case1 .page_popular_s2 h2 {
  max-width: 719px
}

.page_case1 .page_case_s6 {
  padding-top: 150px
}

.page_case1 .page_popular_s2 {
  padding-top: 0
}

.page_case .page_popular_s2_content {
  max-width: 719px;
  margin-top: 50px
}

.page_case .page_popular_s2_desc {
  margin-top: 50px;
  max-width: 719px
}

.page_case_w_gal {
  padding-top: 80px
}

.page_case_w_gal_up {
  padding-bottom: 150px;
  padding-top: 0
}

.page_case_w_gal_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.page_case_w_gal_items_rr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.page_case_w_gal_left {
  width: 42%
}

.page_case_w_gal_items_rr .page_case_w_gal_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.page_case_w_gal_left img {
  border-radius: 10px
}

.page_case_w_gal_right {
  width: 53.5%
}

.page_case_w_gal_left_main {
  width: 100%;
  border-radius: 10px
}

.page_case_w_gal_left_gal_wr::-webkit-scrollbar {
  width: 0
}

.page_case_w_gal_left_gal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.page_case_w_gal_left_gal_item {
  width: 46.2%;
  margin-top: 40px;
  background: #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px
}

.page_case_w_gal_items_rr .page_case_w_gal_left_gal_item {
  margin-top: 0;
  margin-bottom: 40px
}

.page_case_w_gal_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0095db
}

.page_case_w_gal_title_content {
  font-size: 18px;
  line-height: 140%
}

.page_case_w_gal_subtitle {
  margin-top: 20px;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.page_case_w_gal_desc {
  margin-top: 40px
}

.page_case_w_gal_char_item {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page_case_w_gal_char_item:last-child {
  margin-bottom: 0
}

.page_case_w_gal_char_item_ico {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page_case_w_gal_char_item_desc {
  width: calc(100% - 80px);
  padding-left: 30px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  color: #4e5152
}

.page_case_w_gal_char_item_desc span {
  color: #0095db
}



@media screen and (max-width:1800px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media screen and (max-width:1700px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media screen and (max-width:1600px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media screen and (max-width:1500px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media screen and (max-width:1450px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media screen and (max-width:1350px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px
  }
}

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

  h1,
  h2 {
    font-size: 40px
  }

  .wrapper {
    padding-left: 10px;
    padding-right: 10px
  }

  .popup_title h2 {
    font-size: 40px
  }

  .popup_bg img {
    max-width: 150px
  }

  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 81px;
    background: #fff;
    z-index: 999999
  }

  body {
    padding-top: 81px
  }

  .header_items {
    padding: 20px 0
  }

  .header_logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .header_menu {
    display: none
  }

  .header_phone {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .header_phone a span:first-child {
    margin-right: 0
  }

  .header_phone a span:last-child,
  .header_social {
    display: none
  }

  .s1_title {
    font-size: 40px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .s1_title_inner .blue_title {
    margin-left: 0 !important
  }

  .blue_title {
    font-size: 30px;
    padding: 4px 15px;
    height: 45px;
    margin-right: 0
  }

  .page_home .blue_title {
    font-size: 30px;
    padding: 5px 34px 0 15px;
    height: 45px;
    margin-left: 0
  }

  .s1_title_inner .s1_title_desc {
    text-align: left
  }

  .s1_title_desc {
    position: unset;
    margin-left: 0;
    max-width: 100%
  }

  .s1_btns {
    margin-top: 20px;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .s1_btns .btn_white {
    margin-top: 10px
  }

  .btn {
    font-size: 12px;
    padding: 0 30px;
    height: 50px
  }

  .popup .btn {
    padding: 0 20px
  }

  .btn span {
    display: none
  }



  .s2 {
    margin-top: 40px
  }

  .s2 .gallery_wrapper {
    height: 350px
  }

  .gallery {
    padding-left: 10px
  }

  .s2 .gallery_item {
    height: 350px;
    width: 250px
  }



  .s3_mob_bg {
    display: block;
    position: absolute;
    top: -350px;
    right: 0;
    z-index: -1
  }

  .s3_left,
  .s3_right {
    display: none
  }

  .s4 {
    margin-top: 80px
  }

  .s4_mob_bg {
    display: block;
    position: absolute;
    top: -350px;
    left: 0;
    z-index: -1
  }

  .form_block_left {
    padding-top: 104px
  }

  .form_input input {
    font-size: 12px;
    height: 50px
  }

  .form_input textarea {
    font-size: 12px;
    height: 150px
  }

  .form_submit .btn {
    width: 100%
  }

  .s10_img {
    max-width: 270px
  }

  .s12_bg {
    max-width: 250px
  }

  .page_popular_s2 {
    padding: 80px 0 40px
  }

  .page_popular_s2_circle img {
    max-width: 100%
  }

  .page_cases_s3_case_title {
    font-size: 40px
  }

  .page_posts .page_popular_s2 {
    padding: 80px 0 40px
  }

  .page_posts_s4 {
    padding: 80px 0
  }

  .page_contacts_s4_bg {
    bottom: 0
  }

  .page_404_bg img,
  .page_contacts_s4_bg img {
    max-width: 400px
  }

  .page_404_title h2 {
    font-size: 40px
  }

  .prev {
    left: 20px
  }

  .next {
    right: 20px
  }
}

@media screen and (max-width:1140px) {
  .page_cases_s3_header_items .filter_sort {
    max-width: 420px;
  }

  .filter select {
    font-size: 16px;
    padding: 20px 25px;
  }

  .filter_title {
    padding-left: 25px;
  }

  .search {
    padding-left: 25px;
  }
}

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

  h1,
  h2 {
    font-size: 28px
  }

  .wrapper {
    padding-left: 10px;
    padding-right: 10px
  }

  .mobile {
    display: block
  }

  .desctop {
    display: none
  }

  .popup-block .close2 {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px
  }

  .popup_title h2 {
    font-size: 28px;
    color: #0095db
  }

  .popup_desc {
    max-width: 181px;
    margin-top: 20px;
    font-size: 12px;
    padding-top: 0
  }

  .popup_form {
    max-width: 100%;
    margin-top: 20px;
    font-size: 12px;
    padding: 0 10px 20px
  }

  .s1_title {
    font-size: 28px
  }

  .blue_title {
    padding: 4px 8px;
    height: 40px;
    font-size: 28px
  }

  .page_home .blue_title {
    padding: 1px 18px 0 8px;
    height: 39px;
    font-size: 28px;
    max-width: 237px
  }

  .s1_title_desc {
    margin-top: 10px;
    font-size: 12px
  }

  .s1_title_desc_l {
    margin-top: 10px;
    font-size: 12px;
    margin-left: 0;
    font-weight: 400
  }

  .s3_title {
    margin-top: 20px;
    padding: 20px;
    font-size: 12px
  }

  .s3_desc {
    margin-top: 20px;
    font-size: 12px
  }

  .s3_signature {
    margin-top: 7px
  }

  .s3_signature img {
    max-width: 112px
  }

  .s4 h2 {
    margin-top: 20px
  }

  .s4_items {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .s4_left,
  .s4_right {
    width: 100%
  }

  .s4_right_item {
    margin-bottom: 0;
    margin-top: 20px
  }

  .s4_right_item_title {
    font-size: 12px
  }

  .s4_right_item_desc {
    font-size: 12px;
    margin-top: 10px
  }

  .s5_bg1 {
    display: none
  }

  .s5_bg2 {
    max-width: 80px;
    right: 0;
    top: -80px
  }

  .s5_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .s5_left {
    width: 100%
  }

  .s5_desc {
    margin-top: 20px;
    font-size: 12px
  }

  .s5_item {
    margin-top: 20px;
    padding: 20px
  }

  .s5_item_title {
    font-size: 12px
  }

  .s5_item_desc {
    font-size: 12px;
    margin-top: 10px
  }

  .s5_right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .s5_img,
  .s5_right .s5_item {
    margin-top: 20px
  }

  .s6 {
    margin-top: 80px
  }

  .s6 h2 {
    text-align: left
  }

  .s6 .gallery_wrapper {
    margin-top: 30px
  }

  .s6 .gallery_item img {
    max-height: 350px
  }

  .s7 {
    padding: 80px 0 70px
  }

  .s7_items {
    display: block;
    margin-top: 30px
  }

  .s7_item {
    width: 100%;
    max-width: 360px;
    margin-bottom: 10px;
    padding: 20px
  }

  .s7_item:nth-child(5),
  .s7_item:nth-child(6) {
    padding: 20px
  }

  .s7_item_title {
    font-size: 12px
  }

  .s7_item_desc {
    font-size: 12px;
    margin-top: 10px;
    max-width: 187px
  }

  .s7_item:nth-child(5) .s7_item_desc {
    max-width: 187px
  }

  .s7_item:nth-child(3) .s7_item_desc,
  .s7_item:nth-child(4) .s7_item_desc {
    max-width: 100%
  }

  .s7_item:nth-child(3) .s7_item_link,
  .s7_item:nth-child(4) .s7_item_link,
  .s7_item_link {
    font-size: 12px;
    margin-top: 40px
  }

  .s7_item_link span svg {
    width: 9px
  }

  .s7_item_img {
    width: 50%;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .s7_item_img img {
    max-height: 80%
  }

  .form_block {
    padding: 40px 0 0
  }

  .form_block_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .form_block_left {
    padding-top: 0;
    margin-top: 20px;
    width: 100%
  }

  .form_block_left h2 {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    max-width: 100%
  }

  .form_block_desc {
    font-size: 12px
  }

  .form_block_img {
    display: none
  }

  .form_block_right {
    padding-top: 0;
    margin-top: 20px;
    width: 100%
  }

  .form {
    margin-top: 20px
  }

  .form_desc {
    font-size: 12px;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .form_desc_txt {
    max-width: 155px
  }

  .s8 {
    margin-top: 80px
  }

  .s8_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .s8_left {
    width: 100%
  }

  .s8_left_item,
  .s8_left_item:nth-child(1) {
    margin-top: 20px
  }

  .s8_left_item_arrow {
    display: none
  }

  .s8_left_item_title {
    margin-top: 20px;
    font-size: 12px
  }

  .s8_left_item_desc {
    font-size: 12px
  }

  .s8_right {
    width: 100%
  }

  .s8_desc {
    margin-top: 20px
  }

  .s8_desc_ico {
    width: 38px
  }

  .s8_desc_txt {
    width: calc(100% - 58px);
    padding-left: 20px;
    font-size: 12px
  }

  .s8_right_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .s8_right_item {
    margin-bottom: 0;
    width: 100%;
    margin-top: 20px
  }

  .s8_right_item_arrow {
    display: none
  }

  .s8_right_item_title {
    margin-top: 20px;
    font-size: 12px
  }

  .s8_right_item_desc {
    font-size: 12px
  }

  .s8_btn {
    margin-top: 30px
  }

  .s9 {
    padding: 80px 0
  }

  .title_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .subtitle {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    font-size: 12px
  }

  .s9 .wrapper_gallery {
    margin-top: 30px;
    padding-right: 0
  }

  .s6 .wrapper_gallery {
    padding-right: 0
  }

  .s9 .gallery_item img {
    max-height: 350px
  }

  .gift_block {
    padding: 230px 0 40px
  }

  .gift_block_items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .gift_block_desc {
    margin-top: 20px;
    font-size: 12px
  }

  .gift_block_btn {
    margin-top: 20px
  }

  .s10 {
    padding: 80px 0
  }

  .s10_img {
    max-width: 100px;
    bottom: -100px
  }

  .s10_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .s10_left {
    width: 100%
  }

  .s10_right {
    margin-top: 10px;
    width: 100%
  }

  .s10_right_bg {
    display: none
  }

  .s10_content {
    padding: 20px 20px 45px
  }

  .s10_left .s10_content {
    margin-top: 30px
  }

  .s10_content_title {
    font-size: 12px
  }

  .s10_content_item {
    margin-top: 35px
  }

  .s10_content_item:first-child {
    margin-top: 5px
  }

  .s10_content_item_ico {
    width: 45px
  }

  .s10_content_item_desc {
    width: calc(100% - 70px);
    padding-left: 25px;
    font-size: 12px
  }

  .s11 {
    padding-bottom: 80px
  }

  .s11_circle {
    top: -350px;
    right: 0;
    left: auto
  }

  .s11 h2 {
    padding-right: 120px;
    text-align: left
  }

  .s11_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
  }

  .s11_left {
    width: 100%
  }

  .s11_right {
    width: 100%;
    margin-top: 10px
  }

  .s11_white_content {
    margin-top: 30px;
    padding: 20px;
    font-size: 12px
  }

  .s11_blue_content {
    margin-top: 10px;
    padding: 20px
  }

  .s11_blue_content_title {
    font-size: 12px
  }

  .s11_blue_content_item {
    margin-top: 20px
  }

  .s11_blue_content_item_desc {
    font-size: 12px
  }

  .s11_img {
    height: auto;
    max-width: 360px;
    padding-bottom: 100%
  }

  .s12 {
    padding: 110px 0 120px
  }

  .s12 h2 {
    text-align: left
  }

  .s12_bg {
    max-width: 200px
  }

  .s12_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .s12_left,
  .s12_right {
    width: 100%
  }

  .s12_desc {
    margin-top: 30px;
    font-size: 12px
  }

  .s12_right_items {
    margin-top: 20px
  }

  .s12_item {
    margin-top: 10px;
    width: 100%;
    padding: 20px
  }

  .s12_item_title {
    font-size: 12px
  }

  .s12_item_desc {
    font-size: 12px;
    margin-top: 10px
  }

  .s12_footer {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .s12_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .s12_btns .btn {
    width: 100%
  }

  .s12_btns .btn_white {
    margin: 10px 0 0
  }

  .s12_footer_desc {
    margin-top: 20px;
    font-size: 12px;
    max-width: 300px
  }

  .s13 {
    padding: 80px 0
  }

  .s13 h2 {
    text-align: left
  }

  .s13_desc {
    margin-top: 20px;
    font-size: 12px;
    text-align: left
  }

  .wr_gal {
    padding-right: 0 !important
  }

  .post_items_wr {
    overflow-x: scroll;
    width: 100%
  }

  .post_items {
    margin: 30px 0 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
  }

  .post {
    width: 280px;
    margin: 0 10px 0 0
  }

  .post_desc {
    max-width: 260px
  }

  .post_link {
    margin-top: 20px
  }

  .post_link a {
    font-size: 12px
  }

  .post_link a span svg {
    width: 9px
  }

  .s13_btn {
    margin-top: 30px
  }

  footer {
    padding: 80px 0 40px
  }

  .f_row1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .f_row1_left {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .f_logo {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .f_row1_desc {
    width: 100%;
    max-width: 180px;
    margin: 20px auto 0;
    font-size: 12px
  }

  .f_row1_right {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .f_row1_social {
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .f_row1_social a {
    margin: 0 5px
  }

  .f_row1_phone {
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .f_row1_phone a {
    font-size: 12px;
    width: 199px;
    height: 36px
  }

  .f_row2 {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .f_row2_about {
    width: 100%;
    max-width: 300px;
    margin: 40px auto 0;
    font-size: 12px;
    text-align: center
  }

  .f_row2_about a {
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin: 40px auto 0;
    max-width: 100%
  }

  .f_row2_menu {
    width: 100%;
    margin-top: 40px
  }

  .f_menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .f_menu_item {
    margin-left: 0
  }

  .f_menu_item:first-child {
    margin-right: 30px;
    min-width: 100px;
    width: 100px
  }

  .f_menu_item:nth-child(2) {
    width: 140px
  }

  .f_menu_item:last-child {
    display: none
  }

  .f_menu_item li,
  .f_menu_item:nth-child(2) li {
    margin-bottom: 15px
  }

  .f_menu_item a {
    font-size: 12px
  }

  .page_popular_s2_bg img {
    max-width: 300px
  }

  .page_popular_s2_circle {
    left: auto;
    right: 0;
    width: 43%;
    height: inherit
  }

  .page_popular_s2_circle img {
    top: -17px
  }

  .page_popular_s2_content {
    margin-top: 20px;
    font-size: 12px;
    padding: 20px
  }

  .page_popular_s2_desc {
    margin-top: 20px;
    font-size: 12px;
    max-width: 214px
  }

  .page_popular_s3 {
    padding: 40px 0 336px
  }

  .page_popular_s3_bg img {
    max-width: 600px
  }

  .page_popular_s3_desc {
    margin-top: 20px;
    font-size: 12px
  }

  .page_popular_s3_btn {
    margin-top: 20px
  }

  .page_popular_s4,
  .page_popular_s5 {
    padding: 50px 0 80px
  }

  .page_popular_s4_row {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .page_popular_s4_row:nth-child(even),
  .page_popular_s5 .page_popular_s4_row,
  .page_popular_s5 .page_popular_s4_row:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .page_popular_s4_left {
    width: 100%;
    padding: 20px 0 0
  }

  .page_popular_s4_subtitle {
    margin-top: 10px;
    font-size: 12px
  }

  .page_popular_s4_desc {
    margin-top: 20px;
    font-size: 12px
  }

  .page_popular_s4_btn {
    margin-top: 20px
  }

  .page_popular_s4_right {
    width: 100%
  }

  .page_popular_s4_img {
    max-width: 360px;
    padding-bottom: 100%
  }

  .page_cases_s2 {
    padding: 40px 0 80px
  }

  .page_cases_s3 {
    padding-bottom: 80px
  }

  .page_cases_s3_header_items .filter_sort {
    max-width: 340px;
  }

  .filter_sort {
    width: 100%;
  }

  .filter_title {
    font-size: 12px
  }

  .filter_sort select {
    width: calc(100% - 130px)
  }

  .page_cases_s3_case_title {
    font-size: 28px;
    margin-top: 20px
  }

  .page_posts_s4_content {
    padding-top: 80px
  }

  /* .page_posts_s4_item_img {
    max-width: 360px;
    padding-bottom: 100%
  } */

  .page_posts_s4_item_title {
    margin-top: 20px;
    font-size: 12px
  }

  .page_posts_s4_item_desc {
    margin-top: 10px;
    font-size: 12px
  }

  .page_posts_s4_item_cat_item {
    margin-bottom: 10px;
    font-size: 12px;
    padding: 10px 20px
  }

  .page_posts_s4_item_link {
    margin-top: 10px;
    width: 100%
  }

  .page_posts_s4_item_link a {
    font-size: 12px;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #0095db;
    border-radius: 100px;
    text-transform: uppercase;
    color: #0095db
  }

  .page_posts_s4_item_link a span:last-child {
    display: none
  }

  .page_posts_s4_items {
    margin-top: 80px
  }

  .page_posts_s4_item {
    width: 100%;
    margin-bottom: 40px
  }

  .page_posts_s4_btn {
    margin-top: 0
  }

  .page_contacts_s3 {
    padding: 40px 0
  }

  .page_contacts_s3_items {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .page_contacts_s3_left {
    width: 100%
  }

  /* .map {
    height: 460px
  } */

  .page_contacts_s3_right {
    width: 100%;
    margin-top: 30px
  }

  .page_contacts_s3_link {
    margin-bottom: 15px
  }

  .page_contacts_s3_link span:first-child {
    width: 20px
  }

  .page_contacts_s3_link span:last-child {
    width: calc(100% - 30px);
    padding-left: 10px;
    font-size: 12px
  }

  .page_contacts_s3_address {
    margin-top: 15px
  }

  .page_contacts_s3_address span:first-child {
    width: 20px
  }

  .page_contacts_s3_address span:last-child {
    width: calc(100% - 30px);
    padding-left: 10px;
    font-size: 12px
  }

  .page_contacts_s3_desc {
    margin-top: 15px;
    font-size: 12px
  }

  .page_contacts_s3_right_bottom {
    margin-top: 15px
  }

  .page_contacts_s4_bg {
    bottom: -65px;
    z-index: -1
  }

  .page_contacts_s4 {
    padding: 80px 0
  }

  .page_contacts_s4_desc {
    margin-top: 20px;
    font-size: 12px
  }

  .page_404_header {
    padding: 20px 0 0
  }

  .page_404_bg {
    display: none
  }

  .page_404 .s1 {
    padding-top: 120px
  }

  .page_404_title h2 {
    font-size: 28px
  }

  .page_404_title .s1_title_desc {
    margin-top: 10px;
    font-size: 12px
  }

  .thanks_title_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .thanks_title_row .s1_title_desc {
    margin: 10px 0 0;
    max-width: 222px
  }

  .thanks_s1 .s1_btns {
    margin: 20px 0 0
  }

  .page_content {
    padding: 40px 0 80px
  }

  .page_content .content {
    margin-top: 20px;
    font-size: 12px
  }

  .page_content_slider {
    margin-bottom: 20px
  }

  .page_content_slider .slider_w_arrow_slide {
    height: 300px
  }

  .post_footer {
    margin-top: 20px
  }

  .post_cat_title {
    font-size: 12px
  }

  .post_cat_items {
    width: 100%
  }

  .post_cat_item {
    margin-right: 0;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 12px
  }

  .post_desc,
  .post_desc p {
    margin-top: 10px;
    font-size: 12px
  }

  .post_footer_btns .s1_btns {
    margin-top: 30px
  }

  .page_case_s3 {
    padding: 80px 0
  }

  .page_case_s3_row,
  .page_case_s3_row:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 80px
  }

  .page_case_s3_left {
    width: 100%;
    margin-top: 40px
  }

  .page_case_s3_desc {
    margin-top: 20px;
    font-size: 12px
  }

  .page_case_s3_right {
    width: 100%
  }

  .page_case_s3_title {
    margin-top: 40px;
    font-size: 12px
  }

  .page_case_s3_subtitle {
    margin-top: 10px;
    font-size: 12px
  }

  .page_case_s3_char_item {
    margin-top: 15px
  }

  .page_case_s3_char_item:first-child {
    margin-top: 20px
  }

  .page_case_s3_char_item_ico {
    width: 34px;
    height: 34px
  }

  .page_case_s3_char_item_desc {
    width: calc(100% - 49px);
    padding-left: 15px;
    font-size: 12px
  }

  .page_case_s3_b_row,
  .page_case_s3_b_row_rr,
  .page_case_s3_b_row_small {
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .page_case_s3_b_row_left,
  .page_case_s3_b_row_small .page_case_s3_b_row_left {
    width: 100%
  }

  .page_case_s3_b_row_right {
    width: 100%;
    margin-top: 20px
  }

  .page_case_s3_b_row_small .page_case_s3_b_row_right {
    width: 100%
  }

  .page_case_s3_b_row_title {
    font-size: 12px
  }

  .page_case_s3_b_row_desc {
    font-size: 12px;
    margin-top: 10px
  }

  .page_case_s5 {
    padding: 80px 0
  }

  .page_case_s5_row {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .page_case_s5_left {
    width: 100%
  }

  .page_case_s5_title {
    font-size: 12px
  }

  .page_case_s5_desc {
    font-size: 12px;
    margin-top: 10px
  }

  .page_case_s5_char_item {
    margin-top: 15px
  }

  .page_case_s5_char_item:first-child {
    margin-top: 20px
  }

  .page_case_s5_char_item_ico {
    width: 34px;
    height: 34px
  }

  .page_case_s5_char_item_desc {
    width: calc(100% - 49px);
    padding-left: 15px;
    font-size: 12px
  }

  .page_case_s5_right {
    display: none
  }

  .page_case_s5_right_mob {
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .page_case_s5_mob_wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .page_case_s5_gal_wr {
    width: 100%;
    overflow-x: scroll;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .page_case_s5_gal {
    margin-top: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
  }

  .page_case_s5_gal_item {
    margin-right: 10px;
    width: 120px;
    height: 120px
  }

  .page_case_s6 {
    padding-bottom: 80px
  }

  .page_case_s6 h2 {
    text-align: left;
    margin-top: 20px
  }

  .page_case_s6_desc {
    margin-top: 20px;
    font-size: 12px;
    text-align: left
  }

  .page_case_s6_row {
    margin-top: 20px
  }

  .page_case_s6_left,
  .page_case_s6_right {
    width: 100%
  }

  .page_case_s6_right_label {
    font-size: 12px;
    padding: 10px 20px
  }

  .page_case_s6_right_desc {
    font-size: 12px;
    margin-top: 20px
  }

  .page_case_s6_item {
    margin-top: 15px
  }

  .page_case_s6_item:before {
    left: 17px;
    top: 50%;
    height: calc(100% + 15px)
  }

  .page_case_s6_item_numb {
    font-size: 20px;
    width: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .page_case_s6_item_numb:before {
    width: 34px;
    height: 34px
  }

  .page_case_s6_item_desc {
    width: calc(100% - 49px);
    padding-left: 15px;
    font-size: 12px
  }

  .page_case_s7 {
    padding: 40px 0
  }

  .page_case_s7_items_wr {
    overflow-x: scroll
  }

  .page_case_s7_items {
    margin-top: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
  }

  .page_case_s7_item {
    width: 220px;
    padding: 110px 20px 45px;
    margin-right: 10px
  }

  .page_case_s7_item_numb {
    font-size: 80px;
    top: -42px;
    left: -30px
  }

  .page_case_s7_item_title {
    font-size: 12px
  }

  .page_case_s7_item_desc {
    font-size: 12px;
    margin-top: 10px
  }

  .page_case_s7_row {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .page_case_s7_row_left {
    width: 100%
  }

  .page_case_s7_row_desc {
    margin-top: 20px;
    font-size: 12px
  }

  .page_case_s7_row_btn {
    margin-top: 20px
  }

  .page_case_s7_row_right {
    width: 100%
  }

  .page_case_form {
    margin-top: 80px;
    padding: 40px 30px
  }

  .page_case_form_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .page_case_form_bg img {
    height: auto
  }

  .page_case_form_desc {
    font-size: 12px;
    margin-top: 20px
  }

  .form_desc_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .form_desc_bottom .page_case_form_desc {
    width: 160px
  }

  .page_case .page_case_s6 {
    padding-top: 80px
  }

  .page_case .page_popular_s2 {
    padding-top: 0
  }

  .page_case .page_popular_s2_content,
  .page_case .page_popular_s2_desc {
    margin-top: 20px
  }

  .page_case_w_gal_up {
    padding-bottom: 80px;
    padding-top: 0
  }

  .page_case_w_gal_items,
  .page_case_w_gal_items_rr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .page_case_w_gal_left {
    width: 100%
  }

  .page_case_w_gal_items_rr .page_case_w_gal_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .page_case_w_gal_right {
    width: 100%;
    margin-top: 20px
  }

  .page_case_w_gal_left_gal_wr {
    overflow-x: scroll
  }

  .page_case_w_gal_left_gal {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 10px
  }

  .page_case_w_gal_left_gal_item {
    margin-top: 0;
    margin-right: 10px;
    width: 120px;
    height: 120px
  }

  .page_case_w_gal_title,
  .page_case_w_gal_title_content {
    font-size: 12px
  }

  .page_case_w_gal_subtitle {
    font-size: 12px;
    margin-top: 10px
  }

  .page_case_w_gal_desc {
    top: 20px
  }

  .page_case_w_gal_char_item {
    margin-bottom: 15px
  }

  .page_case_w_gal_char_item:last-child {
    margin-bottom: 0
  }

  .page_case_w_gal_char_item_ico {
    width: 34px;
    height: 34px
  }

  .page_case_w_gal_char_item_desc {
    width: calc(100% - 49px);
    padding-left: 15px;
    font-size: 12px
  }
}

@media screen and (max-width:960px) {
  .page_cases_s3_header_items {
    flex-wrap: wrap;
    column-gap: 106px !important;
  }
}

@media screen and (max-width:915px) {
  .page_popular_s3_bg img {
    max-width: 399px;
  }
}

@media screen and (max-width:772px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px
  }

  .desctop_sm {
    display: none
  }

  .mobile_sm {
    display: block
  }

  .popup-block {
    max-width: 320px;
    padding: 0;
    overflow-y: scroll;
    max-height: 90svh
  }

  .popup_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 20px 0
  }

  .popup_bg {
    position: relative;
    top: -3px;
    bottom: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
  }

  .popup_bg img {
    border-radius: 10px 10px 0 0;
    max-width: 100%
  }

  .blue_title {
    font-size: 20px;
    font-weight: 400
  }

  .s1_title_inner span:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .s1_title_inner span:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .s1_title_inner span:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .s1_title_inner span:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .form_desc_img {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .cases_gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: inherit
  }

  .cases_gallery_item {
    width: calc(50% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .cases_gallery_item:nth-child(1) img {
    border-radius: 0 10px 10px 0
  }

  .cases_gallery_item:nth-child(2) img {
    border-radius: 10px 0 0 10px
  }

  .cases_gallery_item:nth-child(3) img {
    border-radius: 0 10px 10px 0
  }

  .cases_gallery_item:nth-child(4) img {
    border-radius: 10px 0 0 10px
  }

  .cases_gallery_item:nth-child(5) img {
    border-radius: 0 10px 10px 0
  }

  .cases_gallery_item:nth-child(6) img {
    border-radius: 10px 0 0 10px
  }

  .cases_gallery_item:nth-child(1) {
    margin-bottom: 10px
  }

  .cases_gallery_item:nth-child(2) {
    margin-bottom: 10px;
    top: 18px
  }

  .cases_gallery_item:nth-child(3) {
    margin-bottom: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .cases_gallery_item:nth-child(4) {
    margin-bottom: 10px;
    top: 18px
  }

  .cases_gallery_item:nth-child(5) {
    margin-bottom: 0;
    top: -18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .cases_gallery_item:nth-child(6) {
    margin-bottom: 0;
    top: 18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .cases_gallery_item:nth-child(1) .cases_gallery_item_img {
    padding-bottom: 142%
  }

  .cases_gallery_item:nth-child(2) .cases_gallery_item_img {
    padding-bottom: 129.7%
  }

  .page_cases_s3_header_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .filter {
    width: 100% !important;
    height: 50px;
  }

  .filter_sort {
    max-width: 100%;
  }

  .filter_ico {
    right: 5px;
    top: 5px
  }

  .filter_ico svg {
    width: 40px;
    height: 40px
  }

  .filter select {
    padding: 16.5px 40px;
    font-size: 12px;
    height: 50px;
  }

  .page_cases_s3_header_items .filter_sort {
    max-width: 100%;
  }

  .search {
    margin-left: 0;
    width: 100%;
    height: 50px;
    margin-top: 10px
  }

  .search_ico {
    width: 40px
  }

  .page_cases_s3_items {
    margin-top: 80px
  }

  .page_cases_s3_case,
  .page_cases_s3_case:nth-child(even) {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .page_cases_s3_case_left {
    width: 100%
  }

  .page_cases_s3_case_cat {
    font-size: 12px;
    padding: 10px 20px
  }

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

  .page_cases_s3_case:nth-child(even) .page_cases_s3_case_right {
    padding-right: 0;
    padding-left: 0
  }

  .page_cases_s3_case_desc {
    font-size: 12px;
    margin-top: 10px
  }

  .page_cases_s3_case_btn {
    margin-top: 20px
  }

  .page_popular {
    overflow-x: hidden;
  }

  .page_popular .page_popular_s2 .page_popular_s2_bg {
    right: -72px;
  }

  .page_popular_s2_bg {
    z-index: 7
  }

  .page_popular_s2_bg img {
    width: 210px;
  }

  .page_popular_s3_bg img {
    max-width: 326px;
  }

  .page_posts_s4_header .page_cases_s3_header_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .page_case1 .page_popular_s2_bg {
    bottom: auto;
    z-index: -1;
    top: -51px
  }

  .page_case1 .page_popular_s2_bg img {
    max-width: 80px
  }

}

@media screen and (max-width:576px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px
  }

  .page_contacts_s3 {
    padding: 70px 0;
  }

  .page_posts {
    overflow: hidden;
  }
}

@media screen and (max-width:425px) {
  .page_popular_s2_bg img {
    width: 175px;
  }
}



@media screen and (max-width:380px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media screen and (max-width:355px) {
  .filter select {
    padding-left: 16px;
  }

  .filter_title {
    padding-left: 16px;
  }

  .search input {
    height: auto;
  }

  .search {
    padding-left: 16px;
  }
}