/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.support-regular-text {
  font-size: 19px;
  line-height: 28px;
  color: #666666;
  margin: 60px 0 50px 0;
}

.support-problem-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* margin: 0 -50px 140px -50px; */
}

.support-problem-item {
  width: calc(33.3% - 60px);
  margin: 0 0 30px 0;
}

.support-problem-item:nth-child(n+4) {
  margin-bottom: 0;
}

.support-problem-item img {
  margin-bottom: 14px;
  max-width: 180px;
  height: auto;
  opacity: 0;
  transform: translateY(-50px);
  transition: .5s;
}

.support-problem-item img.active {
  opacity: 1;
  transform: translateY(0);
}

.support-problem-item-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.support-problem-item-text {
  font-size: 19px;
  line-height: 28px;
}

.support-problem-item .btn {
  max-width: 290px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6CA5BD;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  margin-top: 38px;
  transition: all .5s ease 0s;
}

.support-problem-item .btn:hover {
  background: #6CA5BD95;
}

.support-problem-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.header_text-support {
  left: 320px;
}

.header_text-support h1:after {
  content: '';
  position: absolute;
  top: -170px;
  left: -210px;
  width: 260px;
  height: 345px
}

.no-webp .header_text-support h1:after {
  background: url(../img/cosmonaut.png) 0 0 no-repeat
}

.yes-webp .header_text-support h1:after {
  background: url(../img/cosmonaut.webp) 0 0 no-repeat
}

.technologies-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* margin: 0 -30px 140px -30px; */
}

.technologies-item {
  display: flex;
  justify-content: center;
  width: calc(12.6% - 34px);
  margin: 0 5px;
}

.technologies-wrap img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
}

.support-text-block {
  display: flex;
  align-items: center;
}

.support-text-block img {
  width: 50%;
  height: auto;
  display: flex;
  margin-right: 50px;
  transition: 1s;
  transform: scale(0) translate(-100%, -100%);
  opacity: 0;
}

.support-text-block img.active {
  transform: scale(1) translate(0, 0);
  opacity: 1;
}

.support-text-block .text {
  font-size: 19px;
  line-height: 28px;
  flex-grow: 1;
}

.what-support-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* margin: 0 -50px 100px -50px; */
}

.what-support-item {
  /* margin: 0 50px 55px 50px; */
  width: calc(33.3% - 100px);
}

.what-support-item img {
  margin-bottom: 14px;
  max-width: 180px;
  height: auto;
  display: block;
  opacity: 0;
  transform: translateY(-50px);
  transition: .5s;
}

.what-support-item img.active {
  opacity: 1;
  transform: translateY(0);
}

.what-support-item-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.what-support-item-text ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.what-support-item-text li {
  font-size: 19px;
  line-height: 1.45;
  margin-bottom: 8px;
}

.what-support-item-text li:last-child {
  margin-bottom: 0;
}

.slider-how-working {
  max-width: 1435px;
  margin: 0 auto 70px auto;
}

.slider-how-working .slick-slide {
  display: flex!important;
  height: 367px;
  background: url(/themes/outcode/css/../img/how-working-bg.svg) no-repeat 0 0;
  background-size: contain;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5% 0 1.5%;
}

.slider-how-working .num {
  font-weight: bold;
  font-size: 200px;
  text-transform: uppercase;
  color: #6ca5bd;
}

.slider-how-working .title {
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  color: #f39f2a;
  max-width: 500px;
  margin-top: -30px;
  margin-bottom: 0;
}

.slider-how-working .text {
  font-size: 19px;
  line-height: 1.45;
  color: #fff;
  max-width: 453px;
  margin-top: -60px;
}

.slider-nav-how-working {
  max-width: 1435px;
  /* margin: 0 auto 170px auto; */
}

.slider-nav-how-working .slick-list {
  padding: 10px 0;
}

.slider-nav-how-working .slick-slide {
  padding: 30px 0 35px;
  text-align: center;
  position: relative;
  min-width: 170px;
  min-height: 160px;
  outline: none;
  cursor: pointer;
}

.slider-nav-how-working .slick-slide:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/how-slider-bg-1.svg) no-repeat 0 0;
  width: 167px;
  height: 150px;
}

.slider-nav-how-working .slick-slide.slick-current:before {
  background: url(../img/how-slider-bg-2.svg) no-repeat 0 0;
  height: 160px;
  margin-top: -10px;
}

.slider-nav-how-working .slick-slide.slick-current .num {
  color: #F39F2A;
}

