@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #181b31;
  background-color: #ffffff;
  overflow-x: hidden;
}

.wrapper {
  max-width: 1640px;
  padding: 0 20px;
  margin-inline: auto;
}

section {
  margin-bottom: 140px;
}

.grid {
  display: grid;
}

h1 {
  font-weight: 500;
  font-size: 77px;
  line-height: 120%;
  margin-bottom: 50px;
  padding-top: 253px;
  color: #1d1e21;
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 120%;
  margin-bottom: 30px;
  color: #1d1e21;
}
@media (max-width: 768px) {
  h2 {
    font-size: 35px;
    line-height: 35px;
  }
}

h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 125%;
  color: #ff6600;
}

h1 strong {
  font-weight: 600;
  color: #ff6600;
}

h2 strong {
  font-weight: 500;
  color: #ff6600;
}

p {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #7a7a7a;
}

.btn {
  height: 65px;
  width: fit-content;
  padding: 0 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: #ff6600;
  border: 1px solid #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 45px;
  transition: all 0.5s ease;
}
.btn:hover {
  background: #ffffff;
  color: #ff6600;
  border: 1px solid #ff6600;
}

header {
  width: 100%;
  background: #ffffff;
  margin-inline: auto;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.031372549);
  position: fixed;
  z-index: 99;
}
header .wrapper {
  height: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .links {
  display: flex;
  column-gap: 25px;
}
header .links a {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #ff6600;
}

.logo-top {
  max-height: 50px;
  width: auto;
}

nav ul {
  display: flex;
  column-gap: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #2e2e2e;
}
nav ul li {
  position: relative;
  cursor: pointer;
  transition: color 0.3s linear;
}
nav ul li.current-menu-item {
  color: #ff6600;
}
nav ul li:hover::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ff6600;
  position: absolute;
  left: 0;
  bottom: 0;
}

.nav-set .nav-bottom {
  display: none;
}

.burger {
  display: none;
  cursor: pointer;
}

.burger div {
  width: 25px;
  height: 2px;
  background-color: #181b31;
  margin: 4px;
  transition: transform 0.3s, background-color 0.3s;
}

.burger.active .line1 {
  width: 25px;
  transform: rotate(-45deg) translate(-3px, 6px);
}

.burger.active .line2 {
  opacity: 0;
}

.burger.active .line3 {
  width: 25px;
  transform: rotate(45deg) translate(-3px, -5px);
}

footer {
  background-color: #1d1e21;
  padding-top: 60px;
}
footer .row {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 48px;
  border-bottom: 1px solid #7a7a7a;
}
footer .logo-footer img {
  max-height: 50px;
  width: auto;
  margin-bottom: 20px;
}
footer .logo-footer p {
  font-weight: 500;
  font-size: 14px;
  line-height: 121%;
  color: #ffffff;
}
footer nav ul {
  column-gap: 37px;
  color: #ffffff;
}
footer nav ul li:hover::after {
  background: #ffffff;
}
footer nav ul li.current-menu-item {
  color: #ffffff;
}
footer .info {
  display: flex;
  column-gap: 122px;
}
footer .info .mail a,
footer .info .inn p {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: right;
  color: #ffffff;
}
footer .sub-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
}
footer .sub-footer p {
  color: #ffffff;
}
footer .sub-footer a {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
}
footer .sub-footer img {
  max-height: 47px;
  width: auto;
}

.map-set h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 125%;
  color: #ff6600;
}
.map-set .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.map-set .row .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  border: 1px solid #7a7a7a;
}
.map-set .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 34px;
}
.map-set .bottom-text a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #7a7a7a;
  margin-bottom: 20px;
}
.map-set .bottom-text span {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #7a7a7a;
}
.map-set .map {
  padding: 12px;
}
.map-set .map img {
  height: 302px;
  width: 100%;
  object-fit: cover;
}

