@charset "UTF-8";
/** Montserrat Regular **/
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(/wp-content/themes/crm/dist/css/Montserrat-Regular.woff2) format("woff2"), url(/wp-content/themes/crm/dist/css/Montserrat-Regular.woff) format("woff");
}
/** Montserrat Regular-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url(/wp-content/themes/crm/dist/css/Montserrat-Italic.woff2) format("woff2"), url(/wp-content/themes/crm/dist/css/Montserrat-Italic.woff) format("woff");
}
/** Montserrat Medium **/
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(/wp-content/themes/crm/dist/css/Montserrat-Medium.woff2) format("woff2"), url(/wp-content/themes/crm/dist/css/Montserrat-Medium.woff) format("woff");
}
/** Montserrat Medium-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url(/wp-content/themes/crm/dist/css/Montserrat-MediumItalic.woff2) format("woff2"), url(/wp-content/themes/crm/dist/css/Montserrat-MediumItalic.woff) format("woff");
}
/** Montserrat SemiBold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(/wp-content/themes/crm/dist/css/Montserrat-SemiBold.woff2) format("woff2"), url(/wp-content/themes/crm/dist/css/Montserrat-SemiBold.woff) format("woff");
}
/** Montserrat SemiBold-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url(/wp-content/themes/crm/dist/css/Montserrat-SemiBoldItalic.woff2) format("woff2"), url(/wp-content/themes/crm/dist/css/Montserrat-SemiBoldItalic.woff) format("woff");
}
/** Montserrat Bold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(/wp-content/themes/crm/dist/css/Montserrat-Bold.woff2) format("woff2"), url(/wp-content/themes/crm/dist/css/Montserrat-Bold.woff) format("woff");
}
/** Montserrat Bold-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url(/wp-content/themes/crm/dist/css/Montserrat-BoldItalic.woff2) format("woff2"), url(/wp-content/themes/crm/dist/css/Montserrat-BoldItalic.woff) format("woff");
}
/* Убираем внешние отступы */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:active, *:hover, *:focus {
  outline: 0;
  outline-offset: 0;
}

summary::-webkit-details-marker {
  display: none;
}

/* Убираем подчеркивание ссылок */
a {
  text-decoration: none;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

html,
body {
  font-family: "Montserrat", sans-serif;
}

h1,
.h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 41px;
  line-height: 130%;
}

h2,
.h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
}

@media (max-width: 999px) {
  h2,
.h2 {
    font-size: 25px;
  }
}
@media (max-width: 479px) {
  h2,
.h2 {
    font-size: 17px;
  }
}
h3,
.h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 150%;
}

h4,
.h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}

h5,
.h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

ul, ol {
  padding-left: 40px;
}

p {
  margin-bottom: 0;
}

.center {
  max-width: 1530px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .center {
    max-width: 1000px;
  }
}

.grecaptcha-badge {
  display: none;
}

.wpcf7-response-output {
  display: none !important;
}

.btn {
  font-size: 18px;
  line-height: 150%;
  padding: 14px 30px;
  cursor: pointer;
}
@media (max-width: 479px) {
  .btn {
    font-size: 14px;
  }
}

.btn-bd-primary {
  font-weight: 500;
  color: #ffffff;
  background: #1267FF;
  border: 2px solid #1267FF;
  border-radius: 5px;
}
.btn-bd-primary:hover {
  color: #6D6D6D;
  background: #ffffff;
  border-color: #6D6D6D;
}
.btn-bd-primary:active {
  color: #ffffff;
  background: #1267FF;
  border-color: #1267FF;
}

.btn-outline-bd-primary {
  font-weight: 500;
  color: #000000;
  background: #ffffff;
  border-radius: 5px;
  border: 2px solid #1267FF;
  border-width: 2px;
}
.btn-outline-bd-primary:hover {
  color: #ffffff;
  background: #1267FF;
  border-color: #1267FF;
}
.btn-outline-bd-primary:active {
  color: #ffffff;
  background: #1267FF;
  border-color: #1267FF;
}

.btn-outline-bd-secondary {
  font-weight: 500;
  color: #000000;
  background: #ffffff;
  border-radius: 5px;
  border: 2px solid #6D6D6D;
  border-width: 2px;
}
.btn-outline-bd-secondary:hover {
  color: #ffffff;
  background: #6D6D6D;
  border-color: #6D6D6D;
}
.btn-outline-bd-secondary:active {
  color: #6D6D6D;
  background: #ffffff;
  border-color: #6D6D6D;
}

.btn-rounded {
  border-radius: 500px;
}

input[type=text] {
  padding: 16px 20px;
  border-radius: 3px;
  width: 100%;
}

input[type=checkbox] {
  margin-right: 20px;
  width: 23px;
  height: 23px;
  border: 0.1mm solid black;
}

