@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700&family=Montserrat:wght@400;500;600;700&display=swap");

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

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

*:before,
*:after {
  display: block;
  position: absolute;
}

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  font-size: 14px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: var(--color-text);
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-display: swap;
}

input,
button,
textarea {
  font-family: 'IBM Plex Sans', sans-serif;
}

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

button {
  cursor: pointer;
}

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

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

img {
  vertical-align: top;
}

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

ul,
ol {
  list-style: none;
}

:root {
  --color-links: #ff6c37;
  --color-btn-backoffice: #2994c9;
  --color-btn-backoffice-edit: #f1e44e;
  --color-btn-backoffice-delete: #f88768;
  --color-text: #023a4f;
  --color-light-text: #4d7583;
  --color-blocks-bg: #e7f6fc;
  --color-blocks-bg-sec: #fff0db;
  --color-elements: #2994c9;
}

.body.forMobModal {
  overflow: hidden;
}

.container {
  max-width: 1390px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container_nar {
  max-width: 1160px;
}

.container_full {
  max-width: 100%;
  text-align: center;
}

.btn {
  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;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  background: var(--color-links);
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_blu {
  background: var(--color-elements);
}

.btn:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

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

.npt {
  padding-top: 0 !important;
}

.bbg {
  background: var(--color-blocks-bg);
}

.ybg {
  background: var(--color-blocks-bg-sec);
}

.bpdng {
  padding: 110px 0;
}

.spdng {
  padding: 50px 0;
}

.thanksWrp {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.hide {
  display: none;
}

@media screen and (max-width: 1400px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .bpdng {
    padding: 70px 0;
  }
}

@media screen and (max-width: 500px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn {
    font-size: 12px;
  }

  .bpdng {
    padding: 50px 0;
  }

  .thanksWrp {
    font-size: 18px;
  }
}

.header {
  overflow: hidden;
}

.header__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
}

.header__top:before {
  content: '';
  height: 100%;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f4f4f4;
  z-index: -1;
}

.header__top > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.header__top > ul li {
  position: relative;
}

.header__top > ul li > svg {
  position: absolute;
  top: 0;
  right: 0;
  left: -25px;
  bottom: 0;
  z-index: -1;
}

.header__top > ul li > svg > path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: var(--color-text);
}

.header__top > ul li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--color-text);
}

.header__top > ul li a:hover {
  color: var(--color-links);
}

.header__top > ul li.tgLink {
  margin-left: 25px;
}

.header__top > ul li.tgLink:hover > svg > path {
  fill: var(--color-links);
}

.header__top > ul li.phLink {
  font-weight: 600;
  font-size: 18px;
}

.header__bottom {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9%;
}

.header__bottom:before {
  content: '';
  background: none;
  width: 100vw;
  height: 100%;
  background: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.header__bottom.fixed {
  position: fixed;
  width: 100%;
  max-width: 1390px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 990;
}

.header__bottom.fixed:before {
  border-bottom: 1px solid #e2e2e2;
  background: #fff;
}

.header__logo {
  display: block;
  width: 60px;
  height: 60px;
}

.header__logoImg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.header__menu ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--color-text);
}

.header__menu ul li a:hover {
  color: var(--color-links);
}

.header__btn {
  display: block;
  margin-left: auto;
  padding: 20px;
}

.header__burger {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header__menu ul {
    gap: 20px;
  }

  .header__menu ul li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    height: 75px;
    position: relative;
    z-index: 333;
  }

  .header.active {
    overflow: unset;
  }

  .header.active .header__top,
  .header.active .header__menu,
  .header.active .header__btn {
    display: block;
  }

  .header.active .header__top > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }

  .header.active .header__menu {
    display: block;
    margin-top: 100px;
  }

  .header.active .header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }

  .header.active .header__menu ul li a {
    font-size: 17px;
  }

  .header.active .header__btn {
    margin: 50px 0 50px 0;
  }

  .header.active .header__burger span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 1px);
  }

  .header.active .header__burger span:first-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header.active .header__burger span:last-child {
    display: none;
  }

  .header.active .header__bottom:before {
    border-bottom: none;
  }

  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .header__top {
    display: none;
  }

  .header__top:before {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: var(--color-blocks-bg);
  }

  .header__bottom {
    gap: 5%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
  }

  .header__bottom:before {
    content: '';
    width: 100vw;
    height: 75px;
    background: #fff;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 1px solid rgba(2, 58, 79, 0.15);
    z-index: -1;
  }

  .header__menu {
    display: none;
  }

  .header__burger {
    display: block;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 20px;
    height: 18px;
  }

  .header__burger span {
    position: absolute;
    background: var(--color-text);
    border-radius: 1px;
    height: 2px;
    width: 100%;
    right: 0;
    top: 0;
  }

  .header__burger span:nth-child(2) {
    top: calc(50% - 1px);
  }

  .header__burger span:nth-child(3) {
    top: auto;
    bottom: 0;
  }

  .header__logo {
    position: absolute;
    top: 12px;
  }

  .header__btn {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .header__bottom.fixed {
    padding: 0 15px;
  }

  .header__bottom.fixed .header__logo {
    left: 15px;
  }

  .header__bottom.fixed .header__burger {
    right: 35px;
  }
}

.banner {
  position: relative;
}

.banner.forFixed {
  margin-top: 115px;
}

.banner_dbg {
  background: var(--color-text);
}

.banner_dbg .banner__container {
  padding-bottom: 100px;
}

.banner_dbg .banner__content {
  margin: 0 auto;
  padding: 0;
  max-width: 920px;
}

.banner_smh .banner__container {
  min-height: 300px;
  padding-bottom: 200px;
}

.banner_smh .banner__content {
  max-width: 1024px;
}

.banner_smph .banner__container {
  max-width: 1200px;
  min-height: 300px;
  padding-bottom: 120px;
}

.banner_smph .banner__content {
  max-width: 1200px;
  width: 100%;
}

