@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy/Gilroy-Regular.woff2'), url('fonts/Gilroy/Gilroy-Regular.woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy/Gilroy-Semibold.woff2'), url('fonts/Gilroy/Gilroy-Semibold.woff');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy/Gilroy-Bold.woff2'), url('fonts/Gilroy/Gilroy-Bold.woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
ul {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #387FEA;
}
button {
  font-size: 18px;
  font-family: 'Gilroy', sans-serif;
  border: none;
  background: unset;
  cursor: pointer;
}
body {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Gilroy', sans-serif;
  background: #fbfcfe;
  color: #333;
}
.wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrapper.jc {
  justify-content: space-between;
}
.wrapper.not_ai {
  align-items: flex-start;
}
.slider {
  display: none;
}
.slick-arrow {
  width: 40px;
  height: 40px;
  font-size: 0;
  background: url(image/icons/arrow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.slick-prev {
  left: -80px;
}
.slick-next {
  right: -80px;
  transform: translateY(-50%) rotate(180deg);
}
h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}
h1 span {
  color: #387FEA;
}
h2 {
  font-size: 32px;
  font-weight: 700;
  padding: 80px 0 40px;
}
h2.white {
  color: #FAFCFF;
}
h3 {
  font-size: 18px;
  font-weight: 700;
  color: #387FEA;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.btn {
  width: max-content;
  color: #FAFCFF;
  background: #387FEA;
  padding: 13px 20px;
  display: flex;
  align-items: center;
}
.btn:hover {
  color: #FAFCFF;
  background: #25D366;
}
.btn::after {
  content: '';
  width: 20px;
  height: 20px;
  margin: 0 0 0 15px;
  display: block;
}
.btn--calc::after {
  background: url(image/icons/calc.svg) no-repeat;
  background-size: cover;
}
.btn--teleg:hover {
  background: #1f66d1;
}
.btn--teleg::after {
  background: url(image/icons/telegram.svg) no-repeat;
  background-size: cover;
}
.btn--whats {
  background: #25D366;
}
.btn--whats:hover {
  background: #15b952;
}
.btn--whats::after {
  background: url(image/icons/whats.svg) no-repeat;
  background-size: cover;
}
header {
  width: 100%;
  color: #fff;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.menu__nav {
  display: flex;
}
.menu__nav li:hover {
  position: relative;
}
.menu__nav li:hover::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #387FEA;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.menu__nav li:not(:last-child) {
  margin: 0 30px 0 0;
}
.webs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.webs_2 {
  display: none;
}
.link__webs {
  width: 30px;
  height: 30px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link__webs img {
  margin: 0;
  display: block;
}
.link__webs--blue {
  background: #387FEA;
  margin: 0 20px 0 0;
}
.link__webs--blue img {
  margin: 0 2px 0 0;
}
.phone_link {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.phone_link::before {
  content: '';
  width: 19px;
  height: 19px;
  background: url(image/icons/phone.svg) no-repeat;
  background-size: cover;
  margin: 0 10px 0 0;
  display: block;
}
.phone_link b {
  display: contents;
}
.burger_menu {
  display: none;
}
.main {
  background: url(image/main.jpg) no-repeat;
  background-size: cover;
  background-position-x: center;
  padding: 80px 0;
  margin: 112px 0 0;
}
.offer {
  width: 540px;
}
.offer p {
  margin: 20px 0 0;
}
.icons__main {
  margin: 30px 0 40px;
  display: flex;
}
.icon__main {
  text-align: center;
}
.icon__main:not(:last-child) {
  margin: 0 70px 0 0;
}
.icon__main img {
  margin: 0 auto 5px;
  display: block;
}
.icon__main span {
  display: block;
}
.inner__about {
  width: 800px;
}
.list__about {
  margin: 30px 0 0;
}
.list__about li {
  display: flex;
  align-items: center;
}
.list__about li:not(:last-child) {
  margin: 0 0 15px;
}
.list__about li::before {
  content: '';
  width: 24px;
  height: 24px;
  background: #387FEA url(image/icons/check.svg) no-repeat;
  background-size: 14px;
  background-position: center;
  border-radius: 50%;
  margin: 0 15px 0 0;
  display: block;
}
.list__about li span {
  width: calc(100% - 39px);
}
.why h2 {
  font-size: 24px;
  color: #387FEA;
  text-align: center;
}
.why .btn--calc {
  margin: 30px auto 0;
}
.table__why {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.table__why_2 {
  display: none;
}
.table__why::after {
  content: '';
  width: 362px;
  height: 584px;
  background: url(image/woman.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 60px;
  bottom: 100%;
}
.col__why {
  width: calc((100% - 240px) / 2);
}
.col__why:first-child {
  width: 240px;
  position: relative;
}
.col__why:first-child::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #E6E6E6;
  position: absolute;
  top: 0;
  right: 0;
}
.col__why:not(:first-child) {
  text-align: center;
}
.col__why span {
  padding: 10px;
  display: block;
}
.col__why span:nth-child(2n) {
  background: #f1f1f1;
}
.caption__why {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
}
.clients {
  background: #387FEA;
  padding: 0 0 80px;
  margin: 80px 0 0;
}
.slider__clients .slick-list {
  margin: 0 -32px;
}
.slider__clients .item {
  background: #fff;
  padding: 15px 20px;
  margin: 0 32px;
  display: flex;
  justify-content: center;
}
.slider__clients img {
  max-width: 100%;
  height: 42px;
  object-fit: contain;
}
.box__calc {
  width: 340px;
}
.inner__box_calc {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px;
}
.number__calc {
  display: flex;
}
.num__calc {
  font-weight: 700;
  color: #387FEA;
  margin: 0 0 0 10px;
}
.move__calc {
  width: calc(100% - 16px);
  background: #E6E6E6;
  margin: 29px 0 29px 16px;
  position: relative;
}
.move__calc .ui-slider-range {
  height: 2px;
  background: #387FEA;
  margin: 0 0 0 -16px;
}
.move__calc span {
  width: 16px;
  height: 16px;
  background: #387FEA;
  border-radius: 50%;
  margin: 0 0 0 -16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.move__calc span:hover {
  transform: translateY(-50%) scale(1.2);
}
.check__calc {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
}
.check__calc span {
  user-select: none;
  cursor: pointer;
}
.check__calc span:hover {
  color: #387FEA;
}
.check__calc input {
  width: 16px;
  height: 16px;
  border: 1px solid #387FEA;
  margin: 0 15px 0 0;
  appearance: none;
  cursor: pointer;
}
.check__calc input:checked {
  background: #387FEA url(image/icons/check.svg) no-repeat;
  background-size: cover;
}
.total__calc {
  font-size: 20px;
  font-weight: 700;
  color: #387FEA;
  border-top: 1px solid #E6E6E6;
  padding: 20px 0 0;
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
}
.down__box_calc {
  font-size: 14px;
  color: #8d8d8d;
  text-align: center;
  margin: 15px 0 0;
}
.down__box_calc span {
  color: #387FEA;
}
.info__calc {
  width: calc(100% - 340px - 30px);
  margin: 0 0 0 30px;
}
.image__calc {
  width: 280px;
  height: 182px;
  object-fit: cover;
  display: block;
}
.text__info_calc {
  width: calc(100% - 310px);
}
.btns__calc {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
}
.btns__calc .btn--teleg {
  margin: 0 10px 0 0;
}
footer {
  background: #387FEA;
  color: #fff;
  padding: 20px 0;
  margin: 80px 0 0;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  color: #25D366;
}
.text__price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.table__price {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 30px 0 0;
}
.row__table {
  padding: 20px 30px;
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 15px 20px;
  position: relative;
}
.row__table:not(:last-child)::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #e2e2e2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.row__table--head {
  font-weight: 600;
  color: #FAFCFF;
  background: #387FEA;
  padding: 15px 30px;
}
.row__table--head::after {
    display: none;
}
.text__table {
  font-size: 16px;
  display: none;
}
.text__table:nth-child(-n+6) {
  display: block;
}
.btns__price {
  width: max-content;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1439.98px) {
  .slick-arrow {
    top: 150%;
  }
  .slick-prev {
    left: 20px;
  }
  .slick-next {
    right: 20px;
  }
  .slider__clients .slick-list {
    margin: 0 -20px;
  }
  .slider__clients .item {
    margin: 0 20px;
  }
  .col__why:first-child span {
    justify-content: flex-start;
  }
  .col__why span {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  nav {
    margin: 20px auto 0;
    order: 1;
  }
  .table__why::after {
    display: none;
  }
  .info__calc {
    width: 100%;
    margin: 30px 0 0;
  }
  .btns__calc {
    width: max-content;
    margin: 30px auto 0;
  }
}
@media (max-width: 991.98px) {
  a:hover {
    color: initial;
  }
  .btn:hover {
    color: #FAFCFF;
    background: #387FEA;
  }
  .btn--whats {
    background: #25D366;
  }
  .menu__nav li:hover::after {
    display: none;
  }
  h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .main {
    padding: 80px 0 60px;
  }
  .offer {
    width: 490px;
  }
  h2 {
    padding: 60px 0 40px;
  }
  .inner__about {
    width: auto;
  }
  .table__why {
    padding: 20px;
  }
  .col__why {
    width: calc((100% - 200px) / 2);
  }
  .col__why:first-child {
    width: 200px;
  }
  .clients {
    padding: 0 0 60px;
    margin: 60px 0 0;
  }
  .check__calc span:hover {
    color: initial;
  }
  footer {
    margin: 60px 0 0;
  }
}
@media (max-width: 767.98px) {
  .logo img {
    width: 220px;
  }
  nav {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    padding: 15px 35px 15px 15px;
    margin: 0;
    display: none;
    position: absolute;
    top: calc(100% + 50px);
    right: 15px;
  }
  .menu__nav {
    flex-direction: column;
  }
  .menu__nav li {
    white-space: nowrap;
  }
  .menu__nav li:not(:last-child) {
    margin: 0 0 5px;
  }
  .webs_1 {
    display: none;
  }
  .webs_2 {
    margin: 10px 0 0;
    display: flex;
    justify-content: flex-start;
  }
  .link__webs {
    width: 25px;
    height: 25px;
  }
  .link__webs--blue {
    margin: 0 15px 0 0;
  }
  .link__webs img {
    width: 15px;
    height: 15px;
  }
  .phone_link {
    font-size: 16px;
  }
  .phone_link::before {
    width: 15px;
    height: 15px;
    margin: 0 7px 0 0;
  }
  .burger_menu {
    display: block;
  }
  .main {
    padding: 60px 0;
    margin: 103px 0 0;
  }
  .offer {
    width: 390px;
  }
  h1 br {
    display: none;
  }
  .table__why_1 {
    display: none;
  }
  .table__why_2 {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .col__why {
    width: 100%;
    padding: 5px 0;
  }
  .col__why span {
    height: auto;
    padding: 0 5px;
    align-items: flex-start;
  }
  .col__why span:nth-child(2n) {
    background: unset;
  }
  .captions__why {
    width: 100%;
    color: #FAFCFF;
    background: #387FEA;
    text-align: center;
    padding: 10px;
    display: flex;
  }
  .caption__why {
    width: 50%;
    margin: 0;
  }
  .line__why {
    padding: 10px;
  }
  .line__why:nth-child(2n) {
    background: #f1f1f1;
  }
  .line__why > span {
    font-weight: 600;
    margin: 0 0 5px;
  }
  .row__why {
    display: flex;
  }
  .row__why span {
    width: 50%;
  }
  .text__info_calc {
    width: auto;
    margin: 20px 0 0;
  }
  .text__price {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .table__price {
    box-shadow: unset;
  }
  .row__table {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .row__table:not(:last-child) {
    margin: 0 0 20px;
  }
  .row__table .btn {
    margin: 10px 0 0;
  }
  .row__table--head {
    display: none;
  }
  .text__table {
      text-align: right;
      border-bottom: 1px dashed #e2e2e2;
      padding: 0 0 5px;
      display: flex;
      justify-content: space-between;
  }
  .text__table::before {
    content: attr(data-label);
    float: left;
    color: #848484;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
  .main {
    background: url(image/main_m.jpg) no-repeat;
    background-size: cover;
    background-position-x: right;
    padding: 40px 0;
    position: relative;
  }
  .main::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #FAFCFF;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
  }
  .main > .container {
    position: relative;
    z-index: 1;
  }
  .offer {
    width: 100%;
  }
  h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .icons__main {
    margin: 20px 0 30px;
  }
  h2 {
    font-size: 22px;
    padding: 40px 0 20px;
  }
  .list__about {
    margin: 20px 0 0;
  }
  .why h2 {
    font-size: 20px;
  }
  .caption__why {
    font-size: 16px;
  }
  .clients {
    padding: 0 0 40px;
    margin: 40px 0 0;
  }
  .slider__clients .slick-list {
    margin: 0 -10px;
  }
  .slider__clients .item {
    padding: 5px 10px;
    margin: 0 10px;
  }
  .box__calc {
    width: 100%;
  }
  .total__calc {
    font-size: 16px;
  }
  footer {
    margin: 40px 0 0;
  }
  .text__table {
    font-size: 14px;
  }
  .btns__price {
    margin-top: 20px;
  }
}
@media (max-width: 480.98px) {
  header {
    padding: 15px 0;
  }
  .logo img {
    width: 200px;
  }
  nav {
    top: calc(100% + 30px);
  }
  .phone_link {
    font-size: 0;
  }
  .phone_link::before {
    width: 20px;
    height: 20px;
    margin: 0;
  }
  .main {
    margin: 69px 0 0;
  }
  .icons__main {
    justify-content: space-between;
  }
  .icon__main:not(:last-child) {
    margin: 0;
  }
  .image__calc {
    width: 100%;
  }
  .btns__price {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .btns__price .btn {
    width: 100%;
  }
}
