:root {
  --accent: #330099;
  --dark: #000000;
  --light: #ffffff;
  --warning: #f9b737;
  --danger: #F422A3;
  --primary: #18A8DE;
  --projects-height: -webkit-calc((170px + 20px) * 4);
  --projects-height: calc((170px + 20px) * 4);
  --gradient: linear-gradient(45deg, var(--warning) 0%, var(--danger));
}

body,
div,
ul,
li,
h1,
h2,
h3,
form,
input,
p {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


img {
  border: 0;
}

address {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

h1,
h2,
h3 {
  font-size: 100%;
  font-weight: normal;
}

input {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  -webkit-border-radius: none;
          border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}


footer,
header,
menu,
nav,
section,
main {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

/*Plugins*/

/* Global styles */

@font-face {
  font-family: "GilroyLight";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/GilroyLight/GilroyLight.woff2") format("woff2"), url("../fonts/GilroyLight/GilroyLight.woff") format("woff");
}

@font-face {
  font-family: "GilroyExtraBold";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/GilroyExtraBold/GilroyExtraBold.woff2") format("woff2"), url("../fonts/GilroyExtraBold/GilroyExtraBold.woff") format("woff");
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "GilroyLight", sans-serif;
  font-size: 18px;
  background-color: var(--accent);
  color: var(--light);
}

.main {
  position: relative;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.section {
  padding: 77px 0;
}

.section__title {
  font-size: 72px;
  text-align: center;
  margin-bottom: 88px;
  font-family: "GilroyExtraBold", sans-serif;
}

.arr {
  width: 40px;
  height: 40px;
  background-image: url(../img/icon-arr.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  border: 0;
}

.separator {
  height: 3px;
  width: 100%;
  margin: 30px 0;
  background-image: -o-linear-gradient(45deg, var(--warning) 0%, var(--danger) 50%, var(--primary) 100%);
  background-image: linear-gradient(45deg, var(--warning) 0%, var(--danger) 50%, var(--primary) 100%);
}

.scrolltop {
  background-image: url(../img/icon-scrolltop.svg);
  position: fixed;
  z-index: 10;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  bottom: -100%;
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease;
  right: 20px;
}

.scrolltop.active {
  bottom: 48px;
}

.close-btn {
  background-image: url(../img/icon-close.svg);
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.policy {
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
  color: var(--light);
}

.policy a {
  color: inherit;
}

.round {
  -webkit-border-radius: 50px;
          border-radius: 50px;
  background-color: var(--warning);
  background-image: -o-linear-gradient(15deg, var(--warning) 0%, var(--danger) 100%);
  background-image: linear-gradient(75deg, var(--warning) 0%, var(--danger) 100%);
  height: 72px;
  width: 72px;
  -webkit-box-shadow: 0px 36px 27px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 36px 27px rgba(0, 0, 0, 0.14);
  position: absolute;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.round--1 {
  top: 30%;
  left: -25px;
}

.round--2 {
  top: -10px;
  right: 32%;
}

.round--3 {
  bottom: 15%;
  right: 23%;
}

.wave {
  z-index: -1;
  position: absolute;
  overflow: hidden;
  width: 105%;
  top: -160px;
  right: -50px;
  min-height: 100%;
  height: auto;
}

.wave-mobile,
.wave-mobile2 {
  position: absolute;
  width: 100%;
  top: 0;
  display: none;
}

.wave-mobile2 {
  width: 110%;
  top: 0;
  right: -7%;
}

.circle2 {
  position: absolute;
  max-width: 40%;
  bottom: -400px;
  left: 0;
  z-index: -2;
}

.lines3 {
  position: absolute;
  bottom: -50%;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
          transform: translateY(25%);
  z-index: -2;
}

.form {
  width: 100%;
}

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

.form__input {
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: var(--light);
  font-size: 24px;
  padding: 18px 28px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
}

.form__input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form__input:focus::-moz-placeholder {
  opacity: 0;
}

.form__input:focus:-ms-input-placeholder {
  opacity: 0;
}

.form__input:focus::-ms-input-placeholder {
  opacity: 0;
}

.form__input:focus::placeholder {
  opacity: 0;
}

.form__input::-webkit-input-placeholder {
  color: var(--accent);
  opacity: 0.52;
}

.form__input::-moz-placeholder {
  color: var(--accent);
  opacity: 0.52;
}

.form__input:-ms-input-placeholder {
  color: var(--accent);
  opacity: 0.52;
}

.form__input::-ms-input-placeholder {
  color: var(--accent);
  opacity: 0.52;
}

.form__input::placeholder {
  color: var(--accent);
  opacity: 0.52;
}

.form__input:invalid:not(:placeholder-shown) {
  -webkit-box-shadow: inset 1px 1px 3px red, inset -1px -1px 3px red;
          box-shadow: inset 1px 1px 3px red, inset -1px -1px 3px red;
  outline-color: red;
}

/* button */

.btn {
  outline: none;
  background-color: transparent;
  font-size: 24px;
  font-family: "GilroyExtraBold", sans-serif;
  color: var(--light);
  min-width: 320px;
  min-height: 64px;
  padding: 0 20px;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  letter-spacing: 0.05em;
  line-height: 1;
}

.btn--accent {
  border: 0;
  cursor: pointer;
  border-left: 5px solid #f9b737;
  border-right: 5px solid #F422A3;
  background-size: 100% 5px;
  background-position: 100% 0, 0% 100%;
  background-repeat: no-repeat;
  background-image: var(--gradient), var(--gradient);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* Header */

.header {
  position: absolute;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  z-index: 5;
}

.header__content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.phone {
  text-decoration: none;
  font-size: 24px;
  font-family: "GilroyExtraBold", sans-serif;
  color: var(--light);
}

.logo {
  max-width: 100px;
}

.mnu-btn {
  display: none;
  width: 20px;
  height: 20px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  outline: none;
}

/* Nav */

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar__close {
  display: none;
  top: 30px;
}

.navbar__link {
  color: var(--light);
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  font-size: 18px;
  margin-right: 40px;
}

.navbar__link:last-child {
  margin-right: 0px;
}

.navbar__link::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 0%;
  left: 2.5%;
  bottom: -10px;
  background-color: var(--light);
  background-image: var(--gradient);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all .45s ease;
  -o-transition: all .45s ease;
  transition: all .45s ease;
}

.navbar__link.active,
.navbar__link:hover {
  font-weight: bold;
}

.navbar__link.active::before,
.navbar__link:hover::before {
  width: 95%;
}

/* hero */

.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  width: 100%;
  padding: 70px 0;
}

.hero .container {
  position: relative;
  height: 100%;
}

.hero__row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.hero__content {
  text-align: center;
  padding: 0 35px;
}

.hero__title {
  font-family: "GilroyExtraBold", sans-serif;
  font-size: 96px;
}

.hero__subtitle {
  font-family: "GilroyExtraBold", sans-serif;
  font-size: 24px;
  letter-spacing: 0.055em;
  margin-top: 5px;
  margin-bottom: 70px;
}

/* lang */

.lang {
  position: absolute;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lang__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lang__list::after {
  content: '';
  height: 240px;
  width: 2px;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary)), color-stop(50%, var(--danger)), to(var(--warning)));
  background-image: -o-linear-gradient(top, var(--primary) 0%, var(--danger) 50%, var(--warning) 100%);
  background-image: linear-gradient(to bottom, var(--primary) 0%, var(--danger) 50%, var(--warning) 100%);
}

.lang__item {
  text-decoration: none;
  color: var(--light);
  text-transform: uppercase;
  font-family: "GilroyExtraBold", sans-serif;
  margin-bottom: 24px;
  font-size: 18px;
}

.lang__item.active {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--warning);
  background: -o-linear-gradient(45deg, var(--warning) 0%, var(--danger) 100%);
  background: linear-gradient(45deg, var(--warning) 0%, var(--danger) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* company */

.company {
  position: relative;
}

.company__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 150px;
}

.company__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
}

.company__item:last-child {
  margin-bottom: 0px;
}

.company__item-title {
  padding: 0 27px;
  width: 336px;
  height: 100%;
  min-height: 104px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: var(--accent);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.company__item-title--bd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  height: -webkit-calc(100px + 4px);
  height: calc(100px + 4px);
  width: 100%;
  border: 3px solid var(--light);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
  top: 0;
  left: 0;
}

.company__item-title--bd.active,
.company__item-title--bd:hover {
  opacity: 0;
}

.company__item-title::after {
  content: '';
  border: 0;
  height: 100%;
  width: -webkit-calc(100% - 6px);
  width: calc(100% - 6px);
  position: absolute;
  border-left: 3px solid #f9b737;
  border-right: 3px solid #F422A3;
  background-size: 100% 3px;
  background-position: 100% 0, 0% 100%;
  background-repeat: no-repeat;
  background-image: var(--gradient), var(--gradient);
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.company__item-title::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: var(--gradient), var(--gradient);
  opacity: 0;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  z-index: 1;
  top: 0;
  left: 0;
}

.company__item-title span {
  width: 100%;
  text-align: center;
  font-family: "GilroyExtraBold", sans-serif;
  font-size: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}

.company__item-title.active {
  position: relative;
  border-color: transparent;
  -webkit-box-shadow: 65px 13px 127px rgba(0, 0, 0, 0.1), -33px 12px 127px rgba(0, 0, 0, 0.1);
          box-shadow: 65px 13px 127px rgba(0, 0, 0, 0.1), -33px 12px 127px rgba(0, 0, 0, 0.1);
}

.company__item-title.active::before {
  opacity: 1;
}

.company__item-text {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: -webkit-calc(100% - 350px);
  width: calc(100% - 350px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  opacity: 0;
}

.company__item-text.active {
  opacity: 1;
}

.company__item-text span {
  font-size: 24px;
  line-height: 43px;
}

/* skills */

.skills {
  overflow: hidden;
}

.skills__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.skills__item:nth-child(odd) .skills__title {
  -webkit-box-shadow: 65px -13px 127px rgba(0, 0, 0, 0.1);
          box-shadow: 65px -13px 127px rgba(0, 0, 0, 0.1);
}

.skills__item:nth-child(even) .skills__title {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-shadow: -65px -13px 127px rgba(0, 0, 0, 0.1);
          box-shadow: -65px -13px 127px rgba(0, 0, 0, 0.1);
}

.skills__item:nth-child(4) .skills__title::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  background-image: url(../img/circle1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -2;
  bottom: -20%;
  right: 0%;
}

.skills__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(41.66667% - 20px);
  width: calc(41.66667% - 20px);
  height: 850px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  background-color: var(--accent);
  position: relative;
}

.skills__title-icon {
  height: 80px;
  width: 80px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.skills__title-text {
  font-family: "GilroyExtraBold", sans-serif;
  font-size: 48px;
  width: 100%;
}

.skills__info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 43px;
  font-size: 24px;
  max-width: 50%;
  width: 100%;
}

.skills__info-text {
  font-size: inherit;
  margin-bottom: 20px;
}

.skills__info-item {
  font-size: inherit;
}

.skills__info-item::before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  border: 2px solid var(--danger);
  -webkit-border-radius: 50px;
          border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  margin-right: 10px;
}

/* calltoaction */

.calltoaction__row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calltoaction__title {
  font-size: 72px;
  font-family: "GilroyExtraBold", sans-serif;
  margin-bottom: 20px;
}

/* projects */

.projects__showmore {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  display: none;
}

.projects__showmore.active {
  -webkit-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}

.projects__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(33.33333% - 20px);
  width: calc(33.33333% - 20px);
  color: var(--light);
  text-decoration: none;
  position: relative;
  min-height: 290px;
  padding: 50px 30px 30px 30px;
  margin-bottom: 20px;
  position: relative;
}

.projects__item.all {
  border: 2px solid var(--light);
  text-transform: uppercase;
  font-size: 32px;
  font-family: "GilroyExtraBold", sans-serif;
}

.projects__item-content {
  z-index: 2;
  position: relative;
}

.projects__item-img {
  left: 0;
  display: block;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.projects__item-img::before {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--dark);
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 2;
}

.projects__item-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.projects__item-img--top {
  top: 0;
}

.projects__item-img--bottom {
  bottom: 0;
}

.projects__text {
  padding: 7px 20px;
  display: inline-block;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.projects__title {
  font-size: 32px;
  font-family: "GilroyExtraBold", sans-serif;
  padding: 15px 20px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

/* reviews */

.reviews__row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews__slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(75% - 20px);
  width: calc(75% - 20px);
}

.reviews__pagination {
  margin-top: 20px;
}

.reviews__pagination button {
  padding: 0;
  border: 0;
  height: 8px;
  width: 8px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  cursor: pointer;
  background-color: var(--light);
  margin-right: 8px;
}

.reviews__pagination button:last-child {
  margin-right: 0px;
}

.reviews__pagination button.active {
  background-image: var(--gradient);
}

.reviews__item {
  text-align: center;
}

.reviews__item-text {
  font-size: 24px;
  line-height: 43px;
  margin-bottom: 40px;
}

.reviews__item-avatar {
  display: inline-block;
  height: 55px;
  width: 55px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  margin-bottom: 15px;
}

.reviews__item-name {
  font-size: 14px;
  line-height: 20px;
}

/* partners */

.partners__slide {
  width: 100%;
  position: relative;
}

.partners__slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners__slide-item {
  max-width: 190px;
  margin: 0 50px;
  display: block;
  position: relative;
}

/* request */

.request__title {
  font-size: 72px;
  font-family: "GilroyExtraBold", sans-serif;
}

.request__text {
  font-size: 24px;
  margin-bottom: 70px;
}

.request__row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.request__container {
  max-width: 1100px;
}

.request__form {
  margin-bottom: 80px;
}

.request__form .form__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(33.33333% - 20px);
  width: calc(33.33333% - 20px);
}

.request__btn {
  position: relative;
  margin-top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* footer */

.footer {
  background-color: var(--dark);
  padding: 50px 0;
  z-index: 3;
  position: relative;
}

.footer__logo {
  margin-bottom: 70px;
  text-align: center;
  position: relative;
  width: 100%;
}

.footer__logo img {
  max-width: 63px;
}

.footer__bottom {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(33.33333% - 20px);
  width: calc(33.33333% - 20px);
  text-align: center;
  font-size: 24px;
}

.footer__item-title {
  font-family: "GilroyExtraBold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.footer__item-text {
  line-height: 43px;
}

.copyright {
  font-size: 12px;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.social__link {
  margin-right: 10px;
  height: 40px;
  width: 40px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

.social__link:last-child {
  margin-right: 0px;
}

.social__link:hover {
  background-color: var(--accent);
}

/* popup */

.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--dark);
  z-index: 20;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  display: none;
}

.popup-bg.active {
  opacity: 0.2;
}

.popup-wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 25;
  max-width: 800px;
  width: 100%;
  background-color: var(--accent);
  opacity: 0;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  display: none;
}

.popup-wrap.active {
  opacity: 1;
}

.popup-content {
  padding: 40px;
}

.popup-title {
  font-size: 36px;
  margin-bottom: 30px;
}

.popup-text {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 40px;
}

.popup__btn {
  margin-top: 30px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.popup-thank {
  position: fixed;
  z-index: 20;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--accent);
  opacity: 0;
  display: none;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.popup-thank.active {
  opacity: .9;
}

.popup-thank__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 36px;
  font-family: "GilroyExtraBold", sans-serif;
}

.popup-thank__title::after {
  content: '';
  top: -10px;
  position: absolute;
  height: 28px;
  width: 28px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  background-image: -o-linear-gradient(15deg, var(--warning) 0%, var(--danger) 100%);
  background-image: linear-gradient(75deg, var(--warning) 0%, var(--danger) 100%);
}

@media screen and (min-width: 780px) {
  .company__item-title:hover:not(.active)::after {
    opacity: 1;
  }

  .projects__item:hover {
    height: 200%;
    z-index: 5;
  }

  .projects__item:hover .projects__text {
    margin-bottom: 15px;
  }

  .projects__item:hover .projects__text,
  .projects__item:hover .projects__title {
    background-color: var(--accent);
  }

  .projects__item:hover .projects__item-img {
    height: -webkit-calc(200% + 20px);
    height: calc(200% + 20px);
  }

  .projects__item:hover .projects__item-img::before {
    opacity: 0;
  }

  .projects__item:hover .projects__item-img img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }

  .projects__item:hover::before {
    opacity: 0;
  }
}

