
/*  Main  */  

.main {  min-height: 50vh; 
 position: relative;}
.main .main-title {  font-size: 48px; font-family: "Gogh"; font-weight: 800;  line-height: 48px;  margin: 0;}
.main .main-box {  display: -webkit-box;  display: -ms-flexbox;  display: flex; -ms-flex-wrap: wrap;      flex-wrap: wrap; -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}
.main .main-box__left {  width: 45%;}
.main .main-box__left .item-text { margin: 0; padding: 30px 0 10px 0;}
.main .main-box__right {   width: 45%;}
.main .main-box__right .logo {  margin: 0 auto;}
.main .main-box__right .logo img {  display: block;  width: 100%;}

.main .main-box__left .item-info {  margin: 0 0 10px 0; font-weight: 500; display: -webkit-box;  display: -ms-flexbox;  display: flex; -ms-flex-wrap: wrap;      flex-wrap: wrap;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}
.main .main-box__left .item-info span {  display: inline-block;  font-size: 40px;  font-weight: 700;  color: rgba(100, 148, 236, 1);  margin: 0 10px;}
 
/* Work */
.work {  padding: 120px 0 90px 0;}
.work__title {  font-size: 48px;  line-height: 48px;  font-family: "Gogh"; font-weight: 800;}
.work__box {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  -ms-flex-wrap: wrap;      flex-wrap: wrap;  padding: 50px 0;}
.work__box-item {  width: 32%;}
.work__box-item .item-title {  font-size: 20px; font-weight: 700; margin-bottom: 30px;}
.work__box-item .item-list {    margin: 0;    padding: 0;    list-style: none;}
.work__box-item .item-list li {  height: 60px;  line-height: 20px;  padding: 10px 0 10px 50px;  background: url(../images/ellipse.svg) 0 10px no-repeat;}
.work__box-item:nth-child(2) {  padding: 0 30px;  border-left: 5px solid rgba(233, 233, 233, 1);  border-right: 5px solid rgba(233, 233, 233, 1);}
.work__text {  margin-bottom: 30px;  text-align: center;}
.work__btn {  text-align: center;}
.main-btn {   display: inline-block;  cursor: pointer;  border: none;  outline: none;  background: rgba(100, 148, 236, 1); border-radius: 74px;  color: #fff;  font-size: 20px;  font-weight: 700;  line-height: 22px;  padding: 15px 30px;  -webkit-box-shadow: 5px 5px rgba(193, 212, 247, 1); box-shadow: 5px 5px rgba(193, 212, 247, 1);}
/* About */ 
.about {  background: url(../images/bg.png) -60px 0 no-repeat;}
.about__title { font-family: "Gogh"; font-size: 48px;  font-weight: 800;  line-height: 48px;  padding: 30px 0 35px 0;}
.about-box {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-pack: distribute;      justify-content: space-around;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}.about-box__list {  width: 45%;   margin: 0;    padding: 0;    list-style: none;}
.about-box__list li {  padding: 15px 0 15px 145px;  height: 174px;}
.about-box__list:nth-child(1) li:nth-child(1) {  background: url(../images/heart.svg) 0px 15px no-repeat;}
.about-box__list:nth-child(1) li:nth-child(2) {  background: url(../images/biznes.svg) 0px 15px no-repeat;}
.about-box__list:nth-child(1) li:nth-child(3) {  background: url(../images/pay.svg) 0px 15px no-repeat;}
.about-box__list:nth-child(2) li:nth-child(1) {  background: url(../images/work.svg) 0px 15px no-repeat;}
.about-box__list:nth-child(2) li:nth-child(2) {  background: url(../images/eye.svg) 0px 15px no-repeat;}
.about-box__list:nth-child(2) li:nth-child(3) {  background: url(../images/arrow.svg) 0px 15px no-repeat;}

/*slider */
* {
  scroll-behavior: smooth;
}
.site__box {
  padding-top: 120px;
  display: flex;
  width: 100%;
  scroll-snap-stop: always;
  scroll-snap-type: x mandatory;
  overflow-y: hidden;
}

.site__box-padding {
  scroll-snap-align: center;
  scroll-snap-points-x: repeat(100%);
  width: 85vw;
  padding-right: 199px;
  padding-bottom: 57px;
}

.site__box-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 75vw;
}

.site__box-item .item-title {
  font-family: "Gogh";
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
  margin-bottom: 30px;
}

.site__box-item .item-title span {
  display: inline-block;
  width: 62px;
  padding: 7px 0;
  text-align: center;
  font-size: 36px;
  color: #fff;
  background: url(../images/star.svg) center center/cover no-repeat;
}

.site__box-item .item-descr {
  font-size: 20px;
  line-height: 27px;
  color: rgba(88, 136, 222, 1);
  margin-bottom: 16px;
}

.site__box-item .item-list {
  height: 160px;
}

.site__box-item .item-list li {
  margin-left: 20px;
  list-style: disc;
}

