.company-name {
  margin: 0 0 10px;
}

.home-section {
  padding: 60px 0 20px;
}
.home-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-0.17deg);
          transform: rotate(-0.17deg);
  background: url("../img/bg1.svg") no-repeat center;
  background-size: cover;
}
.home-section__decor {
  position: absolute;
  z-index: -1;
  bottom: -225px;
  left: -80px;
  -webkit-filter: drop-shadow(0px 4px 124px #EF6182);
          filter: drop-shadow(0px 4px 124px #EF6182);
  max-width: 572px;
  width: 100%;
}
.home-section__decor::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 497px;
  height: 497px;
  background: linear-gradient(292.1deg, #5101D6 -3.29%, #7800D6 60.43%);
  opacity: 0.51;
  border-radius: 50%;
}
.home-section__decor img {
  width: 100%;
}
.home-section .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-section .subtitle::before {
  content: "";
  background: #3B64E8;
  width: 75px;
  height: 10px;
  margin: 0 15px 0 0;
  display: block;
}
.home-section .wrapper {
  margin: 37px 0 0;
}

.home-section-content {
  width: 100%;
  padding: 0 0 0 90px;
}

.subtitle {
  text-transform: uppercase;
  color: #767676;
  font-size: 14px;
}

.description-company {
  max-width: 305px;
  margin: 0 auto 0 0;
  font-size: 3.1vh;
}

.activites h3 {
  font-size: 18px;
  margin: 0 0 24px;
}

.activites-menu {
  max-width: 380px;
  width: 100%;
  font-size: 3vh;
  font-weight: 500;
}
.activites-menu li {
  margin: 0 0 14px;
}
.activites-menu li:last-child {
  margin: 0;
}
.activites-menu li a {
  letter-spacing: -1px;
  color: #3B64E8;
}
.activites-menu li a:hover {
  color: #fff;
}

.link-accent {
  margin: 50px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #3B64E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-accent::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 15px;
  width: 27px;
  height: 16px;
  background: url("../img/arrow-right.svg") no-repeat center;
  background-size: contain;
}
.link-accent:hover {
  color: #fff;
}

.company-section {
  padding: 50px 0;
}
.company-section .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  background: url("../img/decor2.svg") no-repeat center;
  background-size: cover;
}
.company-section .subtitle {
  width: 100%;
}
.company-section h2 {
  text-align: center;
  margin: 19px auto;
}

.description-text {
  text-align: center;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  line-height: 124%;
}

.advantages-slider {
  margin: 60px 0 0;
  cursor: -webkit-grab;
  cursor: grab;
}
.advantages-slider .slide {
  margin: 0 10px 0 0;
}

.advantages-box {
  background: #fff;
  width: 250px;
  padding: 22px 21px 20px;
}
.advantages-box__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 140px;
  margin: 0 auto 35px;
}
.advantages-box span {
  display: block;
  color: #767676;
}
.advantages-box p {
  font-size: 32px;
  line-height: 124%;
  margin: 0 0 6px;
  color: #000;
}

.services-section {
  padding: 40px 0;
  background: url("../img/bg2.svg") no-repeat center;
  background-size: cover;
}
.services-section h2 {
  margin: 11px 0 25px;
}
.services-section__decor {
  width: 116px;
  height: 116px;
  bottom: auto;
  top: 190px;
  left: auto;
  right: 200px;
  z-index: 1;
  -webkit-filter: drop-shadow(0px 4px 44px #EF6182);
          filter: drop-shadow(0px 4px 44px #EF6182);
}
.services-section__decor::before {
  width: 101px;
  height: 101px;
}

.services-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0;
  border-top: 2px solid #BDBDBD;
  cursor: pointer;
}
.services-box:hover .services-box__number {
  color: #3B64E8;
  border-color: #3B64E8;
}
.services-box:hover .services-box__name {
  color: #3B64E8;
}
.services-box:last-child {
  border-bottom: 2px solid #BDBDBD;
}
.services-box__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  border: 1px solid #BDBDBD;
  color: #BDBDBD;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.services-box__name {
  width: calc(100% - 50px - 465px);
  color: #fff;
  text-transform: uppercase;
  font-size: 3.2vh;
  font-weight: 500;
  padding: 0 30px 0 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.services-box__description {
  color: #BDBDBD;
  max-width: 465px;
}

.callback-section {
  padding: 56px 0;
  background: url("../img/bg3.svg") no-repeat center;
  background-size: cover;
}
.callback-section__decor {
  width: 330px;
  height: 330px;
  bottom: auto;
  top: 243px;
  right: 120px;
  left: auto;
}
.callback-section__decor::before {
  width: 288px;
  height: 288px;
}
.callback-section .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.callback-section h2 {
  letter-spacing: -3px;
  font-size: 13vh;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 50px;
}
.callback-section h2:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 84px;
  height: 85px;
  background: url("../img/arrow-bottom.svg") no-repeat center;
  background-size: contain;
  margin: 0 0 0 33px;
}

.form-callback {
  max-width: 489px;
}
.form-callback .label-comment {
  margin: 0 0 35px;
}

.partners-section {
  padding: 70px 0;
  background: url("../img/bg4.svg") no-repeat center;
  background-size: cover;
}
.partners-section h2 {
  margin: 0 0 70px;
}

.partners-box {
  cursor: pointer;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  width: 280px;
  height: 280px;
  min-width: 280px;
  padding: 38px;
  margin: 0 -23px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.partners-box:hover {
  background: #3B64E8;
  border-color: #3B64E8;
  position: relative;
  z-index: 1;
}

.contacts-section {
  background: url("../img/bg5.svg") no-repeat center;
  background-size: cover;
  padding: 40px 0;
}
.contacts-section h2 {
  margin: 0 0 40px;
}

.list-contacts {
  width: 100%;
}
.list-contacts li {
  min-height: 129px;
  padding: 33px 0;
  border-top: 2px solid #BDBDBD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-contacts li span {
  display: block;
  margin: 0 auto 0 0;
  color: #BDBDBD;
  font-size: 3.1vh;
}
.list-contacts li a {
  color: #fff;
  text-align: right;
}
.list-contacts li a:hover {
  color: #3B64E8;
}
.list-contacts li:last-child {
  border-bottom: 2px solid #BDBDBD;
}
.list-contacts__text {
  font-size: 3.5vh;
  font-weight: 500;
  color: #fff;
}

.address {
  max-width: 576px;
}