@media screen and (max-width: 1200px) {
  .wave {
    top: -100px;
  }

  .lines3 {
    -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
            transform: translateY(20%);
  }
}

@media screen and (max-width: 960px) {
  .wave {
    top: -50px;
    width: 120%;
  }

  .circle2 {
    bottom: -300px;
  }

  .lines3 {
    bottom: -20%;
    -webkit-transform: translateY(25%);
        -ms-transform: translateY(25%);
            transform: translateY(25%);
  }

  .phone {
    font-size: 18px;
  }

  .logo {
    max-width: 70px;
  }

  .navbar__link {
    margin-right: 20px;
    font-size: 16px;
  }

  .navbar__link:last-child {
    margin-right: 0px;
  }

  .lang {
    right: 40px;
  }

  .skills__item:nth-child(4) .skills__title::before {
    height: 600px;
    width: 600px;
    right: -10%;
  }

  .skills__title {
    width: -webkit-calc(45.83333% - 20px);
    width: calc(45.83333% - 20px);
  }

  .skills__title-text {
    font-size: 34px;
  }

  .skills__info {
    font-size: 18px;
  }
}

@media screen and (max-width: 780px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .scrolltop {
    height: 40px;
    width: 40px;
    right: 10px;
  }

  .scrolltop.active {
    bottom: 10px;
  }

  .round {
    height: 50px;
    width: 50px;
  }

  .circle2 {
    max-width: 80%;
    bottom: -200px;
  }

  .lines3 {
    bottom: -30%;
  }

  .mnu-btn {
    display: block;
  }

  .navbar__close {
    display: block;
  }

  .navbar {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    width: 100%;
    z-index: 15;
    top: 0;
    right: -100%;
    margin: 0;
    background-color: var(--accent);
    text-align: center;
    -webkit-transition: right .25s ease;
    -o-transition: right .25s ease;
    transition: right .25s ease;
  }

  .navbar.active {
    right: 0%;
  }

  .navbar__link {
    text-align: center;
    margin-right: 0;
    margin-bottom: 40px;
    font-size: 24px;
  }

  .hero__title {
    font-size: 66px;
  }

  .lang {
    right: 20px;
  }

  .company__list {
    margin-bottom: 0;
  }

  .company__item {
    margin-bottom: 32px;
  }

  .company__item:last-child {
    margin-bottom: 0px;
  }

  .company__item-title--bd {
    height: 100%;
  }

  .company__item-title {
    width: 100%;
    min-height: 56px;
  }

  .company__item-title span {
    font-size: 18px;
  }

  .company__item-title.active {
    -webkit-box-shadow: 65px 13px 127px rgba(0, 0, 0, 0.2), -33px 12px 127px rgba(0, 0, 0, 0.16);
            box-shadow: 65px 13px 127px rgba(0, 0, 0, 0.2), -33px 12px 127px rgba(0, 0, 0, 0.16);
  }

  .company__item-text {
    position: relative;
    height: 0;
    width: 100%;
    padding-left: 0;
  }

  .company__item-text.active {
    height: auto;
  }

  .company__item-text span {
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.5;
    background-color: transparent;
  }

  .skills__item {
    margin-bottom: 100px;
  }

  .skills__item:nth-child(4) .skills__title::before {
    width: 400px;
    height: 400px;
    right: 0%;
  }

  .skills__title {
    height: 120%;
    padding: 15px;
  }

  .skills__title-icon {
    height: 60px;
    wifth: 60px;
  }

  .skills__title-text {
    font-size: 24px;
  }

  .skills__info {
    font-size: 16px;
    line-height: 1.5;
  }

  .calltoaction__title {
    font-size: 36px;
  }

  .projects__item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .reviews__slider {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .partners__slide-item {
    max-width: 130px;
    margin: 0 25px;
  }

  .request__title {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .request__text {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .request__form .form__field {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .footer__item {
    font-size: 18px;
  }

  .popup-wrap .form__field {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    padding: 30px 0;
  }

  .section__title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .policy {
    font-size: 10px;
  }

  .round {
    height: 30px;
    width: 30px;
  }

  .round--1 {
    left: -5px;
  }

  .round--2 {
    right: 45%;
  }

  .round--3 {
    right: 13%;
    bottom: 5%;
  }

  .wave {
    display: none;
  }

  .wave-mobile,
  .wave-mobile2 {
    display: block;
  }

  .circle2 {
    max-width: 105%;
    bottom: -2%;
  }

  .lines3 {
    bottom: -20%;
    margin-bottom: 20px;
  }

  .form__input {
    font-size: 16px;
    margin-bottom: 32px;
    padding: 15px 20px;
  }

  .btn {
    min-height: 40px;
    min-width: 200px;
    font-size: 12px;
    text-align: center;
  }

  .btn--accent {
    border-left: 4px solid #f9b737;
    border-right: 4px solid #F422A3;
    background-size: 100% 4px;
    -webkit-box-shadow: 0px 36px 27px rgba(0, 0, 0, 0.14), 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 36px 27px rgba(0, 0, 0, 0.14), 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .phone {
    font-size: 12px;
  }

  .logo {
    max-width: 35px;
  }

  .navbar__link {
    font-size: 18px;
  }

  .hero {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 100%;
    height: auto;
    padding: 100px 0;
  }

  .hero__content {
    margin-top: 120px;
  }

  .hero__title {
    font-size: 38px;
  }

  .hero__subtitle {
    font-size: 18px;
  }

  .lang {
    right: 10px;
  }

  .company__item-text span {
    font-size: 12px;
  }

  .skills__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .skills__item:nth-child(odd) .skills__title {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .skills__item:nth-child(even) .skills__title {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .skills__item:nth-child(4) .skills__title::before {
    right: -30%;
    top: 80%;
    -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%);
    height: 270px;
    width: 270px;
  }

  .skills__title {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .skills__title {
    height: auto;
    background-color: transparent;
    margin-bottom: 24px;
    padding: 0;
  }

  .skills__title-icon {
    height: 40px;
    width: 40px;
  }

  .skills__title-text {
    font-size: 24px;
  }

  .skills__info {
    max-width: 100%;
    font-size: 12px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .skills__info-list {
    padding-left: 30px;
  }

  .skills__info-item::before {
    height: 5px;
    width: 5px;
    border: 1px solid var(--danger);
  }

  .calltoaction__row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .calltoaction__title {
    font-size: 30px;
  }

  .calltoaction .btn {
    margin-left: 15px;
  }

  .projects__showmore {
    display: block;
  }

  .projects__row {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-height: var(--projects-height);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }

  .projects__row.active {
    max-height: 100%;
  }

  .projects__item {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .projects__item {
    min-height: 170px;
  }

  .projects__item-img img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }

  .projects__text {
    font-size: 12px;
    padding: 0;
    margin-bottom: 10px;
  }

  .projects__title {
    font-size: 18px;
    padding: 0;
  }

  .reviews__item-text {
    font-size: 12px;
    line-height: 1.7;
  }

  .reviews__item-name {
    line-height: 1.4;
    font-size: 10px;
  }

  .partners__slide-item {
    max-width: 80px;
    margin: 0 20px;
  }

  .request__form {
    margin-bottom: 50px;
  }

  .request__btn {
    margin-top: 0px;
  }

  .footer__logo {
    margin-bottom: 30px;
  }

  .footer__bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__item {
    width: -webkit-calc(66.66667% - 20px);
    width: calc(66.66667% - 20px);
  }

  .footer__item {
    margin-bottom: 32px;
    font-size: 12px;
  }

  .footer__item-title {
    margin-bottom: 10px;
  }

  .footer__item-text {
    line-height: 1.5;
  }

  .copyright {
    width: -webkit-calc(75% - 20px);
    width: calc(75% - 20px);
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    line-height: 1.5;
  }

  .social {
    margin-left: 10px;
  }

  .popup-wrap {
    max-width: 100%;
    width: 95%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 20px;
  }

  .popup-content {
    padding: 20px;
  }

  .popup-title {
    font-size: 24px;
  }

  .popup-text {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 24px;
  }

  .popup__btn {
    margin-top: 0;
  }
}

@media screen and (max-width: 380px) {
  .skills__item:nth-child(4) .skills__title::before {
    right: -40%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wave {
    height: 150%;
  }

  .lines3 {
    display: none;
  }
}