html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #E9DACE;
  position: relative;
}
body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.container {
  margin: auto;
  max-width: 1170px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  font-size: 18px;
  font-weight: 300;
  color: #434341;
  line-height: 130%;
}

b, strong {
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #434341;
}

h1, h2, h3, h4, h5, h6 {
  color: #434341;
}

.btn-default {
  display: inline-block;
  padding: 15px 65px;
  background-color: #434341;
  color: #E9DACE;
  font-size: 22px;
  font-weight: 800;
  border-radius: 50px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.btn-default:hover {
  background-color: #252525;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.title-section {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.title-section .line-text {
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 500;
  padding: 0 100px;
  position: relative;
  z-index: 2;
  background-color: #E9DACE;
  display: inline-block;
}
.title-section.one-line {
  text-align: left;
}
.title-section.one-line .line-text {
  padding: 0 60px 0 0;
}
.title-section.one-line .line-2 {
  width: 90%;
}
.title-section.one-line.multiline .line-2 {
  top: 75%;
}
.title-section .line {
  position: absolute;
  width: 50%;
  height: 0.5px;
  background-color: #434341;
  z-index: 1;
  top: 50%;
  opacity: 0.5;
}
.title-section .line-1 {
  left: 0;
}
.title-section .line-2 {
  right: 0;
}

.nothalf-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nothalf-title .line-wrap {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nothalf-title .line-wrap .line-text {
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 500;
  padding-right: 35px;
  position: relative;
  z-index: 2;
  background-color: #E9DACE;
}
.nothalf-title .line-wrap .line-2 {
  height: 0.5px;
  background-color: #434341;
  position: absolute;
  width: 60%;
  z-index: 1;
  right: 0;
  opacity: 0.5;
}
.nothalf-title .line-1 {
  height: 0.5px;
  background-color: #434341;
  width: calc(25% - 40px);
  opacity: 0.5;
}
.nothalf-title .line-1 img {
  display: none;
}

.default-list {
  padding: 30px 30px 45px;
  border-top: 0.5px solid rgba(67, 67, 65, 0.5);
  border-bottom: 0.5px solid rgba(67, 67, 65, 0.5);
}
.default-list li {
  position: relative;
  margin-bottom: 20px;
  color: #434341;
  font-size: 18px;
  font-weight: 300;
  list-style-type: disc;
}
.default-list li b {
  font-weight: 700;
}
.default-list li:last-child {
  margin-bottom: 0;
}
.default-list li::marker {
  font-size: 18px;
}

.list-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title-page {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #434341;
  position: relative;
}
.title-page .line {
  display: none;
  position: absolute;
  width: 90%;
  height: 0.5px;
  background-color: #434341;
  z-index: 1;
  top: 50%;
  opacity: 0.5;
  right: 0;
}

.title-two-row {
  margin: 0 auto 80px;
}
.title-two-row .line-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
}
.title-two-row .line.line-1 {
  top: 25%;
}
.title-two-row .line.line-2 {
  top: 75%;
}

.languages a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  position: relative;
}
.languages a.lang-item-active{
  padding-right: 12px;
}
.languages a.lang-item-active::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 6px;
  background-image: url("../img/chevron-small.svg");
  background-size: cover;
  background-repeat: no-repeat;
  top: 10px;
  right: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.languages a:hover::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #E9DACE;
  border-bottom: 0.5px solid rgba(67, 67, 65, 0.5);
  backdrop-filter: blur(30px);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);

}
.header .header-wrapper {
  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;
  padding: 15px 0;
  background-color: transparent;
}
.header .header-wrapper .logo {
  line-height: 0;
}
.header .header-wrapper .logo a {
  line-height: 0;
}
.header .header-wrapper .header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .header-wrapper .header-navigation .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 25px;
  font-size: 18px;
  color: #434341;
  font-weight: 300;
}
.header .header-wrapper .header-navigation .header-info a {
  margin-left: 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: #434341;
}
.header .header-wrapper .header-navigation .header-info a.cta-button {
  padding: 10px 45px;
  margin-left: 45px;
  background-color: #434341;
  color: #E9DACE;
  font-size: 16px;
  font-weight: 900;
  border-radius: 35px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header .header-wrapper .header-navigation .header-info a.cta-button:hover {
  background-color: #252525;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header .header-wrapper .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .header-wrapper .nav li {
  margin-right: 22px;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.header .header-wrapper .nav li:last-child {
  margin-right: 0;
}
.header .header-wrapper .nav li:hover a {
  font-weight: 700;
  padding: 0;
}
.header .header-wrapper .nav li:hover a:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.header .header-wrapper .nav li a {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #434341;
  margin: 0;
  text-transform: uppercase;
  padding: 0 2px;
}
.header .header-wrapper .nav li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #434341;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.header .header-wrapper .nav li.current-menu-item>a {
  font-weight: 700;
  padding: 0 2px;
}
.header .header-wrapper .nav li.current-menu-item a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #434341;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header .header-wrapper .nav li.current-menu-item>a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #434341;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header .header-wrapper .nav li.menu-item-has-children {
  position: relative;
}
.header .header-wrapper .nav li.menu-item-has-children::after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 7px;
  background-image: url("../img/chevron.svg");
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.header .header-wrapper .nav li.menu-item-has-children:hover::after {
  background-image: url("../img/chevron-bold.svg");
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.header .header-wrapper .nav li.menu-item-has-children .sub-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8px;
  list-style: none;
  padding: 23px;
  margin: 0;
  position: absolute;
  top: 50px;
  left: 0;
  background: #E9DACE;
  border: 1px solid #ccc;
  border-radius: 31px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 260px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 100;
}
.header .header-wrapper .nav li.menu-item-has-children .sub-menu li {
  margin: 0;
  min-width: 170px;
}
.header .header-wrapper .nav li.menu-item-has-children .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #434341;
  text-transform: none;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -1px;
  position: relative;
  padding: 10px 16px;
  border: 0.5px solid rgba(67, 67, 65, 0.5);
  border-radius: 30px;
  /*-webkit-transition: text-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;*/
  /*transition: text-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;*/
  transition: box-shadow 0.3s ease, text-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, text-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.header .header-wrapper .nav li.menu-item-has-children .sub-menu li a img {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  margin-right: 10px;
}
.header .header-wrapper .nav li.menu-item-has-children .sub-menu li a:before {
  display: none;
}
.header .header-wrapper .nav li.menu-item-has-children .sub-menu li a:hover {
  -webkit-box-shadow: 0 0 7px 0 rgba(67, 67, 65, 0.25);
          box-shadow: 0 0 7px 0 rgba(67, 67, 65, 0.25);

}
.header .header-wrapper .nav li.menu-item-has-children .sub-menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  position: absolute;
  top: -36px;
  left: 0;
}
.header .header-wrapper .nav li.menu-item-has-children .sub-menu li.current-menu-item a:after {
  display: none;
}
.header .header-wrapper .nav li.menu-item-has-children .sub-menu li.current-menu-item a {
  -webkit-box-shadow: 0 0 7px 0 rgba(67, 67, 65, 0.25);
  box-shadow: 0 0 7px 0 rgba(67, 67, 65, 0.25);
}
.header .header-wrapper .nav li.menu-item-has-children.non-flag .sub-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  left: unset;
  right: 0;
}
.header .header-wrapper .nav li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header .header-wrapper .nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #434341;
  font-size: 18px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header .header-wrapper .nav a:last-child {
  margin-right: 0;
}

.main {
  position: relative;
  top: 127px;
}

.hero {
  background-image: url("../img/van-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 250px;
  position: relative;
}
.hero h1 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 500;
  color: #434341;
}
.hero .hero-list {
  margin: 32px 0;
  max-width: 470px;
  padding: 22px 20px 22px 35px;
}
.hero .hero-list li {
  position: relative;
  margin-bottom: 0;
  color: #434341;
  font-size: 22px;
  font-weight: 300;
}
.hero .hero-list li b {
  font-weight: 700;
}
.hero .hero-list li:last-child {
  margin-bottom: 0;
}
.hero .hero-list li::marker {
  font-size: 14px;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 218, 206, 0)), color-stop(65%, rgba(233, 218, 206, 0.92)), to(rgb(233, 218, 206)));
  background: linear-gradient(to bottom, rgba(233, 218, 206, 0) 0%, rgba(233, 218, 206, 0.92) 65%, rgb(233, 218, 206) 100%);
}

