@font-face {
  font-display: swap;
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Baloo2-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/Baloo2-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/Baloo2-SemiBold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Baloo2-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 800;
  src: url("./fonts/Baloo2-ExtraBold.woff2") format("woff2");
}
* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: unset;
  box-sizing: border-box;
  transition: 0.3s;
  font-family: "Baloo 2", sans-serif;
  color: #FFFFFF;
}

::-moz-selection {
  background: #FE5000;
  color: #FFFFFF;
}

::selection {
  background: #FE5000;
  color: #FFFFFF;
}

html {
  background: linear-gradient(0deg, rgb(254, 80, 0) 0%, rgb(255, 147, 0) 100%) center/cover no-repeat;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}

html,
body {
  overflow-x: hidden;
}
html figure,
body figure {
  margin: 0;
}

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

button {
  cursor: pointer;
}

.button {
  background: #FEFD3B;
  color: #333333;
  border-radius: 1000px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 52px;
  font: 700 26px/1 "Baloo 2";
  text-transform: uppercase;
  text-align: center;
}

.button:hover {
  background: #FFFFFF;
}

@media (max-width: 1024px) {
  .button {
    font-size: 24px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 820px;
  width: 100%;
  margin: 46px auto 0 auto;
}
@media (max-width: 1024px) {
  .top {
    justify-content: space-between;
  }
  .top > img {
    height: 56px;
  }
}
.top a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 1024px) {
  .top a {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .top a img {
    height: 28px;
  }
}

.copyright {
  text-align: center;
  padding: 96px 0 32px 0;
  font: 400 12px/1 "Baloo 2", sans-serif;
}
@media (max-width: 1024px) {
  .copyright {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    padding: 44px 0;
  }
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 909px;
  width: 100%;
  padding: 0 28px;
  margin: 0 auto;
}
.container--big {
  max-width: 1128px;
}

.clients {
  flex: 2;
  padding: 40px 0 0 0;
}
.clients h1 {
  color: #FEFD3B;
  text-align: center;
}
@media (max-width: 1024px) {
  .clients h1 {
    text-align: left;
  }
}
.clients h1, .clients h1 * {
  font: 400 42px/50px "Baloo 2", sans-serif;
}
@media (max-width: 1024px) {
  .clients h1, .clients h1 * {
    font-size: 30px;
    line-height: 32px;
  }
}
.clients h1 strong, .clients h1 * strong {
  font-weight: 700;
  display: block;
}
.clients h6 {
  margin: 28px 0 18px 0;
  text-align: center;
  color: #FFFFFF;
  font: 500 20px/32px "Baloo 2", sans-serif;
}
@media (max-width: 1024px) {
  .clients h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font: 500 20px/32px "Baloo 2", sans-serif;
  }
}
@media (min-width: 1024px) {
  .clients h6 img {
    display: none;
  }
}
.clients ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  max-width: 812px;
  width: 100%;
  margin: 0 auto;
}
.clients ul li {
  width: calc(50% - 8px);
}
@media (max-width: 1024px) {
  .clients ul li {
    width: 100%;
  }
}
.clients ul li a {
  padding: 20px 20px 20px 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #FFFFFF;
  border-radius: 20px;
}
.clients ul li a span {
  height: 80px;
  min-width: 8px;
  max-width: 8px;
  background: #FEFD3B;
  display: block;
}
@media (max-width: 1024px) {
  .clients ul li a span {
    min-width: 6px;
    max-width: 6px;
    height: 72px;
  }
}
@media (max-width: 1024px) {
  .clients ul li a img {
    width: 40px;
  }
}
.clients ul li a div {
  min-width: 0;
}
@media (max-width: 330px) {
  .clients ul li a div {
    max-width: 200px;
  }
}
.clients ul li a div h5 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  color: #666666;
  font: 500 30px/1 "Baloo 2", sans-serif;
  margin: 0 0 4px 0;
}
@media (max-width: 1024px) {
  .clients ul li a div h5 {
    font-size: 24px;
  }
}
.clients ul li a div p {
  font: 500 18px/1 "Baloo 2", sans-serif;
  color: #FE5000;
}
@media (max-width: 1024px) {
  .clients ul li a div p {
    font-size: 16px;
  }
}
.clients ul li:first-of-type a span {
  background: #FE5000;
}
.clients ul li:nth-of-type(2) a span {
  background: #FF7333;
}
.clients ul li:nth-of-type(3) a span {
  background: #FF9300;
}

