@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --index: calc(1vw + 1vh);
  --font-size: 16px;
  --line-height: 120%;
  --item-width: 325px;
  --burger-color: black;
  --burger-color-active: white;
  --container-width: 1200px;
  --container-padding: 30px;
  --font-default: "Inter", sans-serif;
  --transition: cubic-bezier(0.445, 0.050, 0.550, 0.950);
  --transition2: cubic-bezier(0.785, 0.135, 0.150, 0.860);
  --transition3: cubic-bezier(0.715, -0.235, 0.120, 1.300);
  --bg-body: white;
  --color-body: #1B263B;
  --color-text: #1B263B;
  --white-2: #F2F5F7;
  --outline-light-1: #E9EAEB;
  --outline-light-2: #DBE6ED;
  --primary: #17A2B8;
  --primary-dark: #10879A;
  --primary-light: #E7EFF1;
  --primary-mid: #C3DBDF;
  --primary-mid-1: #BADFE5;
  --grey-2: #B4B8CB;
  --dark-2: #70748B;
  --dark-3: #585A69;
  --black: #1B263B;
}
@media screen and (max-width: 480px) {
  :root {
    --item-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --container-padding: 15px;
  }
}

/* responsive */
@font-face {
  font-family: "Diatype";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Diatype/ABCDiatype-Regular.woff2") format("woff2");
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
}

