/*========= VARIABLES ==========*/
:root {
  --third: #00bfff;
  --fourth: #25d366;
  --fifth: #229ed9;
  --sixth: #07f;
  --bg-fourtly: #222;
}

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

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

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 100vw !important;
    max-width: unset;
  }
}

/* privacy-policy =========== */
.privacy-policy #primary .container h1,
.privacy-policy #primary .container .content h4,
.privacy-policy #primary .container .content p,
.privacy-policy #primary .container .content h5,
.privacy-policy #primary .container .content .wp-block-heading strong,
.privacy-policy #primary .container .content .wp-block-table .has-fixed-layout tbody,
.privacy-policy #primary .container .content .wp-block-table .has-fixed-layout tbody tr,
.privacy-policy #primary .container .content .wp-block-table .has-fixed-layout tbody tr th,
.privacy-policy #primary .container .content .wp-block-table .has-fixed-layout tbody tr td{
  color: #000;
}
/* privacy-policy =========== */

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

* {
  margin: 0;
  padding: 0;
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
}

body {
  max-width: 1920px;
  padding: 0 clamp(15px, 0.0163043478 * 100vw + -1.3043478261px, 30px);
  overflow-x: hidden;
  margin: 0 auto;
  width: auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (max-width: 1000px) {
  body {
    padding: 0;
  }
}

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

h1,
.h1 {
  font-weight: 700;
  font-size: clamp(28px, 0.01375 * 100vw + 23.6px, 50px);
  line-height: 120%;
}

h2,
.h2 {
  font-weight: 700;
  font-size: clamp(26px, 0.00875 * 100vw + 23.2px, 40px);
  line-height: 120%;
}

h3,
.h3 {
  font-weight: 700;
  font-size: clamp(24px, 0.005 * 100vw + 22.4px, 32px);
  line-height: 120%;
}

h4,
.h4 {
  font-weight: 700;
  font-size: clamp(22px, 0.0025 * 100vw + 21.2px, 26px);
  line-height: 120%;
}

h5,
.h5 {
  font-weight: 700;
  font-size: clamp(20px, 0.00125 * 100vw + 19.6px, 22px);
  line-height: 120%;
}

h6,
.h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
}

.p1 {
  font-weight: 400;
  font-size: clamp(18px, 0.00125 * 100vw + 17.6px, 20px);
  color: var(--main-text-primary);
  line-height: 130%;
}

.p2,
p {
  font-weight: 400;
  font-size: 16px;
  color: var(--main-text-primary);
  line-height: 130%;
}

.p3 {
  font-weight: 400;
  font-size: 13px;
  color: var(--main-text-primary);
  line-height: 130%;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

svg path {
  transition: all 0.5s;
}

a {
  text-decoration: none;
}
.bg-block {
  background: var(--bg-fourtly);
  border-radius: 10px;
}

.seo-content {
  margin-bottom: 40px !important;
}
.seo-content * {
  color: var(--bg-thirdly);
}
.seo-content h1,
.seo-content h2,
.seo-content h3,
.seo-content h4 {
  margin-bottom: 30px;
}
.seo-content p {
  margin-bottom: 15px;
}

.breadcrumbs {
  padding: 20px 0;
  font-size: 16px;
  line-height: 18px;
  color: #DFDFDF;
}
.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.breadcrumbs span.current-item {
  color: #121212;
}

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

.btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: var(--bg-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 10px;
  padding: clamp(15px, 0.003125 * 100vw + 14px, 20px) clamp(20px, 0.00625 * 100vw + 18px, 30px);
  background-color: var(--primary);
  transition: all 0.5s;
	text-align: center;
}
.btn:hover {
  background-color: var(--primary-hover);
}

.btn-t {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 10px;
  padding: clamp(15px, 0.003125 * 100vw + 14px, 20px) clamp(20px, 0.00625 * 100vw + 18px, 30px);
  background-color: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
  transition: all 0.5s;
}
.btn-t:hover {
  background-color: var(--primary);
  color: var(--bg-secondary);
}

/*====== NAVIGATION ===========*/
.navigation.pagination {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  text-align: center;
}
.navigation.pagination .page-numbers {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1C0130;
  margin: 0 10px;
}
.navigation.pagination .page-numbers.current {
  font-weight: 750;
}
.navigation.pagination a.prev {
  margin-right: 100px;
  margin-left: -100px;
}
.navigation.pagination a.next {
  margin-right: -100px;
  margin-left: 100px;
}

/*============ HEADER =================*/
/*================ MOBILE MNU =============*/
.socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.socials .social {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bg-thirdly);
  background-color: var(--bg-secondary);
  border-radius: 10px;
  width: 60px;
  height: 60px;
  transition: all 0.5s;
}
.socials .social:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.socials .social:hover svg path {
  fill: var(--bg-secondary);
}
.socials .social svg {
  width: 26px;
  height: 26px;
}

