@font-face {
  font-family: "Nexa";
  src: url("fonts/Nexa-Regular.otf") format("otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa";
  src: url("fonts/Nexa-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa";
  src: url("fonts/Nexa-XBold.ttf") format("ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Nexa;
  color: #25234d;
}

* button {
  border: none;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  border-radius: 34px;
  cursor: pointer;
}

* button:focus {
  outline: none;
}

* button:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

* button:disabled {
  -webkit-filter: saturate(0.5);
          filter: saturate(0.5);
  cursor: auto;
}

* button:disabled:hover {
  -webkit-filter: saturate(0.5);
          filter: saturate(0.5);
}

* ul {
  list-style: none;
}

* a {
  text-decoration: none;
}

* h1 {
  font-size: 70px;
  font-weight: 800;
}

* h2 {
  color: #6422db;
  font-size: 30px;
  font-weight: normal;
}

.content {
  width: 1465px;
}

.btn-yellow {
  background: #ffc727;
  width: 270px;
  height: 68px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 50px;
}

header {
  background: url("../assets/BG.jpg");
  height: 1010px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

header .header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header__top div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 665.28px;
}

header .header__top div h1 {
  font-family: Gilroy;
  font-size: 44.77px;
  letter-spacing: -2px;
  color: #fff;
}

header .header__top div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 19px;
  width: 409px;
  margin-top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

header .header__top div ul #menu__burger {
  display: none;
  fill: #fff;
  cursor: pointer;
}

header .header__top div ul li {
  cursor: pointer;
  color: #fff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border-radius: 20px;
  padding: 5px 10px;
}

header .header__top div ul li:hover {
  background: #5424bb;
}

header .header__top button {
  width: 165px;
  height: 60px;
  color: #6426dd;
  font-size: 16.78px;
  font-weight: 800;
  text-transform: uppercase;
}

header .header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 55px;
}

header .header__content h1 {
  color: #fff;
  line-height: 60px;
  height: 160px;
}

header .header__content p {
  color: #fff;
}

header .header__content button {
  background: #00dadc;
  width: 270px;
  height: 68px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 50px;
}

#about {
  background: url("../assets/About__content.png");
  height: 1010px;
  background-position: 100px 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about .about__top div {
  margin-left: 774px;
}

#about .about__top div h1 {
  margin-top: 12px;
  margin-bottom: 20px;
}

#about .about__top div p {
  width: 487px;
}

#services {
  height: 1100px;
  background: url("../assets/services_bg.png");
  background-position: 0px -250px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#services .services__content {
  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;
}

#services .services__content .text p {
  font-weight: 400;
  font-size: 20px;
  width: 487px;
}

#services .services__content .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 650px;
  height: 820px;
}

#services .services__content .items .item {
  background: #fff;
  width: 300px;
  height: 345px;
  -webkit-box-shadow: #dfe3ea 0px 0px 10px 1px;
          box-shadow: #dfe3ea 0px 0px 10px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 40px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#services .services__content .items .item:first-child {
  margin-top: 100px;
}

#services .services__content .items .item:last-child {
  margin-bottom: 100px;
}

#services .services__content .items .item:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

#testimonials {
  height: 1100px;
  background-image: url("../assets/testimonials_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

#testimonials div {
  margin-top: 120px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

#testimonials div #oval {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#testimonials div h2 {
  color: #fff;
}

#testimonials div h1 {
  color: #fff;
}

#testimonials div .slider__wrapper {
  margin-top: 0;
  position: relative;
}

#testimonials div .slider__wrapper .slider__main {
  position: relative;
  width: 730px;
  height: 433px;
  background: #fff;
  border-radius: 20px;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(103, 48, 226, 0.5);
          box-shadow: 0px 0px 40px 0px rgba(103, 48, 226, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

#testimonials div .slider__wrapper .slider__main svg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#testimonials div .slider__wrapper .slider__main .slider__box {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  left: 0;
}

#testimonials div .slider__wrapper .slider__main .slider__box .slider__item {
  margin-top: 0;
  width: 730px;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
}

#testimonials div .slider__wrapper .slider__main .slider__box .slider__item p {
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-weight: 700;
  color: #6a697f;
  width: 568px;
}

#testimonials div .slider__wrapper .slider__main .slider__box .slider__item h2 {
  color: #6427de;
  font-size: 24px;
  font-weight: 800;
  margin-top: 20px;
}

