@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSans-Regular.ttf") format("truetype"), url("../fonts/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSans-Regular.otf") format("opentype"), url("../fonts/NotoSans-Regular.svg") format("svg");
}
@font-face {
  font-family: "Noto Sans Bold";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/NotoSans-SemiBold.ttf") format("truetype"), url("../fonts/NotoSans-SemiBold.woff") format("woff"), url("../fonts/NotoSans-SemiBold.otf") format("opentype"), url("../fonts/NotoSans-SemiBold.svg") format("svg");
}
@font-face {
  font-family: "finder-icons";
  src: url("../fonts/finder-icons.ttf") format("truetype"), url("../fonts/finder-icons.woff") format("woff"), url("../fonts/finder-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=fi-], [class*=" fi-"] {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "finder-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  line-height: 1;
}

.fi-vk:before {
  content: "\e91f";
}

.fi-telegram:before {
  content: "\e919";
}

.fi-odnoklassniki:before {
  content: "\e910";
}

.fi-youtube:before {
  content: "\e922";
}

.fi-device-mobile:before {
  content: "\e967";
}

.fi-mail:before {
  content: "\e997";
}

.fi-x:before {
  content: "\e9cf";
}

.fi-real-estate-house:before {
  content: "\e9f0";
}

.fi-check:before {
  content: "\e94c";
}

.fi-chevron-up:before {
  content: "\e953";
}

.fi-phone:before {
  content: "\e9a3";
}

.fi-chevron-left:before {
  content: "\e951";
}

.fi-chevron-right:before {
  content: "\e952";
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans";
  color: #1f1b2d;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 0.9rem;
  }
}
body.modal-open {
  overflow: hidden;
}
body.modal-open .form-modal {
  display: flex;
}

h2 {
  font-size: 2rem;
  font-family: "Noto Sans Bold";
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  h2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.75rem;
  }
}

::-moz-selection {
  background: rgba(29, 172, 232, 0.1);
}

::selection {
  background: rgba(29, 172, 232, 0.1);
}

header .phone {
  text-decoration: none;
  color: #1dace8;
}

.blue-btn {
  color: #ffffff;
  background-color: #1dace8;
  border: 0;
  border-radius: 0.375rem;
  padding: 0.425rem 1rem;
  line-height: 1.5;
  font-family: "Noto Sans Bold";
  font-size: 0.875rem;
  letter-spacing: 0.4px;
  transition: 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  cursor: pointer;
}
.blue-btn:hover {
  background-color: #1596cc;
  border-color: #1596cc;
  color: #ffffff;
  box-shadow: 0 0.25rem 0.25rem 0.125rem rgba(29, 172, 232, 0.1), 0 0.375rem 0.75rem -0.125rem rgba(29, 172, 232, 0.4);
}
.blue-btn.lg-btn {
  padding: 0.825rem 1.5rem;
  font-size: 1rem;
}

.white-btn {
  background-color: #ffffff;
  color: #1dace8;
  border: 1px solid #1dace8;
  font-family: "Noto Sans Bold";
  line-height: 1.5;
  padding: 0.575rem 1.1rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  transition: 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  cursor: pointer;
}
.white-btn:hover {
  background-color: #1dace8;
  color: #ffffff;
}