.form-sect .wrapper {
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
.form-sect h2 {
  margin-bottom: 30px;
}
.form-sect p:not(:last-child) {
  margin-bottom: 30px;
}

.swiper-btn-set {
  display: flex;
  column-gap: 30px;
}
.swiper-btn-set > div {
  width: 53px;
  height: 53px;
  border: 2px solid #ff6600;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.swiper-btn-set > div:hover {
  background-color: #ff6600;
}
.swiper-btn-set > div:hover svg path {
  stroke: #ffffff;
}

@media (width <= 1280px) {
  .wrapper {
    max-width: 1140px;
  }
  .logo-top {
    height: 33px;
  }
  section {
    margin-bottom: 120px;
  }
  h1 {
    font-size: 40px;
    padding-top: 167px;
    margin-bottom: 35px;
  }
  h2 {
    font-size: 40px;
  }
  h4 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
  .btn {
    height: 50px;
    padding: 0 50px;
    font-size: 13px;
    line-height: 30px;
  }
  header .wrapper {
    height: 90px;
  }
  header .links {
    column-gap: 16px;
  }
  header .links a {
    font-size: 12px;
  }
  nav ul {
    column-gap: 16px;
    font-size: 12px;
  }
  footer {
    padding-top: 40px;
  }
  footer .row {
    padding-bottom: 32px;
  }
  footer .logo-footer img {
    max-height: 33px;
    margin-bottom: 12px;
  }
  footer .logo-footer p {
    font-size: 9px;
  }
  footer nav ul {
    column-gap: 24px;
  }
  footer .info {
    column-gap: 81px;
  }
  footer .info .mail a,
  footer .info .inn p {
    font-size: 12px;
  }
  footer .sub-footer {
    padding: 26px 0;
  }
  footer .sub-footer p {
    font-size: 12px;
  }
  footer .sub-footer a {
    font-size: 12px;
  }
  footer .sub-footer img {
    max-height: 31px;
  }
  .map-set h3 {
    font-size: 22px;
    line-height: 130%;
  }
  .map-set .row {
    gap: 10px;
  }
  .map-set .row .item {
    gap: 10px;
  }
  .map-set .text {
    padding: 17px 25px;
  }
  .map-set .bottom-text a {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .map-set .bottom-text span {
    font-size: 14px;
  }
  .map-set .map {
    padding: 9px;
  }
  .map-set .map img {
    height: 208px;
  }
  .form-sect h2 {
    margin-bottom: 35px;
  }
  .form-sect p:not(:last-child) {
    margin-bottom: 20px;
  }
  .form-sect br {
    display: block;
  }
}
@media (width <= 1024px) {
  .wrapper {
    max-width: 1024px;
    padding: 0 60px;
  }
  .logo-top {
    height: 30px;
  }
  section {
    margin-bottom: 100px;
  }
  h1 {
    font-size: 40px;
    padding-top: 155px;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  p {
    font-size: 14px;
  }
  .btn {
    height: 53px;
    font-size: 14px;
    line-height: 24px;
  }
  header .wrapper {
    height: 75px;
  }
  header .links {
    column-gap: 20px;
  }
  nav ul {
    column-gap: 15px;
  }
  footer {
    padding-top: 22px;
  }
  footer .row {
    padding-bottom: 25px;
  }
  footer .logo-footer img {
    max-height: 27px;
    margin-bottom: 10px;
  }
  footer .logo-footer p {
    font-size: 7px;
  }
  footer nav ul {
    column-gap: 15px;
  }
  footer .info {
    column-gap: 30px;
  }
  footer .sub-footer {
    padding: 13px 0 16px;
  }
  footer .sub-footer p {
    font-size: 10px;
  }
  footer .sub-footer a {
    font-size: 10px;
  }
  footer .sub-footer img {
    max-height: 25px;
  }
  .map-set h3 {
    font-size: 16px;
  }
  .map-set .text {
    padding: 14px 20px;
  }
  .map-set .bottom-text a {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .map-set .bottom-text span {
    font-size: 12px;
  }
  .map-set .map {
    padding: 7px;
  }
  .map-set .map img {
    height: 171px;
  }
  .form-sect h2 {
    margin-bottom: 30px;
  }
  .form-sect p:not(:last-child) {
    margin-bottom: 15px;
  }
  .form-sect br {
    display: block;
  }
  .swiper-btn-set {
    column-gap: 20px;
  }
  .swiper-btn-set > div {
    width: 44px;
    height: 44px;
  }
  .swiper-btn-set > div svg {
    width: 11px;
    height: 22px;
  }
}
@media (width <= 768px) {
  .burger {
    display: block;
  }
  .wrapper {
    padding: 0 10px;
  }
  .logo-top {
    height: 24px;
  }
  section {
    margin-bottom: 70px;
    overflow: hidden;
  }
  h1 {
    font-size: 27px;
    padding-top: 100px;
  }
  h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 16px;
  }
  p {
    font-size: 12px;
  }
  .btn {
    height: 45px;
    font-size: 14px;
    line-height: 30px;
  }
  header .wrapper {
    height: 55px;
  }
  header .nav-set {
    background: #ffffff;
    position: absolute;
    z-index: 100;
    top: 55px;
    right: -100%;
    transition: all 0.5s ease;
    width: 250px;
    height: 100dvh;
  }
  header .nav-set.active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    right: 0;
  }
  header .nav-set.active .nav-bottom {
    display: block;
    position: relative;
    bottom: 55px;
    padding: 0 20px 15px;
  }
  header .nav-set.active .nav-bottom__links {
    display: grid;
    gap: 6px;
    margin-bottom: 36px;
  }
  header .nav-set.active .nav-bottom__links a {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color: #ff6600;
  }
  header .nav-set.active .nav-bottom .btn {
    padding: 0 15px;
    width: 100%;
  }
  header .nav-set #nav ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
    background: #ffffff;
    right: 0;
    top: 0;
    padding: 55px 59px 0 20px;
  }
  header .nav-set #nav ul li {
    font-size: 22px;
    color: #1d1e21;
  }
  header .nav-set #nav ul li.active {
    color: #ff6600;
  }
  header .links {
    display: none;
    column-gap: 20px;
  }
  nav ul {
    column-gap: 15px;
  }
  footer {
    padding-top: 36px;
  }
  footer .row {
    align-items: start;
    grid-template-columns: auto auto;
    padding-bottom: 25px;
  }
  footer .logo-footer {
    grid-column: span 2;
    margin-bottom: 53px;
  }
  footer .logo-footer img {
    max-height: 46px;
    margin-bottom: 16px;
  }
  footer .logo-footer p {
    font-size: 12px;
  }
  footer nav ul {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }
  footer .info {
    flex-direction: column;
    justify-content: space-between;
    column-gap: 30px;
    height: 100%;
  }
  footer .sub-footer {
    flex-direction: column;
    align-items: flex-end;
    row-gap: 19px;
    padding: 13px 0 16px;
  }
  footer .sub-footer p {
    font-size: 10px;
  }
  footer .sub-footer a {
    font-size: 10px;
  }
  footer .sub-footer img {
    max-height: 25px;
  }
  .map-set h3 {
    font-size: 14px;
  }
  .map-set .row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .map-set .row .item {
    height: 140px;
  }
  .map-set .text {
    padding: 11px 0 11px 20px;
  }
  .map-set .bottom-text a {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .map-set .bottom-text span {
    font-size: 12px;
  }
  .map-set .map {
    padding: 5px;
  }
  .map-set .map img {
    height: 130px;
  }
  .form-sect .wrapper {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
  .form-sect h2 {
    margin-bottom: 20px;
  }
  .form-sect p:not(:last-child) {
    margin-bottom: 15px;
  }
  .form-sect br {
    display: block;
  }
  .swiper-btn-set {
    column-gap: 18px;
  }
  .swiper-btn-set > div {
    width: 32px;
    height: 32px;
    border: 1px solid #ff6600;
  }
  .swiper-btn-set > div svg {
    width: 8px;
    height: 16px;
  }
}
.cookie-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 25px 30px 25px 35px;
  background: #e8eff8;
  gap: 25px;
  z-index: 10;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.0666666667);
  display: flex;
  align-items: center;
}

