@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
.accent_text {
  color: #00839C;
}

body {
  margin: 0;
  padding: 0;
  font-family: "PT Sans";
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-size: 14px;
}
@media (min-width: 320px) {
  html {
    font-size: calc(14px + 2 * (100vw - 320px) / 880);
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

* {
  box-sizing: border-box;
}

.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.btn {
  display: flex;
  height: 55px;
  padding-left: 15px;
  padding-right: 15px;
  background: #00839C;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  border-radius: 28px;
  box-shadow: 0 3px 10px rgba(0, 131, 156, 0.6);
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn.accent2 {
  background: #004663;
}
.btn.accent2:hover {
  background: #002230;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  background: #005869;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=text], input[type=tel], input[type=email] {
  outline: none;
  height: 55px;
  line-height: 55px;
  border: 2px solid #dadada;
  border-radius: 28px;
  font-family: "PT Sans";
  display: flex;
  width: 100%;
  font-size: 14px;
  margin: 15px 0;
  padding: 0 15px;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus {
  box-shadow: 0 0 15px rgba(0, 131, 156, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=submit] {
  border: none;
  background: #00839C;
  color: white;
  text-align: center;
  justify-content: center;
  height: 55px;
  font-size: 16px;
  font-family: "PT Sans";
  border-radius: 35px;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=submit]:hover {
  background: #005869;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=submit]:focus {
  outline: none;
  box-shadow: 0 0 15px rgba(0, 131, 156, 0.8);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
}

[class*=col-] {
  width: 100%;
}

p {
  margin: 0;
  line-height: 24px;
}

h1, .h1 {
  margin: 20px 0 10px 0;
  font-size: 24px;
  width: 100%;
}
@media (min-width: 320px) {
  h1, .h1 {
    font-size: calc(24px + 18 * (100vw - 320px) / 880);
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .h2 {
  font-size: 1.5em;
  font-size: 18px;
  width: 100%;
}
@media (min-width: 320px) {
  h2, .h2 {
    font-size: calc(18px + 12 * (100vw - 320px) / 880);
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 1.17em;
  font-size: 15px;
  width: 100%;
}
@media (min-width: 320px) {
  h3, .h3 {
    font-size: calc(15px + 11 * (100vw - 320px) / 880);
  }
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 26px;
  }
}

h4, .h4 {
  font-size: 1.12em;
  font-size: 14px;
  width: 100%;
}
@media (min-width: 320px) {
  h4, .h4 {
    font-size: calc(14px + 10 * (100vw - 320px) / 880);
  }
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 0.83em;
  font-size: 12px;
  width: 100%;
}
@media (min-width: 320px) {
  h5, .h5 {
    font-size: calc(12px + 8 * (100vw - 320px) / 880);
  }
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h6, .h6 {
  font-size: 0.75em;
  font-size: 11px;
  width: 100%;
}
@media (min-width: 320px) {
  h6, .h6 {
    font-size: calc(11px + 7 * (100vw - 320px) / 880);
  }
}
@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 18px;
  }
}

.popup_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index: 15;
}
.popup_wrapper.show {
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.popup_wrapper.show .animation svg {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.popup_wrapper.show .popup {
  transform: translateY(0%) scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.popup_wrapper .animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.popup_wrapper .animation svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(15) rotate(90deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.popup_wrapper .animation svg path, .popup_wrapper .animation svg rect {
  fill: #000303;
}
.popup_wrapper .popup {
  background: white;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: scroll;
  padding: 20px;
  border-radius: 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(250%) scale(2);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.popup_wrapper .popup .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.popup_wrapper .popup .close svg {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}
.popup_wrapper .popup .close svg path {
  stroke-width: 4;
  stroke: #8b8b8b;
}
.popup_wrapper .popup .close:hover svg {
  transform: rotate(90deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.popup_wrapper .popup .close:focus {
  transform: scale(0.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.popup_wrapper.accent2 .animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.popup_wrapper.accent2 .animation svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(15) rotate(90deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.popup_wrapper.accent2 .animation svg path, .popup_wrapper.accent2 .animation svg rect {
  fill: #002230;
}
.popup_wrapper.accent2.show {
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.popup_wrapper.accent2.show .animation svg {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.popup_wrapper.accent2.show .popup {
  transform: translateY(0%) scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.popup_wrapper.accent2.show .popup input[type=text]:focus, .popup_wrapper.accent2.show .popup input[type=tel]:focus, .popup_wrapper.accent2.show .popup input[type=email]:focus {
  box-shadow: 0 0 15px rgba(0, 70, 99, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup_wrapper.accent2.show .popup input[type=submit] {
  border: none;
  background: #004663;
  color: white;
  text-align: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup_wrapper.accent2.show .popup input[type=submit]:hover {
  background: #002230;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup_wrapper.accent2.show .popup input[type=submit]:focus {
  box-shadow: 0 0 15px rgba(0, 70, 99, 0.7);
}

.img_wrapper {
  width: 100%;
  height: 100%;
}
.img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_wrapper.fixed_height {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.img_wrapper.fixed_height img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 768px) {
  .col-1 {
    width: 8.3333333333%;
  }

  .col-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-2 {
    width: 16.6666666667%;
  }

  .col-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-3 {
    width: 25%;
  }

  .col-offset-3 {
    margin-left: 25%;
  }

  .col-4 {
    width: 33.3333333333%;
  }

  .col-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-5 {
    width: 41.6666666667%;
  }

  .col-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-6 {
    width: 50%;
  }

  .col-offset-6 {
    margin-left: 50%;
  }

  .col-7 {
    width: 58.3333333333%;
  }

  .col-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-8 {
    width: 66.6666666667%;
  }

  .col-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-9 {
    width: 75%;
  }

  .col-offset-9 {
    margin-left: 75%;
  }

  .col-10 {
    width: 83.3333333333%;
  }

  .col-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-11 {
    width: 91.6666666667%;
  }

  .col-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-12 {
    width: 100%;
  }

  .col-offset-12 {
    margin-left: 100%;
  }

  .col {
    width: 8.3333333333%;
    flex-basis: 0;
    flex-grow: 1;
  }

  .container {
    width: 738px;
  }

  .btn {
    width: auto;
    padding: 0 40px;
  }

  .popup_wrapper .popup {
    width: 400px;
    height: auto;
    position: relative;
    overflow: visible;
  }
  .popup_wrapper .popup .close {
    right: -50px;
    top: 0;
  }
  .popup_wrapper .popup .close svg path {
    stroke: white;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
header {
  height: 50px;
  display: flex;
  align-items: center;
}
header .logo {
  display: inline-block;
  margin: 4px auto auto auto;
  position: relative;
  z-index: 1;
}
header .row {
  position: relative;
}
header .burger {
  width: 38px;
  height: 38px;
  display: flex;
  padding: 10px 8px;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 0;
  z-index: 12;
}
header .burger span {
  width: 100%;
  height: 2px;
  background: #00839C;
  transform: translate(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header #burger {
  display: none;
}
header #burger:checked ~ .burger span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header #burger:checked ~ .burger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header #burger:checked ~ .burger span:nth-child(2) {
  transform: scale(0);
}
header #burger:checked ~ .burger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
header #burger:checked ~ .menu {
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .menu {
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  padding: 0 30px;
  transform: translateX(-100vw);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .menu ul li a {
  color: #004663;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 0;
  display: block;
}
header .btn {
  font-size: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
}
header .btn:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/material-call.svg) no-repeat center;
}

#hero {
  min-height: calc(100vh - 50px);
  display: flex;
  align-items: center;
}
#hero .design {
  display: none;
}
#hero .ls h1 {
  font-weight: bold;
  text-transform: uppercase;
  color: #00839C;
  font-size: 22px;
}
#hero .ls .list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#hero .ls .list li .img_wrapper {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
#hero .ls .list li p {
  color: #004663;
  font-weight: bold;
}
#hero .rs {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
#hero .rs .img_wrapper {
  width: 30%;
  height: 150px;
  border-radius: 5px;
  position: relative;
  margin-right: 15px;
  flex-shrink: 0;
}
#hero .rs .img_wrapper img {
  border-radius: 5px;
}
#hero .rs .img_wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  transform: translate(-4px, 4px);
  border-radius: 5px;
  background: #00839C;
  z-index: -1;
}
#hero .rs .name {
  font-size: 20px;
  font-weight: bold;
  color: #00839C;
}
#hero .rs .pos {
  color: #707070;
}

#radial {
  margin-top: 20px;
}
#radial .h1 {
  text-align: center;
  font-size: 8.5vw;
  font-weight: bold;
  color: #004663;
}
#radial .h1 span {
  font-size: 16vw;
}
#radial ul li {
  background: url(../img/plus.svg) no-repeat left center;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding-left: 45px;
  margin: 8px 0;
  font-weight: bold;
  color: #004663;
}

#open {
  margin-top: 20px;
}
#open .design {
  display: none;
}
#open .h1 {
  font-weight: bold;
  color: #004663;
}
#open .h1 span {
  display: inline-block;
  color: #00839C;
  position: relative;
}
#open .h1 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0%;
  bottom: -3px;
  background: #00839C;
}
#open .ls .title {
  color: #00839C;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#open .ls ul li {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
#open .ls ul li .img_wrapper {
  flex-shrink: 0;
  width: 45px;
  margin-right: 10px;
}
#open .ls ul li p {
  font-weight: bold;
  font-size: 24px;
  color: #004663;
}
#open .rs p {
  font-size: 18px;
  margin-bottom: 20px;
}
#open .rs .btn {
  flex-direction: column;
}