.gray-btn {
  background: #f5f4f8;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border: 0;
  cursor: pointer;
  color: #1f1b2d;
  font-family: "Noto Sans";
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.gray-btn:hover {
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
}
.gray-btn.active {
  background-color: #ffffff;
  color: #1dace8;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
}

.pale-btn {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border: 0;
  cursor: pointer;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
  text-decoration: none;
  color: #1f1b2d;
}
.pale-btn:hover {
  color: #1dace8;
}

.mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
p a,
p .modal-request {
  color: #1dace8;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
p a:hover,
p .modal-request:hover {
  color: #1596cc;
}

.catch {
  display: none;
}

.tns-outer {
  position: relative;
}

.tns-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 50%;
  z-index: 1;
  left: 0;
}
.tns-controls button {
  height: 2.25rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 0;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
  background-color: #ffffff;
  color: #1f1b2d;
  transition: color 0.3s;
}
.tns-controls button:hover {
  color: #1dace8;
}

.container {
  max-width: 1320px;
  width: 100%;
  padding: 0 12px;
  margin: auto;
}
@media screen and (max-width: 1320px) {
  .container {
    max-width: 992px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 767px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 480px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    max-width: 320px;
  }
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 0;
  scroll-margin-top: 10vh;
}
@media screen and (max-width: 992px) {
  section {
    padding: 2rem 0;
  }
}

header {
  height: 75px;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
}
header > div {
  height: 100%;
}
header .hamburger-icon-outer {
  height: 100%;
  border: 1px solid #1dace8;
  padding: 7px;
  border-radius: 0.375rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  header .hamburger-icon-outer {
    padding: 0.7rem;
  }
}
header .header-inner {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  header .header-inner {
    gap: 20px;
  }
}
header .logo {
  display: flex;
  text-decoration: none;
  gap: 20px;
  align-items: center;
  margin-right: auto;
  color: #1f1b2d;
}
@media screen and (max-width: 767px) {
  header .logo span {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header .phone {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .blue-btn {
    padding: 0;
    height: 49px;
    aspect-ratio: 1;
    font-size: 1.5rem;
    line-height: 1;
  }
}
header .blue-btn i {
  pointer-events: none;
}
header .hamburger {
  height: 34px;
  aspect-ratio: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  header .hamburger:hover .menu {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .hamburger {
    height: 49px;
    aspect-ratio: 1;
    font-size: 1.5rem;
    line-height: 1;
  }
  header .hamburger .menu {
    display: none;
  }
  header .hamburger.active .menu {
    display: block;
  }
  header .hamburger.active .hamburger-icon {
    border-bottom: 0;
  }
  header .hamburger.active .hamburger-icon:before {
    transform: rotate(45deg);
    top: 50%;
  }
  header .hamburger.active .hamburger-icon:after {
    transform: rotate(-45deg);
  }
}
header .hamburger .hamburger-icon {
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #1dace8;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
header .hamburger .hamburger-icon:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #1dace8;
  transition: 0.3s;
}
header .hamburger .hamburger-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #1dace8;
  width: 100%;
  transition: 0.3s;
}
header .hamburger .menu {
  display: none;
  width: 300px;
  right: -1rem;
  top: 100%;
  position: absolute;
  background: white;
  border-radius: 0.75rem;
  border: 1px solid #efecf3;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
header .hamburger .menu a {
  display: block;
  padding: 0.375rem 1rem;
  color: #454056;
  font-size: 0.875rem;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
}
header .hamburger .menu a:hover {
  color: #1dace8;
}

#display-1 {
  background-image: url("https://file.euroauto.ru/v2/file/web/franchise-landing/42.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100vh;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #display-1 {
    padding-top: 75px;
  }
}
#display-1 .blue-btn {
  font-size: 1.3rem;
  margin-top: 2rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 480px) {
  #display-1 .blue-btn {
    line-height: 1.2;
  }
}
#display-1 .blue-btn:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.6117647059);
  width: 50px;
  height: 100%;
  top: 0;
  left: -35%;
  transform: skewX(-60deg);
  animation: fabulous 5s ease-in-out 0.05s infinite;
}
@keyframes fabulous {
  0% {
    left: -35%;
  }
  20% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
#display-1:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(247, 247, 251);
  background: linear-gradient(90deg, rgba(247, 247, 251, 0.85) 60%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1320px) {
  #display-1:before {
    background: rgba(247, 247, 251, 0.85);
  }
}
#display-1 .container {
  z-index: 2;
}
#display-1 .container > p {
  border-left: 3px solid #1dace8;
  padding-left: 2rem;
  margin-bottom: 3rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 992px) {
  #display-1 .container > p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  #display-1 .container > p {
    font-size: 1rem;
    padding-left: 1rem;
    max-width: 100%;
  }
}
#display-1 h1 {
  font-size: 3.5rem;
}
@media screen and (max-width: 992px) {
  #display-1 h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  #display-1 h1 {
    font-size: 1.7rem;
  }
}
#display-1 p {
  color: #454056;
  max-width: 60%;
  font-size: 1.25rem;
}
#display-1 p span {
  display: flex;
  align-items: center;
}
#display-1 p span:before {
  content: "";
}
#display-1 p span i {
  color: #1dace8;
  margin-right: 20px;
}
#display-1 .boxes {
  display: flex;
  margin: 2rem 0;
  gap: 25px;
  max-width: 70%;
}
@media screen and (max-width: 1320px) {
  #display-1 .boxes {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #display-1 .boxes {
    flex-direction: column;
  }
}
#display-1 .boxes .iconbox {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#display-1 .boxes .iconbox span {
  color: #1f1b2d;
  font-size: 1.25rem;
  font-family: "Noto Sans Bold";
  margin: 16px 0 12px;
}
@media screen and (max-width: 767px) {
  #display-1 .boxes .iconbox span {
    margin: 10px 0 3px;
  }
}
#display-1 .boxes .iconbox p {
  margin: 0;
  font-size: 1rem;
  max-width: 100%;
}
#display-1 .boxes .iconbox svg {
  stroke: #1dace8;
}

#display-2 {
  padding-top: 6rem;
  border-top: 1px solid #efecf3;
}
@media screen and (max-width: 992px) {
  #display-2 {
    padding-top: 3rem;
  }
}
#display-2 .outer {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  #display-2 .outer {
    gap: 2rem;
  }
}
#display-2 .outer > p {
  line-height: 1.5;
  font-size: 1rem;
  border: 1px solid #efecf3;
  border-radius: 0.75rem;
  padding: 0.75rem 1.5rem;
}
@media screen and (max-width: 480px) {
  #display-2 .outer > p {
    margin: 0;
  }
}
#display-2 .icons {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 1320px) {
  #display-2 .icons {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  #display-2 .icons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #display-2 .icons {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1320px) {
  #display-2 .icons .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#display-2 .icons .icon svg {
  stroke: #1dace8;
}
#display-2 .text {
  color: #666276;
  line-height: 1.5;
  font-size: 1.125rem;
  display: flex;
  gap: 70px;
  border-bottom: 1px solid #efecf3;
  align-items: flex-end;
  margin-top: 50px;
}
@media screen and (max-width: 1320px) {
  #display-2 .text {
    gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  #display-2 .text {
    border-bottom: 0;
    font-size: 1rem;
    border: 1px solid #efecf3;
    border-radius: 0.75rem;
    padding: 0.75rem 1.5rem;
    margin: 0;
  }
}
#display-2 .text img {
  width: 300px;
}
@media screen and (max-width: 992px) {
  #display-2 .text img {
    display: none;
  }
}
#display-2 .text > div {
  align-self: baseline;
  margin: 0;
}
@media screen and (max-width: 1320px) {
  #display-2 .text > div {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 992px) {
  #display-2 .text > div {
    padding-right: 0;
    margin: 0;
  }
}
#display-2 .text h3 {
  color: #1f1b2d;
  margin-top: 0;
}
#display-2 .name {
  border: 1px solid #efecf3;
  border-radius: 0.75rem;
  padding: 0.75rem;
  margin: -62px 0 0 142px;
  background: #ffffff;
  font-style: italic;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
}
@media screen and (max-width: 992px) {
  #display-2 .name {
    display: none;
  }
}
#display-2 .icon-box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #efecf3;
  border-radius: 0.75rem;
  padding: 0.75rem;
  flex-direction: column;
  background-color: #ffffff;
  flex: 1;
}
@media screen and (max-width: 1320px) {
  #display-2 .icon-box {
    gap: 1rem;
    padding: 1rem;
    flex-direction: row;
  }
}
@media screen and (max-width: 480px) {
  #display-2 .icon-box {
    padding: 0.5rem 1rem;
  }
}
#display-2 .phrase {
  font-size: 1rem;
  font-family: "Noto Sans Bold";
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  #display-2 .phrase {
    font-size: 0.9rem;
  }
}