.cookie-consent * {
  font-family: "Loos Wide", sans-serif;
}

.cookie-consent p {
  margin: 0;
  text-align: left;
  width: 100%;
}

#accept-cookies {
  font-size: 14px;
  padding: 8px 16px;
  border: none;
  background-color: #ff6600;
  color: #fff;
  cursor: pointer;
}

.close-cookie {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  display: none;
}

.cookie-consent p {
  max-width: 385px;
  color: #1d1e21;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}

#accept-cookies {
  color: #fff;
  background: #ff6600;
  border: 0;
  padding: 8px 20px;
  height: fit-content;
}

@media (max-width: 750px) {
  .cookie-consent {
    align-items: flex-start;
    flex-direction: column;
  }
  .cookie-consent p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cookie-consent {
    right: 10px;
    padding: 20px;
    max-width: 268px;
  }
  .close-cookie {
    top: 8px;
    right: 8px;
    font-size: 22px;
  }
}
.privacy-policy h1 {
  font-weight: 500;
  font-size: 35px;
  line-height: 120%;
  padding-top: 271px;
  margin-bottom: 30px;
  text-wrap: balance;
}
.privacy-policy p:not(:last-child) {
  margin-bottom: 30px;
}

.error-404 .grid {
  padding-top: 238px;
  justify-content: center;
  justify-items: center;
  gap: 15px;
}
.error-404 h1 {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 290px;
  line-height: 120%;
}
.error-404 p {
  font-weight: 500;
  font-size: 35px;
  line-height: 120%;
  color: #1d1e21;
}