@media (max-width: 767px) {
  input[type=text] {
    padding: 18px 20px;
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  input[type=text] {
    padding: 15px 29px;
    font-size: 11px;
  }
}
.button__close {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.button__close:after, .button__close:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
}
.button__close:before {
  transform: rotate(-45deg);
}
.button__close:after {
  transform: rotate(45deg);
}

@media (max-width: 479px) {
  .button__close {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 10px;
    height: 10px;
  }
  .button__close:after, .button__close:before {
    height: 2px;
  }
}
.overlay {
  display: none;
  position: absolute;
  top: 0;
  position: fixed;
  z-index: 1;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(7.5px);
  background: rgba(0, 0, 0, 0.3019607843);
  transition: 0.5s;
}

.lock {
  overflow: hidden;
}

@media (max-width: 99999px) {
  .block {
    margin-top: 120px;
  }
  .center {
    max-width: 1530px;
  }
  .main {
    margin-top: 50px;
  }
  a {
    text-decoration: none;
    font-weight: 500;
    color: #1267FF;
  }
  a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
  }
  a:visited {
    color: #1267FF;
  }
  .slider-img__slider .owl-item {
    margin-left: -1px;
  }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    margin: auto;
  }
  .owl-carousel .owl-nav.disabled {
    display: flex;
  }
  .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: #F7F7F7 !important;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin: 0 -20px;
  }
  .owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    font-size: 23px;
    line-height: 1;
    color: #1267FF;
  }
  .owl-carousel .owl-stage {
    display: flex;
  }
  .owl-stage-outer {
    padding-left: 2px;
  }
  .marquee__box {
    height: 195px;
  }
  .marquee__box span div div {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 150px;
    line-height: 130px;
    letter-spacing: 0.1em;
    position: relative;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #1348FF;
    color: #51BCFF;
    background: #1348FF;
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    color: #51BCFF;
  }
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .header__sticky {
    display: none;
    position: fixed;
    top: 0;
    z-index: 2;
    background: #fff;
    width: 100%;
    margin: auto;
    max-width: initial;
    -webkit-box-shadow: 0px 8px 7px -6px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 8px 7px -6px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 8px 7px -6px rgba(34, 60, 80, 0.2);
  }
  .header__sticky .header__box {
    padding: 0;
  }
  .header__list {
    display: flex;
    font-style: normal;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 18px;
    height: 16px;
  }
  .header__burger-box {
    display: none;
    cursor: pointer;
    margin-left: 30px;
  }
  .header__burger-container {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__burger::before, .header__burger::after {
    content: "";
    background-color: #6D6D6D;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .header__burger::after {
    bottom: 0;
  }
  .header__burger span {
    background-color: gray;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 41%;
    transition: all 0.3s ease 0s;
  }
  .header__logo {
    max-width: 212px;
    display: flex;
    align-items: center;
  }
  .header__logo img {
    width: 155px;
    height: 45px;
  }
  .header__h4 {
    font-weight: 600;
  }
  .header__h4 a {
    color: #000000;
    font-weight: 600;
  }
  .header__h4 a:visited {
    color: #000000;
  }
  .header__button {
    padding: 14px 30px;
    font-size: 14px;
    max-height: 50px;
  }
  .header__button-block {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header__box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
  }
  .header__menu-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .header__menu-adaptive {
    margin-right: auto;
    padding: 0 100px;
  }
  .header__menu-phone {
    padding: 30px;
  }
  .header__menu-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
    right: -100%;
    transition: 0.5s;
  }
  .header__menu-mobile h4 {
    font-weight: 600;
  }
  .header__menu-mobile__overlay {
    width: 100%;
    height: 100%;
  }
  .header__menu-mobile-item-box {
    display: flex;
    justify-content: space-between;
    padding: 13px 0;
    border-bottom: 2px solid rgba(109, 109, 109, 0.2);
  }
  .header__menu-mobile-item-arrow {
    cursor: pointer;
  }
  .header__menu-mobile-item-arrow img {
    width: 6px;
    height: 8px;
  }
  .header__menu-mobile-phone {
    margin-bottom: 20px;
  }
  .header__menu-mobile-phone h4 a {
    color: #000000;
    font-weight: 600;
  }
  .header__menu-mobile-phone h4 a:visited {
    color: #000000;
  }
  .header__menu-mobile a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-decoration: none;
    color: #6D6D6D;
    padding-top: 5.5px;
    padding-bottom: 5.5px;
  }
  .header__menu-mobile a:hover {
    color: #000000;
  }
  .header__menu-mobile a.active {
    font-weight: 500;
    color: #000000;
  }
  .header__menu-mobile-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .header__menu-mobile-box {
    height: 100%;
    background: #ffffff;
    width: 84%;
    padding: 20px 30px;
    margin-left: auto;
  }
  .header__menu-mobile-overlay {
    display: flex;
    justify-content: flex-end;
    position: relative;
    height: 100%;
    backdrop-filter: blur(7.5px);
    background: rgba(0, 0, 0, 0.3019607843);
  }
  .header__menu-item-box:not(:last-child) {
    padding-right: 50px;
  }
  .header__menu-item-box a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-decoration: none;
    color: #6D6D6D;
    padding-top: 5.5px;
    padding-bottom: 5.5px;
  }
  .header__menu-item-box a:hover {
    color: #000000;
    border-bottom: 2px solid #1267FF;
  }
  .header__menu-item-box a.active {
    font-weight: 500;
    color: #000000;
    border-bottom: 2px solid #1267FF;
  }
  .top__row {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .top__h1-gradient {
    background: linear-gradient(90deg, #1166FD 3.85%, #50BBFF 50.53%, #154CFF 95.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .top__box {
    padding: 30px 0;
  }
  .top__video {
    display: flex;
    justify-content: flex-end;
    padding-right: 105px;
  }
  .top__video-img {
    max-width: 500px;
    position: relative;
  }
  .top__video-img video {
    display: block;
    width: 507px;
    height: 565px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-mask-image: url(/wp-content/themes/crm/dist/img/video_mask-2.svg?a80e2cbbca772541f1bafb8e4e08e993#mask0_112_2685);
    mask-image: url(/wp-content/themes/crm/dist/img/video_mask-2.svg?a80e2cbbca772541f1bafb8e4e08e993#mask0_112_2685);
  }
  .top__video-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 25/28;
  }
  .top__video-button {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #1267FF;
    border-radius: 50px;
    bottom: 150px;
    cursor: pointer;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
    z-index: 1;
  }
  .top__video-button-text {
    position: absolute;
    bottom: 165px;
    left: -185px;
    color: #6D6D6D;
  }
  .top__video-button img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
  }
  @keyframes hoverWave {
    0% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
    }
    40% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
    }
    80% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067);
    }
    100% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
    }
  }
  .top__goals-h {
    font-size: 18px;
    font-weight: 600;
  }
  .top__goals-ul {
    max-width: 577px;
    list-style-type: none;
    padding-left: 0;
  }
  .top__goals-ul li {
    margin: 15px 0;
    padding: 0 25px;
    background-image: url(/wp-content/themes/crm/dist/img/icons/check.svg?63d26f055c81e444e26e4721aa05634f);
    background-position: 0 8px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    opacity: 0.7;
  }
  .top__p {
    margin: 25px 0;
    font-size: 18px;
  }
  .top__col-6 {
    width: 50%;
  }
  .top__button {
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    width: 300px;
    height: 55px;
  }
  .top__button-mobile {
    display: none;
  }
  .top__button-bottom {
    margin-top: 50px;
    width: 100%;
  }
  .slider-img {
    margin-top: 120px;
  }
  .slider-img__slider .owl-stage {
    display: flex;
    align-items: center;
  }
  .slider-img__slider .owl-item:not(.active) .slider-img__item {
    opacity: 0.5;
  }
  .slider-img__slider .owl-item:not(.active) .slider-img__item-img {
    height: 500px;
  }
  .slider-img__item {
    position: relative;
    cursor: pointer;
  }
  .slider-img__item-text {
    position: absolute;
    top: 40px;
    left: 40px;
    padding: 13px 20px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    background: rgba(35, 35, 35, 0.5);
  }
  .slider-img__item-img {
    height: 582px;
    background: #f1f4f8;
  }
  .slider-img__item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .slider-img__item-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #000000;
    cursor: pointer;
  }
  .slider-img__item-icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto !important;
    height: auto !important;
  }
  .slider-img__carousel-item {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(18, 103, 255, 0.5);
  }
  .services__buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 30px 0;
  }
  .services__button {
    padding: 8px 30px;
    color: #1267FF;
  }
  .services__button.active {
    color: #ffffff;
  }
  .services__button.active:hover {
    background: #1267FF;
    border-color: #1267FF;
  }
  .services__button-item {
    margin-right: 15px;
  }
  .services__cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .services__cards-slider {
    position: relative;
  }
  .services__cards-slider.owl-carousel .owl-nav.disabled {
    display: flex;
  }
  .services__card {
    position: relative;
    border: 3px solid #1348FF;
    border-radius: 15px;
    padding: 45px;
  }
  .services__card-item {
    max-width: 490px;
  }
  .services__card-tag {
    margin-top: 20px;
  }
  .services__card-tag-button {
    padding: 8px 20px;
    font-size: 14px;
  }
  .services__card-img {
    max-width: 390px;
    max-height: 240px;
  }
  .services__card-img img {
    width: 100%;
  }
  .services__card-h {
    margin-top: 10px;
  }
  .services__card-h h3 {
    font-size: 28px;
    font-weight: 700;
  }
  .services__card-text {
    margin-top: 15px;
    font-size: 20px;
    color: #6D6D6D;
    font-weight: 500;
  }
  .services__card-icon {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    background: #000000;
    opacity: 0.5;
    border-radius: 100px;
    cursor: pointer;
  }
  .services__card-icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto !important;
    height: auto !important;
  }
  .works__cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .works__cards-slider {
    position: relative;
  }
  .works__cards-slider.owl-carousel .owl-nav.disabled {
    display: flex;
  }
  .works__cards-slider.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
  }
  .works__h2 {
    margin-bottom: 30px;
  }
  .works__overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
  }
  .works__card {
    position: relative;
    max-width: 490px;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
  }
  .works__card-content {
    max-width: 330px;
  }
  .works__card-item {
    width: 100%;
    height: 538px;
  }
  .works__card-inner {
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .works__card-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .works__card-tag {
    font-size: 14px;
    padding: 8px 20px;
  }
  .works__card-tag-item {
    margin-right: 10px;
  }
  .works__card-img {
    max-width: 390px;
    max-height: 240px;
  }
  .works__card-h {
    margin-top: 10px;
  }
  .works__card-h h3 {
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
  }
  .works__card-text {
    margin-top: 15px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    opacity: 0.7;
  }
  .works__card-icon {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    background: #000000;
    opacity: 0.5;
    border-radius: 100px;
    cursor: pointer;
  }
  .works__card-icon img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto !important;
    height: auto !important;
  }
  .reviews__h2 {
    margin-bottom: 30px;
  }
  .reviews h3 {
    font-size: 25px;
    color: #1348FF;
  }
  .reviews__quote {
    font-size: 36px;
  }
  .reviews__slider {
    position: relative;
  }
  .reviews__slider.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    margin: auto;
  }
  .reviews__slider.owl-carousel .owl-nav button.owl-prev,
