@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Onest:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); */
/* cyrillic-ext */


/* .type1 {
  background-color: var(--label1);
}

.type2 {
  background-color: var(--label2);
}

.type3 {
  background-color: var(--label3);
}

.type4 {
  background-color: var(--brendSec);
}

.type5 {
  background-color: var(--label5);
}

.type6 {
  background-color: var(--label6);
} */

.authors {
  font-size: 14px;
}
.authors .author {
  display: flex;
  align-items: center;
  color: var(--typeColorThird2);
  gap: 8px;
  line-height: 1;
  height: 34px;
}
.authors .author a {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.authors .author a:hover {
  color: var(--accent);
}
.authors .author .avatar img {
  overflow: hidden;
  border-radius: 50%;
}
.authors .author .avatar img:nth-child(2) {
  margin-left: -12px;
}
.authors .author .name:nth-child(3) {
  padding-left: 7px;
  position: relative;
}
.authors .author .name:nth-child(3):before {
  content: "|";
  position: absolute;
  left: -2px;
  top: 0px;
}
.authors.two .author {
  display: flex;
}
.authors.two .author .avatar {
  flex: 0 0 auto;
}
.authors.two .author a {
  max-width: 50%;
  transition: all 0.3s;
}
.authors.two .author a:hover {
  flex: 0 0 auto;
  max-width: 100%;
}

.title-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 1279px) {
  .title-top {
    margin-bottom: 16px;
  }
}
/* / REPEAT */
/* news block */
.news-bl {
  border-bottom: 1px solid var(--typeColorThird4);
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.news-bl:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .news-bl .one-right-post.block-with-cols {
    gap: 12px;
  }
}

/* news block */
/* sidebar */
@media (max-width: 1279px) {
  .sidebar {
    display: none;
  }
}

.one-side-bl {
  margin-bottom: 40px;
}

.side-title {
  padding-bottom: 12px;
  position: relative;
  border-bottom: 1px solid var(--typeColorThird4);
  margin-bottom: 16px;
}

.side-links.side-cats ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.side-links a {
  display: block;
  cursor: pointer;
  background-color: var(--bgSec);
  color: var(--typeColorSecond1);
  text-decoration: none;
  padding: 7px 8px;
  text-align: center;
  font-weight: 700;
  border-radius: 8px;
}
.side-links.side-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.side-posts .post-info {
  font-size: 12px;
}

.one-side-post {
  margin-bottom: 24px;
}
.one-side-post .descr {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.one-side-post .descr p {
  height: 38px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.label-post {
  margin-bottom: 12px;
}
.label-post .label {
  display: inline-block;
  padding: 3px 9px;
  color: var(--typeColorFirst1);
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
}

.soc-link {
  display: flex;
  gap: 8px;
}
.soc-link a {
  background-color: var(--bgSec);
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 40px;
  height: 40px;
}

/* / sidebar */
/* text-part */
.text-part h1 {
  margin-bottom: 16px;
}
.text-part h2 {
  margin-bottom: 16px;
}
.text-part p {
  margin-bottom: 16px;
}
.text-part p + h1, .text-part p + h2, .text-part p + h3 {
  padding-top: 8px;
}
.text-part a {
  color: var(--brend);
  text-decoration: underline;
}
.text-part a:hover {
  text-decoration: none;
  color: var(--accent);
}
.text-part a a:hover {
  text-decoration: none;
}
.text-part ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 16px;
  margin-left: 20px;
}
.text-part ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 14px;
}

/* / text-part */