.site__box-item .item-info {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site__box-item .item-info .price {
  font-size: 32px;
  letter-spacing: 4%;
}  

.site__box-item  .item-info {
  display: flex;
  justify-content: space-between;
}

.price {
  display: inline-block;
}

.site__box::-webkit-scrollbar {
  width: 18px;
  height: 8px;
  background-color: #E9E9E9;
  border-radius: 39em;
}

.site__box::-webkit-scrollbar-thumb {
  width: 180px;
  background-color: rgba(88, 136, 222, 1);
  border-radius: 9em;
}

.site__box::-webkit-scrollbar-thumb:hover {
  background-color: rgba(88, 136, 222, 1);
}

/* best*/
.best {
  padding: 120px 0;
}

.best__title {
  font-family: "Gogh";
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 35px;
}

.best__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.best__box-item {
  width: 48%;
}

.best__box-item .item-text {
  font-family: "Gogh";
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  color: rgba(73, 68, 61, 1);
}
.best__box-item .item-list {
 margin: 0;
 padding: 0;
 list-style: none;
}
.best__box-item .item-list li {
  padding: 15px 0 15px 100px;
  background: url(../images/star-ok.svg) 0 50% no-repeat;
  position: relative;
}

.best__box-item .item-list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 100px;
  bottom: 0;
  width: calc(100% - 100px);
  height: 3px;
  background: rgba(233, 233, 233, 1);
} 

/*Client  */
.clients__title {
  font-family: "Gogh";
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 50px;
}

.clients__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.clients__box-item {
  width: 50%;
}

.clients__box-item:nth-child(1) {
  padding: 30px 100px 30px 0;
  border-right: 3px solid rgba(233, 233, 233, 1);
  border-bottom: 3px solid rgba(233, 233, 233, 1);
}

.clients__box-item:nth-child(3) {
  padding: 30px 100px 30px 0;
  border-right: 3px solid rgba(233, 233, 233, 1);
}

.clients__box-item:nth-child(2) {
  padding: 30px 0 30px 100px;
  border-bottom: 3px solid rgba(233, 233, 233, 1);
}

.clients__box-item:nth-child(4) {
  padding: 30px 0 30px 100px;
}

.clients__box-item .item-text {
  line-height: 20px;
  padding: 16px 0;
}

.clients__box-item .item-btn {
  text-align: right;
}

.clients__box-item .item-btn a {
  display: inline-block;
  color: rgba(72, 72, 72, 1);
  background: #FFFFFF;
  border: 1px solid rgba(72, 72, 72, 1);
  border-radius: 37px;
  font-weight: 600;
  padding: 7px 27px;
} 

/* banners*/
.banners {
  padding: 120px 0;
}

.banners__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banners__box-item {
  width: 25%;
}

.banners__box-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
} 
.feedback {
  padding: 50px 0;
  background: rgba(88, 136, 222, 1);
  position: relative;
}

.feedback::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  background: url(../images/bg-feedback.png) 100% 0 no-repeat;
  width: 395px;
  height: 624px;
}

.feedback__title {
  font-family: "Gogh";
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  color: #fff;
  margin-bottom: 60px;
}

.feedback__text {
  font-size: 20px;
  color: #fff;
  line-height: 22px;
  width: 50%;
  margin-bottom: 30px;
}

.feedback__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 65%;
  margin-bottom: 16px;
}

.feedback__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.feedback__input span {
  display: inline-block;
  color: #fff;
  margin-bottom: 16px;
}

.feedback__input input {
  border: none;
  outline: none;
  background: #E9E9E9;
  border-radius: 21px;
  padding: 8px 16px;
}

.feedback__input input::-webkit-input-placeholder {
  color: rgba(88, 136, 222, 1);
}

.feedback__input input:-ms-input-placeholder {
  color: rgba(88, 136, 222, 1);
}

.feedback__input input::-ms-input-placeholder {
  color: rgba(88, 136, 222, 1);
}

.feedback__input input::placeholder {
  color: rgba(88, 136, 222, 1);
}

.feedback__input .input-text {
  display: block;
}

.feedback__input:nth-child(1) {
  width: 55%;
}

.feedback__input:nth-child(2) {
  width: 40%;
}

.feedback__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 65%;
}

.feedback__textarea span {
  display: inline-block;
  color: #fff;
  margin-bottom: 16px;
}

.feedback__textarea textarea {
  border: none;
  outline: none;
  background: #E9E9E9;
  border-radius: 21px;
  padding: 8px 16px;
  height: 160px;
  color: #671FEC;
}

.feedback__btn {
  margin-top: 24px;
}

.feedback__btn button {
  border: none;
  outline: none;
  cursor: pointer;
  border: 1px solid rgba(100, 148, 236, 1);
  border-radius: 37px;
  padding: 8px 24px;
  color: rgba(100, 148, 236, 1);
  font-weight: 600;
}
.footer__block-item a, 
.footer__block-item .text, 
.footer__block-item .phone, 
.footer__block-item .email {
  color: rgba(77, 77, 77, 1);
 }
 .footer__block-item span {
  font-weight: 700;
 }