.footer {
  padding: 1px;
}

.footer-logo {
  padding: 1px;
}

.copyright {
  padding: 1px;
}

@font-face {
  font-family: "Lato";
  font-weight: 400;
  src: url("../fonts/lato/Lato-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Lato Medium";
  font-weight: 500;
  src: url("../fonts/lato/Lato-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Lato Semibold";
  font-weight: 600;
  src: url("../fonts/lato/Lato-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Lato Bold";
  font-weight: 700;
  src: url("../fonts/lato/Lato-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Lato Italic";
  font-weight: 700;
  src: url("../fonts/lato/Lato-BoldItalic.woff2") format("woff2");
}

* {
  font-family: "Lato", "system-ui", "verdana", "tahoma", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}

html,
body {
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #003235;
}

a:hover {
  color: #003235;
  text-decoration: underline;
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  max-width: 1218px;
  z-index: 10;
}

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

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

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

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

.grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}

.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.text,
.text * {
  line-height: 1.6;
  color: #003235;
}

p.text,
.text > p {
  margin-bottom: 25px;
}

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

.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 21px 24px;
  color: #fff;
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: #003235;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 15px;
  border: 1px solid #003235;
}

.services__button:hover,
.btn:hover {
  background-color: #fff;
  text-decoration: none;
  border-color: #003235;
  color: #003235;
}

.btn-submit {
  text-align: left;
  width: 100%;
  max-width: 430px;
  padding: 23px 31px;
  font-size: 20px;
}

.btn-submit .icon {
  position: absolute;
  right: 20px;
  top: 39%;
  width: 14px;
  height: 14px;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-white {
  background-color: #fff !important;
  color: #003235 !important;
  margin-top: 20px;
  padding: 15px 20px;
  height: 55px;
  width: 100%;
  max-width: 260px;
}

.btn-footer {
  background-color: #fff;
  border: 1px solid #e3e9eb;
  border-radius: 15px;
  padding: 23px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  width: 294px;
}

.btn-footer span {
  font-family: "Lato Medium";
  font-weight: 500;
  font-size: 18px;
  color: #003235;
}

a.btn-footer:hover {
  background-color: #fff;
  border-color: #003235;
  color: #003235;
}

.btn-footer .icon {
  position: absolute;
  right: 33px;
  bottom: 24px;
  width: 16px;
  height: 16px;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-footer:hover .icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.cover-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  cursor: pointer;
}

.icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon:before,
.icon::after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-arrow-right-down {
  background-image: url("../images/kriol/arr-down-right-white.png");
}

.icon-arrow-right-down-dark {
  background-image: url("../images/kriol/arr-down-right.png");
}

.icon-plus {
  background-image: url("../images/kriol/plus.png");
}

.icon-facebook {
  background-image: url("../images/kriol/fb.png");
}

.icon-instagram {
  background-image: url("../images/kriol/inst.png");
}

.icon-telegram {
  background-image: url("../images/kriol/tg.png");
}

.icon-location {
  background-image: url("../images/kriol/location.png");
}

.icon-time {
  background-image: url("../images/kriol/time.png");
}

.icon-phone {
  background-image: url("../images/kriol/phone.png");
}

.icon-email {
  background-image: url("../images/kriol/email.png");
}

.menu-toggle {
  display: none;
}

.footer {
  padding: 1px;
}

.footer-logo {
  padding: 1px;
}

.copyright {
  padding: 1px;
}

* {
  font-family: "system-ui", "verdana", "tahoma", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon:before,
.icon::after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-plus {
  display: block;
  position: absolute;
  right: 20px;
  top: 28px;
  width: 16px;
  height: 16px;
}

.icon-plus.active {
  background-image: url("../images/kriol/minus.png");
  background-image: url("../images/kriol/fb.png");
}

.icon-instagram {
  background-image: url("../images/kriol/inst.png");
}

.icon-telegram {
  background-image: url("../images/kriol/tg.png");
}

.icon-location {
  background-image: url("../images/kriol/location.png");
}

.icon-time {
  background-image: url("../images/kriol/time.png");
}

.icon-phone {
  background-image: url("../images/kriol/phone.png");
}

.icon-email {
  background-image: url("../images/kriol/email.png");
}

.footer {
  padding: 1px;
}

.footer-logo {
  padding: 1px;
}

.copyright {
  padding: 1px;
}

* {
  font-family: "Lato", sans-serif;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px;
  width: 72px;
  height: 72px;
  border: 3px dotted #000;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotation 2s linear infinite;
  animation: rotation 2s linear infinite;
  z-index: 222;
}

.loader::after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted #000;
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-animation: rotationBack 1s linear infinite;
  animation: rotationBack 1s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.loader::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24px;
  border: 2px dotted #000;
  border-style: solid dotted solid dotted;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-animation: rotationBack 2.5s linear infinite;
  animation: rotationBack 2.5s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.form-messages {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem;
  display: none;
}

.form-messages.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
body {
  margin: 0;
  font-family: sans-serif;
  background: #fff;
  color: #13321d;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 37px;
  margin-bottom: 80px;
}

.hero__left {
  position: relative;
  padding: 40px 0 20px 40px;
  background: #edf2f3;
  border-radius: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 23px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero__title {
  margin: 0;
  font-size: 42px;
  line-height: 1.2;
  font-family: "Lato Bold";
  text-transform: uppercase;
  line-height: 1.23;
  max-width: 503px;
  width: 100%;
}

.hero__subtitle {
  max-width: 352px;
  line-height: 1.4;
}

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

.hero__stats {
  margin-top: 17px;
  margin-left: -24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 350px;
  flex: 0 1 350px;
  max-width: 350px;
}

.hero__stats-item {
  background: #fff;
  padding: 0 12px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  width: 100%;
  height: 106px;
}

.hero__stats-number {
  font-size: 41px;
  font-family: "Lato Bold";
  color: #13321d;
}

.hero__stats-text {
  margin-left: 11px;
}

.hero__button {
  margin-top: -23px;
  margin-left: 15px;
  margin-right: -12px;
  margin-bottom: -30px;
  background: #003235;
  color: #fff;
  padding: 26px;
  border-radius: 25px;
  gap: 10px;
  text-decoration: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border: 12px solid #fff;
  width: 394px;
  position: relative;
  font-size: 22px;
  height: 178px;
}

.hero__button:hover {
  text-decoration: none;
  color: #fff;
}

.hero__button:hover .icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hero__button .icon {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.hero__right {
  width: 34.8%;
  min-height: 380px;
  border-radius: 20px;
  background: -o-linear-gradient(
    229.5deg,
    #215356 1.2%,
    #042c2e 49.71%,
    #215356 99.17%
  );
  background: linear-gradient(
    220.5deg,
    #215356 1.2%,
    #042c2e 49.71%,
    #215356 99.17%
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero__logo-text {
  position: absolute;
  right: 20px;
  bottom: 200px;
  background-image: url("../images/kriol/logo-text.png");
  width: 141px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.hero__logo {
  text-align: center;
  color: #fff;
}

.hero__logo-img {
  width: 325px;
}

.services_more {
  margin: 80px 0 118px;
}

.services__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block__title {
  margin: 0;
  font-size: 35px;
  font-family: "Lato Bold";
  color: #13321d;
  text-transform: uppercase;
}

.services__subtitle {
  margin: 0;
  font-size: 37px;
  font-family: "Lato Bold";
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -o-linear-gradient(left, #f0da93 0%, #b88943 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f0da93),
    to(#b88943)
  );
  background-image: linear-gradient(90deg, #f0da93 0%, #b88943 100%);
  display: inline-block;
  margin-bottom: 30px;
}

.services__card {
  background: #edf2f3;
  padding: 40px 45px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.services__card::after {
  position: absolute;
  content: "";
  width: 163px;
  height: 165px;
  background-image: url("../images/kriol/logo-blur.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 43px;
  bottom: 17px;
  z-index: -1;
}

.services__tag {
  display: inline-block;
  background: #fff;
  padding: 8px 24px;
  border-radius: 12px;
  font-size: 16px;
  color: #828282;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.services__card-title {
  margin: 10px 0 28px;
  font-size: 28px;
  font-family: "Lato Semibold";
}

.services__card-text {
  line-height: 1.34;
  max-width: 444px;
  font-size: 18px;
}

.services__button {
  margin-top: 93px;
  display: inline-block;
  background: #003235;
  color: #fff;
  padding: 18px 28px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 18px;
  width: 100%;
  max-width: 261px;
  z-index: 2;
  position: relative;
  text-align: center;
  border: 1px solid #003235;
}

.services__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.services__intro {
  max-width: 450px;
  line-height: 1.5;
}

.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  padding: 20px 27px 14px 45px;
  background: #edf2f3;
  border-radius: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services__item-icon {
  width: 50px;
  height: 50px;
}

.services__item-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-family: "Lato Medium";
  font-weight: 500;
}

.services__item-text {
  margin: 0;
  line-height: 1.3;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  padding: 40px 0;
  margin: 32px 0px 39px;
}

.about__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.about__title {
  margin: 0 0 20px;
  font-size: 36px;
  font-family: "Lato Bold";
  color: #13321d;
  text-transform: uppercase;
}

.about__text {
  font-size: 18px;
  line-height: 1.6;
  color: #13321d;
  margin-bottom: 20px;
}

.about__text strong {
  font-family: "Lato Bold";
}

.about__images {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 25px;
  margin: -26px 0 0;
}

@media (max-width: 900px) {
  .about__images {
    grid-template-columns: 1fr;
  }
}
.about__image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

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

.services__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 10px;
}

.services__right {
  display: grid;
  gap: 10px;
}

.block__text {
  font-size: 18px;
  position: relative;
}

.block__text,
.block__text * {
  line-height: 1.4;
}

.block__text p {
  margin-bottom: 21px;
}

.services .block__text {
  max-width: 378px;
  margin-bottom: 0;
}

.about .block__text {
  max-width: 777px;
}

.what .block__text {
  max-width: 369px;
}

.what .block__title {
  max-width: 574px;
}

.accordion-wrapper {
  grid-template-columns: repeat(2, 1fr);
  gap: 31px;
  display: grid;
  margin-top: 40px;
}

.accordion {
  display: grid;
  align-self: flex-start;
  gap: 25px;
}

.accordion__item {
  background-color: #edf2f3;
  border-radius: 20px;
  padding: 0 20px 0 26px;
  cursor: pointer;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion__item.actual {
  background-color: #cbdee1;
}

.accordion__item.active {
  background-color: #003235;
  color: #fff;
}

.accordion__item.active .icon-accordion {
  border-color: #003235;
  background-image: url("../images/kriol/close-white.png");
}

.accordion__item.active .accordion__item-footer *,
.accordion__item.active .accordion__item-content > * {
  color: #fff;
}

.accordion__item-content {
  display: none;
  padding-bottom: 34px;
}

.accordion__item-content ul {
  list-style: none;
}

.accordion__item-content li {
  color: inherit;
}

.accordion__item-content > ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  width: 100%;
  padding: 0;
  margin: 0 0 25px;
}

.accordion__item-additional {
  background-color: #fff;
  border-radius: 20px;
  padding: 16px;
  text-align: center;
  margin-bottom: 30px;
}

.icon-accordion {
  width: 40px;
  height: 40px;
  top: -11px;
  right: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  display: block;
  position: absolute;
  background-size: 16px;
}

.accordion__item-header {
  position: relative;
}

.accordion__item-title { 
  max-width: calc(100% - 70px);
  margin: 34px 0 34px 0;
  font-weight: 500; 
}
 

.accordion__item-title em {
    font-family: "Lato Italic";
    font-weight: 700;
}
.accordion__item-title i,
.accordion__item-title b {
    font-family: "Lato Bold";
    font-weight: 700;
} 
.accordion__item-title p { 
    font-size: 20px;
    font-family: "Lato Semibold";
} 

.reviews__item {
  border-radius: 15px;
  background-color: #edf2f3;
  padding: 34px 32px;
  height: auto;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  height: 100%;
}

.reviews__item-date {
    margin-top: auto;
}

.reviews__item .text {
  line-height: 1.5; 
}

.reviews__item-name {
  font-size: 20px;
  margin: 0 0 19px;
  display: block;
}

.reviews {
  margin-top: 94px;
  margin-bottom: 80px;
}

.swiper-reviews {
  max-width: 100%;
  margin-top: 55px;
  overflow: hidden;
}

.swiper-button:after,
.swiper-button:before {
  display: none;
}

.swiper-button {
  font-size: 0;
  width: 50px;
  height: 50px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 1px solid #003235;
  position: absolute;
  top: 16px;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form {
  padding: 58px 60px 0 60px;
  border-radius: 30px;
  background-color: #edf2f3;
  position: relative;
  overflow: hidden;
}

.swiper-button-next {
  background-image: url("../images/kriol/arr-right.png");
}

.swiper-button-prev {
  background-image: url("../images/kriol/arr-left.png");
  right: 74px;
  left: auto;
}

.block__swiper_arrows {
  width: 120px;
}

.form .block__text {
  margin-top: 17px;
  max-width: 400px;
  margin-bottom: 27px;
}

.form:after,
.form::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.form:after {
  background-image: url(../images/kriol/form-wave.png);
  width: 100%;
  max-width: 662px;
  height: 100%;
  max-height: 487px;
  bottom: -6px;
  right: 0;
  z-index: 1;
}

.form::before {
  background-image: url(../images/kriol/girls.png);
  width: 100%;
  max-width: 612px;
  height: 100%;
  max-height: 500px;
  bottom: -6px;
  right: 0;
  z-index: 2;
}

.input-item {
  margin-bottom: 14px;
  max-width: 430px;
}

.input-item input {
  border: 1px solid #e3e9eb;
  background-color: #fff;
  border-radius: 20px;
  padding: 21px 20px 21px 20px;
  width: 100%;
  font-size: 18px;
}

.input-item input::-webkit-input-placeholder {
  color: #13321d;
  opacity: 0.5;
}

.input-item input::-moz-placeholder {
  color: #13321d;
  opacity: 0.5;
}

.input-item input:-ms-input-placeholder {
  color: #13321d;
  opacity: 0.5;
}

.input-item input::-ms-input-placeholder {
  color: #13321d;
  opacity: 0.5;
}

.input-item input::placeholder {
  color: #13321d;
  opacity: 0.5;
}

.form__conf {
  color: #929e9f;
  padding: 27px 30px;
  display: block;
  max-width: 430px;
  line-height: 1.3;
}

.form__conf a {
  color: #929e9f;
  text-decoration: underline;
}

.faq_list {
  margin-top: 48px;
}

.faq__item {
  border-bottom: 1px solid #d3d3d3;
  padding: 0 34px 0; 
  cursor: pointer; 
  position: relative; 
}

.faq {
  margin: 80px 0 0;
  display: block;
}

.faq__item:first-child {
  border-top: 1px solid #d3d3d3;
} 

.faq__item.active .icon-plus {
  background-image: url("../images/kriol/minus.png");
}

.faq__item-title {
    margin: 0;
  font-size: 20px;
  padding: 26px 0;
  font-family: "Lato Semibold";
}

.faq__item-content {
  font-size: 16px;
  max-width: 500px;
  width: 100%;
  line-height: 1.3;
  padding-bottom: 26px;
  display: none;
}

.footer {
  margin-top: 80px;
  background-color: #edf2f3;
  padding: 67px 0 40px;
}

.footer_item__1 {
  width: 22.5%;
}

.footer_item__2 {
  width: 26.2%;
  padding-left: 0;
}

.footer_item__3 {
  width: 26%;
  padding-left: 0;
}

.footer_item__4 {
  width: 24%;
}

.logo-footer {
  display: block;
  margin-bottom: 30px;
}

.logo-footer img {
  width: 150px;
}

.soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.soc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #13321d;
  border-radius: 50%;
}

.soc .icon {
  width: 18px;
  height: 18px;
  display: block;
}

.soc-header {
  margin-right: 17px;
}

.footer_item__top {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 35px;
  display: block;
  font-family: "Lato Semibold";
}

.footer_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer_item__link {
  display: block;
  color: #13321d;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 0 22px;
}

.footer_item__link:hover {
  text-decoration: underline;
}

.footer_item__contact {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px;
  margin-bottom: 1px;
}

.footer_item__contact .icon {
  width: 21px;
  height: 21px;
  display: block;
}

.footer-bottom {
  background-color: #003235;
  padding: 20px 0;
}

.footer-bottom__text {
  color: #fff;
}

.footer-bottom__menu {
  color: #fff;
}

.footer-bottom__menu a {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 12px 0;
}

.logo img {
  width: 98px;
  height: 55px;
}

.menu {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.single-page {
  margin-top: 54px;
}

.menu-main {
  margin: 0 auto;
}

.menu-main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-main a {
  font-size: 18px;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
}

.menu-main a:hover {
  text-decoration: underline;
}

main {
  padding-top: 82px;
}

.footer_item__contact {
  margin-bottom: 27px;
}

.footer_item__contact_item p {
  margin-bottom: 0;
  line-height: 1.3;
}

@media screen and (max-width: 1200px) {
  .btn,
  .menu-main a {
    font-size: 16px;
  }
  .menu-main a {
    padding: 10px;
  }
  .hero__logo-img {
    width: 228px;
  }
  .form::before {
    max-width: 412px;
    max-height: 300px;
  }
  .form:after {
    max-width: 460px;
    max-height: 380px;
    bottom: -26px;
  }
  .btn-submit {
    padding-right: 60px;
  }
  .btn-footer {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .menu-toggle {
    display: block;
    position: relative;
    z-index: 999;
    width: 30px;
    height: 20px;
  }
  .menu-toggle span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #003235;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
  .menu-toggle span:nth-child(1) {
    top: 0;
    left: 0;
  }
  .menu-toggle span:nth-child(2) {
    top: 50%;
    right: 0;
    width: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .menu-toggle span:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .menu-toggle.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 46%;
  }
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.active span:nth-child(3) {
    bottom: 48%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu {
    position: fixed;
    background-color: #fff;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    top: 60px;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-bottom: 40px;
  }
  .menu.active {
    top: 80px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .soc-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0 auto;
    gap: 25px;
  }
  .menu-main {
    margin-top: 10%;
  }
  .menu-main ul {
    display: block;
  }
  .menu-main a {
    padding: 20px;
  }
  .hero__logo-text {
    display: none;
  }
  .hero__title,
  .hero__stats-number {
    font-size: 27px;
  }
  .hero__subtitle,
  .hero__button {
    font-size: 15px;
  }
  .hero__stats-text {
    font-size: 14px;
  }
  .hero__left {
    padding: 20px 0 0 20px;
  }
  .hero__button {
    width: 290px;
  }
  .services__item {
    padding: 20px 27px 14px;
  }
  .about .block__text {
    max-width: 500px;
  }
  .block__swiper_arrows {
    height: 24px;
  }
  .swiper-button {
    top: 45px;
  }
  .footer_item__4 {
    display: none;
  }
  .footer_item__1 {
    width: 33%;
  }
  .footer_item__3 {
    width: 40%;
  }
  .form {
    padding: 40px 30px 0 30px;
    border-radius: 15px;
  }
  .form__conf {
    padding-left: 0;
  }
  .form::before {
    max-width: 300px;
    bottom: -32px;
  }
  .form:after {
    max-width: 344px;
    min-height: 280px;
    bottom: -67px;
  }
  .hero__stats {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0;
  }
  .hero__button {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
    .accordion__item-title br {
        display: none;
    }
  .swiper-button {
    top: 19px;
  }
  .accordion__item-content > ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .accordion__item-content ul {
    padding-left: 0;
  }
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 20px;
    margin-bottom: 62px;
  }
  .hero__left {
    width: 100%;
    padding: 20px 0 10px 10px;
  }
  .hero__right {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 235px;
    height: 235px;
  }
  .hero__button {
    margin: 0;
    border: 10px solid #fff;
    height: 110px;
    padding: 14px 20px;
    border-radius: 20px;
    margin-bottom: -20px;
    width: 53%;
  }
  .hero__button .icon {
    width: 20px;
    height: 20px;
  }
  .block__title,
  .services__subtitle {
    font-size: 27px;
  }
  .services__card-title {
    font-size: 25px;
    margin-bottom: 17px;
  }
  .services__item-title,
  .accordion__item-title,
  .reviews__item-name,
  .faq__item-title {
    font-size: 18px;
  }
  .block__text,
  .services__card-text {
    font-size: 15px;
  }
  .services__tag,
  .services__item-text,
  .accordion__item-content,
  .reviews__item .text,
  .faq__item-content,
  .footer_item__link {
    font-size: 14px;
  }
  .services__tag {
    padding: 8px 17px;
    margin: 0 0 18px;
  }
  .block__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .services__subtitle {
    margin-bottom: 14px;
    margin-top: 5px;
  }
  .services__card {
    padding: 23px 21px;
  }
  .services__content {
    grid-template-columns: 1fr;
    margin-top: 5px;
    gap: 15px;
  }
  .services__card::after {
    width: 104px;
    height: 105px;
    bottom: 6px;
    right: 28px;
  }
  .services__button {
    padding: 14px;
    width: 180px;
    margin-top: 59px;
    font-weight: 400;
  }
  .services__item {
    gap: 20px;
    padding: 24px 34px 20px 20px;
  }
  .services__item-icon {
    width: 50px;
    height: 50px;
  }
  .services__right {
    gap: 15px;
  }
  .about {
    padding: 0;
    margin: 70px 0 64px 0;
    gap: 40px;
  }
  .about .block__title {
    margin-bottom: 35px;
  }
  .about .block__text p {
    line-height: 1.6;
  }
  .about__images {
    gap: 15px;
  }
  .what .block__title {
    margin-bottom: 16px;
    line-height: 1.3;
  }
  .accordion {
    gap: 15px;
  }
  .accordion-wrapper {
    grid-template-columns: 1fr;
    margin-top: 25px;
    gap: 15px;
  }
  .accordion__item-content {
    line-height: 1.5;
    max-width: 94%;
  }
  .icon-accordion {
    right: 0;
    width: 32px;
    height: 32px;
    background-size: 12px;
  }
  .accordion__item-title {
    margin: 3epx 0 29px;
  }
  .accordion__item {
    padding: 0 35px;
  }
  .reviews {
    margin: 60px 0 68px;
  }
  .reviews .block__title {
    margin-bottom: 0;
    line-height: 1.3;
  }
  .reviews .block__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .swiper-button {
    width: 40px;
    height: 40px;
    background-size: 14px;
  }
  .swiper-button-prev {
    right: 57px;
  }
  .swiper-reviews {
    margin-top: 20px;
  }
  .reviews__item .text {
    margin-bottom: 24px;
  }
  .form {
    padding: 30px 20px 300px 20px;
    overflow: hidden;
  }
  .form::before {
    max-width: 88%;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
  }
  .form:after {
    max-width: none;
    min-height: 384px;
    bottom: -50px;
    width: 112%;
    background-size: contain;
    left: -29px;
  }
  .input-item {
    margin-bottom: 12px;
    width: 100%;
    max-width: 100%;
  }
  .input-item input {
    width: 100%;
  }
  .input-item input {
    padding: 19px 20px 20px 20px;
  }
  .btn-submit {
    width: 100%;
    padding: 25px 60px 25px 24px;
    max-width: 100%;
  }
  .btn-submit .icon {
    top: 25px;
    width: 18px;
    height: 18px;
  }
  .form__conf {
    padding: 14px 20px;
  }
  .faq__item {
    padding: 0 50px 0 10px; 
  }
  .faq__item-title {
    padding: 29px 0;
    line-height: 1.2;
    max-width: 96%;
  }
  .icon-plus {
    top: 31px;
    right: 36px;
  }
  .footer_item {
    width: 100%;
  }
  .footer_item__1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 25px 0 0;
  }
  .footer_item__contact {
    margin-bottom: 20px;
  }
  .footer {
    margin-top: 70px;
    padding: 30px 0;
  }
  .logo-footer {
    margin: 0;
  }
  .soc {
    gap: 12px;
  }
  .footer_item__2 {
    margin: 35px 0 0;
  }
  .footer_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer_item__top {
    margin-bottom: 25px;
  }
  .footer_item__3 {
    margin-top: 13px;
  }
  .footer-bottom {
    padding: 17px 0;
  }
  .footer-bottom__text,
  .footer-bottom__menu a,
  .footer-bottom__menu {
    color: #4f797c;
    font-size: 13px;
  }
  .footer-bottom__menu {
    margin-left: -10px;
  }
  .footer-bottom__text {
    text-transform: uppercase;
  }
  .hero__title {
    line-height: 1.3;
    margin-bottom: -7px;
    padding: 0 31px 0 6px;
    letter-spacing: -1px;
  }
  .hero__subtitle {
    line-height: 1.5;
    padding: 0 0 0 10px;
  }
  .hero__actions {
    margin-top: 5px;
    gap: 10px;
  }
  .hero__stats {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hero__stats-item {
    padding: 0 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    border-radius: 20px;
  }
  .hero__stats-number {
    font-weight: 400;
  }
  .hero__stats-text {
    line-height: 1.5;
  }
  .services__card-text {
    line-height: 1.6;
  }
  .faq {
    margin: 64px 0 0;
  }
  .faq_list {
    margin: 27px 0 0;
  }
  .accordion__item-title {
    max-width: 85%;
  }
}
@media screen and (max-width: 500px) {
  .footer-bottom__menu {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  .accordion__item {
    padding: 0 20px;
  }
  .form::before {
    bottom: -56px;
  }
  .logo-footer {
    margin-right: auto;
  }
  .logo-footer img {
    width: 130px;
  }
  .footer_item__1 {
    padding: 0;
  }
  .hero__title {
    padding-right: 6px;
  }
}
@media screen and (max-width: 360px) {
  .hero__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero__stats {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .hero__button {
    width: auto;
    margin-left: -10px;
  }
  .reviews .block__title {
    max-width: 230px;
  }
}
