:root {
  --color1: #2B4053;
  --color2: #748187;
}

* {
  color: var(--color1);
  line-height: 1.285;
}

body {
  font: 12rem/18rem "Lato", "Roboto", "Arial", sans-serif;
}
body.modal-opened {
  overflow: hidden;
  padding-right: 17rem;
}
body.modal-opened .modal-screen {
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
body.modal-opened .main {
  filter: blur(3rem);
}

.modal-screen {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 0;
  height: 0;
  background: transparent;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.modal-text p a {
  text-decoration: underline;
}
.modal-text p a:hover {
  text-decoration: none;
}

.container {
  margin: 0 auto;
  padding-left: 150rem;
  padding-right: 150rem;
}
@media only screen and (max-width: 768px) {
  .container {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  white-space: nowrap;
}

.btn-1 {
  background: linear-gradient(-90deg, #225E78 0%, #1098BE 100%);
  border-radius: 32rem;
  font-style: normal;
  font-size: 16rem;
  line-height: 1.285;
  color: #FFFFFF;
  height: 46rem;
  padding-left: 2em;
  padding-right: 2em;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.btn-1:hover {
  background: linear-gradient(-90deg, #225E78 0%, #225E78 100%);
}

@media only screen and (max-width: 660px) {
  .btn-1 {
    border-radius: 32rem;
    font-size: 12rem;
    height: 32rem;
    padding-left: 2em;
    padding-right: 2em;
  }
}
img.w100 {
  width: 100%;
  border-radius: 4rem;
}

.std-text {
  font-size: 16rem;
  line-height: 1.5;
}
.std-text p {
  margin-bottom: 1em;
}
.std-text a {
  text-decoration: underline;
}
.std-text a:hover {
  text-decoration: none;
}
.std-text ul {
  margin-left: 1.5em;
}

@media only screen and (min-width: 661px) {
  .mobile-only {
    display: none !important;
  }
}
@media only screen and (max-width: 660px) {
  .desktop-only {
    display: none !important;
  }
}
h2 {
  font-size: 52rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color1);
  margin-bottom: 0.5em;
}
h2.big {
  font-size: 72rem;
}

.h2-subtitle {
  font-size: 52rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color2);
  margin-top: 150rem;
}
.h2-subtitle.big {
  font-size: 72rem;
}
.h2-subtitle span {
  line-height: 1;
  color: var(--color2);
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 24rem;
  }
  h2.big {
    font-size: 24rem;
  }
  .h2-subtitle {
    font-size: 24rem;
    margin-top: 42rem;
  }
  .h2-subtitle.big {
    font-size: 24rem;
  }
}
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
}

.topbar-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 40rem;
  padding-bottom: 40rem;
  border-bottom: 1rem solid #EAEAEA;
}

.topbar-logo a {
  display: block;
  width: 120rem;
}
.topbar-logo a img {
  width: 100%;
}

.topbar-menu {
  margin-left: auto;
}
.topbar-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20rem;
}
.topbar-menu ul li a:not(.btn) {
  display: block;
  font-size: 16rem;
  font-weight: 600;
  line-height: 1.285;
  color: var(--color1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.topbar-menu ul li a:not(.btn):hover {
  opacity: 0.7;
}

.block {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .block {
    overflow-y: auto;
  }
}

@media only screen and (max-width: 768px) {
  .topbar-container {
    flex-wrap: nowrap;
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .topbar-logo a {
    width: 80rem;
  }
  .topbar-menu {
    display: none;
  }
  .block {
    overflow-y: auto;
  }
}
.topbar-menu-mobile {
  margin-left: auto;
}
.topbar-menu-mobile a {
  display: block;
  width: 24px;
  height: 24px;
}
.topbar-menu-mobile a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
@media only screen and (min-width: 769px) {
  .topbar-menu-mobile {
    display: none !important;
  }
}

.block-first {
  background: url(../images/arm.png) no-repeat right center;
  background-size: auto 100%;
  padding-top: 80rem;
}
.block-first .h2-subtitle {
  line-height: 0.9;
}

.block-first-line {
  width: 50%;
  height: 4rem;
  background: linear-gradient(90deg, #04BBFC, #0D97F7);
  border-radius: 4rem;
  margin-top: 70rem;
}

.swiper-slide .anim-1-el {
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition-duration: 1s;
  line-height: 0.9;
}
.swiper-slide .anim-1-el[data-id="1"] {
  transition-delay: 0s;
}
.swiper-slide .anim-1-el[data-id="2"] {
  transition-delay: 0.8s;
}
.swiper-slide .anim-1-el[data-id="3"] {
  transition-delay: 1.6s;
}
.swiper-slide .anim-1-el[data-id="4"] {
  width: 0;
  transition-delay: 2.4s;
}
.swiper-slide.swiper-slide-active .anim-1-el {
  opacity: 1;
}
.swiper-slide.swiper-slide-active .anim-1-el[data-id="4"] {
  width: 50%;
  transition-delay: 2.4s;
}

@media only screen and (max-width: 768px) {
  .block-first {
    background: url(../images/arm.png) no-repeat right bottom;
    background-size: 100% auto;
    padding-top: 80rem;
  }
  .block-first-line {
    display: none;
  }
}
.block-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0rem 21%;
}

.block-container-left-content {
  font-size: 20rem;
  line-height: 1.285;
  color: #748187;
}
.block-container-left-content.about {
  background: url(../images/about.png) no-repeat left center;
  background-size: auto 100%;
}

.block-container-left-content-additional {
  font-size: 20rem;
  line-height: 1.285;
  color: #274158;
}

.block-1-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.block-container-left-content-image {
  max-width: 100%;
  height: 400rem;
  margin-top: 50rem;
}
.block-container-left-content-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.block-2-pic img {
  height: 800rem;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
}

.pic-product {
  width: 100%;
  height: 100%;
}
.pic-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
@media only screen and (max-width: 768px) {
  .pic-product img:not(.mobile) {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .pic-product img.mobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .block-container {
    grid-template-columns: 1fr;
    gap: 40rem;
  }
  .block-container-left-content {
    font-size: 12rem;
  }
  .block-container-left-content.about {
    background: url(../images/about.png) no-repeat left center;
    background-size: auto 100%;
  }
  .block-container-left-content-additional {
    font-size: 12rem;
  }
  .block-container-left-content-image {
    display: none;
  }
  .block-2-pic img {
    height: 800rem;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
  }
  .pic-product {
    width: 100%;
    height: 100%;
  }
  .pic-product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }
}
.modal {
  position: relative;
}
.modal[data-type=left] {
  position: fixed;
  top: 0;
  left: -40vw;
  z-index: 100;
  transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  width: 40vw;
  height: 100vh;
  background: rgb(233, 233, 233);
}
.modal[data-type=left][opened] {
  left: 0;
}
.modal[data-type=right] {
  position: fixed;
  top: 0;
  right: -40vw;
  z-index: 100;
  transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  width: 40vw;
  height: 100vh;
  background: rgb(233, 233, 233);
}
.modal[data-type=right][opened] {
  right: 0;
}
.modal[data-type=wide] {
  position: fixed;
  bottom: -100vh;
  left: 0;
  z-index: 100;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  width: 100vw;
  height: 100vh;
  background: rgb(255, 255, 255);
}
.modal[data-type=wide][opened] {
  bottom: 0;
}

.products-menu {
  margin-top: 100rem;
}
.products-menu ul {
  list-style: none;
  display: grid;
  gap: 16rem;
}
.products-menu ul li a {
  display: block;
  font-size: 16rem;
  font-weight: 600;
  color: var(--color1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.products-menu ul li a:hover {
  color: var(--color2);
}

.products-menu-socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20rem;
  position: absolute;
  left: 0;
  bottom: 100rem;
  z-index: 5;
  padding-left: 150rem;
}
.products-menu-socials a {
  display: block;
  color: var(--color1);
  text-decoration: none;
  width: 56rem;
  height: 56rem;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.products-menu-socials a:hover {
  opacity: 0.7;
}
.products-menu-socials a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.modal-content {
  font-size: 20rem;
  line-height: 1.285;
  padding-top: 40rem;
  padding-bottom: 80rem;
  padding-left: 134rem;
  padding-right: 60rem;
  max-height: 100%;
  min-height: 100%;
  overflow-y: auto;
  position: relative;
}
.modal-content .topbar-logo {
  margin-bottom: 85rem;
}

.modal-close {
  display: block;
  position: absolute;
  top: 24rem;
  right: 20rem;
  z-index: 10;
  width: 24rem;
  height: 24rem;
}
.modal-close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.modal-wide-topbar {
  padding-top: 40rem;
  padding-bottom: 40rem;
  margin-bottom: 40rem;
  border-bottom: 1rem solid #E6E6E6;
}

.modal-close-back {
  display: inline-flex;
  height: 50rem;
}
.modal-close-back img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.modal-content-text {
  font-size: 20rem;
  line-height: 1.285;
  color: var(--color2);
  margin-top: 40rem;
}

.b {
  color: var(--color1);
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .modal[data-type=left] {
    left: -100vw;
    width: 100vw;
    height: 100vh;
  }
  .modal[data-type=right] {
    right: -100vw;
    width: 100vw;
    height: 100vh;
  }
  .products-menu {
    margin-top: 50rem;
    padding-top: 50rem;
    border-top: 1px solid #E6E6E6;
  }
  .products-menu ul {
    gap: 10rem;
  }
  .products-menu ul.menu-mobile-main li a {
    color: #748187;
  }
  .products-menu ul:not(.menu-mobile-main) li a {
    color: #B3B3B3;
  }
  .products-menu-socials {
    gap: 14rem;
    padding-left: 20rem;
  }
  .products-menu-socials a {
    width: 32rem;
    height: 32rem;
  }
  .modal-content {
    font-size: 12rem;
    padding-top: 20rem;
    padding-bottom: 80rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .modal-content .topbar-logo {
    margin-bottom: 52rem;
  }
  .modal-wide-topbar {
    padding-top: 15rem;
    padding-bottom: 15rem;
    margin-bottom: 15rem;
  }
  .modal-close-back {
    display: inline-flex;
    height: 30rem;
  }
  .modal-content-text {
    font-size: 12px;
  }
  .modal-wide-topbar + .modal-content {
    height: calc(100vh - 100rem);
    overflow: auto;
    padding-top: 0;
    padding-bottom: 40rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.modal-wide-topbar + .modal-content {
  height: calc(100vh - 150rem);
  overflow: auto;
}

.menu-mobile-main {
  margin-bottom: 40rem;
}
@media only screen and (min-width: 769px) {
  .menu-mobile-main {
    display: none !important;
  }
}

.swiper {
  width: 100vw;
  height: calc(100vh - 180rem);
  margin-top: 180rem;
}

.block-ben-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18rem;
  margin-top: 100rem;
}

.block-ben-content-item-title {
  font-size: 18rem;
  color: var(--color1);
}

.block-ben-content-item-text {
  font-size: 18rem;
  color: var(--color2);
}

@media only screen and (max-width: 768px) {
  .swiper {
    width: 100vw;
    height: calc(100vh - 100rem);
    margin-top: 100rem;
  }
  .block-ben-content-item-title {
    font-size: 12rem;
  }
  .block-ben-content-item-text {
    font-size: 12rem;
  }
}
.block-contacts-content-logo {
  margin-top: 50rem;
  margin-bottom: 100rem;
}
.block-contacts-content-logo img {
  width: 250rem;
}

.block-contacts-content-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  font-family: "PF Handbook Pro";
}
.block-contacts-content-info a {
  display: block;
  font-size: 36rem;
  font-weight: 300;
  color: var(--color2);
  text-decoration: none;
}
.block-contacts-content-info a:hover {
  text-decoration: none;
}
.block-contacts-content-info a.b {
  font-weight: 700;
}
.block-contacts-content-info a.email {
  font-size: 36rem;
}

.block-contacts-content-socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15rem;
  margin-top: 50rem;
}
.block-contacts-content-socials a {
  display: block;
  color: var(--color1);
  text-decoration: none;
  width: 52rem;
  height: 52rem;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.block-contacts-content-socials a:hover {
  opacity: 0.7;
}
.block-contacts-content-socials a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

@media only screen and (max-width: 768px) {
  .block-contacts-content-logo {
    display: none;
  }
  .block-contacts-content-info {
    gap: 4rem;
    margin-top: 100px;
  }
  .block-contacts-content-info a {
    font-size: 20rem;
  }
  .block-contacts-content-info a.email {
    font-size: 19rem;
  }
  .block-contacts-content-socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10rem;
    margin-top: 20rem;
  }
  .block-contacts-content-socials a {
    display: block;
    color: var(--color1);
    text-decoration: none;
    width: 28rem;
    height: 28rem;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  }
  .block-contacts-content-socials a:hover {
    opacity: 0.7;
  }
  .block-contacts-content-socials a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }
}
.swiper-slide[data-hash=footer] .block {
  display: flex;
}
.swiper-slide[data-hash=footer] .block .container {
  width: 100%;
  margin-top: auto;
}

.footer-center {
  padding-bottom: 50rem;
}
.footer-center::before {
  content: " ";
  display: block;
  background: #E6E6E6;
  width: 100%;
  height: 4px;
  margin-bottom: 50rem;
  border-radius: 2rem;
}

.footer-row {
  display: flex;
}

.footer-row-col.c-1 {
  width: 22%;
}
.footer-row-col.c-2 {
  width: 33%;
}
.footer-row-col.c-3 {
  width: 33%;
}

.footer-logo a {
  display: block;
  width: 120rem;
}
.footer-logo a img {
  width: 100%;
}

.footer-menu ul {
  list-style: none;
  display: grid;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10rem;
}
.footer-menu ul li a:not(.btn) {
  display: block;
  font-size: 16rem;
  font-weight: 600;
  line-height: 1.285;
  color: var(--color2);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.footer-menu ul li a:not(.btn):hover {
  opacity: 0.7;
}

.footer-bottom {
  padding-top: 50rem;
  padding-bottom: 50rem;
  border-top: 1rem solid #E6E6E6;
}
.footer-bottom .footer-row-col {
  font-size: 16rem;
  color: var(--color2);
}

.privacy-policy-text {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .footer-center {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .footer-row {
    display: grid;
  }
  .footer-row-col.c-1 {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer-row-col.c-2 {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer-row-col.c-3 {
    width: 100%;
    position: relative;
  }
  .footer-logo a {
    display: block;
    width: 120rem;
  }
  .footer-logo a img {
    width: 100%;
  }
  .footer-menu ul {
    gap: 6rem;
  }
  .footer-menu ul li a:not(.btn) {
    font-size: 12rem;
  }
  .footer-bottom {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .footer-bottom .footer-row-col.c-1 {
    margin-bottom: 0;
    order: 3;
  }
  .footer-bottom .footer-row-col.c-2 {
    margin-bottom: 0;
    order: 1;
  }
  .footer-bottom .footer-row-col.c-3 {
    order: 2;
  }
  .privacy-policy-text {
    width: 100%;
  }
}
.footer-contacts {
  margin-top: 74rem;
}

.footer-contacts-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0rem;
  font-family: "PF Handbook Pro";
}
.footer-contacts-info a {
  display: block;
  font-size: 18rem;
  font-weight: 300;
  color: var(--color2);
  text-decoration: none;
}
.footer-contacts-info a:hover {
  text-decoration: none;
}
.footer-contacts-info a.email {
  font-size: 18rem;
}
.footer-contacts-info a.tel {
  font-weight: 700;
  font-size: 17rem;
}

.footer-contacts-socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8rem;
  margin-top: 8rem;
}
.footer-contacts-socials a {
  display: block;
  color: var(--color1);
  text-decoration: none;
  width: 24.5rem;
  height: 24.5rem;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.footer-contacts-socials a:hover {
  opacity: 0.7;
}
.footer-contacts-socials a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

@media only screen and (max-width: 768px) {
  .footer-contacts {
    margin-top: 30rem;
  }
  .footer-contacts-info a {
    font-size: 18rem;
  }
  .footer-contacts-info a.email {
    font-size: 18rem;
  }
  .footer-contacts-info a.tel {
    font-weight: 700;
    font-size: 17rem;
  }
  .footer-contacts-socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8rem;
    margin-top: 8rem;
    display: none;
  }
  .footer-contacts-socials a {
    display: block;
    color: var(--color1);
    text-decoration: none;
    width: 24.5rem;
    height: 24.5rem;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  }
  .footer-contacts-socials a:hover {
    opacity: 0.7;
  }
  .footer-contacts-socials a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }
}
@media only screen and (min-width: 769px) {
  .modal[data-id=products-menu] .topbar-logo {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .modal[data-id=products-menu] {
    background: #fff;
  }
  .modal[data-id=products-menu] .topbar-logo {
    position: absolute;
    top: 20rem;
    left: 20rem;
  }
}
.footer-socials-mobile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 769px) {
  .footer-socials-mobile {
    display: none;
  }
}
.footer-socials-mobile a {
  display: block;
  width: 32rem;
  height: 32rem;
}
.footer-socials-mobile a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

/*# sourceMappingURL=main.css.map */
