/*============= ALIGNES ===============*/
.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 1920px !important;
    margin-left: calc(-1 * (1920px - 1170px) / 2) !important;
    margin-right: calc(-1 * (1920px - 1170px) / 2) !important;
  }
}

/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  box-sizing: inherit;
}

body {
  background-color: var(--backgroundLight);
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px 5px #747474;
  box-shadow: 0 0 20px 5px #747474;
}

#footer form .policy {
  margin: 10px 0;
}

#footer form .grampus__policy {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 16px;
}

#footer .grampus__policy:hover {
  opacity: 1;
  color: var(--primary);
}

#footer .grampus__policy {
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  border: none;
  padding: 0;
  background: transparent;
  margin: 0;
  color: var(--card);
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  transition: opacity 0.3s ease-in;
}

a {
  text-decoration: none;
  color: var(--text);
  transition: all 0.3s ease-in;
}

a:hover {
  color: var(--hover);
}

ul li {
  list-style-position: inside;
  color: var(--textLight);
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}

ul li::marker {
  color: var(--primary);
}

ol li {
  list-style-position: inside;
  color: var(--textLight);
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 15px;
  color: var(--textLight);
  font-size: 16px;
  line-height: 21px;
}

strong {
  font-weight: 700;
}

h1.page-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 50px;
}

h2.block__title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: var(--text);
}

h2.block__title span {
  color: var(--primary);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background: var(--primary);
  border: 2px solid var(--primary);
  outline: none;
  font-family: 'Montserrat', sans-serif;
  color: var(--card);
  font-size: 16px;
  line-height: 21px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  padding: 20px 33px;
}

.btn:hover {
  color: var(--card);
  background-color: var(--hover);
  border-color: var(--hover);
}

.btn.invert {
  background-color: var(--backgroundDark);
  border: 2px solid var(--stroke);
  color: var(--text);
}

.btn.invert:hover {
  background-color: var(--stroke);
  border-color: var(--stroke);
}

.btn.little {
  padding: 10px;
}

#main,
#primary {
  min-height: 83vh;
}

.privacy-policy #primary .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*====== CONTENT ===========*/
.content>p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--text);
}

.content>p:not(:last-child) {
  margin-bottom: 15px;
}

.content th {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text);
}

.content td {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--text);
}

.content table {
  margin-bottom: 10px;
}

.content>h1,
.content>h1 * {
  font-weight: 800;
  font-size: 42px;
  line-height: 120%;
  color: var(--text);
}

.content>h1:not(:last-child) {
  margin-bottom: 25px;
}

.content>h2,
.content>h2 * {
  font-weight: 800;
  font-size: 40px;
  line-height: 130%;
  color: var(--text);
}

.content>h2:not(:last-child) {
  margin-bottom: 25px;
}

.content>h2:not(:first-child) {
  padding-top: 10px;
}

.content>h3,
.content>h3 * {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: var(--text);
}

.content>h3:not(:last-child) {
  margin-bottom: 20px;
}

.content>h4,
.content>h4 * {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: var(--text);
}

.content>h3:not(:first-child) {
  padding-top: 20px;
}

.content>h4:not(:last-child) {
  margin-bottom: 15px;
}

.content>h4:not(:first-child) {
  padding-top: 15px;
}

.content>h5,
.content>h5 * {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: var(--text);
}

.content>h5 {
  margin-bottom: 10px;
}

.content>h5:not(:first-child) {
  padding-top: 10px;
}

.content>h6,
.content>h6 * {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: var(--text);
}

.content>h6:not(:last-child) {
  margin-bottom: 10px;
}

.content>h6:not(:first-child) {
  padding-top: 10px;
}

/*========= 404 =========*/
#main.error-page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#main.error-page .info__holder {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
}

#main.error-page .info__holder .container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

#main.error-page .info__holder .left__side {
  margin-right: 30px;
  font-size: 240px;
  line-height: 1;
  font-weight: 700;
  color: var(--card);
}

#main.error-page .info__holder p {
  color: var(--card);
}

/*============ HEADER =================*/
#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--card);
  z-index: 99;
}

#header.painted .top__bar {
  padding: 10px 0;
}

#header .top__bar {
  padding: 20px 0;
  transition: padding .3s ease-in;
}

#header .top__bar .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#header .top__bar a.logo__holder {
  display: flex;
}

#header .top__bar a.logo__holder img {
  width: 100%;
  max-width: 300px;
}

#header .top__bar a.logo__holder.text {
  font-weight: 500;
  font-size: 20px;
  color: var(--text);
  max-width: 300px;
}