.banner_tabs .banner__container {
  padding-top: 100px;
  padding-bottom: 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.banner__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#023a4f), to(rgba(2, 58, 79, 0)));
  background: linear-gradient(90deg, #023a4f, rgba(2, 58, 79, 0));
  z-index: 1;
}

.banner__container {
  position: relative;
  min-height: 550px;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner__content {
  padding-left: 110px;
}

.banner__overH {
  font-size: 18px;
  color: var(--color-links);
}

.banner__overH + .banner__heading,
.banner__overH + .banner__headingWrp {
  margin-top: 15px;
}

.banner__headingWrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner__headingIconWrp {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
}

.banner__headingIcon {
  width: 70%;
  height: 70%;
}

.banner__heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.banner__heading + .banner__bottom {
  margin-top: 80px;
}

.banner__text {
  margin-top: 35px;
  max-width: 750px;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}

.banner__text + .banner__bottom {
  margin-top: 100px;
}

.banner__bottom {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.banner__bottom_sm {
  gap: 10px;
}

.banner__btn {
  display: inline-block;
  padding: 20px;
}

.banner__lnk {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 700;
  position: relative;
}

.banner__lnk > svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -35px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.banner__lnk > svg > path {
  fill: var(--color-links);
}

.banner__lnk:hover > svg {
  right: -40px;
}

.banner__scroll {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  color: #fff;
  margin-top: auto;
}

.banner__scrollText {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}

.banner__cols {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px 60px;
}

.banner__colH {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.banner__colTxt {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.7;
}

.banner__colBtn {
  padding: 10px 15px;
  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;
  border-radius: 20px;
  background: #fff;
  text-transform: uppercase;
  color: var(--color-text);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
}

.banner__colBtn:hover {
  background: var(--color-links);
  color: #fff;
}

.banner__colBtn__backoffice {
  padding: 10px 15px;
  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;
  border-radius: 20px;
  background: var(--color-btn-backoffice);
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
}

.banner__colBtn__backoffice:hover {
  background: var(--color-links);
  color: var(--color-text);
}


.banner__colBtn__backoffice__edit {
  padding: 10px 15px;
  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;
  border-radius: 20px;
  background: var(--color-btn-backoffice-edit);
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
}

.banner__colBtn__backoffice__delete {
  padding: 10px 15px;
  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;
  border-radius: 20px;
  background: var(--color-btn-backoffice-delete);
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
}

.banner__colBtn__backoffice__edit:hover {
  background: var(--color-links);
  color: #fff;
}

.banner__colBtn__backoffice__delete:hover {
  background: var(--color-links);
  color: #fff;
}

.banner__tile {
  width: 100%;
  max-width: 440px;
  background: #fff;
  border-radius: 8px;
  padding: 40px 50px 30px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.banner__tileOH {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.1;
  color: var(--color-links);
  font-weight: 300;
  text-align: left;
}

.banner__tileHeading {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
}

.banner__tileTxt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: var(--color-light-text);
  margin-bottom: 30px;
  text-align: left;
}

.banner__tileBtn {
  margin-bottom: 35px;
  width: 100%;
  padding: 20px;
}

.banner__tileLnk {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-text);
}

.banner__tileLnk > svg {
  margin-left: 10px;
}

.banner__tileLnk > svg > path {
  fill: var(--color-text);
}

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

.banner__iconCols {
  margin-top: 170px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
}

.banner__iconColsItm {
  text-align: center;
}

.banner__iconColsItm + .banner__iconColsItm {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.banner__iconColsImgWrp {
  margin: 0 auto 23px;
  width: 65px;
  height: 70px;
  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;
  background: #fff;
  border-radius: 15px;
}

.banner__iconColsImg {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
}

.banner__iconColsTxt {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  padding: 0 20px;
}

.banner__tabsWrp {
  width: 890px;
  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;
  gap: 10px;
  margin: -130px -120px 0 0;
}

.banner__tabsImgs {
  position: relative;
  width: 644px;
  height: 644px;
}

.banner__tabsImgs svg {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  -webkit-animation: imageSvg 4s ease-out 0s 1;
  animation: imageSvg 4s ease-out 0s 1;
}

@-webkit-keyframes imageSvg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
    transform: translateX(-50%) translateY(-50%) scale(0.6);
  }
  1% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
    transform: translateX(-50%) translateY(-50%) scale(0.6);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
  }
}

@keyframes imageSvg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
    transform: translateX(-50%) translateY(-50%) scale(0.6);
  }
  1% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
    transform: translateX(-50%) translateY(-50%) scale(0.6);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
  }
}

.banner__tabsImgWrp {
  position: absolute;
  width: 480px;
  height: 480px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  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-transition: all 0.3s;
  transition: all 0.3s;
}

.banner__tabsImgWrp.active {
  opacity: 1;
}

.banner__tabsImg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.banner__tabsThumWrp {
  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: 98px;
  height: 63px;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.banner__tabsThumWrp.active {
  border: 3px solid var(--color-elements);
}

.banner__tabsThum {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}

.banner__filterBtn {
  margin-left: auto;
  padding: 20px 25px 20px 55px;
  background: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  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;
  position: relative;
  cursor: pointer;
}

.banner__filterBurger {
  position: absolute;
  width: 20px;
  height: 15px;
  left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
}

.banner__filterBurger span {
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
}

.banner__filterBodyWrp {
  position: fixed;
  top: 0;
  right: 0;
  background: #f4f4f4;
  width: 100%;
  max-width: 570px;
  height: 100vh;
  z-index: 444;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: solid 100vw rgba(0, 0, 0, 0);
}

.banner__filterBodyWrp.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  outline: solid 100vw rgba(0, 0, 0, 0.4);
}

.banner__filterBody {
  width: 100%;
  padding: 60px;
  font-size: 18px;
}

.banner__filterHeading {
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  padding-right: 60px;
}

.banner__filterCloseBtn {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 60px;
  top: 60px;
}

.banner__filterCloseBtn span {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-text);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
}

.banner__filterCloseBtn span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.banner__filterLnk {
  display: inline-block;
  margin-bottom: 30px;
  color: var(--color-text);
  text-decoration: underline;
}

.banner__filterLnk:hover {
  text-decoration: none;
}

.banner__spItm {
  margin-bottom: 50px;
}

.banner__spItm.active .banner__spH svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.banner__spItm.active .banner__spCheckboxes {
  display: block;
}