#testimonials div .slider__wrapper .slider__main .slider__box .slider__item .stars {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 150px;
  height: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#testimonials div .slider__wrapper .slider__main .slider__box .slider__item .stars svg {
  fill: #ffcc00;
  position: static;
  width: 25px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#testimonials div .slider__wrapper .slider__main .arrows {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 65%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#testimonials div .slider__wrapper .slider__main .arrows svg {
  fill: #6427de;
  cursor: pointer;
  position: static;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 30px;
}

#testimonials div .slider__wrapper .slider__main .arrows svg:last-child {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#testimonials div .slider__wrapper .bg-mid {
  width: 690px;
  height: 433px;
  background: #9a76ec;
  position: absolute;
  border-radius: 20px;
  top: 25px;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(103, 48, 226, 0.5);
          box-shadow: 0px 0px 40px 0px rgba(103, 48, 226, 0.5);
}

#testimonials div .slider__wrapper .bg-back {
  width: 650px;
  height: 433px;
  border-radius: 20px;
  position: absolute;
  top: 50px;
  background: #6730e2;
  opacity: 0.5;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(103, 48, 226, 0.5);
          box-shadow: 0px 0px 60px 0px rgba(103, 48, 226, 0.5);
}

#contact {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 900px;
  position: relative;
}

#contact .contact__content {
  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;
}

#contact .contact__content #leftCircle {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
}

#contact .contact__content .text {
  height: 412px;
}

#contact .contact__content .text h1 {
  margin-top: 12px;
  margin-bottom: 40px;
}

#contact .contact__content .text p {
  width: 500px;
  font-size: 20px;
}

#contact .contact__content .contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
  width: 600px;
  height: 750px;
}

#contact .contact__content .contact-form svg {
  position: absolute;
  z-index: 3;
  left: 100%;
  -webkit-transform: translate(-20%, -35%);
          transform: translate(-20%, -35%);
  width: 200px;
}

#contact .contact__content .contact-form form {
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(83, 110, 160, 0.5);
          box-shadow: 0px 0px 40px 0px rgba(83, 110, 160, 0.5);
  border-radius: 20px;
  height: 725px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0 100px 0;
}

#contact .contact__content .contact-form form .item {
  position: relative;
}

#contact .contact__content .contact-form form .item label {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: text;
  background: #fff;
  padding: 0 10px;
  color: rgba(106, 105, 127, 0.5);
  font-size: 19px;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}

#contact .contact__content .contact-form form .item label#message__label {
  top: 35px;
}

#contact .contact__content .contact-form form .item input {
  width: 475px;
  height: 78px;
  font-size: 20px;
  font-weight: 800;
  color: #6422db;
  padding-left: 30px;
  border-radius: 5px;
  border: 2px rgba(106, 105, 127, 0.2) solid;
}

#contact .contact__content .contact-form form .item input:focus {
  outline: none;
}

#contact .contact__content .contact-form form .item textarea {
  resize: none;
  width: 475px;
  height: 200px;
  padding-left: 30px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 800;
  color: #6422db;
  border: 2px rgba(106, 105, 127, 0.2) solid;
  padding-top: 25px;
}

#contact .contact__content .contact-form form .item textarea:focus {
  outline: none;
}

#contact .contact__content .contact-form form #error {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#contact .contact__content .contact-form .bg-back {
  width: 95%;
  height: 725px;
  position: absolute;
  top: 25px;
  background: #e0e0e0;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(83, 110, 160, 0.5);
          box-shadow: 0px 0px 50px 0px rgba(83, 110, 160, 0.5);
  border-radius: 20px;
  z-index: 1;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 393px;
  background-image: url("../assets/footer_bg.png");
}

footer .footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

footer .footer__content .logo {
  color: #fff;
  font-size: 45px;
}

footer .footer__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 553px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

footer .footer__content ul li {
  color: #fff;
  cursor: pointer;
}