#display-3 .panorama-outer {
  margin-top: 3rem;
  position: relative;
  display: flex;
}
@media screen and (max-width: 1320px) {
  #display-3 .panorama-outer {
    flex-direction: column;
    gap: 16rem;
  }
}
@media screen and (max-width: 992px) {
  #display-3 .panorama-outer {
    margin-top: 2rem;
  }
}
#display-3 .panorama {
  height: 300px;
  width: 64%;
  border-radius: 0.75rem;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 150px);
  left: 0;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
}
@media screen and (max-width: 1320px) {
  #display-3 .panorama {
    top: 2rem;
    width: 100%;
  }
}
#display-3 .panorama iframe {
  border: 0;
}
#display-3 .cta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem;
  border: 1px solid #b0e2f7;
  border-radius: 0.75rem;
  background: #e8f7fd;
  width: 70%;
  padding-left: 510px;
  margin-left: auto;
  text-align: end;
}
@media screen and (max-width: 1320px) {
  #display-3 .cta {
    padding-left: 3rem;
    width: 80%;
  }
}
@media screen and (max-width: 992px) {
  #display-3 .cta {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  #display-3 .cta {
    padding: 3rem 2rem 2rem;
  }
}
#display-3 .desc {
  font-size: 1.125rem;
  color: #666276;
  margin-bottom: 2rem;
}
#display-3 h3 {
  font-size: 1.75rem;
  margin-top: 0;
  font-family: "Noto Sans Bold";
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  #display-3 h3 {
    font-size: 1.5rem;
  }
}
#display-3 .text {
  box-shadow: rgba(31, 27, 45, 0.08) 0px 0.125rem 0.125rem -0.125rem, rgba(31, 27, 45, 0.08) 0px 0.25rem 0.75rem;
  border-radius: 0.75rem;
  display: flex;
  margin-top: 4rem;
  overflow: hidden;
  align-items: center;
}
@media screen and (max-width: 992px) {
  #display-3 .text {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 480px) {
  #display-3 .text {
    margin-top: 3rem;
    padding: 0;
  }
}
#display-3 .text img {
  width: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 1rem;
  border-radius: 0.75rem;
}
@media screen and (max-width: 992px) {
  #display-3 .text img {
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 992px) {
  #display-3 .text img {
    width: 100%;
  }
}
#display-3 .text > div {
  padding: 3rem 4rem;
}
@media screen and (max-width: 1320px) {
  #display-3 .text > div {
    padding: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #display-3 .text > div {
    padding: 1rem;
    padding-top: 0;
  }
}
#display-3 .text p {
  margin: 0;
  font-size: 1.125rem;
  color: #666276;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  #display-3 .text p {
    padding: 0;
    font-size: 1rem;
  }
}
#display-3 .text h2 {
  margin-top: 0;
}
#display-3 .threed-label {
  align-self: baseline;
  padding: 0.4em 0.75em 1.7rem;
  font-size: 1em;
  color: #ffffff;
  background: #1dace8;
  border-radius: 0.375rem;
  letter-spacing: 0.4px;
}

#display-4 .prices-table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 50px 0;
}
@media screen and (max-width: 992px) {
  #display-4 .prices-table {
    padding: 2rem 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #display-4 .prices-table {
    display: flex;
    flex-direction: column;
  }
}
#display-4 .prices-table p {
  color: #666276;
  font-size: 0.875rem;
  flex: 1;
}
#display-4 .one {
  text-align: center;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
  padding: 1.3rem;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  #display-4 .one {
    grid-column: span 1;
  }
}
#display-4 .one:last-child {
  grid-column: 1/5;
  display: flex;
  gap: 30px;
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  #display-4 .one:last-child {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  #display-4 .one:last-child {
    grid-column: span 1;
    flex-direction: column;
    gap: 0;
  }
}
#display-4 .one:last-child .info {
  max-width: 267px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #display-4 .one:last-child .info {
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
#display-4 .one:last-child .info img {
  max-width: calc(100% - 50px);
}
@media screen and (max-width: 767px) {
  #display-4 .one:last-child .info img {
    max-width: 300px;
    width: 100%;
  }
}
#display-4 .one:last-child .about {
  flex: 1;
}
#display-4 .one:last-child .hr {
  background: #efecf3;
  width: 1px;
}
@media screen and (max-width: 767px) {
  #display-4 .one:last-child .hr {
    display: none;
  }
}
#display-4 .one:last-child .taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
#display-4 .one:last-child .taglist button {
  padding: 0.4375em 0.75em;
  font-size: 0.8125em;
  border-radius: 0.375rem;
  background-color: rgba(29, 172, 232, 0.1);
  color: #1dace8;
  line-height: 1;
  flex: 1;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  margin: 0;
  transition: color 0.3s, background-color 0.3s;
}
#display-4 .one:last-child .taglist button.active {
  color: #ffffff;
  background-color: #1dace8;
}
@media screen and (min-width: 1320px) {
  #display-4 .one:last-child .taglist button:hover {
    color: #ffffff;
    background-color: #1dace8;
  }
}
@media screen and (max-width: 767px) {
  #display-4 .one:last-child .taglist button {
    white-space: initial;
  }
}
#display-4 .one:last-child .about {
  display: flex;
  flex-direction: column;
}
#display-4 .one:last-child .about .text-block {
  margin: 20px 0;
  flex: 1;
}
#display-4 .one:last-child .about p {
  text-align: left;
  line-height: 1.5;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