#future {
  margin-top: 20px;
  position: relative;
}
#future .h1 {
  color: #004663;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
#future .h1:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  left: 0%;
  bottom: -20px;
  background: #00839C;
}
#future .h1 strong {
  color: #00839C;
}
#future .design .d1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: -1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#future .design .d1 img {
  position: relative;
  width: 220px;
  transform: translateX(50px);
}
#future .ls {
  width: 100%;
}
#future .ls .circle {
  margin: auto;
  margin-left: -15px;
  background: url(../img/circle.jpg) no-repeat center;
  background-size: contain;
  width: 100vw;
  height: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10vw;
  color: white;
  font-weight: bold;
  font-size: 18px;
}
#future .rs ul li {
  display: flex;
  align-items: center;
}
#future .rs ul li .img_wrapper {
  width: 50px;
  margin-right: 15px;
}
#future .rs ul li p {
  font-weight: bold;
  color: #004663;
}

#benefits {
  margin-top: 20px;
}
#benefits .design {
  display: none;
}
#benefits .h1 {
  color: #004663;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
#benefits .h1:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  left: 0%;
  bottom: -20px;
  background: #004663;
}
#benefits ul li {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
}
#benefits ul li .img_wrapper {
  width: 77px;
  margin-bottom: 10px;
}
#benefits ul li .title {
  font-weight: bold;
  font-size: 20px;
  color: #004663;
  margin-bottom: 10px;
}