.reviews__slider.owl-carousel .owl-nav button.owl-next {
    background: #F7F7F7;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin: 0 105px;
  }
  .reviews__slider.owl-carousel .owl-nav button.owl-prev span,
.reviews__slider.owl-carousel .owl-nav button.owl-next span {
    font-size: 23px;
    line-height: 1;
    color: #1267FF;
  }
  .reviews__slider.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
  }
  .reviews__slider.owl-carousel .owl-item:not(.active) .reviews__quote {
    font-size: 24px;
  }
  .reviews__slider.owl-carousel .owl-item:not(.active) .reviews__card {
    padding: 40px 50px;
    opacity: 0.5;
  }
  .reviews__slider.owl-carousel .owl-item:not(.active) .reviews__card-review {
    font-size: 16px;
  }
  .reviews__slider.owl-carousel .owl-item:not(.active) .reviews__card-button {
    padding: 0.5rem 2rem;
  }
  .reviews__slider.owl-carousel .owl-item:not(.active) .reviews__card-subtitle {
    font-size: 12px;
  }
  .reviews__slider.owl-carousel .owl-item:not(.active) .reviews__card-h4 {
    font-size: 16px;
  }
  .reviews__slider.owl-carousel .owl-item:not(.active) .reviews__card-author-img {
    max-width: 150px;
  }
  .reviews__slider.owl-carousel .owl-item:not(.active) .reviews__card h3 {
    font-size: 20px;
  }
  .reviews__card {
    position: relative;
    max-width: 1140px;
    border: 3px solid #1348FF;
    border-radius: 15px;
    padding: 50px 70px;
  }
  .reviews__card-h4 {
    font-weight: 600;
    color: #2E363E;
  }
  .reviews__card-subtitle {
    color: #A6AEB6;
  }
  .reviews__card-author {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 24px;
  }
  .reviews__card-author-img {
    margin-right: 20px;
    max-width: 202px;
  }
  .reviews__card-author-img img {
    width: 100%;
  }
  .reviews__card-review {
    margin-top: 33px;
    color: #6D6D6D;
  }
  .reviews__card-button {
    padding: 0.8rem 3rem;
  }
  .reviews__card-button-box {
    margin-top: 48px;
  }
  .form__box {
    background: #F7F7F7;
    border-radius: 15px;
    padding: 90px 81.5px 90px 90px;
  }
  .form__item {
    max-height: 55px;
  }
  .form__item-name {
    width: 40%;
    padding-right: 30px;
  }
  .form__item-phone {
    width: 40%;
    padding-right: 21.5px;
  }
  .form__item-button {
    width: 20%;
  }
  .form__item-button button {
    width: 100%;
    height: 100%;
  }
  .form__item-checkbox {
    width: 100%;
    max-height: initial;
  }
  .form__form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .form__input-text {
    border: 0;
  }
  .form__input-button {
    padding: 14px 50px;
  }
  .form__checkbox-box {
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
  .form__checkbox-box label {
    display: flex;
  }
  .form-default .wpcf7-response-output {
    margin: 5px;
  }
  .form-default__box {
    border-radius: 15px;
  }
  .form-default__item {
    width: 100%;
    margin-bottom: 15px;
  }
  .form-default__item input[type=text] {
    background: #F7F7F7;
  }
  .form-default__item-button {
    width: 60%;
    display: flex;
  }
  .form-default__item-button button {
    width: 100%;
    height: 100%;
  }
  .form-default__item-checkbox {
    width: 100%;
    max-height: initial;
  }
  .form-default__form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .form-default__input-text {
    border: 0;
  }
  .form-default__input-button {
    padding: 14px 50px;
  }
  .form-default__button {
    margin-top: 30px;
  }
  .form-default__subtitle {
    margin-top: 10px;
  }
  .form-default__checkbox-box {
    width: 100%;
    margin: 15px 0;
    display: flex;
    align-items: center;
  }
  .form-default__checkbox-box .wpcf7-list-item {
    display: flex;
  }
  .form-default__checkbox-box label {
    display: flex;
    align-items: center;
  }
  .why-we__box {
    background: url(/wp-content/themes/crm/dist/img/macbook.svg?ca488dbb222b0485d072679e53014190);
    background-repeat: no-repeat;
    background-position: center 164px;
    background-size: 794px;
  }
  .why-we__h2 {
    margin-bottom: 30px;
  }
  .why-we__around {
    padding: 0 110px;
  }
  .why-we__icon {
    width: 80px;
    height: 80px;
    background: #F7F7F7;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .why-we__icon img {
    width: 40px;
    height: 40px;
  }
  .why-we__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .why-we__row:nth-child(4) {
    margin-bottom: 12px;
  }
  .why-we__row:last-child {
    margin-bottom: 0;
  }
  .why-we__col {
    width: 388px;
  }
  .why-we__col__right__center, .why-we__col__left__center {
    width: 360px;
  }
  .why-we-mobile {
    display: none;
  }
  .why-we-mobile__h2 {
    margin-bottom: 30px;
  }
  .why-we-mobile__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
  .why-we-mobile__item:not(:first-child) {
    margin-top: 20px;
  }
  .why-we-mobile__text {
    font-size: 14px;
  }
  .why-we-mobile__around {
    padding: 0 130px;
  }
  .why-we-mobile__icon {
    width: 80px;
    height: 80px;
    background: #F7F7F7;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .why-we-mobile__icon img {
    width: 40px;
    height: 40px;
  }
  .why-we-mobile__row {
    display: flex;
  }
  .why-we-mobile__nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .why-we-mobile__nav .owl-prev {
    margin-right: 30px;
  }
  .why-we-mobile__nav .owl-prev,
.why-we-mobile__nav .owl-next {
    background: #F7F7F7 !important;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
  }
  .why-we-mobile__nav .owl-prev span,
.why-we-mobile__nav .owl-next span {
    font-size: 23px;
    line-height: 1;
    color: #1267FF;
  }
  .why-we-mobile__col {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .who-product__items {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0 0;
  }
  .who-product__item {
    display: flex;
  }
  .who-product__item:not(:last-child) {
    padding-right: 50px;
  }
  .who-product__item__icon {
    margin-right: 20px;
  }
  .who-product__item__icon__img {
    width: 80px;
    height: 80px;
  }
  .who-product__item__icon__img img {
    width: 100%;
    height: 100%;
  }
  .icon-text__items {
    display: flex;
    margin: 50px 0;
  }
  .icon-text__item {
    display: flex;
    flex-direction: column;
    width: 25%;
  }
  .icon-text__item:not(:last-child) {
    padding-right: 15px;
  }
  .icon-text__item__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #F7F7F7;
    border-radius: 50px;
    position: relative;
    margin-bottom: 20px;
  }
  .icon-text__item__icon__img {
    width: 40px;
    height: 40px;
  }
  .icon-text__item__icon__img img {
    width: 40px;
    height: 40px;
  }
  .tabs .owl-item {
    margin-top: 0;
  }
  .tabs__h2 {
    margin-bottom: 30px;
  }
  .tabs__dots {
    display: flex;
    margin-bottom: 30px;
  }
  .tabs__dot {
    font-size: 18px;
    color: #6D6D6D;
    padding-bottom: 10px;
    margin-right: 50px;
    font-weight: 500;
    cursor: pointer;
  }
  .tabs__dot.active {
    color: #1267FF;
    font-weight: 600;
    border-bottom: 2px solid #1267FF;
  }
  .tabs__card {
    background: url(/wp-content/themes/crm/dist/img/rocket.svg?07703f1292f8453d8f9a79eecf817c70);
    background-repeat: no-repeat;
    background-position: right 20px bottom;
    box-shadow: 2px 3px 10px rgba(18, 103, 255, 0.2);
    border-radius: 15px;
    height: 100%;
  }
  .tabs__card__item {
    width: 33.3333333333%;
    padding: 15px;
    min-height: 235px;
  }
  .tabs__card__text {
    padding: 30px 20px;
    font-weight: 500;
  }
  .tabs__card__box {
    display: flex;
  }
  .questions__box {
    display: flex;
    justify-content: space-between;
  }
  .questions .owl-stage {
    align-items: flex-start;
  }
  .questions__h2 {
    margin-bottom: 10px;
  }
  .questions__button {
    padding: 10px 25px;
  }
  .questions__tab {
    margin-bottom: 15px;
  }
  .questions__tab:not(:last-child) {
    margin-right: 15px;
  }
  .questions__tab.active button {
    background: #1267FF;
    color: #ffffff;
  }
  .questions__tabs__box {
    display: flex;
    flex-wrap: wrap;
  }
  .questions__tabs-block {
    width: 30%;
  }
  .questions__subtitle {
    margin-bottom: 30px;
    opacity: 0.7;
  }
  .questions__items {
    width: 65%;
  }
  .questions__item {
    border-bottom: 2px solid rgba(18, 103, 255, 0.1);
    padding-bottom: 20px;
  }
  .questions__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .questions__item-inner:not(:last-child) {
    margin: 15px 0;
  }
  .questions__item__question {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-left: 2px;
    cursor: pointer;
  }
  .questions__item__question__text {
    max-width: 80%;
  }
  .questions__item__question__minus {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
  }
  .questions__item__question__minus.plus::after {
    transform: rotate(90deg);
  }
  .questions__item__question__minus::after, .questions__item__question__minus::before {
    content: "";
    background-color: #1267FF;
    position: absolute;
    width: 10px;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease 0s;
  }
  .questions__item__question__minus__box {
    margin-left: auto;
    position: relative;
    background: #F7F7F7;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .questions__item__answer {
    font-weight: 400;
    font-size: 16px;
    opacity: 0.7;
    display: none;
    padding-top: 25px;
  }
  .product-price__h2 {
    margin-bottom: 40px;
  }
  .product-price .owl-stage {
    height: 100%;
  }
  .product-price .owl-item {
    height: 100%;
  }
  .product-price__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .product-price__button {
    color: #1267FF;
    padding: 10px 30px;
    cursor: default;
  }
  .product-price__button:hover {
    background: #ffffff;
    border: 2px solid #1267FF;
    border-width: 2px;
    color: #1267FF;
  }
  .product-price__button__closed {
    color: #6D6D6D;
  }
  .product-price__button__closed:hover {
    background: transparent;
    border: 2px solid #6D6D6D;
    border-width: 2px;
    color: #6D6D6D;
  }
  .product-price__item {
    border: 3px solid #1267FF;
    border-radius: 20px;
    padding: 50px 40px;
    width: 100%;
    flex-direction: column;
  }
  .product-price__actions {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product-price__actions:last-child {
    margin-top: 50px;
  }
  .product-price__actions__without-price {
    align-items: flex-start;
  }
  .product-price__actions__without-price .product-price__actions__text {
    min-height: 85px;
  }
  .product-price__actions__icon {
    width: 38px;
    height: 35px;
  }
  .product-price__actions__text {
    max-width: 337px;
    font-size: 14px;
    opacity: 0.6;
    width: 100%;
  }
  .product-price__actions__item button {
    width: 100%;
    white-space: nowrap;
  }
  .product-price__actions__item:first-child {
    width: 70%;
    align-self: flex-end;
  }
  .product-price__actions__item:last-child {
    margin-top: 20px;
    opacity: 0.6;
    font-size: 14px;
  }
  .product-price__ul {
    list-style-type: none;
    padding-left: 0;
  }
  .product-price__ul li {
    margin: 15px 0;
    padding: 0 25px;
    background-image: url(/wp-content/themes/crm/dist/img/icons/check.svg?63d26f055c81e444e26e4721aa05634f);
    background-position: 0 8px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
  }
  .footer {
    padding: 50px 0;
  }
  .footer__box {
    display: flex;
    flex-direction: column;
  }
  .footer__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: self-start;
    padding: 30px 0;
  }
  .footer__copyright {
    display: none;
  }
  .footer__bottom {
    display: flex;
    flex-direction: row;
    padding-top: 30px;
    border-top: 2px solid rgba(109, 109, 109, 0.1254901961);
  }
  .footer__bottom-phone, .footer__bottom-email {
    color: #000000;
  }
  .footer__bottom-phone:visited, .footer__bottom-email:visited {
    color: #000000;
  }
  .footer__bottom-text-secondary {
    color: #6D6D6D;
    font-weight: 400;
  }
  .footer__bottom-icon {
    margin-right: 10px;
  }
  .footer__bottom-icon img {
    width: 18px;
    height: 18px;
  }
  .footer__bottom-left {
    display: flex;
  }
  .footer__bottom-left-item {
    margin-right: 50px;
    display: flex;
    flex-direction: row;
    font-weight: 500;
  }
  .footer__menu {
    display: flex;
    flex-direction: row;
  }
  .footer__menu-header {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #6D6D6D;
    padding-bottom: 10px;
  }
  .footer__menu-item-box {
    max-width: 262px;
    padding-right: 65px;
  }
  .footer__menu-item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
  }
  .footer__menu-item a:hover {
    color: #6D6D6D;
  }
  .footer__menu-item a:visited {
    color: #000000;
  }
  .footer__logo {
    padding-right: 90px;
  }
  .footer__logo img {
    width: 170px;
    height: 50px;
  }
  .footer__button {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    height: 49px;
  }
  .footer__item-left {
    display: flex;
    flex-direction: column;
  }
  .footer__item-right {
    display: flex;
    justify-content: end;
    margin-left: auto;
  }
  .footer__item-middle {
    max-width: 500px;
  }
  .modal {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 3;
    backdrop-filter: blur(7.5px);
    background: rgba(0, 0, 0, 0.3);
    overflow: auto;
  }
  .modal.open {
    display: flex;
    transition: 0.5s;
  }
  .modal__video .modal__box {
    max-width: 90%;
    max-height: 90%;
    padding: 0;
    height: 100%;
    position: initial;
  }
  .modal__video .modal__close::after, .modal__video .modal__close::before {
    background: #ffffff;
  }
  .modal__video .modal__content {
    height: 100%;
  }
  .modal__img .modal__box {
    max-width: 90%;
    max-height: 90%;
    padding: 0;
    height: 100%;
    background: transparent;
    display: flex;
    height: auto;
    position: relative;
    justify-content: center;
  }
  .modal__img .modal__close__box {
    right: -30px;
    top: -30px;
  }
  .modal__img .modal__close::after, .modal__img .modal__close::before {
    background: #ffffff;
  }
  .modal__img .modal__content {
    display: flex;
    justify-content: center;
  }
  .modal__img .modal__content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .modal__close {
    position: absolute;
    width: 10px;
    height: 10px;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .modal__close__box {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
  }
  .modal__close::after, .modal__close::before {
    content: "";
    background-color: #6D6D6D;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .modal__close::after {
    transform: rotate(45deg);
  }
  .modal__close::before {
    transform: rotate(-45deg);
  }
  .modal__box {
    position: relative;
    max-width: 750px;
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    padding: 50px 60px;
    z-index: 9999;
  }
  .slide-up {
    display: none;
    position: fixed;
    bottom: 50px;
    left: 50px;
    width: 60px;
    height: 60px;
    background: #1267FF;
    border-radius: 50px;
    cursor: pointer;
    z-index: 1;
  }
  .slide-up a {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .slide-up__arrow {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 13px;
    height: 16px;
    background-image: url(/wp-content/themes/crm/dist/img/icons/arrow_up.svg?58431dfabf291598931d7cd4eb24e743);
  }
  .phone-widget {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1;
  }
  .phone-widget.close {
    width: 60px;
  }
  .phone-widget__box {
    padding: 30px 40px;
    text-align: center;
    transition: 0.5s;
    background-color: #ffffff;
    box-shadow: 2px 3px 10px rgba(65, 120, 218, 0.2);
    border-radius: 10px;
    max-width: 358px;
    height: auto;
  }
  .phone-widget__box__inner.close {
    transition: all 0.26s ease;
    opacity: 0;
  }
  .phone-widget__box.close {
    display: block;
    /* padding: 6px; */
    padding-top: 0;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .phone-widget__title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
  }
  .phone-widget__subtitle {
    font-size: 12px;
    opacity: 0.6;
    margin-top: 7px;
  }
  .phone-widget__phone {
    font-weight: 600;
    font-size: 16px;
    margin-top: 40px;
  }
  .phone-widget__phone a {
    color: #000000;
    font-weight: 700;
  }
  .phone-widget__phone a:visited {
    color: #000000;
  }
  .phone-widget__icon {
    width: 31px;
    background-image: url(/wp-content/themes/crm/dist/img/icons/phone-white.svg?8228d0e6fc77d1aed24b867ea0be807c);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .phone-widget__icon__box {
    background: #1267FF;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
  }
  .phone-widget__icon__box.pointer {
    cursor: pointer;
  }
  .phone-widget__close {
    position: absolute;
    width: 10px;
    height: 10px;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .phone-widget__close__box {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
    cursor: pointer;
  }
  .phone-widget__close::after, .phone-widget__close::before {
    content: "";
    background-color: #1267FF;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .phone-widget__close::after {
    transform: rotate(45deg);
  }
  .phone-widget__close::before {
    transform: rotate(-45deg);
  }
  .cursor {
    pointer-events: none;
    z-index: 99;
    position: fixed;
    border-radius: 50%;
    box-sizing: border-box;
    transform: translate(-60%, -67%) scale(0.6);
    transition: opacity 0.4s, transform 0.4s;
    font-weight: normal;
    font-size: 13px;
    line-height: 192%;
    text-transform: uppercase;
    width: 91px;
    height: 91px;
    border: 3px solid #1267FF;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    color: #1267FF;
  }
  .documents__items {
    margin-top: 40px;
  }
}
@media (max-width: 1919px) {
  .block {
    margin-top: 100px;
  }
  .center {
    max-width: 1280px;
  }
  .header__logo {
    max-width: 192px;
  }
  .header__menu-adaptive {
    padding: 0 90px;
  }
  .main {
    margin-top: 20px;
  }
  .top__h1 {
    font-size: 30px;
  }
  .top__box {
    padding: 25px 0;
  }
  .top__video {
    padding-right: 0;
  }
  .top__tags {
    align-self: center;
  }
  .top__tag {
    padding: 8px 17px;
  }
  .top__tag-item {
    margin-right: 8px;
  }
  .top__logline {
    padding-right: 15px;
  }
  .top__p {
    margin: 20px 0;
    font-size: 16px;
  }
  .slider-img {
    margin-top: 100px;
  }
  .slider-img__slider .owl-item:not(.active) .slider-img__item-img {
    height: 400px;
  }
  .slider-img__item-img {
    height: 484px;
  }
  .services__card {
    padding: 40px;
    height: 100%;
  }
  .services__card-item {
    max-width: 407px;
  }
  .services__card-text {
    display: none;
  }
  .works__card-content {
    display: flex;
    flex-direction: column;
  }
  .works__card-h h3 {
    font-size: 23px;
  }
  .works__card-text {
    font-size: 18px;
  }
  .works__card-icon {
    position: relative;
    align-self: flex-end;
    right: initial;
    bottom: initial;
  }
  .reviews__slider {
    margin-top: 30px;
  }
  .reviews__slider.owl-carousel .owl-nav {
    max-width: 1280px;
  }
  .reviews__slider.owl-carousel .owl-nav button.owl-prev,
.reviews__slider.owl-carousel .owl-nav button.owl-next {
    margin: 0 -20px;
  }
  .reviews__card {
    max-width: initial;
    padding: 50px;
  }
  .form__box {
    padding: 60px 50px;
  }
  .form__item-name {
    width: 33.3333333333%;
    padding-right: 30px;
  }
  .form__item-phone {
    width: 33.3333333333%;
    padding-right: 30px;
  }
  .form__item-button {
    width: 33.3333333333%;
  }
  .footer__bottom-left-item {
    margin-right: 30px;
  }
  .footer__bottom-right {
    display: none;
  }
  .footer__copyright {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #6D6D6D;
    margin-top: 10px;
  }
  .footer__menu-item-box {
    max-width: 270px;
    padding-right: 30px;
    width: 270px;
  }
  .footer__logo {
    padding-right: 30px;
  }
  .footer__logo img {
    width: 188px;
    height: 55px;
  }
  .icon-text__items {
    margin: 30px 0;
  }
  .why-we {
    display: block;
  }
  .why-we__col {
    width: 325px;
  }
  .why-we__row {
    margin-bottom: 35px;
  }
  .why-we__box {
    background: url(/wp-content/themes/crm/dist/img/macbook_1440_norm.svg?916457ee736889e5931caa2e7fea1485);
    background-repeat: no-repeat;
    background-position: center 210px;
    background-size: initial;
  }
  .why-we__around {
    padding: 0 80px;
  }
  .why-we-mobile {
    display: none;
  }
  .tabs__card__item {
    min-height: 248px;
  }
  .tabs__card__text {
    font-size: 15px;
  }
  .product-price__actions__without-price .product-price__actions__text {
    min-height: 126px;
  }
  .product-price__actions__text {
    max-width: 254px;
  }
  .slide-up {
    bottom: 30px;
    left: 30px;
  }
  .phone-widget {
    right: 30px;
    bottom: 45px;
  }
}
@media (max-width: 1439px) {
  .center {
    max-width: 1000px;
  }
  .block {
    margin-top: 80px;
  }
  .header__sticky .header__box {
    padding: 10px 0;
  }
  .header__logo {
    max-width: 192px;
  }
  .header__button {
    padding: 14px 30px;
  }
  .header__box {
    padding: 30px 0;
  }
  .header__menu-phone {
    display: none;
  }
  .header__menu-adaptive {
    padding: 0;
    margin-right: initial;
  }
  .services__card {
    padding: 40px;
    height: 100%;
  }
  .services__card-item {
    height: 500px;
    max-width: initial;
  }
  .services__card-item:first-child {
    padding-right: 20px;
  }
  .services__card-item-1200 {
    display: none;
  }
  .works__card-content {
    max-width: initial;
  }
  .works__card-h {
    max-width: 330px;
  }
  .reviews__slider.owl-carousel .owl-nav {
    max-width: 1000px;
  }
  .form__box {
    padding: 60px 30px;
  }
  .top__tags {
    text-align: center;
    width: 100%;
    order: 3;
    justify-content: center;
    margin-top: 30px;
  }
  .top__tag {
    padding: 8px 25px;
  }
  .top__tag-item {
    margin-right: 15px;
  }
  .top__goals-h {
    font-size: 16px;
  }
  .top__goals-ul {
    max-width: 391px;
  }
  .top__goals-ul li {
    font-size: 14px;
  }
  .top__logline {
    width: 100%;
    order: 0;
    padding-right: 0;
  }
  .top__button-bottom {
    display: flex;
    order: 2;
    margin-top: 40px;
  }
  .footer__bottom-left {
    justify-content: space-between;
    width: 100%;
  }
  .footer__bottom-left-item {
    margin-right: 20px;
  }
  .footer__bottom-text-box {
    font-size: 15px;
    display: flex;
    flex-direction: column;
  }
  .footer__menu-item-box {
    max-width: 195px;
    width: 195px;
  }
  .slider-img {
    margin-top: 50px;
  }
  .icon-text__item__text {
    font-size: 14px;
  }
  .icon-text__item__icon {
    width: 60px;
    height: 60px;
  }
  .icon-text__item__icon__img {
    width: 30px;
    height: 30px;
  }
  .icon-text__item__icon__img img {
    width: 30px;
    height: 30px;
  }
  .tabs__card__item {
    min-height: 280px;
  }
  .who-product__item {
    width: 346px;
  }
  .who-product__item:not(:last-child) {
    padding-right: 20px;
  }
  .who-product__item__icon__img {
    width: 60px;
    height: 60px;
  }
  .questions__box {
    flex-wrap: wrap;
  }
  .questions__h2 {
    margin-bottom: 30px;
  }
  .questions__tabs__box {
    margin-bottom: 15px;
  }
  .questions__tabs-block {
    width: 100%;
  }
  .questions__subtitle {
    display: none;
  }
  .questions__items {
    width: 100%;
  }
  .product-price__without-price .owl-stage {
    height: 539px;
  }
  .product-price__plus {
    display: none;
  }
  .product-price__button {
    padding: 10px 20px;
  }
  .product-price__button h3 {
    font-size: 18px;
  }
  .product-price__item {
    padding: 40px 30px;
  }
  .product-price__item__h h3 {
    font-size: 20px;
  }
  .product-price__actions__without-price {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-price__actions__without-price .product-price__actions__text {
    min-height: 126px;
  }
  .product-price__actions__icon {
    margin: 20px 0;
  }
  .product-price__actions__item:last-child {
    font-size: 13px;
  }
  .product-price__ul {
    font-size: 14px;
  }
  .why-we {
    display: none;
  }
  .why-we-mobile {
    display: block;
  }
  .tabs__card__text {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .center {
    max-width: 900px;
  }
  .header__menu-item {
    font-size: 14px;
  }
  .reviews h3 {
    font-size: 20px;
  }
  .reviews__slider.owl-carousel .owl-nav {
    max-width: 900px;
  }
  .reviews__card {
    padding: 40px;
  }
  .top__logline {
    max-width: 424px;
  }
  .top__video-img {
    max-width: 393px;
  }
  .top__video-button {
    width: 57px;
    height: 57px;
  }
  .top__video-button img {
    width: 21px;
    height: 21px;
  }
  .top__video-button-text {
    display: none;
  }
  .form__box {
    padding: 60px 40px;
  }
  .form__item-name {
    order: 1;
    width: 50%;
  }
  .form__item-phone {
    order: 2;
    width: 50%;
    padding-right: 0;
  }
  .form__item-button {
    order: 4;
    margin-top: 30px;
    width: 100%;
  }
  .form__item-button button {
    max-width: 300px;
  }
  .form__item-checkbox {
    order: 3;
  }
  .footer__top {
    flex-wrap: wrap;
  }
  .footer__menu {
    justify-content: space-between;
  }
  .footer__menu-header {
    font-size: 18px;
  }
  .footer__menu-item-box {
    max-width: 287px;
    width: 100%;
  }
  .footer__menu-item a {
    font-size: 18px;
  }
  .footer__logo {
    flex-direction: row;
    align-items: center;
  }
  .footer__logo img {
    margin-right: 40px;
    width: 170px;
    height: 50px;
  }
  .footer__button {
    width: 100%;
  }
  .footer__item-left {
    order: 1;
    width: 50%;
  }
  .footer__item-middle {
    order: 3;
    width: 100%;
    padding-top: 30px;
    border-top: 2px solid rgba(109, 109, 109, 0.1254901961);
    margin-top: 30px;
    max-width: initial;
  }
  .footer__item-right {
    order: 2;
    width: 50%;
    max-width: 286px;
  }
  .who-product__item {
    width: 286px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .who-product__item__icon {
    margin-bottom: 20px;
  }
  .who-product__item__text {
    font-size: 14px;
  }
  .why-we-mobile__icon {
    width: 60px;
    height: 60px;
  }
  .why-we-mobile__icon img {
    width: 35px !important;
  }
  .why-we-mobile__item:not(:first-child) {
    margin-top: 10px;
  }
  .tabs__card__text {
    font-size: 12px;
  }
  .tabs__dot {
    font-size: 16px;
  }
}
@media (max-width: 999px) {
  .block {
    margin-top: 60px;
  }
  .center {
    max-width: 708px;
  }
  .slider-img__carousel-item {
    margin-left: 6px;
  }
  .header__sticky .header__box {
    padding: 5px 0;
  }
  .header__logo {
    max-width: 156px;
  }
  .header__burger-box {
    display: block;
  }
  .header__item-button {
    margin-left: auto;
  }
  .header__menu-adaptive {
    display: none;
  }
  .slider-img {
    margin-top: 60px;
  }
  .slider-img__slider .owl-item:not(.active) .slider-img__item-img {
    height: 300px;
  }
  .slider-img__item-text {
    top: 30px;
    left: 30px;
  }
  .slider-img__item-img {
    height: 400px;
  }
  .services__buttons {
    margin: 20px 0;
  }
  .services__button {
    padding: 8px 20px;
    font-size: 16px;
  }
  .services__button-item {
    margin-right: 10px;
  }
  .services__card {
    padding: 30px;
  }
  .services__card-item {
    min-height: 593px;
    height: 593px;
  }
  .services__card-img {
    max-height: 189px;
    height: 189px;
  }
  .services__card-img img {
    object-fit: cover;
  }
  .services__card-h h3 {
    font-size: 23px;
    font-weight: 600;
  }
  .services__card-text {
    display: block;
    font-size: 18px;
    margin-top: 10px;
  }
  .services__card-icon {
    bottom: 30px;
    right: 30px;
  }
  .works-inner {
    padding: 30px;
  }
  .reviews__slider.owl-carousel .owl-nav {
    max-width: 708px;
  }
  .top__tag {
    padding: 6px 20px;
  }
  .top__p {
    display: none;
  }
  .top__goals-h {
    margin-top: 15px;
  }
  .top__video-button {
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
  .form__box {
    padding: 50px 40px;
  }
  .form__h2 {
    font-size: 25px;
  }
  .form__item-name {
    padding-right: 10px;
  }
  .form-default__subtitle {
    font-size: 16px;
  }
  .footer__bottom-left-item {
    max-width: 223px;
  }
  .footer__bottom-text-box {
    font-size: 16px;
  }
  .footer__bottom-text-secondary {
    font-size: 14px;
  }
  .footer__menu-header {
    font-size: 16px;
  }
  .footer__menu-item a {
    font-size: 14px;
  }
  .footer__logo img {
    margin-right: 18px;
  }
  .footer__item-right {
    max-width: 223px;
  }
  .icon-text__items {
    flex-wrap: wrap;
  }
  .icon-text__item {
    width: 50%;
    margin-bottom: 20px;
  }
  .who-product__item {
    width: 222px;
  }
  .questions__button {
    padding: 8px 20px;
    font-size: 16px;
  }
  .questions__item__question__text {
    font-size: 16px;
  }
  .tabs__card__item {
    width: 50%;
  }
  .tabs__card__box {
    flex-wrap: wrap;
  }
  .product-price__item {
    padding: 30px 30px;
  }
  .product-price__button h3 {
    font-size: 16px;
  }
  .phone-widget {
    right: 80px;
    bottom: 22px;
  }
}
@media (max-width: 767px) {
  .block {
    margin-top: 40px;
  }
  .center {
    max-width: 90%;
  }
  .main {
    margin-top: 30px;
  }
  .header__burger {
    width: 14px;
    height: 12px;
  }
  .header__burger-box {
    margin-left: 20px;
  }
  .header__logo {
    max-width: 134px;
  }
  .header__logo img {
    width: 134px;
    height: 39px;
  }
  .header__button {
    padding: 9px 32px;
    max-height: 40px;
    font-size: 12px;
  }
  .header__box {
    padding: 20px 0;
  }
  .top__h1 {
    font-size: 30px;
    text-align: center;
  }
  .top__row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .top__logline {
    max-width: initial;
  }
  .top__goals-h {
    text-align: center;
  }
  .top__text-secondary {
    font-size: 14px;
  }
  .top__box {
    padding: 0;
  }
  .top__tag {
    font-size: 14px;
    padding: 5px 15px;
  }
  .top__tag-width-100 {
    display: none;
  }
  .top__video {
    margin-top: 12px;
  }
  .top__button {
    width: 100%;
    margin: 0 45px;
  }
  .top__button-mobile {
    width: 100%;
    display: block;
  }
  .top__button-bottom-desktop {
    display: none;
  }
  .slider-img {
    margin-top: 40px;
  }
  .slider-img__box {
    max-width: 90%;
    margin: auto;
  }
  .slider-img__slider .owl-item:not(.active) .slider-img__item {
    opacity: 1;
  }
  .slider-img__slider .owl-item:not(.active) .slider-img__item-img {
    height: 284px;
  }
  .slider-img__item-text {
    top: 20px;
    left: 20px;
    font-size: 12px;
    padding: 10px 20px;
  }
  .slider-img__item-img {
    height: 284px;
  }
  .form__box {
    padding: 50px 40px;
  }
  .form__h2 {
    font-size: 25px;
  }
  .form__subtitle {
    font-size: 14px;
  }
  .form__item-name {
    width: 100%;
    padding-right: 0;
  }
  .form__item-phone {
    margin-top: 15px;
    width: 100%;
    font-size: 12px;
  }
  .form__item-button button {
    max-width: initial;
  }
  .form__item-checkbox {
    font-size: 12px;
  }
  .form__form {
    margin-top: 30px;
  }
  .form-default__subtitle {
    font-size: 14px;
  }
  .form-default__input-button {
    padding: 14px 0;
  }
  .form-default__item-button {
    width: 100%;
    flex-direction: column;
  }
  .form-default__item-button input[type=submit] {
    width: 100%;
  }
  .form-default__button {
    width: 50%;
  }
  .form-default__button button {
    width: 100%;
  }
  .services__button {
    font-size: 14px;
  }
  .services__button-item:not(:first-child), .services__button-item:not(:nth-child(2)) {
    margin-top: 10px;
  }
  .services__card {
    padding-bottom: 100px;
  }
  .services__card-item {
    width: 100%;
    height: initial;
    min-height: initial;
  }
  .services__card-item-480 {
    display: none;
  }
  .services__card-item:first-child {
    padding-right: initial;
  }
  .services__card-img {
    height: initial;
    max-height: initial;
  }
  .services__card-h h3 {
    font-size: 23px;
  }
  .reviews__slider.owl-carousel .owl-nav {
    max-width: 440px;
  }
  .reviews__quote {
    font-size: 15px;
  }
  .reviews__card {
    padding: 30px;
  }
  .reviews__card-h4 {
    display: none;
  }
  .reviews__card-subtitle {
    font-size: 14px;
  }
  .reviews__card-author {
    flex-wrap: wrap;
  }
  .reviews__card-author-text {
    margin-top: 20px;
  }
  .reviews__card-review {
    font-size: 16px;
    margin-top: 20px;
  }
  .reviews__card-button {
    width: 100%;
  }
  .footer__top {
    flex-wrap: wrap;
  }
  .footer__bottom-left {
    flex-wrap: wrap;
  }
  .footer__bottom-left-item {
    margin-right: 0;
  }
  .footer__bottom-left-item:last-child {
    margin-top: 25px;
  }
  .footer__menu {
    flex-wrap: wrap;
  }
  .footer__menu-nav {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__menu-item {
    width: 50%;
    margin-top: 7px;
  }
  .footer__menu-item-box {
    margin-top: 30px;
    max-width: initial;
  }
  .footer__menu-item a {
    font-size: 16px;
  }
  .footer__logo {
    flex-direction: column;
    align-items: flex-start;
  }
  .icon-text__items {
    margin: 25px 0;
  }
  .icon-text__button {
    width: 100%;
  }
  .who-product__items {
    flex-wrap: wrap;
  }
  .who-product__item {
    width: 100%;
    margin-bottom: 10px;
  }
  .questions__button {
    font-size: 14px;
  }
  .questions__item__question__text {
    font-size: 14px;
  }
  .tabs__card__item {
    width: 100%;
    min-height: 200px;
  }
  .tabs__dots {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .tabs__dot {
    margin-bottom: 13px;
    margin-right: 30px;
    font-size: 14px;
  }
  .why-we-mobile__row {
    flex-wrap: wrap;
  }
  .why-we-mobile__col {
    width: 100%;
  }
  .product-price__without-price .owl-stage {
    height: 456px;
  }
  .modal__close__box {
    right: 20px;
    top: 20px;
  }
  .modal__box {
    padding: 40px 50px;
    max-width: 440px;
  }
}
@media (max-width: 479px) {
  .block {
    margin-top: 30px;
  }
  .main {
    margin-top: 20px;
  }
  .header__button {
    padding: 12px 18px;
    font-size: 10px;
  }
  .header__logo {
    max-width: 111px;
  }
  .header__logo img {
    width: 111px;
    height: 32px;
  }
  .header__item-button {
    display: none;
  }
  .header__box {
    padding: 10px 0;
  }
  .header__menu-mobile-button {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 12px;
    width: 100%;
  }
  .services__buttons {
    margin: 10px 0;
  }
  .services__button {
    padding: 8px 15px;
    font-size: 10px;
  }
  .services__button-item {
    margin-right: 5px;
  }
  .services__card {
    padding: 25px;
    padding-bottom: 85px;
  }
  .services__card-tag-button {
    padding: 8px 10px;
    font-size: 10px;
  }
  .services__card-h h3 {
    font-size: 16px;
  }
  .services__card-text {
    display: none;
  }
  .services__card-icon {
    bottom: 25px;
    right: 25px;
  }
  .works__card {
    background-position: center;
  }
  .works__card-content {
    max-width: initial;
  }
  .works__card-item {
    height: 330px;
  }
  .works__card-inner {
    padding: 25px;
  }
  .works__card-tag {
    font-size: 10px;
    padding: 5px 10px;
  }
  .works__card-h h3 {
    font-size: 16px;
  }
  .works__card-text {
    font-size: 12px;
  }
  .reviews h3 {
    font-size: 16px;
    line-height: 130%;
  }
  .reviews__slider.owl-carousel .owl-nav {
    max-width: 280px;
  }
  .reviews__card {
    padding: 20px;
  }
  .reviews__card-subtitle {
    font-size: 12px;
  }
  .reviews__card-author-img {
    max-width: 105px;
  }
  .reviews__card-review {
    font-size: 13px;
  }
  .reviews__card-button {
    font-size: 14px;
  }
  .top__h1 {
    font-size: 26px;
  }
  .top__video-button {
    width: 35px;
    height: 35px;
  }
  .top__video-button img {
    width: 13px;
    height: 13px;
  }
  .top__text-secondary {
    font-size: 14px;
  }
  .top__goals-h {
    font-size: 14px;
  }
  .top__goals-ul li {
    font-size: 12px;
  }
  .top__tags {
    display: none;
  }
  .top__button {
    margin: 0;
  }
  .slider-img {
    margin-top: 30px;
  }
  .slider-img__box {
    margin: auto;
  }
  .slider-img__slider .owl-item:not(.active) .slider-img__item-img {
    height: 200px;
  }
  .slider-img__item-text {
    top: 10px;
    left: 10px;
    font-size: 10px;
    padding: 10px 10px;
  }
  .slider-img__item-img {
    height: 200px;
  }
  .form__box {
    padding: 25px 20px;
  }
  .form__h2 {
    font-size: 17px;
  }
  .form__subtitle {
    font-size: 12px;
  }
  .form__item-name {
    width: 100%;
  }
  .form__item-button button {
    width: 100%;
    max-width: initial;
    font-size: 14px;
  }
  .form__item-checkbox {
    font-size: 10px;
  }
  .form__form {
    margin-top: 20px;
  }
  .form-default__h3 {
    font-size: 17px;
  }
  .form-default__subtitle {
    font-size: 12px;
  }
  .form-default__checkbox-box {
    margin: 5px 0;
    font-size: 12px;
  }
  .form-default__button {
    width: 100%;
  }
  .footer__bottom-left-item {
    max-width: initial;
    width: 100%;
  }
  .footer__bottom-left-item:not(:first-child) {
    margin-top: 15px;
  }
  .footer__bottom-left-item:last-child {
    margin-top: 15px;
  }
  .footer__menu-item {
    width: 100%;
  }
  .footer__menu-item-box {
    margin-top: 15px;
  }
  .footer__item-left {
    width: 100%;
  }
  .footer__item-right {
    display: none;
  }
  .icon-text__button {
    font-size: 14px;
  }
  .icon-text__item {
    width: 100%;
    margin-bottom: 10px;
  }
  .icon-text__item__icon {
    width: 40px;
    height: 40px;
  }
  .icon-text__item__icon__img {
    width: 20px;
    height: 20px;
  }
  .icon-text__item__icon__img img {
    width: 20px;
    height: 20px;
  }
  .questions__button {
    padding: 8px 15px;
    font-size: 10px;
  }
  .questions__item__question__text {
    font-size: 12px;
  }
  .questions__item__answer {
    font-size: 12px;
  }
  .tabs__h2 {
    margin-bottom: 11px;
  }
  .tabs__dots {
    flex-wrap: wrap;
  }
  .tabs__dot {
    margin-bottom: 11px;
    margin-right: 10px;
    font-size: 9px;
  }
  .why-we-mobile__icon {
    width: 40px;
    height: 40px;
  }
  .why-we-mobile__icon img {
    width: 25px;
  }
  .product-price__without-price .owl-stage {
    height: 537px !important;
  }
  .product-price__button h3 {
    font-size: 16px;
  }
  .product-price__item {
    padding: 40px 30px;
  }
  .product-price__item__h h3 {
    font-size: 16px;
  }
  .product-price__actions__item:last-child {
    display: none;
  }
  .product-price__ul {
    font-size: 12px;
  }
  .modal__close__box {
    right: 5px;
    top: 5px;
  }
  .modal__box {
    padding: 30px 40px;
    max-width: 280px;
  }
}
.width-100 {
  width: 100%;
}

.fw-700 {
  font-weight: 700;
}
.fw-600 {
  font-weight: 600;
}
.fw-400 {
  font-weight: 400;
}

.text__color__main {
  color: #1267FF;
}
.text__throught {
  text-decoration: line-through;
}

.d-block {
  display: block;
  transition: all 0.3s ease 0s;
}

.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-center {
  justify-content: center;
}

/*# sourceMappingURL=style.bundle.css.map*/