#display-4 .one:last-child .about p.active {
  max-height: 300px;
}
@media screen and (max-width: 767px) {
  #display-4 .one:last-child .about p.active {
    max-height: 1000px;
  }
}
#display-4 .one button {
  margin-top: 8px;
  width: 100%;
}
#display-4 .cost {
  font-family: "Noto Sans Bold";
  color: #666276;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
#display-4 .cost span {
  display: block;
  font-size: 1rem;
  font-family: "Noto Sans";
}
#display-4 h3 {
  font-size: 1.5rem;
  margin: 1.25rem 0 0.5rem;
  line-height: 1.35;
  font-family: "Noto Sans Bold";
  font-weight: 400;
}
#display-4 img {
  margin: 0 25px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #display-4 img {
    margin: 0;
  }
}
#display-4 p {
  font-size: 1.125rem;
  color: #666276;
}
@media screen and (max-width: 992px) {
  #display-4 p {
    font-size: 1rem;
  }
}
#display-4 form {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.1607843137);
  padding: 0.5rem;
  font-size: 1rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 992px) {
  #display-4 form {
    flex-direction: column;
    width: 100%;
  }
}
#display-4 input {
  background: transparent;
  border: 0;
  resize: none;
  padding: 0.575rem 1.125rem;
  font-size: 1rem;
  color: #ffffff;
  font-family: "Noto Sans";
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
#display-4 input:focus, #display-4 input:focus-visible {
  outline: 0;
  border: 0;
}
#display-4 input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.7;
}
#display-4 input::placeholder {
  color: #ffffff;
  opacity: 0.7;
}
#display-4 input:-webkit-autofill, #display-4 input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}
@media screen and (max-width: 992px) {
  #display-4 input {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media screen and (max-width: 992px) {
  #display-4 input[name=email] {
    border-bottom: 0;
  }
}
#display-4 input:focus, #display-4 input:focus-visible {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 992px) {
  #display-4 input:focus, #display-4 input:focus-visible {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
#display-4 button {
  width: 210px;
}
@media screen and (max-width: 992px) {
  #display-4 button {
    width: 100%;
  }
}
#display-4 .additional {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  #display-4 .additional {
    height: auto;
  }
}
#display-4 .additional .buttons a {
  text-decoration: none;
  border-color: #e4dfeb;
  color: #454056;
  background-color: #f7f7fb;
  display: inline-block;
}
#display-4 .additional .buttons a:hover {
  color: #1f1b2d;
  box-shadow: 0 0.25rem 0.25rem 0.125rem rgba(55, 61, 66, 0.1), 0 0.375rem 0.75rem -0.125rem rgba(55, 61, 66, 0.4);
}
#display-4 .dark-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(26.21deg, #166bbd 0%, #1dace8 108.88%);
  border-radius: 0.75rem;
  position: relative;
  justify-content: space-between;
  padding: 30px 100px;
  margin-top: 80px;
  gap: 20px;
}
@media screen and (max-width: 1320px) {
  #display-4 .dark-banner {
    padding: 2rem 0.75rem;
  }
}
@media screen and (max-width: 992px) {
  #display-4 .dark-banner {
    padding: 2rem 3rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #display-4 .dark-banner {
    flex-direction: column;
    padding: 2rem;
    align-items: baseline;
  }
}
@media screen and (max-width: 480px) {
  #display-4 .dark-banner {
    padding: 2rem;
  }
}
#display-4 .dark-banner img {
  max-width: 240px;
  margin: -80px 0 0;
}
@media screen and (max-width: 1320px) {
  #display-4 .dark-banner img {
    max-width: 210px;
  }
}
@media screen and (max-width: 992px) {
  #display-4 .dark-banner img {
    max-width: 150px;
    align-self: end;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #display-4 .dark-banner img {
    position: absolute;
    bottom: 0;
  }
}
#display-4 .dark-banner p {
  color: #ffffff;
  font-size: 1rem;
  margin: 0;
}
#display-4 .dark-banner p:nth-of-type(1) {
  font-size: 1.5rem;
  font-family: "Noto Sans Bold";
  line-height: 1.35;
  margin-bottom: 1rem;
}
#display-4 .dark-banner > div {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #display-4 .dark-banner > div {
    text-align: left;
  }
}
#display-4 .dark-banner button {
  padding: 1rem 2rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  border: 0;
  font-family: "Noto Sans Bold";
  cursor: pointer;
  border-color: #e4dfeb;
  color: #454056;
  background-color: #f7f7fb;
  white-space: nowrap;
  width: 240px;
}
@media screen and (max-width: 1320px) {
  #display-4 .dark-banner button {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  #display-4 .dark-banner button {
    padding: 0.5rem 2rem;
  }
}
#display-4 .dark-banner button:hover {
  color: #1f1b2d;
  background-color: #f7f7fb;
  border-color: #d5d2dc;
}