#gallery {
  text-align: center;
}
#gallery .h1 {
  color: #004663;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
#gallery .h1 strong {
  color: #00839C;
}
#gallery .h1:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  background: #004663;
}
#gallery .pretitle {
  font-size: 16px;
}
#gallery .nav_gal {
  width: 90%;
  margin: auto;
  margin-top: 20px;
}
#gallery .nav_gal .img_wrapper {
  width: 90%;
  margin: auto;
  height: 60px;
}
#gallery .nav_gal .slick-current {
  position: relative;
  outline: none;
}
#gallery .nav_gal .slick-current .img_wrapper {
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid #00839C;
}
#gallery .nav_gal .slick-arrow {
  background: url(../img/arrow.svg) no-repeat center;
  background-size: contain;
  transform: none;
}
#gallery .nav_gal .slick-arrow.slick-prev {
  transform: translateY(-50%);
}
#gallery .nav_gal .slick-arrow.slick-next {
  transform: translateY(-50%) rotate(180deg);
}
#gallery .nav_gal .slick-arrow:before {
  display: none;
}
#gallery .gal {
  width: 100%;
  margin-top: 20px;
}
#gallery .gal:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -3px;
  top: 3px;
  background: #00839C;
  border-radius: 5px;
  z-index: -1;
}
#gallery .gal .img_wrapper {
  width: 100%;
  height: 200px;
  display: block;
  position: relative;
  border: 1px solid #00839C;
  border-radius: 5px;
}
#gallery .gal .img_wrapper img {
  border-radius: 5px;
}

#cta_block {
  position: relative;
}
#cta_block .h1 {
  color: #004663;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}
#cta_block .h1:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  left: 0%;
  bottom: -20px;
  background: #004663;
}
#cta_block .h1 strong {
  color: #00839C;
}
#cta_block .pretitle {
  font-size: 18px;
}
#cta_block .design .d1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 170px;
  right: 0;
  z-index: -1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#cta_block .design .d1 img {
  position: relative;
  width: 420px;
  transform: translateX(-200px);
}
#cta_block input {
  background: #F7F7F7;
  border: none;
  margin: 25px 0;
  font-weight: bold;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
#cta_block input[type=submit] {
  height: 55px;
  background: #00839C;
  color: white;
  border-radius: 40px;
  padding: 0 50px;
  margin-left: auto;
  display: flex;
  box-shadow: 0 4px 10px rgba(0, 131, 156, 0.7);
}
#cta_block .form {
  width: 100%;
}

#support {
  padding-top: 50px;
}
#support .h1 {
  color: #004663;
  font-weight: bold;
  text-align: center;
}
#support .h1 strong {
  color: #00839C;
}
#support .img_wrapper img {
  object-fit: contain;
}
#support ul li {
  margin: 10px 0;
}

#marketing .design {
  display: none;
}
#marketing .h1 {
  color: #004663;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
#marketing .h1:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  left: 0%;
  bottom: -20px;
  background: #004663;
}
#marketing ul li {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
#marketing ul li .img_wrapper {
  width: 62px;
  flex-shrink: 0;
  margin-right: 15px;
}
#marketing ul li p {
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: normal;
}

#afteropening .design {
  display: none;
}
#afteropening .h1 {
  color: #004663;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
#afteropening .h1 strong {
  color: #00839C;
}
#afteropening .h1:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  left: 0%;
  bottom: -20px;
  background: #004663;
}
#afteropening ul li {
  margin-bottom: 30px;
}
#afteropening ul li .img_wrapper {
  width: 62px;
}

#steps .h1 {
  text-align: center;
  font-weight: bold;
  color: #004663;
  position: relative;
  margin-bottom: 40px;
}
#steps .h1:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  background: #004663;
}
#steps .h1 strong {
  color: #00839C;
}
#steps ul li {
  background: url(../img/circle.jpg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 40px;
  color: white;
}
#steps ul li .num {
  font-size: 54px;
  font-weight: bold;
}
#steps ul li p {
  font-size: 16px;
  font-weight: bold;
}

