@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
html {
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  list-style: none;
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

a:not([class]) {
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

a {
  color: black;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

input,
select,
button {
  outline: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content {
  flex: 1 0 auto;
}

[class^="icon-"] {
  display: inline-block;
}

* {
  outline: none !important;
}

.mob-menu {
  display: none;
  z-index: 499;
  cursor: pointer;
  margin-left: 25px;
  border-radius: 3px;
  transition: all .4s;
  overflow: hidden;
}
@media (max-width: 370px) {
  .mob-menu {
    margin-left: 11px;
  }
}
.mob-menu.active {
  border-color: transparent;
}
.mob-menu.active span:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: -6px;
}
.mob-menu.active span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -6px;
}
.mob-menu.active span:nth-child(2) {
  margin-left: -100px;
}
.mob-menu span {
  width: 24px;
  height: 2px;
  margin: 4px 0;
  background: #4e67ed;
  display: block;
  border-radius: 5px;
  transition: all .4s;
}
.mob-menu div {
  padding: 2px 5px;
}
@media screen and (max-width: 991px) {
  .mob-menu {
    display: block;
  }
}

.close-mob {
  display: none;
  position: absolute;
  right: 25px;
  top: 20px;
  width: 41px;
  height: 41px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  z-index: 999;
  opacity: 1;
  cursor: pointer;
}

.close-mob:before,
.close-mob:after {
  position: absolute;
  left: 18px;
  content: " ";
  height: 30px;
  width: 2px;
  background-color: #ffffff;
  top: 4px;
}

.close-mob:before {
  transform: rotate(45deg);
}

.close-mob:after {
  transform: rotate(-45deg);
}

* {
  outline: none;
}

label.error {
  display: none !important;
}

.error {
  border-color: red !important;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.checkbox__text {
  position: relative;
  padding: 0 0 0 34px;
  cursor: pointer;
  font-size: 15px;
  vertical-align: middle;
}
.checkbox__text a {
  color: #e0af44;
  text-decoration: underline;
}

.checkbox__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  border-radius: 3px;
  border: 1px solid #000000;
}

.checkbox input:checked + .checkbox__text:after {
  content: "";
  position: absolute;
  background: #000000;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
}

select {
  -webkit-appearance: none;
  background: url("../img/sel.png") no-repeat calc(100% - 15px) center;
     -moz-appearance: none;
  text-overflow: "";
      -ms-appearance: none;
          appearance: none !important;
}

select::-ms-expand {
  display: none;
}

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
}

.modal {
  padding-right: 0 !important;
}

button,
input[type="submit"],
a {
  cursor: pointer;
  transition: all .4s;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.4;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #333333;
}

.modal-dialog {
  max-width: 350px;
}
.modal-dialog .close {
  position: absolute;
  right: 10px;
  font-size: 40px;
  font-weight: 300;
  z-index: 54;
  opacity: 1;
}
.modal-dialog .modal-body {
  padding: 30px;
  padding-top: 50px;
}
.modal-dialog input[type="text"], .modal-dialog input[type="tell"] {
  width: 100%;
  padding: 12px 25px;
  border: 1px solid #cadae8;
  margin-bottom: 15px;
  border-radius: 10px;
}

.modal-dialog input[type="submit"] {
  width: 100%;
}
.modal-dialog .title-senk {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
.modal-dialog .sub-senk {
  text-align: center;
  font-size: 18px;
}

header {
  background: #ffffff;
  position: -webkit-sticky;
  position:         sticky;
  top: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
  z-index: 99;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  header .container {
    position: relative;
  }
}
header .container .los {
  flex-grow: 1;
  font-size: 11px;
  color: #95a4f4;
  margin-left: 25px;
}
@media (max-width: 1200px) {
  header .container .los {
    display: none;
  }
}
.logo {
  margin:5px;
}
header .container .logo {
  display: block;
  min-height: 55px;
}
@media (max-width: 370px) {
  header .container .logo {
    max-width: 130px;
    min-height: 1px;
  }
}
header .container .menu-header {
  margin-right: 40px;
}
@media (max-width: 991px) {
  header .container .menu-header {
    position: absolute;
    top: 100%;
    background: #ffffff;
    z-index: 99;
    right: 15px;
    margin-right: 0;
    padding: 20px;
    display: none;
  }
}
header .container .menu-header ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  header .container .menu-header ul {
    display: block;
  }
}
header .container .menu-header ul li {
  margin-left: 40px;
}
@media (max-width: 991px) {
  header .container .menu-header ul li {
    margin-left: 0;
    margin-bottom: 10px;
  }
  header .container .menu-header ul li:last-child {
    margin-bottom: 0;
  }
}
header .container .menu-header ul li a {
  padding: 20px 0;
  color: #555555;
  font-size: 12px;
}
@media (max-width: 991px) {
  header .container .menu-header ul li a {
    font-size: 14px;
  }
}
header .container .phone {
  text-align: right;
}
@media (max-width: 991px) {
  header .container .phone {
    flex-grow: 1;
  }
}
header .container .phone a {
  display: block;
}
header .container .phone a.tel {
  font-weight: bold;
  font-size: 16px;
  color: #333333 !important;
}
@media (max-width: 370px) {
  header .container .phone a.tel {
    font-size: 13px;
  }
}
header .container .phone a.callback {
  font-size: 10px;
  color: #4e67ed;
}

.btn-red {
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 61px;
  background: #e54a3c;
  color: #ffffff;
  border: 2px solid #e54a3c;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
}
.btn-red:hover,
.btn-red:focus {
  background: #ffffff;
  color: #e54a3c;
  text-decoration: none;
}
.btn-red.mini {
  font-size: 14px;
  min-height: 45px;
  border-width: 1px;
}

.btn-green {
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 45px;
  background: #00bf64;
  color: #ffffff;
  border: 2px solid #00bf64;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}
.btn-green:hover,
.btn-green:focus {
  background: #ffffff;
  color: #00bf64;
  text-decoration: none;
}

.btn-outline {
  border-radius: 10px;
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 45px;
  background: none;
  color: #4e67ed;
  border: 1px solid #4e67ed;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  margin: 10px auto 5px;
}
.btn-outline:hover,
.btn-outline:focus {
  background: #4e67ed;
  color: #ffffff;
  text-decoration: none;
}

.btn-blue {
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 45px;
  background: none;
  color: #ffffff;
  border: 1px solid #4e67ed;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  background: #4e67ed;
}
.btn-blue:hover,
.btn-blue:focus {
  background: none;
  color: #4e67ed;
  text-decoration: none;
}

.shape {
  background: url("../img/header.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 150px;
}
.shape h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .shape h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.shape .sub {
  line-height: 36px;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 43px;
}
@media (max-width: 450px) {
  .shape .sub {
    font-size: 16px;
  }
}
.shape .sub span {
  display: inline-block;
  color: #4e67ed;
  background: #ced2ef;
  border-radius: 30px;
  padding: 1px 10px;
  font-weight: 600;
  margin-left: 5px;
  margin-right: 5px;
}

.sale {
  padding-bottom: 60px;
  background: #eeeff2;
}
@media (max-width: 767px) {
  .sale {
    background: #ffffff;
    padding-bottom: 0;
  }
}
.sale .desk {
  background: #ffffff;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px;
  margin-top: -95px;
  width: 100%;
}
@media (max-width: 767px) {
  .sale .desk {
    margin-top: 0;
  }
}
.sale .desk .title {
  font-size: 24px;
  color: #333333;
}
.sale .desk .title span {
  color: #4e67ed;
}
.sale .desk .sub {
  font-size: 16px;
  margin-bottom: 28px;
}
.sale .desk .snos {
  font-size: 16px;
  margin-top: 25px;
}
.sale .desk .snos span {
  color: #4e67ed;
  font-weight: 600;
}
.sale #timer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.sale #timer div {
  margin-left: 17px;
  margin-right: 17px;
  font-size: 12px;
  background: #eeeff2;
  color: #333333;
  padding: 18px 12px;
  width: 100px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .sale #timer div {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (max-width: 500px) {
  .sale #timer div {
    width: 70px;
    padding: 10px;
  }
}
@media (max-width: 370px) {
  .sale #timer div {
    width: 60px;
    padding: 10px;
    font-size: 11px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
.sale #timer div span {
  display: block;
  color: #4e67ed;
  font-size: 36px;
  padding-bottom: 5px;
  border-bottom: #4e67ed solid 2px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 370px) {
  .sale #timer div span {
    font-size: 25px;
  }
}