#display-5 .before-h2 {
  text-transform: uppercase;
  color: #1dace8;
}
#display-5 .before-h2 + h2 {
  margin-top: 0;
}
#display-5 .container > p {
  margin-bottom: 3rem;
  color: #666276;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  #display-5 .container > p {
    margin-bottom: 2rem;
  }
}
#display-5 .title {
  font-size: 1.25rem;
  font-family: "Noto Sans Bold";
  display: flex;
  align-items: center;
  gap: 25px;
  color: #1f1b2d;
  padding: 1.25rem 2rem;
  cursor: pointer;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  #display-5 .title {
    padding: 0.75rem 4rem 0.75rem 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  #display-5 .title {
    gap: 16px;
    font-size: 1.1rem;
    line-height: 1.1;
  }
}
#display-5 .title:after {
  content: "";
  border: 2px solid rgba(102, 98, 118, 0.6588235294);
  width: 18px;
  height: 18px;
  position: absolute;
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
  right: 49px;
  top: 35px;
}
@media screen and (max-width: 992px) {
  #display-5 .title:after {
    right: 35px;
    top: 25px;
  }
}
@media screen and (max-width: 480px) {
  #display-5 .title:after {
    right: 1.25rem;
    top: 28px;
    width: 14px;
    height: 14px;
  }
}
#display-5 .title .icon {
  background: #1dace8;
  color: white;
  padding: 16px;
  font-size: 1.5rem;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  stroke: #ffffff;
}
#display-5 .big-1 .list {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  #display-5 .big-1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
#display-5 .list {
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  display: grid;
  max-height: 0;
  transition: 0.3s;
  opacity: 0;
  padding: 0 0 0 100px;
  pointer-events: none;
}
#display-5 .list span {
  display: block;
  font-size: 1rem;
  color: #666276;
  line-height: 1.5;
}
#display-5 .list span i {
  color: #1dace8;
  margin-right: 8px;
}
#display-5 .one {
  border: 1px solid #efecf3;
  background: #f5f4f8;
  border-radius: 0.75rem;
  margin-bottom: 0.5rem;
}
#display-5 .bolder {
  font-family: "Noto Sans Bold";
}
#display-5 input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
#display-5 input:checked + .one {
  background-color: #ffffff;
  box-shadow: rgba(31, 27, 45, 0.08) 0px 0.125rem 0.125rem -0.125rem, rgba(31, 27, 45, 0.08) 0px 0.25rem 0.75rem;
}
#display-5 input:checked + .one .title:after {
  transform: rotate(-135deg);
}
#display-5 input:checked + .one .list {
  max-height: 1000px;
  opacity: 1;
  padding: 0 1.25rem 1.25rem 100px;
  pointer-events: all;
}
@media screen and (max-width: 480px) {
  #display-5 input:checked + .one .list {
    padding: 0 1.25rem 1.25rem;
    max-height: 1500px;
  }
}

#display-6 .outer {
  display: flex;
  gap: 6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1320px) {
  #display-6 .outer {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 992px) {
  #display-6 .outer {
    flex-direction: column-reverse;
    gap: 1rem;
    margin: 0 0 2rem;
    align-items: center;
  }
}
#display-6 .outer > div {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#display-6 .tabs {
  margin-bottom: 50px;
  display: flex;
  gap: 1rem;
}
#display-6 .tabs button {
  margin: 0;
}
#display-6 .changing-block {
  display: none;
}
#display-6 .changing-block.active {
  display: block;
}
#display-6 .conditions {
  padding: 1rem;
  margin: 50px 0 0;
  text-align: center;
  border-top: 1px solid #efecf3;
  color: #666276;
  font-size: 1.2rem;
}
#display-6 .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 25px;
  text-align: center;
}
@media screen and (max-width: 1320px) {
  #display-6 .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) {
  #display-6 .stats {
    gap: 25px;
  }
}
@media screen and (max-width: 480px) {
  #display-6 .stats {
    grid-template-columns: repeat(1, 1fr);
    text-align: left;
  }
}
#display-6 .stats p {
  color: #666276;
  font-size: 0.875rem;
  margin: 0 0 6px;
}
#display-6 .stats span {
  font-size: 1.5rem;
  font-family: "Noto Sans Bold";
  line-height: 1.5;
}
#display-6 .one {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#display-6 img {
  max-width: 350px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 1320px) {
  #display-6 img {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  #display-6 img {
    max-width: 220px;
  }
}
@media screen and (max-width: 1320px) {
  #display-6 button {
    display: block;
    margin: auto;
  }
}

#display-7 .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 30px;
}
#display-7 img {
  border-radius: 0.75rem;
  height: 530px;
}
@media screen and (max-width: 1320px) {
  #display-7 img {
    width: 665px;
    max-width: 100%;
    margin: auto;
    height: 430px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  #display-7 img {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #display-7 img {
    height: 250px;
  }
}
@media screen and (min-width: 768px) {
  #display-7 .info:first-child .more {
    display: none;
  }
}
#display-7 .inner {
  gap: 70px;
  display: none;
  scroll-margin-top: 10vh;
}
@media screen and (max-width: 1320px) {
  #display-7 .inner {
    flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (max-width: 992px) {
  #display-7 .inner {
    gap: 1rem;
  }
}
#display-7 .inner.active {
  display: flex;
}
#display-7 h3 {
  font-size: 1.5rem;
  line-height: 1.35;
  margin: 0 0 8px;
  font-family: "Noto Sans Bold";
  font-weight: 400;
}
#display-7 h4 {
  margin: 0;
}
#display-7 .address {
  font-size: 0.875rem;
  color: #666276;
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  #display-7 .address {
    margin-bottom: 16px;
  }
}
#display-7 .property-block {
  color: #666276;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  margin: 8px 0;
}
@media screen and (max-width: 992px) {
  #display-7 .property-block {
    margin: 4px 0 16px;
  }
}
@media screen and (max-width: 767px) {
  #display-7 .property-block {
    flex-direction: column;
  }
}
#display-7 .property-block .one {
  font-style: italic;
}
#display-7 .property-block .one span {
  font-family: "Noto Sans Bold";
}
#display-7 .property-block > span {
  color: #efecf3;
}
#display-7 .property-block > span:first-child {
  display: none;
}
@media screen and (max-width: 767px) {
  #display-7 .property-block > span {
    display: none;
  }
}
#display-7 .testimonial-outer {
  margin-top: 25px;
}
#display-7 .testimonial-outer .testimonial {
  -webkit-line-clamp: 14;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666276;
  font-size: 1rem;
  line-height: 1.5;
  max-height: 400px;
  overflow: hidden;
  transition: 0.6s;
}
@media screen and (max-width: 1320px) {
  #display-7 .testimonial-outer .testimonial {
    -webkit-line-clamp: 6;
  }
}
#display-7 .testimonial-outer.active .testimonial {
  max-height: 2000px;
  -webkit-line-clamp: 100;
}
@media screen and (max-width: 767px) {
  #display-7 .testimonial-outer.active .testimonial {
    max-height: 3000px;
    -webkit-line-clamp: 200;
  }
}
#display-7 .testimonial-outer.active .less {
  display: block;
}
#display-7 .testimonial-outer.active .more {
  display: none;
}
#display-7 .testimonial-outer .less {
  display: none;
}
#display-7 .show-more {
  text-decoration: underline;
  font-size: 1rem;
  line-height: 1.5;
  color: #1dace8;
  cursor: pointer;
}
#display-7 .show-more:hover {
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  #display-7 .gray-btn {
    flex: 1;
    white-space: nowrap;
  }
}