footer {
  padding-top: 50px;
  text-align: center;
  background: url(../img/footer_img.jpg) no-repeat center top -80px;
  color: white;
}
footer .small {
  font-size: 12px;
  color: white;
}
footer .ls .t1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
footer .ls .t2 {
  font-size: 20px;
}
footer .ls .btn {
  margin-top: 20px;
  background: linear-gradient(#a2f1ff 0%, #fff 100%);
  color: #004663;
  padding: 0 50px;
}
footer .rs {
  width: 100%;
}
footer .rs input {
  background: #F7F7F7;
  border: none;
  margin: 25px 0;
  font-weight: bold;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
footer .rs input[type=submit] {
  height: 55px;
  background: #00839C;
  color: white;
  border-radius: 40px;
  padding: 0 50px;
  margin-left: auto;
  display: flex;
  box-shadow: 0 4px 10px rgba(0, 131, 156, 0.7);
  margin-top: 20px;
  background: linear-gradient(#a2f1ff 0%, #fff 100%);
  color: #004663;
  padding: 0 50px;
}
footer .rs textarea {
  background: #F7F7F7;
  border: none;
  font-weight: bold;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  font-family: "PT Sans";
  padding: 15px;
  border-radius: 25px;
  height: 100px;
}
footer .rs .form {
  width: 100%;
}

@media (min-width: 768px) {
  header .logo {
    padding: 0;
    margin: 0;
    margin-left: 50px;
    margin-top: 2px;
  }
  header .btn {
    font-size: 14px;
    width: auto;
  }
  header .btn:before {
    display: none;
  }
  header .row {
    position: relative;
  }
  header .row:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0%;
    bottom: -8px;
    background: rgba(0, 0, 0, 0.1);
  }
  header .menu {
    width: 250px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  #hero .design {
    display: block;
  }
  #hero .design .d1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0%;
    z-index: -1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  #hero .design .d1 img {
    width: 720px;
    transform: translateX(-550px) translateY(-80px);
  }
  #hero .design .d2 {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #hero .design .d2 img {
    width: 780px;
    transform: translateX(80px) translateY(-320px);
  }
  #hero .ls {
    width: 60%;
  }
  #hero .ls .list {
    margin: 40px 0;
    margin-left: 100px;
  }
  #hero .ls .list li p {
    font-size: 18px;
  }
  #hero .ls .btn {
    width: fit-content;
    margin-left: 100px;
  }
  #hero .ls h1 {
    font-size: 34px;
  }
  #hero .rs {
    width: 40%;
    display: block;
  }
  #hero .rs .img_wrapper {
    width: 230px;
    height: 306px;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #hero .rs .img_wrapper:before {
    transform: translate(-10px, 10px);
  }
  #hero .rs .wrapper {
    width: 245px;
    margin-left: auto;
  }

  #radial {
    background: url(../img/about_img.jpg) no-repeat center;
    background-size: 1000px;
    min-height: 640px;
  }
  #radial .row {
    position: relative;
    min-height: 640px;
  }
  #radial .h1 {
    position: absolute;
    font-size: 14px;
    top: calc(50% - 20px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 200px;
  }
  #radial .h1 span {
    font-size: 30px;
  }
  #radial ul li {
    position: absolute;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
  }
  #radial ul li:nth-child(1) {
    top: 0px;
    left: calc(50% + 120px);
    width: 182px;
    text-align: left;
  }
  #radial ul li:nth-child(1):before {
    width: 61.86px;
    height: 143.97px;
    content: "";
    position: absolute;
    left: -45px;
    top: 92px;
    transform: translate(-50%, -50%);
    background: url(../img/arrow_2.svg) no-repeat top right;
  }
  #radial ul li:nth-child(2) {
    top: 110px;
    width: 182px;
    text-align: right;
  }
  #radial ul li:nth-child(2):before {
    content: "";
    position: absolute;
    width: 107px;
    height: 22px;
    left: 245px;
    top: 31px;
    transform: translate(-50%, -50%);
    background: url(../img/arrow_1.svg) no-repeat top right;
  }
  #radial ul li:nth-child(3) {
    top: 131px;
    width: 182px;
    left: calc(50% + 176px);
    text-align: left;
  }
  #radial ul li:nth-child(3):before {
    width: 164.46px;
    height: 97.87px;
    content: "";
    position: absolute;
    left: 0;
    top: 95px;
    transform: translate(-50%, -50%);
    background: url(../img/arrow_3.svg) no-repeat top right;
  }
  #radial ul li:nth-child(4) {
    top: 408px;
    width: 182px;
    left: calc(50% + 238px);
    text-align: left;
  }
  #radial ul li:nth-child(4):before {
    width: 131px;
    height: 89px;
    content: "";
    position: absolute;
    left: -20px;
    top: -45px;
    transform: translate(-50%, -50%);
    background: url(../img/arrow_4.svg) no-repeat top right;
  }
  #radial ul li:nth-child(5) {
    top: 541px;
    width: 182px;
    left: calc(50% + 210px);
    text-align: left;
  }
  #radial ul li:nth-child(5):before {
    width: 169.75px;
    height: 115.8px;
    content: "";
    position: absolute;
    left: -92px;
    top: -48px;
    transform: translate(-50%, -50%);
    background: url(../img/arrow_5.svg) no-repeat top right;
  }
  #radial ul li:nth-child(6) {
    top: 589px;
    width: 162px;
    left: calc(50% - 29px);
    text-align: left;
  }
  #radial ul li:nth-child(6):before {
    width: 59.78px;
    height: 197.84px;
    content: "";
    position: absolute;
    left: -37px;
    top: -78px;
    transform: translate(-50%, -50%);
    background: url(../img/arrow_6.svg) no-repeat top right;
  }
  #radial ul li:nth-child(7) {
    top: 583px;
    width: 202px;
    left: calc(50% - 389px);
    text-align: right;
  }
  #radial ul li:nth-child(7):before {
    width: 74px;
    height: 229px;
    content: "";
    position: absolute;
    left: 205px;
    top: -78px;
    transform: translate(-50%, -50%);
    background: url(../img/arrow_7.svg) no-repeat top right;
  }
  #radial ul li:nth-child(8) {
    top: 484px;
    width: 202px;
    left: calc(50% - 389px);
    text-align: right;
  }
  #radial ul li:nth-child(8):before {
    width: 125.65px;
    height: 208.43px;
    content: "";
    position: absolute;
    left: 185px;
    top: -108px;
    transform: translate(-50%, -50%);
    background: url(../img/arrow_8.svg) no-repeat top right;
  }

  #open {
    padding-top: 150px;
    position: relative;
  }
  #open .design {
    display: block;
  }
  #open .design .d1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: -29px;
    left: 0;
    z-index: -1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  #open .design .d1 img {
    width: 430px;
    transform: translate(380px, -50px);
  }
  #open .design .d2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 431px;
    left: 0;
    z-index: -1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  #open .design .d2 img {
    width: 390px;
    height: 540px;
    object-fit: contain;
    transform: translate(-500px, -10px) rotate(49deg);
  }
  #open .row {
    display: flex;
  }
  #open .h1 {
    padding-right: 30%;
    font-size: 34px;
    margin-bottom: 30px;
  }
  #open .ls {
    width: 280px;
  }
  #open .rs {
    width: 60%;
  }
  #open .rs p {
    margin-top: 20px;
  }
  #open .rs .btn {
    width: fit-content;
    text-align: left;
    align-items: flex-start;
  }

  #future {
    margin-top: 100px;
  }
  #future .design .d1 {
    top: 140px;
  }
  #future .design .d1 img {
    position: relative;
    width: 360px;
    transform: translateX(130px);
  }
  #future .h1 {
    padding-right: 30%;
  }
  #future .ls {
    width: 320px;
  }
  #future .ls .circle {
    width: 100%;
    height: 320px;
    padding: 43px;
  }
  #future .rs {
    width: calc(100% - 320px);
    display: flex;
    align-items: center;
  }
  #future .rs ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  #future .rs ul li {
    display: block;
  }
  #future .rs ul li .img_wrapper {
    width: 50px;
    height: 50px;
  }

  #benefits {
    position: relative;
  }
  #benefits .design {
    display: block;
  }
  #benefits .design .d1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: -1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  #benefits .design .d1 img {
    position: relative;
    width: 650px;
    transform: translateX(220px);
  }
  #benefits .h1 {
    font-size: 30px;
    width: 400px;
  }
  #benefits ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
  #benefits ul li {
    margin: 0;
    padding: 0;
  }
  #benefits ul li .img_wrapper {
    width: 77px;
    height: 77px;
  }

  #gallery {
    margin-top: 100px;
  }
  #gallery .h1 {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
  #gallery .pretitle {
    text-align: center;
    width: 50%;
    margin: auto;
  }
  #gallery .gal .img_wrapper {
    height: 400px;
  }
  #gallery .nav_gal .img_wrapper {
    height: 90px;
  }
  #gallery .nav_gal .img_wrapper img {
    border-radius: 4px;
  }

  #cta_block {
    margin-top: 100px;
  }
  #cta_block .design .d1 {
    width: 100%;
    height: 620px;
    overflow: hidden;
    position: absolute;
    top: -170px;
    left: 50%;
    z-index: -1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #cta_block .design .d1 img {
    position: relative;
    width: 600px;
    transform: translateX(70px);
  }
  #cta_block .h1 {
    font-size: 30px;
    padding-right: calc(100% / 12 * 3);
  }
  #cta_block .form {
    margin-top: 40px;
    padding-right: calc(100% / 12 * 4);
  }
  #cta_block .form form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #cta_block .form form input {
    margin: 0;
  }
  #cta_block .form form input[type=submit] {
    margin: 0;
    text-align: left;
    justify-content: flex-start;
    width: fit-content;
  }

  #support .h1 {
    position: relative;
    margin-bottom: 70px;
  }
  #support .h1:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    background: #004663;
  }
  #support .ls {
    width: 50%;
  }
  #support .ls .img_wrapper {
    height: 380px;
  }
  #support .ls .img_wrapper img {
    object-fit: contain;
  }
  #support .rs {
    width: 50%;
  }

  #marketing {
    margin-top: 100px;
    position: relative;
  }
  #marketing .row {
    padding-left: calc(100% / 12 * 5);
  }
  #marketing .design {
    display: block;
  }
  #marketing .design .d1 {
    width: 100%;
    height: 950px;
    overflow: hidden;
    position: absolute;
    top: -70px;
    left: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #marketing .design .d1 img {
    position: relative;
    width: 35vw;
    transform: translateX(0) rotate(180deg);
  }
  #marketing .design .d2 {
    width: 100%;
    height: 950px;
    overflow: hidden;
    position: absolute;
    top: -70px;
    left: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #marketing .design .d2 img {
    position: relative;
    width: 35vw;
    transform: translateX(10%);
  }

  #afteropening {
    margin-top: 100px;
    position: relative;
  }
  #afteropening .design {
    display: block;
  }
  #afteropening .design .d1 {
    width: 100%;
    height: 950px;
    overflow: hidden;
    position: absolute;
    top: -70px;
    left: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #afteropening .design .d1 img {
    position: relative;
    width: 35vw;
    transform: translateX(0) rotate(180deg);
  }
  #afteropening .design .d2 {
    width: 100%;
    height: 950px;
    overflow: hidden;
    position: absolute;
    top: -70px;
    left: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #afteropening .design .d2 img {
    position: relative;
    width: 35vw;
    transform: translateX(10%);
  }
  #afteropening ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  #afteropening ul li .img_wrapper {
    width: 62px;
    height: 62px;
  }
  #afteropening ul li p {
    font-size: 14px;
    line-height: normal;
  }

  #steps {
    margin-top: 100px;
  }
  #steps .h1 {
    width: 50%;
    margin: auto;
  }
  #steps ul {
    width: 100%;
    height: 400px;
    margin-top: 60px;
    position: relative;
  }
  #steps ul:before {
    content: "6";
    position: absolute;
    font-weight: bold;
    z-index: 1;
    font-size: 737px;
    top: -490px;
    right: -130px;
    color: #00839C;
    opacity: 0.1;
  }
  #steps ul li {
    position: absolute;
    width: 190px;
    height: 190px;
    padding: 0 10px;
  }
  #steps ul li .num {
    margin-top: -30px;
  }
  #steps ul li p {
    font-size: 14px;
    line-height: normal;
    margin-top: -10px;
  }
  #steps ul li:nth-child(odd):before {
    content: "";
    position: absolute;
    width: 50px;
    height: 40px;
    left: calc(50% + 47px);
    bottom: -11px;
    background: url(../img/step_1.svg) no-repeat 50%;
    z-index: 1;
  }
  #steps ul li:nth-child(even):before {
    content: "";
    position: absolute;
    width: 50px;
    height: 45px;
    left: calc(50% + -5px);
    top: -42px;
    background: url(../img/step_2.svg) no-repeat 50%;
    z-index: 1;
  }
  #steps ul li:last-child:before {
    display: none;
  }
  #steps ul li:nth-child(1) {
    left: 0;
    top: 0;
  }
  #steps ul li:nth-child(2) {
    left: 100px;
    top: 200px;
  }
  #steps ul li:nth-child(3) {
    left: 200px;
    top: 0px;
  }
  #steps ul li:nth-child(4) {
    left: 300px;
    top: 200px;
  }
  #steps ul li:nth-child(5) {
    left: 400px;
    top: 0px;
  }
  #steps ul li:nth-child(6) {
    left: 500px;
    top: 200px;
  }

  footer {
    padding-top: 100px;
  }
  footer .ls {
    width: 50%;
    padding-right: 15px;
    display: flex;
    align-items: center;
    text-align: right;
  }
  footer .ls .t2 {
    margin: 30px 0;
  }
  footer .rs {
    width: 50%;
    padding-left: 15px;
    text-align: left;
  }
  footer .rs .form form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  footer .rs .form form textarea {
    margin-top: 20px;
    height: 140px;
  }
  footer .rs .form form input[type=submit] {
    padding: 0 20px;
    margin-top: -10px;
    margin-left: 60%;
  }
}
@media (min-width: 1200px) {
  header {
    height: auto;
    margin-top: 8px;
  }
  header .logo {
    margin: 6px 0 0 5px;
  }
  header .burger {
    display: none;
  }
  header .menu {
    background: none;
    width: auto;
    box-shadow: none;
    position: relative;
    height: auto;
    left: auto;
    top: auto;
    display: flex;
    padding: 0;
    transform: none;
    backdrop-filter: none;
    margin-left: 180px;
  }
  header .menu ul {
    display: flex;
  }
  header .menu ul li {
    padding: 0 15px;
  }

  #hero .rs .wrapper {
    width: 420px;
  }
  #hero .rs .img_wrapper {
    width: 402px;
    height: 535px;
  }
  #hero .rs .name {
    font-size: 34px;
  }
  #hero .ls {
    display: flex;
    align-items: center;
  }
  #hero .ls .list {
    margin: 40px 0 40px 200px;
  }
  #hero .ls .btn {
    margin-left: 200px;
  }
  #hero .ls h1 {
    width: 470px;
    margin-left: 100px;
  }
  #hero .design .d1 {
    left: -190px;
  }
  #hero .design .d1 img {
    transform: translateX(-580px) translateY(-80px);
  }
  #hero .design .d2 img {
    width: 70vw;
    transform: translateX(80px) translateY(-430px);
  }

  #radial {
    background-size: 1800px;
    min-height: 830px;
  }
  #radial .h1 {
    top: calc(50% + 50px);
    font-size: 21px;
    width: 250px;
  }
  #radial .h1 span {
    font-size: 43px;
  }
  #radial ul li {
    font-size: 18px;
  }
  #radial ul li:nth-child(1) {
    top: -25px;
    left: calc(50% + 154px);
    width: 242px;
    text-align: left;
  }
  #radial ul li:nth-child(1):before {
    width: 71.86px;
    height: 133.97px;
    content: "";
    position: absolute;
    left: -45px;
    top: 92px;
    transform: translate(-50%, -50%);
    background: url(../img/arrow_0_0.svg) no-repeat 100% 0;
  }
  #radial ul li:nth-child(2) {
    top: 68px;
    left: 51px;
    width: 238px;
    text-align: right;
  }
  #radial ul li:nth-child(2):before {
    content: "";
    position: absolute;
    width: 167px;
    height: 18px;
    left: 325px;
    top: 34px;
    transform: translate(-50%, -50%);
    background: url(../img/arrow_7_1.svg) no-repeat 100% 0;
  }
  #radial ul li:nth-child(3) {
    top: 186px;
    width: 232px;
    left: calc(50% + 326px);
    text-align: left;
  }
  #radial ul li:nth-child(3):before {
    width: 234.46px;
    height: 107.87px;
    content: "";
    position: absolute;
    left: -50px;
    top: 105px;
    transform: translate(-50%, -50%);
    background: url(../img/arrow_1_1.svg) no-repeat 100% 0;
  }
  #radial ul li:nth-child(4) {
    top: 501px;
    width: 182px;
    left: calc(50% + 376px);
    text-align: left;
  }
  #radial ul li:nth-child(4):before {
    width: 141px;
    height: 89px;
    content: "";
    position: absolute;
    left: -40px;
    top: -45px;
    transform: translate(-50%, -50%);
    background: url(../img/arrow_2_1.svg) no-repeat 100% 0;
  }
  #radial ul li:nth-child(5) {
    top: 711px;
    width: 282px;
    left: calc(50% + 242px);
    text-align: left;
  }
  #radial ul li:nth-child(5):before {
    width: 179.75px;
    height: 125.8px;
    content: "";
    position: absolute;
    left: -102px;
    top: -28px;
    transform: translate(-50%, -50%);
    background: url(../img/arrow_5.svg) no-repeat 100% 0;
  }
  #radial ul li:nth-child(6) {
    top: 847px;
    width: 162px;
    left: calc(50% - 102px);
    text-align: left;
  }
  #radial ul li:nth-child(6):before {
    width: 69.78px;
    height: 307.84px;
    content: "";
    position: absolute;
    left: -43px;
    top: -115px;
    transform: translate(-50%, -50%);
    background: url(../img/arrow_4_1.svg) no-repeat 100% 0;
  }
  #radial ul li:nth-child(7) {
    top: 733px;
    width: 312px;
    left: calc(50% - 626px);
    text-align: right;
  }
  #radial ul li:nth-child(7):before {
    width: 74px;
    height: 230px;
    content: "";
    position: absolute;
    left: 325px;
    top: -78px;
  }
  #radial ul li:nth-child(8) {
    top: 542px;
    width: 202px;
    left: calc(50% - 608px);
    text-align: right;
  }
  #radial ul li:nth-child(8):before {
    width: 184.65px;
    height: 208.43px;
    content: "";
    position: absolute;
    left: 265px;
    top: -108px;
    transform: translate(-50%, -50%);
    background: url(../img/arrow_6_1.svg) no-repeat 100% 0;
  }

  #open .design .d1 img {
    width: 680px;
    transform: translate(690px, -50px);
  }
  #open .design .d2 {
    top: 231px;
  }
  #open .design .d2 img {
    width: 630px;
    height: 620px;
    object-fit: contain;
    transform: translate(-830px, -40px) rotate(69deg);
  }
  #open .rs p {
    font-size: 24px;
    line-height: normal;
  }

  #future .h1 {
    padding-right: 40%;
  }
  #future .rs ul {
    width: 67%;
  }
  #future .design .d1 {
    height: 540px;
  }
  #future .design .d1 img {
    width: 640px;
  }

  #benefits {
    margin-top: 100px;
  }
  #benefits .design .d1 {
    width: 100%;
    height: 630px;
    overflow: hidden;
    position: absolute;
    top: 380px;
    right: 0;
    z-index: -1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
  #benefits .design .d1 img {
    width: 960px;
    transform: translateX(-310px) translateY(170px);
  }
  #benefits .h1 {
    font-size: 42px;
    width: 450px;
  }
  #benefits ul {
    display: flex;
    flex-wrap: wrap;
  }
  #benefits ul li {
    width: 31%;
    flex-shrink: 0;
    padding-right: 15px;
  }
  #benefits ul li:nth-child(4) {
    margin-left: 380px;
  }

  #gallery .h1 {
    width: 70%;
  }
  #gallery .pretitle {
    font-size: 24px;
    margin-bottom: 40px;
  }
  #gallery .gal {
    width: 70%;
    margin: auto;
    margin-top: 20px;
  }
  #gallery .gal .img_wrapper {
    height: 460px;
  }
  #gallery .gal:before {
    left: 9px;
    top: 9px;
  }
  #gallery .nav_gal {
    width: 66%;
  }
  #gallery .nav_gal .img_wrapper {
    border-radius: 4px;
    height: 120px;
  }
  #gallery .nav_gal .img_wrapper img {
    border-radius: 4px;
  }

  #cta_block .design {
    position: relative;
    z-index: -2;
  }
  #cta_block .design .d1 {
    height: 1060px;
    top: -270px;
    width: 50%;
  }
  #cta_block .design .d1 img {
    width: 1030px;
    transform: translateX(90px);
  }
  #cta_block .h1 {
    padding-right: 32%;
    font-size: 34px;
  }
  #cta_block .form {
    margin-top: 40px;
    padding-right: 48.33333%;
  }
  #cta_block .form form {
    gap: 32px;
  }

  #support {
    padding-top: 120px;
  }
  #support .h1 {
    position: relative;
    width: 74%;
    margin: auto;
    margin-bottom: 80px;
  }
  #support .ls .img_wrapper {
    height: 540px;
  }

  #marketing .row {
    padding-left: 0;
    padding-right: 50%;
  }
  #marketing .design .d1 {
    width: 100%;
    height: 1660px;
    overflow: hidden;
    position: absolute;
    top: -430px;
    left: auto;
    right: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #marketing .design .d1 img {
    transform: translateX(0) rotate(0deg);
    width: 500px;
  }
  #marketing .design .d2 {
    width: 100%;
    height: 950px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #marketing .design .d2 img {
    position: relative;
    width: 40vw;
    transform: translateX(-10%);
  }

  #afteropening .h1 {
    margin-bottom: 110px;
  }
  #afteropening ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  #afteropening ul li {
    width: calc(100% / 4);
    padding-right: 25px;
  }
  #afteropening ul li:nth-child(5) {
    margin-left: 25%;
  }
  #afteropening .design .d1 {
    width: 100%;
    height: 950px;
    overflow: hidden;
    position: absolute;
    top: -50px;
    left: 0px;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #afteropening .design .d1 img {
    position: relative;
    width: 28vw;
    transform: translateX(0) rotate(347deg);
  }

  #steps {
    margin-top: 150px;
  }
  #steps ul {
    height: 520px;
  }
  #steps ul:before {
    top: -450px;
    right: 20px;
  }
  #steps ul li {
    width: 230px;
    height: 230px;
    padding: 0 30px;
  }
  #steps ul li:nth-child(2) {
    left: 150px;
    top: 240px;
  }
  #steps ul li:nth-child(3) {
    left: 290px;
    top: 0;
  }
  #steps ul li:nth-child(4) {
    left: 440px;
    top: 240px;
  }
  #steps ul li:nth-child(5) {
    left: 580px;
    top: 0;
  }
  #steps ul li:nth-child(6) {
    left: 720px;
    top: 240px;
  }
  #steps ul li:nth-child(odd):before {
    left: calc(50% + 67px);
  }
  #steps ul li:nth-child(even):before {
    left: calc(50% + 23px);
  }

  footer {
    padding-top: 220px;
  }
  footer .h1 {
    width: 50%;
    margin: auto;
    margin-bottom: 50px;
  }
  footer .ls {
    align-items: flex-start;
  }
  footer .ls .t1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
  }
  footer .ls .btn {
    width: fit-content;
    margin-left: auto;
  }
  footer .rs .form form {
    gap: 30px;
  }
  footer .rs .form form input[type=submit] {
    margin-top: -20px;
    margin-left: 50%;
  }
  footer .rs .h1 {
    width: 100%;
    margin-bottom: 0px;
  }
}

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