.profile {
  padding: 72px 0 0 0;
}
@media (max-width: 1024px) {
  .profile {
    padding: 36px 0 0 0;
  }
}
.profile__person {
  position: relative;
  display: flex;
  max-width: 812px;
  width: 100%;
  margin: 0 auto 40px auto;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 38px 56px 38px 42px;
}
@media (max-width: 1024px) {
  .profile__person {
    padding: 32px 24px 24px 42px;
  }
}
.profile__person__close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.profile__person__line {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: calc(100% - 46px);
  background: #FF9300;
}
.profile__person__container {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 1024px) {
  .profile__person__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.profile__person__container__col {
  flex: 1;
}
.profile__person__container__col h1 {
  font: 500 30px/32px "Baloo 2", sans-serif;
  color: #666666;
  margin: 0 0 12px 0;
}
@media (max-width: 1024px) {
  .profile__person__container__col h1 {
    font-size: 26px;
  }
}
.profile__person__container__col span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.profile__person__container__col span:not(:last-of-type) {
  margin: 0 0 16px 0;
}
.profile__person__container__col span figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 19px;
  max-width: 19px;
}
.profile__person__container__col span p {
  color: #FE5000;
  font: 500 18px/20px "Baloo 2", sans-serif;
}
.profile__title {
  text-transform: uppercase;
  text-align: center;
  font: 400 30px/32px "Baloo 2", sans-serif;
  padding: 0 0 64px 0;
  border-bottom: 1px solid #FEFD3B;
}
@media (max-width: 1024px) {
  .profile__title {
    text-align: left;
    padding: 0 0 26px 0;
  }
}
.profile__section {
  padding: 28px 0;
  max-width: 845px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #FEFD3B;
}
.profile__section h6 {
  font: 500 22px/28px "Baloo 2", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}