#display-7a .carousel {
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  #display-7a .carousel {
    padding: 0;
  }
}
#display-7a .carousel .one {
  border: 1px solid #b0e2f7;
  padding: 2rem;
  border-radius: 0.75rem;
}
#display-7a .carousel .one .head {
  display: flex;
  gap: 20px;
  margin-bottom: 1.5rem;
  font-weight: 600;
  align-items: end;
}
@media screen and (max-width: 992px) {
  #display-7a .carousel .one .head {
    gap: 10px;
  }
}
#display-7a .carousel .one img {
  max-width: 100px;
  padding: 10px;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
  margin: -55px 0 0;
  background: #b0e2f7;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  #display-7a .carousel .one img {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  #display-7a .carousel .one {
    padding: 2.4rem;
  }
}
#display-7a .carousel .text {
  color: #666276;
  font-size: 1rem;
  line-height: 1.5;
  max-height: 315px;
  overflow: auto;
  padding-right: 1rem;
  scrollbar-color: rgba(29, 172, 232, 0.8) white;
  scrollbar-width: thin;
}
#display-7a .carousel .text::-webkit-scrollbar {
  width: 4px;
  -webkit-appearance: none;
}
#display-7a .carousel .text::-webkit-scrollbar-track {
  background: rgba(51, 122, 183, 0.15);
  cursor: pointer;
  border-radius: 8px;
}
#display-7a .carousel .text::-webkit-scrollbar-thumb {
  background-color: #1dace8;
  border-radius: 8px;
}

#display-8 img {
  width: 100%;
  border-radius: 0.75rem;
}

#display-9 .articles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media screen and (max-width: 992px) {
  #display-9 .articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  #display-9 .articles {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
#display-9 .img {
  flex: 1;
  position: absolute;
  width: 100%;
  height: 90%;
}
#display-9 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#display-9 .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: #1f1b2d;
  transition: 0.2s ease-in-out;
}
#display-9 .one {
  position: relative;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
  aspect-ratio: 1;
  border-radius: 0.75rem;
  overflow: hidden;
  text-decoration: none;
  color: #454056;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  #display-9 .one {
    aspect-ratio: 3/2;
  }
}
#display-9 .one:hover span {
  transition: 0.5s;
  -webkit-line-clamp: 5;
  max-height: 200px;
}
#display-9 .one:hover .img:after {
  opacity: 0.5;
}
#display-9 .title {
  text-align: center;
  line-height: 1.3;
  font-size: 1rem;
  font-family: "Noto Sans Bold";
  padding: 1.25rem;
  z-index: 1;
  background: #ffffff;
  margin-top: auto;
}
#display-9 .title span {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 1s;
  max-height: 45px;
}

#display-10 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 992px) {
  #display-10 .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  #display-10 .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
#display-10 .one {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  font-size: 0.875rem;
  color: #666276;
  border-radius: 0.75rem;
  padding: 1.25rem;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
#display-10 .one:hover {
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
}
#display-10 .one span {
  font-size: 1.25rem;
  font-family: "Noto Sans Bold";
  margin: 0.5rem 0;
  display: block;
  color: #1f1b2d;
}
#display-10 .one > img {
  height: 50px;
}
#display-10 .one a {
  text-decoration: none;
  color: #666276;
  font-family: "Noto Sans Bold";
  padding-top: 0.5rem;
  margin-top: auto;
  transition: 0.3s;
}
#display-10 .one a:hover {
  color: #1dace8;
}