#header .top__bar .phones__holder {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding-left: 25px;
  margin-right: 30px;
}

#header .top__bar .phones__holder svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: var(--primary);
}

#header .top__bar .soc__holder {
  display: flex;
  gap: 10px;
  margin-right: 30px;
}

#header .top__bar .soc__holder .soc__item {
  width: 30px;
  height: 30px;
}

#header .top__bar .soc__holder .soc__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header .top__bar .phone__item {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  color: var(--text);
}

#header .top__bar .phone__item:hover {
  color: var(--primary);
}

#header .bot__bar {
  background-color: var(--primary);
  padding: 10px 0;
}

#header .bot__bar .menu__holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#header .bot__bar .menu__holder li {
  list-style-type: none;
  margin-bottom: 0;
}

#header .bot__bar .menu__holder li a {
  font-size: 16px;
  line-height: 21px;
  color: var(--card);
}

#header .bot__bar .menu__holder li a:hover {
  opacity: 0.5;
}

#header .bot__bar .menu__holder li.active a {
  opacity: 0.5;
}

/*================ MOBILE MNU =============*/
#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
}

#header .burger.open_menu span {
  background-color: var(--primary);
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
  pointer-events: none;
}

#header .burger.open_menu.clicked {
  background-color: var(--primary);
}

#header .burger.open_menu.clicked span {
  background-color: var(--card);
}

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: var(--backgroundLight);
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
  overflow: hidden;
  overflow-y: auto;
}

#header #mobile-mnu #close-mnu {
  font-size: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transform: rotate(45deg);
  display: block;
  color: var(--primary);
}

#header #mobile-mnu a {
  font-size: 16px;
  line-height: 1;
  color: var(--text);
  font-weight: 450;
}

#header #mobile-mnu a:hover {
  color: var(--primary);
}

#header #mobile-mnu .logo__holder {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#header #mobile-mnu .logo__holder img {
  max-height: 60px;
  max-width: 250px;
  width: 100%;
}

#header #mobile-mnu .logo__holder.text {
  font-weight: 500;
  font-size: 14px;
  color: var(--text);
  max-width: 300px;
  text-align: left;
}

#header #mobile-mnu .menuTop {
  list-style-type: none;
  margin-bottom: 10px;
}

#header #mobile-mnu .menuTop li {
  margin-bottom: 10px;
}

#header #mobile-mnu .menuTop li a {
  font-size: 16px;
  line-height: 1;
  color: var(--textLight);
  font-weight: 450;
}

#header #mobile-mnu .menuTop li a:hover {
  color: var(--primary);
}

#header #mobile-mnu .menuTop li.active a {
  color: var(--primary);
}

#header #mobile-mnu .adresses__holder {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  width: 100%;
}

#header #mobile-mnu .adresses__holder:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-image: url("../images/map.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

#header #mobile-mnu .adresses__holder p {
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}

#header #mobile-mnu .email__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

#header #mobile-mnu .email__holder .email__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}

#header #mobile-mnu .email__holder .email__item:hover {
  color: var(--primary);
}

#header #mobile-mnu .email__holder .email__item svg {
  margin-right: 10px;
  color: var(--primary);
}

#header #mobile-mnu .phones__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

#header #mobile-mnu .phones__holder .phone__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: var(--text);
  font-weight: 450;
}

#header #mobile-mnu .phones__holder .phone__item:hover {
  color: var(--primary);
}

#header #mobile-mnu .phones__holder .phone__item svg {
  margin-right: 10px;
  color: var(--primary);
}

#header #mobile-mnu .soc__holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}

#header #mobile-mnu .soc__holder .soc__item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 50%;
  overflow: hidden; */
  transition: background-color .3s ease-in;
}

#header #mobile-mnu .soc__holder .soc__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header #mobile-mnu.opened {
  transform: translateX(0);
}

/*============ FOOTER ===============*/
#footer {
  padding: 40px 0;
  background-color: var(--text);
}

#footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#footer .container .privacy__btn {
  transition: color .3s ease-in;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

#footer .container .privacy__btn,
#footer .container a {
  color: var(--card);
  font-size: 18px;
  line-height: 24px;
}

#footer .container .privacy__btn span,
#footer .container a span {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}

#footer .container .privacy__btn:hover,
#footer .container a:hover {
  color: var(--primary);
}

/* ============== MODAL ============= */
.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.5) !important;
}

.theme-modal.fancybox__content {
  height: auto;
  max-height: 90vh;
  background: var(--card);
  border-radius: 2px;
  z-index: 9999;
  padding: 40px 30px 30px;
  max-width: 370px !important;
  width: 100%;
  overflow: auto;
}

