* {
  border: 0;
  margin: 0;
  padding: 0;
}

*, :before, :after {
  box-sizing: border-box;
}

:focus, :active, a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a, a:visited, a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
}

@font-face {
  font-family: Vela Sans;
  font-weight: 600;
  font-style: normal;
  src: url("../fonte/VelaSans-Semibold.e805ac32.eot") format("eot"), url("../fonte/VelaSans-Semibold.4f89f4fa.woff") format("woff"), url("../fonte/VelaSans-Semibold.5596918c.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Vela Sans;
  font-weight: 400;
  font-style: normal;
  src: url("../fonte/VelaSans-regular.5c5d1be6.eot") format("eot"), url("../fonte/VelaSans-regular.d49528d0.woff") format("woff"), url("../fonte/VelaSans-regular.e0447d53.woff2") format("woff2");
  font-display: swap;
}

.header {
  z-index: 20;
  width: 100%;
  position: fixed;
  top: 15px;
}

.header .container {
  background: #162225;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 1340px;
  padding: 10px 20px;
  display: flex;
}

@media (width <=1370px) {
  .header .container {
    margin: 0 15px;
  }
}

@media (width <=1000px) {
  .header__logo img {
    width: 136px;
    height: 53px;
  }
}

.header__nav ul {
  color: #fff;
  align-items: center;
  gap: 20px;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

@media (width <=1100px) {
  .header__nav {
    display: none;
  }
}

.header__contacts {
  align-items: center;
  gap: 20px;
  display: flex;
}

@media (width <=1100px) {
  .header__contacts {
    display: none;
  }
}

.header__contacts-content {
  color: #fff;
  flex-direction: column;
  align-items: end;
  gap: 8px;
  font-family: Onest, sans-serif;
  font-size: 19px;
  font-weight: 500;
  display: flex;
}

.header__contacts-content a:last-child, .header__contacts-content a:nth-child(2) {
  color: #328ac4;
}

.js-burger__btn-open {
  display: none;
}

@media (width <=1100px) {
  .js-burger__btn-open {
    display: block;
  }
}

.footer .container {
  background: #162225;
  border-radius: 20px 20px 0 0;
  align-items: center;
  max-width: 1340px;
  padding: 20px;
  display: flex;
}

@media (width <=1000px) {
  .footer .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    display: grid;
  }
}

.footer__logo {
  margin-right: 60px;
}

@media (width <=1000px) {
  .footer__logo {
    order: 1;
  }
}

.footer__nav ul {
  color: #fff;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 50px;
  font-family: Onest, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: grid;
}

@media (width <=1000px) {
  .footer__nav ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer__nav {
    order: 3;
    grid-column: 1 / -1;
    margin: 0;
  }
}

.footer__contacts {
  margin: 0 auto;
}

@media (width <=1000px) {
  .footer__contacts {
    order: 2;
  }
}

.footer__contacts-title {
  color: #fff;
  margin-bottom: 20px;
  font-family: Onest, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media (width <=1000px) {
  .footer__contacts-title {
    display: none;
  }
}

.footer__contacts-content {
  color: #fff;
  align-items: center;
  gap: 40px;
  font-family: Onest, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.footer__info {
  align-items: center;
  gap: 20px;
  display: flex;
	margin-left: auto;
}

@media (width <=1000px) {
  .footer__info {
    order: 4;
    grid-column: 1 / -1;
  }

  .footer__ozon-btn {
    display: none;
  }
}

.footer__info-content {
  text-align: right;
  color: #fff;
  flex-direction: column;
  align-items: end;
  gap: 10px;
  font-family: Onest, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.footer__info-content span {
  color: #328ac4;
}

.footer__info-content a:first-child, .footer__info-content a:nth-child(3) {
  text-align: left;
}

.footer__info-content a:nth-child(2), .footer__info-content a:nth-child(4) {
  text-align: right;
}

@media (width <=1000px) {
  .footer__info-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
    font-size: 12px;
    display: grid;
  }
}

.overlay, .overlay-sec {
  z-index: 50;
  opacity: 1;
  visibility: visible;
  background: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: flex;
  position: fixed;
}

.overlay--hidden, .overlay-sec--hidden {
  opacity: 0;
  visibility: hidden;
}

.overlay__content, .overlay-sec__content {
  background: #154b57;
  border-radius: 20px;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1340px;
  padding: 20px;
  display: flex;
  position: relative;
}

.overlay__content .section-title, .overlay-sec__content .section-title {
  max-width: 500px;
  margin-bottom: 25px;
}

.overlay__form p:not(.overlay__form form p) {
  color: #fff;
  max-width: 600px;
  margin-bottom: 15px;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.overlay__form p:not(.overlay__form form p):nth-last-child(2) {
  margin-bottom: 30px;
}

.overlay__form form {
  flex-direction: column;
  gap: 17px;
  max-width: 400px;
  display: flex;
}

.overlay__form form input:not(.custom-checkbox input, .btn) {
  color: #fff9;
  background: #103037;
  border: .5px solid #131313;
  border-radius: 15px;
  width: 100%;
  padding: 16px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 112%;
}

.overlay__form form .btn {
  max-width: 270px;
  padding: 21px;
}

.overlay-sec__content .overlay__form {
  flex-direction: column;
  display: flex;
}

.overlay-sec__content .overlay__form p:nth-last-child(2) {
  margin-top: auto;
}

.js-overlay__btn-close, .js-overlay__btn-close--sec {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media(max-width: 1100px) {

  .overlay img, .overlay-sec img {
    display: none
  }


  .overlay .section-title, .overlay-sec .section-title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 110%
  }

  .overlay__form p:not(.overlay__form form p) {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .overlay__form p:not(.overlay__form form p):nth-last-child(2) {
    margin-bottom: 20px;
  }

  .overlay__form form input:not(.custom-checkbox input, .btn) {
    padding: 15px;
  }

  .overlay__form form .btn {
    max-width: none;
  }
}

.custom-checkbox {
  color: #fff9;
  cursor: pointer;
  font-family: Onest, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.custom-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.custom-checkbox span {
  margin-left: auto;
}

.custom-checkbox input {
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #fff9;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.custom-checkbox input:checked:after {
  content: "";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='9' fill='none'><path stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.495' d='M1 4.5 3.667 8 9 1'/></svg>") center / contain no-repeat;
  width: 10px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.burger {
  z-index: 19;
  opacity: 0;
  visibility: hidden;
  background: #0009;
  justify-content: end;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
}

.burger--active {
  opacity: 1;
  visibility: visible;
}

.burger__content {
  background-color: #154b57;
  background-image: url("../img/bg2.6012ed2c.png");
  border-radius: 0 0 0 20px;
  flex-direction: column;
  align-items: end;
  width: 100%;
  max-width: 80%;
  max-height: 550px;
  margin-top: 70px;
  margin-right: 15px;
  padding: 40px 15px 20px;
  display: flex;
  overflow-y: auto;
}

.burger__content .btn {
  text-align: center;
  width: 100vw;
  max-width: 150px;
  font-size: 12px;
  display: block;
}

.burger__nav ul {
  text-align: right;
  color: #fff;
  flex-direction: column;
  align-items: end;
  gap: 15px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.burger__socials {
  color: #fff;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.burger__contacts {
  color: #fff;
  flex-direction: column;
  align-items: end;
  margin-bottom: auto;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.burger__contacts a {
  margin-top: 10px;
}

.burger__contacts a:last-child {
  color: #328ac4;
}

.burger__ozon-btn {
  margin-top: 20px;
}

.main-section {
  padding-bottom: 20px;
}

.main-section__content {
  background: #103037;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.main-section__content h1 {
  color: #fff;
  z-index: 1;
  padding-right: 250px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
  position: relative;
}

@media (width <=700px) {
  .main-section__content h1 {
    padding-right: 25px;
    font-size: 25px;
  }
}

.main-section__content span {
  color: #328ac4;
}

.main-section__content:before {
  content: "";
  z-index: 1;
  background: linear-gradient(#0000 0%, #0009 55.77%);
  width: 100%;
  height: 300px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (width <=700px) {
  .main-section__content:before {
    display: block;
  }
}

.main-section__img {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.main-section__img--mob {
  display: none;
}

@media (width <=700px) {
  .main-section__img--mob {
    display: block !important;
    width: 115%;
  }

  .main-section__img {
    display: none;
  }
}

.main-section__subtitle {
  z-index: 1;
  color: #fff;
  margin-top: 20px;
  padding-right: 250px;
  font-family: Onest, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

@media (width <=700px) {
  .main-section__subtitle {
    padding-right: 55px;
    font-size: 14px;
  }
}

.main-section__descr {
  z-index: 1;
  max-width: 600px;
  margin-top: 40px;
  position: relative;
}

@media (width <=700px) {
  .main-section__descr {
    margin-top: 140px;
  }
}

.main-section__descr-title {
  color: #fff;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.main-section__descr p {
  color: #fff;
  margin-bottom: 20px;
  font-family: Onest, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media (width <=700px) {
  .main-section__descr p {
    font-size: 14px;
  }
}

.main-section__btns {
  align-items: center;
  gap: 25px;
  width: 100%;
  display: flex;
}

.main-section__btns .btn {
  padding: 21px;
}

@media (width <=700px) {
  .main-section__btns .btn {
    max-width: 270px;
  }

  .main-section__btns {
    flex-direction: column;
    gap: 10px;
  }
}

.about .btn {
  max-width: max-content;
  padding: 20px 25px;
}

@media (width <=700px) {
  .about .btn {
    max-width: none;
  }
}

.about__content-wrapper {
  background: #103037;
  border-radius: 20px;
  justify-content: space-between;
  gap: 30px;
  padding: 20px;
  display: flex;
}

.about__content-wrapper img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 640px;
  height: auto;
  max-height: 560px;
}

@media (width <=1100px) {
  .about__content-wrapper img {
    max-width: 340px;
  }
}

@media (width <=800px) {
  .about__content-wrapper img {
    max-width: none;
  }

  .about__content-wrapper {
    flex-direction: column-reverse;
    gap: 10px;
  }
}

.about__content {
  flex-direction: column;
  display: flex;
}

.about__content p {
  color: #fff;
  margin-bottom: 20px;
  font-family: Onest, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

@media (width <=700px) {
  .about__content p {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.about__content-descr {
  align-items: center;
  gap: 30px;
  margin-top: auto;
  display: flex;
}

.about__content-descr p {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.about__content-descr p span {
  color: #328ac4;
}

@media (width <=800px) {
  .about__content-descr {
    display: none;
  }
}

.catalog .container {
  gap: 20px;
  display: flex;
}

.catalog__menu {
  background: #154b57;
  border: 10px solid #103037;
  border-radius: 20px;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 320px;
  max-height: max-content;
  padding: 10px;
  display: flex;
  position: relative;
}

.catalog__menu--mob {
  display: none;
}

.catalog__menu--mob .js-acc__head {
  background: #154b57;
}

@media (width <=1000px) {
  .catalog__menu--mob {
    background: none;
    border: none;
    max-width: none;
    padding: 0;
    display: flex !important;
  }

  .catalog__menu {
    display: none;
  }
}

.catalog__category-btn {
  text-align: start;
  color: #fff;
  background: #103037;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 7px 15px;
  font-family: Onest, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.catalog__category-btn.is-active {
  color: #103037;
  background: #65f8e3;
}

.js-acc {
  /* overflow: hidden; */
  position: relative;
}



.js-acc__head {
  color: #fff;
  background: #103037;
  border-radius: 20px;
  align-items: center;
  min-height: 50px;
  padding: 7px 15px;
  font-family: Onest, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  cursor: pointer;
  gap: 20px;
  justify-content: space-between;
}

.js-acc__head svg {
  flex-shrink: 0;
  transition: all .3s;
}

.js-acc__body {
  flex-direction: column;
  gap: 10px;
  transition: all .3s;
  display: flex;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  max-width: 330px;
  z-index: 10;
  right: -360px;
  width: 100vw;
  top: -18px;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 3px 3px 10px 0 #103037, -3px -3px 100px 2px #113037;
  background: #154b57;


}

.js-acc--active .js-acc__head svg {
  transform: rotate(180deg);
}

.js-acc--active .js-acc__head path {
  fill: #00fdd3;
}

.js-acc--active .js-acc__head {
  color: #00fdd3 !important;
}

.js-acc--active .js-acc__body {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1000px) {
  .js-acc {
    overflow: hidden;
    position: relative;
  }

  .js-acc--active .js-acc__body {
    max-height: 1000px;
    margin-top: 15px;
  }

  .js-acc__body {
    max-height: 0;
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    width: 100%;

    max-width: none;
  }

  .js-acc__head svg {
    transform: rotate(90deg);
  }


  .js-acc--active .js-acc__head svg {
    transform: rotate(270deg);
  }
}

.catalog__content-wrapper {
  width: 100%;
}

.catalog__content-head {
  background: #103037;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.catalog__content-head .section-title {
  margin: 0;
}

@media (width <=1000px) {
  .catalog__content-head {
    flex-direction: column;
    align-items: start;
  }
}

.catalog__search-form {
  width: 100%;
  max-width: 400px;
  position: relative;
}

.catalog__search-form input {
  color: #fff;
  background: none;
  border-bottom: 1px solid #fff9;
  width: 100%;
  padding-bottom: 8px;
  font-family: Onest, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding-right: 41px;
}

.catalog__search-form input::placeholder {
  color: #fff9;
}

.catalog__search-btn {
  position: absolute;
  bottom: -3px;
  right: 0;
}

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

@media (width <=1000px) {
  .catalog__content {
    gap: 10px;
  }
}

@media (width <=800px) {
  .catalog__content {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <=600px) {
  .catalog__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.catalog__content-item {
  background: #103037;
  border-radius: 20px;
  flex-direction: column;
  padding: 10px;
  display: flex;
/* 	max-height: max-content; */
}

.catalog__content-item .btn {
  margin-top: auto;
  padding: 12px;
  font-size: 13px;
}

.catalog__item-img {
  position: relative;
  overflow: hidden;
}

.catalog__item-img img {
  border-radius: 20px;
  width: 100%;
  max-width: 215px;
  height: auto;
  max-height: 245px;
}

@media (width <=1000px) {
  .catalog__item-img img {
    object-fit: contain;
    max-width: none;
    max-height: 310px;
  }
}

.catalog__item-stock {
  color: #fff;
  background: #328ac4;
  max-width: max-content;
  padding: 8px 25px;
  font-family: Vela Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  position: absolute;
  top: 15px;
  right: -30px;
  transform: rotate(45deg);
}

.catalog__item-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Onest, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 126%;
}

.catalog__show-more {
  color: #fff9;
  justify-content: center;
  width: 100%;
  padding: 15px !important;
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 20px;
}

.info .section-title {
  margin-bottom: 40px;
}

.info__content-wrapper {
  background: #103037;
  border-radius: 20px;
  padding: 20px;
}

@media (width <=800px) {
  .info__content-wrapper {
    padding: 20px 10px;
  }
}

.info__content {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 25px;
  display: grid;
}

@media (width <=800px) {
  .info__content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.info__content-item {
  color: #fff;
  border: 1px solid #328ac4;
  border-radius: 20px;
  align-items: center;
  height: 100%;
  padding: 20px;
  font-family: Onest, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  line-height: 120%;
  min-height: 92px;
}

.info__content-item span {
  color: #328ac4;
}

@media (width <=800px) {
  .info__content-item {
    padding: 10px 100px 10px 20px;
    font-size: 15px;
  }
}

.info__content-last {
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  font-family: Onest, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.info__content-last .btn {
  max-width: 230px;
  padding: 16px;
  font-size: 15px;
}

@media (width <=800px) {
  .info__content-last .btn {
    max-width: none;
  }

  .info__content-last {
    margin-top: 50px;
    padding: 0;
  }
}

@media (width <=700px) {
  .works .container {
    padding: 0;
  }

  .works .section-title {
    margin: 15px;
  }
}

.works__content-wrapper {
  background: #103037;
  border-radius: 20px;
  padding: 20px;
}

@media (width <=700px) {
  .works__content-wrapper {
    background: none;
    padding: 0;
  }
}

.works__content img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

@media (width <=700px) {
  .works__content img {
    object-fit: cover;
    max-height: 250px;
  }
}

.works-first__swiper {
  margin-bottom: 20px;
}

.blog__content-wrapper {
  background: #103037;
  border-radius: 20px;
  padding: 20px;
}

@media (width <=800px) {
  .blog__content-wrapper {
    padding: 20px 10px;
  }
}

.blog__swiper-slide {
  background: #154b57;
  border-radius: 20px;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  display: flex;
  height: auto;
}

.blog__swiper-slide .btn {
  padding: 15px;
  font-size: 13px;
  margin-top: auto;
}

.blog__swiper-slide img {
  object-fit: cover;
  border-radius: 20px;
  max-height: 250px;
}

@media (width <=1000px) {
  .blog__swiper-slide img {
    object-fit: cover;
    border-radius: 20px;
    max-height: 250px;
  }
}

.blog__slide-title {
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 126%;
}

.blog__slide-text {
  color: #ffffff80;
  font-family: Onest, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 126%;
  min-height: 75px;
}

.blog__swiper-btns {
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  display: flex;
}

.blog__swiper-pagination {
  gap: 10px;
  max-width: max-content;
  display: flex;
}

.blog__swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  width: 12px;
  height: 12px;
  position: relative;
}

.blog__swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  border: 1px solid #328ac4;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -4px;
  left: -4px;
}

.blog__swiper-pagination .swiper-pagination-bullet-active {
  background: #328ac4;
  border-radius: 100%;
}

.blog__swiper-wrapper-prev {
  width: auto;
  margin: 0;
  position: static;
}

.blog__swiper-wrapper-prev:after {
  display: none;
}



.blog__swiper-wrapper-next {
  width: auto;
  margin: 0;
  position: static;
}

.blog__swiper-wrapper-next:after {
  display: none;
}

.reviews .section-title{
	margin-bottom: 63px;
}

.reviews__content-wrapper {
  color: #fff;
  background: #103037;
  border-radius: 20px;
  padding: 20px;
}

.reviews__content {
  display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 70px 20px;
}

.reviews__content-item {
	padding: 20px 10px;
	padding-top: 40px;
	position: relative;
	background: #154b57;
	border-radius: 20px;
}
.reviews__item-img {
position: absolute;
	left: 10px;
	top: -35px;
}
.reviews__item-title {
	font-weight: 400;
	font-size: 20px;
	line-height: 126%;
	color: #fff;
	margin-bottom: 5px;
}
.reviews__item-city {
	font-weight: 400;
	font-size: 17px;
	line-height: 126%;
	color: #fff;
	margin-bottom: 10px;
}
.reviews__item-text {
	font-weight: 400;
	font-size: 15px;
	line-height: 126%;
	color: rgba(255, 255, 255, 0.5);
}

@media (width <=800px) {
  .contacts .section-title {
    margin-bottom: 15px;
    font-size: 25px;
  }
}

@media (width <=900px) {

.reviews__content {
  display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 70px 20px;
}

}


@media (width <=600px) {

.reviews__content {
  display: grid;
	grid-template-columns: 1fr;
	gap: 50px;
}

}


.contacts__content-wrapper {
  background: #103037;
  border-radius: 20px;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  display: flex;
}

@media (width <=1000px) {
  .contacts__content-wrapper {
    flex-direction: column;
    padding: 20px 10px;
  }
}

.contacts__content {
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.contacts__content p {
  color: #fff;
  margin-bottom: 30px;
  font-family: Onest, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

@media (width <=600px) {
  .contacts__content p {
    margin-bottom: 10px;
    font-size: 13px;
  }
}

@media (width <=1000px) {
  .contacts__content {
    max-width: none;
  }
}

.contacts__content-descr {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.contacts__descr-item {
  color: #fff;
  flex-direction: column;
  gap: 10px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.contacts__descr-item div {
  color: #328ac4;
}

@media (width <=700px) {
  .contacts__descr-item {
    gap: 5px;
    font-size: 13px;
  }
}

.contacts__content-btns {
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  display: flex;
}

.contacts__content-btns a {
  width: 100%;
  max-width: 230px;
  display: block;
}

@media (width <=600px) {
  .contacts__content-btns a img {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    max-height: 50px;
  }

  .contacts__content-btns a {
    max-width: none;
  }
}

.contacts__content-btns .btn {
  max-width: 230px;
  padding: 16px;
}

@media (width <=600px) {
  .contacts__content-btns .btn {
    max-width: none;
  }

  .contacts__content-btns {
    flex-direction: column;
    gap: 10px;
  }
}

.contacts__content-rights {
  color: #ffffff80;
  margin-top: auto;
  font-family: Onest, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media (width <=1000px) {
  .contacts__content-rights {
    display: none;
  }
}

.contacts__map-wrapper {
  width: 100%;
  max-width: 740px;
}

.contacts__map-wrapper iframe {
  border-radius: 20px;
}

@media (width <=1000px) {
  .contacts__map-wrapper iframe {
    max-height: 170px;
  }

  .contacts__map-wrapper {
    max-width: none;
  }
}

.what .container {
  position: relative;
}


.what__content .blog__swiper-btns {
  margin-top: 20px;
}

.what__swiper-slide {
  background: #103037;
  border-radius: 20px;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  display: flex;
}


.what__swiper-slide img{
	width: 100%;
	height: auto;
	max-width: 500px;
	max-height: 360px;
	object-fit: cover;
	border-radius: 20px;
}

@media (max-width: 900px) {
  .what__swiper-slide img {
    display: none;
  }
}

.what__slide-descr {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.what__slide-descr p {
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.what__slide-descr p span {
  color: #328AC4;
}

@media (width <=1000px) {
  .what__slide-descr p {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .what__slide-descr p:last-child {
    margin-bottom: 0;
  }

  .what__slide-descr {
    gap: 10px;
  }
}

.what__descr-title {
  color: #328ac4;
  font-family: Onest, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.what__swiper-wrapper-prev {
  width: auto;
  position: static;
  margin: 0
}

.what__swiper-wrapper-prev:after, .what__swiper-pagination {
  display: none;
}

.what__swiper-pagination {
  display: flex;
}

.what__swiper-wrapper-next {
  width: auto;
  position: static;
  margin: 0
}

.what__swiper-wrapper-next:after {
  display: none;
}

.single__content-wrapper {
  gap: 20px;
  display: flex;
}

.single__content-wrapper img {
  width: 100%;
  max-width: 550px;
  height: auto;
}

@media (width <=1000px) {
  .single__content-wrapper img {
    display: none;
  }
}

.single__content {
  background: #103037;
  border-radius: 20px;
  width: 100%;
  padding: 20px;
}

@media (width <=1000px) {
  .single__content {
    padding: 20px 10px;
  }
}

.single__content p {
  color: #fff;
  margin-bottom: 15px;
  font-family: Onest, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

@media (width <=700px) {
  .single__content p {
    font-size: 12px;
  }
}

.single__content ol {
  color: #fff;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: Onest, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.single__content ol li {
  margin-bottom: 10px;
}

@media (width <=700px) {
  .single__content ol {
    font-size: 13px;
  }
}

.single__content-title {
  color: #fff;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

@media (width <=700px) {
  .single__content-title {
    font-size: 22px;
  }
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1370px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

html, body {
  background-color: #154b57;
  background-image: url("../img/bg.93f5e3fc.png");
  font-family: Onest, sans-serif;
}

main {
  padding-top: 110px;
}

@media (width <=1000px) {
  main {
    padding-top: 95px;
  }
}

.btn {
  color: #fff;
  background: #328ac4;
  border-radius: 20px;
  width: 100%;
  padding: 25px;
  font-family: Vela Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  transition: all .3s;
  text-align: center;
}

.btn:hover {
  color: #000;
  background: #fff;
}

.section {
  padding-bottom: 100px;
}

@media (width <=700px) {
  .section {
    padding-bottom: 50px;
  }
}

.section-title {
  color: #fff;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.section-title span {
  color: #328ac4;
}

@media (width <=700px) {
  .section-title {
    margin-bottom: 20px;
  }
}

.wpcf7-response-output {
  color: #fff !important;
}


.category {}

.category__content-wrapper {
  display: flex;
  gap: 20px;
}

.category__content-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1000px;
}

.category__card {
  padding: 20px;
  border-radius: 20px;
  background: #103037;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.category__card-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.category__card-title {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.category__card-img {
  width: 100%;
  height: auto;
  max-height: 110px;
  border-radius: 20px;
  object-fit: cover;
}

.category__content-big {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  background: #103037;
}


.category__content-big img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  max-width: 280px;
  margin-bottom: auto;
  object-fit: cover;
}

.category__big-title {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .category__content-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .category__content-big {
    max-width: none;
  }

  .category__content-big img {
    max-height: 300px;
    max-width: none;
  }

  .category__content-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .category__card {
    min-height: auto;
    height: 100%;
  }

  .category__card-title {
    font-size: 15px;
  }
}

@media (max-width: 600px) {

  .category__content-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .category__big-title {
    font-size: 16px;
  }
}

.catalog__empty-message {
  text-align: center;
  font-size: 15px;
  color: #103037;
  margin-top: 30px;
  padding: 20px;
  background: #65f8e3;
  justify-content: center;
  border-radius: 5px;
}

.catalog__banner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background: #103037;
  margin-top: 15px;
}

.catalog__banner--mob {
  display: none;
}




.catalog__banner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.catalog__banner-title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 126%;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 10px;
}

.catalog__banner-text {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 1000px) {
.catalog .container{
  display: block;
}
  .catalog__banner {
    padding: 10px;
    padding-top: 20px;
    margin-bottom: 40px;
  }

  .catalog__banner .btn{
    padding: 20px;
  }

  .catalog__banner--descr {
    display: none;
  }

  .catalog__banner--mob {
    display: flex;
  }

  .catalog__banner-wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
  }

  .catalog__banner-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }

  .catalog__banner-title {
    font-size: 25px;
    margin: 0;
    text-align: start;
  }
  
  .catalog__banner-text {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: start;
  }

  .catalog__banner-wrapper img {
    width: 88px !important;
    height: 88px;
  }
}

.catalog__menu--mob .catalog__category-btn:not(.catalog__category-btn.is-active ){
  background: #154b57;
}

.catalog__banner-wrapper img{
	width: 180px;
}


@media (min-width: 1000px){
.category .catalog__content-head{
  display: none;
}
}

.nav-active{
	    color: rgb(50, 138, 196);
}