#display-11 {
  background-color: #282435;
  color: #ffffff;
}
#display-11 .container {
  display: flex;
  align-items: center;
  gap: 90px;
}
#display-11 .text {
  display: flex;
  align-items: baseline;
  gap: 25px;
}
@media screen and (max-width: 480px) {
  #display-11 .text {
    flex-direction: column;
    gap: 0;
  }
}
#display-11 h3 {
  font-size: 2rem;
  font-family: "Noto Sans Bold";
  font-weight: 400;
}
@media screen and (max-width: 1320px) {
  #display-11 h3 {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #display-11 h3 {
    margin-bottom: 0;
    font-size: 1.9rem;
  }
}
#display-11 .form-outer {
  flex: 1;
}
#display-11 .form-outer p {
  opacity: 0.8;
}
#display-11 form {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.1607843137);
  padding: 0.5rem;
  font-size: 1rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1320px) {
  #display-11 form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  #display-11 form {
    grid-template-columns: repeat(1, 1fr);
  }
}
#display-11 textarea {
  background: transparent;
  border: 0;
  resize: none;
  padding: 0.575rem 1.125rem;
  font-size: 1rem;
  color: #ffffff;
  font-family: "Noto Sans";
  flex: 1;
  height: 57px;
  padding-top: 17px;
  padding-bottom: 0;
  scrollbar-color: rgba(255, 255, 255, 0.16) transparent;
  scrollbar-width: thin;
  margin-right: 0.25rem;
}
#display-11 textarea:focus, #display-11 textarea:focus-visible {
  outline: 0;
  border: 0;
}
#display-11 textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 0.7;
}
#display-11 textarea::placeholder {
  color: #ffffff;
  opacity: 0.7;
}
#display-11 textarea:-webkit-autofill, #display-11 textarea:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}
@media screen and (max-width: 1320px) {
  #display-11 textarea {
    grid-column: span 2;
  }
}
@media screen and (max-width: 992px) {
  #display-11 textarea {
    grid-column: span 1;
    min-height: 80px;
  }
}
#display-11 textarea::-moz-placeholder {
  font-family: "Noto Sans";
  display: flex;
  align-items: center;
}
#display-11 textarea::placeholder {
  font-family: "Noto Sans";
  display: flex;
  align-items: center;
}
#display-11 textarea::-webkit-scrollbar {
  width: 4px;
  padding-right: 2px;
  margin-right: 4px;
}
#display-11 textarea::-webkit-scrollbar-track {
  background: #454056;
  cursor: pointer;
  border-radius: 0.5rem;
}
#display-11 textarea::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 0.5rem;
}
#display-11 input {
  background: transparent;
  border: 0;
  resize: none;
  padding: 0.575rem 1.125rem;
  font-size: 1rem;
  color: #ffffff;
  font-family: "Noto Sans";
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
#display-11 input:focus, #display-11 input:focus-visible {
  outline: 0;
  border: 0;
}
#display-11 input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.7;
}
#display-11 input::placeholder {
  color: #ffffff;
  opacity: 0.7;
}
#display-11 input:-webkit-autofill, #display-11 input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}
@media screen and (max-width: 1320px) {
  #display-11 input {
    grid-column: span 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media screen and (max-width: 992px) {
  #display-11 input {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
#display-11 input:focus, #display-11 input:focus-visible {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 992px) {
  #display-11 input:focus, #display-11 input:focus-visible {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media screen and (max-width: 1320px) {
  #display-11 input:nth-child(3) {
    border-right: none;
  }
}
#display-11 button {
  width: 210px;
}
@media screen and (max-width: 1320px) {
  #display-11 button {
    width: auto;
    align-self: end;
  }
}
@media screen and (max-width: 992px) {
  #display-11 button {
    width: 100%;
  }
}

.form-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(9, 8, 13, 0.6);
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
}
.form-modal .box {
  padding: 3rem;
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
  border: 1px solid #efecf3;
  border-radius: 0.75rem;
  max-width: 500px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-modal .box {
    padding: 2rem 1rem;
    width: 90%;
  }
}
.form-modal h3 {
  margin: 0 0 2.125rem;
  line-height: 1.35;
  font-size: 1.5rem;
  text-align: center;
  font-family: "Noto Sans Bold";
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .form-modal h3 {
    font-size: 1.2rem;
    margin: 0 0 1rem;
  }
  .form-modal h3 br {
    display: none;
  }
}
.form-modal form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form-modal input {
  padding: 0.575rem 1.125rem;
  font-size: 1rem;
  border: 1px solid #d5d2dc;
  border-radius: 0.5rem;
  color: #454056;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.form-modal input:focus {
  border-color: #8ed6f4;
  outline: 0;
  box-shadow: inset 0 1px 2px transparent, 0 0 0 0.125rem rgba(29, 172, 232, 0.25);
}
.form-modal label {
  font-family: "Noto Sans Bold";
  color: #1f1b2d;
}
.form-modal .agreement {
  font-size: 0.875rem;
  color: #666276;
}
@media screen and (max-width: 767px) {
  .form-modal .agreement {
    font-size: 0.675rem;
  }
}
.form-modal .agreement a {
  color: inherit;
}
.form-modal .modal-close {
  color: #666276;
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.5rem 0.5625rem;
  cursor: pointer;
  opacity: 0.75;
  transition: 0.3s;
  line-height: 1;
  font-size: 1.2rem;
}
.form-modal .modal-close:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .form-modal .modal-close {
    top: 0.2rem;
    right: 0.2rem;
  }
}

.to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: white;
  border-radius: 50%;
  padding: 20px;
  box-shadow: 0 0.125rem 0.5rem -0.25rem rgba(31, 27, 45, 0.12), 0 0.25rem 1rem rgba(31, 27, 45, 0.12);
  cursor: pointer;
  line-height: 0;
}
.to-top:hover i {
  color: #1dace8;
}
.to-top i {
  transition: 0.3s;
  color: #454056;
}

#success-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#success-page #success {
  flex: 1;
  background-image: url("https://file.euroauto.ru/v2/file/web/franchise-landing/2.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #success-page #success {
    padding-top: 75px;
  }
}
#success-page #success:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(247, 247, 251);
  background: linear-gradient(90deg, rgba(247, 247, 251, 0.85) 60%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1320px) {
  #success-page #success:before {
    background: rgba(247, 247, 251, 0.85);
  }
}
#success-page #success .container {
  z-index: 2;
}
#success-page #success .container > p {
  border-left: 3px solid #1dace8;
  padding-left: 2rem;
  margin-bottom: 3rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 992px) {
  #success-page #success .container > p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  #success-page #success .container > p {
    font-size: 1rem;
    padding-left: 1rem;
    max-width: 100%;
  }
}
#success-page #success h1 {
  font-size: 3.5rem;
}
@media screen and (max-width: 992px) {
  #success-page #success h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  #success-page #success h1 {
    font-size: 1.7rem;
  }
}
#success-page #success p {
  color: #454056;
  max-width: 60%;
  font-size: 1.25rem;
}
#success-page #success p span {
  display: flex;
  align-items: center;
}
#success-page #success p span:before {
  content: "";
}
#success-page #success p span i {
  color: #1dace8;
  margin-right: 20px;
}