.banner__spH {
  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;
  gap: 10px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.banner__spH svg {
  pointer-events: none;
}

.banner__spCheckboxes {
  display: none;
}

.banner__filterCheckbox {
  display: block;
  margin: 10px 0;
  color: var(--color-light-text);
}

.banner__filterCheckbox,
.banner__filterInputCB,
.banner__filterInputLbl {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.banner__filterInputCB {
  accent-color: var(--color-links);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #022e3f;
  border-radius: 1px;
  height: 15px;
  margin: 0 15px 0 0;
  width: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.banner__filterInputCB:checked {
  border-color: var(--color-links);
  background-color: var(--color-links);
}

.banner__filterShowBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px;
}

.brcr {
  position: relative;
  max-width: 1390px;
  width: 100%;
  margin: 0 auto;
  padding-top: 35px;
  opacity: 0.6;
  z-index: 2;
}

.brcr > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brcr > ul > li:first-child {
  width: 17px;
  height: 17px;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  background: url("../images/icons/home.svg") center no-repeat;
}

.brcr > ul > li:first-child > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
}

.brcr > ul > li > a {
  color: #fff;
}

.brcr > ul > .divider {
  width: 10px;
  height: 15px;
  background: url("../images/icons/brcr.svg") center no-repeat;
}

@media screen and (max-width: 1700px) {
  .banner__tabsWrp {
    margin: -130px -50px 0 0;
  }
}

@media screen and (max-width: 1500px) {
  .banner__tabsWrp {
    margin: -130px 0 0 0;
  }
}

@media screen and (max-width: 1400px) {
  .banner__tabsWrp {
    margin: 0;
    width: 750px;
  }

  .brcr {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 1280px) {
  .banner__tabsWrp {
    margin: 0;
    width: 600px;
  }

  .banner__tabsImgs {
    width: 480px;
    height: 480px;
  }
}

@media screen and (max-width: 1100px) {
  .banner__tabsWrp {
    margin: 0;
    width: 500px;
  }

  .banner__tabsImgs {
    width: 402px;
    height: 402px;
  }

  .banner__tabsImgWrp {
    width: 350px;
    height: 350px;
  }
}

@media screen and (max-width: 1024px) {
  .banner.forFixed {
    margin-top: 0;
  }

  .banner_tabs .banner__container {
    padding-top: 100px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner__container {
    min-height: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner__content {
    padding-left: 0;
  }

  .banner__heading {
    font-size: 40px;
  }

  .banner__scroll {
    display: none;
  }

  .banner__bottom {
    gap: 30px;
  }

  .banner__tile {
    max-width: unset;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .banner__tabsWrp {
    margin: 0 auto;
    width: 620px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .banner__iconCols {
    margin-top: 70px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media screen and (max-width: 768px) {
  .banner_tabs .banner__container {
    padding-top: 0;
  }

  .banner__iconCols {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
  }

  .banner__iconColsItm {
    text-align: center;
  }

  .banner__iconColsItm + .banner__iconColsItm {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
  }

  .banner__iconColsItm:first-child,
  .banner__iconColsItm:nth-child(2) {
    border: none;
    padding-top: 0;
  }

  .banner__tabsWrp {
    width: 100%;
    gap: 0;
  }

  .banner__tabsImgWrp {
    width: 300px;
    height: 300px;
  }

  .banner__tabsThumsRow {
    margin-left: -50px;
  }
}

@media screen and (max-width: 600px) {
  .banner_dbg .banner__container {
    padding-bottom: 50px;
  }

  .banner_smh .banner__container {
    padding-bottom: 180px;
  }

  .banner__overH {
    font-size: 16px;
  }

  .banner__headingWrp {
    gap: 15px;
  }

  .banner__headingIconWrp {
    width: 60px;
    height: 60px;
  }

  .banner__heading {
    font-size: 30px;
    word-break: break-word;
  }

  .banner__text {
    margin-top: 20px;
    font-size: 16px;
  }

  .banner__text + .banner__bottom {
    margin-top: 70px;
  }

  .banner__btn {
    padding: 15px 20px;
    line-height: 1.3;
  }

  .banner__cols {
    margin-top: 30px;
  }

  .banner__colH {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .banner__colTxt {
    font-size: 16px;
  }

  .brcr {
    padding-top: 25px;
  }

  .brcr > ul {
    gap: 5px 15px;
  }

  .brcr + .banner__container {
    padding-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .banner_smh .banner__container {
    padding-bottom: 150px;
  }

  .banner_smh .banner__bottom {
    gap: 10px;
    margin-top: 60px;
  }

  .banner_smh .banner__filterBtn {
    bottom: 70px;
  }

  .banner_smph .banner__container {
    padding-bottom: 110px;
  }

  .banner_smph .banner__bottom {
    gap: 10px;
  }

  .banner__tile {
    padding: 20px 25px 35px;
  }

  .banner__tileOH {
    font-size: 16px;
  }

  .banner__tileHeading {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .banner__tileBtn {
    margin-bottom: 25px;
  }

  .banner__iconCols {
    margin-top: 40px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }

  .banner__iconColsImgWrp {
    margin: 0 auto 15px;
    width: 50px;
    height: 55px;
  }

  .banner__iconColsTxt {
    font-size: 14px;
    padding: 0;
  }

  .banner__tabsWrp {
    margin: 0;
    width: 100%;
  }

  .banner__tabsImgs {
    width: 350px;
    height: 250px;
  }

  .banner__tabsImgWrp {
    width: 250px;
    height: 200px;
  }

  .banner__tabsThumWrp {
    position: relative;
    z-index: 10;
    width: 60px;
    height: 40px;
  }

  .banner__filterBtn {
    position: absolute;
    bottom: 30px;
    right: 15px;
  }

  .banner__filterBody {
    padding: 20px;
  }

  .banner__filterHeading {
    font-size: 20px;
    padding-right: 40px;
  }

  .banner__filterCloseBtn {
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px;
  }

  .banner__spH {
    font-size: 18px;
  }

  .brcr {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.txtList {
  padding: 120px 0;
  background: var(--color-blocks-bg);
}

.txtList_wide {
  padding-bottom: 350px;
}

.txtList_wide .txtList__container {
  max-width: 1200px;
}

.txtList_wide .txtList__left,
.txtList_wide .txtList__right {
  width: 48%;
}

.txtList_wide .txtList__leftTxt {
  font-size: 18px;
}

.txtList_wide .txtList__sHeading,
.txtList_wide .txtList__rightHeading {
  font-size: 32px;
  line-height: 1.2;
}

.txtList__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1024px;
}

.txtList__left {
  width: 33%;
}

.txtList__sHeading {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.txtList__leftTxt {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 16px;
  opacity: 0.7;
}

.txtList__leftTxt ul li {
  padding-left: 40px;
  background: url("../images/txtlist/check.svg") left top -3px no-repeat;
}

.txtList__leftTxt ul li + li {
  margin-top: 15px;
}

.txtList__right {
  width: 50%;
}

.txtList__rightHeading {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.txtList__rightList {
  margin-top: 25px;
  max-width: 563px;
}

.txtList__rightList > a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  padding: 17px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--color-text);
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.txtList__rightList > a + a {
  position: relative;
}

.txtList__rightList > a + a:after {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: var(--color-elements);
  opacity: 0.2;
}

.txtList__rightList > a:hover {
  background: var(--color-elements);
  color: #fff;
}

.txtList__rightList > a:hover:after {
  display: none;
}

.txtList__rightList > a:hover + a:after {
  display: none;
}

.txtList__rightList > a:hover .txtList__arrow {
  background: #fff;
}

.txtList__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.txtList__arrow > svg > path {
  fill: var(--color-elements);
}

.txtList__rightItm {
  font-size: 18px;
  line-height: 1.3;
  background: #fff;
  border-radius: 10px;
  padding: 35px;
  color: var(--color-light-text);
}

.txtList__rightItm + .txtList__rightItm {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .txtList {
    padding: 50px 0;
  }

  .txtList_wide {
    padding-bottom: 350px;
  }

  .txtList_wide .txtList__left,
  .txtList_wide .txtList__right {
    width: 100%;
  }

  .txtList__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .txtList__left {
    width: 100%;
  }

  .txtList__sHeading {
    font-size: 30px;
  }

  .txtList__right {
    width: 100%;
  }

  .txtList__rightList {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .txtList {
    padding: 40px 0;
  }

  .txtList_wide {
    padding-bottom: 200px;
  }

  .txtList .txtList__leftTxt {
    font-size: 16px;
  }

  .txtList .txtList__sHeading,
  .txtList .txtList__rightHeading {
    font-size: 22px;
  }

  .txtList__sHeading {
    font-size: 22px;
  }

  .txtList__leftTxt {
    margin-top: 20px;
  }

  .txtList__rightHeading {
    font-size: 18px;
  }

  .txtList__rightList {
    margin-top: 15px;
    max-width: 563px;
  }

  .txtList__rightList > a {
    gap: 10px;
    padding: 10px;
    font-size: 16px;
  }

  .txtList__arrow {
    width: 40px;
    height: 40px;
  }

  .txtList__rightItm {
    font-size: 16px;
    padding: 25px;
  }
}

.digTiles {
  padding: 100px 0;
}

.digTiles__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1024px;
}

.digTiles__itm {
  width: 50%;
  padding: 40px 25px;
  position: relative;
}

.digTiles__itm:before {
  content: '';
  top: 0;
  width: calc(100% - 50px);
  height: 1px;
  background: var(--color-text);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.15;
}

.digTiles__itm:first-child:before,
.digTiles__itm:nth-child(2):before {
  display: none;
}

.digTiles__itm:nth-child(odd):after {
  content: '';
  right: 0;
  width: 1px;
  height: calc(100% - 50px);
  background: var(--color-text);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.15;
}

.digTiles__itmTop {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 66px;
  color: var(--color-elements);
}

.digTiles__itmBtm {
  margin-top: 5px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
  font-weight: 600;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .digTiles {
    padding: 60px 0;
  }

  .digTiles__itmTop {
    font-size: 50px;
  }

  .digTiles__itmBtm {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .digTiles {
    padding: 30px 0;
  }

  .digTiles__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .digTiles__itm {
    width: 100%;
    padding: 25px 0;
  }

  .digTiles__itm:before {
    width: 100%;
  }

  .digTiles__itm:after {
    display: none;
  }

  .digTiles__itm:nth-child(2):before {
    display: block;
  }

  .digTiles__itmTop {
    font-size: 30px;
  }

  .digTiles__itmBtm {
    font-size: 16px;
  }
}

.txtImgTips {
  position: relative;
  z-index: 10;
}

.txtImgTips__container {
  padding: 0;
  container-type: inline-size;
}

.txtImgTips__top {
  width: 720px;
  min-height: 394px;
  background: #fff;
  margin: 0 auto -100px;
  padding: 0 70px 70px;
  position: relative;
  z-index: 2;
}

.txtImgTips__btm {
  position: relative;
  width: 100%;
  height: 47 cqw;
}

.txtImgTips__btmBgImg {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: cover;
  object-position: cover;
  z-index: -1;
}

.txtImgTips__topHeading {
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
}

.txtImgTips__topText {
  margin-bottom: 45px;
  font-size: 18px;
  opacity: 0.7;
  line-height: 1.5;
}

.txtImgTips__topBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px;
}

.txtImgTips__btn {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-links) url("data:image/svg+xml,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.5 13.5V7.5H0.5V6.5H6.5V0.5H7.5V6.5H13.5V7.5H7.5V13.5H6.5Z' fill='white'></path></svg>") center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.txtImgTips__btn:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
  background: var(--color-links);
  -webkit-animation: pulsate infinite 1s;
  animation: pulsate infinite 1s;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2, 2);
    transform: translate(-50%, -50%) scale(2, 2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2, 2);
    transform: translate(-50%, -50%) scale(2, 2);
    opacity: 0;
  }
}

.txtImgTips__btn:hover {
  background: var(--color-text) url("data:image/svg+xml,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.5 13.5V7.5H0.5V6.5H6.5V0.5H7.5V6.5H13.5V7.5H7.5V13.5H6.5Z' fill='white'></path></svg>") center no-repeat;
}

.txtImgTips__btn:hover:before {
  display: none;
  -webkit-animation: none;
  animation: none;
}

.txtImgTips__btn.active .txtImgTips__tip {
  opacity: 1;
  pointer-events: unset;
}

.txtImgTips__tip {
  position: absolute;
  top: 60px;
  left: -270px;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  width: 600px;
  min-height: 325px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 25px 70px 25px 35px;
  text-align: left;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(34, 60, 80, 0.13);
  box-shadow: 0px 0px 29px 0px rgba(34, 60, 80, 0.13);
  z-index: 100;
}

.txtImgTips__tip:before,
.txtImgTips__tip:after {
  content: '';
  width: 25px;
  height: 2px;
  border-radius: 1px;
  top: 30px;
  right: 20px;
  background: var(--color-text);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.txtImgTips__tip:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.txtImgTips__tipIc {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.txtImgTips__tipH {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0 20px;
}

.txtImgTips__tipTxt {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.7;
  margin-bottom: 30px;
}

.txtImgTips__tipBtn {
  padding: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.3;
}

@media screen and (max-width: 1024px) {
  .txtImgTips__top {
    width: 100%;
    min-height: 0;
    padding: 35px 25px 45px;
  }

  .txtImgTips__topHeading {
    font-size: 30px;
  }

  .txtImgTips__btn {
    width: 30px;
    height: 30px;
  }

  .txtImgTips__btn > .txtImgTips__tip {
    display: none !important;
  }

  .txtImgTips__tip {
    all: unset;
    display: none;
    padding: 70px 30px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    gap: 15px;
    width: calc(100% - 30px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px 15px 0 15px;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(34, 60, 80, 0.13);
    box-shadow: 0px 0px 29px 0px rgba(34, 60, 80, 0.13);
  }
}

@media screen and (max-width: 600px) {
  .txtImgTips__top {
    width: 100%;
    padding: 35px 15px 45px;
    margin: 0;
  }

  .txtImgTips__topHeading {
    font-size: 22px;
  }

  .txtImgTips__topText {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .txtImgTips__tipH {
    font-size: 18px;
    margin: 0 0 20px;
  }

  .txtImgTips__tipTxt {
    font-size: 14px;
    margin: 0 0 20px;
  }

  .txtImgTips__tipBtn {
    padding: 10px 20px;
  }
}

.txtCar {
  padding: 130px 0 110px;
  position: relative;
  overflow: hidden;
}

.txtCar__container {
  max-width: 1024px;
}

.txtCar__bgTxt {
  position: absolute;
  width: 10000px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 130px;
  font-size: 200px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: var(--color-blocks-bg);
  pointer-events: none;
}

.txtCar__carWrp {
  margin: 130px auto 0;
  max-width: 960px;
}

.txtCar__itm {
  text-align: center;
  cursor: -webkit-grab;
  cursor: grab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.txtCar__itmTop {
  text-align: center;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 400;
}

.txtCar__itmBtm {
  display: inline-block;
  margin: 80px auto 0;
  max-width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  line-height: 1.3;
  gap: 22px;
}

.txtCar__itmImgWrp {
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.txtCar__itmImgWrp_circ {
  position: relative;
  margin-left: 20px;
}

.txtCar__itmImgWrp_circ:before {
  content: '';
  width: 47px;
  height: 47px;
  top: 0;
  left: -20px;
  border-radius: 50%;
  background: var(--color-elements) url("data:image/svg+xml,<svg aria-hidden='true' width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M27.6999 28.75L29.6249 24.75H25.2499V18.25H31.7499V24.75L29.8499 28.75H27.6999ZM18.6999 28.75L20.6249 24.75H16.2499V18.25H22.7499V24.75L20.8499 28.75H18.6999Z' fill='white'></path></svg>") center no-repeat;
}

.txtCar__itmImgWrp_circ .txtCar__itmImg {
  border-radius: 50%;
}

.txtCar__itmImg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.txtCar__itmBtmH {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 3px;
}

.txtCar__itmBtmTxt {
  font-size: 16px;
}

.txtCar__arrows {
  margin: 60px auto;
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.txtCar__arrow {
  position: static;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--color-text);
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: var(--color-text);
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: none;
  transform: none;
}

.txtCar__arrow > svg {
  width: unset;
  height: unset;
}

.txtCar__arrow > svg > path {
  fill: #fff;
}

.txtCar__arrow_prev > svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.txtCar__arrow:disabled {
  opacity: 1;
  background: none;
  cursor: default;
}

.txtCar__arrow:disabled > svg > path {
  fill: var(--color-text);
}

@media screen and (max-width: 1300px) {
  .txtCar {
    padding: 80px 0 50px;
  }

  .txtCar__bgTxt {
    top: 80px;
    font-size: 150px;
  }

  .txtCar__carWrp {
    margin: 80px auto 0;
  }
}

@media screen and (max-width: 1200px) {
  .txtCar__bgTxt {
    font-size: 100px;
  }

  .txtCar__carWrp {
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 1024px) {
  .txtCar {
    padding: 50px 0 30px;
  }

  .txtCar__bgTxt {
    display: none;
    top: 50px;
  }

  .txtCar__carWrp {
    margin: 0 auto;
  }

  .txtCar__arrows {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 600px) {
  .txtCar__itmTop {
    font-size: 23px;
  }

  .txtCar__itmBtm {
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 400px) {
  .txtCar__itmTop {
    font-size: 20px;
  }

  .txtCar__itmBtm {
    margin: 20px auto 0;
  }

  .txtCar__itmBtmH {
    font-size: 16px;
  }

  .txtCar__itmBtmTxt {
    font-size: 14px;
  }
}

.tilesCar {
  padding: 100px 0;
  background: var(--color-blocks-bg);
}

.tilesCar__container {
  max-width: 1024px;
}

.tilesCar__sHeading {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.tilesCar__txt {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.3;
  opacity: 0.7;
}

.tilesCar__itm {
  background: #fff;
  min-height: 180px;
  padding: 30px;
  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;
  border-radius: 10px;
}

.tilesCar__itmImg {
  max-width: 100%;
}

.tilesCar__carWrp {
  margin-top: 50px;
}

.tilesCar__pagination {
  position: static;
  margin-top: 35px;
}

.tilesCar__paginationItm.is-active {
  background: var(--color-text);
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: 1024px) {
  .tilesCar__sHeading {
    font-size: 46px;
  }
}

@media screen and (max-width: 600px) {
  .tilesCar {
    padding: 50px 0;
  }

  .tilesCar__sHeading {
    font-size: 27px;
  }

  .tilesCar__txt {
    margin-top: 20px;
    font-size: 16px;
  }

  .tilesCar__carWrp {
    margin-top: 30px;
  }

  .tilesCar__pagination {
    margin-top: 15px;
  }
}

.txtTiles {
  margin-top: 110px;
}

.txtTiles + .footer {
  margin-top: 110px;
}

.txtTiles__heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 56px;
  text-align: center;
}

.txtTiles__row {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.txtTiles__itm {
  border: 1px solid rgba(2, 58, 79, 0.15);
  border-radius: 8px;
  padding: 50px;
}

.txtTiles__itmH {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.txtTiles__itmTxt {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.7;
  word-wrap: break-word;
  word-break: break-all;
}

.txtTiles__itmTxt_links {
  opacity: 1;
}

.txtTiles__itmTxt > a {
  color: var(--color-text);
  text-decoration: underline;
}

.txtTiles__itmTxt > a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .txtTiles {
    margin-top: 70px;
  }

  .txtTiles + .footer {
    margin-top: 70px;
  }

  .txtTiles__heading {
    font-size: 46px;
  }

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

  .txtTiles__itm {
    padding: 30px;
  }

  .txtTiles__itmH {
    font-size: 25px;
  }

  .txtTiles__itmTxt {
    margin-top: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .txtTiles__row {
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .txtTiles {
    margin-top: 50px;
  }

  .txtTiles + .footer {
    margin-top: 50px;
  }

  .txtTiles__heading {
    font-size: 27px;
  }

  .txtTiles__row {
    margin-top: 50px;
  }

  .txtTiles__itm {
    padding: 20px;
  }

  .txtTiles__itmH {
    font-size: 20px;
  }

  .txtTiles__itmTxt {
    margin-top: 15px;
  }
}

.txtForm {
  margin-top: 110px;
}

.txtForm + .footer {
  margin-top: 110px;
}

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

.txtForm__left,
.txtForm__right {
  width: 47%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.txtForm__heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 56px;
}

.txtForm__txt {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.7;
}

.txtForm__formInp,
.txtForm__formTextarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: var(--color-light-text);
  width: 100%;
  height: 60px;
  background: #f9f9f9;
  -webkit-box-shadow: 0 0 0 1px #abb8c3;
  box-shadow: 0 0 0 1px #abb8c3;
  border-radius: 35px;
  padding: 20px 30px;
  margin-top: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.txtForm__formInp::-webkit-input-placeholder,
.txtForm__formTextarea::-webkit-input-placeholder {
  color: #abb8c3;
}

.txtForm__formInp:-moz-placeholder,
.txtForm__formTextarea:-moz-placeholder {
  color: #abb8c3;
}

.txtForm__formInp:-ms-input-placeholder,
.txtForm__formTextarea:-ms-input-placeholder {
  color: #abb8c3;
}

.txtForm__formInp:focus,
.txtForm__formTextarea:focus {
  -webkit-box-shadow: 0 0 0 2px var(--color-links);
  box-shadow: 0 0 0 2px var(--color-links);
}

.txtForm__formTextarea {
  height: 150px;
  overflow: hidden;
  resize: none;
}

.txtForm__btn {
  width: 100%;
  max-width: 700px;
  height: 60px;
  margin: 40px auto 0;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .txtForm {
    margin-top: 70px;
  }

  .txtForm + .footer {
    margin-top: 70px;
  }

  .txtForm__heading {
    font-size: 46px;
  }

  .txtForm__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .txtForm__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px;
  }

  .txtForm__left,
  .txtForm__right {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .txtForm {
    margin-top: 50px;
  }

  .txtForm + .footer {
    margin-top: 50px;
  }

  .txtForm__row {
    gap: 20px;
  }

  .txtForm__heading {
    font-size: 27px;
  }

  .txtForm__formInp,
  .txtForm__btn {
    height: 50px;
  }

  .txtForm__formTextarea {
    height: 120px;
  }

  .txtForm__btn {
    margin: 30px auto 0;
  }
}

.txtCols {
  margin-top: 110px;
}

.txtCols_oc {
  padding: 50px 0;
}

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

.txtCols_oc .txtCols__col {
  width: 70%;
}

.txtCols + .footer {
  margin-top: 0px;
}

.txtCols__container {
  max-width: 1024px;
}

.txtCols__row {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.txtCols__col {
  width: 45%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--color-light-text);
}

.txtCols__col > h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  color: var(--color-text);
}

.txtCols__col > p {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .txtCols {
    margin-top: 70px;
  }

  .txtCols_oc {
    padding: 70px 0;
  }

  .txtCols_oc .txtCols__col {
    width: 100%;
  }

  .txtCols + .footer {
    margin-top: 70px;
  }

  .txtCols__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .txtCols__col {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .txtCols {
    margin-top: 50px;
  }

  .txtCols_oc {
    padding: 50px 0;
  }

  .txtCols + .footer {
    margin-top: 50px;
  }

  .txtCols__col > h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .txtCols__col > p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.onlyTxt {
  margin-top: 80px;
}

.onlyTxt + .footer {
  margin-top: 110px;
}

.onlyTxt__container {
  max-width: 777px;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .onlyTxt {
    margin-top: 50px;
  }

  .onlyTxt + .footer {
    margin-top: 70px;
  }

  .onlyTxt__container {
    font-size: 35px;
  }
}

@media screen and (max-width: 500px) {
  .onlyTxt {
    margin-top: 30px;
  }

  .onlyTxt + .footer {
    margin-top: 50px;
  }

  .onlyTxt__container {
    font-size: 23px;
  }
}

.txtImg {
  margin-top: 110px;
  padding: 100px 0;
  background: var(--color-blocks-bg);
}

.txtImg__container {
  max-width: 1024px;
}

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

.txtImg__left,
.txtImg__right {
  width: 48%;
}

.txtImg__left {
  font-size: 17px;
  line-height: 1.5;
  color: var(--color-light-text);
}

.txtImg__left > h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.3;
  margin-bottom: 30px;
  color: var(--color-text);
  word-wrap: break-word;
}

.txtImg__left > ul > li {
  position: relative;
  padding-left: 30px;
}

.txtImg__left > ul > li:before {
  content: "";
  background: url("../images/icons/check-icon.svg") center no-repeat;
  height: 20px;
  left: 0;
  top: 3px;
  width: 20px;
}

.txtImg__left > ul > li + li {
  margin-top: 15px;
}

.txtImg__right {
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .txtImg {
    margin-top: 70px;
    padding: 70px 0;
  }

  .txtImg__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .txtImg__left,
  .txtImg__right {
    width: 100%;
  }

  .txtImg__left {
    font-size: 16px;
  }

  .txtImg__left > h2 {
    font-size: 46px;
  }
}

@media screen and (max-width: 500px) {
  .txtImg {
    margin-top: 50px;
    padding: 50px 0;
  }

  .txtImg__left > h2 {
    font-size: 27px;
    margin-bottom: 20px;
  }

  .txtImg__left > ul > li + li {
    margin-top: 10px;
  }
}

.icTiles {
  padding: 100px 0;
  background: var(--color-blocks-bg-sec);
}

.icTiles__container {
  max-width: 1024px;
}

.icTiles__heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.3;
  margin-bottom: 50px;
  word-wrap: break-word;
}

.icTiles__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.icTiles__itm {
  padding: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.icTiles__itm:hover {
  background: var(--color-elements);
  border: 1px solid var(--color-elements);
}

.icTiles__itm:hover .icTiles__itmBtn {
  background: #fff;
}

.icTiles__itm:hover .icTiles__itmH,
.icTiles__itm:hover .icTiles__itmTxt {
  color: #fff;
}

.icTiles__itmImgWrp {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icTiles__itmImg {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.icTiles__itmH {
  margin-bottom: 22px;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-text);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.icTiles__itmTxt {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-light-text);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.icTiles__itmBtn {
  margin: auto auto 0;
  width: 100%;
  max-width: 300px;
  height: 60px;
  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;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: var(--color-elements);
  background: var(--color-blocks-bg);
  border-radius: 50px;
}

@media screen and (max-width: 1024px) {
  .icTiles {
    padding: 70px 0;
  }

  .icTiles__heading {
    font-size: 46px;
  }

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

@media screen and (max-width: 700px) {
  .icTiles__row {
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .icTiles {
    padding: 50px 0;
  }

  .icTiles__heading {
    font-size: 27px;
  }

  .icTiles__itmH {
    font-size: 20px;
  }

  .icTiles__itmTxt {
    margin-bottom: 30px;
  }
}

.carousel {
  overflow: hidden;
  margin: 110px 0;
}

.carousel + .footer {
  margin-top: 110px;
}

.carousel__heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.3;
  margin-bottom: 50px;
  word-wrap: break-word;
}

.carousel__container {
  position: relative;
  max-width: 1024px;
}

.carousel__heading {
  position: relative;
  padding-top: 130px;
  z-index: 2;
}

.carousel__bgTxt {
  position: absolute;
  width: 100vw;
  padding-left: calc((100vw - 1024px) / 2 + 50px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  font-size: 200px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: var(--color-blocks-bg);
  pointer-events: none;
}

.carousel__bgTxt_wide {
  padding-left: unset;
  text-align: center;
}

.carousel__carousel {
  width: 100%;
  padding-bottom: 60px;
}

.carousel__wrp {
  overflow: unset;
}

.carousel__itm {
  position: relative;
}

.carousel__itm:hover .carousel__itmCir {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}

.carousel__itmCir {
  position: absolute;
  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;
  top: 270px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color-links) url("data:image/svg+xml,<svg aria-hidden='true' width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.00195 5.7143C0.449668 5.7143 0.00195316 6.16201 0.00195317 6.71431C0.00195317 7.26659 0.449668 7.71431 1.00195 7.71431L1.00195 5.7143ZM15.002 6.71431L15.7384 7.39086L16.36 6.71431L15.7384 6.03775L15.002 6.71431ZM10.4884 0.323448C10.1147 -0.0832487 9.48209 -0.110037 9.07539 0.263615C8.6687 0.637264 8.64191 1.26986 9.01556 1.67656L10.4884 0.323448ZM9.01556 11.752C8.64191 12.1587 8.6687 12.7913 9.07539 13.165C9.48209 13.5386 10.1147 13.5118 10.4884 13.1051L9.01556 11.752ZM1.00195 7.71431L15.002 7.71431L15.002 5.7143L1.00195 5.7143L1.00195 7.71431ZM15.7384 6.03775L10.4884 0.323448L9.01556 1.67656L14.2656 7.39086L15.7384 6.03775ZM14.2656 6.03775L9.01556 11.752L10.4884 13.1051L15.7384 7.39086L14.2656 6.03775Z' fill='white'></path></svg>") center no-repeat;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.carousel__itmImg {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.carousel__itmH {
  padding: 55px 45px;
  background: var(--color-blocks-bg-sec);
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-text);
}

.carousel__arrows {
  margin-top: 30px;
  -webkit-transform: unset;
  transform: unset;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.carousel__arrow {
  top: unset;
  -webkit-transform: unset;
  transform: unset;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  position: relative;
  background: url("data:image/svg+xml,<svg aria-hidden='true' width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.00195 5.7143C0.449668 5.7143 0.00195316 6.16201 0.00195317 6.71431C0.00195317 7.26659 0.449668 7.71431 1.00195 7.71431L1.00195 5.7143ZM15.002 6.71431L15.7384 7.39086L16.36 6.71431L15.7384 6.03775L15.002 6.71431ZM10.4884 0.323448C10.1147 -0.0832487 9.48209 -0.110037 9.07539 0.263615C8.6687 0.637264 8.64191 1.26986 9.01556 1.67656L10.4884 0.323448ZM9.01556 11.752C8.64191 12.1587 8.6687 12.7913 9.07539 13.165C9.48209 13.5386 10.1147 13.5118 10.4884 13.1051L9.01556 11.752ZM1.00195 7.71431L15.002 7.71431L15.002 5.7143L1.00195 5.7143L1.00195 7.71431ZM15.7384 6.03775L10.4884 0.323448L9.01556 1.67656L14.2656 7.39086L15.7384 6.03775ZM14.2656 6.03775L9.01556 11.752L10.4884 13.1051L15.7384 7.39086L14.2656 6.03775Z' fill='%23023a4f'></path></svg>") center no-repeat;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.carousel__arrow:hover {
  opacity: 0.5;
}

.carousel__arrow_prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.carousel__arrow[disabled] {
  cursor: default;
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .carousel {
    margin: 70px 0;
  }

  .carousel + .footer {
    margin-top: 70px;
  }

  .carousel__bgTxt {
    display: none;
  }

  .carousel__heading {
    padding: 0;
    font-size: 46px;
  }
}

@media screen and (max-width: 700px) {
  .carousel__row {
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .carousel {
    margin: 50px 0;
  }

  .carousel + .footer {
    margin-top: 50px;
  }

  .carousel__heading {
    font-size: 27px;
    margin-bottom: 30px;
  }

  .carousel__itmCir {
    top: 280px;
    width: 40px;
    height: 40px;
  }

  .carousel__itmH {
    padding: 35px;
    font-size: 18px;
  }
}

.imgTxtTiles {
  margin-top: 100px;
}

.imgTxtTiles + .footer {
  margin-top: 110px;
}

.imgTxtTiles.bbg {
  margin-top: 0;
  padding: 100px 0;
}

.imgTxtTiles.bbg .imgTxtTiles__itmTop {
  background: #fff;
}

.imgTxtTiles.inProdList {
  padding: 0 0 50px;
}

.imgTxtTiles.inProdList .imgTxtTiles__heading {
  margin-bottom: 25px;
}

.imgTxtTiles.inProdList .imgTxtTiles__row {
  gap: 20px 33px;
}

.imgTxtTiles__container {
  max-width: 1200px;
}

.imgTxtTiles__heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 70px;
  color: var(--color-text);
}

.imgTxtTiles__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 33px 1fr 33px 1fr 33px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px;
}

.imgTxtTiles__itm:hover .imgTxtTiles__itmTop {
  background: var(--color-text);
}

.imgTxtTiles__itm:hover .imgTxtTiles__itmTop svg {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  visibility: visible;
  opacity: 1;
}

.imgTxtTiles__itm:hover .imgTxtTiles__itmImg {
  opacity: 0;
}

.imgTxtTiles__itm:hover .imgTxtTiles__itmImg_hover {
  opacity: 1;
}

.imgTxtTiles__itmTop {
  height: 160px;
  padding: 10px;
  border-radius: 10px;
  background: var(--color-blocks-bg);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.imgTxtTiles__itmTop svg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  left: 50%;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.imgTxtTiles__itmImg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 70%;
  max-width: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.imgTxtTiles__itmImg_hover {
  opacity: 0;
}

.imgTxtTiles__itmBtm {
  padding: 20px 5px;
  text-align: center;
  color: var(--color-text);
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .imgTxtTiles {
    margin-top: 70px;
  }

  .imgTxtTiles + .footer {
    margin-top: 70px;
  }

  .imgTxtTiles.bbg {
    margin-top: 0;
    padding: 70px 0;
  }

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

@media screen and (max-width: 500px) {
  .imgTxtTiles {
    margin-top: 50px;
  }

  .imgTxtTiles + .footer {
    margin-top: 50px;
  }

  .imgTxtTiles.bbg {
    margin-top: 0;
    padding: 50px 0;
  }

  .imgTxtTiles__row {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .imgTxtTiles__heading {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .imgTxtTiles__itmBtm {
    padding: 10px 5px;
    font-size: 16px;
  }
}

.txtBtnTile {
  padding: 100px 25px;
}

.txtBtnTile_nIn {
  padding-top: 0;
  margin-top: -190px;
}

.txtBtnTile__container {
  max-width: 1200px;
  background: var(--color-text);
  border-radius: 8px;
  padding: 80px;
  color: #fff;
}

.txtBtnTile__heading {
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.txtBtnTile__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.txtBtnTile__txt {
  font-size: 18px;
  line-height: 1.5;
}

.txtBtnTile__btn {
  padding: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.txtBtnTile__lnk {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
}

.txtBtnTile__lnk > svg {
  position: absolute;
  top: -2px;
  right: -35px;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.txtBtnTile__lnk > svg > path {
  fill: var(--color-links);
}

.txtBtnTile__lnk:hover > svg {
  right: -40px;
}

@media screen and (max-width: 1024px) {
  .txtBtnTile {
    padding: 70px 25px;
  }

  .txtBtnTile__container {
    padding: 50px;
  }

  .txtBtnTile__heading {
    font-size: 40px;
  }

  .txtBtnTile__btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
  }
}

@media screen and (max-width: 500px) {
  .txtBtnTile {
    padding: 50px 15px;
  }

  .txtBtnTile__container {
    padding: 30px 20px;
  }

  .txtBtnTile__heading {
    font-size: 26px;
  }

  .txtBtnTile__txt {
    font-size: 15px;
  }

  .txtBtnTile__btn {
    padding: 15px;
  }
}

.imgTiles + .footer {
  margin-top: 110px;
}

.imgTiles__container {
  max-width: 1024px;
}

.imgTiles__row {
  margin-top: -100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 41px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 41px;
}

.imgTiles__itm {
  position: relative;
  background: var(--color-blocks-bg-sec);
}

.imgTiles__itm:hover .imgTiles__itmCir {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}

.imgTiles__itmCir {
  position: absolute;
  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;
  top: 270px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color-links) url("data:image/svg+xml,<svg aria-hidden='true' width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.00195 5.7143C0.449668 5.7143 0.00195316 6.16201 0.00195317 6.71431C0.00195317 7.26659 0.449668 7.71431 1.00195 7.71431L1.00195 5.7143ZM15.002 6.71431L15.7384 7.39086L16.36 6.71431L15.7384 6.03775L15.002 6.71431ZM10.4884 0.323448C10.1147 -0.0832487 9.48209 -0.110037 9.07539 0.263615C8.6687 0.637264 8.64191 1.26986 9.01556 1.67656L10.4884 0.323448ZM9.01556 11.752C8.64191 12.1587 8.6687 12.7913 9.07539 13.165C9.48209 13.5386 10.1147 13.5118 10.4884 13.1051L9.01556 11.752ZM1.00195 7.71431L15.002 7.71431L15.002 5.7143L1.00195 5.7143L1.00195 7.71431ZM15.7384 6.03775L10.4884 0.323448L9.01556 1.67656L14.2656 7.39086L15.7384 6.03775ZM14.2656 6.03775L9.01556 11.752L10.4884 13.1051L15.7384 7.39086L14.2656 6.03775Z' fill='white'></path></svg>") center no-repeat;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.imgTiles__itmLbl {
  position: absolute;
  left: 30px;
  top: 240px;
  padding: 10px 15px;
  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;
  text-align: center;
  border-radius: 20px;
  text-transform: uppercase;
  background: var(--color-links);
  color: #fff;
}

.imgTiles__itmImg {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.imgTiles__itmImg + div {
  margin-top: 40px;
}

.imgTiles__itmOverH {
  padding: 0 45px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--color-light-text);
}

.imgTiles__itmOverH + .imgTiles__itmH {
  margin-top: 15px;
}

.imgTiles__itmH {
  margin-bottom: 40px;
  padding: 0 45px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-text);
}

@media screen and (max-width: 700px) {
  .imgTiles__row {
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .imgTiles {
    margin: 50px 0;
  }

  .imgTiles + .footer {
    margin-top: 50px;
  }

  .imgTiles__itmLbl {
    left: 20px;
    top: 130px;
  }

  .imgTiles__itmCir {
    top: 173px;
    width: 55px;
    height: 55px;
  }

  .imgTiles__itmImg {
    height: 200px;
  }

  .imgTiles__itmImg + div {
    margin-top: 20px;
  }

  .imgTiles__itmOverH {
    padding: 0 20px;
    font-size: 16px;
  }

  .imgTiles__itmOverH + .imgTiles__itmH {
    margin-top: 10px;
  }

  .imgTiles__itmH {
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 18px;
  }
}

.pagination {
  margin-top: 80px;
}

.pagination + .footer {
  margin-top: 110px;
}

.pagination__container {
  max-width: 1024px;
}

.pagination__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination__prev,
.pagination__next {
  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: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid rgba(2, 58, 79, 0.5);
  background-position: top 3px center;
  background-repeat: no-repeat;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.pagination__prev > svg,
.pagination__next > svg {
  right: -35px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagination__prev > svg > path,
.pagination__next > svg > path {
  fill: #023a4f;
}

.pagination__prev:hover,
.pagination__next:hover {
  border: 1px solid #023a4f;
}

.pagination__prev.inactive,
.pagination__next.inactive {
  opacity: 0.2;
  cursor: default;
}

.pagination__prev.inactive:hover,
.pagination__next.inactive:hover {
  border: 1px solid rgba(2, 58, 79, 0.5);
}

.pagination__itm {
  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: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #023a4f;
  color: #023a4f;
  font-weight: 300;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.pagination__itm:hover:not(.inactive) {
  opacity: 1;
}

.pagination__itm.inactive {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 60px;
  }

  .pagination__row {
    gap: 15px;
  }
}

@media screen and (max-width: 500px) {
  .pagination {
    margin-top: 50px;
  }

  .pagination + .footer {
    margin-top: 50px;
  }

  .pagination__row {
    gap: 8px;
  }

  .pagination__prev,
  .pagination__next,
  .pagination__itm {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

.txtBtn {
  padding: 100px 0;
}

.txtBtn + .footer {
  margin-top: 110px;
}

.txtBtn__container {
  max-width: 1200px;
}

.txtBtn__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.txtBtn__heading {
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.txtBtn__leftTxt {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--color-light-text);
}

.txtBtn__leftLnk {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-text);
  position: relative;
}

.txtBtn__leftLnk > svg {
  position: absolute;
  top: 0;
  right: -35px;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.txtBtn__leftLnk > svg > path {
  fill: var(--color-links);
}

.txtBtn__leftLnk:hover > svg {
  right: -40px;
}

.txtBtn__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.txtBtn__btn {
  padding: 20px 25px;
}

@media screen and (max-width: 1024px) {
  .txtBtn {
    padding: 70px 0;
  }

  .txtBtn__heading {
    font-size: 46px;
  }

  .txtBtn__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

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

@media screen and (max-width: 500px) {
  .txtBtn {
    padding: 50px 0;
  }

  .txtBtn__heading {
    font-size: 27px;
  }
}

.footer {
  padding: 50px 0;
  background: var(--color-text);
}

.footer__container {
  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;
  gap: 50px;
}

.footer__logo {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-filter: grayscale(100%) brightness(130%);
  filter: grayscale(100%) brightness(130%);
  opacity: 0.5;
}

.footer__menu {
  margin-right: auto;
}

.footer__menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.footer__menu > ul > li > a {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__menu > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer__cont {
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.6);
}

.footer__txtLnk {
  display: block;
  margin: 0 0 10px 0;
  font-weight: 500;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__txtLnk:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer__contIconsWrp {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.footer__contIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.footer__contIcons:last-child {
  position: relative;
}

.footer__contIcons:last-child:before {
  content: '';
  left: -20px;
  width: 1px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.4);
}

.footer__contIcon {
  width: 25px;
  height: 25px;
  color: rgba(0, 0, 0, 0);
  font-size: 0;
}

.footer__contIcon > svg {
  width: 100%;
  height: 100%;
}

.footer__contIcon > svg > path {
  fill: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__contIcon:hover > svg > path {
  fill: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1024px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }

  .footer__menu {
    margin: 0 auto;
  }

  .footer__menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .footer__menu > ul > li {
    text-align: center;
  }

  .footer__cont {
    text-align: center;
  }

  .footer__contIconsWrp {
    margin: 20px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.itsModalWrp,
.itsModal_thanksWrp,
.itsModal_imgWrp {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  z-index: 980;
}

.itsModalWrp.active,
.itsModal_thanksWrp.active,
.itsModal_imgWrp.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.itsModal,
.itsModal_thanks {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 50%;
  top: 50%;
  margin-top: -310px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 465px;
  height: 480px;
  background-color: #fff;
  z-index: 980;
}

.itsModal__logo,
.itsModal_thanks__logo {
  margin: 33px auto;
}

.itsModal__logo .header__logo,
.itsModal_thanks__logo .header__logo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.itsModal__heading,
.itsModal_thanks__heading {
  font-family: 'IBM Plex Sans', sans-serif;
  width: 100%;
  padding: 0 32px;
  line-height: 1.2;
  text-align: center;
  color: #222;
  margin-bottom: 50px;
  -webkit-font-feature-settings: 'salt' on, 'liga' off;
  font-feature-settings: 'salt' on, 'liga' off;
  font-size: 33px;
}

.itsModal__subHeading,
.itsModal_thanks__subHeading {
  padding: 0 32px;
  font-size: 18px;
  color: #bdbdbd;
  margin-bottom: 7px;
}

.itsModal__form,
.itsModal_thanks__form {
  width: 100%;
  margin: 0 32px;
}

.itsModal__formInputs,
.itsModal_thanks__formInputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 32px;
}

.itsModal__inpTxt,
.itsModal_thanks__inpTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 53px;
  border: 1px solid #e5e9eb;
  font-size: 18px;
  margin-bottom: 17px;
  padding: 0 10px;
  color: #757575;
}

.itsModal__inpTxt.phone__mask,
.itsModal_thanks__inpTxt.phone__mask {
  letter-spacing: 2.5px;
}

.itsModal__formBottompart,
.itsModal_thanks__formBottompart {
  text-align: center;
}

.itsModal__btn,
.itsModal_thanks__btn {
  width: calc(100% - 64px);
  margin: 0 auto 8px;
}

.itsModal__yesyesyes,
.itsModal_thanks__yesyesyes {
  width: calc(100% - 64px);
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
  color: #b9b9b9;
}

.itsModal_thanks {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  margin-top: -310px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 465px;
  height: 300px;
}

.itsModal_thanks .itsModal__heading,
.itsModal_thanks .itsModal__subHeading {
  text-align: center;
}

.itsModal .closeModal,
.itsModal_thanks .closeModal,
.itsModal_img .closeModal {
  position: absolute;
  right: 19px;
  top: 14px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.itsModal .closeModal span,
.itsModal_thanks .closeModal span,
.itsModal_img .closeModal span {
  left: 0;
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1000;
  top: 50%;
}

.itsModal .closeModal span:last-child,
.itsModal_thanks .closeModal span:last-child,
.itsModal_img .closeModal span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.itsModal .closeModal:hover span,
.itsModal_thanks .closeModal:hover span,
.itsModal_img .closeModal:hover span {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.itsModal .closeModal:hover span:last-child,
.itsModal_thanks .closeModal:hover span:last-child,
.itsModal_img .closeModal:hover span:last-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(34, 34, 34, 0.75);
  opacity: 0;
  z-index: -1000;
}

.overlay.active {
  opacity: 1;
  z-index: 970;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .itsModalWrp,
  .itsModal_thanksWrp {
    overflow: auto;
  }

  .itsModal {
    top: 0;
    margin: 65px -20px 0 auto;
    width: calc(100% - 40px);
    min-width: 290px;
    height: 592px;
  }

  .itsModal__heading {
    padding: 0 24px;
    font-size: 30px;
  }

  .itsModal__subHeading {
    padding: 0 24px;
  }

  .itsModal__form {
    margin: 0 24px;
  }

  .itsModal__formInputs {
    padding: 0 24px;
  }

  .itsModal__btn {
    width: calc(100% - 48px);
  }

  .itsModal__yesyesyes {
    width: calc(100% - 48px);
  }

  .itsModal_thanks {
    top: 0;
    margin: 65px -20px 0 auto;
    width: calc(100% - 40px);
  }

  .itsModal .closeModal,
  .itsModal_thanks .closeModal {
    right: 31px;
    top: 16px;
  }
}

@media screen and (max-width: 413px) {
  .itsModal__subHeading,
  .itsModal_thanks__subHeading {
    font-size: 16px;
  }
}