footer .footer__content .icons {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer__content .icons svg {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.1s;
  transition: opacity 0.2s, -webkit-transform 0.1s;
  transition: opacity 0.2s, transform 0.1s;
  transition: opacity 0.2s, transform 0.1s, -webkit-transform 0.1s;
}

footer .footer__content .icons svg:hover {
  opacity: 1;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

footer .footer__content #copyright {
  position: absolute;
  left: 50%;
  top: 200%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
}

@media (min-width: 320px) and (max-width: 1659px) {
  .content {
    width: 300px;
  }
  h1 {
    font-size: 60px;
  }
  #section {
    width: 320px;
  }
  header {
    background-size: cover;
    height: 860px;
  }
  header .header__top {
    position: relative;
  }
  header .header__top div ul {
    width: 50px;
  }
  header .header__top div ul #menu__burger {
    display: block;
  }
  header .header__top div ul .transform__menu__wrapper {
    position: absolute;
    left: 50%;
    top: 60px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    height: 0px;
  }
  header .header__top div ul .transform__menu__wrapper .transform__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    height: 200px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, #7950f6), to(#7950f6));
    background: linear-gradient(to bottom, transparent 0%, #7950f6 20%, #7950f6 100%);
  }
  header .header__top button {
    display: none;
  }
  header .header__content .text {
    text-align: center;
  }
  header .header__content .text h1 {
    height: 100%;
    margin-bottom: 50px;
  }
  header .header__content img {
    display: none;
  }
  #about {
    background: none;
    height: 860px;
  }
  #about .about__top {
    text-align: center;
  }
  #about .about__top div {
    margin-left: 0;
  }
  #about .about__top div p {
    width: 300px;
  }
  #services {
    background: none;
    height: 2500px;
  }
  #services .services__content {
    -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;
  }
  #services .services__content .text {
    text-align: center;
    margin-bottom: 50px;
  }
  #services .services__content .text p {
    width: 300px;
  }
  #services .services__content .items {
    width: 300px;
    height: 1500px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 200px;
  }
  #services .services__content .items .item {
    width: 280px;
  }
  #services .services__content .items .item:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #services .services__content .items .item:first-child {
    margin-top: 0;
  }
  #services .services__content .items .item:last-child {
    margin-bottom: 0;
  }
  #testimonials {
    background-image: url("../assets/BG.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 1300px;
  }
  #testimonials div {
    margin-top: 90px;
  }
  #testimonials div .slider__wrapper svg {
    width: 100px;
    height: 60px;
  }
  #testimonials div .slider__wrapper .slider__main {
    width: 300px;
    height: 300px;
  }
  #testimonials div .slider__wrapper .slider__main .slider__box .slider__item {
    width: 300px;
    height: 140px;
  }
  #testimonials div .slider__wrapper .slider__main .slider__box .slider__item p {
    font-size: 14px;
    width: 280px;
  }
  #testimonials div .slider__wrapper .slider__main .slider__box .slider__item h2 {
    font-size: 16px;
    margin-top: 10px;
  }
  #testimonials div .slider__wrapper .slider__main .slider__box .slider__item .stars {
    width: 80px;
    margin-top: 5px;
  }
  #testimonials div .slider__wrapper .slider__main .slider__box .slider__item .stars svg {
    width: 15px;
  }
  #testimonials div .slider__wrapper .slider__main .arrows {
    margin-top: 20px;
  }
  #testimonials div .slider__wrapper .slider__main .arrows svg {
    width: 20px;
  }
  #testimonials div .slider__wrapper .bg-mid {
    width: 270px;
    height: 300px;
    top: 15px;
  }
  #testimonials div .slider__wrapper .bg-back {
    width: 250px;
    height: 300px;
    top: 30px;
  }
  #contact {
    height: 1200px;
    overflow-x: visible;
  }
  #contact .contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact .contact__content .text {
    text-align: center;
    height: 600px;
  }
  #contact .contact__content .text h1 {
    font-size: 40px;
  }
  #contact .contact__content .text p {
    width: 300px;
  }
  #contact .contact__content .contact-form {
    width: 300px;
    height: 600px;
  }
  #contact .contact__content .contact-form svg {
    display: none;
  }
  #contact .contact__content .contact-form form {
    padding: 40px 0 40px 0;
  }
  #contact .contact__content .contact-form form .item input {
    width: 280px;
    height: 50px;
  }
  #contact .contact__content .contact-form form .item textarea {
    width: 280px;
    height: 100px;
  }
  #contact .contact__content .contact-form form button {
    margin-top: 50px;
  }
  #contact .contact__content .contact-form .bg-back {
    width: 85%;
    height: 600px;
  }
  footer {
    background: #7055f4;
    margin-top: 150px;
  }
  footer .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer__content ul {
    -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;
    width: 300px;
    height: 120px;
    margin: 10px 0 30px 0;
  }
  footer .footer__content #copyright {
    text-align: center;
    top: 105%;
    width: 300px;
  }
}