@media (max-width: 1024px) {
  .profile__section h6 {
    text-align: left;
  }
}
.profile__section h6 strong {
  color: #FEFD3B;
  font-weight: 700;
}
.profile__section h6 p {
  margin: 4px 0 0 0;
  font: 500 18px/26px "Baloo 2", sans-serif;
}
.profile__section ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (max-width: 1024px) {
  .profile__section ul {
    width: calc(100% + 56px);
    transform: translateX(-28px);
  }
}
.profile__section ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 34px;
  min-height: 77px;
  gap: 16px;
  background: rgba(255, 255, 255, 0.12);
}
@media (max-width: 1024px) {
  .profile__section ul li {
    padding: 0 28px;
  }
}
.profile__section ul li p {
  text-transform: uppercase;
  color: #FFFFFF;
  font: 500 22px/26px "Baloo 2", sans-serif;
}
@media (max-width: 1024px) {
  .profile__section ul li p {
    font: 500 20px/24px "Baloo 2", sans-serif;
  }
}
.profile__section ul li label {
  cursor: pointer;
}
.profile__section ul li label input {
  position: absolute;
  opacity: 0;
}
.profile__section ul li label input:checked ~ div {
  background: #3BFF00;
}
.profile__section ul li label input:checked ~ div span {
  transform: translateX(91%);
}
.profile__section ul li label div {
  position: relative;
  z-index: 5;
  background: #FFFFFF;
  border-radius: 1000px;
  width: 67px;
  height: 35px;
}
.profile__section ul li label div span {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1000px;
  width: 35px;
  height: 35px;
  background: #333333;
}
.profile__section ul li span {
  background: #FFFFFF;
  border-radius: 1000px;
  font: 500 22px/26px "Baloo 2", sans-serif;
  letter-spacing: -1px;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  width: 64px;
  text-align: center;
}
.profile__section > input {
  text-align: center;
  height: 70px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 1000px;
  font: 700 22px/26px "Baloo 2", sans-serif;
  padding: 0 24px;
  max-width: 535px;
  width: 100%;
  color: #333333;
  margin: 0 auto;
}
.profile__section > input::-moz-placeholder {
  opacity: 1;
  color: #666666;
}
.profile__section > input::placeholder {
  opacity: 1;
  color: #666666;
}
.profile__section__inputs div {
  display: flex;
  gap: 16px;
}
@media (max-width: 1024px) {
  .profile__section__inputs div {
    flex-direction: column;
    gap: 12px;
  }
}
.profile__section__inputs div:first-of-type {
  margin: 0 0 20px 0;
}
@media (max-width: 1024px) {
  .profile__section__inputs div:first-of-type {
    margin: 0 0 12px 0;
  }
}
.profile__section__inputs div:first-of-type input:first-of-type {
  width: 260px;
}
.profile__section__inputs div:first-of-type input:nth-of-type(2) {
  width: 100%;
}
.profile__section__inputs div:first-of-type input:last-of-type {
  width: 122px;
}
.profile__section__inputs div:last-of-type input:first-of-type {
  width: 122px;
}
.profile__section__inputs div:last-of-type input:nth-of-type(2), .profile__section__inputs div:last-of-type input:nth-of-type(3) {
  width: 100%;
}
.profile__section__inputs div:last-of-type select {
  width: 122px;
}
.profile__section__inputs div input,
.profile__section__inputs div select,
.profile__section__inputs div option {
  background: #FFFFFF;
  border-radius: 1000px;
  padding: 0 22px;
  height: 45px;
  display: flex;
  align-items: center;
  font: 500 20px/32px "Baloo 2", sans-serif;
  letter-spacing: -1px;
  color: #333333;
}
@media (max-width: 1024px) {
  .profile__section__inputs div input,
  .profile__section__inputs div select,
  .profile__section__inputs div option {
    width: 100% !important;
  }
}
.profile__section__inputs div input::-moz-placeholder, .profile__section__inputs div select::-moz-placeholder, .profile__section__inputs div option::-moz-placeholder {
  opacity: 1;
  color: #666666;
}
.profile__section__inputs div input::placeholder,
.profile__section__inputs div select::placeholder,
.profile__section__inputs div option::placeholder {
  opacity: 1;
  color: #666666;
}
.profile__section__checkboxes {
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  .profile__section__checkboxes {
    flex-wrap: wrap;
  }
}
.profile__section__checkboxes label {
  max-width: 175px;
  width: 100%;
  display: block;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .profile__section__checkboxes label {
    max-width: 100%;
    width: calc(50% - 6px);
  }
}
.profile__section__checkboxes label > input {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.profile__section__checkboxes label > input:checked ~ div {
  background: #FEFD3B;
}
.profile__section__checkboxes label > input:checked ~ div article {
  display: flex;
}
.profile__section__checkboxes label div {
  position: relative;
  z-index: 5;
  background: #FFFFFF;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 175px;
}
.profile__section__checkboxes label div figure {
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile__section__checkboxes label div figure img {
  max-height: 100%;
}
.profile__section__checkboxes label div p {
  font: 700 22px/26px "Baloo 2", sans-serif;
  text-align: center;
  color: #666666;
  text-transform: uppercase;
}
.profile__section__checkboxes label div p span {
  display: block;
  color: #666666;
  font: 600 16px/1 "Baloo 2", sans-serif;
  margin: 2px 0 0 0;
}
.profile__section__checkboxes label div article {
  display: none;
  align-items: center;
  justify-content: center;
  margin: 18px 0 0 0;
  width: 100%;
}
.profile__section__checkboxes label div article button {
  max-width: 34px;
  min-width: 34px;
}
@media (max-width: 1024px) {
  .profile__section__checkboxes label div article button {
    width: 24px;
  }
}
.profile__section__checkboxes label div article input {
  font: 700 60px/1 "Baloo 2", sans-serif;
  color: #FE5000;
  text-align: center;
  height: 48px;
  width: 70px;
}
.profile__section__checkboxes--counter label div {
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .profile__section__checkboxes--three label:last-of-type {
    width: 100%;
    height: 64px;
  }
  .profile__section__checkboxes--three label:last-of-type div {
    padding: 0;
    height: 100%;
    min-height: initial;
  }
}
.profile__section__options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 15px;
}
@media (max-width: 1024px) {
  .profile__section__options {
    gap: 12px;
  }
}
.profile__section__options label {
  cursor: pointer;
  display: block;
}
@media (max-width: 1024px) {
  .profile__section__options label {
    width: calc(50% - 6px);
  }
}
.profile__section__options label input {
  position: absolute;
  opacity: 0;
}
.profile__section__options label input:checked ~ p {
  background: #FEFD3B;
}
.profile__section__options label p {
  padding: 16px 28px;
  position: relative;
  z-index: 5;
  background: #FFFFFF;
  color: #666666;
  font: 700 22px/32px "Baloo 2", sans-serif;
  text-align: center;
  text-transform: uppercase;
  border-radius: 18px;
}
@media (max-width: 1024px) {
  .profile__section__options label p {
    padding-left: 0;
    padding-right: 0;
  }
}
.profile__section__options label:last-of-type {
  max-width: 365px;
  width: 100%;
}
.profile__section--work {
  display: none;
}
.profile__section--order li {
  cursor: grab;
}
.profile__section.profile__section--order ul li span {
  min-width: 64px;
}
.profile__submit {
  color: #333333;
  background: #FEFD3B;
  border-radius: 1000px;
  font: 700 26px/1 "Baloo 2", sans-serif;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 34px auto 0 auto;
  max-width: 535px;
  width: 100%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .profile__submit {
    margin-top: 30px;
  }
}
.profile__submit img {
  display: none;
  width: 32px;
  animation: spin linear infinite 1s;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.profile__submit:hover {
  background: #FFFFFF;
}

.items {
  padding: 70px 0 0 0;
  flex: 2;
}
@media (max-width: 1024px) {
  .items {
    padding: 48px 0 0 0;
  }
}
.items h1 {
  text-transform: uppercase;
  margin: 0 0 70px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .items h1 {
    margin: 0 0 16px 0;
    text-align: left;
  }
}
.items h1, .items h1 * {
  font: 400 42px/50px "Baloo 2", sans-serif;
}
@media (max-width: 1024px) {
  .items h1, .items h1 * {
    font-size: 30px;
    line-height: 32px;
  }
}
.items h1 strong, .items h1 * strong {
  font-weight: 700;
}
.items > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1024px) {
  .items > ul {
    flex-wrap: initial;
    justify-content: flex-start;
    padding: 0 28px;
    overflow-x: auto;
    width: calc(100% + 56px);
    transform: translateX(-28px);
  }
}
.items > ul > li {
  max-width: 312px;
  min-width: 312px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.items > ul > li figure {
  position: relative;
  z-index: 1;
  height: 335px;
}
.items > ul > li figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(30,30,30,0.5) 50%, rgba(0,0,0,0) 100%);
}
.items > ul > li figure article {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 5;
}
.items > ul > li figure article span {
  text-transform: uppercase;
  color: #FE5000;
  font: 700 22px/32px "Baloo 2", sans-serif;
  border-radius: 1000px 0 0 1000px;
  padding: 8px 28px 6px 24px;
  background: #FEFD3B;
  display: block;
}
.items > ul > li figure ul {
  padding: 12px 24px 0 24px;
}
.items > ul > li figure ul li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.items > ul > li figure ul li img {
  width: 15px;
  height: 15px;
}
.items > ul > li figure ul li p {
  font: 700 14px/160% "Baloo 2", sans-serif;
}
.items > ul > li figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.items > ul > li div {
  flex: 2;
  position: relative;
  z-index: 5;
  background: #FF9300;
  border-radius: 20px 20px 0 0;
  margin: -18px 0 0 0;
  display: flex;
  flex-direction: column;
}
.items > ul > li div h6 {
  flex: 2;
  text-transform: uppercase;
  font: 700 30px/1 "Baloo 2", sans-serif;
  padding: 18px 24px;
}
.items > ul > li div h6 span {
  font: 700 22px/1 "Baloo 2", sans-serif;
  display: block;
}
.items > ul > li div h4 {
  text-transform: uppercase;
  background: #666666;
  padding: 5px 24px;
  font: 700 18px/32px "Baloo 2", sans-serif;
  color: #FFFFFF;
}
.items > ul > li div ul {
  padding: 18px 20px 20px 24px;
}
.items > ul > li div ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.items > ul > li div ul li:not(:last-of-type) {
  margin: 0 0 8px 0;
}
.items > ul > li div ul li p {
  font: 700 18px/24px "Baloo 2", sans-serif;
}
.items > div {
  display: flex;
  justify-content: center;
  margin: 48px 0 0 0;
}
@media (max-width: 1024px) {
  .items > div {
    margin: 32px 0 0 0;
  }
}

.responses {
  padding: 70px 0 0 0;
  flex: 2;
}
@media (max-width: 1024px) {
  .responses {
    padding: 48px 0 0 0;
  }
}
.responses h1 {
  text-transform: uppercase;
  margin: 0 0 40px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .responses h1 {
    margin: 0 20px 16px 20px;
    text-align: left;
  }
}
.responses h1, .responses h1 * {
  font: 400 42px/50px "Baloo 2", sans-serif;
}
@media (max-width: 1024px) {
  .responses h1, .responses h1 * {
    font-size: 30px;
    line-height: 32px;
  }
}
.responses h1 strong, .responses h1 * strong {
  font-weight: 700;
}
.responses ul {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.responses ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 48px;
}
.responses ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.responses ul li img {
  width: 28px;
}
.responses ul li p {
  text-transform: uppercase;
  font: 500 22px/26px "Baloo 2";
}
@media (max-width: 1024px) {
  .responses ul li {
    height: 30px;
  }
  .responses ul li p {
    font-size: 14px;
  }
  .responses ul li img {
    width: 21px;
  }
}
.responses > div {
  display: flex;
  justify-content: center;
  margin: 32px 0 0 0;
}