#display-12 .columns {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  #display-12 .columns {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  #display-12 .columns {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#display-12 .columns span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f1b2d;
  line-height: 1.4;
}
#display-12 .columns ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
#display-12 .columns li {
  color: #666276;
  font-size: 1rem;
  line-height: 1.5;
  list-style: none;
}
#display-12 .columns i {
  color: #1dace8;
  margin-right: 10px;
}
#display-12 .columns .one {
  padding: 20px 0 0;
}
#display-12 .hr {
  background: #efecf3;
}
@media screen and (max-width: 767px) {
  #display-12 .hr {
    display: none;
  }
}

footer {
  background-color: #f5f4f8;
  padding: 50px 0 85px;
}
footer .outer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  footer .outer {
    flex-direction: column;
    align-items: baseline;
    gap: 1rem;
  }
}
footer .address {
  text-align: end;
  line-height: 1.5;
  color: #454056;
}
@media screen and (max-width: 767px) {
  footer .address {
    text-align: left;
  }
}
footer .address > a {
  color: #1dace8;
  text-decoration: none;
  font-size: 0.9rem;
  margin-top: 1rem;
  display: block;
}
footer .links {
  margin: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  footer .links {
    margin: 0.5rem 0 1.2rem;
  }
}
footer .links a {
  color: #1f1b2d;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}
footer .links a:hover {
  color: #1dace8;
}
footer .links a i {
  margin-right: 0.5rem;
  color: #666276;
}
footer .follow {
  font-size: 0.875rem;
  font-family: "Noto Sans Bold";
}
footer .social {
  line-height: 1.5;
  color: #454056;
}
footer .btns {
  margin-top: 10px;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 480px) {
  footer .btns {
    flex-direction: column;
  }
}
footer .logo {
  margin-bottom: 10px;
}
footer .icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 16px;
}
footer .icons a {
  background: #ffffff;
  border-radius: 50%;
  width: 32px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.125rem 0.5rem -0.25rem rgba(31, 27, 45, 0.12), 0 0.25rem 1rem rgba(31, 27, 45, 0.12);
  transition: 0.3s;
  text-decoration: none;
  color: #666276;
}
footer .icons a:hover {
  background-color: #1dace8;
}
footer .icons svg {
  transform: rotate(180deg);
}
footer .apps {
  margin-top: 10px;
}
footer .apps a {
  text-decoration: none;
}

#display-13 .block {
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #display-13 .block {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 0.75rem;
    box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
    border: 1px solid #efecf3;
  }
}
#display-13 i {
  color: #1dace8;
  margin-top: 3px;
}
#display-13 ul {
  list-style: none;
  color: #666276;
  background: #ffffff;
  max-width: 60%;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
  z-index: 1;
  position: relative;
  border: 1px solid #efecf3;
}
@media screen and (max-width: 767px) {
  #display-13 ul {
    max-width: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
}
#display-13 ul li {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
#display-13 .image {
  background-image: url("https://file.euroauto.ru/v2/file/content-admin/meduza-pages/8432.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.75rem;
  padding: 1rem;
  position: absolute;
  height: 85%;
  top: 0;
  right: 0;
  width: 70%;
}
@media screen and (max-width: 767px) {
  #display-13 .image {
    position: relative;
    height: 100px;
    width: 100%;
    border-radius: 0;
  }
}

#display-14 .market-banner {
  background: #1a2a38;
  color: #1dace8;
  display: grid;
  border-radius: 0.75rem;
  grid-template-rows: repeat(2, 1fr);
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #display-14 .market-banner {
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 767px) {
  #display-14 .market-banner {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  #display-14 .market-banner {
    font-size: 8px;
  }
}
#display-14 .top {
  padding: 1em 4em;
  display: flex;
  align-items: center;
  font-weight: 600;
  letter-spacing: 1px;
  max-height: 140px;
  background-image: url("https://file.euroauto.ru/v2/file/web/franchise/21.png");
  background-repeat: no-repeat;
  background-size: 295px;
  background-position: right -16px;
}
@media screen and (max-width: 1320px) {
  #display-14 .top {
    padding: 2em;
  }
}
@media screen and (max-width: 992px) {
  #display-14 .top {
    background: none;
  }
}
#display-14 .top span {
  font-size: 3.8em;
}
@media screen and (max-width: 480px) {
  #display-14 .top span {
    font-size: 2.8em;
  }
}
#display-14 .bottom {
  display: flex;
  padding: 2em 4em;
  background: #1dace8;
  gap: 3em;
  justify-content: space-between;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  #display-14 .bottom {
    padding: 2em;
  }
}
@media screen and (max-width: 992px) {
  #display-14 .bottom {
    flex-direction: column;
    gap: 1em;
  }
}
#display-14 .bottom a {
  text-align: center;
  font-weight: 600;
  color: #1dace8;
  font-size: 1.8em;
  border-radius: 0.75rem;
  padding: 1rem 3.4rem;
  transition: color 0.3s;
  flex: 1;
}
#display-14 .bottom a:hover {
  color: #1596cc;
}
@media screen and (max-width: 480px) {
  #display-14 .bottom a {
    padding: 0.5em;
  }
}/*# sourceMappingURL=styles.css.map */