/* Fonts */
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  src: local("ProximaNova-Regular"), local("Proxima Nova Regular"), url("../fonts/ProximaNova-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Lab Grotesque";
  font-style: normal;
  font-weight: 300;
  src: local("Lab Grotesque Light"), local("LabGrotesque-Light"), url("../fonts/LabGrotesque-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Lab Grotesque";
  font-style: normal;
  font-weight: 400;
  src: local("Lab Grotesque Regular"), local("LabGrotesque-Regular"), url("../fonts/LabGrotesque-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Lab Grotesque";
  font-style: normal;
  font-weight: 500;
  src: local("Lab Grotesque Medium"), local("LabGrotesque-Medium"), url("../fonts/LabGrotesque-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Lab Grotesque";
  font-style: normal;
  font-weight: 700;
  src: local("Lab Grotesque Bold"), local("LabGrotesque-Bold"), url("../fonts/LabGrotesque-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Lab Grotesque";
  font-style: normal;
  font-weight: 900;
  src: local("Lab Grotesque Black"), local("LabGrotesque-Black"), url("../fonts/LabGrotesque-Black.woff2") format("woff2");
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  min-width: 1240px;
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 0) {
  html {
    min-width: 0;
  }
}

body {
  font-family: "Lab Grotesque", sans-serif;
  font-size: 18px;
  color: #141414;
  background: #ffffff;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lab Grotesque", sans-serif;
  font-style: normal;
}

.h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -1.2px;
}

.h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.88px;
}

.h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.68px;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.36px;
}

a {
  display: block;
  text-decoration: none;
  line-height: 1;
  color: #000000;
}

button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

p, input {
  font-family: inherit;
}

ul, ol {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

section {
  position: relative;
  overflow: hidden;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.button-basic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 21px;
  font-weight: 500;
  color: white;
  border-radius: 3px;
  transition: 0.3s;
}
.button-basic--red {
  background-color: #f1361d;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lab Grotesque", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 15px 40px;
  border-radius: 10px;
  transition: opacity 0.2s ease;
}
.btn:hover {
  opacity: 0.88;
}
.btn--red {
  background: #f1361d;
  color: #ffffff;
}
.btn--white {
  background-color: #ffffff;
  color: #f1361d;
}
.btn--outline {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}
@media (max-width: 0) {
  .container {
    width: 95%;
  }
}

.access {
  color: white;
  position: relative;
  z-index: 9;
}

.access__wrapper {
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding: 50px 50px 20px;
  background-color: #F2F2F2;
  border-radius: 30px;
  color: #212529;
  border: 1px solid #D3D3D3;
}
@media (max-width: 1260px) {
  .access__wrapper .access__wrapper {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 8px;
  }
  .access__wrapper .access__wrapper:before, .access__wrapper .access__wrapper:after {
    display: none;
  }
}

.crmresult {
  width: 640px;
  margin: 20px auto 0;
  font-size: 22px;
  text-align: center;
  display: none;
}
.crmresult--promo {
  width: auto;
  margin: auto 0;
}

.access__title {
  width: 850px;
  margin: 0 auto;
  font-size: 50px;
  line-height: 54px;
  font-weight: 500;
  text-align: center;

  span {
    display: inline-block;
    background-color: #FF0000;
    color: #fff;
    padding: 0 10px;
    border-radius: 15px;
  }
}

.access__desc {
  text-align: center;
  margin: 20px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.access-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-end;
  grid-gap: 10px;
  margin-top: 20px;
  margin-left: 0;
}

.access-form__label {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.access-form__input {
  height: 60px;
  padding-left: 20px;
  font-size: 16px;
  color: inherit;
  border: 1px solid #E6E6E6;
  background-color: #ffffff;
  border-radius: 10px;
  transition: 0.2s;
  outline: none;
}
.access-form__input:focus {
  border: 1px solid #000;
}

.access__button {
  width: 280px;
  height: 60px;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 500;
}
.access__button:disabled {
  background-color: #343434;
}
.access__button:disabled:hover {
  cursor: no-drop;
}

.permission {
  position: relative;
  grid-column: 1/5;
  width: 380px;
  margin-left: auto;
  padding-left: 34px;
  font-size: 12px;
  line-height: 1.4;
  color: inherit;
  user-select: none;
}

.permission__label {
  cursor: pointer;
}

.permission__rules {
  display: inline;
  color: white;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  color: inherit;
}

.permission__checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  min-width: 24px;
  min-height: 24px;
  margin-right: 15px;
  background: #FFFFFF;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
}
.permission__checkmark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: none;
}

input[type=checkbox]:checked + .permission__checkmark:before {
  display: block;
  background: url("../img/icon/icon-checked.svg") no-repeat center;
  background-size: 50%;
}

.access--red {
  padding: 100px 0 50px;
  margin-top: 0;
  background-color: #f1361d;
}
.access--red .access__wrapper {
  padding: 0;
  background-color: transparent;
  color: #ffffff;
  border: none;
}
.access--red .access-form__input:focus {
  border-color: #ffffff;
}
.access--red .access-form__input:focus::placeholder {
  color: #ffffff;
}
.access--red .access-form__input::placeholder {
  color: #ffffff;
}
.access--red .access__button {
  color: #141414;
  background-color: #ffffff;
}
.access--red .access__button:disabled {
  color: #ffffff;
  background-color: #343434;
}

.access--black {
  padding: 100px 0 50px;
  margin-top: 0;
  background-color: #161616;
  color: #ffffff;
}
.access--black .access__wrapper {
  padding: 0;
  background-color: transparent;
  color: #ffffff;
  border: none;
}
.access--black .access-form__input:focus {
  border-color: #ffffff;
}
.access--black .access-form__input:focus::placeholder {
  color: #ffffff;
}
.access--black .access-form__input::placeholder {
  color: #cccddd;
}

@media (max-width: 0) {
  .access {
    padding-top: 20px;
  }
  .access__title {
    font-size: 25px;
  }
  .access-form {
    grid-template-columns: repeat(1, 1fr);
  }
  .access__permission {
    width: auto;
    grid-column: 1/1;
  }
  .access-form__input {
    width: 100%;
  }
  .access__button {
    width: 100%;
    margin-top: 20px;
  }
  .access--promo {
    position: static;
  }
  .access--short .access__wrapper {
    flex-direction: column;
    padding: 30px 10px;
  }
  .access--short .access__wrapper .access-form {
    width: auto;
    padding: 10px 5px;
  }
  .access--short .access__wrapper .access__title {
    width: auto;
  }
  .crmresult {
    width: auto;
  }
}
.footer {
  background-color: #161616;
  padding: 47px 0 77px 0;
  border-top: 1px solid #ffffff;
  color: #ffffff;
}

.footer__wrapper {
  display: flex;
  align-items: flex-start;
  line-height: 16px;
}

.footer__copyrights {
  width: 440px;
  font-size: 13px;
}

.terms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.terms__link {
  text-decoration: underline;
  color: #ffffff;
}

.footer__callback {
  margin: 0;
  margin-left: 185px;
  font-size: 13px;
}

.footer__phone {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #ffffff;
}

.footer__logo {
  margin-left: auto;
}

.rights__link {
  display: inline;
  text-decoration: underline;
  color: #ffffff;
}

@media (max-width: 0) {
  .footer {
    padding: 37px 0 42px;
  }
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer__copyrights {
    width: 100%;
    align-items: center;
  }
  .terms {
    flex-direction: column;
  }
  .footer__callback {
    margin-left: 0;
    margin-top: 15px;
  }
  .footer__logo {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cookie-banner {
  position: fixed;
  bottom: -150px;
  left: 0;
  right: 0;
  width: 100%;
  height: 126px;
  z-index: 99;
  animation: showbanner 0.3s 1s forwards;
  display: none;
}

@keyframes showbanner {
  0% {
    bottom: -150px;
  }
  100% {
    bottom: 10px;
  }
}
.cookie-banner__content {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 1180px;
  height: 100%;
  margin: 0 auto;
  padding: 30px;
  background-color: rgba(3, 3, 3, 0.4);
  border-radius: 23px;
}

.cookie-banner__text {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.cookie-banner__permission {
  display: inline-block;
  color: #ffffff;
  text-underline-offset: 4px;
  text-decoration: underline;
}

.cookie-banner__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 auto;
  width: 303px;
  height: 60px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  background-color: #ffffff;
  color: #000;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .cookie-banner {
    width: 98%;
    height: auto;
    margin: 0 auto;
  }
  .cookie-banner__content {
    flex-direction: column;
    width: auto;
    height: 100%;
    gap: 10px;
    margin: 0 auto;
    padding: 15px 10px;
    border-radius: 10px;
  }
  .cookie-banner__text {
    margin: 0;
    font-size: 13px;
    line-height: 15px;
    color: #ffffff;
  }
  .cookie-banner__button {
    width: 220px;
    height: 40px;
  }
}