@media (min-width: 480px) and (max-width: 1659px) {
  .content {
    width: 460px;
  }
  #about {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    height: 650px;
  }
  #about .about__top div p {
    width: 460px;
  }
  #services {
    height: 2300px;
  }
  #services .services__content .text p {
    width: 460px;
  }
  #services .services__content .items {
    height: 1500px;
  }
  #services .services__content .items .item {
    width: 350px;
  }
  #testimonials {
    height: 1000px;
  }
  #testimonials div .slider__wrapper .slider__main {
    width: 440px;
  }
  #testimonials div .slider__wrapper .slider__main .slider__box .slider__item {
    width: 440px;
  }
  #testimonials div .slider__wrapper .slider__main .slider__box .slider__item p {
    font-size: 16px;
    width: 350px;
  }
  #testimonials div .slider__wrapper .slider__main .slider__box .slider__item h2 {
    font-size: 18px;
  }
  #testimonials div .slider__wrapper .bg-mid {
    width: 400px;
  }
  #testimonials div .slider__wrapper .bg-back {
    width: 380px;
  }
  #contact .contact__content .text {
    height: 400px;
  }
  #contact .contact__content .text p {
    width: 460px;
  }
  #contact .contact__content .contact-form form {
    width: 440px;
  }
  #contact .contact__content .contact-form form .item input {
    width: 420px;
  }
  #contact .contact__content .contact-form form .item textarea {
    width: 420px;
    height: 200px;
  }
  #contact .contact__content .contact-form .bg-back {
    width: 400px;
  }
}

@media (min-width: 768px) and (max-width: 1659px) {
  .content {
    width: 748px;
  }
  header .header__top div ul {
    width: 409px;
  }
  header .header__top div ul #menu__burger {
    display: none;
  }
  header .header__top div ul li {
    display: block;
  }
  header .header__top button {
    display: block;
    width: 140px;
    height: 50px;
  }
  header .header__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header__content .text p {
    width: 400px;
  }
  #about .about__top div p {
    width: 748px;
  }
  #services .services__content .text p {
    width: 748px;
  }
  #testimonials div .slider__wrapper .slider__main {
    width: 728px;
    height: 400px;
  }
  #testimonials div .slider__wrapper .slider__main .slider__box .slider__item {
    width: 728px;
  }
  #testimonials div .slider__wrapper .slider__main .slider__box .slider__item p {
    font-size: 20px;
    width: 500px;
  }
  #testimonials div .slider__wrapper .slider__main .slider__box .slider__item h2 {
    font-size: 22px;
  }
  #testimonials div .slider__wrapper .slider__main .slider__box .slider__item .stars {
    width: 110px;
  }
  #testimonials div .slider__wrapper .slider__main .slider__box .slider__item .stars svg {
    width: 20px;
  }
  #testimonials div .slider__wrapper .slider__main .arrows {
    margin-top: 50px;
  }
  #testimonials div .slider__wrapper .slider__main .arrows svg {
    width: 30px;
  }
  #testimonials div .slider__wrapper .bg-mid {
    width: 708px;
    height: 400px;
  }
  #testimonials div .slider__wrapper .bg-back {
    width: 688px;
    height: 400px;
  }
  #contact {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  #contact .contact__content .contact-form form {
    width: 728px;
  }
  #contact .contact__content .contact-form form .item input {
    width: 708px;
  }
  #contact .contact__content .contact-form form .item textarea {
    width: 708px;
  }
  #contact .contact__content .contact-form .bg-back {
    width: 708px;
  }
  footer {
    margin-top: 0;
    height: 350px;
    background-image: url("../assets/footer_bg.png");
    background-size: cover;
    background-color: #fff;
  }
  footer .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  footer .footer__content ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }
  footer .footer__content #copyright {
    top: 200%;
  }
}

@media (min-width: 1024px) and (max-width: 1659px) {
  .content {
    width: 1004px;
  }
  header .header__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  header .header__content .text {
    text-align: left;
  }
  header .header__content img {
    display: block;
    width: 500px;
  }
  #about {
    background-image: url("../assets/About__content.png");
    background-size: cover;
    height: 745px;
  }
  #about .about__top div {
    text-align: left;
    margin-left: 500px;
  }
  #about .about__top div p {
    width: 400px;
  }
  #services {
    height: 1400px;
  }
  #services .services__content .text p {
    width: 1004px;
  }
  #services .services__content .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 650px;
    height: 820px;
    margin-bottom: 50px;
  }
  #services .services__content .items .item {
    width: 300px;
    height: 345px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  #services .services__content .items .item:first-child {
    margin-top: 100px;
  }
  #services .services__content .items .item:last-child {
    margin-bottom: 100px;
  }
  #services .services__content .items .item:hover {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
/*# sourceMappingURL=styles.css.map */