#header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--head-primary);
	border-radius: 0px 0px 10px 10px;
}
#header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 0.0163043478 * 100vw + 3.6956521739px, 35px);
  padding: 20px 0;
}
@media (max-width: 500px) {
  #header .header {
    gap: 10px;
  }
}
#header .header__logo {
    width: 100%;
    max-width: 260px;
    /* height: 70px; */
    height: 90px;
}
#header .header__logo.title {
  color: var(--head-secondary);
  font-size: 26px;
}
#header .header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header__center {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  #header .header__center {
    display: none;
  }
}

@media (max-width: 498px) {
  #header .header__logo.title {
    font-size: 20px;
  }
}
#header .header__center .top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
#header .header__center .top .reviews {
  display: flex;
  align-items: center;
  gap: 10px;
  display: none;
}
@media (max-width: 1400px) {
  #header .header__center .top .reviews {
    display: none;
  }
}
#header .header__center .top .reviews .review {
  width: 100%;
  max-width: 160px;
  height: auto;
  max-height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header__center .top .requisites p {
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
@media (max-width: 1100px) {
  #header .header__center .bottom {
    display: none;
  }
}
#header .header__center .bottom ul {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
#header .header__center .bottom ul li {
  list-style: none;
}
#header .header__center .bottom ul li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: var(--head-secondary);
  transition: all 0.5s;
}
#header .header__center .bottom ul li a:hover {
  color: var(--primary);
}
#header .header__right {
  display: flex;
  align-items: center;
  gap: clamp(15px, 0.0163043478 * 100vw + -1.3043478261px, 30px);
}
@media (max-width: 500px) {
  #header .header__right {
    gap: 10px;
  }
}
@media (max-width: 1400px) {
  #header .header__right .socials {
    display: none;
  }
}
#header .header__right .phone {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
  white-space: nowrap;
}
@media (max-width: 500px) {
  #header .header__right .phone a {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  #header .header__right .phone .modal {
    display: none;
  }
}
#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;
}
@media (max-width: 1100px) {
  #header .burger.open_menu {
    display: flex;
  }
}
#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: #fff;
}
#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: var(--head-primary);
  border-right: 1px solid var(--bg-fourtly);
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
  overflow-y: auto;
}
#header #mobile-mnu .logo-holder {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
#header #mobile-mnu .logo-holder img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  max-height: 90px;
}
#header #mobile-mnu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
#header #mobile-mnu ul li {
  list-style: none;
}
#header #mobile-mnu ul li a {
  font-size: 25px;
  font-weight: 700px;
  color: var(--bg-secondary);
}
#header #mobile-mnu .phones__holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
#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.opened {
  transform: translateX(0);
}

/*============ FOOTER ===============*/
.site-footer {
  margin-top: auto;
  padding: clamp(20px, 0.00625 * 100vw + 18px, 30px) 0;
  background: var(--bg-fourtly);
  border-radius: 10px 10px 0 0;
}
.site-footer .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 700px) {
  .site-footer .content {
    flex-direction: column;
    justify-content: center;
  }
}
.site-footer .content > * {
  color: var(--main-text-secondary);
}
.site-footer .content .privacy {
  text-decoration: underline;
}
.site-footer .content .grampus {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.site-footer .content .grampus svg {
  height: 26px;
  width: auto;
  max-width: 110px;
}

/* ============== MODAL ============= */
.form-callback {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-callback .bottom {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 800px) {
  .form-callback .bottom {
    flex-wrap: wrap;
  }
}
.form-callback .bottom .btn {
  flex-shrink: 0;
}
.form-callback .bottom .privacy a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: underline;
}

input {
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  color: var(--main-text-primary);
  padding: 22px 30px;
  border-radius: 10px;
  background-color: var(--bg-secondary);
  cursor: pointer;
  outline: none;
  border: none;
  border-bottom: 2px solid var(--main-text-secondary);
  transition: all 0.5s;
}
input.error{
  border-color: red !important;
}
input::-moz-placeholder {
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  color: var(--main-text-primary);
}
input::placeholder {
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  color: var(--main-text-primary);
}

#modal-success .title {
  margin-bottom: 15px;
}
#modal-success .subtitle {
  margin-bottom: clamp(20px, 0.025 * 100vw + 12px, 60px);
  text-align: left;
}