.theme-modal.fancybox__content .is-close-btn {
  position: absolute;
  right: 20px !important;
  top: 20px !important;
  --fancybox-color: var(--text);
  --f-button-svg-stroke-width: 5px;
  --f-button-width: 16px !important;
  --f-button-height: 16px !important;
  background: transparent !important;
  opacity: 1 !important;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.theme-modal.fancybox__content .is-close-btn svg {
  stroke-linecap: inherit;
  color: var(--text);
  transition: all .3s ease-in;
}

.theme-modal.fancybox__content .is-close-btn:hover,
.theme-modal.fancybox__content .is-close-btn:hover svg {
  color: var(--hover);
}

.theme-modal .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 5px;
}

.theme-modal .subtitle {
  font-size: 14px;
  line-height: 18px;
  color: var(--textLight);
  margin-bottom: 20px;
}

.theme-modal .contact_form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.theme-modal .contact_form .form_input {
  width: 100%;
  margin-bottom: 20px;
}

.theme-modal .contact_form .policy {
  color: var(--text);
  margin: 0 auto;
  margin-top: 20px;
}

.theme-modal .contact_form .privacy {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: var(--text);
  margin-bottom: 10px;
  text-align: center;
}

.theme-modal .contact_form .privacy:hover {
  color: var(--hover);
}

.theme-modal .contact_form .form_input input {
  width: 100%;
  outline: none;
  border: none;
  background: var(--card);
  border: 1px solid var(--stroke);
  font-size: 16px;
  line-height: 21px;
  color: var(--textLight);
  padding: 0 20px;
  height: 60px;
}

.theme-modal .contact_form .form_input input:focus {
  border-color: var(--hover);
}

.theme-modal .contact_form .form_input input.error {
  border-color: red;
}

.theme-modal .contact_form .submit {
  width: 100%;
}

.theme-modal .contact_form .submit .btn {
  height: 60px;
  width: 100%;
}

/* ============== SWIPER ============= */
.swiper-button-lock {
  display: none !important;
}

/* ============= MEDIA QUERIES =========== */
@media (max-width: 1025px) {

  /*======= BASE CONFIG ========*/
  h2.block__title {
    font-size: 35px;
    line-height: 40px;
  }

  /*======= 404 =======*/
  #main.error-page .info__holder .left__side {
    margin-right: 0;
    margin-bottom: 20px;
  }

  #main.error-page .info__holder .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #main.error-page .info__holder .container .btn {
    margin: 0 auto;
  }

  /*======= HEADER ==========*/
  #header .top__bar .btn {
    display: none;
  }

  #header .top__bar .phones__holder {
    flex-shrink: 0;
    margin-right: 10px;
    margin-left: 10px;
  }

  #header .top__bar .soc__holder {
    flex-shrink: 0;
    margin-right: 10px;
    margin-left: 10px;
  }

  #header .top__bar .soc__holder .soc__item {
    width: 25px;
    height: 25px;
  }

  #header .top__bar .phone__item {
    font-size: 16px;
    line-height: 20px;
    flex-shrink: 0;
  }

  #header .bot__bar {
    display: none;
  }

  #header .burger.open_menu {
    display: flex;
  }
}

@media (max-width: 769px) {

  /*======= BASE CONFIG ========*/
  h2.block__title {
    font-size: 30px;
    line-height: 35px;
  }

  /*======= HEADER ========*/
  #header .top__bar a.logo__holder.text {
    font-size: 14px;
    max-width: 200px;
  }

  #header .top__bar .soc__holder {
    display: none;
  }

  /*======= 404 =======*/
  #main.error-page .info__holder .left__side {
    font-size: 100px;
  }

  /*======== FOOTER ===========*/
  #footer {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  #footer .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  #footer .container .privacy__btn,
  #footer .container a {
    font-size: 14px;
  }
}

@media (max-width: 498px) {

  /*======= BASE CONFIG ========*/
  h2.block__title {
    font-size: 25px;
    line-height: 30px;
  }

  h1.page-title {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 20px;
  }

  .privacy-policy #primary .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /*======= HEADER ========*/
  #header .top__bar a.logo__holder.text {
    font-size: 10px;
    max-width: 150px;
  }

  /*======= HEADER ==========*/
  #header .top__bar {
    padding: 10px 0;
  }

  #header .top__bar .phones__holder {
    padding-left: 0;
  }

  #header .top__bar .phones__holder svg {
    display: none;
  }

  #header .top__bar .phone__item {
    font-size: 14px;
    line-height: 20px;
    flex-shrink: 0;
  }
}

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