.slider-nav-how-working .num {
  font-weight: 800;
  font-size: 64px;
  line-height: 28px;
  text-transform: uppercase;
  color: #6CA5BD;
  margin-bottom: 29px;
  max-width: 135px;
  text-align: right;
  display: flex;
  margin-left: auto;
}

.slider-nav-how-working .title {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 0;
  max-width: 135px;
  max-width: 225px;
  justify-content: center;
  display: flex;
  margin-left: auto;
}

.support-tarifs-text {
  font-size: 19px;
  line-height: 1.45;
  margin-bottom: 115px;
}

.support-tarifs-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1309px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  margin-bottom: 70px;
}

.support-tarifs-item {
  position: relative;
  background: rgba(108, 165, 189, 0.13);
  padding: 40px 15px 37px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.3%;
  max-width: 404px;
}

.support-tarifs-item:after {
  content: '+ хостинг';
  position: absolute;
  top: -58px;
  left: -27px;
  height: 72px;
  width: 292px;
  background: url(/themes/outcode/css/../img/hosting.svg);
  background-repeat: no-repeat;
  padding-left: 85px;
  color: #f39f2a;
  font-size: 20px;
  padding-top: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.support-tarifs-item:last-child:after {
  display: none;
}

.support-tarifs-item.big {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 100%;
  max-width: 544px;
  min-height: 636px;
  padding: 93px 15px 37px 15px;
  transform: translateX(-50%);
  box-shadow: 0px 8px 18px rgba(108, 165, 189, 0.32);
  background: #ECF3F7;
  z-index: 3;
}

.support-tarifs-item.big .btn {
  margin-top: auto;
}

.support-tarifs-item .title {
  font-weight: bold;
  font-size: 32px;
  line-height: 28px;
  color: #6CA5BD;
  margin-bottom: 23px;
}

.support-tarifs-item .cost {
  font-weight: 800;
  font-size: 36px;
  line-height: 28px;
  color: #F39F2A;
  margin-bottom: 50px;
}

.support-tarifs-item .text {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #6CA5BD;
  margin-bottom: 28px;
}

.support-tarifs-item .text span {
  color: #000;
  margin-bottom: 28px;
}

.support-tarifs-item .btn {
  max-width: 290px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6CA5BD;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  transition: all .5s ease 0s;
}

.support-tarifs-item .btn:hover {
  background: #6CA5BD95;
}

.support-tarifs-item .hours {
  margin-top: auto;
}

/* .support-tarifs {
  margin-bottom: 164px;
} */
.support-contacts,
.support-our-works_list {
  margin-bottom: 95px;
}

body.inner2.body-support {
  background: #fff;
}

.support-reviews {
  padding: 0;
}

.support-reviews .text-block2 {
  padding: 0 50px;
  border: none;
}

.support-reviews .preview img {
  max-width: 320px;
  margin-bottom: 0;
}

.slider-design .slick-active {
  max-width: 920px;
}

.support-reviews .preview-wrap {
  display: flex;
  max-width: 100%;
  align-items: flex-start;
}

.support-reviews .preview {
  margin-right: 83px;
}

.support-woks .woks-nav-list {
  margin: 0 -10px 20px -10px;
}

.support-woks .woks-nav-item {
  margin: 0 10px 10px 10px;
}

.support-woks .woks-nav-item a {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #6CA5BD;
  padding: 0 10px;
  background: #ECF3F7;
  border: 1px solid #6CA5BD;
  box-sizing: border-box;
  border-radius: 3px;
}

.support-woks .woks-nav-item a:hover {
  background: #6CA5BD;
  color: #FFFFFF;
}

.slider-reviews .slick-prev,
.slider-reviews .slick-next {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: 2;
}

.slider-reviews .slick-prev:before,
.slider-reviews .slick-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 30px;
  margin: -14px 0 0 -11px;
  background-image: url(../img/arrow-slider_color-2.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-reviews .slick-next:before {
  transform: rotate(180deg);
  left: 57%;
}

.slider-reviews .slick-prev, .slider-reviews .slick-next {
  background: #6ca3c0;
}

.slider-reviews .slick-prev {
  left: -20px;
}

.slider-reviews .slick-next {
  right: -20px;
}

.slider-reviews {
  padding: 0 50px;
}

.slider-reviews .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 0;
  background: #54bd70;
  transition: opacity .3s;
  border-radius: 50%;
  opacity: .3;
  font-size: 0;
  line-height: 0;
  padding: 0;
  color: transparent;
}

.slider-reviews .slick-dots li.slick-active button {
  opacity: 1;
}

.slider-reviews .slick-dots li button:hover {
  opacity: .5;
}

.slider-reviews .slick-dots {
  margin-bottom: -13px;
}

.support-regular-text,
.support-problem-item-text,
.support-text-block .text,
.what-support-item-text,
.support-tarifs-text,
.support-reviews .text-block2 p {
  font-size: 19px;
  line-height: 1.45;
  font-weight: 300;
}

.service-new .main-support>div {
  padding: 50px 13%;
  margin-bottom: 40px;
  background: #fff;
}

/*
.page-id-224 div.field--name-body{
  padding: 0px;
}
*/

.service-new .container {
  padding: 0;
  background: url(/themes/outcode/css/../img/bg-blog.webp) 0 0 repeat #fcfcfc
}

.service-new p {
  margin: 0 0 30px;
}

.service-new li {
  margin-bottom: 8px;
}
.service-new li a{
  text-decoration: none;
  color: #666;
}
.support-contacts li a{
  color: #fff;
}

p:last-child {
  margin-bottom: 0;
}

.service-new .main-support .contacts, .service-new .main-support .support-reviews, .service-new .main-support .works {
  padding-left: 50px;
  padding-right: 50px;
}

.service-new .support-reviews .text-block2, .service-new .contacts .col-6 {
  margin-bottom: 0;
}

.service-new .main-support .support-woks {
  padding: 60px 50px 0 50px;
  margin-bottom: 50px;
}

.service-new .support-woks .container, .service-new .footer .container {
  background: transparent;
}

.service-new .support-woks .woks-nav-list {
  margin: 0;
}

.service-new .example-item2:last-child, .service-new .example-list {
  margin-bottom: 0;
}

.our-works_item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

ul.contact-list li {
  margin-bottom: 20px;
}

.command-item {
  margin-bottom: 20px;
}

.command-item-inner {
  display: flex;
  align-items: center;
  min-height: 34px;
}

.command-item-inner:before {
  top: 0;
}

.service-new .text-block2 {
  border: none;
}

.main-service .text-block {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

table {
  width: 100%;
}

table th {
  font-size: 18px;
  text-transform: none;
  width: 20%;
  padding: 15px;
}

table td {
  width: 20%;
}

@media(max-width: 1810px) {
  /*.slider-how-working .title{
    padding-right: 20px;
  }*/
}

@media(max-width: 1700px) {
  .service-new p {
    margin: 0 0 20px;
  }

  .support-text-block img {
    margin-right: 10px;
  }
}

@media(max-width: 1740px) {
  .service-new .main-support>div {
    padding: 50px 6%;
  }
}

@media(max-width: 1600px) {
  .contacts .row-input {
    margin-bottom: 10px;
  }

  .contacts .btn-submit {
    margin-top: 0;
  }

  .service-new .main-support>div {
    padding: 50px;
  }
}

@media(max-width: 1366px) {
  .support-problem-item {
    width: calc(33.3% - 30px);
    margin: 0 15px 30px 15px;
  }

  .technologies-item {
    margin: 0 15px 30px 15px;
  }

  .support-text-block img {
    width: 30%;
    margin-right: 30px;
  }

  .what-support-item {
    margin: 0 15px 55px 15px;
    width: calc(33.3% - 30px);
  }

  .how-working {
    overflow: hidden;
  }

  /*.slider-how-working .text {
    padding-right: 10%;
  }*/
  /*.slider-how-working .title {
    padding-left: 30%;
  }*/
  .support-tarifs-item.big {
    width: 33.3%;
  }

  .support-reviews .text-block2 {
    padding: 0 15px;
  }

  .slider-reviews .slick-prev {
    left: -10px;
  }

  .slider-reviews .slick-next {
    right: -10px;
  }
}

@media(max-width: 992px) {
  table thead {
    display: none;
  }

  table, table tr, table tbody {
    display: block;
    width: 100%;
    border: none;
  }

  table td {
    position: relative;
    display: block;
    padding: 50px 10px 10px 10px;
    width: 100%;
    text-align: center;
    border-bottom: none;
  }

  table td:last-child {
    border-bottom: 1px solid #cdcdcd;
  }

  table td:before {
    content: attr(data-label);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 7px;
    border-bottom: 1px solid #cdcdcd;
    font-size: 15px;
    font-weight: 600;
    background: #eeeff0;
    white-space: nowrap;
    text-align: center;
  }

  .service-new .main-support>div, .service-new .main-support .contacts, .service-new .main-support .support-reviews, .service-new .main-support .works {
    padding: 15px
  }

  .service-new .how-working button {
    display: none !important;
  }

  .support-tarifs-item:after {
    top: -35px;
    left: -13px;
    height: 40px;
    background-size: contain;
    padding-left: 60px;
    font-size: 18px;
    padding-top: 5px;
  }

  .support-problem-item {
    width: calc(50% - 30px);
  }

  .support-text-block {
    flex-wrap: wrap;
  }

  .support-text-block img {
    width: 100%;
    margin: 0 auto 20px auto;
  }

  .what-support-item {
    margin: 0 0 55px 0;
    width: 100%;
  }

  .slider-how-working .slick-slide {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }

  /*.slider-how-working .title {
    margin-bottom: 20px;
  }*/
  /*.slider-how-working .text {
    padding-left: 30%;
    padding-right: 0;
    margin-left: 0;
  }*/
  .slider-how-working .num {
    font-size: 188px;
  }

  .slider-nav-how-working .slick-slide {
    min-height: auto;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .slider-nav-how-working .slick-slide.slick-current:before,
  .slider-nav-how-working .slick-slide:before {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: 50% 0;
  }

  .slider-nav-how-working .slick-slide .num {
    justify-content: center;
    font-size: 44px;
    width: 100%;
    max-width: 100%;
  }

  .slider-nav-how-working .title {
    max-width: 135px;
    margin-left: auto;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
  }

  .support-tarifs-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .support-tarifs-item:nth-child(n+2) {
    margin-bottom: 30px;
  }

  .support-tarifs-item.big {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
    max-width: 100%;
  }

  .support-reviews .preview img {
    max-width: 250px;
  }

  .support-reviews .preview {
    margin-right: 30px;
  }

  .support-reviews .text-block2 {
    padding: 0;
  }

  .slider-reviews {
    padding: 0;
  }

  .technologies-item {
    margin: 0 30px 30px 30px;
    width: calc(33.3% - 34px);
  }

  .support-regular-text,
  .support-problem-item-text,
  .support-text-block .text,
  .what-support-item-text,
  .support-tarifs-text,
  .support-reviews .text-block2 p,
  .what-support-item-text li {
    font-size: 16px;
  }

  .support-tarifs-item.big {
    padding-top: 40px;
    min-height: auto;
  }

  .support-problemm,
  .technologies-wrap,
  .support-text-block,
  .what-support,
  .slider-nav-how-working,
  .support-tarifs-text,
  .support-tarifs,
  .support-contacts,
  .support-our-works_list,
  .support-problem-content {
    margin-bottom: 30px;
  }

  .support-problem-item-title br {
    display: none;
  }

  .support-tarifs-text {
    margin-bottom: 50px;
  }
}

@media(max-width: 768px) {
  .support-reviews .preview img {
    width: 60%;
  }

  .slider-how-working .slick-slide {
    background-size: auto;
    padding: 20px 1.5% 20px 1.5%;
    justify-content: space-around;
  }

  .how-working h2 {
    padding-left: 15px;
  }

  .header_text h1:after {
    display: none;
  }

  .header_text-support {
    left: 30px;
  }

  .support-reviews .preview-wrap {
    flex-direction: column;
  }

  .support-reviews .preview {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .support-reviews .preview img {
    max-width: 100%;
    height: auto;
  }
}

@media(max-width: 640px) {
  .our-works_item:nth-last-child(-n+2) {
    margin-bottom: 22px;
  }

  .service-new .contacts .col-6 {
    margin-bottom: 15px;
  }
}

@media(max-width: 480px) {
  .support-problem-item .btn {
    max-width: none;
  }

  .support-problem {
    margin: 0 0 70px 0;
  }

  .technologies-wrap {
    margin-bottom: 0;
  }

  .support-problem-item {
    width: 100%;
  }

  .support-problem-item img {
    display: flex;
    margin: 0 auto 14px auto;
  }

  .technologies-wrap {
    justify-content: center;
  }

  .slider-how-working .num {
    font-size: 100px;
  }

  /*.slider-how-working .title,
  .slider-how-working .text {
    padding-left: 100px;
  }*/
  .slider-how-working .slick-slide {
    background-position: -250px 0;
    min-width: auto;
  }

  .slider-how-working .title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .slider-how-working .text {
    font-size: 16px;
    margin-top: 0;
    text-align: center;
  }

  .support-woks .woks-nav-list {
    margin: 0 -5px 20px -5px;
  }

  .support-woks .woks-nav-item {
    margin: 0 5px 10px 5px;
  }

  .support-woks .woks-nav-item a {
    padding: 0 5px;
  }

  .technologies-item {
    margin: 0 2% 5px 2%;
    width: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .technologies-wrap img {
    max-width: 90%;
  }

  .support-problem-item {
    margin: 0 0 30px 0;
  }

  /* .support-regular-text, .support-problem-item-text, .support-text-block .text, .what-support-item-text, .support-tarifs-text, .support-reviews .text-block2 p, .what-support-item-text li{
    text-align: justify;
  } */
  .service-new li {
    margin-bottom: 4px;
  }

  .service-new h2 {
    margin: 0 0 20px;
  }

  .what-support-item {
    margin: 0 0 25px 0;
  }

  .support-tarifs-item.big {
    box-shadow: none;
  }

  .support-tarifs-wrap {
    margin-bottom: 0;
  }

  .contact-list li {
    margin-bottom: 10px;
  }

  .service-new .main-support .support-woks {
    padding: 25px 15px 0 15px;
    margin-bottom: 20px;
  }

  .support-woks .woks-nav-item a {
    font-weight: 400;
    font-size: 14px;
  }

  .service-new .main-support .how-working {
    padding: 15px 0;
  }

  .how-working button {
    display: none;
  }
}

.cosmonaut {
  width: 360px;
  margin-right: 50px;
  flex-shrink: 0;
}

.cases {
  padding: 50px 13%;
}

.cases .slick-prev,
.cases .slick-next {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: 2;
  right: 0;
  left: auto;
  position: absolute;
  top: -55px;
}
.cases .slick-prev:hover,
.cases .slick-next:hover {
  background: #6ca3c0;
  opacity: 0.7;
}

.cases .slick-prev {
  right: 87px;
}

.cases .slick-prev:before,
.cases .slick-next:before {
  display: none;
}

.cases__slide {
  display: flex !important;
  align-items: flex-start;
}

.cases__slide-subtitle {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
  width: 100%;
  color: #666666;
}

.cases__cosmonaut {
  max-width: 505px;
  flex-shrink: 0;
  margin-right: 50px;
  position: relative;
}

.cases__cosmonaut img {
  max-width: 100%;
}

.cases__slide-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.cases__slide-top {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}

.cases__slide-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 28px;
  text-transform: uppercase;
  color: #F39F2A;
  margin-bottom: 16px;
}

.cases__slide-descr {
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #666666;
  font-weight: 300;
}

.cases__slide-link {
  font-size: 19px;
  line-height: 28px;
  text-decoration-line: underline;
  color: #6CA5BD;
}

.cases__slide-link:hover {
  text-decoration: none;
}

.cases__slide-info {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.cases__slide-info ul {
  width: calc(50% - 20px);
  padding-left: 20px;
  margin-bottom: 0;
}

.cases__slide-info ul li {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 300;
}

@media(max-width: 1600px) {
  .cases {
    padding: 50px;
  }
}

@media(max-width: 1440px) {
  .cosmonaut {
    width: 200px;
  }
}
@media (max-width: 1300px) {
  .cases__cosmonaut {
    max-width: 300px;
  }
}

@media(max-width: 1024px) {
  .cases {
    padding: 15px;
  }

  .cases__slide {
    flex-direction: column;
  }

  .cases__cosmonaut {
    margin-bottom: 32px;
  }

  .cases__slide-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .cases__slide-descr {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .cases__slide-top {
    margin-bottom: 32px;
  }

  .cases__slide-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .cases__slide-info ul {
    width: 100%;
    margin-top: 0;
  }

  .cases__slide-info ul li {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
  }
}

@media(max-width: 767px) {
  .header_text .rating {
    position: absolute;
    top: -168px;
    left: 0px;
  }
  .header_text .rating img {
    width: 140px;
    height: auto;
  }
  .support-tarifs{
    overflow: hidden;
  }
  .cosmonaut {
    width: 100%;
    margin-bottom: 30px;
  }
  .cases {
    padding-bottom: 60px !important;
  }
  .cases .slick-dots {
    bottom: -60px;
  }
  .cases .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #6CA5BD;
  }
  .cases .slick-dots li.slick-active button {
    background: #FC9F3D;
  }
  .cases .slick-dots li button:before {
    display: none;
  }
  .cases .slick-prev,
  .cases .slick-next {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -80px;
    left: 0;
    right: auto;
  }
  .cases .slick-next {
    right: 0;
    left: auto;
  }
  .cases h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
  }
  .cases .slick-prev:after,
  .cases .slick-next:after {
    width: 9px;
    height: 18px;
    background-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    background-size: contain;
  }
  .cases .slick-next:after {
    transform: translate(-50%, -50%) scale(-1);
  }
  .cases__slide-link {
    font-size: 19px;
    line-height: 28px;
  }
  .cases__slide-subtitle {
    margin-bottom: 6px;
  }
}