.theme-modal {
  height: -moz-fit-content;
  height: fit-content;
  width: 490px;
  background-color: var(--bg-thirdly) !important;
  display: none;
  overflow: hidden;
  padding: clamp(20px, 0.0125 * 100vw + 16px, 40px) !important;
  border-radius: 10px !important;
}
.theme-modal .title {
  margin-bottom: clamp(20px, 0.025 * 100vw + 12px, 60px);
}
.theme-modal .subtitle {
  text-align: center;
  max-width: 440px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: clamp(30px, 0.00625 * 100vw + 28px, 40px);
}
@media (max-width: 800px) {
  .theme-modal {
    width: 100%;
  }
}
.theme-modal .close-modal,
.theme-modal .f-button {
  width: 12px;
  height: 12px;
  position: absolute !important;
  right: clamp(10px, 0.0125 * 100vw + 6px, 30px) !important;
  top: clamp(20px, 0.00625 * 100vw + 18px, 30px) !important;
}
.theme-modal .f-button {
  opacity: 0 !important;
}
.theme-modal .btn {
  width: -moz-fit-content;
  width: fit-content;
}

[form-send][disabled] {
  opacity: 0.5;
}

#error-block {
  background-color: var(--bg-fourtly);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: clamp(350px, 0.18125 * 100vw + 292px, 640px);
}
#error-block .bg-image {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  max-width: 945px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
}
#error-block .content {
  display: flex;
  gap: clamp(20px, 0.00625 * 100vw + 18px, 30px);
  padding: clamp(10px, 0.00625 * 100vw + 8px, 20px);
  position: relative;
  z-index: 3;
  height: 100%;
}

.example-holder a {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: var(--white);
}
.example-holder a:hover {
  color: var(--primary-hover);
}
.glogo {
  width: 111px;
  height: 17px;
  mask-image: url(../images/gmask.png);
  mask-origin: border-box;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: var(--bg-secondary);
  position: relative;
  cursor: pointer;
  display: inline-flex;
  vertical-align: sub;
  overflow: hidden;
}
.glogo:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  transform: translateX(100%);
  transition: transform .7s ease-in;
  background: linear-gradient(90deg, #fe6604 10%, #ee0a76 30%, #ee0a76 60%, #fe6604 101%) repeat-x 0 0;
  background-size: 100px;
  animation-duration: 5s;
  animation-name: slideUp;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.glogo:hover:before {
	animation-name: unset;
	transform: translateX(0);
}

@keyframes slideUp {
	0% {
		transform: translateX(-100%);		
	}
	50% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);		
	}
}



@media (max-width: 1000px) {
  #error-block .content {
    flex-direction: column;
  }
}
#error-block .content__left {
  display: flex;
  flex-direction: column;
  background: var(--bg-thirdly);
  border-radius: 10px;
  max-width: 1025px;
  width: 100%;
  padding: clamp(20px, 0.025 * 100vw + 12px, 60px) clamp(15px, 0.071875 * 100vw + -8px, 130px);
  padding-left: calc((100% - 1530px) / 2);
  height: 100%;
  gap: 20px;
}
@media (max-width: 1650px) {
  #error-block .content__left {
    padding-left: 15px;
  }
}
@media (max-width: 900px) {
  #error-block .content__left {
    align-items: center;
  }
}
#error-block .content__left .error-title {
  font-weight: 700;
  font-size: clamp(100px, 0.0625 * 100vw + 80px, 200px);
  line-height: 100%;
  color: var(--primary);
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  #error-block .content__left .error-subtitle {
    text-align: center;
  }
}
#error-block .content__left .btn {
  margin-top: auto;
}

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

/* ДОРАБОТКИ */

.grampus-cookie-notice {
    display: none;
    position: sticky;
    bottom: 0;
    margin: 0 auto;
    width: 80%;
    height: fit-content;
    padding: 10px 0;
    z-index: 2000;
    background-color: var(--cookie-bg, #fff);
    padding: 30px;
    border-radius: 20px;
}

.cookie-notice-container{
    flex-direction: row;
}

.grampus-cookie-notice p{
    text-align: center;
}

.grampus-cookie-accept-button{
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 10px;
}

@media (max-width: 600px){
    .grampus-cookie-accept-button{
        width: 100%;
    }
    .cookie-notice-container{
    flex-direction: column;
    }
}


.policy-checkbox input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
    
        border: 1px solid #ccc;
        border-radius: 2px;
        outline: none;
        cursor: pointer;
        position: relative;
        vertical-align: middle;
        border: 1px solid #000000;
        padding: 0;
    }
    
    /* Стиль для отмеченного чекбокса */
    .policy-checkbox input[type="checkbox"]:checked {
        background-color: #007bff;
        border-color: #007bff;
    }
    
    /* Галочка внутри чекбокса */
    .policy-checkbox input[type="checkbox"]:checked::after {
        content: "✓";
        position: absolute;
        color: white;
        font-size: 12px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    /* Стиль для ошибки (только чекбокс) */
    .policy-checkbox input[type="checkbox"].error {
        border-color: red;
        box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
    }
    
    .policy-checkbox{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding-top: 20px;
    align-items: center;
    }
    
    #consent-checkbox{
        width: 20px !important;
        height: 20px !important;
        border: 1px solid #000000 !important;
    }

.policy-checkbox label{
    width: 90% !important;
}
.policy-checkbox label a{
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: underline;
}