h2.title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 29px;
}

.kak {
  background: #eeeff2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .kak {
    padding-top: 60px;
  }
}
.kak .slick-arrow {
  position: absolute;
  border: none;
  background: url("../img/arrow.png") no-repeat center center;
  width: 34px;
  height: 34px;
  bottom: 50px;
  cursor: pointer;
  z-index: 5;
  left: 840px;
}
@media (max-width: 991px) {
  .kak .slick-arrow {
    bottom: 15px;
  }
}
.kak .slick-arrow.slick-next {
  left: 890px;
}
@media (max-width: 1200px) {
  .kak .slick-arrow.slick-next {
    left: 620px;
  }
}
@media (max-width: 991px) {
  .kak .slick-arrow.slick-next {
    left: 470px;
  }
}
@media (max-width: 767px) {
  .kak .slick-arrow.slick-next {
    right: 50%;
    left: auto;
    margin-right: -50px;
  }
}
@media (max-width: 400px) {
  .kak .slick-arrow.slick-next {
    margin-right: -40px;
  }
}
.kak .slick-arrow.slick-prev {
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .kak .slick-arrow.slick-prev {
    left: 570px;
  }
}
@media (max-width: 991px) {
  .kak .slick-arrow.slick-prev {
    left: 420px;
  }
}
@media (max-width: 767px) {
  .kak .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -50px;
  }
}
@media (max-width: 400px) {
  .kak .slick-arrow.slick-prev {
    margin-left: -40px;
  }
}
.kak .items {
  position: relative;
}
.kak .items:after {
  content: "";
  position: absolute;
  width: 2000px;
  background: #ffffff;
  top: 0;
  bottom: 0;
  left: 100%;
}
@media (max-width: 767px) {
  .kak .items:after {
    content: none;
  }
}
.kak .items .slide {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .kak .items .slide {
    display: block;
    padding-bottom: 30px;
  }
}
.kak .items .item {
  background: #ffffff;
  position: relative;
}
.kak .items .item.item-1 .count:after {
  content: "";
  position: absolute;
  background: url("../img/line-1.png") no-repeat right center;
  width: 196px;
  height: 112px;
  right: 100%;
  top: 30px;
  margin-right: 15px;
}
.kak .items .item.item-2 .count:after {
  content: "";
  position: absolute;
  background: url("../img/line-2.png") no-repeat right center;
  width: 368px;
  height: 228px;
  right: 100%;
  top: 35px;
  margin-right: 15px;
}
.kak .items .item.item-3 .count:after {
  content: "";
  position: absolute;
  background: url("../img/line-3.png") no-repeat right center;
  width: 135px;
  height: 47px;
  right: 100%;
  top: 35px;
  margin-right: 15px;
}
.kak .items .item .img {
  max-width: 750px;
  width: 100%;
}
@media (max-width: 767px) {
  .kak .items .item .img {
    max-width: 100%;
  }
  .kak .items .item .img img {
    width: 100%;
  }
}
.kak .items .item .desk {
  width: 100%;
  max-width: 390px;
  padding-left: 120px;
  position: relative;
  padding-right: 15px;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .kak .items .item .desk {
    padding: 15px;
    padding-left: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .kak .items .item .desk {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .kak .items .item .desk {
    max-width: 100%;
    padding-left: 120px;
  }
}
@media (max-width: 400px) {
  .kak .items .item .desk {
    padding: 20px;
    padding-bottom: 50px;
  }
}
.kak .items .item .desk .title {
  color: #4e67ed;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  .kak .items .item .desk .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .kak .items .item .desk .title br {
    display: none;
  }
}
.kak .items .item .desk .text {
  line-height: 1.6;
}
@media (max-width: 1200px) {
  .kak .items .item .desk .text {
    line-height: 1.3;
    font-size: 13px;
  }
}
.kak .items .item .desk .count {
  color: #b9c0f0;
  font-size: 48px;
  font-weight: 600;
  position: absolute;
  top: -10px;
  left: 45px;
}
@media (max-width: 1200px) {
  .kak .items .item .desk .count {
    display: none;
  }
}
@media (max-width: 767px) {
  .kak .items .item .desk .count {
    display: block;
    top: 6px;
    left: 35px;
  }
  .kak .items .item .desk .count:after {
    content: none !important;
  }
}
@media (max-width: 400px) {
  .kak .items .item .desk .count {
    display: none;
  }
}

h3.title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
h3.title span {
  color: #4e67ed;
}

.complect {
  background: #eeeff2;
  padding-top: 40px;
  padding-bottom: 65px;
}
.complect .item {
  margin-bottom: 4px;
  background: #ffffff;
  position: relative;
  padding: 35px 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .complect .item {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .complect .item .item-ui:nth-child(3) .title-ui {
    width: 45px;
  }
}
.complect .item .item-ui.active .title-ui {
  color: #4e67ed;
}
.complect .item .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  display: none;
}
.complect .item .title.active {
  display: block;
}
@media (max-width: 767px) {
  .complect .item .title {
    font-size: 16px;
    padding-right: 40px;
  }
}
.complect .item .img {
  margin-right: 45px;
  padding-left: 20px;
  max-width: 105px;
  width: 100%;
  display: none;

}
.complect .item .img.active {
  display: block;

}
@media (max-width: 767px) {
  .complect .item .img {
    max-width: 60px;
    padding-left: 0;
    margin-right: 15px;
  }
}
.complect .item .flex-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.complect .item .polz-1,
.complect .item .polz-2 {
  width: 100%;
}
.complect .count {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px solid #4e67ed;
  font-size: 16px;
  color: #4e67ed;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 30px;
  right: 30px;
}
.complect .desk {
  width: calc(100% - 150px);
  padding-bottom: 26px;
  position: relative;
}
@media (max-width: 767px) {
  .complect .desk {
    width: 100%;
  }
}
.complect .desk .title-ui {
  color: #888888;
  font-weight: 500;
}
@media (max-width: 767px) {
  .complect .desk .title-ui {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .complect .desk .title-ui {
    font-size: 8px;
    width: 60px;
    white-space: nowrap;
  }
}
.complect .desk .title-ui span {
  display: block;
  color: #888888;
  font-size: 14px;
}
@media (max-width: 767px) {
  .complect .desk .title-ui span {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .complect .desk .title-ui span {
    font-size: 10px;
  }
}
.complect .desk .title-ui small {
  font-size: 14px;
}
@media (max-width: 767px) {
  .complect .desk .title-ui small {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .complect .desk .title-ui small {
    font-size: 10px;
  }
}
.complect .img {
  margin-right: 45px;
  padding-left: 20px;
  max-width: 105px;
  width: 100%;
}
@media (max-width: 1200px) {
  .complect .img {
    max-width: 80px;
    margin-right: 20px;
    padding-left: 0;
  }
}
.complect .flex50 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .complect .flex50 {
    flex-wrap: wrap;
  }
}
.complect .flex50 .flex50-item {
  width: calc(50% - 2px);
  margin-bottom: 4px;
  background: #ffffff;
  position: relative;
  padding: 35px 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .complect .flex50 .flex50-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .complect .flex50 .flex50-item {
    padding: 20px;
  }
}
.complect .flex50 .flex50-item.flex50-item-container {
  justify-content: space-between;
  padding: 0;
  background: none;
}
@media (max-width: 767px) {
  .complect .flex50 .flex50-item.flex50-item-container {
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.complect .flex50 .flex50-item .title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .complect .flex50 .flex50-item .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .complect .flex50 .flex50-item .title {
    font-size: 14px;
  }
  .complect .flex50 .flex50-item .title br {
    display: none;
  }
}
.complect .flex50 .flex50-item .price-container {
  font-weight: 500;
  font-size: 18px;
  color: #4e67ed;
}
.complect .flex50 .flex50-item .price-container small {
  font-size: 18px;
  font-weight: 500;
}
.complect .item-mini {
  position: relative;
  width: calc(33% - 2px);
  background: #ffffff;
  height: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .complect .item-mini {
    width: calc(50% - 2px);
    height: auto;
  }
  .complect .item-mini:last-child {
    width: 100%;
    margin-top: 4px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .complect .item-mini:last-child .img {
    margin-bottom: 0;
  }
  .complect .item-mini:last-child .title-item-mini {
    font-size: 18px;
  }
}
.complect .item-mini .title-item-mini {
  font-size: 13px;
  font-weight: 500;
}
.complect .item-mini .title-item-mini span {
  display: block;
  font-size: 12px;
  color: #4e67ed;
  font-weight: normal;
}
.complect .item-mini .title-item-mini span small {
  font-size: 12px;
}
.complect .item-mini img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.complect .item-mini .img {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .complect .item-mini .img {
    width: 100px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
}
.complect .item-mini .count {
  top: 20px;
  right: 20px;
}

.active-border {
  position: relative;
}
.active-border:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 1px solid #4e67ed;
}

.ui-widget.ui-widget-content {
  border: none;
  background: #d2d3d7;
  height: 2px;
  margin-top: 26px;
}

.ui-slider-horizontal .ui-slider-range-min {
  background: #4e67ed;
}
.ui-slider-horizontal .ui-slider-range-min:after {
  content: "";
  position: absolute;
  background: #4e67ed;
  width: 6px;
  height: 6px;
  bottom: -2px;
  border-radius: 50%;
  left: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: url("../img/polz.png") no-repeat center center;
  width: 30px;
  height: 15px;
  border: none;
  top: -7px;
}
@media (max-width: 767px) {
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
    margin-left: -20px;
  }
}

.real {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .real {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.real p {
  color: #888888;
  font-size: 14px;
}
@media (max-width: 991px) {
  .real p {
    margin-top: 20px;
  }
}
.real .itog {
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .real .itog {
    text-align: center;
  }
}
.real .itog small {
  font-weight: 500;
  font-size: 18px;
}
.real .itog span {
  font-weight: normal;
  font-size: 14px;
}
.real a {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .real a {
    margin-left: 7px;
    margin-right: 7px;
    min-width: 200px;
    margin-bottom: 10px;
  }
}
.real a small {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-left: 3px;
}

.tarif {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 170px;
}
.tarif h3 {
  margin-bottom: 3px;
}
.tarif .sub {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.tarif .see {
  padding-left: 40px;
  position: relative;
  max-width: 950px;
}
.tarif .see:after {
  content: "?";
  position: absolute;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
  padding-left: 1px;
  left: 0;
  top: -2px;
  border-radius: 50%;
  border: 1px solid #4e67ed;
  color: #4e67ed;
}
.tarif .see .title {
  font-weight: 500;
  margin-bottom: 15px;
}
.tarif .see .text {
  color: #666666;
  line-height: 1.6;
}

.tarif-items {
  background: #eeeff2;
  padding-bottom: 60px;
}
.tarif-items .items {
  margin-top: -120px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0 30px;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .tarif-items .items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 30px;
  }
}
@media (max-width: 500px) {
  .tarif-items .items {
    display: block;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
.tarif-items .items .item {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  padding: 25px 20px;
}
@media (max-width: 767px) {
  .tarif-items .items .item {
    margin-bottom: 20px;
  }
}
.tarif-items .items .item .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tarif-items .items .item .logo .count {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #4e67ed;
  color: #4e67ed;
}
.tarif-items .items .item .title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 25px;
}
.tarif-items .items .item .title span {
  color: #4e67ed;
}
.tarif-items .items .item .sub {
  font-weight: 500;
  margin-bottom: 10px;
}
.tarif-items .items .item .price {
  color: #4e67ed;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 5px 14px 0 rgba(78, 103, 237, .2);
  text-align: center;
  padding: 3px 10px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
}
.tarif-items .items .item ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.tarif-items .items .item ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 12px;
}
.tarif-items .items .item ul li:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #4e67ed;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.tarif-items .btn-green {
  margin-left: 20px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .tarif-items .btn-green {
    font-size: 12px;
  }
}

.priem {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 30px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .priem {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
@media (max-width: 767px) {
  .priem {
    display: block;
  }
}
.priem .item {
  background: #ffffff;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .priem .item {
    margin-bottom: 10px;
  }
}
.priem .item .desk {
  width: calc(100% - 75px);
}
.priem .item .title {
  font-weight: 500;
  margin-bottom: 10px;
}
.priem .item .text {
  color: #555555;
  font-size: 12px;
}

.compl {
  margin-bottom: 45px;
}
.compl .text {
  line-height: 1.9;
  font-size: 16px;
  max-width: 960px;
}

.dacha {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4px;
}
@media (max-width: 991px) {
  .dacha {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .dacha {
    display: block;
  }
}
.dacha .item {
  background: #ffffff;
  padding: 33px;
  text-align: center;
}
@media (max-width: 767px) {
  .dacha .item {
    margin-bottom: 4px;
  }
}
.dacha .item .text {
  color: #666666;
}
.dacha .item .icon {
  margin-bottom: 20px;
  min-height: 54px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.dacha .item .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.etap {
  background: #eeeff2;
  position: relative;
  padding-top: 35px;
  padding-bottom: 55px;
}
.etap:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 150px;
  background: #ffffff;
}
.etap .container {
  z-index: 5;
  position: relative;
}
.etap .items {
  display: grid;
  grid-gap: 0 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: flex-start;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .etap .items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
@media (max-width: 767px) {
  .etap .items {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.etap .items .item {
  background: linear-gradient(135deg, #8bc6ec 0%, #9498e2 100%);
  box-shadow: 0 13px 30px 0 rgba(148, 152, 226, .8);
  display: flex;
  border-radius: 12px;
  padding: 20px 10px;
  padding-left: 75px;
  position: relative;
}
@media (max-width: 767px) {
  .etap .items .item {
    margin-bottom: 20px;
    min-height: 85px;
  }
}
.etap .items .item:after {
  content: "";
  position: absolute;
  background: url("../img/ar.png") no-repeat center center;
  width: 28px;
  height: 28px;
  right: -14px;
  top: 40px;
  box-shadow: 0 3px 15px 0 rgba(148, 152, 226, .8);
  border-radius: 50%;
}
.etap .items .item .text {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.6;
}
.etap .items .item:first-of-type {
  padding-left: 60px;
}
.etap .items .item:first-of-type .count small {
  margin-right: -7px;
}
.etap .items .item:last-child {
  padding-left: 85px;
}
.etap .items .item:last-child .count small {
  margin-right: -20px;
}
.etap .items .count {
  position: absolute;
  left: 13px;
  top: 0;
  display: flex;
  align-items: flex-start;
  color: #ffffff;
  font-weight: 600;
}
.etap .items .count small {
  font-size: 48px;
  opacity: .3;
  display: inline-block;
  margin-right: -15px;
  margin-top: 5px;
  font-weight: 600;
}
.etap .items .count span {
  display: inline-block;
  font-size: 60px;
}
.etap .shag {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  text-align: center;
  padding: 32px;
}
.etap .shag img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.etap .shag .title {
  margin: 20px 0;
  font-weight: 600;
  font-size: 18px;
}

.about {
  background: #eeeff2;
  overflow: hidden;
  padding-bottom: 60px;
}
.about .container {
  display: flex;
}
@media (max-width: 991px) {
  .about .container {
    flex-direction: column;
  }
}
.about .container .left {
  background: #ffffff;
  max-width: 670px;
  position: relative;
  padding-right: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .about .container .left {
    margin-bottom: 20px;
    padding-right: 0;
    max-width: 100%;
    padding-bottom: 20px;
  }
}
.about .container .left:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 2000px;
  background: #ffffff;
}
.about .container .left .title {
  margin-top: 45px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
.about .container .left .text {
  line-height: 2;
  max-width: 520px;
}
@media (max-width: 991px) {
  .about .container .left .text {
    max-width: 100%;
  }
}
.about .container .right {
  padding-left: 10px;
}
@media (max-width: 991px) {
  .about .container .right {
    padding-left: 0;
  }
}
.about .container .right .item {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 30px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 360px) {
  .about .container .right .item {
    padding: 25px;
  }
}
@media (max-width: 360px) {
  .about .container .right .item .icon {
    display: none;
  }
}
.about .container .right .item .desk {
  width: calc(100% - 100px);
}
@media (max-width: 360px) {
  .about .container .right .item .desk {
    width: 100%;
  }
}
.about .container .right .item .desk .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.about .container .right .item .desk .text {
  font-size: 13px;
  color: #666666;
}
.about .container .right .item:last-child {
  margin-bottom: 0;
}

.clients {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 470px) {
  .clients .btn-green {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 200px;
  }
}
@media (min-width: 991px) {
  .clients .container.no991 {
    max-width: 100%;
    padding: 0;
  }
}
.clients .slider-clients {
  padding-left: calc((100vw - 1125px) / 2);
  position: relative;
}
@media (max-width: 1200px) {
  .clients .slider-clients {
    padding-left: calc((100vw - 930px) / 2);
  }
}
@media (max-width: 991px) {
  .clients .slider-clients {
    padding-left: 0;
  }
}
.clients .slider-clients:after {
  content: "";
  position: absolute;
  width: 200px;
  right: 0;
  top: 0;
  bottom: 30px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 20%, #ffffff 100%);
}
@media (max-width: 991px) {
  .clients .slider-clients:after {
    content: none;
  }
}
.clients .slider-clients .slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
  margin-bottom: -48px;
  padding-right: 15px;
}
@media (max-width: 470px) {
  .clients .slider-clients .slick-dots {
    margin-bottom: 30px;
    justify-content: center;
  }
}
.clients .slider-clients .slick-dots li {
  margin-left: 12px;
}
@media (max-width: 470px) {
  .clients .slider-clients .slick-dots li {
    margin-left: 6px;
    margin-right: 6px;
  }
}
.clients .slider-clients .slick-dots li.slick-active button {
  background: #4e67ed;
  position: relative;
  border: none;
}
.clients .slider-clients .slick-dots li.slick-active button:after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border: 1px solid #4e67ed;
  border-radius: 50%;
}
.clients .slider-clients button {
  font-size: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #4e67ed;
  background: none;
}
.clients h2 {
  display: flex;
  align-items: center;
}
.clients h2 span {
  flex-grow: 1;
}
.clients h2 .slick-arrow {
  background: url("../img/arrow.png") no-repeat center center;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.clients h2 .slick-arrow.slick-prev {
  transform: rotate(180deg);
  margin-right: 20px;
}
.clients .slider-clients {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .clients .slider-clients {
    margin-right: -15px;
  }
}
.clients .item {
  margin-right: 23px;
}
@media (min-width: 991px) {
  .clients .item {
    max-width: 260px;
  }
}
@media (max-width: 991px) {
  .clients .item {
    margin-right: 15px;
  }
}
@media (max-width: 470px) {
  .clients .item {
    text-align: center;
  }
  .clients .item img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.clients .item .title {
  font-weight: 500;
  margin-top: 15px;
  line-height: 1.5;
}

.montazh {
  background: #eeeff2;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .montazh {
    padding-top: 60px;
  }
}
.montazh .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .montazh .container {
    flex-direction: column-reverse;
  }
}
.montazh .container h3 {
  font-weight: 500;
  text-align: left;
}
.montazh .container .left {
  max-width: 580px;
  background: #ffffff;
  padding: 45px;
  padding-left: 0;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .montazh .container .left {
    margin-right: 0;
    margin-top: 40px;
  }
  .montazh .container .left:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2000px;
    left: 100%;
    background: #ffffff;
  }
}
.montazh .container .left:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2000px;
  right: 100%;
  background: #ffffff;
}
.montazh .container ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}
.montazh .container ul li {
  margin-bottom: 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .montazh .container ul li {
    font-size: 16px;
  }
}

.sosed {
  background: #eeeff2;
  padding-bottom: 55px;
}
.sosed .desk {
  background: url("../img/sosed.jpg") no-repeat bottom right, #ffffff;
  display: flex;
  padding-left: 35px;
  padding-bottom: 30px;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .sosed .desk {
    max-width: 500px;
    padding-bottom: 190px;
    background-position: bottom left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }
}
@media (max-width: 450px) {
  .sosed .desk {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
  }
  .sosed .desk img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media (max-width: 1200px) {
  .sosed .desk .btn-outline {
    font-size: 12px;
  }
}
.sosed .desk .left {
  margin-right: 50px;
}
@media (max-width: 1200px) {
  .sosed .desk .left {
    margin-right: 20px;
    width: 100%;
    max-width: 190px;
  }
}
@media (max-width: 450px) {
  .sosed .desk .left {
    margin-right: 0;
  }
}
.sosed .desk .left .logo {
  margin-bottom: 30px;
}
.sosed .desk .right {
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .sosed .desk .right {
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
  }
}
@media (max-width: 450px) {
  .sosed .desk .right {
    padding-right: 0;
    text-align: center;
  }
}
.sosed .desk .right .title {
  font-size: 18px;
  font-weight: 500;
  color: #4e67ed;
  margin-bottom: 10px;
}
.sosed .desk .right p {
  margin-bottom: 7px;
  max-width: 250px;
  font-size: 12px;
}
@media (max-width: 1200px) {
  .sosed .desk .right p {
    max-width: 300px;
  }
}
.sosed .desk .right p:last-child {
  margin-bottom: 0;
}

.garant {
  background: #eeeff2;
  padding-bottom: 45px;
}
.garant .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 60px;
}
@media (max-width: 991px) {
  .garant .items {
    display: block;
  }
}
.garant .items .item {
  position: relative;
  padding-left: 55px;
}
@media (max-width: 991px) {
  .garant .items .item {
    margin-bottom: 30px;
  }
}
.garant .items .item .count {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #4e67ed;
  border: 1px solid #4e67ed;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.garant .items .item .title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .garant .items .item .title {
    margin-bottom: 8px;
  }
}
.garant .items .item .text {
  font-size: 14px;
  line-height: 1.6;
}
.garant .zay {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  text-align: center;
  padding: 25px;
  margin-top: 44px;
}
.garant .zay .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.faq {
  padding-top: 35px;
  padding-bottom: 40px;
}
.faq .spoler {
  padding-left: 10px;
  position: relative;
  margin-bottom: 15px;
}
.faq .spoler .text {
  padding-left: 50px;
  color: #666666;
  margin-top: 15px;
  display: none;
  max-width: 700px;
}
.faq .spoler .title {
  position: relative;
  padding-left: 50px;
  font-size: 16px;
  padding-right: 60px;
  cursor: pointer;
  display: inline-block;
}
.faq .spoler .title.active span {
  color: #ffffff;
  border-color: #e54a3c;
  background: #e54a3c;
}
.faq .spoler .title.active:before {
  background: #e54a3c;
}
.faq .spoler .title.active:after {
  transform: rotate(90deg);
  background: #e54a3c;
}
.faq .spoler .title:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 18px;
  background: #4e67ed;
  right: 8px;
  top: 50%;
  margin-top: -9px;
  transition: all .3s;
}
.faq .spoler .title:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: #4e67ed;
  right: 0;
  top: 50%;
  margin-top: -1px;
  transition: all .3s;
}
.faq .spoler .title span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #4e67ed;
  border: 1px solid #4e67ed;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq form {
  margin-top: 35px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.faq form .btn-green {
  height: 55px;
  max-width: 270px;
  width: 100%;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
  .faq form .btn-green {
    border-radius: 10px;
  }
}
.faq form input {
  height: 55px;
  border: none;
  background: #eeeff2;
  padding: 7px 15px;
  max-width: 270px;
  width: 100%;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 767px) {
  .faq form input {
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
.faq form .title {
  width: 100%;
  font-size: 18px;
  margin-bottom: 5px;
}
.faq form .sub {
  font-weight: 600;
  color: #4e67ed;
  width: 100%;
  font-size: 18px;
  margin-bottom: 20px;
}

footer {
  background: #0e1c46;
  padding-bottom: 40px;
}
footer .container {
  display: flex;
  align-items: flex-start;
  color: #ffffff;
  position: relative;
}
@media (max-width: 991px) {
  footer .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 500px) {
  footer .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
footer .container .left {
  max-width: 320px;
  margin-right: 90px;
}
@media (max-width: 991px) {
  footer .container .left {
    margin-right: 30px;
    width: 50%;
  }
}
@media (max-width: 500px) {
  footer .container .left {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
footer .container .left .text {
  line-height: 1.6;
  margin-bottom: 22px;
  max-width: 260px;
}
@media (max-width: 500px) {
  footer .container .left .text {
    max-width: 100%;
  }
}
footer .container .left .logo {
  margin:10px
  display: inline-block;
}
footer .container .center {
  flex-grow: 1;
  padding-top: 50px;
}
@media (max-width: 991px) {
  footer .container .center {
    flex-grow: 0;
    max-width: 180px;
    width: 50%;
  }
}
@media (max-width: 500px) {
  footer .container .center {
    width: 100%;
    display: none;
  }
}
footer .container .center ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  max-width: 250px;
}
footer .container .center ul li {
  margin-bottom: 10px;
}
footer .container .center ul li a {
  color: #ffffff;
  font-size: 16px;
}
footer .container .copy {
  position: absolute;
  bottom: 0;
  right: 15px;
}
@media (max-width: 991px) {
  footer .container .copy {
    position: static;
    width: 100%;
    text-align: center;
    color: #b8c2f8;
  }
}
footer .container .links {
  display: flex;
  flex-wrap: wrap;
}
footer .container .links li {
  margin-bottom: 8px;
  width: 50%;
  padding-right: 20px;
}
footer .container .links li a {
  color: #ffffff;
  text-decoration: underline;
}
footer .right {
  padding-top: 50px;
}
@media (max-width: 991px) {
  footer .right {
    padding-top: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}
footer .right .phone {
  text-align: right;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  footer .right .phone {
    text-align: center;
    margin-bottom: 25px;
  }
}
footer .right .phone .tel {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}
footer .right .phone .callback {
  display: block;
  color: #b8c2f8;
  margin-bottom: 25px;
}
footer .right .adres {
  text-align: right;
  color: #ffffff;
  background: url("../img/map.png") no-repeat left 2px;
  padding-left: 30px;
}
@media (max-width: 991px) {
  footer .right .adres {
    text-align: center;
  }
}
footer .right .adres a {
  display: block;
  color: #b8c2f8;
  font-size: 12px;
  margin-top: 5px;
}