a {
  transition: 0.3s ease;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

ul {
  list-style: none;
}

input,
a {
  outline: none !important;
  color: var(--color-text);
}

button,
input,
textarea {
  font-family: var(--font-default);
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

*::-webkit-input-placeholder {
  opacity: 1;
}

*:-moz-placeholder {
  opacity: 1;
}

*::-moz-placeholder {
  opacity: 1;
}

*:-ms-input-placeholder {
  opacity: 1;
}

input:focus {
  outline: none;
}

html {
  font-size: var(--font-size);
}

body {
  background: var(--bg-body);
  font-size: var(--font-size);
  min-width: 320px;
  position: relative;
  line-height: var(--line-height);
  font-family: var(--font-default);
  font-weight: normal;
  font-style: normal;
  color: var(--color-body);
  padding-top: 160px;
}
@media screen and (max-width: 480px) {
  body {
    padding-top: 115px;
  }
}
body._home {
  padding-top: 90px;
}
@media screen and (max-width: 992px) {
  body._home {
    padding-top: 85px;
  }
}
body.no-scroll {
  overflow: hidden;
  padding-right: 15px;
}
@media screen and (max-width: 992px) {
  body.no-scroll {
    padding-right: 0px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

@media screen and (min-width: 480px) {
  .-md4-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .-md3-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  .-md1-hidden {
    display: none !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  max-width: var(--container-width);
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}

.container-fluid {
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
  margin-right: auto;
  margin-left: auto;
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
}

.burger-content {
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 85px;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 999;
}
.burger-content__body {
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  overflow-y: scroll;
  max-height: calc(100vh - 85px);
  width: 100%;
  padding: 30px 15px 10px;
  text-align: center;
}
.burger-content__body .soc {
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin: 10px 0;
}
.burger-content nav {
  font-size: 20px;
  color: var(--dark-3);
  line-height: 120%;
}
.burger-content nav a {
  color: var(--dark-3);
}
.burger-content nav ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.burger-content nav ul li {
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid var(--outline-light-1);
}
.burger-content nav ul li.menu-item-has-children a, .burger-content nav ul li.menu-item-has-children span {
  position: relative;
  display: inline-block;
}
.burger-content nav ul li.menu-item-has-children a::after, .burger-content nav ul li.menu-item-has-children span::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  width: 19px;
  height: 19px;
  transition: 0.3s ease;
}
.burger-content nav ul li.menu-item-has-children.active a::after, .burger-content nav ul li.menu-item-has-children.active span::after {
  transform: translateY(-50%) rotate(180deg);
}
.burger-content nav ul li.menu-item-has-children.active ul {
  display: flex;
}
.burger-content nav ul li.menu-item-has-children ul {
  margin-top: 10px;
  display: none;
}
.burger-content nav ul li.menu-item-has-children ul li {
  border: none;
}
.burger-content nav ul li.menu-item-has-children ul li a::after {
  display: none;
}
.burger-content .burger__lang ul {
  flex-direction: row;
  justify-content: space-around;
  font-size: 16px;
  max-width: 576px;
  margin: 0 auto;
}
.burger-content .burger__lang ul li.active a {
  color: var(--primary-dark);
}
.burger-content .soc a {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
}

.soc {
  display: flex;
  align-items: center;
  gap: 10px;
}
.soc a {
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  background: var(--outline-light-1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: white;
  background: var(--primary);
  padding: 18px 30px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: none;
  transition: 0.3s ease;
}
@media screen and (max-width: 480px) {
  .btn {
    font-size: 16px;
  }
}
.btn:hover {
  opacity: 1;
  background: var(--primary-dark);
}
.btn:active {
  background: var(--color-body);
}

.btn--outline {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}
.btn--outline:hover {
  background: var(--primary-light);
  border-color: var(--primary-dark);
  color: var(--primary-dark);
}
.btn--outline:active {
  background: var(--primary-mid);
}

.btn--disabled {
  border: none !important;
  background: var(--outline-light-2) !important;
  color: var(--grey-2) !important;
  pointer-events: none;
}

h1 {
  margin: 0;
  font-weight: 400;
  font-family: "Dela Gothic One";
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.curved-img {
  background-image: url("../img/shaped-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  min-width: 490px;
  max-width: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .curved-img {
    height: 317px;
    max-width: 345px;
    min-width: 345px;
  }
}
@media screen and (max-width: 480px) {
  .curved-img {
    min-width: 310px;
    width: 100%;
  }
}
.curved-img__inner {
  -webkit-clip-path: url(#shapedForm);
          clip-path: url(#shapedForm);
  height: 450px;
  max-width: 383px;
  min-width: 383px;
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media screen and (max-width: 992px) {
  .curved-img__inner {
    transform: scale(0.7);
    margin-left: 20px;
  }
}
.curved-img__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.square-img {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid var(--primary-mid);
  position: relative;
  overflow: hidden;
}
.square-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/square.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.square-img__inner {
  height: 366px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .square-img__inner {
    height: 330px;
  }
}
@media screen and (max-width: 768px) {
  .square-img__inner {
    height: 310px;
  }
}
@media screen and (max-width: 480px) {
  .square-img__inner {
    height: 218px;
  }
}
.square-img__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.items {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.items__el {
  position: relative;
}
.items__el::after {
  content: "";
  height: 150%;
  width: 1px;
  border-left: 1px dashed var(--primary);
  position: absolute;
  top: 0;
  left: 22px;
  z-index: 0;
}
.items__el:last-child::after {
  display: none;
}
.items__el-top {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.items__el-num {
  color: white;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  max-width: 55px;
  height: 55px;
  border: 5px solid white;
  margin-left: -5px;
  border-radius: 100%;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.items__el-num:last-child::after {
  display: none;
}
.items__el-offer {
  font-family: "Dela Gothic One";
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
.items__el-desc {
  padding-left: 60px;
  margin-top: 5.5px;
}
@media screen and (max-width: 480px) {
  .items__el-desc {
    padding-left: 50px;
  }
}
.items__el-desc ul {
  list-style: disc;
  padding-left: 15px;
  line-height: 120%;
}

.page__descs {
  align-items: flex-start;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 480px) {
  .page__descs {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10px;
  }
}
.page__descs p {
  grid-column: 3 span;
  background: var(--outline-light-1);
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .page__descs p {
    grid-column: 4 span;
  }
}
@media screen and (max-width: 768px) {
  .page__descs p {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 480px) {
  .page__descs p {
    grid-column: 12 span;
  }
}

.pricelist {
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  .pricelist {
    padding: 60px 0;
  }
}
.pricelist__offer {
  font-family: "Dela Gothic One";
  font-size: 28px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .pricelist__offer {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
.pricelist__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-bottom: 1px solid var(--grey-2);
  padding: 15px 10px;
  color: var(--dark-2);
  line-height: 120%;
}
@media (max-width: 350px) {
  .pricelist__item {
    padding: 15px 0;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
.pricelist__item span:first-child {
  width: 100%;
}
.pricelist__item span:last-child {
  min-width: 120px;
  text-align: right;
}
@media (max-width: 350px) {
  .pricelist__item span:last-child {
    min-width: 100px;
  }
}

.request__body {
  background: var(--white-2);
  border-radius: 5px;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .request__body {
    padding: 15px;
  }
}
.request__offer {
  font-family: "Dela Gothic One";
  font-size: 28px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .request__offer {
    font-size: 21px;
    margin-bottom: 25px;
  }
}
.request__inputs {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}
@media screen and (max-width: 480px) {
  .request__inputs {
    margin-bottom: 25px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.request__inputs label {
  grid-column: 6 span;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
@media screen and (max-width: 480px) {
  .request__inputs label {
    grid-column: 12 span;
  }
}
.request__inputs label span {
  color: var(--dark-2);
}
.request__inputs label input {
  padding: 14px 13px;
  border-radius: 5px;
  background: white;
  border: 1px solid var(--outline-light-1);
  transition: 0.3s ease;
  color: var(--dark-3);
}
.request__inputs label input::-moz-placeholder {
  color: var(--outline-light-2);
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.request__inputs label input::placeholder {
  color: var(--outline-light-2);
  transition: 0.3s ease;
}
.request__inputs label input:hover {
  border-color: #BADFE5;
}
.request__inputs label input:hover::-moz-placeholder {
  color: var(--grey-2);
}
.request__inputs label input:hover::placeholder {
  color: var(--grey-2);
}
.request__inputs label input:focus {
  border-color: var(--primary);
}
.request__inputs--contact label {
  grid-column: 12 span;
}
.request__btn {
  text-align: center;
}

.secret__body {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
  color: var(--dark-3);
}
@media screen and (max-width: 992px) {
  .secret__body {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.secret__sidebar {
  grid-column: 2 span;
}
@media screen and (max-width: 992px) {
  .secret__sidebar {
    grid-column: 12 span;
  }
}
.secret__sidebar ul {
  display: flex;
  flex-direction: column;
}
.secret__sidebar ul li a {
  padding: 15px;
  display: block;
  border-bottom: 1px solid var(--outline-light-1);
  font-weight: 600;
  color: var(--dark-2);
}
.secret__sidebar ul li a:hover, .secret__sidebar ul li a.active {
  background: var(--white-2);
  border-bottom: 1px solid var(--primary-mid);
  opacity: 1;
}
.secret__content {
  grid-column: 7 span;
}
@media screen and (max-width: 992px) {
  .secret__content {
    grid-column: 12 span;
  }
}
.secret__content h1 {
  font-size: 28px;
  margin-bottom: 20px;
  color: var(--color-body);
}
@media screen and (max-width: 480px) {
  .secret__content h1 {
    font-size: 21px;
  }
}
.secret h2, .secret h3, .secret h4 {
  color: var(--color-body);
}
.secret__desc {
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .secret__desc {
    margin-bottom: 40px;
  }
}

.swiper-button-prev {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-image: url("../img/slider-prev.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  transition: background-color 0.3s ease;
}
.swiper-button-prev::after {
  display: none;
}
@media screen and (max-width: 1280px) {
  .swiper-button-prev {
    display: none;
  }
}
.swiper-button-prev:hover {
  background-color: var(--primary-light);
}
.swiper-button-prev:active {
  background-image: url("../img/slider-prev-active.svg");
}

.swiper-button-next {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-image: url("../img/slider-next.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  transition: background-color 0.3s ease;
}
.swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 1280px) {
  .swiper-button-next {
    display: none;
  }
}
.swiper-button-next:hover {
  background-color: var(--primary-light);
}
.swiper-button-next:active {
  background-image: url("../img/slider-next-active.svg");
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  bottom: -32px !important;
  display: none;
}
@media screen and (max-width: 1280px) {
  .swiper-pagination {
    display: flex;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  padding: 0 !important;
  width: 12px !important;
  height: 12px !important;
  opacity: 1;
  background: var(--primary-mid);
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}

.custom-select {
  width: 100%;
}
.custom-select .custom-select__option {
  font-size: 16px;
  line-height: 100%;
}
.custom-select .custom-select__option--value {
  color: var(--dark-3);
  border: 1px solid var(--outline-light-1);
  padding: 14px 13px;
  border-radius: 5px;
  height: 47px;
}
.custom-select .custom-select__option--value:hover {
  background: transparent;
  border-color: var(--primary-mid);
}
.custom-select .custom-select__option--value::after {
  border: none;
  background-image: url("../img/jobs-dropdown.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  right: 14;
}
.custom-select .custom-select__input {
  display: none;
}
.custom-select .custom-select__dropdown {
  top: calc(100% + 5px);
  border-radius: 5px;
  border: 1px solid var(--primary-mid);
}
.custom-select .custom-select__option-wrap {
  max-height: 260px;
}
.custom-select .custom-select__option-wrap::-webkit-scrollbar {
  width: 6px;
}
.custom-select .custom-select__option-wrap::-webkit-scrollbar-thumb {
  background: var(--primary-mid);
  border-radius: 100px;
}
.custom-select .custom-select__option-wrap .custom-select__option {
  padding: 16.5px 13px;
  color: var(--dark-2);
}

.header {
  color: var(--dark-3);
  height: 90px;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 10px 0px rgba(192, 192, 192, 0.25);
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  background: white;
}
@media screen and (max-width: 992px) {
  .header {
    height: 85px;
    padding: 32.5px 0 17.5px;
  }
}
.header a {
  text-decoration: none;
  color: var(--dark-3);
}
.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .header__body {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .header nav {
    display: none;
  }
}
.header nav ul {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .header nav ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.header nav ul li a:hover {
  opacity: 1;
  color: var(--primary-dark);
}
.header nav ul li.menu-item-has-children {
  position: relative;
}
.header nav ul li.menu-item-has-children::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  width: 19px;
  height: 19px;
  transition: 0.3s ease;
}
.header nav ul li.menu-item-has-children:hover a, .header nav ul li.menu-item-has-children.active a {
  color: var(--primary-dark);
}
.header nav ul li.menu-item-has-children:hover::after, .header nav ul li.menu-item-has-children.active::after {
  background-image: url("../img/arrow-down-active.svg");
  transform: translateY(-50%) rotate(180deg);
}
.header nav ul li.menu-item-has-children ul {
  text-transform: none;
  position: absolute;
  top: 55px;
  right: -24px;
  text-align: center;
  background: white;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--outline-light-1);
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  display: none;
  row-gap: 15px;
}
.header nav ul li.menu-item-has-children ul.active {
  display: flex;
}
.header nav ul li.menu-item-has-children ul li a {
  min-width: 120px;
  display: inline-block;
  color: var(--dark-3) !important;
}
.header nav ul li.menu-item-has-children ul li a:hover {
  color: var(--primary-dark) !important;
}
.header__logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .header__logo {
    max-width: 117px;
  }
  .header__logo img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .header .soc {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .header .soc {
    display: none;
  }
}
.header__right {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 1280px) {
  .header__right {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
.header__profile-wrap {
  position: relative;
}
.header__profile-wrap ul {
  text-transform: none;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: white;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--outline-light-1);
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  display: none;
  row-gap: 15px;
}
.header__profile-wrap ul.active {
  display: flex;
}
.header__profile-wrap ul li a {
  min-width: 220px;
  font-weight: 600;
  display: inline-block;
  color: var(--dark-3) !important;
}
.header__profile-wrap ul li a:hover {
  color: var(--primary-dark) !important;
}
.header__profile {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--outline-light-1);
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  cursor: pointer;
}
.header__profile svg {
  fill: var(--color-body);
}
.header__profile--signed {
  background: var(--primary-light);
}
.header__profile--signed svg {
  fill: var(--primary);
}
@media screen and (max-width: 992px) {
  .header__profile--signed {
    display: none;
  }
}
.header__profile--signed-mob {
  background: var(--primary-light);
  display: none;
}
.header__profile--signed-mob svg {
  fill: var(--primary);
}
@media screen and (max-width: 992px) {
  .header__profile--signed-mob {
    display: flex;
  }
}
.header__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--outline-light-1);
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 992px) {
  .header__burger {
    display: flex;
  }
}
.header__burger svg {
  fill: var(--color-body);
}
.header__lang {
  position: relative;
}
@media screen and (max-width: 992px) {
  .header__lang {
    display: none;
  }
}
.header__lang ul {
  position: absolute;
  top: 57px;
  left: 50%;
  text-align: center;
  background: white;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--outline-light-1);
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  display: none;
  row-gap: 15px;
  transform: translateX(-50%);
}
.header__lang ul.active {
  display: flex;
}
.header__lang ul li a {
  display: inline-block;
  min-width: 90px;
}
.header__lang ul li a:hover {
  color: var(--primary-dark);
  opacity: 1;
}
.header__lang-top {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}
.header__lang-top:hover {
  opacity: 0.6;
}
.header__lang-top svg {
  transition: 0.3s ease;
}
.header__lang-top.active svg {
  transform: rotate(180deg);
}

.homesect {
  background-image: url("../img/homesect.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-top: 320px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .homesect {
    padding-top: 220px;
  }
}
@media screen and (max-width: 992px) {
  .homesect {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .homesect {
    padding-top: 43px;
  }
}
@media screen and (max-width: 480px) {
  .homesect {
    padding-top: 0;
  }
}
.homesect::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 162, 184, 0.2);
  z-index: 0;
}
.homesect__body {
  background: rgba(12, 138, 158, 0.7);
  max-width: 624px;
  z-index: 1;
  position: relative;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  padding: 20px;
  border-radius: 10px;
  bottom: -97px;
  color: white;
}
@media screen and (max-width: 992px) {
  .homesect__body {
    margin-right: 72px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .homesect__body {
    bottom: -161px;
  }
}
.homesect__body::after {
  content: "";
  position: absolute;
  width: 124px;
  height: 140px;
  background-image: url("../img/homesect-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  right: -117px;
  bottom: -9px;
}
@media screen and (max-width: 992px) {
  .homesect__body::after {
    bottom: -20px;
    right: -72px;
    width: 86px;
    height: 92px;
  }
}
.homesect__body h1 {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Dela Gothic One";
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .homesect__body h1 {
    font-size: 24px;
  }
}
.homesect__body p {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .homesect__body p {
    font-size: 16px;
    font-weight: 400;
  }
}
.homesect__link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: white;
  font-weight: 400;
  font-size: 15px;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .homesect__link {
    display: none;
  }
}
.homesect__link--mob {
  display: none;
}
@media screen and (max-width: 992px) {
  .homesect__link--mob {
    display: inline-block;
    bottom: 10px;
    right: 10px;
  }
}
.homesect__link--mob-link {
  margin-top: 60px;
  text-align: center;
  display: none;
}
@media screen and (max-width: 992px) {
  .homesect__link--mob-link {
    display: block;
  }
}
.homesect__link--mob-link a {
  font-size: 15px;
  color: var(--dark-3);
}

.homejobs {
  padding: 146px 0 100px;
}
@media screen and (max-width: 480px) {
  .homejobs {
    padding: 206px 0 60px;
  }
}
.homejobs__slider-wrapper {
  position: relative;
}
.homejobs__slider {
  margin-bottom: 52px;
  overflow: hidden;
  position: relative;
}
.homejobs__item {
  border-radius: 10px;
  border: 1px solid var(--outline-light-1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.homejobs__item-top {
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.homejobs__item-offer a {
  color: var(--dark-3);
  font-family: "Dela Gothic One";
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .homejobs__item-offer a {
    font-weight: 700;
    font-family: "Inter", sans-serif;
  }
}
.homejobs__item-offer a:hover {
  opacity: 1;
  color: var(--primary-dark);
}
.homejobs__item-title {
  color: var(--dark-2);
}
.homejobs__item-els {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.homejobs__item-el {
  font-size: 15px;
  border-radius: 6px;
  padding: 5px 10px;
}
.homejobs__item-el--salary {
  color: #26AE8A;
  background: #CDE7E0;
}
.homejobs__item-el--status {
  color: #209EEC;
  background: #CDDCE7;
}
.homejobs__item-el--exp {
  color: #5943D5;
  background: #D1CDE7;
}
.homejobs__item-desc {
  color: var(--dark-2);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.homejobs__item-bottom {
  margin-top: auto;
  border-top: 1px solid var(--outline-light-1);
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homejobs__item-time {
  color: var(--dark-2);
}
.homejobs__item-btn {
  color: white;
  padding: 7px 15px;
  border-radius: 5px;
  background: var(--primary);
}
.homejobs__item-btn:hover {
  opacity: 1;
  background: var(--primary-dark);
}
.homejobs__btn {
  text-align: center;
}

.how {
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .how {
    padding-bottom: 60px;
  }
}
.how__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 26px;
       column-gap: 26px;
}
@media screen and (max-width: 992px) {
  .how__body {
    flex-direction: column-reverse;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 25px;
  }
}
.how__left {
  max-width: 624px;
}
@media screen and (max-width: 992px) {
  .how__left {
    max-width: 100%;
  }
}
.how__offer {
  font-family: "Dela Gothic One";
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .how__offer {
    display: none;
  }
}
.how__offer--mob {
  display: none;
}
@media screen and (max-width: 992px) {
  .how__offer--mob {
    display: block;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .how__offer--mob {
    font-size: 24px;
  }
}
.how__desc {
  color: var(--dark-2);
  margin-bottom: 20px;
}
.how__items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 496px;
}
.how__item {
  display: flex;
  align-items: center;
  color: var(--dark-2);
  -moz-column-gap: 15px;
       column-gap: 15px;
  position: relative;
}
.how__item::after {
  content: "";
  height: 200%;
  width: 1px;
  border-left: 1px dashed var(--primary);
  position: absolute;
  top: 0;
  left: 22px;
  z-index: 0;
}
.how__item:last-child::after {
  display: none;
}
.how__item span {
  color: white;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  max-width: 55px;
  height: 55px;
  border: 5px solid white;
  margin-left: -5px;
  z-index: 1;
  border-radius: 100%;
  font-weight: 600;
  font-size: 20px;
  position: relative;
}
.how__item p {
  margin-left: -5px;
}
.how__img {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .how__img {
    height: 300px;
    max-width: 350px;
    min-width: 350px;
  }
  .how__img .curved-img__inner {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 480px) {
  .how__img {
    height: 250px;
    max-width: 272px;
    min-width: 272px;
  }
  .how__img .curved-img__inner {
    transform: scale(0.55);
    margin-left: 15px;
  }
}
.how__img img {
  max-width: 100%;
}

.homeserv {
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .homeserv {
    padding-bottom: 60px;
  }
}
.homeserv__offer {
  font-family: "Dela Gothic One";
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .homeserv__offer {
    font-size: 24px;
  }
}
.homeserv__desc {
  color: var(--dark-2);
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .homeserv__desc {
    margin-bottom: 25px;
  }
}
.homeserv__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
}
@media screen and (max-width: 480px) {
  .homeserv__items {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
.homeserv__item {
  text-align: center;
  width: 204px;
}
@media screen and (max-width: 480px) {
  .homeserv__item {
    width: 45%;
  }
}
.homeserv__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-light);
  border-radius: 10px;
  padding: 10px;
  max-width: 70px;
  min-width: 70px;
  height: 70px;
  margin: 0 auto 30px;
}
.homeserv__item-offer {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
}
@media screen and (max-width: 480px) {
  .homeserv__item-offer {
    font-weight: 600;
    font-size: 16px;
  }
}

.homedef {
  background: var(--outline-light-1);
  padding: 70px 0;
}
.homedef__body {
  text-align: center;
  max-width: 964px;
  margin: 0 auto;
}
.homedef__offer {
  font-family: "Dela Gothic One";
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .homedef__offer {
    font-size: 21px;
  }
}
.homedef__desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
}
@media screen and (max-width: 480px) {
  .homedef__desc {
    font-weight: 400;
    font-size: 16px;
  }
}

.education {
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .education {
    padding-top: 60px;
  }
  .education--mt {
    padding-top: 97px;
  }
}
.education__body {
  display: flex;
  position: relative;
}
@media screen and (max-width: 992px) {
  .education__body {
    flex-direction: column;
  }
}
.education__img {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 53%;
}
@media screen and (max-width: 992px) {
  .education__img {
    position: relative;
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .education__img {
    height: 194px;
  }
}
.education__img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
}
.education__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.education__content {
  padding: 20px 0;
  position: relative;
  z-index: 1;
  width: 60%;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .education__content {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .education__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.education__wrap {
  background: var(--primary-light);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.education__offer {
  font-weight: 400;
  font-family: "Dela Gothic One";
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .education__offer {
    font-size: 24px;
  }
}
.education__desc {
  color: var(--dark-2);
}
.services {
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .services {
    padding-bottom: 60px;
  }
}
.services__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 576px) {
  .services__items {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 15px;
  }
}
.services__item {
  grid-column: 4 span;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  transition: 0.3s ease;
  background: var(--white-2);
  padding: 15px 15px 25px;
  border-radius: 5px;
  border: 1px solid transparent;
}
@media screen and (max-width: 992px) {
  .services__item {
    grid-column: 6 span;
  }
}
@media (max-width: 576px) {
  .services__item {
    grid-column: 12 span;
  }
}
@media screen and (max-width: 480px) {
  .services__item {
    padding: 15px 15px 20px;
  }
}
.services__item:hover {
  border-color: var(--primary-mid);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
}
.services__item-top {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (max-width: 480px) {
  .services__item-top {
    flex-direction: row;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: center;
  }
}
.services__item-img {
  display: flex;
  align-items: center;
  height: 45px;
  min-width: 45px;
  max-width: 45px;
}
.services__item-offer {
  font-family: "Dela Gothic One";
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  min-height: 44px;
}
@media screen and (max-width: 480px) {
  .services__item-offer {
    min-height: 0;
  }
}
.services__item-desc {
  color: var(--dark-2);
  font-weight: 600;
}
.services__item-btn {
  color: var(--primary-dark);
  font-weight: 600;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-top: auto;
}

.consult__body {
  background: var(--white-2);
  border: 1px solid var(--outline-light-2);
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  padding-right: 100px;
}
.consult__offer {
  font-family: "Dela Gothic One";
  font-size: 36px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .consult__offer {
    font-size: 24px;
  }
}
.consult__desc {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.consult__btn {
  position: relative;
  z-index: 1;
}
.consult__img {
  position: absolute;
  max-width: 394px;
  top: -20px;
  right: -43px;
  transform: rotate(24.41deg);
}
@media screen and (max-width: 992px) {
  .consult__img {
    right: -170px;
    top: 0px;
    max-width: 333px;
  }
}
.consult__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.audit__body {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 992px) {
  .audit__body {
    flex-direction: column;
    row-gap: 25px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.legal {
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .legal {
    padding-bottom: 60px;
  }
}
.legal__desc {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .legal__desc {
    margin-bottom: 25px;
  }
}
.legal .items__el::after {
  height: 120%;
}
.legal__content {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 992px) {
  .legal__content {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    row-gap: 45px;
  }
}

.contact__body {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 992px) {
  .contact__body {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 25px;
  }
}
.contact .request__body {
  width: 60%;
}
@media screen and (max-width: 992px) {
  .contact .request__body {
    width: 100%;
  }
}
.contact__right {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 40%;
}
@media screen and (max-width: 992px) {
  .contact__right {
    width: 100%;
  }
}
.contact__items {
  background: var(--white-2);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 480px) {
  .contact .square-img .square-img__inner {
    height: 270px;
  }
}

.teaching__body {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 992px) {
  .teaching__body {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 25px;
  }
}
.teaching__desc {
  width: 51%;
}
@media screen and (max-width: 992px) {
  .teaching__desc {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .teaching .square-img {
    width: 100%;
  }
}

.interview__desc {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .interview__desc {
    margin-bottom: 25px;
  }
}
.interview__content {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 992px) {
  .interview__content {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 25px;
  }
}
.interview__content .items {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .interview__content .items {
    width: 100%;
  }
}
.interview__content .square-img {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .interview__content .square-img {
    width: 100%;
  }
}
.interview .items__el::after {
  display: none;
}

.hraudit {
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .hraudit {
    padding-bottom: 60px;
  }
}
.hraudit__desc {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .hraudit__desc {
    margin-bottom: 25px;
  }
}
.hraudit__content {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 992px) {
  .hraudit__content {
    flex-direction: column;
    row-gap: 25px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.hraudit__left {
  width: 64%;
  height: auto;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 200px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 992px) {
  .hraudit__left {
    width: 100%;
    min-height: 0;
    height: auto;
  }
}
.hraudit__left-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .hraudit__left-img {
    width: calc(100% - 55px);
    height: 200px;
    max-width: 500px;
  }
}
.hraudit__left-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.hraudit__left-text {
  font-weight: 600;
  color: white;
  padding: 20px;
  background: rgba(12, 138, 158, 0.7);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  border-radius: 10px;
  max-width: 400px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
@media screen and (max-width: 992px) {
  .hraudit__left-text {
    max-width: 290px;
    position: static;
    top: 0;
    bottom: auto;
    left: auto;
    margin-left: auto;
    margin-top: 180px;
  }
}
.hraudit__right {
  width: 36%;
}
@media screen and (max-width: 992px) {
  .hraudit__right {
    width: 100%;
  }
}

.psycho {
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .psycho {
    padding-top: 60px;
  }
}
.psycho__body {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 992px) {
  .psycho__body {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 22px;
  }
}
.psycho__body .items {
  width: 35%;
}
@media screen and (max-width: 992px) {
  .psycho__body .items {
    width: 100%;
  }
}

.testspass {
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .testspass {
    padding-top: 60px;
  }
}
.testspass__offer {
  margin-bottom: 40px;
  text-align: center;
  font-family: "Dela Gothic One";
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
}
@media screen and (max-width: 480px) {
  .testspass__offer {
    margin-bottom: 25px;
    font-size: 21px;
  }
}
.testspass__content {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 992px) {
  .testspass__content {
    flex-direction: column;
    row-gap: 45px;
  }
}

.tests {
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .tests {
    padding-top: 60px;
  }
}
.tests__body {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 480px) {
  .tests__body {
    row-gap: 15px;
  }
}
.tests__offer {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 400;
  font-family: "Dela Gothic One";
  font-size: 28px;
}
@media screen and (max-width: 480px) {
  .tests__offer {
    margin-bottom: 25px;
    font-size: 21px;
  }
}
.tests__item {
  background: var(--white-2);
  padding: 60px 20px 20px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.tests__item::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: var(--primary);
}
.tests__item h3 {
  font-family: "Dela Gothic One";
  font-weight: 400;
  font-size: 18px;
}
.tests__item ul {
  list-style: disc;
  padding-left: 20px;
}

.proforientation__desc {
  margin-bottom: 20px;
}
.proforientation__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 480px) {
  .proforientation__items {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10px;
  }
}
.proforientation__item {
  grid-column: 3 span;
}
@media screen and (max-width: 992px) {
  .proforientation__item {
    grid-column: 4 span;
  }
}
@media screen and (max-width: 768px) {
  .proforientation__item {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 480px) {
  .proforientation__item {
    grid-column: 12 span;
  }
}
.proforientation__item span {
  background: var(--outline-light-1);
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
}

.profitems {
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .profitems {
    padding-bottom: 60px;
  }
}
.profitems .items__el {
  position: relative;
}
.profitems .items__el::after {
  content: "";
  height: 150%;
  width: 1px;
  border-left: 1px dashed var(--primary);
  position: absolute;
  top: 0;
  left: 22px;
  z-index: 0;
}
.profitems .items__el:last-child::after {
  display: none;
}
.profitems .items__el-top {
  position: relative;
  z-index: 1;
}
.profitems .items__el-num {
  color: white;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  max-width: 55px;
  height: 55px;
  border: 5px solid white;
  margin-left: -5px;
  z-index: 1;
  border-radius: 100%;
  font-weight: 600;
  font-size: 20px;
  position: relative;
}
.profitems .items__el-offer {
  margin-left: -5px;
}

.whyprof {
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .whyprof {
    padding-bottom: 60px;
  }
}
.whyprof__body {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .whyprof__body {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .whyprof__body {
    row-gap: 10px;
  }
}
.whyprof__left {
  position: relative;
  z-index: 1;
  max-width: 718px;
  margin-right: 200px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .whyprof__left {
    max-width: 100%;
    margin-right: 0;
    min-height: 0;
  }
}
.whyprof__offer {
  margin-bottom: 40px;
  font-family: "Dela Gothic One";
  font-size: 28px;
  line-height: 120%;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  .whyprof__offer {
    max-width: 540px;
  }
}
@media screen and (max-width: 992px) {
  .whyprof__offer {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .whyprof__offer {
    font-size: 21px;
    margin-bottom: 25px;
  }
}
.whyprof__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .whyprof__items {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10px;
  }
}
.whyprof__item {
  grid-column: 6 span;
  background: var(--white-2);
  padding: 60px 20px 20px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .whyprof__item {
    grid-column: 12 span;
  }
}
@media screen and (max-width: 480px) {
  .whyprof__item {
    padding: 15px 15px 15px 55px;
    row-gap: 15px;
  }
}
.whyprof__item::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: var(--primary);
}
@media screen and (max-width: 480px) {
  .whyprof__item::before {
    top: 15px;
    left: 15px;
  }
}
.whyprof__item h3 {
  font-family: "Dela Gothic One";
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .whyprof__item h3 {
    font-size: 18px;
  }
}
.whyprof__img {
  position: absolute;
  right: 0;
  width: 39%;
}
@media screen and (max-width: 992px) {
  .whyprof__img {
    position: static;
    width: 100%;
  }
}
.whyprof__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .whyprof__img img {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .whyprof__img img {
    height: 200px;
  }
}

.career__desc {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .career__desc {
    margin-bottom: 25px;
  }
}
.career__content {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 992px) {
  .career__content {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 25px;
  }
}
.career__content .items {
  width: 50%;
}
.career__content .items .items__el::after {
  display: none;
}
@media screen and (max-width: 992px) {
  .career__content .items {
    width: 100%;
  }
}
.career__content .square-img {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .career__content .square-img {
    width: 100%;
  }
}

.packs {
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .packs {
    padding-top: 60px;
  }
}
.packs__offer {
  text-align: center;
  font-family: "Dela Gothic One";
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .packs__offer {
    font-size: 21px;
    margin-bottom: 25px;
  }
}
.packs__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .packs__items {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 15px;
  }
}
.packs__item {
  grid-column: 4 span;
  background: var(--white-2);
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (max-width: 1280px) {
  .packs__item {
    padding: 15px;
  }
}
@media screen and (max-width: 992px) {
  .packs__item {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 768px) {
  .packs__item {
    grid-column: 12 span;
    row-gap: 20px;
  }
}
.packs__item-offers {
  text-align: center;
}
.packs__item-sub {
  font-weight: 400;
  font-family: "Dela Gothic One";
  font-size: 18px;
  margin-bottom: 15px;
}
.packs__item-price {
  color: var(--primary-dark);
  font-weight: 400;
  font-family: "Dela Gothic One";
  font-size: 28px;
  line-height: 120%;
}
.packs__item-els {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.packs__item-el {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  color: var(--dark-2);
}
.packs__item-el-img {
  display: flex;
  align-items: center;
}
.packs__item-eco {
  font-family: "Dela Gothic One";
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #B817A8;
}

.tarifs {
  padding-bottom: 40px;
}
.tarifs__offer {
  font-family: "Dela Gothic One";
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 120%;
}
@media screen and (max-width: 480px) {
  .tarifs__offer {
    font-size: 21px;
  }
}
.tarifs__content {
  padding-bottom: 60px;
}
.tarifs__content .pricelist__items span:first-child {
  width: 50%;
}
.tarifs__content .pricelist__items span:last-child {
  width: 50%;
}
.tarifs__title {
  font-weight: 600;
  color: var(--primary-dark);
}

.tarinfo {
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .tarinfo {
    padding-bottom: 40px;
  }
}
.tarinfo__offer {
  margin-bottom: 20px;
  font-family: "Dela Gothic One";
  font-size: 28px;
  line-height: 120%;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .tarinfo__offer {
    font-size: 21px;
  }
}
.alert {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: var(--color-body);
}

.algoritm__content {
  margin-bottom: 60px;
  border-bottom: 1px solid var(--grey-2);
  padding: 15px 10px;
}
@media screen and (max-width: 480px) {
  .algoritm__content {
    margin-bottom: 40px;
  }
}
.algoritm__offer {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 120%;
}
@media screen and (max-width: 480px) {
  .algoritm__offer {
    font-size: 18px;
  }
}
.algoritm__desc {
  margin-bottom: 10px;
}
.algoritm__items {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.algoritm__item {
  background: var(--primary-light);
  padding: 20px;
}

.principles {
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .principles {
    padding-bottom: 40px;
  }
}
.principles__offer {
  font-size: 28px;
  font-weight: 400;
  font-family: "Dela Gothic One";
  line-height: 120%;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .principles__offer {
    font-size: 21px;
  }
}
.principles__desc {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.principles__desc ul {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.principles__desc ul li {
  position: relative;
  padding: 5px 10px;
  padding-left: 30px;
}
.principles__desc ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  border-radius: 100%;
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  background: var(--primary);
}

.distant__content {
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .distant__content {
    padding-bottom: 40px;
  }
}
.distant__offer {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Dela Gothic One";
}
.distant__desc ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  list-style: disc;
  padding-left: 25px;
}
.distant__alert {
  background: var(--primary-light);
  margin-top: 20px;
  padding: 20px;
}

.conditions {
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .conditions {
    padding-bottom: 40px;
  }
}
.conditions__offer {
  font-size: 28px;
  font-weight: 400;
  font-family: "Dela Gothic One";
  margin-bottom: 40px;
  line-height: 120%;
}
@media screen and (max-width: 480px) {
  .conditions__offer {
    font-size: 21px;
    margin-bottom: 10px;
  }
}

.servorder__offer {
  font-size: 28px;
  font-weight: 400;
  font-family: "Dela Gothic One";
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .servorder__offer {
    margin-bottom: 20px;
    font-size: 21px;
  }
}
.servorder__desc ul {
  list-style: disc;
  padding-left: 25px;
}

.jobs__top {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 992px) {
  .jobs__top {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 15px;
  }
}
.jobs__top label {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid var(--outline-light-1);
  padding: 0px 13px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  height: 47px;
  cursor: pointer;
  position: relative;
}
.jobs__top label:hover {
  border-color: var(--primary-mid);
}
.jobs__top label.active {
  border-color: var(--primary);
}
.jobs__top label input {
  width: 100%;
  border: none;
  cursor: pointer;
  color: var(--dark-3);
}
.jobs__top label input::-moz-placeholder {
  color: var(--grey-2);
}
.jobs__top label input::placeholder {
  color: var(--grey-2);
}
.jobs__top .custom-select:nth-child(3) .custom-select__option--value {
  padding: 14px 13px 14px 42px;
}
.jobs__top .custom-select:nth-child(3) .custom-select__option--value::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
  width: 19px;
  height: 19px;
  background-image: url("../img/jobs-geo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
}
.jobs__top .custom-select:nth-child(5) .custom-select__option--value {
  padding: 14px 13px 14px 42px;
}
.jobs__top .custom-select:nth-child(5) .custom-select__option--value::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
  width: 19px;
  height: 19px;
  background-image: url("../img/jobs-clipboard.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
}
.jobs__top .btn {
  font-weight: 400;
  line-height: 120%;
  font-size: 16px;
  padding: 0px 40px;
  height: 47px;
}
.jobs__items {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.jobs__item {
  border-radius: 10px;
  border: 1px solid var(--outline-light-1);
}
.jobs__item-content {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 992px) {
  .jobs__item-content {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
@media screen and (max-width: 480px) {
  .jobs__item-content {
    padding: 15px;
  }
}
@media screen and (max-width: 992px) {
  .jobs__item-wrap {
    order: 3;
  }
}
.jobs__item-wrap-top {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  row-gap: 5px;
}
@media screen and (max-width: 480px) {
  .jobs__item-wrap-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.jobs__item-wrap-top span {
  color: var(--dark-2);
}
.jobs__item-offer {
  color: var(--dark-3);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.jobs__item-wrap-mid {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 15px;
  color: var(--dark-2);
  flex-wrap: wrap;
  row-gap: 5px;
}
.jobs__item-wrap-mid div {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.jobs__item-wrap-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.jobs__item-tag {
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 15px;
  display: inline-block;
}
.jobs__item-tag--green {
  color: #26AE8A;
  background: #CDE7E0;
}
.jobs__item-tag--blue {
  color: #209EEC;
  background: #CDDCE7;
}
.jobs__item-tag--purple {
  color: #5943D5;
  background: #D1CDE7;
}
.jobs__item-tag--red {
  color: #B81745;
  background: #E7CDCD;
}
.jobs__item-liked {
  margin-left: auto;
  border: 1px solid var(--outline-light-1);
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}
.jobs__item-liked input {
  display: none;
}
.jobs__item-liked svg {
  fill: #B4B8CB;
}
.jobs__item-liked input:checked + svg {
  fill: white;
}
.jobs__item-liked.active {
  background: #B81745;
  border-color: #B81745;
}
.jobs__item-bottom {
  padding: 15px 20px;
  background: var(--white-2);
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  color: var(--dark-2);
  flex-wrap: wrap;
  row-gap: 5px;
}
@media screen and (max-width: 480px) {
  .jobs__item-bottom {
    padding: 15px;
  }
}
.jobs__item-bottom-el {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 5px;
}
.jobs__item-bottom-el-content {
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
}
.jobs__item-bottom-el-content svg {
  fill: #70748B;
}
.jobs__item-bottom-tags {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.jobs__item-btn {
  margin-left: auto;
  color: white;
  background: var(--primary);
  padding: 7px 15px;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  .jobs__item-btn {
    margin: 0 auto;
    margin-top: 15px;
  }
}
.jobs .jobs__item.disabled .jobs__item-logo {
  opacity: 0.5;
}
.jobs .jobs__item.disabled .jobs__item-offer {
  color: #9EA2B7;
}
.jobs .jobs__item.disabled .jobs__item-wrap span {
  color: var(--grey-2);
}
.jobs .jobs__item.disabled .jobs__item-bottom {
  color: var(--grey-2);
}
.jobs .jobs__item.disabled .jobs__item-bottom-el-content svg {
  fill: var(--grey-2);
}
.jobs__more {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .jobs__more {
    margin-top: 25px;
  }
}

.blog__top {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .blog__top {
    display: none;
  }
}
.blog__tags {
  grid-column: 4 span;
}
.blog__top-title {
  border-bottom: 2px solid var(--outline-light-1);
  margin-bottom: 30px;
}
.blog__top-title span {
  padding: 20px 40px;
  display: inline-block;
  border-bottom: 2px solid var(--primary);
  margin-bottom: -2px;
  font-weight: 500;
  font-size: 20px;
  color: var(--primary);
}
.blog__tags-els {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}
.blog__tags-els label {
  cursor: pointer;
}
.blog__tags-els label input {
  display: none;
}
.blog__tags-els label span {
  font-size: 15px;
  color: var(--dark-2);
  padding: 5px 10px;
  border-radius: 6px;
  display: inline-block;
  background: var(--outline-light-1);
}
.blog__tags-els label input:checked + span {
  color: var(--primary-dark);
  background: var(--primary-light);
}
.blog__topics {
  grid-column: 8 span;
}
.blog__topics-els {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 15px;
}
.blog__topics-els label {
  cursor: pointer;
}
.blog__topics-els label input {
  display: none;
}
.blog__topics-els label span {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: var(--dark-3);
  padding-left: 23px;
}
.blog__topics-els label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid var(--primary-mid);
  border-radius: 2px;
}
.blog__topics-els label input:checked + span::before {
  background-image: url("../img/topics-checked.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 12.22px 9.02px;
  background-color: var(--primary);
  border-color: var(--primary);
}
.blog__tabs {
  display: none;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .blog__tabs {
    display: block;
  }
}
.blog__tabs-els {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.blog__tabs-el {
  width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 2px solid transparent;
  color: var(--dark-2);
  cursor: pointer;
  transition: 0.3s ease;
}
.blog__tabs-el.active, .blog__tabs-el:hover {
  color: var(--primary);
  border-color: var(--primary);
}
.blog__tabs-content {
  display: none;
}
.blog__tabs-content.active {
  display: block;
}
.blog__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 480px) {
  .blog__items {
    row-gap: 15px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.blog__item {
  grid-column: 4 span;
  border: 1px solid var(--outline-light-1);
  border-radius: 5px;
  padding: 10px;
  transition: 0.3s ease;
}
@media screen and (max-width: 992px) {
  .blog__item {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 480px) {
  .blog__item {
    grid-column: 12 span;
  }
}
.blog__item:hover {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
}
.blog__item-img {
  height: 190px;
  display: flex;
  align-items: center;
}
.blog__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__item-circle {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  border-radius: 100%;
  background: var(--primary-mid);
  margin-left: 15px;
}
.blog__item-content {
  padding: 15px;
}
.blog__item-date {
  color: var(--dark-2);
  margin-bottom: 15px;
}
.blog__item-offer {
  font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog__item-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: var(--dark-2);
  margin-bottom: 15px;
}
.blog__item-btn {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-weight: 600;
  color: var(--primary-dark);
}
.blog__pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .blog__pagination {
    margin-top: 25px;
    flex-wrap: wrap;
  }
}
.blog__pagination-item {
  min-width: 55px;
  max-width: 55px;
  height: 55px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--outline-light-1);
  color: var(--dark-2);
}
@media screen and (max-width: 480px) {
  .blog__pagination-item {
    min-width: 45px;
    max-width: 45px;
    height: 45px;
  }
}
.blog__pagination-item.active {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}
.blog__pagination-item:hover {
  opacity: 1;
  background: var(--outline-light-1);
}
.single__img {
  height: 400px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .single__img {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .single__img {
    height: 200px;
    margin-bottom: 25px;
  }
}
.single__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.single__top {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .single__top {
    margin-bottom: 25px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.single__author {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-weight: 600;
}
.single__top-img {
  display: flex;
  align-items: center;
  max-width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}
.single__top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__top-right {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 5px;
}
@media screen and (max-width: 480px) {
  .single__top-right {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    align-items: flex-start;
  }
}
.single__date {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  color: var(--dark-2);
}
.single__desc {
  color: var(--dark-3);
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .single__desc {
    margin-bottom: 25px;
  }
}
.single__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .single__tags {
    margin-bottom: 25px;
  }
}
.single__tags span {
  padding: 5px 10px;
  background: var(--outline-light-1);
  border-radius: 6px;
  font-size: 15px;
  color: var(--dark-2);
}
.single__tags span:first-child {
  color: var(--color-body);
  padding: 0;
  background: transparent;
  margin-right: 13px;
}
@media screen and (max-width: 768px) {
  .single__tags span:first-child {
    margin-right: 0;
  }
}
.about {
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .about {
    padding-bottom: 5px;
  }
}
.about__body p {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .about__body p {
    margin-bottom: 25px;
  }
}
.about__body h2 {
  font-size: 28px;
  line-height: 120%;
  font-family: "Dela Gothic One";
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .about__body h2 {
    font-size: 21px;
  }
}

.advs {
  margin-bottom: 100px;
  padding: 70px 0;
  background: var(--outline-light-1);
}
@media screen and (max-width: 992px) {
  .advs {
    padding: 50px 0;
  }
}
@media screen and (max-width: 480px) {
  .advs {
    padding: 30px 0;
    margin-bottom: 60px;
  }
}
.advs__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 1280px) {
  .advs__body {
    flex-wrap: wrap;
    row-gap: 25px;
  }
}
@media screen and (max-width: 992px) {
  .advs__body {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.advs__item {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .advs__item {
    width: 25%;
  }
}
@media screen and (max-width: 992px) {
  .advs__item {
    width: 50%;
  }
}
.advs__item-offer {
  margin-bottom: 10px;
  font-family: "Dela Gothic One";
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  color: var(--primary);
}
@media screen and (max-width: 480px) {
  .advs__item-offer {
    font-size: 24px;
  }
}
.advs__item-desc {
  font-weight: 600;
}

.team {
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .team {
    padding-bottom: 60px;
  }
}
.team__body {
  position: relative;
}
.team__offer {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  font-family: "Dela Gothic One";
}
@media screen and (max-width: 480px) {
  .team__offer {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.team__slider {
  overflow: hidden;
  margin: 0 120px;
}
@media screen and (max-width: 1280px) {
  .team__slider {
    margin: 0;
  }
}
.team__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 25px;
}
@media screen and (max-width: 480px) {
  .team__items {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
.team__slide {
  text-align: center;
  grid-column: 3 span;
}
@media screen and (max-width: 992px) {
  .team__slide {
    grid-column: 6 span;
  }
}
.team__slide-img {
  height: 190px;
  min-width: 190px;
  max-width: 190px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .team__slide-img {
    height: 140px;
    min-width: 0;
    max-width: 140px;
    margin-bottom: 15px;
  }
}
.team__slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.team__slide-offer {
  font-weight: 600;
  margin-bottom: 5px;
}
.team__slide-desc {
  color: var(--dark-2);
}

.stories {
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .stories {
    padding-bottom: 60px;
  }
}
.stories__offer {
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  font-family: "Dela Gothic One";
}
@media screen and (max-width: 480px) {
  .stories__offer {
    font-size: 24px;
  }
}
.stories__slider-wrapper {
  position: relative;
}
.stories__slider {
  overflow: hidden;
  padding: 40px 0;
}
@media screen and (max-width: 992px) {
  .stories__slider {
    padding-bottom: 62px;
  }
}
@media screen and (max-width: 480px) {
  .stories__slider {
    padding: 25px 0 62px;
  }
}
.stories .swiper-pagination {
  bottom: 25px !important;
}
.stories__btn {
  text-align: center;
}

.gallery__body {
  position: relative;
}
.gallery__offer {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  font-family: "Dela Gothic One";
}
@media screen and (max-width: 480px) {
  .gallery__offer {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.gallery__slider {
  overflow: hidden;
  margin: 0 120px;
}
@media screen and (max-width: 1280px) {
  .gallery__slider {
    margin: 0;
  }
}
.gallery__slider .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.gallery__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 480px) {
  .gallery__items {
    gap: 15px;
  }
}
.gallery__slide {
  grid-column: 3 span;
  text-align: center;
  height: 210px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .gallery__slide {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 480px) {
  .gallery__slide {
    min-height: 166px;
    height: auto;
  }
}
.gallery__slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(116, 120, 141, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border-radius: 10px;
}
.gallery__slide span {
  position: relative;
  z-index: 1;
  color: white;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
@media screen and (max-width: 480px) {
  .gallery__slide span {
    font-size: 18px;
  }
}

.banner {
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .banner {
    padding-top: 60px;
  }
}
.banner__body {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 992px) {
  .banner__body {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
}
.banner__img {
  display: flex;
  align-items: center;
  min-width: 330px;
  max-width: 330px;
}
@media screen and (max-width: 480px) {
  .banner__img {
    max-width: 100%;
    margin: 0 7.5px;
  }
}
.banner__img img {
  max-width: 100%;
}
.banner__desc {
  color: var(--dark-2);
}

.specialist__body {
  position: relative;
  background: var(--white-2);
  padding: 20px;
  border-radius: 5px;
}
.specialist__slider {
  overflow: hidden;
  margin: 0 140px;
}
@media screen and (max-width: 1280px) {
  .specialist__slider {
    margin: 0;
  }
}
.specialist__slide {
  display: flex;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.specialist__slide-img {
  height: 230px;
  min-width: 230px;
  max-width: 230px;
}
.specialist__slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.specialist__slide-items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.specialist__slide-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 20px;
}
.specialist__slide-item strong {
  font-weight: 700;
}
.specialist__slide-item span {
  font-weight: 500;
}

.calendar {
  padding-top: 60px;
}
.calendar .header {
  position: relative;
}
.calendar__wrap .zabuto-calendar {
  border: 1px solid var(--grey-2);
  border-collapse: collapse;
}
.calendar__wrap .zabuto-calendar th, .calendar__wrap .zabuto-calendar td, .calendar__wrap .zabuto-calendar tr {
  border: 1px solid var(--grey-2);
}
.calendar__wrap .zabuto-calendar th {
  background: var(--outline-light-1);
  font-weight: 400;
  color: var(--dark-2);
  padding: 10px 0;
  font-weight: 600;
}
.calendar__wrap .zabuto-calendar td {
  position: relative;
  height: 95px;
  color: var(--dark-2);
}
.calendar__wrap .zabuto-calendar td.innactive {
  opacity: 0.6;
  pointer-events: none;
}
.calendar__wrap .zabuto-calendar td span:nth-child(1) {
  position: absolute;
  top: 10px;
  right: 13px;
  text-align: right;
}
.calendar__wrap .zabuto-calendar td span:nth-child(2) {
  width: 101px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .calendar__wrap .zabuto-calendar td span:nth-child(2) {
    font-size: 0;
    background-image: url("../img/calendar-busy.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    width: 30px;
    height: 30px;
  }
}
.calendar__wrap .zabuto-calendar td a {
  padding: 10px 0;
  background-color: var(--primary);
  color: white;
  border-radius: 5px;
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  width: 101px;
}
.calendar__wrap .zabuto-calendar td a:hover {
  opacity: 1;
  background-color: var(--primary-dark);
}
.calendar__wrap .zabuto-calendar td a:active {
  background-color: var(--color-body);
}
@media screen and (max-width: 992px) {
  .calendar__wrap .zabuto-calendar td a {
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background-image: url("../img/calendar-booking.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 15.77px 15.77px;
  }
}
.calendar__wrap .zabuto-calendar__navigation {
  display: none;
}
.calendar__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 477px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .calendar__top {
    margin-bottom: 25px;
  }
}
.calendar__top-title {
  font-size: 28px;
  line-height: 120%;
  font-family: "Dela Gothic One";
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .calendar__top-title {
    font-size: 21px;
  }
}
.calendar__top-btn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  transition: background-color 0.3s ease;
}
.calendar__top-btn:hover {
  background-color: var(--primary-light);
}
.calendar__top-btn--prev {
  background-image: url("../img/slider-prev.svg");
  pointer-events: none;
  opacity: 0.6;
}
.calendar__top-btn--prev:active {
  background-image: url("../img/slider-prev-active.svg");
}
.calendar__top-btn--next {
  background-image: url("../img/slider-next.svg");
}
.calendar__top-btn--next:active {
  background-image: url("../img/slider-next-active.svg");
}

.resume__body {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 60px;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .resume__body {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.resume__sidebar {
  grid-column: 4 span;
  border: 1px solid var(--outline-light-1);
  border-radius: 5px;
  color: var(--dark-2);
}
@media screen and (max-width: 992px) {
  .resume__sidebar {
    grid-column: 12 span;
  }
}
.resume__sidebar-top {
  text-align: center;
  padding: 30px;
  border-bottom: 1px solid var(--outline-light-1);
}
@media screen and (max-width: 480px) {
  .resume__sidebar-top {
    display: flex;
    align-items: center;
    text-align: left;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 15px;
  }
}
.resume__photo {
  background-image: url("../img/add-photo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 40px 40px;
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 100%;
  background-color: var(--primary-mid-1);
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .resume__photo {
    margin-bottom: 0;
    min-width: 70px;
    max-width: 70px;
    height: 70px;
  }
}
.resume__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resume__offer {
  font-weight: 700;
  font-size: 20px;
  color: var(--dark-2);
  line-height: 120%;
}
@media screen and (max-width: 480px) {
  .resume__offer {
    font-size: 18px;
  }
}
.resume__job {
  margin-top: 5px;
  color: var(--dark-2);
}
.resume__sidebar-item {
  padding: 20px;
  border-bottom: 1px solid var(--outline-light-1);
}
@media screen and (max-width: 480px) {
  .resume__sidebar-item {
    padding: 15px;
  }
}
.resume__sidebar-item:last-child {
  border: none;
}
.resume__docs {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.resume__doc {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  position: relative;
  transition: 0.3s ease;
}
.resume__doc:hover {
  opacity: 0.6;
}
.resume__doc a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.resume__doc-img {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--outline-light-1);
  border-radius: 5px;
}
.resume__doc-offer {
  font-weight: 600;
  margin-bottom: 5px;
}
.resume__doc-download {
  margin-left: auto;
}
.resume__els {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.resume__el {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
  padding: 2px 0;
}
@media screen and (max-width: 1280px) {
  .resume__el {
    flex-direction: column;
    row-gap: 5px;
  }
}
@media screen and (max-width: 992px) {
  .resume__el {
    flex-direction: row;
  }
}
.resume__el span {
  width: 40%;
}
.resume__el strong {
  text-align: right;
  font-weight: 600;
  width: 60%;
}
@media screen and (max-width: 1280px) {
  .resume__el strong {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  .resume__el strong {
    width: 60%;
    text-align: right;
  }
}
.resume__content {
  grid-column: 8 span;
  border: 1px solid var(--outline-light-1);
  border-radius: 5px;
  color: var(--dark-2);
}
@media screen and (max-width: 992px) {
  .resume__content {
    grid-column: 12 span;
  }
}
.resume__tabs {
  display: flex;
  align-items: center;
}
.resume__tab {
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 500;
  color: var(--dark-2);
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: 0.3s ease;
}
.resume__tab:hover {
  opacity: 0.6;
}
@media screen and (max-width: 480px) {
  .resume__tab {
    padding: 15px 0;
    width: 50%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
  }
}
.resume__tab.active {
  color: var(--primary);
  border-color: var(--primary);
}
.resume__wraps {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .resume__wraps {
    margin-top: 15px;
  }
}
.resume__wrap {
  display: none;
}
.resume__wrap.active {
  display: block;
}
.resume__about {
  padding: 0 30px 30px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 480px) {
  .resume__about {
    padding: 0 15px 15px;
  }
}
.resume__desc {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 480px) {
  .resume__responses {
    margin-top: -15px;
  }
}
.resume__response {
  padding: 15px;
  border-bottom: 1px solid var(--outline-light-1);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .resume__response {
    row-gap: 15px;
  }
}
.resume__response:last-child {
  border: none;
}
.resume__response-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.anketa__body {
  max-width: 882px;
  margin: 0 auto;
}
.anketa__offer {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 400;
  font-family: "Dela Gothic One";
  font-size: 28px;
  line-height: 120%;
}
@media screen and (max-width: 480px) {
  .anketa__offer {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.anketa__nums {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -5px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .anketa__nums {
    margin-bottom: 20px;
  }
}
.anketa__nums::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px dashed var(--primary);
  z-index: 0;
}
.anketa__num {
  background: var(--outline-light-1);
  color: var(--dark-2);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  max-width: 55px;
  height: 55px;
  border: 5px solid white;
  z-index: 1;
  border-radius: 100%;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .anketa__num {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }
}
.anketa__num--checked {
  background: var(--primary-mid);
  color: var(--primary);
}
.anketa__num--current {
  color: white;
  background: var(--primary);
}
@media screen and (max-width: 768px) {
  .anketa__num span {
    display: none;
  }
}
.anketa__content {
  background: var(--white-2);
  padding: 20px;
  border-radius: 5px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 16px;
  align-items: stretch;
}
@media screen and (max-width: 480px) {
  .anketa__content {
    padding: 15px;
    margin: 0 -15px;
  }
}
.anketa .custom-select .custom-select__option--value:hover {
  background: white;
}
.anketa__item {
  grid-column: 6 span;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
@media screen and (max-width: 768px) {
  .anketa__item {
    grid-column: 12 span;
  }
}
.anketa__item span {
  color: var(--dark-2);
}
.anketa__item span i {
  font-style: normal;
  color: #B81745;
}
.anketa__item input, .anketa__item textarea {
  padding: 0px 13px;
  height: 47px;
  border-radius: 5px;
  background: white;
  border: 1px solid var(--outline-light-1);
  transition: 0.3s ease;
  color: var(--dark-3);
  resize: none;
}
.anketa__item input::-moz-placeholder, .anketa__item textarea::-moz-placeholder {
  color: var(--outline-light-2);
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.anketa__item input::placeholder, .anketa__item textarea::placeholder {
  color: var(--outline-light-2);
  transition: 0.3s ease;
}
.anketa__item input:hover, .anketa__item textarea:hover {
  border-color: #BADFE5;
}
.anketa__item input:hover::-moz-placeholder, .anketa__item textarea:hover::-moz-placeholder {
  color: var(--grey-2);
}
.anketa__item input:hover::placeholder, .anketa__item textarea:hover::placeholder {
  color: var(--grey-2);
}
.anketa__item input:focus, .anketa__item textarea:focus {
  border-color: var(--primary);
}
.anketa__item textarea {
  height: 85px;
  padding: 13px;
}
.anketa__item--calendar input {
  background-image: url("../img/calendar.svg");
  background-position: right 14px center;
  background-size: 19px 19px;
  background-repeat: no-repeat;
}
.anketa__item--calendar input::-moz-placeholder {
  color: var(--grey-2);
}
.anketa__item--calendar input::placeholder {
  color: var(--grey-2);
}
.anketa__item--checkbox {
  flex-direction: row;
  align-items: flex-start;
  font-size: 15px;
  color: var(--dark-3);
  position: relative;
  cursor: pointer;
}
.anketa__item--checkbox input {
  display: none;
}
.anketa__item--checkbox input:checked + span {
  background-color: var(--primary);
  background-image: url("../img/checked.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.anketa__item--checkbox span {
  width: 18px;
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  border-radius: 2px;
  border: 1px solid var(--primary);
}
.anketa__item--checkbox div {
  padding-left: 23px;
}
.anketa__item--checkbox a {
  color: var(--primary-dark);
  text-decoration: underline;
}
.anketa__item--video {
  row-gap: 16px;
}
.anketa__item--full {
  grid-column: 12 span;
}
.anketa__item--checkboxes {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 5px 0;
  flex-wrap: wrap;
  gap: 7px;
}
@media screen and (max-width: 480px) {
  .anketa__item--checkboxes {
    margin: 0;
  }
}
.anketa__item--checkboxes label {
  cursor: pointer;
}
.anketa__item--checkboxes label input {
  display: none;
}
.anketa__item--checkboxes label span {
  padding: 5px 10px;
  font-size: 15px;
  color: var(--dark-2);
  background: var(--outline-light-1);
  border-radius: 6px;
  transition: 0.3s ease;
  display: block;
}
.anketa__item--checkboxes label input:checked + span {
  background: var(--primary-light);
  color: var(--primary-dark);
}
.anketa__item--mixed {
  row-gap: 20px;
}
@media screen and (max-width: 480px) {
  .anketa__item--mixed {
    row-gap: 16px;
  }
}
.anketa__item--offer {
  margin: 5px 0;
}
@media screen and (max-width: 480px) {
  .anketa__item--offer {
    margin: 0;
  }
}
.anketa__item--offer h3 {
  text-align: center;
  color: var(--dark-2);
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Dela Gothic One";
}
.anketa__item .modal {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.anketa__item--password, .anketa__item--update-video {
  display: none !important;
}
.anketa__item--password.active, .anketa__item--update-video.active {
  display: flex !important;
}
.anketa__item--video-mixed {
  row-gap: 16px;
}
.anketa__bottom-btns {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .anketa__bottom-btns {
    margin-top: 25px;
  }
}
.anketa__bottom-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .anketa__bottom-btn {
    margin-top: 25px;
  }
}
.anketa__btn {
  display: flex;
  align-items: center;
}
.anketa__bottom-alert {
  display: flex;
  align-items: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  color: var(--dark-2);
  font-size: 15px;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .anketa__bottom-alert {
    margin-top: 25px;
  }
}
.anketa__bottom-alert span {
  font-weight: 500;
  color: #B81745;
  font-size: 20px;
}
.anketa__files-wrapper {
  grid-column: 6 span;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
@media screen and (max-width: 768px) {
  .anketa__files-wrapper {
    grid-column: 12 span;
  }
}
.anketa__files-wrapper--update {
  display: none;
}
.anketa__files-wrapper--update.active {
  display: flex;
}
.anketa__files-label {
  color: var(--dark-2);
}
.anketa__files-label i {
  font-style: normal;
  color: #B81745;
}
.anketa__files {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.anketa__file {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  padding: 10px;
  border-radius: 5px;
  row-gap: 10px;
  border: 1px dashed var(--primary-mid);
  position: relative;
  min-width: 100px;
  max-width: 100px;
  display: none;
}
.anketa__file.active {
  display: flex;
}
.anketa__file-remove {
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
}
.anketa__file-img {
  display: flex;
  align-items: center;
}
.anketa__file-text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  color: var(--dark-2);
}
.anketa__item--new-file {
  background: white;
  padding: 10px;
  border-radius: 5px;
  border: 1px dashed var(--primary-mid);
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-direction: row;
  font-size: 15px;
  cursor: pointer;
}
.anketa__item--new-file input {
  display: none;
}
.anketa__item--new-file span {
  color: var(--grey-2);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.anketa__new-file-img {
  display: flex;
  align-items: center;
}

#resumeFiles, #docsFiles {
  display: none;
}
#resumeFiles.active, #docsFiles.active {
  display: flex;
}

.calendar__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: none;
}

.ui-datepicker {
  background: var(--white-2);
  padding: 15px;
  width: 260px;
  font-family: "Inter", sans-serif;
  border: none !important;
  border-radius: 5px !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  position: fixed !important;
  z-index: 1000 !important;
}
@media screen and (max-width: 768px) {
  .ui-datepicker {
    width: 335px;
  }
}
.ui-datepicker * {
  font-weight: 400;
  font-size: 15px;
}
.ui-datepicker .ui-datepicker-header {
  padding: 0;
  background: transparent;
  border: none;
  margin-bottom: 5px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0px !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  background-image: url("../img/calendar-arrow-prev.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  cursor: pointer;
  top: 2px !important;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
  border: none;
  background-color: transparent;
  opacity: 0.6;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-next {
  background-image: url("../img/calendar-arrow-next.svg");
  right: 0px !important;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 auto;
  color: var(--dark-3);
}
.ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 0;
}
.ui-datepicker th {
  padding: 6px 0;
  color: var(--primary-dark);
}
.ui-datepicker td {
  padding: 0;
}
.ui-datepicker td a, .ui-datepicker td span {
  padding: 6px 0;
  background: none !important;
  text-align: center;
  border: 1px solid transparent !important;
  border-radius: 4px;
  color: var(--dark-3) !important;
}
@media screen and (max-width: 768px) {
  .ui-datepicker td a, .ui-datepicker td span {
    padding: 11px 0;
  }
}
.ui-datepicker td a.ui-state-highlight, .ui-datepicker td a:hover, .ui-datepicker td span.ui-state-highlight, .ui-datepicker td span:hover {
  border-color: var(--grey-2) !important;
}
.ui-datepicker td a.ui-state-active, .ui-datepicker td span.ui-state-active {
  border-color: var(--color-body) !important;
  color: white !important;
  background: var(--color-body) !important;
}
.ui-datepicker .ui-datepicker-buttonpane {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 6px;
  padding: 5px 0;
  border-color: var(--outline-light-1);
  background: none;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: var(--dark-2);
  background: none;
  border: none;
  opacity: 1;
  transition: 0.3s ease;
}
.ui-datepicker .ui-datepicker-buttonpane button:hover {
  opacity: 0.6;
}
.ui-datepicker .ui-priority-primary {
  display: none;
}
.ui-datepicker .ui-datepicker-clear {
  display: block;
}

.footer {
  background: var(--primary-light);
  padding: 30px 0 50px;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 25px 60px;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    margin-top: 100px;
  }
}
@media (max-width: 330px) {
  .footer {
    padding: 30px 0 60px;
  }
}
.footer__top {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .footer__top {
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 30px;
  }
}
.footer__top .soc a {
  background: white;
}
@media screen and (max-width: 480px) {
  .footer__top .soc {
    -moz-column-gap: 5px;
         column-gap: 5px;
    justify-content: space-around;
    width: 100%;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 992px) {
  .footer__bottom {
    flex-direction: column;
    row-gap: 30px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.footer__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.footer__item {
  grid-column: 6 span;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 480px) {
  .footer__item {
    grid-column: 12 span;
  }
}
.footer__item svg {
  margin-top: 2px;
  min-width: 16px;
}
.footer__btn {
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .footer__btn {
    white-space: inherit;
    padding: 18px 0;
    width: 100%;
    text-align: center;
  }
}

.modal {
  background: var(--white-2);
  color: var(--grey-2);
  padding: 60px;
  border-radius: 10px;
  max-width: 620px;
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .modal {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .modal {
    padding: 15px;
  }
}
.modal--big {
  max-width: 1050px;
}
.modal--big .modal__inputs label {
  grid-column: 6 span;
}
@media screen and (max-width: 480px) {
  .modal--big .modal__inputs label {
    grid-column: 12 span;
  }
}
.modal .custom-select__dropdown {
  z-index: 1000;
  height: -moz-min-content;
  height: min-content;
  box-shadow: 0px 1px 20px 0px rgba(62, 62, 62, 0.25);
  top: 100%;
}
.modal .custom-select .custom-select__option--value:hover {
  background: white;
}
.modal .custom-select--dropup.custom-select--active .custom-select__option--value {
  border-radius: 5px;
  border-top: 1px solid var(--primary-light);
}
.modal .custom-select--dropup.custom-select--active .custom-select__option--value:hover {
  border-color: var(--primary-mid);
}
.modal .custom-select__option:focus {
  background: white;
}
.modal .fancybox-button {
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 480px) {
  .modal .fancybox-button {
    width: 40px;
    height: 40px;
    padding: 5px;
  }
}
.modal .fancybox-button svg path {
  fill: var(--color-body);
}
.modal__offer {
  text-align: center;
  font-family: "Dela Gothic One";
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 30px;
  color: var(--dark-2);
}
@media screen and (max-width: 480px) {
  .modal__offer {
    max-width: 250px;
    margin: 0 auto 25px;
  }
}
.modal__desc {
  margin-bottom: 30px;
  color: var(--dark-3);
  text-align: center;
}
@media screen and (max-width: 480px) {
  .modal__desc {
    margin-bottom: 25px;
  }
}
.modal__desc--light {
  color: var(--dark-3);
}
.modal__inputs {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .modal__inputs {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .modal__inputs {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.modal__inputs label {
  grid-column: 12 span;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.modal__inputs label span {
  color: var(--dark-2);
}
.modal__inputs label span i {
  font-style: normal;
  color: #B81745;
}
.modal__inputs label input, .modal__inputs label textarea {
  padding: 14px 13px;
  border-radius: 5px;
  background: white;
  border: 1px solid var(--outline-light-1);
  transition: 0.3s ease;
  color: var(--dark-3);
  resize: none;
}
.modal__inputs label input::-moz-placeholder, .modal__inputs label textarea::-moz-placeholder {
  color: var(--outline-light-2);
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.modal__inputs label input::placeholder, .modal__inputs label textarea::placeholder {
  color: var(--outline-light-2);
  transition: 0.3s ease;
}
.modal__inputs label input:hover, .modal__inputs label textarea:hover {
  border-color: #BADFE5;
}
.modal__inputs label input:hover::-moz-placeholder, .modal__inputs label textarea:hover::-moz-placeholder {
  color: var(--grey-2);
}
.modal__inputs label input:hover::placeholder, .modal__inputs label textarea:hover::placeholder {
  color: var(--grey-2);
}
.modal__inputs label input:focus, .modal__inputs label textarea:focus {
  border-color: var(--primary);
}
.modal__inputs label textarea {
  height: 104px;
}
.modal__forgot {
  grid-column: 12 span;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 600;
  color: var(--grey-2);
}
.modal__btns {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .modal__btns {
    margin-top: 25px;
  }
}
.modal__btns-reg {
  font-weight: 600;
  color: var(--primary-dark);
}
.modal__btn {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .modal__btn {
    margin-top: 25px;
  }
}
.modal__robot {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .modal__robot {
    margin-top: 25px;
  }
}
.modal__robot span {
  color: var(--dark-2);
  display: inline-block;
  margin-bottom: 5px;
}
.modal__robot span i {
  font-style: normal;
  color: #B81745;
}
.modal__agree {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 30px;
}
.modal__agree span {
  color: var(--dark-2);
}
.modal__agree span i {
  font-style: normal;
  color: #B81745;
}
.modal__tabs {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .modal__tabs {
    margin-bottom: 25px;
  }
}
.modal__tab {
  width: 50%;
  font-size: 20px;
  font-weight: 500;
  color: var(--dark-2);
  border-bottom: 2px solid transparent;
  cursor: pointer;
  padding: 20px;
  text-align: center;
  line-height: 120%;
  transition: 0.3s ease;
}
@media screen and (max-width: 480px) {
  .modal__tab {
    font-size: 16px;
    padding: 15px 10px;
  }
}
.modal__tab.active, .modal__tab:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.modal__wrap {
  display: none;
}
.modal__wrap.active {
  display: block;
}
.modal .checkbox {
  flex-direction: row;
  align-items: flex-start;
  font-size: 15px;
  color: var(--dark-3);
  position: relative;
  cursor: pointer;
}
.modal .checkbox input {
  display: none;
}
.modal .checkbox input:checked + span {
  background-color: var(--primary);
  background-image: url("../img/checked.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.modal .checkbox span {
  width: 18px;
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  border-radius: 2px;
  border: 1px solid var(--primary);
}
.modal .checkbox div {
  padding-left: 23px;
}
.modal .checkbox a {
  color: var(--primary-dark);
  text-decoration: underline;
}
.modal__file {
  margin-top: -11px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row !important;
  padding: 14px 13px;
  border-radius: 5px;
  background: white;
  border: 1px solid var(--primary-mid-1);
  transition: 0.3s ease;
  color: var(--dark-3);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.modal__file input {
  display: none;
}
.modal__file i {
  width: 1px;
  height: 100%;
  background: var(--primary-mid-1);
}
.modal__file span {
  color: var(--color-body) !important;
}
.modal__file span:last-child {
  color: var(--dark-2) !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.3;
}

.modals__body {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
}