.popup {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: display 0.3s, opacity 0.3s;
  transition-behavior: allow-discrete;
}
.popup.showed {
  display: block;
  opacity: 1;
}
@starting-style {
  .popup.showed {
    opacity: 0;
  }
}
.popup__content {
  position: relative;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 60px 160px;
  background: #ffffff;
}
.popup__content .title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 70px;
  margin-bottom: 73px;
}
.popup__content h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 130%;
  color: #ff6600;
}
.popup__content p.text {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #7a7a7a;
}
.popup__content .link {
  display: flex;
  gap: 41px;
}
.popup__content .link img {
  width: 50px;
  height: auto;
}
.popup__content .link a {
  font-weight: 500;
  font-size: 50px;
  line-height: 120%;
  color: #1d1e21;
}
.popup__content .row {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.popup__content .row .city {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.popup__content .row .city .item {
  background: #f5f6f8;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.popup__content .row .city .item span {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #ff6600;
}
.popup__content .row .city .item span br {
  display: none;
}
.popup__content .row .city .item a {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  display: block;
  color: #7a7a7a;
  margin-top: 30px;
}
.popup__content .close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

@media (width <= 1280px) {
  .privacy-policy h1 {
    font-size: 40px;
    padding-top: 197px;
    margin-bottom: 35px;
  }
  .error-404 .grid {
    padding-top: 177px;
    gap: 20px;
  }
  .error-404 h1 {
    font-size: 200px;
  }
  .popup__content {
    padding: 55px 90px;
  }
  .popup__content .title {
    row-gap: 60px;
    margin-bottom: 35px;
  }
  .popup__content h2 {
    font-size: 35px;
  }
  .popup__content p.text {
    font-size: 14px;
  }
  .popup__content .link {
    gap: 28px;
  }
  .popup__content .link img {
    width: 36px;
  }
  .popup__content .link a {
    font-size: 35px;
  }
  .popup__content .row .city .item {
    padding: 15px 20px;
  }
  .popup__content .row .city .item span {
    font-weight: 600;
    font-size: 14px;
  }
  .popup__content .row .city .item a {
    font-size: 14px;
    margin-top: 25px;
  }
}
@media (width <= 1024px) {
  .privacy-policy h1 {
    font-size: 30px;
    padding-top: 150px;
    margin-bottom: 20px;
  }
  .privacy-policy p:not(:last-child) {
    margin-bottom: 20px;
  }
  .error-404 .grid {
    padding-top: 183px;
  }
  .popup__content {
    padding: 40px 60px;
  }
  .popup__content .title {
    row-gap: 55px;
    margin-bottom: 42px;
  }
  .popup__content h2 {
    font-size: 40px;
  }
  .popup__content p.text {
    font-size: 12px;
  }
  .popup__content .link {
    gap: 23px;
  }
  .popup__content .link img {
    width: 30px;
  }
  .popup__content .link a {
    font-size: 28px;
  }
  .popup__content .row .city .item {
    padding: 18px 15px;
  }
  .popup__content .row .city .item span {
    font-size: 12px;
  }
  .popup__content .row .city .item a {
    font-size: 12px;
    margin-top: 20px;
  }
}
@media (width <= 768px) {
  .privacy-policy h1 {
    font-size: 28px;
    padding-top: 100px;
    margin-bottom: 30px;
  }
  .privacy-policy p {
    font-size: 12px;
  }
  .error-404 .grid {
    padding-top: 197px;
    gap: 25px;
  }
  .error-404 h1 {
    font-size: 160px;
  }
  .error-404 p {
    font-size: 27px;
  }
  .popup__content {
    top: 0;
    transform: translate(-50%);
    padding: 45px 10px;
  }
  .popup__content .title {
    grid-template-columns: 1fr;
    row-gap: 35px;
    margin-bottom: 40px;
  }
  .popup__content h2 {
    font-size: 28px;
  }
  .popup__content p.text {
    font-size: 12px;
  }
  .popup__content .link {
    gap: 21px;
  }
  .popup__content .link img {
    width: 36px;
  }
  .popup__content .link a {
    font-size: 25px;
  }
  .popup__content .row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .popup__content .row .form {
    order: -1;
  }
  .popup__content .row .city {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .popup__content .row .city .item {
    padding: 20px;
  }
  .popup__content .row .city .item span {
    font-size: 14px;
  }
  .popup__content .row .city .item a {
    font-size: 14px;
    margin-top: 30px;
  }
}/*# sourceMappingURL=main.css.map */