/* Third Section - Start */
.partnership {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 32px;
}
.partnership p {
  max-width: 1056px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 18px;
}
.partnership .slider {
  display: flex;
  position: relative;
  gap: 64px;
  padding: 48px 0;
  background-color: #DADBE5;
  margin-right: 0;
  margin-left: 0;
}
.partnership .slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.partnership .slider::before,
.partnership .slider::after {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 50%;
  z-index: 10;
  pointer-events: none;
}
.partnership .slider::before {
  background: linear-gradient(90deg, var(--bg-secondary) 0, hsla(0, 0%, 100%, 0));
  left: 0;
}
.partnership .slider::after {
  background: linear-gradient(270deg, var(--bg-secondary) 0, hsla(0, 0%, 100%, 0));
  right: 0;
}
.partnership .slider .swiper-slide {
  width: fit-content;
}
/* .partnership .slider .slide {
  max-height: 48px;
} */
.partnership .slider .slide img {
  filter: grayscale(1);
  transition: all .5s ease;
  min-height: 48px;
  width: auto;
}
.partnership .slider .slide:hover img {
  filter: unset
}
@media (max-width: 1680px) {
  .partnership {
    gap: 24px;
  }
  .partnership p {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .partnership .slider::before,
  .partnership .slider::after {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .partnership .slider::before, 
  .partnership .slider::after {
    width: 120px;
  }
}
/* Third Section - End */
/* Four Section - Start */
.trusted.block-with-cols {
  flex-wrap: nowrap;
}
.trusted .col-left {
  display: flex;
  flex-direction: column;
  max-width: 513px;
  gap: 24px;
}
.trusted .countries {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.trusted .country {
  width: fit-content;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  background-color: var(--white);
  cursor: pointer;
  transition: all .6s ease;
  font-weight: 500;
}
.trusted .country:hover,
.trusted .country.active {
  background: var(--bg-select);
}
.trusted .country img {
  border-radius: 4px;
}
.trusted .hide-countries {
  display: none;
}
.trusted .col-left p {
  font-size: 18px;
  font-weight: 500;
}
.trusted .col-left .other {
  text-align: end;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.trusted .col-left .other.hide {
  display: none;
}
.trusted .quote {
  font-size: 18px;
  width: fit-content;
  position: absolute;
  right: 0;
  top: 42px;
  padding: 12px 24px 12px 12px;
  border-radius: 12px;
  background-color: var(--bg-secondary);
  font-weight: 500;
}
.trusted .quote span {
  font-weight: 600;
}
.trusted .map-image svg {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
.trusted .map-country {
  transition: all .6s ease;
}
.trusted .map-country.active {
  fill: var(--accent);
}
.trusted .map-country.small {
  opacity: 0;
}
.trusted .map-country.small.active {
  opacity: 1;
}
.trusted .map-country.more path {
  transition: all .6s ease;
}
.trusted .map-country.more.active path {
  fill: var(--accent);
}
@media (max-width: 1680px) {
  .trusted .col-left p {
    font-size: 16px;
  }
  .trusted .quote {
    top: 0;
    max-width: 300px;
    font-size: 16px;
    padding: 12px 22px;
  }
  .trusted .quote br {
    display: none;
  }
}
@media (max-width: 1380px) {
  .trusted .col-left {
    max-width: 456px;
  }
  .trusted .countries {
    gap: 16px;
  }
  .trusted .quote {
    padding: 16px 11px;
    top: 38px;
    width: 280px;
  }
  .trusted .map-image {
    padding-top: 38px;
  }
}
@media (max-width: 992px) {
  .trusted {
    display: block;
    text-align: center;
  }
  .trusted .col-left {
    max-width: unset;
  }
  .trusted .col-left .other {
    font-size: 16px;
  }
  .trusted .countries {
    gap: 12px;
  }
  .trusted .country {
    gap: 6px;
    font-size: 14px;
  }
  .trusted .country img {
    max-width: 24px;
  }
  .trusted .map {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .trusted .quote {
    position: static;
    text-align: left;
    padding: 12px;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
  }
  .trusted .map-image {
    padding-top: 24px;
  }
}
/* Four Section - End */
/* Six Section - Start */
.keys {
  gap: 32px;
  text-align: center;
  align-items: center;
}
.keys > p {
  max-width: 1056px;
  font-weight: 500;
  font-size: 18px;
}
.keys .slider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px; /* Расстояние между слайдами */
  transform: none;
}
.keys .slider .slide .inner-img {
  display: none;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.keys .slider .slide .inner-img img {
  height: inherit;
  max-width: unset;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  transform: translateX(-50%);
  height: 100%;
}
.keys .slide {
  height: 100%;
}
.keys .slide,
.keys .slider > img {
  /* width: calc(33% - 18px); */
}
.keys .left-block h2 {
  text-align: left;
}
.keys .text-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  height: 100%;
}
.keys .text-block .card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0px 4px 4px 0px rgba(12, 12, 13, 0.05);
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.keys .text-block .card h3 {
  text-align: left;
}
.keys .text-block .card p {
  text-align: left;
}
.keys .text-block .card a {
  font-weight: 700;
  text-decoration: underline;
  color: inherit
}
.keys .text-block.last,
.keys .swiper-slide:last-child,
.keys .slide:last-child {
  flex-direction: row;
  width: 100%;
  grid-column: span 3;
}
.keys .img-block {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.keys .img-block img {
  height: inherit;
  max-width: unset;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  transform: translateX(-50%);
}
.keys .text-block.last .card {
  width: 50%;
}
.keys .slider .swiper-pagination {
  display: none;
}
.keys .slider-block.--column .slider .slide .inner-img {
  display: block;
  height: 325px;
}
.keys .slider-block.--column .swiper-slide:last-child,
.keys .slider-block.--column .slide:last-child {
  grid-column: span 1;
}
.keys .slider-block.--column .slide {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.keys .slider-block.--column .text-block {
  height: auto;
  flex-grow: 1;
}
.keys .swiper-pagination .swiper-pagination-bullet {
  background: var(--gray-light);
}
@media (max-width: 1680px) {
  .keys .slider .swiper-wrapper {
    gap: 24px;
  }
  .keys .text-block .card p {
    font-size: 14px;
  }
  .keys > p {
    font-size: 16px;
  }
  .keys .slider-block.--column .slide {
    gap: 24px;
  }
}
@media (max-width: 1380px) {
  .keys .text-block .card {
    padding: 16px 24px;
  }
  .keys .slider {
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .keys .img-block {
    display: none;
  }
  .keys .text-block {
    margin-bottom: 16px;
  }
  .keys .slider .slide .inner-img {
    display: block;
  }
  .keys .slider-block {
    min-width: 0;
    width: 100%;
  }
  .keys .text-block {
    gap: 16px;
  }
  .keys .text-block .card {
    padding: 16px;
  }
  .keys .slider .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .keys .text-block.last, .keys .swiper-slide:last-child, .keys .slide:last-child {
    flex-direction: column;
  }
  .keys .text-block.last .card {
    width: 100%;
  }
  .keys .slider .swiper-pagination {
    display: block;
    position: static;
    margin-top: 24px;
  }
  .keys .slider-block.--column .slide {
    gap: 16px;
  }
  .keys .slider-block.--column .slider .slide .inner-img {
    height: 100%;
    aspect-ratio: 16 / 9;
  }
  .keys .slider-block.--column .slider .slide .inner-img img {
    height: auto;
    width: 100%;
  }
  .keys .slider-block.--column .text-block {
    margin-bottom: 0;
  }
  .keys .left-block h2 {
    text-align: center;
  }
}
/* Six Section - End */
/* Seven Section - Start */
.stories {
  gap: 32px;
  text-align: center;
  align-items: center;
}
.stories > p {
  max-width: 1056px;
  font-weight: 500;
  font-size: 18px;
}
.stories .slider {
  /* display: flex;
  gap: 32px; */
  width: 100%;
}
.stories .swiper-pagination {
  position: static;
}
.stories .slide {
  padding: 16px;
  border-radius: 16px;
  background-color: var(--white);
}
.stories .slide .img {
  display: block;
  /* width: 480px; */
  height: 569px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.stories .slide .img img {
  max-width: unset;
  height: 100%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.stories .slide .img::before {
  content: '';
  display: block;
  width: 80px;
  height: 94px;
  background: url(../img/icon_play.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.swiper-block {
  position: relative;
}
.swiper .navigation,
.swiper-block .navigation {
  position: absolute;
  z-index: 2;
  height: 100%;
  top: 0;
  right: 16px;
  left: 16px;
  pointer-events: none;
}
.swiper .navigation .slider-button,
.swiper-block .navigation .slider-button {
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
  transition: all .3s ease;
  pointer-events: auto;
}
.swiper .navigation .slider-button.swiper-button-disabled,
.swiper-block .navigation .slider-button.swiper-button-disabled {
  filter: grayscale(1);
  cursor: default;
}
.swiper .navigation .slider-button img,
.swiper-block .navigation .slider-button img {
  transform: rotate(-90deg) ;
}
.swiper .navigation .slider-button.right,
.swiper-block .navigation .slider-button.right {
  right: 0;
  left: auto;
}
.swiper .navigation .slider-button.right img,
.swiper-block .navigation .slider-button.right img {
  transform: rotate(90deg);
}
@media (max-width: 1680px) {
  .stories .slide .img {
    height: 415px;
    border-radius: 12px;
  }
  .stories .slide {
    padding: 12px;
  }
  .stories {
    gap: 24px;
  }
  .stories > p {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
@media (max-width: 1380px) {
  .stories .slide .img {
    height: 375px;
  }
}
@media (max-width: 992px) {
  .stories .slider .swiper-slide {
    width: 77%;
  }
  .stories .slide .img {
    height: 370px;
  }
  .swiper .navigation,
  .swiper-block .navigation {
    right: 0;
    left: 0;
  }
  .swiper .navigation .slider-button,
  .swiper-block .navigation .slider-button {
    width: 32px;
    height: 32px;
  }
}
/* Seven Section - End */
/* Eight Section - Start */
.solutions {
  color: var(--white);
}
.solutions .col-50 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 1;
}
.solutions .col-50 p {
  font-size: 18px;
  font-weight: 500;
  color: var(--gray-light);
}
.solutions .col-50 p b,
.solutions .col-50 p strong {
  color: var(--white)
}
.sol-bg {
  position: absolute;
  max-width: 1022px;
  left: -63px;
  bottom: -53px;
  opacity: 0.6;
  z-index: 0;
}
@media (max-width: 1680px) {
  .solutions {
    gap: 24px;
  }
  .solutions h2 br {
    display: none;
  }
  .solutions .col-50:first-child {
    max-width: 516px;
  }
  .solutions .col-50:last-child {
    flex: 1;
  }
  .sol-bg {
    max-width: 622px;
    left: -22px;
    bottom: -55px;
  }
  .solutions .col-50 p {
    font-size: 16px;
  }
}
@media (max-width: 1380px) {
  .solutions .col-50:first-child {
    max-width: 466px;
  }
  .sol-bg {
    max-width: 605px;
    left: -53px;
    bottom: -63px;
  }
}
@media (max-width: 992px) {
  .solutions {
    padding-bottom: 48px;
  }
  .solutions h2 {
    text-align: center;
  }
  .sol-bg {
    max-width: 100%;
    bottom: -38px;
    right: -6px;
    left: 0;
  }
}
/* Eight Section - End */
/* Nine Section - Start */
.created {
  gap: 32px;
  text-align: center;
  align-items: center;
}
.created > h2,
.created > h3 {
  max-width: 1056px;
  margin: 0 auto;
}
.created > p {
  font-weight: 500;
  font-size: 18px;
  max-width: 1056px;
  margin: 0 auto;
}
.created .steps-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  /* margin-right: -90px; */
}
.created .step {
  z-index: 1;
  width: calc(100% / 3);
  filter: drop-shadow(0px 4px 46px rgba(0,0,0,5%));
  /* margin-right: -45px;   */
  /* display: flex; */
  position: relative;
}
.created .steps-list:has(> :last-child:nth-child(7)) .step:nth-child(6),
.created .steps-list:has(> :last-child:nth-child(7)) .step:nth-child(7) {
  width: calc(100% / 2);
}
.created .step .content {
  border-radius: 16px 0 0 16px;
  padding: 24px;
  background: #FAFAFA;
  /* clip-path: polygon(0 0, calc(100% - 70px) 0, 100% 50%, calc(100% - 70px) 100%, 0 100%); */
  transition: background 0.3s ease;
  text-align: left;
  height: 100%;
  /* min-height: 262px; */
  margin-right: 10px;
}
.created .step .content a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}
.created .step .corner {
  flex-shrink: 1;
  /* display: none; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 15px);
}
.created .step .corner svg {
  height: 100%;
  max-width: unset;
}
.created .step .corner svg path {
  fill: #FAFAFA;
  transition: fill 0.3s ease;
}
.created .step:hover {
  z-index: 10 !important;
}
.created .step:hover .content {
  background: var(--bg-select);
}
.created .step:hover svg path {
  fill: var(--bg-select);
}
.created .step:nth-child(1) {
  z-index: 8;
}
.created .step:nth-child(2) {
  z-index: 7;
}
.created .step:nth-child(3) {
  z-index: 6;
}
.created .step:nth-child(4) {
  z-index: 5;
}
.created .step:nth-child(5) {
  z-index: 4;
}
.created .step:nth-child(6) {
  z-index: 3;
}
.created .step:nth-child(7) {
  z-index: 2;
}
.created .step:nth-child(8) {
  z-index: 1;
}
.created .step:nth-child(4),
.created .step:nth-child(5) {
  width: 50%;
}
.created .step:nth-child(2) .content,
.created .step:nth-child(3) .content,
.created .step:nth-child(5) .content,
.created .step:nth-child(7) .content,
.created .step:nth-child(8) .content {
  padding-left: 85px;
}

.created .step .num {
  text-align: right;
  font-size: 54px;
  font-weight: 700;
  color: var(--accent);
  display: block;
  margin-bottom: 30px;
}
.created .step h3 {
  margin-bottom: 8px;
  font-weight: 600;
}
.created .info-block .quote-big {
  max-width: 922px;
  margin: 0 auto;
}
.created .steps-list.equal .step {
  width: calc(100% / 3) !important;
}
.created .steps-list.equal .step .content {
  padding-left: 70px;
}
.created .steps-list.equal.equal-two .step {
  width: calc(100% / 2) !important;
}
@media (max-width: 1680px) {
  .created {
    gap: 24px;
  }
  .created > p {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .created .step .num {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .created .step .content {
    padding: 16px;
    /* min-height: 206px; */
  }
  .created .step .content p {
    font-size: 14px;
  }
}
@media (max-width: 1380px) {
  .created .step .num {
    font-size: 40px;
  }
  .created .step .content {
    padding: 16px;
    min-height: 220px;
  }
}
@media (max-width: 1150px) {
  .created .step .content {
    /* min-height: 235px; */
  }
}
@media (max-width: 992px) {
  .created .steps-list {
    flex-direction: column;
    margin-right: 0;
    gap: 20px;
  }
  .created .step {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  .created .step .num {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .created .step h3 {
    font-size: 20px;
  }
  .created .step .content {
    min-height: unset;
    padding: 12px 16px !important;
    border-radius: 16px 16px 0 0;
    margin-right: 0;
  }
  .created .step .corner {
    flex: auto;
    transform: rotate(90deg);
    aspect-ratio: 1;
    display: flex;
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
    top: 99%;
    bottom: auto;
  }
  .created .step:not(:first-child) .content {
    padding-top: 24px !important;
  }
  .created .step:nth-child(4), .created .step:nth-child(5) {
    width: 100%;
  }
  .created .step:last-child .content {
    border-radius: 16px;
  }
  .created .step:last-child .corner {
    display: none;
  }
  .created .steps-list:has(> :last-child:nth-child(7)) .step:nth-child(6),
  .created .steps-list:has(> :last-child:nth-child(7)) .step:nth-child(7) {
    width: 100%;
  }
  .created .steps-list.equal .step,
  .created .steps-list.equal.equal-two .step {
    width: 100% !important;
  }
}
/* Nine Section - End */

/* Ten Section - Start */
.writing {
  display: flex;
  gap: 32px;
}
.writing .col-left {
  max-width: 510px;
  color: var(--white);
  position: relative;
  z-index: 1;
}
.writing .col-right {
  flex: 1;
  position: relative;
  z-index: 1;
  background: var(--bg-primary);
  border-radius: 24px;
  padding: 32px;
  overflow: hidden;
}
.writing-wrapper {
  position: relative;
  overflow: hidden;
}
.writing-wrapper .bg-logo {
  position: absolute;
  left: -111px;
  right: -41px;
  bottom: -96px;
  max-width: unset;
  opacity: .6;
}
.writing h2,
.writing .h2 {
  margin-bottom: 32px;
}
.writing p {
  margin-bottom: 24px;
  font-weight: 500;
  color: var(--gray-light)
}
.writing .contact-form {
  background: var(--white);
  padding: 32px;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.writing h3,
.writing .h3 {
  color: var(--gray);
  margin-bottom: 32px;
  font-weight: 600;
}
.writing .contact-form .row {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 24px;
}
.writing .contact-form .row .column {
  flex: 1;
}
.writing .contact-form p {
  width: 100%;
  font-size: 0;
  line-height: normal;
  margin-bottom: 0;
}
.writing .contact-form .btn-block {
  margin-top: 40px;
  position: relative;
  text-align: center;
}
.writing .contact-form .btn-block p {
  display: inline-block;
  width: auto;
}
.writing .contact-form .btn-block .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
@media (max-width: 1680px) {
  .writing {
    gap: 24px;
  }
  .writing .col-left {
    max-width: 516px;
  }
  .writing .col-right {
    padding: 16px;
    margin-right: 78px;
    max-width: 600px;
  }
  .writing .contact-form {
    padding: 12px;
  }
  .writing-wrapper .bg-logo {
    left: -50px;
    bottom: -156px;
    right: -50px;
  }
  .writing h3,
  .writing .h3 {
    margin-bottom: 16px;
  }
  .writing .contact-form .btn-block {
    margin-top: 24px;
  }
}
@media (max-width: 1380px) {
  .writing-wrapper .bg-logo {
    left: -11px;
    bottom: -22px;
    right: 9px;
  }
  .writing .col-left {
    max-width: 466px;
  }
  .writing .col-right {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .writing h2,
  .writing .h2 {
    text-align: center;
    margin-bottom: 24px;
  }
  .writing p {
    text-align: center;
    margin-bottom: 12px;
  }
  .writing .col-right {
    padding: 16px;
    border-radius: 16px;
  }
  .writing h3,
  .writing .h3 {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .writing .contact-form {
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .writing .label-name {
    text-align: left;
  }
  .writing .contact-form .row {
    flex-direction: column;
    margin-bottom: 16px;
    gap: 16px;
  }
  .writing .contact-form .btn-block {
    margin-top: 32px;
  }
}
/* Ten Section - End */

/* Footer - Start */
/* FOOTER */
footer {
  /* padding: 64px 0; */
  background-color: var(--bg-dark);
  color: var(--white);
}
footer .footer-top {
  padding: 64px 0 48px 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
footer .footer-in .footer-top .footer-top-left {
  width: 246px;
}
footer .footer-in .footer-top .footer-logo {
  margin-bottom: 32px;
}
footer .footer-soc {
  margin-bottom: 32px;
}
footer .footer-soc a {
  background-color: transparent;
}
footer .lang-footer {
  color: var(--typeColorSecond1);
  position: relative;
}
footer .lang-footer .act-lang {
  width: 100%;
  background-color: var(--typeColorFirst1);
}
footer .lang-footer .act-lang {
  justify-content: start;
}
footer .lang-footer .drop-lang ul li a {
  justify-content: start;
}
footer .footer-top-middle {
  width: 428px;
}
footer .subs .subs-tit {
  margin-bottom: 16px;
}
footer .subs .subs-form form {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
footer .subs .subs-form form button {
  width: 135px;
}
footer .footer-top-right {
  display: flex;
  gap: 96px;
}
footer .footer-menu {
  /* width: 180px; */
  /* line-height: 1.3; */
}
footer .footer-menu nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-menu nav ul li a {
  font-size: 16px;
  display: block;
  cursor: pointer;
  padding: 6px 0;
  color: #CDCEDA;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 500;
}
footer .footer-menu nav ul li a:hover {
  color: var(--accent);
}
footer .footer-menu-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
  color: var(--white);
  text-decoration: none;
  transition: all .4s ease;
}
footer .footer-menu-title i {
  line-height: 1;
}
footer a.footer-menu-title:hover {
  color: var(--accent);
}
footer .footer-info {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid var(--typeColorFirst1);
  margin-bottom: 32px;
}
footer .footer-info p {
  font-size: 14px;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 48px 0;
  flex-wrap: wrap;
  text-align: center;
  font-size: 16px;
  background-color: #16171E;
  color: var(--gray-light);
}
footer .footer-bottom div > a {
  color: var(--accent);
}
footer .footer-bottom nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer-bottom nav ul li {
  float: left;
}
footer .footer-bottom nav ul li a {
  color: var(--typeColorFirst1);
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-bottom nav ul li a:hover {
  color: var(--accent);
}
.footer-top-left {
  max-width: 415px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer-top-left > img {
  width: 208px;
}
.footer-top-left p,
.footer-top-left a {
  color: var(--gray-light);
  font-size: 18px;
}
.footer-top-left a {
  text-decoration: underline;
}
.footer-top-left .social {
  gap: 24px;
}
.footer-menu-title {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 1680px) {
  .footer-top-left {
    max-width: 334px;
  }
  footer .footer-top-right {
    flex: 1;
    gap: 24px;
  }
  footer .footer-menu {
    flex: 1;
  }
  .footer-top .block-with-cols {
    gap: 68px
  }
  .footer-top-left p {
    font-size: 16px;
  }
  footer .footer-menu nav ul li a {
    font-size: 14px;
  }
  .footer-menu-title {
    font-size: 20px;
  }
  footer .footer-bottom {
    font-size: 14px;
  }
}
@media (max-width: 1380px) {
  .footer-top-left {
    max-width: 368px;
  }
  .footer-top-left p {
    font-size: 16px;
  }
  .footer-menu-title {
    font-size: 20px;
  }
  footer .footer-menu nav ul li a {
    font-size: 14px;
  }
  footer .footer-menu {
    min-width: 142px;
  }
  .footer-top .block-with-cols {
    gap: 24px
  }
}
@media (max-width: 1279px) {
  footer .footer-in .footer-top .footer-top-left {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .footer-in .footer-top .footer-logo {
    text-align: center;
  }
  footer .footer-in .footer-top .footer-logo img {
    width: 228px;
  }
  footer .footer-soc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .footer-top-middle {
    width: 100%;
    margin-bottom: 48px;
  }
  footer .footer-top-right {
    width: 100%;
  }
  footer .footer-menu nav ul li a {
    font-size: 12px;
  }
  footer .footer-bottom {
    padding-top: 16px;
  }
  footer .footer-bottom .copy {
    margin-bottom: 16px;
    width: 100%;
  }
}
@media (max-width: 1150px) {
  .footer-top-left {
    max-width: 265px;
  }
  footer .footer-menu {
    min-width: unset;
    flex: 1;
  }
  .footer-menu-title {
    font-size: 18px;
  }
  footer .footer-top,
  footer .footer-bottom {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 992px) {
  footer .footer-top {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 0;
  }
  .footer-top-left {
    max-width: 100%;
    text-align: center;
  }
  footer .footer-top-right {
    flex-wrap: wrap;
  }
  .footer-top .block-with-cols {
    gap: 48px;
  }
  .footer-top-left > img {
    margin: 0 auto;
  }
  .footer-top-left .social {
    justify-content: center;
  }
  footer .footer-top-right {
    row-gap: 32px;
    column-gap: 16px;
  }
  footer .footer-menu {
    width: calc(50% - 8px);
    flex: auto;
  }
  .footer-menu-title {
    font-size: 20px;
  }
  footer .footer-menu nav ul li a {
    font-size: 14px;
  }
  footer .footer-bottom {
    padding: 32px 24px 75px;
    font-size: 16px;
  }
  footer .footer-bottom .block-with-cols {
    gap: 32px;
    font-weight: 400;
    justify-content: center;
  }
  footer .footer-bottom nav ul {
    row-gap: 8px;
  }
}
/* Footer - End */

/* Screen LEFT BIG (one big post in left part && 3 smaller in right part) */
.big-post .post-thumb {
  height: 386px;
  margin-bottom: 24px;
}
@media (max-width: 1480px) {
  .big-post .post-thumb {
    height: 330px;
  }
}
@media (max-width: 1279px) {
  .big-post .post-thumb {
    height: auto;
    margin-bottom: 12px;
  }
}
.big-post .author {
  margin-bottom: 12px;
  font-size: 14px;
}
@media (max-width: 1279px) {
  .big-post .author {
    margin-bottom: 8px;
  }
}
.big-post .descr p {
  -webkit-line-clamp: 2;
  margin-bottom: 12px;
}
.big-post .descr h3 {
  margin-bottom: 16px;
  font-size: 28px;
}
@media (max-width: 1279px) {
  .big-post .descr h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}



@media (max-width: 1279px) {
  .post-info {
    font-size: 12px;
  }
}
.post-info > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.post-info.just-info {
  justify-content: space-between;
}

.right-posts {
  gap: 32px;
}
@media (max-width: 1279px) {
  .right-posts {
    gap: 24px;
  }
}
.right-posts .one-right-post {
  gap: 24px;
}
@media (max-width: 1279px) {
  .right-posts .one-right-post {
    gap: 16px;
  }
}
.right-posts .one-right-post .post-thumb {
  width: 292px;
  height: 165px;
  overflow: hidden;
}
@media (max-width: 1480px) {
  .right-posts .one-right-post .post-thumb {
    width: 282px;
    height: 160px;
  }
}
@media (max-width: 1279px) {
  .right-posts .one-right-post .post-thumb {
    width: calc(50% - 8px);
    height: auto;
  }
}
@media (max-width: 1480px) {
  .one-right-post .post-thumb {
    height: 165px;
  }
  .one-right-post .post-thumb img {
    min-height: 100%;
  }
}
@media (max-width: 1279px) {
  .one-right-post .post-thumb img {
    width: 100%;
  }
}
.one-right-post .descr p {
  height: 58px;
  -webkit-line-clamp: 3;
}
.one-right-post .descr h4 {
  margin-bottom: 12px;
}
.one-right-post .author {
  margin-bottom: 8px;
}

/* End Screen LEFT BIG */
/* Screen carousel */
.carousel {
  width: 100%;
}


.carous-el {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.carous-el .swiper-pagination {
  position: static;
}
.carous-el .nav-car {
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.carous-el .swiper-button-nexts img {
  transform: rotate(180deg);
}
.carous-el .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.carousel .swiper-slide {
  height: auto;
}
@media (max-width: 1279px) {
  .carous-el .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.carous-el .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--accent);
}

/* / Screen carousel *//*# sourceMappingURL=style.css.map */