.info-section {
  /*padding: 48px 0 32px;*/
  padding: 0 0 32px;
  margin-top: -85px;
  position: relative;
  z-index: 3;
  background-color: #E9DACE;
}
.info-section .info-wrap {
  padding: 0 100px;
}
.info-section .info-wrap .info-text {
  margin-bottom: 30px;
}
.info-section .info-wrap .info-text p {
  text-align: center;
  margin-bottom: 10px;
}
.info-section .info-wrap .info-text p:last-child {
  margin-bottom: 0;
}
.info-section .info-wrap .bold-text {
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
}

.services-section {
  padding: 32px 0 40px;
}
.services-section .services-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
}
.services-section .services-items .services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 48px;
  border: 1px solid #434341;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-section .services-items .services-item .services-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services-section .services-items .services-item .services-icon p {
  font-weight: 400;
  margin-left: 20px;
}
.services-section .services-items .services-item svg {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.services-section .services-items .services-item:hover {
  -webkit-box-shadow: 0 0 14px 0 rgba(67, 67, 67, 0.5);
          box-shadow: 0 0 14px 0 rgba(67, 67, 67, 0.5);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.services-section .services-items .services-item:hover svg {
  -webkit-transform: translateX(55px);
          transform: translateX(55px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.can-do-section {
  padding: 40px 0 50px;
}
.can-do-section .can-do-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.can-do-section .can-do-list .can-do-left {
  width: 50%;
  padding-right: 115px;
}
.can-do-section .can-do-list .can-do-right {
  width: 50%;
  padding-left: 115px;
  border-left: 1px solid #434341;
}
.can-do-section .can-do-list .can-do-item {
  padding: 0;
  margin-bottom: 70px;
}
.can-do-section .can-do-list .can-do-item:last-child {
  margin-bottom: 0;
}
.can-do-section .can-do-list .can-do-item .title-can-do {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #434341;
  min-height: 60px;
}
.can-do-section .can-do-list .can-do-item .text-can-do {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
  min-height: 70px;
}
.can-do-section .can-do-list .can-do-item:last-child .text-can-do {
  margin-bottom: 0;
  min-height: unset;
}

.choice-section {
  padding: 50px 0 0;
}
.choice-section .choice-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.choice-section .card-choice {
  width: calc(50% - 15px);
  margin-bottom: 60px;
  padding-top: 85px;
  position: relative;
}
.choice-section .card-choice .choice-count {
  font-size: 250px;
  font-weight: 400;
  position: absolute;
  opacity: 0.05;
  left: 0;
  top: -60px;
}
.choice-section .card-choice .card-choice-title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 0.5px solid rgba(67, 67, 65, 0.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.choice-section .card-choice p {
  line-height: 130%;
}
.choice-section .card-choice ul {
  list-style-type: disc;
  padding-left: 20px;
}
.choice-section .card-choice ul li {
  margin-bottom: 5px;
  color: #434341;
  font-size: 18px;
  font-weight: 300;
}
.choice-section .card-choice ul li b {
  font-weight: 700;
}
.choice-section .card-choice ul li:last-child {
  margin-bottom: 0;
}
.choice-section .card-choice ul li::marker {
  font-size: 10px;
}

.collab-section {
  padding: 50px 0;
}
.collab-section .collab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}
.collab-section .collab-wrap .collab-flag {
  width: 10.5%;
  padding-top: 33px;
}
.collab-section .collab-wrap .collab-flag img {
  width: 100%;
}
.collab-section .collab-wrap .collab-content {
  width: 75%;
}
.collab-section .collab-wrap .collab-content hr {
  margin: 32px 0;
  border: 0.5px solid rgba(67, 67, 65, 0.5);
}
.collab-section .collab-wrap .collab-content h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
}
.collab-section .collab-wrap .collab-content h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.collab-section .collab-wrap .collab-content ul {
  padding-left: 30px;
  list-style-type: disc;
  padding: 5px 0 25px 30px;
}
.collab-section .collab-wrap .collab-content ul li {
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 20px;
}
.collab-section .collab-wrap .collab-content ul li:last-child {
  margin-bottom: 0;
}
.collab-section .collab-wrap .collab-content ul li::marker {
  font-size: 13px;
}
.collab-section .collab-wrap .collab-content p {
  margin-bottom: 10px;
}
.collab-section .collab-wrap .collab-content p:last-child {
  margin-bottom: 0;
}

.review-section {
  padding: 50px 0;
}
.review-section .btn-wrap {
  margin-top: 36px;
  text-align: center;
}
.partners-section {
  padding: 50px 0;
}
.partners-section .marquee-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 50px 0;
}
.partners-section .marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-left 30s linear infinite;
          animation: scroll-left 30s linear infinite;
}
.partners-section .marquee-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partners-section .marquee-content img {
  margin: 0 44px;
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.faqs-section {
  padding: 50px 0;
}
.faqs-section .faqs-content {
  margin-top: 32px;
}
.faqs-section .faqs-accordion {
  margin-top: 80px;
}
.faqs-section .faqs-accordion .faqs-item {
  padding: 30px;
  border: 0.5px solid rgba(67, 67, 65, 0.5);
  border-radius: 30px;
  margin-bottom: 16px;
}
.faqs-section .faqs-accordion .faqs-item.open {
  box-shadow: 0 0 14px 0 rgba(67, 67, 65, 0.5);
}
.faqs-section .faqs-accordion .faqs-item:last-child {
  border-bottom: 0.5px solid rgba(67, 67, 65, 0.5);
}
.faqs-section .faqs-accordion .faqs-item .faqs-item-title {
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  color: #434341;
}
.faqs-section .faqs-accordion .faqs-item .faqs-item-title::after {
  content: "+";
  position: absolute;
  right: -2px;
  top: -20px;
  font-size: 50px;
  font-weight: 200;
}
.faqs-section .faqs-accordion .faqs-item .faqs-item-title.active::after {
  content: "_";
  top: -38px;
  font-size: 47px;
}
.faqs-section .faqs-accordion .faqs-item .faqs-item-content {
  padding-top: 30px;
}

.algorithm-section {
  padding: 50px 0 65px;
}
.algorithm-section .algorithm-info {
  text-align: center;
  margin: auto;
  max-width: 80%;
  padding: 10px 0;
}
.algorithm-section .algorithm-content {
  margin-top: 50px;
  border-top: 0.5px solid rgba(67, 67, 65, 0.5);
  padding: 60px 0 10px;
}
.algorithm-section .algorithm-content .algorithm-item {
  margin-bottom: 123px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.algorithm-section .algorithm-content .algorithm-item:last-child {
  margin-bottom: 0;
}
.algorithm-section .algorithm-content .algorithm-item .algorithm-item-number {
  font-size: 200px;
  font-weight: 500;
  width: 23%;
  opacity: 0.05;
  line-height: 0.75;
}
.algorithm-section .algorithm-content .algorithm-item .algorithm-item-content {
  width: 74.5%;
}
.algorithm-section .algorithm-content .algorithm-item .algorithm-item-content .algorithm-item-title {
  font-size: 32px;
  font-weight: 400;
  position: relative;
  margin-bottom: 18px;
}
.algorithm-section .algorithm-content .algorithm-item .algorithm-item-content .algorithm-item-title::after {
  content: "";
  position: absolute;
  width: 370px;
  height: 0.3px;
  background-color: #434341;
  bottom: -8px;
  left: 0;
}
.algorithm-section .algorithm-content .algorithm-item .algorithm-item-content .list-title {
  font-weight: 500;
  margin-bottom: 10px;
}
.algorithm-section .algorithm-content .algorithm-item .algorithm-item-content ul {
  padding-left: 30px;
  list-style-type: disc;
  padding: 0 0 30px 25px;
}
.algorithm-section .algorithm-content .algorithm-item .algorithm-item-content ul li {
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 15px;
}
.algorithm-section .algorithm-content .algorithm-item .algorithm-item-content ul li b {
  font-weight: 500;
}
.algorithm-section .algorithm-content .algorithm-item .algorithm-item-content ul li::marker {
  font-size: 13px;
}
.algorithm-section .algorithm-content .algorithm-item .algorithm-item-content ul li:last-child {
  margin-bottom: 0;
}
.algorithm-section .algorithm-content .algorithm-item .algorithm-item-content .note {
  font-weight: 700;
  font-style: italic;
}
.algorithm-section .algorithm-content .algorithm-item.algorithm-item-last {
  margin-top: 172px;
}
.algorithm-section .algorithm-content .algorithm-item.algorithm-item-last .algorithm-item-number {
  line-height: 0.9;
}
.algorithm-section.algorithm-page .title-two-row {
  margin: 0 auto 45px;
}
.algorithm-section.algorithm-page .algorithm-content {
  margin-top: 0;
  border-top: none;
  padding: 10px 0;
}

.footer {
  position: relative;
  top: 127px;
  padding-bottom: 35px;
}
.footer .footer-content {
  padding: 22px 0 44px;
  border-bottom: 0.5px solid rgba(67, 67, 65, 0.5);
  border-top: 0.5px solid rgba(67, 67, 65, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer-content .footer-logo {
  margin-right: 80px;
}
.footer .footer-content .footer-logo img {
  width: 118px;
}
.footer .footer-content .footer-info {
  max-width: 260px;
  margin-right: 40px;
}
.footer .footer-content .footer-info p {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 20px;
}
.footer .footer-content .footer-info p:last-child {
  margin-bottom: 0;
}
.footer .footer-content .footer-info p b {
  font-weight: 700;
}
.footer .footer-content .footer-menu {
  min-width: 205px;
  margin-right: 95px;
}
.footer .footer-content .footer-menu h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.footer .footer-content .footer-menu ul {
  padding-left: 5px;
}
.footer .footer-content .footer-menu ul li {
  margin-bottom: 8px;
}
.footer .footer-content .footer-menu ul li.current-menu-item a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #434341;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer .footer-content .footer-menu ul li.current-menu-item a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #434341;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer .footer-content .footer-menu ul li a {
  font-weight: 300;
  font-size: 16px;
  color: #434341;
  position: relative;
}
.footer .footer-content .footer-menu ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #434341;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.footer .footer-content .footer-menu ul li a:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.footer .footer-content .footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-content .footer-contacts h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.footer .footer-content .footer-contacts a {
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 16px;
  color: #434341;
  position: relative;
  display: block;
  -webkit-transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.footer .footer-content .footer-contacts a:hover {
  color: #000;
  -webkit-transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.footer .footer-content .footer-contacts a:last-child {
  margin-bottom: 0;
}
.footer .footer-content .footer-contacts .footer-contacts-item {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-content .footer-contacts .footer-contacts-item .socials {
  margin-right: 20px;
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer-content .footer-contacts .footer-contacts-item .socials a {
  margin-bottom: 5px;
}
.footer .footer-content .footer-contacts .footer-contacts-item .socials a img {
  width: 23px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.footer .footer-content .footer-contacts .footer-contacts-item .socials a:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.footer .footer-bottom {
  padding-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: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-bottom .copyright {
  font-weight: 300;
  font-size: 12px;
}
.footer .footer-bottom .footer-bootom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-bottom .footer-bootom-menu li {
  padding-right: 80px;
  padding-left: 80px;
}
.footer .footer-bottom .footer-bootom-menu li a {
  font-weight: 300;
  font-size: 12px;
  color: #434341;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer .footer-bottom .footer-bootom-menu li a:hover {
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer .footer-bottom .footer-bootom-menu li:first-child {
  padding-left: 0;
  border-right: 0.5px solid rgba(67, 67, 65, 0.5);
}
.footer .footer-bottom .footer-bootom-menu li:last-child {
  padding-right: 0;
}

.contacts-section {
  padding: 66px 0 76px;
}
.contacts-section .contacts-wrap {
  margin-top: 35px;
}
.contacts-section .contacts-wrap .contacts-info {
  text-align: center;
  margin-bottom: 32px;
}
.contacts-section .contacts-wrap .contacts-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contacts-section .contacts-wrap .contacts-items .contacts-item {
  width: 31.5%;
  border-top: 0.5px solid rgba(67, 67, 65, 0.5);
  padding-top: 25px;
}
.contacts-section .contacts-wrap .contacts-items .contacts-item a.facebook-contact img{
  width: 30px;
}
.contacts-section .contacts-wrap .contacts-items .contacts-item a {
  font-weight: 300;
  font-size: 18px;
  color: #434341;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: block;
  margin-bottom: 27px;
  position: relative;
}
.contacts-section .contacts-wrap .contacts-items .contacts-item a:hover {
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.contacts-section .contacts-wrap .contacts-items .contacts-item a:last-child {
  margin-bottom: 0;
}
.contacts-section .contacts-wrap .contacts-items .contacts-item .social-contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-section .contacts-wrap .contacts-items .contacts-item .social-contacts-item .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}
.contacts-section .contacts-wrap .contacts-items .contacts-item .social-contacts-item .socials a {
  margin-bottom: 0;
  line-height: 0;
  margin-right: 8px;
}
.contacts-section .contacts-wrap .contacts-items .contacts-item .social-contacts-item .socials a:last-child {
  margin-right: 0;
}
.contacts-section .contacts-wrap .contacts-items .contacts-item .social-contacts-item .socials a img {
  width: 30px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.contacts-section .contacts-wrap .contacts-items .contacts-item .social-contacts-item .socials a:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

#map {
  width: 100%;
  height: 485px;
  margin-top: 47px;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  z-index: 10000;
  padding: 15px;
}

.swiper-pagination-bullet {
  width: 46px;
  height: 1px;
  background-color: #434341;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .review-button-prev:after {
  content: url("../img/arrow-left.svg");
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .review-button-next:after {
  content: url("../img/arrow-right.svg");
}

.cremation-hero {
  padding-top: 24px;
}

.page-hero {
  padding: 24px 0 40px;
}
.page-hero .cremation-hero-content {
  position: relative;
}
.page-hero .cremation-hero-content .cremation-hero-text {
  width: 75%;
  margin-left: auto;
}
.page-hero .cremation-hero-content .cremation-hero-text h3 {
  font-size: 32px;
  font-weight: 500;
  padding: 22px 0;
  border-top: 0.5px solid rgba(67, 67, 65, 0.5);
  border-bottom: 0.5px solid rgba(67, 67, 65, 0.5);
  margin-bottom: 32px;
}
.page-hero .cremation-hero-content .cremation-hero-text .cremation-text {
  padding: 0 0 32px;
  border-bottom: 0.5px solid rgba(67, 67, 65, 0.5);
  margin-bottom: 47px;
}
.page-hero .cremation-hero-content .cremation-hero-text .cremation-text p {
  margin-bottom: 10px;
}
.page-hero .cremation-hero-content .cremation-hero-text .btn-default{
  position: relative;
  z-index: 3;
}
.page-hero .cremation-hero-content .cremation-hero-img {
  max-width: 25%;
  position: absolute;
  left: 0;
  bottom: -185px;
  z-index: 3;
}
.page-hero .cremation-hero-content .cremation-hero-img.top-img {
  bottom: 0;
}

.happened-section {
  padding: 40px 0;
  margin-top: 33px;
}
.happened-section .title-section br {
  display: none;
}
.happened-section .happened-content p {
  margin-bottom: 16px;
}
.happened-section .happened-content hr {
  margin: 32px 0;
  border: 0.5px solid rgba(67, 67, 65, 0.5);
}
.happened-section .happened-content ul {
  padding-left: 32px;
}
.happened-section .happened-content ul li{
  margin-bottom: 10px;
  position: relative;
}
.happened-section .happened-content ul li::before {
  content: '•';
  font-size: 18px;
  position: absolute;
  top: -3px;
  left: -17px;
}
.happened-section .happened-list {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px 30px;
}
.happened-section .happened-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #434341;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 18px 55px 18px 44px;
  border: 0.5px solid rgba(67, 67, 65, 0.5);
  border-radius: 50px;
}
.happened-section .happened-list li a img {
  margin-right: 15px;
}
.happened-section .happened-list li a:hover {
  -webkit-box-shadow: 0 0 7px 0 rgba(67, 67, 65, 0.25);
  box-shadow: 0 0 7px 0 rgba(67, 67, 65, 0.25);
}

.urn-section {
  padding: 40px 0;
}
.urn-section .urn-content {
  margin: 32px 0 64px;
}

.urn-products .swiper-product .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: 1px;
}
.urn-products .swiper-product:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #E9DACE;
  position: absolute;
  top: 0;
  z-index: 5;
}
.urn-products .swiper-product .swiper-wrapper .swiper-slide {
  border-left: 0.5px solid rgba(67, 67, 65, 0.5);
  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;
  height: auto;
}
.urn-products .swiper-product .swiper-wrapper .swiper-slide .urn-product {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.farewell-section {
  padding: 40px 0;
}
.farewell-section .farewell-content {
  margin: 33px 0 40px;
}
.farewell-section .farewell-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}
.farewell-section .farewell-content p {
  margin-bottom: 5px;
}
.farewell-section .farewell-content p:last-child {
  margin-bottom: 0;
}

.cremation-single-lists {
  margin-top: 25px;
  padding-bottom: 32px;
  border-bottom: 0.5px solid rgba(67, 67, 65, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cremation-single-lists .cremation-single-list {
  width: 50%;
}
.cremation-single-lists .cremation-single-list .cremation-title-list {
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 18px;
}
.cremation-single-lists .cremation-single-list.cremation-single-lists-left {
  padding-right: 115px;
}
.cremation-single-lists .cremation-single-list.cremation-single-lists-right {
  padding-left: 115px;
  border-left: 0.5px solid rgba(67, 67, 65, 0.5);
}
.cremation-single-lists .cremation-single-list .cremation-list {
  padding-left: 15px;
}
.cremation-single-lists .cremation-single-list .cremation-list li {
  position: relative;
  margin-bottom: 20px;
  color: #434341;
  font-size: 18px;
  font-weight: 300;
  list-style-type: disc;
}
.cremation-single-lists .cremation-single-list .cremation-list li b {
  font-weight: 700;
}
.cremation-single-lists .cremation-single-list .cremation-list li:last-child {
  margin-bottom: 0;
}
.cremation-single-lists .cremation-single-list .cremation-list li::marker {
  font-size: 18px;
}

.cremation-costs {
  padding-top: 15px;
}
.cremation-costs .costs-value {
  margin: 32px 0 49px;
  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;
}
.cremation-costs .costs-value .value-cost {
  /*font-weight: 700;*/
  max-width: 57%;
}
.cremation-costs .costs-value .value-cost b,.cremation-costs .costs-value .value-cost strong{
  font-weight: 700;
}
.lists-section {
  padding: 40px 0;
}
.lists-section .lists-content {
  padding-top: 12px;
  margin: 33px 0 64px;
}
.lists-section .lists-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 32px;
}
.lists-section .lists-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.lists-section .lists-content p {
  margin-bottom: 22px;
}
.lists-section .lists-content ul {
  list-style-type: disc;
  padding-left: 15px;
  margin-bottom: 32px;
}
.lists-section .lists-content ul.two-column-list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.lists-section .lists-content ul li {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  padding-right: 135px;
}
.lists-section .lists-content ul li::marker {
  font-size: 14px;
}
.lists-section .lists-content ul li:last-child {
  margin-bottom: 0;
}
.lists-section .lists-note {
  padding: 32px 0;
  border-top: 0.5px solid rgba(67, 67, 65, 0.5);
}
.lists-section .cremation-costs {
  border-top: 0.5px solid rgba(67, 67, 65, 0.5);
}
.lists-section .cremation-costs .costs-value {
  margin: 26px 0 0;
}
.lists-section h1 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #434341;
}

.coworking-section {
  padding: 32px 0 64px;
}
.coworking-section .title-two-row {
  margin: 0 auto 32px;
}
.coworking-section .info-wrap {
  padding: 0 100px;
}
.coworking-section .info-wrap .info-text {
  margin-bottom: 32px;
}
.coworking-section .info-wrap .info-text p {
  text-align: center;
  margin-bottom: 10px;
  min-height: 22px;
}
.coworking-section .info-wrap .info-text p:last-child {
  margin-bottom: 0;
}
.coworking-section .info-wrap .info-text hr {
  margin: 32px 0;
  border: 0.5px solid rgba(67, 67, 65, 0.5);
}
.coworking-section .info-wrap .info-text hr .half-hr {
  margin: 16px 0;
}
.coworking-section .services-items {
  margin-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
}
.coworking-section .services-items .services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 48px;
  border: 1px solid #434341;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.coworking-section .services-items .services-item .services-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coworking-section .services-items .services-item .services-icon p {
  font-weight: 400;
  margin-left: 20px;
}
.coworking-section .services-items .services-item svg {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.coworking-section .services-items .services-item:hover {
  -webkit-box-shadow: 0 0 14px 0 rgba(67, 67, 67, 0.5);
          box-shadow: 0 0 14px 0 rgba(67, 67, 67, 0.5);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.coworking-section .services-items .services-item:hover svg {
  -webkit-transform: translateX(55px);
          transform: translateX(55px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.form-wrap h2 {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.form-wrap form {
  max-width: 51%;
  margin: 0 auto;
}

.moved-section {
  padding: 32px 0 40px;
}
.moved-section h1 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #434341;
}
.moved-section .moved-info {
  text-align: center;
}
.moved-section .moved-info.products-text {
  width: 65%;
  margin: auto;
}
.moved-section .moved-info p {
  margin-bottom: 16px;
}
.moved-section .moved-info p:last-child {
  margin-bottom: 0;
}
.moved-section .moved-info .btn-default {
  margin-top: 8px;
  display: inline-block;
}
.moved-section .variables-wrap {
  margin: 68px 0 80px;
}
.moved-section .variables-wrap .variable-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.moved-section .variables-wrap .variable-row:not(:last-child) .variable-item {
  border-bottom: 0.5px solid rgba(67, 67, 65, 0.5);
}
.moved-section .variables-wrap .variable-column {
  width: 50%;
}
.moved-section .variables-wrap .variable-left {
  padding-right: 118px;
}
.moved-section .variables-wrap .variable-right {
  border-left: 0.5px solid rgba(67, 67, 65, 0.5);
  padding-left: 104px;
}
.moved-section .variables-wrap .variable-item {
  padding: 24px 0 34px;
  height: 100%;
}

.nav-mob {
  display: none;
}

.mob-banner {
  display: none;
}

.facebook-mobile {
  display: none !important;
}

.algorithm-section .title-section br {
  display: none;
}

.mobile-menu {
  display: none;
  width: 100%;
  background-color: #E9DACE;
  position: fixed;
  left: 0;
  top: 85px;
  bottom: 0;
  scrollbar-width: none;
  padding: 32px 15px;
  z-index: 100;
  overflow-y: auto;
}
.mobile-menu.open {
  display: block;
}
.mobile-menu ul {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(67, 67, 65, 0.5);
}
.mobile-menu ul li {
  margin-bottom: 16px;
}
.mobile-menu ul li a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  color: #434341;
}
.mobile-menu ul li:hover a {
  font-weight: 700;
  padding: 0;
}
.mobile-menu ul li:hover a:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.mobile-menu ul li a {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #434341;
  margin: 0;
  text-transform: uppercase;
  padding: 0 2px;
}
.mobile-menu ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #434341;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.mobile-menu ul li.current-menu-item a {
  font-weight: 700;
}
.mobile-menu ul li.current-menu-item a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #434341;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mobile-menu .mobile-phones {
  padding: 24px 0;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 17px;
}
.mobile-menu .mobile-phones a {
  color: #434341;
  margin-top: 16px;
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.mobile-menu .mobile-contacts {
  padding: 32px 0 24px;
  border-bottom: 0.5px solid rgba(67, 67, 65, 0.5);
}
.mobile-menu .mobile-contacts a {
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 16px;
  color: #434341;
  position: relative;
  display: block;
  -webkit-transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.mobile-menu .mobile-contacts a:hover {
  color: #000;
  -webkit-transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.mobile-menu .mobile-contacts a:last-child {
  margin-bottom: 0;
  line-height: 0;
}
.mobile-menu .mobile-contacts .mobile-contacts-item {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu .mobile-contacts .mobile-contacts-item .socials {
  margin-right: 20px;
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mobile-menu .mobile-contacts .mobile-contacts-item .socials a {
  margin-bottom: 0;
  margin-right: 5px;
  line-height: 0;
}
.mobile-menu .mobile-contacts .mobile-contacts-item .socials a img {
  width: 23px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.mobile-menu .mobile-contacts .mobile-contacts-item .socials a:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.mobile-menu .mobile-contacts .mobile-social img {
  width: 23px;
}
.mobile-menu .mobile-copyright {
  margin-top: 22px;
  font-size: 16px;
}

#map img {
  width: 100%;
}

.costs-note-mobile {
  display: none;
}

.products-section {
  position: relative;
}
.products-section .products-wrap .products-text {
  padding: 10px 0 20px;
  max-width: 65%;
  text-align: center;
  margin: 0 auto;
}
.products-section .products-wrap .product-table {
  padding-bottom: 50px;
  border-bottom: 0.5px solid rgba(67, 67, 65, 0.5);
}
.products-section .products-wrap .product-table .product-specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  border: 0.5px solid rgba(67, 67, 65, 0.5);
  overflow-x: auto;
  margin: 20px 0 32px;
}
.products-section .products-wrap .product-table .product-specs-mobile {
  display: none;
}
.products-section .products-wrap .product-table .product-specs .specs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.5px solid rgba(67, 67, 65, 0.5);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
}
.products-section .products-wrap .product-table .product-specs .specs-row .group-title {
  font-weight: 500;
  font-size: 22px;
}
.products-section .products-wrap .product-table .product-specs .specs-row.specs-header-first {
  height: 64px;
}
.products-section .products-wrap .product-table .product-specs .specs-row.specs-header-first .specs-group {
  height: 64px;
}
.products-section .products-wrap .product-table .product-specs .specs-row:last-child {
  border: none;
}
.products-section .products-wrap .product-table .product-specs .specs-row .specs-label {
  width: 32%;
  max-width: 370px;
  font-weight: 500;
  padding-left: 38px;
}
.products-section .products-wrap .product-table .product-specs .specs-row .specs-value {
  width: 68%;
  max-width: 800px;
  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;
  height: 100%;
  border-left: 0.5px solid rgba(67, 67, 65, 0.5);
}
.products-section .products-wrap .product-table .product-specs .specs-row .specs-group {
  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: 50%;
  max-width: 400px;
  height: 56px;
  border-left: 0.5px solid rgba(67, 67, 65, 0.5);
}
.products-section .products-wrap .product-table .product-specs .specs-row .specs-group:first-child {
  border: none;
}
.products-section .products-wrap .product-table .product-specs .specs-row .specs-group .specs-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products-section .products-wrap .product-table .product-specs .specs-row .specs-group .specs-cell:first-child {
  border-right: 0.5px solid rgba(67, 67, 65, 0.5);
}
.products-section .products-wrap .product-table .product-specs .specs-row .specs-group .specs-cell a {
  color: #0C5498;
  text-decoration: none;
  position: relative;
}
.products-section .products-wrap .product-table .product-specs .specs-row .specs-group .specs-cell a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #0C5498;
  position: absolute;
  left: 0;
  bottom: 1px;
}
.products-section .products-wrap .product-table .product-specs .specs-row .specs-group .specs-cell a:hover:after {
  display: none;
}
.urn-product-text p{
  margin-bottom: 10px;
}
.urn-product-text p:last-child{
  margin-bottom: 0;
}
.urn-slider.urn-products {
  margin: 32px 0 94px;
  position: relative;
}
.urn-slider.urn-products .swiper-product .swiper-slide {
  /*border-right: none;*/
  padding-top: 24px;
  padding-bottom: 24px;
}
/*.urn-slider.urn-products .swiper-product .swiper-slide.swiper-slide-active {*/
/*  border-left: none;*/
/*}*/
/*.urn-slider.urn-products .swiper-product .swiper-slide:after {*/
/*  display: block;*/
/*  width: 0.5px;*/
/*  height: 100%;*/
/*  background-color: rgba(67, 67, 65, 0.5);*/
/*  position: absolute;*/
/*  top: 0;*/
/*}*/
.urn-slider.urn-products .swiper-product .swiper-slide img {
  border-radius: 10px;
  max-height: 200px;
}
/*.urn-slider.urn-products .swiper-product .swiper-slide.swiper-slide-active .urn-product {*/
/*  -webkit-box-pack: start;*/
/*      -ms-flex-pack: start;*/
/*          justify-content: flex-start;*/
/*}*/
/*.urn-slider.urn-products .swiper-product .swiper-slide.swiper-slide-active:after {*/
/*  content: "";*/
/*  right: 14px;*/
/*}*/
/*.urn-slider.urn-products .swiper-product .swiper-slide.last-visible:after {*/
/*  content: "";*/
/*  left: 14px;*/
/*}*/
/*.urn-slider.urn-products .swiper-product .swiper-slide.last-visible .urn-product {*/
/*  -webkit-box-pack: end;*/
/*      -ms-flex-pack: end;*/
/*          justify-content: flex-end;*/
/*}*/
/*.urn-slider.urn-products .swiper-product .swiper-slide.swiper-slide-next {*/
/*  padding-right: 15px;*/
/*}*/
/*.urn-slider.urn-products .swiper-product .swiper-slide.swiper-slide-next:after {*/
/*  content: "";*/
/*  right: 1px;*/
/*}*/
/*.urn-slider.urn-products .swiper-product .swiper-slide.swiper-slide-next + .swiper-slide {*/
/*  padding-left: 15px;*/
/*}*/
.swiper-button-prev{
  left: calc(((100% - 1170px) / 2) - 90px);
}
.swiper-button-next{
  right: calc(((100% - 1170px) / 2) - 90px);
}
.review-button-next, .review-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.review-button-prev {
  left: calc(((100% - 1170px) / 2) - 30px);
}
.review-button-next {
  right: calc(((100% - 1170px) / 2) - 30px);
}
/* REVIEWS */

.reviews{
  position: relative;
  margin-top: 38px;
  overflow: hidden;
}
.review-item{
  padding: 18px 16px;
}
.review-item .review-header{
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.review-item .review-sub-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-photo{
  margin-right: 8px;
}
.review-name{
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
}
.review-item .review-text {
  margin-top: 12px;
}
.review-item .review-text p{
  font-size: 12px;
}
.review-item{
  height: auto;
  min-height: 308px;
  border-left: 0.5px solid rgba(67, 67, 65, 1);
}
.review-item.swiper-slide-active{
  border-left: none;
}

@media (max-width: 1380px) {
  .swiper-button-prev {
    left: 10px;
  }
  .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 1230px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}
@media (max-width: 1180px) {
  .container {
    padding: 0 15px;
    max-width: 100%;
  }
  .header .header-wrapper .nav li {
    margin-right: 25px;
  }
  .hero {
    padding: 80px 0 40px;
  }
  .info-section {
    padding: 40px 0 32px;
    margin-top: 0;
  }
  .services-section .services-items {
    grid-column-gap: 20px;
  }
  .services-section .services-items .services-item:hover svg {
    -webkit-transform: translateX(35px);
    transform: translateX(35px);
  }
  .can-do-section .can-do-list .can-do-left {
    padding-right: 65px;
  }
  .can-do-section .can-do-list .can-do-right {
    padding-left: 65px;
  }
  .title-section .line-text {
    font-size: 50px;
    padding: 0 30px;
  }
  .coworking-section .services-items {
    grid-column-gap: 12px;
  }
}
@media (max-width: 992px) {
  .main {
    top: 85px;
  }
  .header {
    background-color: rgba(67, 67, 65, 0.5);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-bottom: none;
  }
  .header .header-wrapper {
    padding: 10px;
  }
  .header .header-wrapper .logo img {
    max-width: 60px;
  }
  .header .header-wrapper .header-navigation {
    display: none;
  }
  .hero h1 {
    font-size: 40px;
  }
  .nav-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-mob.open .languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-mob .languages {
    margin-right: 32px;
    display: none;
  }
  .nav-mob .languages a:after {
    top: 10px;
  }
  .nav-mob .burger {
    width: 24px;
    height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .nav-mob .burger span {
    background-color: #434341;
    height: 1px;
    -webkit-transition: width 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
    transition: width 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, width 0.4s ease, opacity 0.3s ease;
    transition: transform 0.4s ease, width 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .nav-mob .burger span.line-1 {
    width: 24px;
  }
  .nav-mob .burger span.line-2 {
    width: 16px;
  }
  .nav-mob .burger span.line-3 {
    width: 8px;
  }
  .nav-mob .burger.open span.line-1 {
    -webkit-transform: rotate(45deg) translate(6px, -3px);
            transform: rotate(45deg) translate(6px, -3px);
    width: 24px;
  }
  .nav-mob .burger.open span.line-2 {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .nav-mob .burger.open span.line-3 {
    -webkit-transform: rotate(-45deg) translate(2px, 6px);
            transform: rotate(-45deg) translate(2px, 6px);
    width: 24px;
  }
  .services-section .services-items, .coworking-section .services-items {
    -ms-grid-columns: (350px)[1];
    grid-template-columns: repeat(1, 350px);
    grid-row-gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .services-section .services-items .services-item, .coworking-section .services-items .services-item {
    padding: 16px 45px;
  }
  .footer {
    top: 85px;
  }
  .footer .footer-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-content .footer-info {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer .footer-content .footer-contacts {
    width: 260px;
  }
  .footer .footer-bottom .footer-bootom-menu li {
    padding-right: 40px;
    padding-left: 40px;
  }
  .happened-section .happened-list {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .title-page {
    font-size: 40px;
  }
  .moved-section h1 {
    font-size: 40px;
    margin-bottom: 16px;
    text-align: left;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .urn-slider.urn-products .swiper-product .swiper-slide:after {
    display: none;
  }
  .urn-slider.urn-products .swiper-product .swiper-slide.swiper-slide-next {
    padding-right: 0;
  }
  .urn-slider.urn-products .swiper-product .swiper-slide.swiper-slide-next + .swiper-slide {
    padding-left: 0;
  }
  .swiper-pagination {
    bottom: -15px !important;
  }
  .swiper-reviews{
    padding-bottom: 30px;
  }
  .review-section {
    padding: 50px 0 20px;
  }
}
@media (max-width: 768px) {
  .btn-default {
    width: 100%;
    max-width: 350px;
    display: block;
    text-align: center;
  }
  .title-two-row {
    margin: 0 auto 30px;
  }
  .title-section .line-text {
    font-size: 32px;
    padding: 0 30px;
  }
  .hero {
    padding: 17px 0 24px;
  }
  .hero h1 {
    font-size: 40px;
    text-align: center;
  }
  .hero .hero-list {
    margin: 0 0 48px;
    max-width: 100%;
    padding: 16px 0 0 20px;
    border-bottom: none;
  }
  .hero .hero-list li {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .list-columns {
    -webkit-column-count: unset;
       -moz-column-count: unset;
            column-count: unset;
  }
  .default-list {
    padding: 32px 0 32px 30px;
  }
  .default-list li {
    margin-bottom: 8px;
  }
  .info-section .info-wrap {
    padding: 0;
  }
  .info-section .info-wrap .info-text p {
    text-align: left;
  }
  .info-section .info-wrap .bold-text {
    text-align: left;
    margin-top: 24px;
  }
  .services-section {
    padding: 32px 0 24px;
  }
  .can-do-section {
    padding: 24px 0 35px;
  }
  .can-do-section .can-do-list .can-do-right {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .can-do-section .can-do-list .can-do-right .can-do-item:last-child:after {
    display: none;
  }
  .can-do-section .can-do-list .can-do-right .can-do-item:last-child {
    padding: 32px 0 0;
  }
  .can-do-section .can-do-list .can-do-left {
    width: 100%;
    padding-right: 0;
  }
  .can-do-section .can-do-list .can-do-left .can-do-item:first-child {
    padding: 0 0 32px;
  }
  .can-do-section .can-do-list .can-do-item {
    padding: 32px 0;
    margin-bottom: 0;
    position: relative;
  }
  .can-do-section .can-do-list .can-do-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: rgba(67, 67, 65, 0.5);
  }
  .can-do-section .can-do-list .can-do-item .title-can-do {
    margin-bottom: 8px;
    padding-bottom: 0;
    border-bottom: none;
    min-height: unset;
  }
  .can-do-section .can-do-list .can-do-item .text-can-do {
    margin-bottom: 0;
    min-height: unset;
  }
  .choice-section {
    padding: 35px 0 0;
  }
  .choice-section .card-choice .choice-count {
    font-size: 130px;
  }
  .contacts-section {
    padding: 20px 0 30px;
  }
  .contacts-section .contacts-wrap .contacts-info {
    text-align: left;
    margin-bottom: 48px;
  }
  .contacts-section .contacts-wrap .contacts-info p {
    margin-bottom: 8px;
  }
  .contacts-section .contacts-wrap .contacts-info p:last-child {
    margin-bottom: 0;
  }
  .contacts-section .contacts-wrap .contacts-items .contacts-item {
    width: 100%;
    padding: 22px 0 48px;
  }
  .contacts-section .contacts-wrap .contacts-items .contacts-item a {
    margin-bottom: 18px;
  }
  .contacts-section .contacts-wrap .contacts-items .contacts-item:last-child {
    padding: 22px 0;
  }
  .contacts-section .contacts-wrap .contacts-items .contacts-item .contact-facebook img {
    width: 45px;
  }
  .contacts-section #map {
    margin-top: 0;
  }
  .page-hero {
    padding: 20px 0;
  }
  .page-hero .title-page {
    font-size: 40px;
  }
  .page-hero .title-page .txt {
    padding-right: 12px;
    z-index: 2;
    position: relative;
    background-color: #E9DACE;
  }
  .page-hero .title-page .line {
    display: block;
  }
  .page-hero .cremation-hero-content .cremation-hero-img {
    max-width: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    bottom: unset;
    width: 100%;
  }
  .page-hero .cremation-hero-content .cremation-hero-img img {
    width: 100%;
  }
  .page-hero .cremation-hero-content .cremation-hero-img.top-img {
    width: 100%;
  }
  .page-hero .cremation-hero-content .cremation-hero-img.top-img img {
    width: 100%;
  }
  .page-hero .cremation-hero-content .cremation-hero-text {
    width: 100%;
  }
  .page-hero .cremation-hero-content .cremation-hero-text .cremation-text {
    margin-bottom: 32px;
  }
  .page-hero .cremation-hero-content .cremation-hero-text h3 {
    font-size: 24px;
    padding: 22px 0;
    border-top: none;
  }
  .happened-section .happened-list {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
  }
  .moved-section .moved-info {
    text-align: left;
  }
  .moved-section .moved-info p {
    margin-bottom: 8px;
  }
  .moved-section .variables-wrap {
    margin: 28px 0 40px;
  }
  .moved-section .variables-wrap .variable-item {
    padding: 24px 0;
    border-bottom: 0.5px solid rgba(67, 67, 65, 0.5) !important;
  }
  .moved-section .variables-wrap .variable-right {
    border-left: none;
    padding-left: 0;
  }
  .moved-section .variables-wrap .variable-left {
    padding-right: 0;
  }
  .moved-section .variables-wrap .variable-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .moved-section .variables-wrap .variable-row .variable-column {
    width: 100%;
  }
  .form-wrap h2 {
    font-size: 24px;
  }
  .cremation-hero {
    padding: 20px 0 24px;
  }
  .cremation-single-lists .cremation-single-list.cremation-single-lists-left {
    padding-right: 20px;
  }
  .cremation-single-lists .cremation-single-list.cremation-single-lists-right {
    padding-left: 20px;
  }
  .cremation-costs {
    padding-top: 32px;
  }
  .cremation-costs .costs-value {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .cremation-costs .costs-value .value-cost {
    max-width: unset;
    width: 100%;
  }
  .cremation-costs .costs-value .costs-note-mobile {
    display: block;
    margin: 8px 0 32px;
  }
  .cremation-costs .costs-note {
    display: none;
  }
  .lists-section {
    padding: 0 0 30px;
  }
  .lists-section.lists-hero {
    padding: 38px 0 30px;
  }
  .lists-section h1 {
    font-size: 40px;
  }
  .lists-section .lists-content {
    margin: 24px 0;
    padding: 0;
  }
  .lists-section .lists-content ul.two-column-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .lists-section .lists-content ul.two-column-list li {
    margin-bottom: 8px;
  }
  .lists-section .lists-content ul li {
    padding-right: 0;
  }
  .lists-section .lists-content h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .lists-section .lists-content p {
    margin-bottom: 16px;
  }
  .lists-section .cremation-costs {
    padding: 0;
  }
  .lists-section .cremation-costs .costs-value {
    margin: 22px 0 0;
  }
  .lists-section .cremation-costs .costs-value .value-cost {
    margin-bottom: 16px;
  }
  .urn-slider.urn-products {
    margin: 32px 0 62px;
  }
  .urn-slider.urn-products .swiper-product {
    padding-bottom: 32px;
  }
  .urn-slider.urn-products .swiper-product .swiper-wrapper {
    padding-left: 15px;
  }
  .urn-slider.urn-products .swiper-product .swiper-wrapper .swiper-slide {
    padding-top: 0;
  }
  .urn-products .swiper-product .swiper-wrapper .swiper-slide{
    border: none;
  }
  .urn-slider.urn-products .container {
    padding: 0;
  }
  .moved-section .moved-info.products-text {
    width: 100%;
    text-align: left;
  }
  .products-section .products-wrap .products-text {
    padding: 10px 0;
    max-width: 100%;
    text-align: left;
  }
  .products-section .products-wrap .product-table {
    padding-bottom: 24px;
  }
  .products-section .products-wrap .product-table .product-specs {
    margin: 10px 0 16px;
  }
  .products-section .products-wrap .product-table .product-specs .specs-row .specs-label {
    width: 36%;
    padding-left: 8px;
  }
  .urn-products .swiper-product .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    max-height: 250px;
  }
  .swiper-pagination {
    bottom: 10px !important;
  }
  .reviews .swiper-pagination {
    bottom: -12px !important;
  }
}
@media (max-width: 568px) {
  .reviews .container {
    padding: 0;
  }
  .review-item.swiper-slide-next {
    opacity: 0.3;
  }
  .review-item{
    border-left: none;
  }
  .review-item.swiper-slide-active{
    border-right: 0.5px solid rgba(67, 67, 65, 1);
  }
  .title-section {
    text-align: left;
  }
  .title-section .line-text {
    padding: 0 25px 0 0;
  }
  .title-section .line-1 {
    display: none;
  }
  .title-section .line-2 {
    width: 90%;
  }
  .title-section.one-line .line-text {
    padding: 0 7px 0 0;
  }
  .title-two-row .line-text {
    margin: 0;
  }
  .title-two-row .line.line-1 {
    display: none;
  }
  .btn-default {
    max-width: unset;
  }
  .hero {
    background-image: none;
  }
  .hero h1 {
    padding-bottom: 14px;
    border-bottom: 0.5px solid rgba(67, 67, 65, 0.5);
  }
  .hero .mob-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    background-image: url("../img/van-mob2.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }
  .hero .mob-banner img {
    width: 100%;
  }
  .hero .mob-banner::before, .hero .mob-banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 2;
    pointer-events: none;
  }
  .hero .mob-banner::before {
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#E9DACE), color-stop(48%, rgba(233, 218, 206, 0.7)), to(rgba(233, 218, 206, 0)));
    background: linear-gradient(to bottom, #E9DACE 0%, rgba(233, 218, 206, 0.7) 48%, rgba(233, 218, 206, 0) 100%);
  }
  .hero .mob-banner::after {
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#E9DACE), color-stop(48%, rgba(233, 218, 206, 0.7)), to(rgba(233, 218, 206, 0)));
    background: linear-gradient(to top, #E9DACE 0%, rgba(233, 218, 206, 0.7) 48%, rgba(233, 218, 206, 0) 100%);
  }
  .info-section {
    padding: 40px 0 24px;
  }
  .services-section {
    padding: 24px 0;
  }
  .services-section .services-items {
    margin-top: 32px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .choice-section {
    padding: 35px 0 40px;
  }
  .choice-section .choice-wrap .card-choice {
    width: 100%;
    margin-bottom: 60px;
    padding-top: 0;
  }
  .choice-section .choice-wrap .card-choice .choice-count {
    top: -35px;
  }
  .choice-section .choice-wrap .card-choice:last-child {
    margin-bottom: 0;
  }
  .choice-section .choice-wrap .card-choice .card-choice-title {
    width: 100%;
  }
  .collab-section {
    padding: 40px 0 32px;
  }
  .collab-section .collab-wrap {
    padding-top: 38px;
  }
  .collab-section .collab-wrap .collab-flag {
    display: none;
  }
  .collab-section .collab-wrap .collab-content {
    width: 100%;
  }
  .collab-section .collab-wrap .collab-content h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .collab-section .collab-wrap .collab-content h3 {
    margin-bottom: 10px;
  }
  .collab-section .collab-wrap .collab-content .list-title {
    display: block;
  }
  .collab-section .collab-wrap .collab-content .list-title ul {
    padding: 0 0 0 20px;
  }
  .collab-section .collab-wrap .collab-content .list-title ul li {
    margin-bottom: 8px;
  }
  .collab-section .collab-wrap .collab-content .list-title ul li:last-child {
    margin-bottom: 0;
  }
  .review-section {
    padding: 24px 0;
  }
  .partners-section {
    padding: 24px 0;
  }
  .partners-section .marquee-wrapper {
    padding: 12px 0 0;
  }
  .partners-section .marquee-wrapper .marquee-content img {
    margin: 0 19px;
    max-height: 88px;
  }
  .faqs-section {
    padding: 24px 0;
  }
  .faqs-section .faqs-accordion {
    margin-top: 24px;
  }
  /*.faqs-section .faqs-accordion .faqs-item {*/
  /*  padding: 32px 0;*/
  /*}*/
  .faqs-section .faqs-accordion .faqs-item .faqs-item-title {
    padding-right: 25%;
  }
  .home .algorithm-section {
    padding: 24px 0 48px;
  }
  .algorithm-section {
    padding: 24px 0 0;
  }
  .algorithm-section .algorithm-wrap {
    margin-top: 32px;
  }
  .algorithm-section .algorithm-wrap .algorithm-info {
    text-align: left;
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
  .algorithm-section .algorithm-wrap .algorithm-info p {
    margin-bottom: 8px;
  }
  .algorithm-section .algorithm-wrap .algorithm-info p:last-child {
    margin-bottom: 0;
  }
  .algorithm-section .algorithm-wrap .algorithm-content {
    margin-top: 0;
    border-top: none;
    padding: 0;
  }
  .algorithm-section .algorithm-wrap .algorithm-content .algorithm-item {
    position: relative;
    padding: 48px 0;
    border-bottom: 0.5px solid rgba(67, 67, 65, 0.5);
    margin-bottom: 0;
  }
  .algorithm-section .algorithm-wrap .algorithm-content .algorithm-item:last-child {
    border-bottom: none;
    padding: 48px 0 0;
  }
  .algorithm-section .algorithm-wrap .algorithm-content .algorithm-item .algorithm-item-number {
    font-size: 125px;
    position: absolute;
    top: 40px;
    left: 0;
  }
  .algorithm-section .algorithm-wrap .algorithm-content .algorithm-item.algorithm-item-last {
    margin-top: 0;
  }
  .algorithm-section .algorithm-wrap .algorithm-content .algorithm-item.algorithm-item-last .algorithm-item-number {
    top: 15px;
  }
  .algorithm-section .algorithm-wrap .algorithm-content .algorithm-item .algorithm-item-content {
    width: 100%;
  }
  .algorithm-section .algorithm-wrap .algorithm-content .algorithm-item .algorithm-item-content .algorithm-item-title {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 500;
  }
  .algorithm-section .algorithm-wrap .algorithm-content .algorithm-item .algorithm-item-content .algorithm-item-title::after {
    display: none;
  }
  .algorithm-section .algorithm-wrap .algorithm-content .algorithm-item .algorithm-item-content ul {
    padding: 0 0 24px 25px;
  }
  .algorithm-section .algorithm-wrap .algorithm-content .algorithm-item .algorithm-item-content ul li {
    margin-bottom: 5px;
  }
  .algorithm-section .algorithm-wrap .algorithm-content .algorithm-item .algorithm-item-content ul li:last-child {
    margin-bottom: 0;
  }
  .footer {
    padding-bottom: 28px;
  }
  .footer .footer-content {
    padding: 48px 0 16px;
    border-bottom: none;
  }
  .footer .footer-content .footer-info {
    width: 100%;
    max-width: unset;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 0.5px solid rgba(67, 67, 65, 0.5);
  }
  .footer .footer-content .footer-info p {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .footer .footer-content .footer-logo {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .footer .footer-content .footer-menu {
    margin-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
  .footer .footer-content .footer-menu h3 {
    font-size: 16px;
  }
  .footer .footer-content .footer-menu ul {
    padding-left: 0;
  }
  .footer .footer-content .facebook-desctop {
    display: none !important;
  }
  .footer .footer-content .facebook-mobile {
    display: block !important;
    margin-top: 12px;
  }
  .footer .footer-content .facebook-mobile img {
    width: 23px;
  }
  .footer .footer-bottom {
    padding-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-bottom .copyright {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 16px;
  }
  .footer .footer-bottom .footer-bootom-menu {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 0;
    border-bottom: 0.5px solid rgba(67, 67, 65, 0.5);
    border-top: 0.5px solid rgba(67, 67, 65, 0.5);
  }
  .footer .footer-bottom .footer-bootom-menu li {
    margin-bottom: 10px;
    padding: 0;
  }
  .footer .footer-bottom .footer-bootom-menu li:last-child {
    margin-bottom: 0;
  }
  .footer .footer-bottom .footer-bootom-menu li:first-child {
    border-right: none;
  }
  .nothalf-title .line-1 {
    height: auto;
    background-color: unset;
    width: 80px;
    opacity: 1;
    margin-right: 10px;
  }
  .nothalf-title .line-1 img {
    display: block;
    width: 100%;
  }
  .nothalf-title .line-wrap .line-text {
    font-size: 32px;
  }
  .happened-section {
    padding: 22px 0 32px;
    margin-top: 0;
  }
  .happened-section .title-section br {
    display: block;
  }
  .happened-section .happened-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .happened-section .happened-list li a {
    padding: 15px 16px;
  }
  .urn-section {
    padding: 32px 0 0;
  }
  .urn-section .title-section .line-text {
    padding-right: 30px;
  }
  .urn-section .title-section .line-2 {
    top: 50%;
  }
  .urn-section .urn-content {
    margin: 42px 0 21px;
  }
  .farewell-section {
    padding: 32px 0 48px;
  }
  .farewell-section .farewell-content {
    margin: 16px 0 0;
  }
  .moved-section {
    padding: 16px 0 40px;
  }
  .moved-section h1 {
    font-size: 40px;
  }
  .coworking-section {
    padding: 16px 0 40px;
  }
  .coworking-section .title-section {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .coworking-section .title-section.title-two-row {
    margin: 0 0 16px;
  }
  .coworking-section .title-section.title-two-row .line-2 {
    display: none;
  }
  .coworking-section .title-section.title-two-row .line-text {
    padding: 0;
  }
  .coworking-section .services-items {
    margin: 32px 0 24px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .coworking-section .info-wrap {
    padding: 0;
  }
  .coworking-section .info-wrap .info-text p {
    text-align: left;
  }
  .coworking-section .info-wrap .info-text hr {
    margin: 36px 0 24px;
  }
  .cremation-single-lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 32px;
  }
  .cremation-single-lists .cremation-single-list {
    width: 100%;
  }
  .cremation-single-lists .cremation-single-list .cremation-title-list {
    margin-bottom: 16px;
  }
  .cremation-single-lists .cremation-single-list .cremation-list li {
    margin-bottom: 15px;
  }
  .cremation-single-lists .cremation-single-list.cremation-single-lists-left {
    padding-right: 0;
    padding-bottom: 40px;
    border-bottom: 0.5px solid rgba(67, 67, 65, 0.5);
  }
  .cremation-single-lists .cremation-single-list.cremation-single-lists-right {
    padding-left: 0;
    padding-top: 32px;
    border-left: none;
  }
  .lists-section h1 {
    font-size: 40px;
  }
  .lists-section .lists-note {
    padding: 24px 0;
  }
  .moved .moved-section {
    padding: 16px 0;
  }
  .moved .choice-section {
    padding: 32px 0 56px;
  }
  .moved .coworking-section {
    padding: 0 0 40px;
  }
  .urn .title-page {
    margin-bottom: 0;
  }
  .urn .page-hero .cremation-hero-content .cremation-hero-text h3 {
    margin-bottom: 16px;
  }
  .urn .page-hero .cremation-hero-content .cremation-hero-text .cremation-text {
    padding: 0 0 6px;
  }
  .urn-slider.urn-products {
    margin: 32px 0 4px;
  }
  .products-section .products-wrap .product-table .product-specs {
    display: none;
  }
  .products-section .products-wrap .product-table .product-specs-mobile {
    display: block;
    margin-bottom: 16px;
  }
  .products-section .products-wrap .product-table .product-specs-mobile .specs-item {
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
  }
  .products-section .products-wrap .product-table .product-specs-mobile .specs-item:last-child {
    margin-bottom: 0;
  }
  .products-section .products-wrap .product-table .product-specs-mobile .specs-item .specs-item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #000;
  }
  .products-section .products-wrap .product-table .product-specs-mobile .specs-item .specs-item-row:last-child {
    border-bottom: none;
  }
  .products-section .products-wrap .product-table .product-specs-mobile .specs-item .specs-item-row.specs-item-head .specs-item-label {
    font-weight: 500;
    font-size: 22px;
    color: #434341;
    padding: 16px 8px;
  }
  .products-section .products-wrap .product-table .product-specs-mobile .specs-item .specs-item-row.specs-item-head .specs-item-value {
    font-weight: 500;
    font-size: 22px;
    color: #434341;
    padding: 16px 8px;
  }
  .products-section .products-wrap .product-table .product-specs-mobile .specs-item .specs-item-row .specs-item-label {
    width: 64%;
    border-right: 1px solid #000;
    padding: 0 8px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 300;
    color: #434341;
  }
  .products-section .products-wrap .product-table .product-specs-mobile .specs-item .specs-item-row .specs-item-value {
    width: 36%;
    padding: 8px;
    text-align: right;
    font-size: 18px;
    font-weight: 300;
    color: #434341;
  }
  .products-section .products-wrap .product-table .product-specs-mobile .specs-item .specs-item-row .specs-item-value a {
    color: #0C5498;
    text-decoration: none;
    position: relative;
  }
  .products-section .products-wrap .product-table .product-specs-mobile .specs-item .specs-item-row .specs-item-value a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1.5px;
    background-color: #0C5498;
    position: absolute;
    left: 0;
    bottom: 1px;
  }
  .products-section .products-wrap .product-table .product-specs-mobile .specs-item .specs-item-row .specs-item-value a:hover:after {
    display: none;
  }
  .urn-products .swiper-product .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    max-height: 250px;
  }
}
@media (max-width: 475px) {
  .review-item.swiper-slide-active {
    padding: 0 32px 0 15px;
  }
  .review-item.swiper-slide-next {
    padding: 0 0 0 32px;
  }
  .review-item{
    height: 100%;
    min-height: unset;
  }
  .hero .mob-banner {
    background-position: right;
  }
  .services-section .title-section {
    text-align: center;
  }
  .services-section .title-section .line-text {
    padding: 0;
  }
  .services-section .title-section .line-1 {
    display: block;
    top: -15px;
    width: 80px;
  }
  .services-section .title-section .line-2 {
    width: 80px;
    bottom: -12px;
    top: unset;
  }
  .can-do-section .title-two-row .line-2 {
    top: 94%;
    z-index: 2;
    width: 72%;
  }
  .title-page {
    font-size: 40px;
  }
  .title-section .line-2 {
    bottom: 8.5px;
    top: unset;
  }
  .title-section.one-line.multiline .line-2 {
    top: 87%;
  }
  .farewell-section .title-section .line-2 {
    top: 75%;
  }
  .algorithm-section .title-section br {
    display: block;
  }
  .cremation-hero .title-section .line-2 {
    bottom: unset;
    top: 50%;
  }
  .title-two-row .line.line-2 {
    top: unset;
    bottom: 18px;
  }
  .urn-products .swiper-product .swiper-wrapper .swiper-slide.swiper-slide-next {
    opacity: 0.5;
  }
}