@charset "UTF-8";

:root {
  --container-width: 1920px;
  --container-padding: 100px;
  --font-family: "Fira Sans", sans-serif;
  --second-family: "Fira Sans Condensed", sans-serif;
  --bg-color: #223642;
  --color-white: #fff;
  --color-muted: #909ca3;
  --color-blue-dark: #223642;
  --btn-color: #DD5514;
  --dark-blue: #223642;
  --primary: #395a64;
  --secondary: #5d818c;
  --accent: #ca653b;
  --accent-2: #ff735c;
  --dark-grey: #6a6a6a;
  --grey: #c1c1c1;
  --light-grey: #f7f7f7;
  --white: #fff;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.none {
  display: none;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  font-family: var(--font-family);
  padding: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

body::-webkit-scrollbar {
  width: 17px;
}

.noscroll {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
  height: 100vh;
  padding-right: 17px;
}

a {
  text-decoration: none;
  color: inherit;
}

a {
  display: inline-block;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
p {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

blockquote {
  margin: 0;
  margin-bottom: 24px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
button,
button:focus,
input:focus {
  outline: none;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

input[type=submit] {
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  outline: none;
  resize: none;
  font-family: inherit;
  font-size: inherit;
}

main {
  padding-bottom: 113px;
  background-color: var(--bg-color);
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding-inline: var(--container-padding);
}

.container-main {
  max-width: 100%;
}

.container-inner {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 96px;
}

.section-wrapper {
  padding: 80px 72px 68px 72px;
  background-color: var(--color-white);
}

.cta .section-wrapper {
  padding-top: 73px;
}

.staff .section-wrapper {
  padding-top: 76px;
  padding-bottom: 0px;
}

.headline {
  font-weight: 600;
  font-size: 79px;
  color: #1c1919;
  text-transform: uppercase;
}

.main-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 42px;
  text-transform: uppercase;
  color: #375a64;
}

.section-title {
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
}

.section-title--white {
  color: var(--color-white);
}

.section-title--dark {
  color: #1c1919;
}

.section-subtitle {
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #e3e3e3;
}

.fade-block {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.46);
}

.modal-window {
  padding: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.46);
}

.hidden {
  display: none;
}

.mb-48 {
  margin-bottom: 48px;
}

.white-wrapper {
  width: 100%;
  max-width: 1728px;
  width: calc(100% - 192px);
  margin: 0 auto;
  padding: 80px 146px;
  background-color: #fff;
  border-radius: 70px;
}

.white-wrapper + .white-wrapper {
  margin-top: 40px;
}

.svg-logo {
  display: inline-block;
  width: 132px;
  height: 79px;
}

.svg-mail {
  width: 21px;
  height: 18px;
}

.svg-mail-mob {
  width: 25px;
  height: 22px;
}

.svg-search-mob {
  width: 23px;
  height: 24px;
}

.svg-clock {
  width: 23px;
  height: 23px;
}

.svg-pin {
  width: 16px;
  height: 23px;
}

.svg-phone {
  width: 21px;
  height: 21px;
}

.svg-search {
  width: 25px;
  height: 25px;
}

.svg-people {
  width: 135px;
  height: 174px;
}

.svg-world {
  width: 116px;
  height: 97px;
}

.svg-security {
  width: 92px;
  height: 71px;
}

.svg-calculator {
  width: 73px;
  height: 90px;
}

.svg-scales {
  width: 100px;
  height: 80px;
}

.svg-house {
  width: 87px;
  height: 89px;
}

.svg-down {
  width: 16px;
  height: 10px;
}

.svg-confidence {
  width: 34px;
  height: 51px;
}

.svg-reward {
  width: 46px;
  height: 51px;
}

.svg-headphones {
  width: 53px;
  height: 52px;
}

.svg-rutube,
.svg-wa {
  width: 30px;
  height: 30px;
}

.svg-tg,
.svg-vk {
  width: 31px;
  height: 30px;
}

.svg-shield {
  width: 49px;
  height: 60px;
}

.svg-check {
  width: 72px;
  height: 60px;
}

.svg-consult {
  width: 70px;
  height: 60px;
}

.svg-arrow-right {
  width: 38px;
  height: 15px;
}

.svg-arrow-right-mob {
  width: 21px;
  height: 16px;
}

.svg-prev,
.svg-next {
  width: 20px;
  height: 36px;
  fill: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.svg-star-circle,
.svg-cube {
  width: 60px;
  height: 60px;
}

.svg-time {
  width: 74px;
  height: 60px;
}

.svg-hat {
  width: 79px;
  height: 60px;
}

.svg-student {
  width: 62px;
  height: 60px;
}

.svg-lamp {
  width: 64px;
  height: 60px;
}

.svg-med {
  width: 47px;
  height: 60px;
}

.svg-ambulance {
  width: 75px;
  height: 60px;
}

.svg-magnifier {
  width: 61px;
  height: 60px;
}

.svg-card {
  width: 80px;
  height: 60px;
}

.svg-list {
  width: 45px;
  height: 60px;
}

.svg-book {
  width: 78px;
  height: 60px;
}

.svg-clock-white {
  width: 32px;
  height: 32px;
  fill: transparent;
}

.svg-ohs {
  width: 348px;
  height: 223px;
}

.svg-high {
  width: 176px;
  width: 219px;
}

.svg-aid {
  width: 249px;
  height: 218px;
}

.svg-fire {
  width: 138px;
  height: 218px;
}

.svg-crisis {
  width: 160px;
  height: 218px;
}

.svg-eco {
  width: 219px;
  height: 218px;
}

.svg-upskill {
  width: 223px;
  height: 218px;
}

.svg-worker {
  width: 178px;
  height: 218px;
}

.svg-qual {
  width: 210px;
  height: 209px;
}

.svg-control {
  width: 224px;
  height: 218px;
}

.svg-industry {
  width: 220px;
  height: 218px;
}

.svg-electro {
  width: 240px;
  height: 218px;
}

.svg-check-up {
  width: 290px;
  height: 252px;
}

.svg-lmk {
  width: 203px;
  height: 247px;
}

.svg-brain {
  width: 227px;
  height: 247px;
}

.svg-vac {
  width: 261px;
  height: 238px;
}

.svg-eye {
  width: 241px;
  height: 241px;
}

.svg-analysis {
  width: 255px;
  height: 255px;
}

.svg-risk {
  width: 233px;
  height: 233px;
}

.svg-pencil {
  width: 228px;
  height: 243px;
}

.svg-prod {
  width: 311px;
  height: 247px;
}

.svg-outsource {
  width: 285px;
  height: 246px;
}

.svg-audit {
  width: 244px;
  height: 245px;
}

.svg-git {
  width: 258px;
  height: 251px;
}

.svg-suot {
  width: 155px;
  height: 185px;
}

.svg-book-lamp {
  width: 228px;
  height: 251px;
}

.svg-accident {
  width: 236px;
  height: 270px;
}

.svg-barrier {
  width: 306px;
  height: 267px;
}

.svg-car {
  width: 286px;
  height: 196px;
}

.svg-remote-control {
  width: 233px;
  height: 231px;
}

.svg-key {
  width: 296px;
  height: 206px;
}

.svg-video {
  width: 247px;
  height: 226px;
}

.svg-bridge {
  width: 236px;
  height: 215px;
}

.svg-four {
  width: 185px;
  height: 270px;
}

.svg-five {
  width: 169px;
  height: 273px;
}

.svg-six {
  width: 176px;
  height: 277px;
}

.typography {
  padding-bottom: 80px;
}

.title1 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 72px;
  font-variant: small-caps;
  color: var(--dark-blue);
}

.title2 {
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  color: var(--dark-blue);
}

.title3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.29;
  font-variant: all-small-caps;
  color: var(--dark-blue);
}

.title4 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  color: var(--dark-blue);
}

.title4--medium {
  font-weight: 500;
}

.title5 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: var(--dark-blue);
}

.title5--bold {
  font-weight: 500;
}

.title6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--dark-blue);
}

.tag {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  font-variant: all-small-caps;
  color: var(--dark-blue);
}

/*========GAMBURGER======*/

.burger {
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 52px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.burger span {
  position: relative;
  height: 4px;
  width: 52px;
  background-color: #f0eded;
}

.burger span:after {
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  background-color: #f0eded;
  right: 0;
}

.burger span:before {
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  right: 0;
  background-color: #f0eded;
}

.burger span:after {
  top: -13px;
}

.burger span:before {
  bottom: -13px;
}

.aside-menu-wrapper {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  inset: 0;
  background-color: rgba(34, 54, 66, 0.2);
  opacity: 0;
  -webkit-transform: translateX(-130%);
  -ms-transform: translateX(-130%);
  transform: translateX(-130%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  z-index: 20;
}

.aside-menu-wrapper.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.aside-menu {
  border-radius: 0 34px 0 0;
  overflow: hidden;
  background-color: #375a64;
  width: 428px;
  padding-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.aside-menu.aside-menu-large {
  width: 856px;
}

.aside-menu-top {
  padding-block: 29px;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3a4953;
}

.aside-menu__icons {
  display: none;
}

.aside-menu__icons-item {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aside-menu__icons-item svg {
  width: 26px;
  height: 26px;
  color: #223642;
}

.aside-menu__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 78px;
  height: 47px;
}

.aside-menu__logo .svg-logo {
  color: #F0EDED;
}

.btn-close-menu {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-close-menu .svg-close {
  color: var(--color-white);
  width: 20px;
  height: 20px;
}

.menu-wrapper-scroll {
  height: calc(100vh - 108px);
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #eee transparent;
}

.menu-wrapper-scroll::-webkit-scrollbar-track {
  width: 3px;
  background-color: transparent;
}

.menu-wrapper-scroll::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 10px;
  background-color: #eee;
}

.menu-wrapper {
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
}

.aside-menu-large .menu-wrapper:before {
  content: "";
  display: block;
  width: 4px;
  top: 0;
  bottom: 0;
  left: 430px;
  background-color: #627981;
  position: absolute;
}

.menu-list {
  width: 428px;
  padding-inline: 20px;
  padding-bottom: 78px;
}

.menu-item {
  border-bottom: 2px solid #627981;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-item-bg {
  padding: 25px 15px;
  border-radius: 24px;
  background-color: #284249;
}

.menu-item:not(:last-child) {
  margin-bottom: 25px;
}

.menu-link {
  width: 100%;
  padding-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--second-family);
  font-weight: 350;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.menu-link .svg-next {
  width: 21px;
  height: 13px;
  color: white;
}

.menu-link:hover {
  color: var(--color-muted);
}

.submenu {
  display: none;
  background-color: #375a64;
}

.submenu.open {
  padding-top: 70px;
  padding-left: 44px;
  width: 428px;
  position: absolute;
  left: 438px;
  top: 0;
  bottom: 0;
  display: block;
}

.submenu li {
  max-width: 320px;
  font-family: var(--second-family);
  font-size: 25px;
  color: #fff;
}

.submenu li a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.submenu li a:hover {
  color: var(--color-muted);
}

.submenu li:not(:last-child) {
  margin-bottom: 30px;
}

.search {
  margin-bottom: 25px;
  position: relative;
}

.search__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.search__icon .svg-search {
  color: #adb9bb;
  width: 25px;
  height: 25px;
}

.search__input {
  width: 100%;
  height: 32px;
  background-color: #3a4953;
  border: none;
  padding-left: 46px;
  padding-right: 15px;
  font-family: var(--second-family);
  font-weight: 350;
  font-size: 20px;
  color: var(--color-white);
}

.search__input::-webkit-input-placeholder {
  color: #a4b2b4;
}

.search__input::-moz-placeholder {
  color: #a4b2b4;
}

.search__input:-ms-input-placeholder {
  color: #a4b2b4;
}

.search__input::-ms-input-placeholder {
  color: #a4b2b4;
}

.search__input::placeholder {
  color: #a4b2b4;
}

.aside-menu-modal-btn {
  margin-bottom: 16px;
  font-family: var(--second-family);
  font-weight: 350;
  font-size: 22px;
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.aside-menu-modal-btn:hover,
.aside-menu-modal-btn:active {
  color: var(--color-muted);
}

.aside-menu-bottom {
  max-width: 428px;
  padding-inline: 20px;
  background-color: #375a64;
}

.aside-menu__social {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}

.aside-menu__social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.aside-menu__social-item svg {
  color: white;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.aside-menu__social-item:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.aside-menu__social-item.youtube {
  width: 49px;
  height: 35px;
}

.aside-menu__contacts-item {
  font-family: var(--second-family);
  font-weight: 350;
  font-size: 14px;
  color: #f9fafa;
}

.aside-menu__contacts-item a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.aside-menu__contacts-item a:hover {
  color: var(--color-muted);
}

.aside-menu__contacts-item:not(:last-child) {
  margin-bottom: 8px;
}

.aside-menu__contacts-mob {
  display: none;
}

.aside-menu__contacts-mob .aside-menu__contacts-mob-text {
  margin-bottom: 30px;
  font-size: 16px;
  color: var(--color-white);
}

.aside-menu__contacts-mob-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.aside-menu__contacts-mob-item a {
  font-size: 16px;
  color: #01a7ff;
}

.aside-menu__contacts-mob-item a:hover {
  color: var(--color-muted);
}

.aside-menu__contacts-mob-item span {
  font-size: 16px;
  color: var(--color-white);
}

.aside-menu__contacts-mob-item svg {
  color: white;
}

.aside-menu__contacts-mob-item .svg-mail {
  width: 14px;
  height: 11px;
}

.aside-menu__contacts-mob-item:not(:last-child) {
  margin-bottom: 10px;
}

.btn {
  display: inline-block;
  padding: 0 32px;
  height: 61px;
  border-radius: 12px;
  border: 2px solid #223642;
  background-color: transparent;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  color: #223642;
  text-align: center;
  font-family: inherit;
  line-height: 61px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn:hover,
.btn:active {
  background-color: var(--bg-color);
  color: var(--color-white);
}

.btn-banner {
  display: inline-block;
  padding: 0 32px;
  height: 61px;
  border-radius: 12px;
  color: #fff;
  background-color: #393a5a;
  border: none;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 61px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-banner--cot {
  background-color: #f9bd6e;
  border: none;
}

.btn-banner--security {
  background-color: #0c713f;
  border: none;
}

.btn-banner--unionmed {
  background-color: #4f7853;
  border: none;
}

.btn-banner--center {
  background-color: #0F7290;
  border: none;
}

.btn-banner--school {
  background-color: #3b80a7;
  border: none;
}

.btn-submit {
  display: inline-block;
  padding: 0 26px;
  height: 68px;
  color: #fff;
  background-color: #375a64;
  border: none;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 68px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-submit-white {
  display: inline-block;
  padding: 0 44px;
  height: 62px;
  color: #fff;
  background-color: var(--color-white);
  border: none;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  color: #000;
  border-radius: 13px;
  text-transform: uppercase;
  line-height: 62px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-submit-white:hover,
.btn-submit-white:active {
  color: var(--color-white);
}

.btn-uniform {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 30px;
  height: 66px;
  color: #fff;
  background-color: #3b80a7;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 66px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  max-width: 273px;
}

.btn-services {
  display: none;
  padding: 0 16px;
  height: 35px;
  color: #223642;
  background-color: var(--color-white);
  border: none;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  font-variant: all-small-caps;
  border-radius: 32px;
  text-transform: uppercase;
  line-height: 35px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-services:hover,
.btn-services:active {
  background-color: #5d818c;
  color: var(--color-white);
}

.back-btn {
  width: 94px;
  height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-white);
  border-radius: 50%;
}

.back-btn .svg-arrow-right-mob {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 60px;
  height: 40px;
}

.btn-show-more {
  display: inline-block;
  padding: 0 16px;
  height: 56px;
  color: var(--white);
  background-color: var(--primary);
  border: none;
  border-radius: 12px;
  font-weight: 500;
  font-size: 24px;
  font-variant: all-small-caps;
  text-transform: uppercase;
  line-height: 56px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-show-more:hover {
  background-color: var(--secondary);
}

.btn-show-more:active,
.btn-show-more:focus {
  background-color: #24444d;
}

.btn-send {
  display: inline-block;
  padding: 0 16px;
  height: 56px;
  color: var(--white);
  background-color: var(--primary);
  border: none;
  border-radius: 12px;
  font-weight: 500;
  font-size: 24px;
  font-variant: all-small-caps;
  text-transform: uppercase;
  line-height: 56px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-send:hover {
  background-color: var(--secondary);
}

.btn-send:active,
.btn-send:focus {
  background-color: #24444d;
}

.fixed-menu {
  position: fixed;
  top: 174px;
  left: 0;
  z-index: 10;
  background-color: rgba(69, 89, 102, 0.8);
  padding: 38px 15px;
  border-radius: 0 70px 70px 0;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  -webkit-transform: translateX(-76%);
  -ms-transform: translateX(-76%);
  transform: translateX(-76%);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.fixed-menu:hover {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.menu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 24px;
}

.menu-block-link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  font-size: 24px;
  font-weight: 500;
  font-variant: all-small-caps;
  color: var(--white);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.menu-block-link:hover {
  color: var(--grey);
}

.menu-block__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.menu-block__img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.logo-menu-cot {
  width: 45px;
  height: 26px;
}

.logo-menu-unimed {
  width: 43px;
  height: 36px;
}

.logo-menu-center {
  width: 45px;
  height: 45px;
}

.logo-menu-school {
  width: 51px;
  height: 35px;
}

.logo-menu-outstaff {
  width: 47px;
  height: 48px;
}

.logo-menu-security {
  width: 44px;
  height: 46px;
}

.request-form-block {
  position: relative;
  max-width: 599px;
  background-color: #fff;
  padding: 39px 37px;
}

.form-item-mb22 {
  margin-bottom: 22px;
}

.form-input {
  display: block;
  width: 100%;
  height: 76px;
  border: 1px solid #000;
  padding: 0 24px;
  font-family: var(--second-family);
  font-weight: 350;
  font-size: 33px;
  color: #01203c;
}

.form-input::-webkit-input-placeholder {
  color: #676767;
}

.form-input::-moz-placeholder {
  color: #676767;
}

.form-input:-ms-input-placeholder {
  color: #676767;
}

.form-input::-ms-input-placeholder {
  color: #676767;
}

.form-input::placeholder {
  color: #676767;
}

.form-input:focus {
  border: 1px solid red;
}

.btn-close-modal {
  width: 68px;
  height: 68px;
  position: absolute;
  top: -62px;
  right: -66px;
  z-index: 77;
}

.btn-close-modal .svg-close {
  width: 40px;
  height: 40px;
  color: #fff;
}

/*========CHECKBOX======*/

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.real-checkbox {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.real-checkbox:focus + .custom-checkbox {
  background-color: #eee;
}

.custom-checkbox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  border: 1px solid #000;
  background-color: var(--color-white);
  margin-right: 20px;
  cursor: pointer;
}

.custom-checkbox::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 12px;
  background-image: url("./../img/icons/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 2px;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.real-checkbox:checked + .custom-checkbox::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.real-checkbox:checked + .custom-checkbox {
  background-color: #375a64;
}

.request-form-privacy {
  font-family: var(--second-family);
  font-weight: 350;
  font-size: 33px;
  color: #676767;
}

.required-text {
  margin-top: 18px;
  font-family: var(--second-family);
  font-weight: 350;
  font-size: 28px;
  color: #676767;
}

.required-text span {
  padding-left: 52px;
  color: #f00;
}

.form-fieldset {
  margin-bottom: 36px;
  padding-block: 38px;
  padding-inline: 24px;
  background-color: #fff;
  border: 1px dashed #464646;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-fieldset__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.form-fieldset__content p {
  font-family: var(--second-family);
  font-weight: 350;
  font-size: 20px;
  color: #676767;
}

.form-fieldset__content span {
  font-family: var(--second-family);
  font-weight: 350;
  font-size: 20px;
  color: #676767;
}

.form-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px 16px;
  border: 1px solid #000;
  cursor: pointer;
  font-family: var(--second-family);
  font-weight: 350;
  font-size: 13px;
  color: #676767;
}

.form-label:hover {
  color: red;
}

/*КАСТОМНЫЙ ВЫБОР ФАЙЛА*/

.inputfile {
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-item-btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-fieldset.active {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}

.benefit-card {
  position: relative;
  max-width: 565px;
  width: 100%;
  height: 215px;
  padding-inline: 20px;
  padding-top: 35px;
  padding-bottom: 20px;
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.benefit-card__img {
  position: absolute;
  top: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 71px;
  height: 60px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.benefit-card__img svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.benefit-card__title {
  font-weight: 500;
  font-size: 36px;
  color: #223642;
  opacity: 0.7;
}

.benefit-card__text {
  margin-bottom: 52px;
  font-size: 16px;
  line-height: 1.25;
  color: #858585;
}

.benefit-card--yellow .benefit-card__title {
  color: #65737b;
}

.benefit-card--green .benefit-card__title {
  color: #223642;
  opacity: 0.7;
}

.benefit-card--blue .benefit-card__title {
  color: #223642;
  opacity: 0.7;
}

.step-card {
  position: relative;
  max-width: 397px;
  width: 100%;
  height: 272px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 30px;
  z-index: 5;
  overflow: hidden;
}

.step-card__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 135px;
  height: 180px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
}

.step-card__img svg {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.step-card__title {
  position: relative;
  z-index: 5;
  font-weight: 600;
  font-size: 29px;
  color: #1c1919;
  text-align: center;
}

.outstaffing-service-card {
  position: relative;
  padding-left: 40px;
  padding-right: 15px;
  padding-block: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 258px;
  border-radius: 30px;
  background: #223642;
}

.outstaffing-service-card__img {
  width: 130px;
  height: 125px;
  position: absolute;
  bottom: 0px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.outstaffing-service-card__img svg {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.outstaffing-service-card__title {
  margin-bottom: 31px;
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  color: var(--color-white);
  z-index: 1;
}

.outstaffing-service-card__list li {
  padding-left: 30px;
  position: relative;
  color: #fff;
}

.outstaffing-service-card__list li:before {
  position: absolute;
  content: "•";
  margin-left: -18px;
  color: var(--color-white);
}

.outstaffing-service-card__list li:not(:last-child) {
  margin-bottom: 11px;
}

.outstaffing-service-card__list p {
  font-size: 20px;
  color: #fff;
  z-index: 1;
}

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

.cta-form > .form-item {
  max-width: 642px;
  width: 100%;
}

.cta-form .form-item {
  margin-inline: auto;
}

.cta-form-input {
  display: block;
  width: 100%;
  height: 64px;
  background-color: #f1f1f1;
  border: 1.29px solid #787878;
  border-radius: 9px;
  padding: 0 18px;
  font-size: 20px;
  color: #01203c;
}

.form-item--border {
  position: relative;
}

.form-item-mb36 {
  margin-bottom: 36px;
}

.form-item-mb18 {
  margin-bottom: 18px;
}

.form-item-btn-white {
  margin-top: 23px;
  text-align: center;
}

.fake-placeholder {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 0;
  left: 40px;
  z-index: 1;
  display: inline-block;
  padding-inline: 15px;
  background-color: #f1f1f1;
  font-weight: 700;
  font-size: 20px;
  color: #585858;
}

.form-item--border::after {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 20px);
  margin: 0 auto;
  height: 1px;
  left: 0px;
  right: 0px;
  bottom: 10px;
  background-color: #b8b8b8;
}

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

.cta-form .custom-checkbox--dark {
  width: 33px;
  height: 33px;
  border: 3px solid #818181;
  border-radius: 1px;
  background-color: #f1f1f1;
}

.cta-form-privacy {
  font-family: var(--second-family);
  font-size: 18px;
  color: #818181;
}

/*========DROPDOWN======*/

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

.dropdown__button {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  background-color: #f1f1f1;
  border: 1.29px solid #787878;
  border-radius: 9px;
  height: 64px;
  padding: 13px 35px 13px 20px;
  font-size: 20px;
  color: #676767;
}

.dropdown__button span {
  pointer-events: none;
}

.text-black {
  color: #353F4B;
}

.dropdown__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.9531 3.01568L10.9678 13.001L0.982538 3.01568L3.47886 0.519359L10.9678 8.00833L18.4568 0.519359L20.9531 3.01568Z' fill='%23787878' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.dropdown__button--active::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.046875 9.98432L10.0322 -0.000976562L20.0175 9.98432L17.5211 12.4806L10.0322 4.99167L2.5432 12.4806L0.046875 9.98432Z' fill='%23787878' /%3e%3c/svg%3e");
}

.dropdown__list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 9px;
  width: 100%;
  z-index: 1;
  font-size: 20px;
}

.dropdown__list--visible {
  display: block;
}

.dropdown__list-item {
  border-bottom: 0;
  padding: 13px 20px;
  cursor: pointer;
}

.dropdown__list-item:hover {
  background: #EEF0F3;
}

.dropdown__input-hidden {
  display: none;
}

.advantage-card {
  padding: 24px 80px 28px 24px;
  border-radius: 20px;
  background-color: #f7f7f7;
}

.advantage-card-top {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 22px;
  -moz-column-gap: 22px;
  column-gap: 22px;
}

.advantage-card__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 68px;
  height: 68px;
}

.advantage-card__img svg {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.advantage-card__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 129%;
  font-variant: all-small-caps;
  color: #395a64;
  text-transform: uppercase;
}

.advantage-card__text {
  font-size: 20px;
  line-height: 1.4;
  color: #6a6a6a;
}

.service-card {
  min-height: 356px;
  position: relative;
  overflow: hidden;
  padding: 40px 40px 36px 40px;
  border-radius: 30px;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-card__img {
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 232px;
  height: 232px;
}

.service-card__img svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.service-card__img img {
  width: 100%;
  height: 100%;
}

.service-card__title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  color: #3b5361;
}

.service-card__text {
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
}

.service-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.service-card__price {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 32px;
  color: #3b5361;
}

.service-card__link {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 28px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #b8b8b8;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.service-card__link:hover,
.service-card__link:active {
  color: var(--color-muted);
}

.guide-card {
  position: relative;
  background-color: #f2f7fa;
  border-radius: 20px;
  overflow: hidden;
  padding-inline: 22px;
}

.guide-card__title {
  max-width: 404px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 3;
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #3b5361;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.guide-card__title:hover,
.guide-card__title:active {
  color: var(--color-muted);
}

.guide-card__img {
  position: relative;
  z-index: 1;
  mix-blend-mode: multiply;
}

.guide-card::after {
  content: "";
  display: block;
  height: 197px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(39.93%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(360deg, #fff 39.93%, rgba(255, 255, 255, 0) 100%);
}

.knowledge-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 50px;
  border-radius: 20px;
  border: 4px solid #f2f7fa;
  z-index: 1;
  height: 136px;
}

.knowledge-card__img {
  background-color: #fff;
  position: absolute;
  z-index: 2;
  top: -92px;
  left: 0px;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  overflow: hidden;
}

.knowledge-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  left: 23px;
  top: 10px;
}

.knowledge-card__title {
  font-weight: 500;
  font-size: 32px;
  text-transform: uppercase;
  text-decoration: underline;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.knowledge-card__title:hover,
.knowledge-card__title:active {
  color: var(--color-muted);
}

.cta-form.cta-form--dark .cta-form-input {
  background-color: #455966;
  border: 1.7px solid #c1c1c1;
  color: var(--color-white);
}

.cta-form.cta-form--dark .cta-form-input::-webkit-input-placeholder {
  color: #d3d3d3;
}

.cta-form.cta-form--dark .cta-form-input::-moz-placeholder {
  color: #d3d3d3;
}

.cta-form.cta-form--dark .cta-form-input:-ms-input-placeholder {
  color: #d3d3d3;
}

.cta-form.cta-form--dark .cta-form-input::-ms-input-placeholder {
  color: #d3d3d3;
}

.cta-form.cta-form--dark .cta-form-input::placeholder {
  color: #d3d3d3;
}

.cta-form.cta-form--dark .fake-placeholder {
  background-color: #455966;
  color: var(--color-white);
}

.cta-form.cta-form--dark .custom-checkbox--dark {
  background-color: #455966;
  border: 2px solid #c1c1c1;
  border-radius: 3px;
}

.cta-form.cta-form--dark .cta-form-privacy {
  color: #d3d3d3;
}

.security-service-card {
  height: 356px;
  position: relative;
  overflow: hidden;
  padding: 40px 40px 36px 40px;
  border-radius: 30px;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.security-service-card__img {
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 232px;
  height: 232px;
}

.security-service-card__img svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.security-service-card__title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  color: #3b5361;
}

.security-service-card__text {
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
}

.security-service-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.security-service-card__price {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 32px;
  color: #3b5361;
}

.object-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  height: 198px;
  background-color: #455966;
  border-radius: 16px;
}

.object-card__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
}

.object-card__text {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

.center-service-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background-color: var(--color-white);
  padding: 40px 25px 32px 40px;
  height: 100%;
}

.center-service-card__img {
  position: absolute;
  bottom: -10px;
  right: -80px;
  width: 240px;
  height: 240px;
  z-index: 1;
}

.center-service-card__img svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.center-service-card__img img {
  width: 100%;
  height: 100%;
}

.center-service-card__title {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  color: #3b5361;
  min-height: 56px;
}

.center-service-card__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.center-service-card__list li span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 28px;
  line-height: 1;
  font-variant: small-caps;
  color: #534e4e;
}

.center-service-card__list li .icon-wrapper {
  font-size: 28px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.center-service-card__link {
  position: absolute;
  bottom: 32px;
  right: 40px;
  z-index: 2;
  font-weight: 500;
  font-size: 32px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration: underline;
  color: #b8b8b8;
}

.school-service-card {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 30px 36px 40px;
  border-radius: 30px;
  background-color: var(--color-white);
  min-height: 272px;
  width: 100%;
}

.school-service-card__img {
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 185px;
  height: 272px;
}

.school-service-card__img svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.school-service-card__title {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  color: #3b5361;
}

.school-service-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
}

.school-service-card__label {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 42px;
  text-transform: uppercase;
  color: #276689;
}

.school-service-card__price {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 32px;
  font-variant: small-caps;
  color: #3b5361;
}

.uniform-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 37px 28px 40px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--color-white);
  border-radius: 20px;
  min-height: 520px;
  overflow: hidden;
}

.uniform-card__img {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 315px;
  height: 793px;
  overflow: hidden;
}

.uniform-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.uniform-card ul {
  position: relative;
  max-width: 338px;
  z-index: 2;
}

.uniform-card ul li {
  font-size: 28px;
  text-transform: capitalize;
  color: #333030;
}

.img-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-project {
  width: 100%;
  padding: 24px;
  height: 500px;
  border-radius: 20px;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
  overflow: hidden;
}

.top-project__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 260px;
}

.top-project__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.top-project__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 16px;
}

.top-project__title {
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  color: #3b5361;
  min-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.top-project__text {
  font-size: 24px;
  color: #6a6a6a;
}

.article-card {
  width: 100%;
  padding: 24px;
  height: 500px;
  border-radius: 20px;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
  overflow: hidden;
}

.article-card__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 260px;
}

.article-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.article-card__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 8px;
  width: 100%;
}

.article-card__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  color: #3b5361;
}

.article-card__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 24px;
  color: #6a6a6a;
}

.breadcrumbs {
  margin-bottom: 56px;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 4px;
}

.breadcrumbs__list-item {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.breadcrumbs__list-item:not(:last-child)::after {
  content: "";
  position: absolute;
  background-image: url("../img/icons/arrow-breadcrumbs.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 7px;
  height: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 17px;
}

.breadcrumbs__list-link {
  font-size: 16px;
  line-height: 1.5;
  color: var(--dark-blue);
}

.breadcrumbs__list-link:hover,
.breadcrumbs__list-link:active {
  color: var(--dark-grey);
}

.breadcrumbs__list-item:last-child .breadcrumbs__list-link {
  color: var(--grey);
  pointer-events: none;
  cursor: default;
}

.anchor-block {
  margin-bottom: 80px;
  background-color: var(--dark-blue);
  width: 400px;
  height: 100px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.anchor {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.4;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 20px;
  text-decoration: underline;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.anchor:hover,
.anchor:active {
  color: var(--color-white);
}

.templates-form-block {
  padding-bottom: 80px;
}

.templates-form-block .section-wrapper {
  position: relative;
  padding: 82px 180px 102px 180px;
  background-color: var(--light-grey);
  margin-inline: -146px;
}

.templates-form-block .section-wrapper::before {
  content: "";
  background-image: url("../img/outstaff/cta-bg.svg");
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 43%;
}

.templates-form-block .section-wrapper::after {
  content: "";
  background-size: cover;
  background-image: url("../img/outstaff/cta-bg2.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 43%;
}

.templates-form-block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 209px;
  -moz-column-gap: 209px;
  column-gap: 209px;
}

.templates-form-block__col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.templates-form-block-content {
  margin-top: 30px;
  max-width: 506px;
  margin-inline: auto;
}

.templates-form-block__title {
  text-align: center;
}

.templates-form-block__title .title2 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.templates-form-block__text {
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: var(--dark-grey);
}

.templates-form-block-wrapper {
  width: 642px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 3;
}

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

.templates-form > .form-item {
  max-width: 642px;
  width: 100%;
}

.templates-form .form-item-tel {
  margin-bottom: 24px;
}

.templates-form .templates-form-privacy {
  font-size: 16px;
  line-height: 1.5;
  color: var(--dark-grey);
}

.templates-form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.templates-form .custom-checkbox {
  border: 1px solid var(--grey);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.templates-form .custom-checkbox::before {
  width: 15px;
  height: 7px;
}

.templates-form .form-item-btn {
  margin-top: 24px;
  width: 100%;
}

.templates-form .form-item-btn .btn-submit {
  height: 56px;
  border-radius: 12px;
  line-height: 56px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  font-variant: all-small-caps;
  color: var(--white);
  background-color: var(--primary);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.templates-form .form-item-btn .btn-submit:hover,
.templates-form .form-item-btn .btn-submit:active {
  background-color: var(--secondary);
}

.templates-form-item {
  width: 100%;
}

.templates-form-input {
  display: block;
  width: 100%;
  height: 66px;
  background-color: var(--light-grey);
  border: 1.71px solid var(--grey);
  border-radius: 8px;
  padding: 0 16px;
  font-size: 24px;
  color: var(--dark-blue);
}

.templates-form-input:focus {
  border: 1.71px solid var(--dark-grey);
}

.templates-form-input::-webkit-input-placeholder {
  color: var(--grey);
}

.templates-form-input::-moz-placeholder {
  color: var(--grey);
}

.templates-form-input:-ms-input-placeholder {
  color: var(--grey);
}

.templates-form-input::-ms-input-placeholder {
  color: var(--grey);
}

.templates-form-input::placeholder {
  color: var(--grey);
}

.templates-form-item--border {
  position: relative;
}

.form-item-mb30 {
  margin-bottom: 30px;
}

.form-item-mb24 {
  margin-bottom: 24px;
}

.form-item-mb18 {
  margin-bottom: 18px;
}

.templates-fake-placeholder {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 0;
  left: 40px;
  z-index: 1;
  display: inline-block;
  padding-inline: 15px;
  background-color: var(--light-grey);
  font-weight: 700;
  font-size: 20px;
  color: var(--dark-blue);
}

.templates-form-item--border::after {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 20px);
  margin: 0 auto;
  height: 1px;
  left: 0px;
  right: 0px;
  bottom: 10px;
  background-color: #b8b8b8;
}

.article-bg-card {
  width: 100%;
  padding: 24px;
  height: 500px;
  border-radius: 24px;
  background-color: var(--light-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
  overflow: hidden;
}

.article-bg-card__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 255px;
  background-color: var(--white);
  border-radius: 12px;
  overflow: hidden;
}

.article-bg-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-bg-card__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 8px;
  width: 100%;
}

.article-bg-card__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.29;
  color: #403c3c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  min-height: 145px;
  height: 145px;
}

.article-bg-card__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 24px;
  color: #b1b1b1;
}

.thesises {
  padding-bottom: 80px;
}

.thesis {
  border-radius: 12px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 28px;
  background-color: var(--light-grey);
}

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

.thesis__text {
  font-size: 24px;
  line-height: 1.33;
  color: var(--dark-blue);
}

.contents {
  padding-bottom: 56px;
}

.contents__list li a {
  font-size: 24px;
  line-height: 1.33;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--primary);
}

.contents__list li a:hover,
.contents__list li a:active {
  color: var(--secondary);
}

.contents__list li + li {
  margin-top: 8px;
}

.download-docs {
  padding-bottom: 80px;
}

.download-docs__title {
  margin-bottom: 24px;
}

.download-docs__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  padding: 8px 16px;
  background-color: var(--light-grey);
}

.download-docs__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 24px;
  line-height: 1.33;
  color: var(--primary);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.download-docs__list li a:hover,
.download-docs__list li a:active {
  color: var(--secondary);
}

.download-docs__list li a img {
  padding-top: 3px;
}

.download-docs__list li + li {
  margin-top: 16px;
}

.catalog-docs {
  padding-bottom: 80px;
}

.catalog-docs .download-docs {
  padding-bottom: 40px;
}

.catalog-docs__title {
  margin-bottom: 40px;
}

.doc-banner {
  padding-bottom: 80px;
}

.doc-banner__wrapper {
  position: relative;
  border-radius: 20px;
  padding: 32px 120px 32px 32px;
  width: 86.6%;
  background-color: var(--primary);
}

.doc-banner__text {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  color: var(--white);
}

.doc-banner__text span {
  color: var(--accent-2);
}

.doc-banner__list li {
  padding-left: 15px;
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  color: var(--white);
}

.doc-banner__list li::before {
  position: absolute;
  left: 0;
  content: "";
  top: 40%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--accent-2);
}

.doc-banner__list li + li {
  margin-top: 8px;
}

.doc-banner__img {
  position: absolute;
  right: -190px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 280px;
  height: 280px;
}

.doc-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.doc-banner__btn {
  position: absolute;
  right: 120px;
  bottom: 32px;
  display: inline-block;
  padding: 0 24px;
  height: 52px;
  color: var(--white);
  background-color: var(--accent-2);
  border: none;
  border-radius: 12px;
  font-weight: 500;
  font-size: 28px;
  font-variant: all-small-caps;
  line-height: 52px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.doc-banner__btn:hover {
  background-color: #f1573e;
}

.doc-banner__btn:active,
.doc-banner__btn:focus {
  background-color: #da432a;
}

.variant-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 468px;
  height: 700px;
  border-radius: 12px;
  padding: 24px 24px 0px 24px;
  background-color: var(--light-grey);
  overflow: hidden;
}

.variant-card__title {
  margin-bottom: 16px;
}

.variant-card__text {
  font-size: 24px;
  line-height: 1.33;
  color: var(--dark-grey);
}

.variant-card__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 auto;
}

.other-service-card {
  height: 172px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid var(--light-grey);
  border-radius: 12px;
  padding: 24px;
  -webkit-box-shadow: 2px 8px 24px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 2px 8px 24px 0 rgba(0, 0, 0, 0.06);
  background-color: var(--white);
}

.other-service-card__title {
  font-weight: 500;
  font-size: 27px;
  line-height: 1.29;
  font-variant: all-small-caps;
  color: var(--primary);
}

.other-service-card__link {
  font-size: 20px;
  line-height: 1.4;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--grey);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.other-service-card__link:hover,
.other-service-card__link:active {
  color: var(--dark-grey);
}

.main-privileges-card {
  height: 432px;
  padding: 24px;
  border-radius: 12px;
  background-color: var(--primary);
}

.main-privileges-card .title3 {
  color: var(--white);
}

.main-privileges-card p {
  padding-bottom: 16px;
  font-size: 24px;
  line-height: 1.33;
  color: rgba(255, 255, 255, 0.8);
}

.main-privileges-card .anchor {
  margin-top: auto;
}

.main-privileges-card02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-privileges-card03 .main-privileges-card__list li + li {
  padding-top: 8px;
}

.main-privileges-card03 .main-privileges-card__list li:not(:last-child) {
  padding-bottom: 8px;
}

.main-privileges-card__top {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.main-privileges-card__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
}

.main-privileges-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-privileges-card__list li {
  font-size: 24px;
  line-height: 1.33;
  color: rgba(255, 255, 255, 0.8);
}

.main-privileges-card__list li + li {
  padding-top: 16px;
}

.main-privileges-card__list li:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(193, 193, 193, 0.4);
}

.privilege-card {
  padding: 24px;
  border-radius: 12px;
  background-color: var(--light-grey);
}

.privilege-card .title3 {
  color: var(--primary);
}

.privilege-card-top {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.privilege-card__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 72px;
  height: 72px;
}

.privilege-card__img svg {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.privilege-card__text {
  font-size: 24px;
  line-height: 1.33;
  color: var(--dark-grey);
}

.accordeon-block,
.accordeon-table-block {
  padding-bottom: 80px;
}

.accordeon__item {
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--light-grey);
}

.accordeon__item + .accordeon__item {
  margin-top: 16px;
}

.accordeon__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding: 6px 24px;
  padding-bottom: 7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.accordeon__header::after {
  content: "";
  position: absolute;
  right: 24px;
  width: 24px;
  height: 24px;
  background-image: url("../img/icons/accordeon-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.show::after {
  content: "";
  position: absolute;
  right: 24px;
  width: 24px;
  height: 24px;
  background-image: url("../img/icons/accordeon-up.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordeon__num {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 72px;
  font-variant: small-caps;
  color: var(--primary);
}

.accordeon__num span {
  font-size: 40px;
  vertical-align: 30px;
}

.accordeon__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  color: var(--dark-blue);
}

.accordeon__content {
  height: 0;
  padding-inline: 40px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  display: block;
}

.accordeon__content .accordeon__text {
  padding-left: 140px;
  padding-top: 30px;
  padding-bottom: 24px;
  font-size: 24px;
  line-height: 1.33;
  color: var(--dark-grey);
}

.accordeon__content ul {
  width: 60%;
  padding-top: 16px;
}

.accordeon__content ul li::before {
  content: "•";
  color: var(--dark-grey);
  font-weight: normal;
  display: inline-block;
  width: 0.5em;
}

.accordeon.accordeon-table .accordeon__header {
  padding-block: 33px;
}

.accordeon.accordeon-table .accordeon__content {
  padding-inline: 24px;
}

.accordeon.accordeon-table .accordeon__text {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 150px;
}

.accordeon.accordeon-table .table-acc {
  width: 100%;
  padding-bottom: 30px;
}

.accordeon.accordeon-table .table-acc-head {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  background-color: var(--primary);
  border-radius: 12px;
}

.accordeon.accordeon-table .table-acc-head__sell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-block: 24px;
  padding-inline: 15px;
  width: 50%;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: var(--white);
}

.accordeon.accordeon-table .table-acc-head__sell {
  width: 33.3%;
}

.accordeon.accordeon-table .table-acc-row {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordeon.accordeon-table .table-acc-row + .table-acc-row {
  margin-top: 16px;
}

.accordeon.accordeon-table .table-acc-row__sell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 24px;
  border-radius: 12px;
  width: 50%;
  font-size: 24px;
  line-height: 1.33;
  color: var(--dark-blue);
  text-align: center;
}

.accordeon.accordeon-table .table-acc-row:nth-child(odd) {
  background: var(--color-white);
  border-radius: 12px;
}

.project-card {
  width: 100%;
  padding: 24px;
  height: 539px;
  border-radius: 24px;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
  overflow: hidden;
  background-color: var(--light-grey);
}

.project-card__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 291px;
  overflow: hidden;
  border-radius: 12px;
}

.project-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-card__title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  color: var(--dark-blue);
}

.project-card__text {
  font-size: 24px;
  line-height: 1.33;
  color: var(--dark-grey);
}

.slider-sout-block,
.projects-block,
.review-block,
.slider-logos-block {
  padding-bottom: 56px;
  border-bottom: 1px solid var(--grey);
}

.sout-link-wrapper,
.project-link-wrapper,
.rev-link-wrapper {
  margin-top: 40px;
  text-align: center;
}

.sout-slider .swiper-slide,
.project-slider .swiper-slide,
.rev-slider .swiper-slide,
.logos-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.projects-block,
.review-block,
.slider-logos-block {
  padding-top: 56px;
}

.projects-block .title2,
.review-block .title2,
.slider-logos-block .title2 {
  text-align: center;
}

.logo-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 105px;
}

.vacancies-form-block {
  margin-top: 56px;
  background-color: var(--light-grey);
  border-radius: 20px;
  padding: 56px;
}

.vacancies-form-title .title2 {
  text-transform: uppercase;
}

.vacancies-form-text {
  font-size: 24px;
  line-height: 1.33;
  color: var(--dark-grey);
}

.vacancies-form-text p + p {
  margin-top: 16px;
}

.vacancies-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 72px;
  -moz-column-gap: 72px;
  column-gap: 72px;
}

.vacancies-form-col {
  width: 45%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.vacancies-form {
  width: 100%;
}

.vacancies-form .form-item-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.vacancies-form .form-item-row .vacancies-form-name {
  width: 66%;
}

.vacancies-form .form-item-row .vacancies-form-birthday {
  width: 32%;
}

.vacancies-form .form-item-row .vacancies-form-tel {
  width: 49%;
}

.vacancies-form .form-item-row .vacancies-form-mail {
  width: 49%;
}

.vacancies-form .form-fieldset {
  padding-block: 20px;
  padding-inline: 16px;
  border: none;
  border-radius: 12px;
  background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke: lightgrey; stroke-width: 2; stroke-dasharray: 16 10'/></svg>");
}

.vacancies-form .form-fieldset .form-label {
  display: block;
  padding: 0;
  border: none;
  font-size: 20px;
  line-height: 1.4;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-align: right;
  color: var(--grey);
  font-family: var(--font-family);
}

.vacancies-form .form-fieldset span {
  font-size: 20px;
  line-height: 1.4;
  color: var(--dark-blue);
}

.vacancies-form .request-form-privacy {
  font-size: 16px;
  line-height: 1.5;
  color: var(--dark-grey);
}

.vacancies-form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.vacancies-form .custom-checkbox {
  border: 1px solid var(--grey);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.vacancies-form .custom-checkbox::before {
  width: 15px;
  height: 7px;
}

.vacancies-form .form-item-btn {
  margin-top: 24px;
  width: 100%;
}

.vacancies-form .form-item-btn .btn-submit {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  line-height: 56px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  font-variant: all-small-caps;
  color: var(--white);
  background-color: var(--primary);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.vacancies-form .form-item-btn .btn-submit:hover,
.vacancies-form .form-item-btn .btn-submit:active {
  background-color: var(--secondary);
}

.vacancies-form-input {
  display: block;
  width: 100%;
  height: 60px;
  background-color: var(--white);
  border: 1px solid var(--grey);
  border-radius: 12px;
  padding: 0 16px;
  font-size: 20px;
  color: var(--dark-blue);
}

.vacancies-form-input:focus {
  border: 2px solid var(--primary);
}

.vacancies-form-input.invalid {
  border: 1px solid var(--accent-2);
  color: var(--accent-2);
}

.vacancies-form-input::-webkit-input-placeholder {
  color: var(--grey);
}

.vacancies-form-input::-moz-placeholder {
  color: var(--grey);
}

.vacancies-form-input:-ms-input-placeholder {
  color: var(--grey);
}

.vacancies-form-input::-ms-input-placeholder {
  color: var(--grey);
}

.vacancies-form-input::placeholder {
  color: var(--grey);
}

.articles-author {
  padding-bottom: 56px;
}

.articles-author .title3 {
  margin-bottom: 30px;
}

.articles-form-block .title3 {
  margin-bottom: 30px;
}

.author {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.author__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.author__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.author__name {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  color: var(--dark-blue);
}

.author__role {
  font-size: 20px;
  line-height: 1.4;
  color: var(--dark-grey);
}

.articles-form-block {
  margin-top: 56px;
  background-color: var(--light-grey);
  border-radius: 20px;
  padding: 56px;
}

.articles-form-title .title2 {
  text-transform: uppercase;
}

.articles-form-text {
  font-size: 24px;
  line-height: 1.33;
  color: var(--dark-grey);
}

.articles-form-text p + p {
  margin-top: 16px;
}

.articles-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 56px;
  -moz-column-gap: 56px;
  column-gap: 56px;
}

.articles-form-col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.articles-form {
  width: 516px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.articles-form .request-form-privacy {
  font-size: 16px;
  line-height: 1.5;
  color: var(--dark-grey);
}

.articles-form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.articles-form .custom-checkbox {
  border: 1px solid var(--grey);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.articles-form .custom-checkbox::before {
  width: 15px;
  height: 7px;
}

.articles-form .form-item-btn {
  margin-top: 24px;
  width: 100%;
}

.articles-form .form-item-btn .btn-submit {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  line-height: 56px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  font-variant: all-small-caps;
  color: var(--white);
  background-color: var(--primary);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.articles-form .form-item-btn .btn-submit:hover,
.articles-form .form-item-btn .btn-submit:active {
  background-color: var(--secondary);
}

.articles-form-input {
  display: block;
  width: 100%;
  height: 60px;
  background-color: var(--white);
  border: 1px solid var(--grey);
  border-radius: 12px;
  padding: 0 16px;
  font-size: 20px;
  color: var(--dark-blue);
}

.articles-form-input:focus {
  border: 2px solid var(--primary);
}

.articles-form-input--textarea {
  height: 160px !important;
  padding: 16px;
}

.articles-form-input.invalid {
  border: 1px solid var(--accent-2);
  color: var(--accent-2);
}

.articles-form-input::-webkit-input-placeholder {
  color: var(--grey);
}

.articles-form-input::-moz-placeholder {
  color: var(--grey);
}

.articles-form-input:-ms-input-placeholder {
  color: var(--grey);
}

.articles-form-input::-ms-input-placeholder {
  color: var(--grey);
}

.articles-form-input::placeholder {
  color: var(--grey);
}

.form-item-mb8 {
  margin-bottom: 8px;
}

.form-item-mb16 {
  margin-bottom: 16px;
}

.form-item-mb24 {
  margin-bottom: 24px;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding-block: 32px;
  background-color: var(--bg-color);
  font-family: var(--second-family);
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  position: relative;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__logo .svg-logo {
  color: #f0eded;
  width: 174px;
  height: 105px;
}

.header-content-mob {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
}

.header-content-mob .header-search {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.header-content-mob .header-search._active {
  visibility: visible;
  z-index: 100;
}

.header-content-mob .header-search input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  background-color: #fff;
}

.header-content-mob .svg-tg,
.svg-wa,
.svg-mail-mob,
.svg-phone-mob,
.svg-search-mob {
  fill: #ded9d9;
  color: #ded9d9;
}

.header-content-mob .svg-wa {
  width: 23px;
  height: 24px;
}

.header-content-mob .svg-tg {
  width: 24px;
  height: 24px;
}

.header-content-mob .svg-phone-mob {
  width: 23px;
  height: 23px;
}

.header-contacts {
  padding-top: 23px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
}

.contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 20px;
  color: var(--color-muted);
  white-space: nowrap;
}

.contacts-item a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.contacts-item a:hover,
.contacts-item a:focus,
.contacts-item a:visited {
  color: var(--color-white);
}

.contacts-item .phone:not(:last-child) {
  margin-right: 22px;
}

.contacts-item .svg-mail,
.svg-pin,
.svg-phone,
.svg-clock {
  color: var(--color-muted);
}

.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-column-gap: 43px;
  -moz-column-gap: 43px;
  column-gap: 43px;
  font-size: 24px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 41px;
  -moz-column-gap: 41px;
  column-gap: 41px;
  font-weight: 500;
  color: #ded9d9;
}

.menu a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.menu a:hover {
  color: var(--color-muted);
}

.header-search {
  margin-bottom: 0 !important;
  position: relative;
}

.header-search.active .header-search__btn .svg-search {
  color: #464040;
}

.header-search__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.header-search__btn .svg-search {
  color: #ded9d9;
  width: 25px;
  height: 25px;
}

.header-search__input {
  width: 195px;
  height: 32px;
  background-color: var(--bg-color);
  border: none;
  padding-left: 46px;
  padding-right: 15px;
  font-family: var(--second-family);
  font-weight: 350;
  font-size: 20px;
  color: var(--color-white);
}

.header-search__input:focus,
.header-search__input:active {
  background-color: var(--color-white);
  border-radius: 5px;
  color: #464040;
}

.header-search__input::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 300;
  color: #ded9d9;
}

.header-search__input::-moz-placeholder {
  font-style: italic;
  font-weight: 300;
  color: #ded9d9;
}

.header-search__input:-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
  color: #ded9d9;
}

.header-search__input::-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
  color: #ded9d9;
}

.header-search__input::placeholder {
  font-style: italic;
  font-weight: 300;
  color: #ded9d9;
}

.search-hint {
  display: none;
  width: 100%;
  position: absolute;
  border-radius: 5px;
  padding: 20px;
  background-color: var(--color-white);
}

.search-hint li + li {
  padding-top: 15px;
}

.search-hint li a {
  font-size: 20px;
}

.search-hint.active {
  display: block;
}

.outstaffing {
  padding-bottom: 60px;
}

.banner-content {
  max-width: 854px;
}

.banner {
  background-color: #f1f1f1;
  border-radius: 70px;
  padding-block: 105px;
  padding-inline: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 184px;
  -moz-column-gap: 184px;
  column-gap: 184px;
}

.banner-logo {
  width: 394px;
  height: 440px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.banner__text {
  margin-top: 25px;
  font-size: 24px;
  color: #464040;
  text-align: justify;
}

.banner__text--cot {
  margin-top: 17px;
}

.banner__text + .banner__text {
  margin-top: 28px;
}

.banner-btns {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.outstaffing-benefits {
  padding-bottom: 154px;
  background-color: var(--bg-color);
}

.swiper {
  width: 100%;
}

.swiper-wrapper {
  width: 100%;
}

.benefits-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-wrapper {
  padding-bottom: 40px;
}

.swiper-pagination {
  position: relative;
  bottom: -4px;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #9c9c9c;
}

.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d9d9d9;
}

.steps__title {
  margin-bottom: 35px;
}

.outstaffing-services__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 48px;
}

.outstaffing-services-slider .swiper-wrapper {
  padding-bottom: 0;
}

.outstaffing-services-slider .swiper-pagination-bullet-active {
  background-color: #8c8888;
}

.prices-wrapper {
  padding: 80px 72px 0px 72px;
  background-color: var(--color-white);
  border-radius: 70px 70px 0 0;
}

.outstaffing-prices__title {
  margin-bottom: 20px;
}

.outstaffing-prices__title + p {
  margin-bottom: 38px;
}

.outstaffing-prices p {
  font-size: 24px;
  line-height: 1.2;
  color: #6a6a6a;
  max-width: 1455px;
}

.outstaffing-prices p small {
  display: block;
  margin-top: 16px;
  font-size: 20px;
  line-height: normal;
  color: #949494;
}

.table {
  width: 100%;
  margin-bottom: 17px;
}

.table-head {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 21px;
  -moz-column-gap: 21px;
  column-gap: 21px;
}

.table-head__sell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 23px;
  padding-bottom: 17px;
  padding-inline: 15px;
  width: 50%;
  border-radius: 20px;
  background-color: var(--bg-color);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.table-body {
  border: 1px solid #a6a6a6;
  border-radius: 20px;
}

.table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table-row__sell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 33px;
  width: 50%;
  font-size: 24px;
  line-height: 1.2;
  color: #000;
}

.table-row:nth-child(2n) {
  background-color: #e4e4e4;
}

.table-row:not(:last-child) {
  border-bottom: 1px solid #a6a6a6;
}

.table-row__sell.text-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #a6a6a6;
}

.text-center {
  text-align: center;
}

.cta .section-wrapper {
  position: relative;
  padding-bottom: 33px;
  background-color: #f1f1f1;
}

.cta .section-wrapper::before {
  content: "";
  background-image: url("../img/outstaff/cta-bg.svg");
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 43%;
}

.cta .section-wrapper::after {
  content: "";
  background-size: cover;
  background-image: url("../img/outstaff/cta-bg2.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 43%;
}

.cta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-content {
  max-width: 445px;
  margin-inline: auto;
}

.cta__title {
  margin-bottom: 20px;
  text-align: center;
}

.cta__text {
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #6a6a6a;
}

.cta-row__col {
  width: 50%;
}

.cta-form-wrapper {
  position: relative;
  z-index: 3;
  padding-top: 41px;
}

.staff__title {
  max-width: 577px;
}

.section-staff-title {
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #1c1919;
}

.staff-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 42px;
  -moz-column-gap: 42px;
  column-gap: 42px;
}

.staff__img {
  padding-top: 47px;
  width: 42%;
  aspect-ratio: 636/452;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.staff__text {
  padding-top: 82px;
  width: 804px;
}

.staff__list li {
  padding-left: 30px;
  position: relative;
  font-size: 24px;
  line-height: 1.2;
  color: #6a6a6a;
}

.staff__list li + li {
  margin-top: 20px;
}

.staff__list li:before {
  position: absolute;
  content: "•";
  margin-left: -18px;
  color: #6a6a6a;
}

.advantages-wrapper {
  padding: 40px 144px 68px 144px;
  background-color: var(--color-white);
  border-radius: 0 0 70px 70px;
}

.advantages__title {
  margin-bottom: 57px;
  text-align: center;
}

.advantages-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 31px;
  -moz-column-gap: 31px;
  column-gap: 31px;
}

.advantages-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.advantages-slider .swiper-slide:nth-child(3) {
  grid-column: span 2/span 2;
  grid-row-start: 2;
}

.advantages-slider .swiper-pagination-bullet-active {
  background-color: #8c8888;
}

.advantages__img {
  width: 36%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 513/727;
  cursor: pointer;
}

.footer {
  padding-top: 17px;
  padding-bottom: 28px;
  background-color: #455966;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 18px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  border-bottom: 1.5px solid #909ca3;
}

.footer-requisites {
  color: #fff;
}

.footer-nav {
  padding-top: 20px;
  padding-right: 40px;
}

.footer-nav li + li {
  padding-top: 31px;
}

.footer-nav__link {
  -webkit-column-gap: 11px;
  -moz-column-gap: 11px;
  column-gap: 11px;
  font-size: 18px;
  font-variant: small-caps;
  color: #ded9d9;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.footer-nav__link:hover,
.footer-nav__link:active {
  color: var(--color-white);
}

.footer-nav__link .svg-down {
  position: relative;
  top: -4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 9px;
  height: 5px;
}

.footer__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 21px;
}

.footer__logo .svg-logo {
  color: var(--color-white);
  width: 157px;
  height: 94px;
}

.footer__text {
  font-size: 11px;
  color: #909ca3;
  font-variant: small-caps;
}

.footer__text + .footer__text {
  margin-top: 5px;
}

.footer-contacts {
  padding-top: 20px;
  font-size: 15px;
  color: #909ca3;
}

.footer-contacts__title {
  display: none;
  font-family: var(--second-family);
  font-weight: 350;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
}

.footer-contacts__item {
  display: block;
  margin-bottom: 10px;
}

.footer-contacts__item svg {
  display: none;
}

.footer-contacts__item a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.footer-contacts__item a:hover {
  color: var(--color-white);
}

.footer-contacts__item:last-child {
  margin-bottom: 0;
}

.footer-contacts__item--mb20 {
  margin-bottom: 20px;
}

.footer-contacts__item--mob {
  display: none;
}

.footer-social-mob {
  display: none;
}

.footer-col-social {
  width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  row-gap: 28px;
}

.footer-social {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.footer-social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 39px;
  height: 39px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.footer-social__item:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.footer-social__item svg {
  width: 100%;
  height: auto;
  color: var(--color-white);
}

.footer-qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.footer-qr__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 135px;
  height: 135px;
}

.footer-qr__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-qr__text {
  font-size: 16px;
  color: #ded9d9;
}

.footer-bottom {
  padding-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.footer__copyright {
  font-size: 17px;
  width: 697px;
  color: #b8c0c6;
}

.footer__copyright--detail {
  width: 50%;
  color: #909ca3;
}

.cot {
  padding-bottom: 60px;
}

.banner--cot {
  padding-block: 132px;
  padding-inline: 146px;
  -webkit-column-gap: 301px;
  -moz-column-gap: 301px;
  column-gap: 301px;
}

.cot-logo {
  width: 276px;
  height: 392px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.banner__text--cot {
  max-width: 834px;
}

.cot-benefits {
  padding-bottom: 150px;
}

.cot-services {
  padding-bottom: 100px;
}

.cot-services__title {
  margin-bottom: 32px;
  text-align: center;
}

.cot-services-slider .swiper-wrapper {
  padding-bottom: 0;
}

.cot-services__info {
  margin-top: 55px;
}

.info-text {
  font-size: 20px;
  color: #aaa;
}

.guide {
  padding-bottom: 100px;
}

.guide__title {
  text-align: center;
  margin-bottom: 32px;
}

.guide-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.guide__link {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #bfbfbf;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.guide__link:hover,
.guide__link:active {
  color: var(--color-white);
}

.knowledge {
  padding-bottom: 60px;
}

.knowledge__title {
  text-align: center;
  margin-bottom: 32px;
}

.knowledge-slider {
  padding-top: 87px;
}

.cot-cta {
  position: relative;
  background-color: #455966;
  max-width: 1920px;
  margin-inline: auto;
  overflow: hidden;
}

.cot-cta .section-wrapper {
  background-color: #455966;
  position: relative;
}

.cot-cta .section-wrapper::before {
  content: "";
  background-image: url("../img/cot/cta-bg.svg");
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 43%;
}

.cot-cta .section-wrapper::after {
  content: "";
  background-size: cover;
  background-image: url("../img/cot/cta-bg2.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 43%;
}

.cot-cta .cta__text {
  color: #c2c2c2;
}

.reviews {
  padding-top: 100px;
}

.reviews__title {
  text-align: center;
  margin-bottom: 84px;
}

.review-img {
  width: 430px;
  height: 609px;
  cursor: pointer;
}

.review-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.special-slider-wrapper {
  position: relative;
  padding: 0 80px;
}

.reviews-slider {
  width: 1422px;
}

.reviews-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0;
}

.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.slider-prev svg,
.slider-next svg {
  color: #455966;
}

.slider-prev:hover,
.slider-next:hover {
  background-color: #D9D9D9;
}

.slider-prev {
  left: 0px;
}

.slider-next {
  right: 0px;
}

.partners {
  padding-top: 100px;
}

.partners__title {
  text-align: center;
  margin-bottom: 42px;
}

.partners-slider {
  width: 1570px;
  margin: 0 auto;
}

.partners-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 105px;
}

.partner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.slider-prev-xs,
.slider-next-xs {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.slider-prev-xs svg,
.slider-next-xs svg {
  color: #455966;
  width: 10px;
  height: 20px;
}

.slider-prev-xs:hover,
.slider-next-xs:hover {
  background-color: #d9d9d9;
}

.slider-prev-xs {
  left: 0px;
}

.slider-next-xs {
  right: 0px;
}

.security {
  padding-bottom: 60px;
}

.banner--security {
  padding-block: 92px;
  padding-inline: 146px;
  -webkit-column-gap: 145px;
  -moz-column-gap: 145px;
  column-gap: 145px;
}

.banner--security .banner-content {
  max-width: 856px;
}

.headline--security {
  font-size: 66px;
}

.security-logo {
  width: 430px;
  height: 465px;
  margin-top: 38px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.headline--security {
  margin-bottom: 44px;
}

.banner__text-security {
  max-width: 856px;
  font-size: 24px;
  color: #464040;
}

.banner__text-security:not(:last-child) {
  margin-bottom: 25px;
}

.security-benefits {
  padding-bottom: 150px;
}

.security-services {
  padding-bottom: 100px;
}

.security-services__title {
  margin-bottom: 32px;
  text-align: center;
}

.security-services-slider .swiper-wrapper {
  padding-bottom: 0;
}

.security-services__info {
  margin-top: 55px;
}

.objects {
  padding-bottom: 100px;
}

.objects__title {
  text-align: center;
  margin-bottom: 32px;
}

.objects-slider {
  width: 1432px;
  margin: 0 auto;
}

#slider-prev-objects,
#slider-next-objects {
  top: 38%;
}

.center {
  padding-bottom: 60px;
}

.banner--center {
  padding-block: 85px;
  padding-inline: 144px;
  -webkit-column-gap: 153px;
  -moz-column-gap: 153px;
  column-gap: 153px;
}

.banner--center .banner-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: unset;
}

.center-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 425px;
  height: 425px;
  margin-top: 35px;
}

.headline--center {
  margin-bottom: 44px;
}

.banner__text.banner__text--center {
  max-width: 854px;
}

.banner__text.banner__text--center + .banner__text.banner__text--center {
  margin-top: 57px;
}

.center-benefits {
  padding-bottom: 150px;
}

.center-services {
  padding-bottom: 100px;
}

.center-services__title {
  margin-bottom: 32px;
  text-align: center;
}

.center-services__title-mt-52 {
  margin-top: 52px;
}

.center-services__info {
  margin-top: 0;
}

.sertificates {
  padding-bottom: 100px;
}

.sertificates__title {
  text-align: center;
  margin-bottom: 32px;
}

.sertificates-row {
  padding-inline: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.sertificates__img {
  cursor: pointer;
  width: 429px;
  height: 607px;
  overflow: hidden;
}

.sertificates__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.sertificates-text {
  max-width: 591px;
  color: #fff;
  text-align: center;
}

.sertificates-text h3 {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
}

.sertificates-text p {
  font-size: 28px;
}

.sertificates-slider .swiper-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.unionmed {
  padding-bottom: 60px;
}

.unionmed-logo {
  width: 506px;
  height: 425px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 63px;
}

.headline--unionmed {
  margin-bottom: 44px;
  font-size: 66px;
}

.banner__text-unionmed {
  font-size: 24px;
  color: #2f2b2b;
}

.banner__text-unionmed--mb28 {
  margin-bottom: 28px;
}

.banner__text-unionmed--mb18 {
  margin-bottom: 18px;
}

.banner__text-unionmed--mb15 {
  margin-bottom: 15px;
}

.banner.banner--unionmed {
  padding-block: 57px;
  -webkit-column-gap: 134px;
  -moz-column-gap: 134px;
  column-gap: 134px;
}

.unionmed-benefits {
  padding-bottom: 150px;
}

.unionmed-services {
  padding-bottom: 100px;
}

.unionmed-services__title {
  margin-bottom: 32px;
  text-align: center;
}

.unionmed-services__info {
  margin-top: 55px;
}

.documents {
  padding-bottom: 50px;
}

.documents__title {
  text-align: center;
  margin-bottom: 84px;
}

.doc-img {
  width: 430px;
  height: 609px;
  cursor: pointer;
}

.doc-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.documents-slider {
  width: 1422px;
}

.documents-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0;
}

.school {
  padding-bottom: 60px;
}

.banner--school {
  padding-block: 61px;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.school-logo {
  width: 529px;
  height: 359px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.headline--school {
  margin-bottom: 44px;
  font-size: 66px;
}

.school-benefits {
  padding-bottom: 150px;
}

.school-services {
  padding-bottom: 60px;
}

.school-services__title {
  text-align: center;
  margin-bottom: 24px;
}

.school-services__title .section-title {
  margin-bottom: 32px;
}

.school-services__title--mt19 {
  margin-top: 19px;
}

.school-services__info .info-text + .info-text {
  margin-top: 20px;
}

.uniform {
  padding-top: 100px;
  padding-bottom: 80px;
}

.uniform__title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 29px;
}

.uniform__title p {
  margin: 0 auto;
  width: 1360px;
  margin-top: 32px;
  font-size: 27px;
  font-variant: small-caps;
  text-align: center;
  color: #e3e3e3;
}

.uniform-slider .swiper-wrapper {
  margin: 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main-cta {
  position: relative;
  background-color: var(--bg-color);
  margin-inline: auto;
  overflow: hidden;
}

.main-cta .section-wrapper {
  background-color: var(--bg-color);
  position: relative;
  padding: 96px 100px 92px 157px;
}

.main-cta .cta-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-cta .cta-content {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.main-cta .cta__title {
  text-align: left;
  margin-bottom: 0;
}

.main-cta .cta__subtitle {
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
}

.main-cta .section-title.section-title--white {
  font-size: 42px;
}

.main-cta .cta__text {
  font-size: 24px;
  color: #dcdcdc;
  text-align: left;
}

.main-cta .cta-form-wrapper {
  padding-top: 14px;
}

.main-cta .cta-form.cta-form--dark .cta-form-input {
  background-color: var(--bg-color);
}

.main-cta .cta-form.cta-form--dark .fake-placeholder {
  background-color: var(--bg-color);
}

.main-cta .cta-form.cta-form--dark .custom-checkbox--dark {
  background-color: var(--bg-color);
}

.main-cta .cta-form.cta-form--dark .checkbox {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.main-cta .cta-form.cta-form--dark .form-item-btn-white {
  text-align: right;
}

.main-cta .cta-form.cta-form--dark .btn-submit-white {
  height: 50px;
  line-height: 50px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 28px;
  font-variant: all-small-caps;
  color: #223642;
}

.main-cta .section-wrapper::before {
  content: "";
  background-image: url("../img/cot/cta-bg.svg");
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 43%;
}

.main-cta .section-wrapper::after {
  content: "";
  background-size: cover;
  background-image: url("../img/cot/cta-bg2.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 43%;
}

.presentation-wrapper {
  border-radius: 70px;
  background-color: #f1f1f1;
  padding: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.presentation-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 400px;
}

.presentation-slider-wrapper .swiper-wrapper {
  padding-bottom: 24px;
}

.presentation-slider-wrapper .swiper-pagination {
  display: none;
}

.presentation__title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
  color: #455966;
}

.presentation-slider-controls {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.presentation-slider-controls .slider-prev-xs,
.presentation-slider-controls .slider-next-xs {
  position: relative;
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.presentation-reviews-slider .swiper-slide {
  border-radius: 20px;
}

.presentation-reviews-slider .review-img {
  width: 100%;
  height: 500px;
  cursor: pointer;
}

.baloons-section .btn-banner {
  display: none;
}

.balloons-service-list li.more-link .balloons-service-list__link,
.balloons-dock-back,
.balloons-dock-more {
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: none;
}

.balloons-service-list li.more-link .balloons-service-list__link,
.balloons-dock-back,
.balloons-dock-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 34px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  word-wrap: break-word;
  -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  border-radius: 3px;
}

.balloons-service-list li.more-link .balloons-service-list__link:active,
.balloons-dock-back:active,
.balloons-dock-more:active {
  outline: none;
}

.balloons-service-list li.more-link .balloons-service-list__link:disabled,
.balloons-dock-back:disabled,
.balloons-dock-more:disabled,
.balloons-service-list li.more-link .disabled.balloons-service-list__link,
.disabled.balloons-dock-back,
.disabled.balloons-dock-more {
  opacity: 0.5;
  cursor: default;
}

.balloons-service-list li.more-link .btn-round.balloons-service-list__link,
.btn-round.balloons-dock-back,
.btn-round.balloons-dock-more {
  border-radius: 16px;
}

.balloons-main {
  width: 100%;
  padding: 30px;
  border-radius: 45px;
  background-color: var(--color-blue-dark);
  color: var(--color-white);
  position: relative;
  display: grid;
  grid-template-columns: 52px auto;
  grid-template-rows: 170px -webkit-max-content -webkit-max-content;
  grid-template-rows: 170px max-content max-content;
  grid-template-areas: "ballons ballons-dock" "ballons text" "service service";
  gap: 20px;
}

.balloons-main .balloons-main-image {
  display: none;
}

.balloons-dock .balloons-item-active,
.balloons-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color-white);
  border-radius: 50%;
  padding: 2px;
  overflow: hidden;
}

.balloons-dock .balloons-item-active img,
.balloons-item img {
  max-width: 90%;
  width: 90%;
}

.balloons-service__item,
.balloons-info__item {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.open.balloons-service__item,
.open.balloons-info__item {
  opacity: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  visibility: visible;
  position: relative;
}

.balloons {
  grid-area: ballons;
  position: relative;
}

.balloons-item {
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: all 0.35s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: all 0.35s ease-in-out, transform 0.2s ease-in-out;
  transition: all 0.35s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.balloons-dock-more {
  display: none;
  text-transform: uppercase;
  background-color: var(--color-white);
  color: var(--color-blue-dark);
  border-radius: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.balloons-dock-more:after {
  display: none;
}

.balloons-dock-more:focus,
.balloons-dock-more:hover,
.balloons-dock-more:visited,
.balloons-dock-more:active {
  color: var(--color-blue-dark) !important;
}

.balloons-dock-back {
  display: none;
  text-transform: uppercase;
  background-color: var(--color-white);
  color: var(--color-blue-dark);
  width: 3.958vw;
  height: 3.958vw !important;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 !important;
  position: absolute;
  top: 3.125vw;
  left: 3.125vw;
  -webkit-box-shadow: 0 0.208vw 0.208vw 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.208vw 0.208vw 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.balloons-dock-back svg {
  width: 2.083vw;
  height: 2.083vw;
  fill: var(--color-blue-dark);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.balloons-dock-back:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.balloons-dock {
  grid-area: ballons-dock;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.balloons-dock .balloons-item-active {
  width: 170px;
  height: 170px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
}

.balloons-info {
  grid-area: text;
  position: relative;
  overflow: hidden;
}

.balloons-info__title {
  font-family: var(--second-family);
  font-weight: 800;
  margin-top: 0;
  color: #375a64;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--color-white);
  margin-bottom: 8px;
}

.balloons-info__content {
  font-family: var(--second-family);
}

.balloons-info__content p {
  margin-top: 0;
}

.balloons-info .swiper-pagination {
  position: relative;
}

.balloons-info .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.balloons-info .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.balloons-service {
  grid-area: service;
  position: relative;
  overflow: hidden;
}

.balloons-service__title {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}

.balloons-service-list {
  font-size: 20px;
  color: var(--color-white);
  margin: 0;
  list-style: none;
  padding: 0;
}

.balloons-service-list li {
  margin-bottom: 20px;
}

.balloons-service-list li.more-link {
  padding-top: 20px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.balloons-service-list li.more-link .balloons-service-list__link {
  text-transform: uppercase;
  background-color: var(--color-white);
  color: var(--color-blue-dark);
  border-radius: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.balloons-service-list li.more-link .balloons-service-list__link:after {
  display: none;
}

.balloons-service-list li.more-link .balloons-service-list__link:focus,
.balloons-service-list li.more-link .balloons-service-list__link:hover,
.balloons-service-list li.more-link .balloons-service-list__link:visited,
.balloons-service-list li.more-link .balloons-service-list__link:active {
  color: var(--color-blue-dark) !important;
}

.balloons-service-list__link {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.balloons-service-list__link::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2213%22%20height%3D%2221%22%20viewBox%3D%220%200%2013%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.27333%2010.5L-2.61129e-07%202.33297L2.36333%200L13%2010.5L2.36333%2021L-2.61129e-07%2018.667L8.27333%2010.5Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E");
}

.balloons-service-list__link:hover,
.balloons-service-list__link:focus,
.balloons-service-list__link:visited,
.balloons-service-list__link:active {
  color: var(--color-white);
}

.balloons-service-list__link:visited:focus,
.balloons-service-list__link:visited:active,
.balloons-service-list__link:visited:hover {
  color: var(--color-white);
}

.footer-balloons {
  height: 60px;
  border-radius: 36px 36px 0 0;
  background-color: rgba(243, 243, 243, 0.45);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.footer-balloons.open {
  opacity: 1;
}

.footer-balloons__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 90%;
}

.footer-balloons-item {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--color-white);
  cursor: pointer;
}

.footer-balloons-item img {
  max-width: 70%;
  width: 70%;
}

.balloons-main {
  gap: 30px;
  grid-template-rows: 210px -webkit-max-content -webkit-max-content;
  grid-template-rows: 210px max-content max-content;
}

.balloons-dock .balloons-item-active {
  width: 210px;
  height: 210px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
}

.baloons__text {
  font-family: var(--second-family);
  font-size: 28px;
  color: #000;
}

.baloons__text::-webkit-scrollbar {
  display: none;
}

.baloons__text ul {
  display: grid;
  grid-template-columns: 520px 599px;
}

.baloons__text li {
  position: relative;
  padding-left: 30px;
}

.baloons__text > * + * {
  margin-top: 8px;
}

.baloons__text li:before {
  position: absolute;
  content: "•";
  margin-left: -18px;
  color: #000;
}

.baloons-link-wrapper {
  position: absolute;
  margin-top: -40px;
}

.arrow-link {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #bfbfbf;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.arrow-link .svg-arrow-right {
  margin-left: 8px;
}

.arrow-link:hover,
.arrow-link:active {
  color: #6a6a6a;
}

.articles {
  padding-bottom: 80px;
}

.categories-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-label-wrapper {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.category-label-wrapper .real-radio {
  width: 0px;
  height: 0px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.category-label-wrapper .category-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid var(--primary);
  font-size: 24px;
  line-height: 1.33;
  font-variant: all-small-caps;
  color: var(--primary);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}

.category-label-wrapper .real-radio:checked + .category-label {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
}

.category-label-wrapper:last-child {
  margin-right: 0;
}

.articles-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.articles__btn {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services__title {
  margin-bottom: 40px;
}

.services__grid4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.services__grid5 {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.services-block {
  padding-bottom: 80px;
}

.services-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--primary);
  border-radius: 12px;
  padding: 24px;
  gap: 24px;
}

.services-card__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}

.services-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.services-card__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  color: var(--white);
}

.services-card--01 {
  grid-area: 1/1/2/2;
}

.services-card--02 {
  grid-area: 1/2/2/3;
}

.services-card--03 {
  grid-area: 2/1/3/2;
}

.services-card--04 {
  grid-area: 2/2/3/3;
}

.services-card--05 {
  grid-area: 3/1/4/3;
  background-color: var(--accent);
}

.variants {
  padding-bottom: 80px;
}

.variants__title {
  margin-bottom: 40px;
}

.variants-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.result {
  padding-bottom: 80px;
}

.result__title {
  margin-bottom: 40px;
}

.result__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.result__text {
  font-size: 24px;
  line-height: 1.33;
}

.result__text p {
  color: var(--dark-grey);
}

.result__list {
  margin-block: 24px;
}

.result__list li {
  border-radius: 8px;
  padding: 8px 16px;
  color: var(--dark-blue);
  background-color: var(--light-grey);
}

.result__list li + li {
  margin-top: 16px;
}

.result__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-shadow: 2px 8px 24px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 2px 8px 24px 0 rgba(0, 0, 0, 0.06);
}

.other-services {
  padding-bottom: 80px;
}

.other-services-slider-controls .slider-prev-xs,
.other-services-slider-controls .slider-next-xs,
.sout-slider-controls .slider-prev-xs,
.sout-slider-controls .slider-next-xs,
.project-slider-controls .slider-prev-xs,
.project-slider-controls .slider-next-xs,
.rev-slider-controls .slider-prev-xs,
.rev-slider-controls .slider-next-xs,
.logos-slider-controls .slider-prev-xs,
.logos-slider-controls .slider-next-xs {
  top: 40%;
  background-color: var(--primary);
}

.other-services-slider-controls .slider-prev-xs:hover,
.other-services-slider-controls .slider-next-xs:hover,
.sout-slider-controls .slider-prev-xs:hover,
.sout-slider-controls .slider-next-xs:hover,
.project-slider-controls .slider-prev-xs:hover,
.project-slider-controls .slider-next-xs:hover,
.rev-slider-controls .slider-prev-xs:hover,
.rev-slider-controls .slider-next-xs:hover,
.logos-slider-controls .slider-prev-xs:hover,
.logos-slider-controls .slider-next-xs:hover {
  background-color: var(--secondary);
}

.other-services-slider-controls .slider-prev-xs svg,
.other-services-slider-controls .slider-next-xs svg,
.sout-slider-controls .slider-prev-xs svg,
.sout-slider-controls .slider-next-xs svg,
.project-slider-controls .slider-prev-xs svg,
.project-slider-controls .slider-next-xs svg,
.rev-slider-controls .slider-prev-xs svg,
.rev-slider-controls .slider-next-xs svg,
.logos-slider-controls .slider-prev-xs svg,
.logos-slider-controls .slider-next-xs svg {
  width: 14px;
  height: 24px;
  color: var(--color-white);
}

.other-services-slider .swiper-pagination {
  display: none;
}

.main-privileges {
  margin-bottom: 80px;
}

.main-privileges-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.privileges-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 31px;
  -moz-column-gap: 31px;
  column-gap: 31px;
}

.privileges-block4,
.privileges-block3 {
  margin-bottom: 80px;
}

.privileges4-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.privileges3-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.privileges3-slider .swiper-slide:nth-child(3) {
  grid-column: span 2/span 2;
  grid-row-start: 2;
}

.privileges__img {
  width: 36%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 517/732;
  cursor: pointer;
}

.activities {
  padding-bottom: 80px;
}

.activities-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.activities-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--light-grey);
  border-radius: 12px;
  padding: 24px;
  gap: 16px;
}

.activities-card__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}

.activities-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.activities-card__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.29;
  font-variant: all-small-caps;
  color: var(--primary);
}

.tables {
  overflow: hidden;
}

.table-col2,
.table-col3 {
  width: 100%;
  margin-bottom: 80px;
}

.table-col2-head,
.table-col3-head {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.table-col2-head__sell,
.table-col3-head__sell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-block: 24px;
  padding-inline: 15px;
  width: 50%;
  border-radius: 12px;
  background-color: var(--primary);
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: var(--white);
}

.table-col3-head__sell {
  width: 33.3%;
}

.table-col2-row,
.table-col3-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table-col2-row + .table-col2-row {
  margin-top: 16px;
}

.table-col3-row + .table-col3-row {
  margin-top: 16px;
}

.table-col2-row__sell,
.table-col3-row__sell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 24px;
  border-radius: 12px;
  width: 50%;
  font-size: 24px;
  line-height: 1.33;
  color: var(--dark-blue);
  text-align: center;
}

.table-col2-row:nth-child(2n) .table-col2-row__sell {
  background: var(--light-grey);
}

.table-col3-row:nth-child(2n) .table-col3-row__sell {
  background: var(--light-grey);
}

.table-col3-row__sell ul {
  width: 100%;
  margin: 0;
}

.table-col3-row__sell ul li {
  text-align: center;
}

.table-col3-row__sell ul li:not(:last-child) {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(193, 193, 193, 0.5);
}

.table-col3-row__sell ul li:last-child {
  padding-top: 8px;
}

.top-projects-block {
  margin-bottom: 40px;
}

.top-projects-block .title3 {
  margin-bottom: 24px;
}

.med-block {
  margin-bottom: 80px;
}

.top-projects-slider .swiper-slide,
.med-block-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.licenses-block {
  margin-bottom: 80px;
}

.licenses-block .title3 {
  margin-bottom: 24px;
}

.licenses-med-slider .swiper-slide,
.licenses-guard-slider .swiper-slide,
.licenses-educ-slider .swiper-slide,
.licenses-aut-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vacancies {
  margin-top: 40px;
}

.vacancies-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.vacancy-card {
  max-width: 710px;
  border-radius: 12px;
  padding: 24px;
  background-color: var(--light-grey);
}

.vacancy-card__labels {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.vacancy-card__title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.29;
  font-variant: all-small-caps;
  color: var(--primary);
}

.vacancy-card__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  padding: 8px 16px;
  background: var(--white);
  font-size: 24px;
  color: var(--dark-blue);
  white-space: nowrap;
}

.vacancy-card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.vacancy-card__expand,
.vacancy-card__close {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--grey);
}

.vacancy-card__expand:hover,
.vacancy-card__close:hover {
  color: var(--dark-blue);
}

.vacancy-card__text {
  font-size: 24px;
  line-height: 1.33;
  color: var(--dark-grey);
}

.vacancy-card__text p {
  margin-bottom: 8px;
}

.vacancy-card__text ul {
  margin-bottom: 24px;
}

.vacancy-card__text li {
  margin-left: 10px;
}

.vacancy-card__text ul li::before {
  content: "•";
  color: var(--dark-grey);
  font-weight: normal;
  display: inline-block;
  width: 20px;
}

.contacts {
  padding-block: 56px;
}

.contacts-wrapper {
  margin-bottom: 40px;
  padding-inline: 146px;
}

.contacts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-col p {
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.4;
  color: var(--dark-grey);
}

.contacts__tel,
.contacts__mail {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.29;
  font-variant: all-small-caps;
  color: var(--dark-blue);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.contacts__tel:hover,
.contacts__mail:hover {
  color: var(--primary);
}

.contacts__tel li + li {
  margin-top: 16px;
}

.contacts__text {
  margin-top: 16px;
  font-size: 24px;
  line-height: 1.33;
  color: var(--dark-blue);
}

.contacts__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__social a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.contacts__social a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.contacts__map {
  margin-inline: -146px;
}

.contacts__map iframe {
  width: 100%;
  height: 440px;
  border: none;
}

.sout {
  padding-bottom: 40px;
}

.sout-wrapper {
  position: relative;
  background-color: #f1f1f1;
  border-radius: 70px;
  padding: 80px;
}

.sout-wrapper .title1 {
  margin-bottom: 40px;
}

.sout__bg {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 141px;
  right: 50px;
}

.sout-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 125px;
  -moz-column-gap: 125px;
  column-gap: 125px;
}

.sout-col {
  width: 42%;
}

.sout__list {
  max-width: 497px;
  margin-top: 40px;
  margin-bottom: 72px;
}

.sout__list li {
  position: relative;
  font-size: 24px;
  line-height: 1.33;
  color: var(--dark-blue);
}

.sout__list li::before {
  position: absolute;
  content: "";
  background-image: url("../img/templates/checkmark-filled.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 43px;
  height: 43px;
  top: -5px;
  left: -55px;
}

.sout__list li + li {
  margin-top: 24px;
}

.sout__text {
  margin-bottom: 72px;
}

.sout__accent {
  position: relative;
  font-weight: 600;
  font-size: 40px;
  color: var(--accent);
}

.sout__accent::before {
  position: absolute;
  content: "";
  background-image: url("../img/templates/checkmark-colored.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 43px;
  height: 43px;
  top: 5px;
  left: -55px;
}

.btn-sout {
  position: relative;
  display: inline-block;
  left: -55px;
  padding: 0 16px;
  height: 56px;
  color: var(--white);
  background-color: var(--primary);
  border: none;
  border-radius: 12px;
  font-weight: 500;
  font-size: 24px;
  font-variant: all-small-caps;
  text-transform: uppercase;
  line-height: 56px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-sout:hover {
  background-color: var(--secondary);
}

.btn-sout:active,
.btn-sout:focus {
  background-color: #24444d;
}

@media (min-width: 430px) {
  .steps-slider .swiper-wrapper {
    padding-bottom: 37px;
  }
}

@media (min-width: 768px) {
  .steps-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding-bottom: 72px;
  }

  .steps-slider .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }

  .privileges4-slider .swiper-wrapper {
    padding-bottom: 0px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 12px;
  }

  .privileges3-slider .swiper-wrapper {
    padding-bottom: 0px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 12px;
  }

  .privileges4-slider .swiper-slide {
    width: auto !important;
  }

  .privileges3-slider .swiper-slide {
    width: auto !important;
  }

  .top-projects-slider .swiper-wrapper,
  .med-block-slider .swiper-wrapper {
    padding-bottom: 0px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 16px;
  }

  .top-projects-slider .swiper-slide,
  .med-block-slider .swiper-slide {
    width: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .balloons-service-list li.more-link .balloons-service-list__link,
  .balloons-dock-back,
  .balloons-dock-more {
    height: 47px;
  }

  .balloons-main {
    gap: 15px 30px;
    grid-template-columns: 52px 240px auto;
    grid-template-rows: 240px -webkit-max-content -webkit-max-content;
    grid-template-rows: 240px max-content max-content;
    grid-template-areas: "ballons ballons-dock text" "ballons ballons-dock text" "service service service";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .balloons-main.balloon-first {
    grid-template-columns: 52px 240px auto;
    grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-rows: max-content max-content max-content;
    grid-template-areas: "ballons ballons-dock text" "ballons ballons-dock text" "ballons ballons-dock service";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .balloons-main.balloon-first .balloons-service-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .balloons-main.balloon-first .balloons-dock-more {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .balloons-main.balloon-first .more-link {
    display: none;
  }

  .balloons-dock .balloons-item-active {
    width: 240px;
    height: 240px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }

  .balloons-info__title {
    font-size: 25px;
    color: var(--color-white);
    margin-bottom: 8px;
  }

  .balloons-info__content {
    font-size: 20px;
    max-height: 200px;
  }

  .balloons-service-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .balloons-service-list li {
    margin-bottom: 0;
  }

  .balloons-service-list li.more-link {
    padding-top: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .balloons-service-list li.more-link .balloons-service-list__link {
    height: 32px;
  }

  .footer-balloons__wrap {
    width: 80%;
  }

  .footer-balloons-item {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 946px) {
  .sertificates-slider .swiper-wrapper {
    width: 718px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .steps-slider .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }

  .uniform-slider .swiper-wrapper {
    width: 718px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .uniform-slider .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .balloons-main {
    padding: 50px;
  }

  .balloons-service-list li.more-link .balloons-service-list__link {
    font-size: 20px !important;
  }
}

@media (min-width: 1024px) {
  .top-projects-slider .swiper-wrapper,
  .med-block-slider .swiper-wrapper {
    padding-bottom: 0px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 24px;
  }
}

@media (min-width: 1200px) {
  .outstaffing-services-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .outstaffing-services-slider .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }

  .advantages-slider .swiper-wrapper {
    padding-bottom: 0px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 12px;
  }

  .advantages-slider .swiper-slide {
    width: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .balloons-info .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000;
  }

  .balloons-service-list li.more-link .balloons-service-list__link,
  .balloons-dock-back,
  .balloons-dock-more {
    height: 2.917vw;
    font-size: 1.146vw;
    padding-left: 1.302vw;
    padding-right: 1.302vw;
  }

  .balloons-service-list li.more-link .btn-round.balloons-service-list__link,
  .btn-round.balloons-dock-back,
  .btn-round.balloons-dock-more {
    border-radius: 0.833vw;
  }

  .balloons-main {
    padding: 4.167vw 5.208vw 2.604vw 10.417vw;
    background-color: #f1f1f1;
    height: 40vw;
    gap: 0 4.167vw;
    position: relative;
    color: var(--color-black);
    border-radius: 3.125vw;
    grid-template-columns: auto 35%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "text ballons-dock" "service ballons-dock" "ballons ballons";
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
  }

  .balloons-main:not(.balloon-first) .balloons-dock-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .balloons-main .balloons-main-image {
    display: block;
    position: absolute;
    right: 5.208vw;
    bottom: 0;
    height: 80%;
    z-index: 1;
    width: auto;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
  }

  .balloons-main.balloon-first {
    grid-template-columns: 46vw auto;
    grid-template-rows: auto auto;
    grid-template-areas: "text ballons-dock" "ballons ballons";
  }

  .balloons-main.balloon-first.balloons-main {
    padding: 5.208vw 5.208vw 2.604vw !important;
  }

  .balloons-main.balloon-first .balloons-dock {
    opacity: 0;
  }

  .balloons-main.balloon-first .balloons-dock-more,
  .balloons-main.balloon-first .balloons-service {
    display: none;
  }

  .balloons-main.balloon-first .balloons {
    position: relative;
  }

  .balloons-main.balloon-first .balloons__wrap {
    position: relative;
    width: 100%;
    z-index: 2;
    top: auto;
    bottom: 0;
  }

  .balloons-main.balloon-first .balloons-item {
    width: 11vw;
    height: 11vw;
    width: 8vw;
    height: 8vw;
  }

  .balloons-main.balloon-first .balloons-info__content {
    max-height: 100%;
    font-size: 1.458vw;
  }

  .balloons-main.balloon-first .balloons-info__title {
    font-size: 2.188vw;
  }

  .balloons-main.balloon-first .balloons-item {
    -webkit-transition: all 0.35s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: all 0.35s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: all 0.35s ease-in-out, transform 0.4s ease-in-out;
    transition: all 0.35s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }

  .balloons-main.balloon-first .balloons-item:hover {
    position: relative;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 1;
  }

  .balloons-dock .balloons-item-active,
  .balloons-item {
    padding: 0.26vw;
    -webkit-box-shadow: 0 0.208vw 0.208vw 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.208vw 0.208vw 0 rgba(0, 0, 0, 0.25);
  }

  .balloons-service__item,
  .balloons-info__item {
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }

  .balloons-item {
    margin-bottom: 0;
    width: 4.2vw;
    height: 4.2vw;
  }

  .balloons {
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  .balloons__wrap {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: -4.2vw;
  }

  .balloons-dock .balloons-item-active {
    width: 21vw;
    height: 21vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21vw;
    flex: 0 0 21vw;
  }

  .balloons-info {
    margin-bottom: 1.563vw;
  }

  .balloons-info__title {
    font-size: 1.875vw;
    color: #375a64;
    margin-bottom: 10px;
  }

  .balloons-info__content {
    max-height: 100%;
    font-size: 1.146vw;
  }

  .balloons-info__content .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .balloons-info .swiper-pagination .swiper-pagination-bullet {
    width: 0.417vw;
    height: 0.417vw;
    margin: 0 0.208vw;
  }

  .balloons-service__title {
    display: none;
  }

  .balloons-service-list {
    gap: 1.042vw 2.083vw;
  }

  .balloons-service-list li.more-link .balloons-service-list__link {
    font-size: 1.146vw !important;
    border-radius: 0.729vw;
    border: 0.104vw solid var(--color-blue-dark);
    background-color: transparent;
    color: var(--color-blue-dark);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 400;
    text-transform: none;
    width: 100%;
    min-height: 3.021vw;
    height: 100%;
    padding: 0.521vw 1.042vw;
  }

  .balloons-service-list li.more-link .balloons-service-list__link:hover,
  .balloons-service-list li.more-link .balloons-service-list__link:focus,
  .balloons-service-list li.more-link .balloons-service-list__link:active {
    color: var(--color-white) !important;
    background-color: var(--color-blue-dark);
  }

  .balloons-service-list li.more-link .balloons-service-list__link:visited:hover {
    color: var(--color-white) !important;
    background-color: var(--color-blue-dark);
  }

  .balloons-service-list__link {
    background-color: var(--color-white);
    border-radius: 0.729vw;
    color: var(--color-blue-dark);
    min-height: 3.021vw;
    height: 100%;
    padding: 0.521vw 1.042vw;
    font-size: 1.146vw;
  }

  .balloons-service-list__link::after {
    display: none;
  }

  .balloons-service-list__link:visited {
    color: var(--color-blue-dark);
  }

  .balloons-service-list__link:hover,
  .balloons-service-list__link:focus,
  .balloons-service-list__link:active {
    color: var(--color-white);
    background-color: var(--color-blue-dark);
  }

  .balloons-service-list__link:visited:hover {
    color: var(--color-white);
    background-color: var(--color-blue-dark);
  }

  .footer-balloons {
    display: none;
  }
}

@media (min-width: 1301px) {
  .outstaffing-benefits,
  .center-benefits,
  .cot-benefits,
  .school-benefits,
  .unionmed-benefits,
  .security-benefits {
    padding-bottom: 0;
  }

  .benefit-card__text {
    height: 0;
    overflow: hidden;
  }

  .benefit-card {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin-bottom: 100px;
    height: 162px;
    margin-bottom: 88px;
  }

  .benefit-card:hover {
    margin-bottom: 5px;
    height: 245px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .benefit-card:hover .benefit-card__img {
    width: 125px;
    height: 115px;
    position: absolute;
    top: 20px;
    left: calc(100% - 20px - 125px);
  }

  .benefit-card:hover .benefit-card__text {
    height: auto;
    height: unset;
  }

  .benefits-slider .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }

  .benefits-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .guide-slider .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }

  .guide-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
  }

  .knowledge-slider .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }

  .knowledge-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
  }

  .center-services-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 59px;
    -moz-column-gap: 59px;
    column-gap: 59px;
  }

  .center-services-slider .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }

  .variants-slider .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }

  .variants-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}

@media (min-width: 1370px) {
  .cot-services-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cot-services-slider .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .security-services-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .security-services-slider .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1371px) {
  .licenses-med-slider .swiper-wrapper,
  .licenses-educ-slider .swiper-wrapper,
  .licenses-guard-slider .swiper-wrapper,
  .licenses-aut-slider .swiper-wrapper {
    padding-bottom: 0px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 24px;
  }

  .licenses-med-slider .swiper-slide,
  .licenses-guard-slider .swiper-slide,
  .licenses-educ-slider .swiper-slide,
  .licenses-aut-slider .swiper-slide {
    width: auto !important;
  }
}

@media (min-width: 1399px) {
  .steps-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -webkit-column-gap: 44px;
    -moz-column-gap: 44px;
    column-gap: 44px;
  }

  .sertificates-slider .swiper-wrapper {
    width: 668px;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .uniform-slider .swiper-wrapper {
    width: 1074px;
    -webkit-column-gap: 72px;
    -moz-column-gap: 72px;
    column-gap: 72px;
  }
}

@media screen and (min-width: 1400px) {
  .balloons-info__title {
    margin-bottom: 2.604vw;
  }

  .balloons-main.balloon-first .balloons-item {
    width: 9.5vw;
    height: 9.5vw;
  }

  .balloons-dock .balloons-item-active {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    right: 7.896vw;
  }

  .balloons-service-list {
    gap: 1.042vw 4.167vw;
  }

  .container {
    max-width: 100%;
    padding-right: 5.208vw;
    padding-left: 5.208vw;
  }
}

@media screen and (min-width: 1660px) {
  .balloons-main.balloon-first {
    grid-template-columns: 1135px auto;
  }
}

@media (min-width: 1661px) {
  .benefit-card {
    height: 215px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin-bottom: 100px;
  }

  .benefit-card:hover {
    margin-bottom: 30px;
    height: 285px;
  }

  .guide-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 59px;
    -moz-column-gap: 59px;
    column-gap: 59px;
  }
}

@media (min-width: 1799px) {
  .sertificates-slider .swiper-wrapper {
    width: 890px;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }

  .uniform-slider .swiper-wrapper {
    width: 1432px;
    -webkit-column-gap: 96px;
    -moz-column-gap: 96px;
    column-gap: 96px;
  }
}

@media (min-width: 1819px) {
  .cot-services-slider .swiper-wrapper {
    gap: 60px;
  }

  .security-services-slider .swiper-wrapper {
    gap: 60px;
  }
}

@media (min-width: 1851px) {
  .knowledge-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 59px;
    -moz-column-gap: 59px;
    column-gap: 59px;
  }
}

@media (min-width: 1921px) {
  .container {
    max-width: 1920px;
  }

  .container.container-main {
    max-width: 100%;
  }
}

@media (max-width: 1900px) {
  .school-logo {
    width: 397px;
    height: 269px;
  }

  .headline--school {
    margin-bottom: 33px;
    font-size: 49px;
  }
}

@media (max-width: 1879px) {
  .other-service-card {
    padding: 16px;
  }

  .slider-prev-xs {
    left: -30px;
  }

  .slider-next-xs {
    right: -30px;
  }

  .presentation-slider-controls .slider-prev-xs {
    left: 0;
  }

  .presentation-slider-controls .slider-next-xs {
    right: 0;
  }

  .other-services-slider-controls .slider-prev-xs,
  .sout-slider-controls .slider-prev-xs,
  .project-slider-controls .slider-prev-xs,
  .rev-slider-controls .slider-prev-xs,
  .logos-slider-controls .slider-prev-xs {
    left: 0;
  }

  .other-services-slider-controls .slider-next-xs,
  .sout-slider-controls .slider-next-xs,
  .project-slider-controls .slider-next-xs,
  .rev-slider-controls .slider-next-xs,
  .logos-slider-controls .slider-next-xs {
    right: 0;
  }
}

@media (max-width: 1866px) {
  .slider-prev {
    left: -50px;
  }

  .slider-next {
    right: -50px;
  }
}

@media (max-width: 1865px) {
  .knowledge-card {
    height: 102px;
    padding-inline: 50px;
    border-radius: 15px;
    border: 3px solid #f2f7fa;
  }

  .knowledge-card__img {
    top: -65px;
    width: 88px;
    height: 88px;
  }

  .knowledge-card__img img {
    left: 15px;
  }

  .knowledge-card__title {
    font-size: 24px;
  }
}

@media (max-width: 1855px) {
  .slider-prev svg,
  .slider-next svg {
    width: 12px;
    height: 24px;
  }

  .slider-prev,
  .slider-next {
    width: 68px;
    height: 68px;
  }
}

@media (max-width: 1820px) {
  .service-card {
    min-height: 320px;
    padding: 30px 30px 23px 30px;
    border-radius: 23px;
  }

  .security-service-card {
    height: 320px;
    padding: 30px 30px 23px 30px;
    border-radius: 23px;
  }
}

@media (max-width: 1816px) {
  .unionmed-logo {
    width: 400px;
    height: 250px;
  }

  .banner.banner--unionmed {
    -webkit-column-gap: 110px;
    -moz-column-gap: 110px;
    column-gap: 110px;
    padding-inline: 34px;
  }
}

@media (max-width: 1806px) {
  .benefit-card__title {
    font-size: 27px;
  }
}

@media (max-width: 1800px) {
  .uniform-card__img {
    right: -20px;
    top: 50px;
    width: 236px;
    height: 594px;
  }

  .partners-slider {
    width: 1200px;
  }

  .sertificates-row {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}

@media (max-width: 1798px) {
  .uniform-card {
    border-radius: 15px;
    padding: 28px 21px 30px 21px;
    min-height: 420px;
  }

  .sertificates__img {
    width: 322px;
    height: 455px;
  }

  .sertificates-text {
    max-width: 434px;
  }
}

@media (max-width: 1795px) {
  .object-card {
    padding: 15px;
    border-radius: 12px;
    height: 148px;
  }

  .object-card__title {
    font-size: 18px;
  }

  .object-card__text {
    font-size: 16px;
    line-height: 1.12;
  }
}

@media (max-width: 1780px) {
  .white-wrapper {
    padding-inline: 56px;
  }

  .templates-form-block .section-wrapper {
    margin-inline: -56px;
  }

  .templates-form-block-row {
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }

  .contacts__map {
    margin-inline: -56px;
  }
}

@media (max-width: 1720px) {
  .top-project {
    height: 380px;
  }

  .top-project__img {
    height: 215px;
  }

  .top-project__title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 20px;
  }

  .top-project__text {
    font-family: var(--second-family);
    font-size: 16px;
    color: #bfbfbf;
  }

  .article-card {
    height: 380px;
  }

  .article-card__img {
    height: 193px;
  }

  .article-card__title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 20px;
  }

  .article-card__date {
    font-family: var(--second-family);
    font-size: 16px;
    color: #bfbfbf;
  }

  .presentation-slider-wrapper {
    width: 310px;
  }

  .presentation-slider-wrapper .swiper-wrapper {
    padding-bottom: 15px;
  }

  .presentation__title {
    font-size: 32px;
  }

  .presentation-slider-controls {
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
  }

  .presentation-reviews-slider .review-img {
    height: 380px;
  }
}

@media (max-width: 1694px) {
  .slider-prev-xs {
    left: 0px;
  }

  .slider-next-xs {
    right: 0px;
  }

  .objects-slider {
    width: 1074px;
  }

  #slider-prev-objects {
    left: 0;
  }

  #slider-next-objects {
    right: 0;
  }
}

@media (max-width: 1690px) {
  .headline--unionmed {
    margin-bottom: 33px;
    font-size: 49px;
  }
}

@media (max-width: 1664px) {
  .review-img {
    width: 324px;
    height: 458px;
  }

  .review-img {
    width: 324px;
    height: 458px;
  }

  .reviews-slider {
    width: 1069px;
  }

  .partners-slider {
    width: 1069px;
  }

  .doc-img {
    width: 324px;
    height: 458px;
  }

  .doc-img {
    width: 324px;
    height: 458px;
  }

  .documents-slider {
    width: 1069px;
  }
}

@media (max-width: 1660px) {
  main {
    padding-bottom: 72px;
  }

  .container-inner {
    padding-inline: 75px;
  }

  .section-wrapper {
    padding: 60px 55px 51px 55px;
  }

  .headline {
    font-size: 60px;
  }

  .section-title--white {
    font-size: 30px;
  }

  .section-title--dark {
    font-size: 32px;
  }

  .section-subtitle {
    font-size: 24px;
  }

  .modal-window {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 40px;
    padding: 60px;
    overflow-y: auto;
  }

  .white-wrapper {
    border-radius: 52px;
    width: calc(100% - 150px);
  }

  .title1 {
    font-size: 60px;
  }

  .burger {
    width: 39px;
    height: 24px;
  }

  .burger span {
    width: 39px;
    height: 3px;
  }

  .burger span:after {
    height: 3px;
  }

  .burger span:before {
    height: 3px;
  }

  .burger span:after {
    top: -10px;
  }

  .burger span:before {
    bottom: -10px;
  }

  .btn {
    border: 1.5px solid #223642;
    border-radius: 8px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
  }

  .btn-banner {
    border-radius: 8px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
  }

  .btn-uniform {
    padding: 0 22px;
    font-size: 20px;
    max-width: 214px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }

  .fixed-menu {
    -webkit-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
    top: 150px;
    padding: 28px 12px;
  }

  .menu-block {
    row-gap: 18px;
  }

  .menu-block__img {
    width: 45px;
    height: 45px;
  }

  .logo-menu-cot {
    width: 33px;
    height: 20px;
  }

  .logo-menu-unimed {
    width: 32px;
    height: 27px;
  }

  .logo-menu-center {
    width: 34px;
    height: 34px;
  }

  .logo-menu-school {
    width: 38px;
    height: 26px;
  }

  .logo-menu-outstaff {
    width: 35px;
    height: 36px;
  }

  .logo-menu-security {
    width: 33px;
    height: 34px;
  }

  .request-form-block {
    width: 100%;
  }

  .form-input {
    font-size: 27px;
    padding: 0 22px;
  }

  .custom-checkbox {
    width: 22px;
    height: 22px;
  }

  .custom-checkbox::before {
    width: 16px;
    height: 9px;
  }

  .request-form-privacy {
    font-size: 18px;
  }

  .required-text {
    margin-top: 24px;
    font-size: 18px;
  }

  .required-text span {
    padding-left: 20px;
  }

  .benefit-card__img {
    width: 54px;
    height: 46px;
  }

  .benefit-card__title {
    font-size: 20px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #3b5361;
  }

  .benefit-card--yellow .benefit-card__title {
    color: #223642;
  }

  .step-card {
    border-radius: 20px;
    height: 204px;
  }

  .step-card__img {
    width: 100px;
    height: 130px;
  }

  .step-card__title {
    font-size: 20px;
  }

  .outstaffing-service-card {
    padding: 25px 30px;
  }

  .outstaffing-service-card__title {
    font-size: 21px;
  }

  .outstaffing-service-card__list li:not(:last-child) {
    margin-bottom: 8px;
  }

  .outstaffing-service-card__list p {
    font-size: 15px;
  }

  .cta-form-input {
    height: 48px;
    font-size: 15px;
    padding: 0 13px;
  }

  .dropdown__button {
    height: 48px;
    font-size: 15px;
    padding: 0 13px;
  }

  .dropdown__list {
    font-size: 15px;
  }

  .advantage-card {
    padding: 18px;
  }

  .advantage-card-top {
    -webkit-column-gap: 17px;
    -moz-column-gap: 17px;
    column-gap: 17px;
    margin-bottom: 20px;
  }

  .advantage-card__img {
    width: 52px;
    height: 52px;
  }

  .advantage-card__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
  }

  .advantage-card__text {
    font-size: 16px;
    line-height: 1.2;
  }

  .service-card {
    min-height: 268px;
  }

  .service-card__img {
    width: 175px;
    height: 175px;
  }

  .service-card__title {
    font-size: 21px;
  }

  .service-card__text {
    font-size: 16px;
  }

  .service-card__price {
    font-size: 24px;
  }

  .service-card__link {
    text-decoration: none;
    font-size: 24px;
  }

  .guide-card {
    border-radius: 15px;
    padding-inline: 15px;
  }

  .guide-card__title {
    text-decoration: none;
    font-size: 20px;
  }

  .guide-card::after {
    height: 148px;
  }

  .security-service-card {
    height: 268px;
  }

  .security-service-card__img {
    width: 175px;
    height: 175px;
  }

  .security-service-card__title {
    font-size: 21px;
  }

  .security-service-card__text {
    font-size: 16px;
  }

  .security-service-card__price {
    font-size: 24px;
  }

  .center-service-card {
    padding: 30px 25px 25px 30px;
    border-radius: 22px;
  }

  .center-service-card__img {
    width: 175px;
    height: 175px;
  }

  .center-service-card__title {
    font-size: 20px;
    min-height: 30px;
  }

  .center-service-card__list li span {
    font-size: 20px;
  }

  .center-service-card__list li .icon-wrapper {
    font-size: 20px;
    width: 24px;
    height: 24px;
  }

  .center-service-card__list li + li {
    margin-top: 12px;
  }

  .center-service-card__link {
    bottom: 25px;
    right: 30px;
    text-decoration: none;
    font-size: 20px;
  }

  .school-service-card {
    min-height: 204px;
    border-radius: 22px;
    padding: 18px 30px 24px 30px;
  }

  .school-service-card__img {
    width: 137px;
    height: 204px;
  }

  .school-service-card__title {
    font-size: 21px;
  }

  .school-service-card__label {
    font-size: 31px;
  }

  .school-service-card__price {
    font-size: 24px;
  }

  .uniform-card ul li {
    font-size: 20px;
  }

  .img-block {
    max-width: 599px;
    width: 100%;
  }

  .privilege-card__img {
    width: 52px;
    height: 52px;
  }

  .header-left {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .header__logo .svg-logo {
    width: 131px;
    height: 79px;
  }

  .header-contacts {
    margin-bottom: 19px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .contacts-item {
    font-size: 16px;
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 7px;
  }

  .contacts-item .phone:not(:last-child) {
    margin-right: 16px;
  }

  .outstaffing {
    padding-bottom: 45px;
  }

  .banner {
    padding-top: 80px;
    padding-bottom: 90px;
    padding-inline: 110px;
    -webkit-column-gap: 138px;
    -moz-column-gap: 138px;
    column-gap: 138px;
    border-radius: 52px;
  }

  .banner-logo {
    width: 296px;
    height: 330px;
  }

  .banner__text {
    font-size: 18px;
  }

  .banner__text + .banner__text {
    margin-top: 15px;
  }

  .steps__title {
    margin-bottom: 28px;
  }

  .prices-wrapper {
    border-radius: 70px 70px 0 0;
    padding: 60px 55px 51px 55px;
  }

  .outstaffing-prices__title {
    margin-bottom: 13px;
  }

  .outstaffing-prices__title + p {
    margin-bottom: 25px;
  }

  .outstaffing-prices p {
    font-size: 18px;
  }

  .outstaffing-prices p small {
    font-size: 16px;
  }

  .table {
    margin-bottom: 13px;
  }

  .table-head {
    margin-bottom: 23px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .table-head__sell {
    font-size: 20px;
    border-radius: 15px;
  }

  .table-row__sell {
    padding: 21px 25px;
    font-size: 18px;
  }

  .cta-form-wrapper {
    margin-inline: auto;
    max-width: 482px;
  }

  .staff__title {
    max-width: 311px;
    margin-bottom: 26px;
  }

  .section-staff-title {
    font-size: 24px;
  }

  .staff__list li {
    font-size: 18px;
  }

  .staff__list li + li {
    margin-top: 15px;
  }

  .advantages-wrapper {
    padding-inline: 108px;
  }

  .footer {
    padding-top: 13px;
    padding-bottom: 23px;
  }

  .footer-row {
    padding-bottom: 15px;
  }

  .footer-nav {
    padding-top: 10px;
  }

  .footer-nav li + li {
    padding-top: 25px;
  }

  .footer-nav__link .svg-down {
    top: -2px;
    width: 8px;
    height: 4px;
  }

  .footer-nav__link {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-size: 12px;
  }

  .footer__logo .svg-logo {
    width: 118px;
    height: 71px;
  }

  .footer__text {
    font-size: 8px;
  }

  .footer-contacts {
    padding-top: 13px;
    font-size: 10px;
  }

  .footer-contacts__item {
    margin-bottom: 8px;
  }

  .footer-contacts__item--mb20 {
    margin-bottom: 20px;
  }

  .footer-col-social {
    width: 254px;
    row-gap: 21px;
  }

  .footer-social {
    padding-top: 30px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .footer-social__item {
    width: 29px;
    height: 29px;
  }

  .footer-qr {
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
  }

  .footer-qr__img {
    width: 102px;
    height: 102px;
  }

  .footer-qr__text {
    font-size: 12px;
  }

  .footer-bottom {
    padding-inline: 25px;
    padding-top: 21px;
  }

  .footer__copyright {
    font-size: 12px;
    width: 493px;
    color: #909ca3;
  }

  .footer__copyright--detail {
    width: 593px;
    color: #b8c0c6;
  }

  .cot {
    padding-bottom: 45px;
  }

  .banner--cot {
    padding-block: 95px;
    padding-left: 142px;
    -webkit-column-gap: 165px;
    -moz-column-gap: 165px;
    column-gap: 165px;
  }

  .cot-logo {
    width: 208px;
    height: 295px;
  }

  .cot-services {
    padding-bottom: 73px;
  }

  .cot-services__title {
    margin-bottom: 23px;
  }

  .info-text {
    font-size: 16px;
  }

  .guide {
    padding-bottom: 76px;
  }

  .guide__title {
    margin-bottom: 22px;
  }

  .guide__link {
    text-decoration: none;
    font-size: 18px;
  }

  .knowledge {
    padding-bottom: 40px;
  }

  .knowledge__title {
    margin-bottom: 22px;
  }

  .reviews__title {
    margin-bottom: 29px;
  }

  .partners__title {
    margin-bottom: 61px;
  }

  .slider-prev-xs svg,
  .slider-next-xs svg {
    width: 7px;
    height: 15px;
  }

  .slider-prev-xs,
  .slider-next-xs {
    width: 42px;
    height: 42px;
  }

  .security {
    padding-bottom: 45px;
  }

  .banner--security {
    -webkit-column-gap: 111px;
    -moz-column-gap: 111px;
    column-gap: 111px;
  }

  .headline--security {
    font-size: 49px;
  }

  .security-logo {
    width: 322px;
    height: 349px;
  }

  .headline--security {
    margin-bottom: 33px;
  }

  .banner__text-security {
    max-width: 700px;
    font-size: 18px;
  }

  .security-services {
    padding-bottom: 73px;
  }

  .security-services__title {
    margin-bottom: 23px;
  }

  .objects__title {
    margin-bottom: 24px;
  }

  .center {
    padding-bottom: 37px;
  }

  .banner--center {
    -webkit-column-gap: 115px;
    -moz-column-gap: 115px;
    column-gap: 115px;
  }

  .center-logo {
    width: 318px;
    height: 318px;
  }

  .headline--center {
    margin-bottom: 33px;
  }

  .banner__text.banner__text--center + .banner__text.banner__text--center {
    margin-top: 42px;
  }

  .center-services__title-mt-52 {
    margin-top: 29px;
  }

  .sertificates-text h3 {
    margin-bottom: 30px;
    font-size: 23px;
  }

  .sertificates-text p {
    font-size: 20px;
  }

  .unionmed {
    padding-bottom: 45px;
  }

  .unionmed-logo {
    width: 322px;
    height: 349px;
  }

  .headline--unionmed {
    font-size: 49px;
  }

  .documents__title {
    margin-bottom: 29px;
  }

  .school {
    padding-bottom: 45px;
  }

  .banner--school {
    -webkit-column-gap: 38px;
    -moz-column-gap: 38px;
    column-gap: 38px;
    padding-block: 46px;
  }

  .headline--school {
    font-size: 49px;
  }

  .school-services {
    padding-bottom: 23px;
  }

  .school-services__title {
    margin-bottom: 18px;
  }

  .school-services__title .section-title {
    margin-bottom: 23px;
  }

  .school-services__info .info-text + .info-text {
    margin-top: 14px;
  }

  .uniform {
    padding-bottom: 40px;
  }

  .uniform__title {
    margin-bottom: 22px;
  }

  .uniform__title p {
    width: 1074px;
    margin-top: 24px;
    font-size: 20px;
  }

  .main-cta .section-wrapper {
    padding: 72px 10px 72px 84px;
  }

  .presentation-wrapper {
    padding: 72px 60px;
    border-radius: 52px;
  }

  .presentation-slider-controls {
    margin-bottom: 18px;
  }

  .baloons__text {
    font-size: 22px;
  }

  .baloons-link-wrapper {
    margin-top: -35px;
  }

  .other-services-slider-controls .slider-prev-xs svg,
  .other-services-slider-controls .slider-next-xs svg,
  .sout-slider-controls .slider-prev-xs svg,
  .sout-slider-controls .slider-next-xs svg,
  .project-slider-controls .slider-prev-xs svg,
  .project-slider-controls .slider-next-xs svg,
  .rev-slider-controls .slider-prev-xs svg,
  .rev-slider-controls .slider-next-xs svg,
  .logos-slider-controls .slider-prev-xs svg,
  .logos-slider-controls .slider-next-xs svg {
    width: 7px;
    height: 15px;
  }

  .sout-wrapper {
    padding-top: 80px;
    padding-bottom: 90px;
    padding-inline: 110px;
    border-radius: 52px;
  }

  .sout__list {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .sout__text {
    margin-bottom: 40px;
  }
}

@media (max-width: 1660px) and (max-width: 1023px) {
  .dropdown__list {
    top: 65px;
    font-size: 24px;
  }
}

@media (max-width: 1659px) {
  .baloons__text ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1610px) {
  .main-privileges-card__img {
    width: 56px;
    height: 56px;
  }

  .main-privileges-card__list li {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 1600px) {
  .main-privileges-card p {
    font-size: 16px;
    line-height: 1.5;
  }

  .activities-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .contacts-wrapper {
    padding-inline: 50px;
  }
}

@media (max-width: 1564px) {
  .templates-form-block-content {
    margin-top: 0;
  }
}

@media (max-width: 1520px) {
  .project-card__img {
    height: 240px;
  }

  .project-card__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media (max-width: 1500px) {
  .privilege-card {
    padding: 16px;
  }

  .privilege-card-top {
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 7px;
  }
}

@media (max-width: 1462px) {
  .knowledge-card {
    padding-inline: 20px;
  }
}

@media (max-width: 1460px) {
  .sout-wrapper .title1 {
    position: relative;
    left: -55px;
  }

  .sout__img {
    width: 50%;
  }
}

@media (max-width: 1440px) {
  .container {
    padding-inline: 72px;
  }

  .cta .section-wrapper {
    padding-top: 0;
  }

  .staff .section-wrapper {
    padding-top: 52px;
  }

  .outstaffing-services .section-wrapper {
    padding-top: 0;
  }

  .btn-submit-white {
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    padding: 0 33px;
  }

  .fixed-menu {
    top: 133px;
  }

  .benefit-card {
    padding-top: 30px;
    padding-bottom: 15px;
    padding-inline: 15px;
  }

  .step-card {
    max-width: 100%;
  }

  .outstaffing-service-card {
    border-radius: 23px;
    height: 210px;
  }

  .fake-placeholder {
    font-size: 15px;
  }

  .cta-form .custom-checkbox--dark {
    width: 26px;
    height: 26px;
    border: 2px solid #818181;
  }

  .cta-form-privacy {
    font-size: 14px;
  }

  .templates-form-block__text {
    font-size: 20px;
  }

  .header {
    padding-inline: 25px;
    padding-block: 24px;
  }

  .contacts-item .svg-mail,
  .svg-pin,
  .svg-phone,
  .svg-clock {
    width: 16px;
    height: 13px;
  }

  .header-bottom {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    font-size: 18px;
  }

  .menu {
    -webkit-column-gap: 31px;
    -moz-column-gap: 31px;
    column-gap: 31px;
  }

  .header-search__btn {
    left: 12px;
  }

  .header-search__btn .svg-search {
    width: 18px;
    height: 18px;
  }

  .outstaffing-services__title {
    margin-bottom: 38px;
  }

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

  .cta-content {
    max-width: 360px;
  }

  .cta__title .section-title {
    font-size: 32px;
  }

  .cta__text {
    font-size: 18px;
  }

  .cta-form-wrapper {
    padding-top: 70px;
  }

  .staff-content {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .staff__img {
    padding-top: 0;
  }

  .staff__text {
    padding-top: 38px;
    width: 560px;
  }

  .advantages-wrapper {
    border-radius: 0 0 45px 45px;
    padding-bottom: 30px;
  }

  .advantages__title .section-title {
    font-size: 32px;
  }

  .advantages__title {
    margin-bottom: 37px;
  }

  .footer {
    padding-inline: 25px;
  }

  .footer-nav li + li {
    padding-top: 18px;
  }

  .footer__logo {
    margin-bottom: 8px;
  }

  .footer-contacts__item {
    margin-bottom: 5px;
  }

  .footer-bottom {
    padding-inline: 25px;
  }

  .partners {
    padding-top: 72px;
  }

  .center-services {
    padding-bottom: 72px;
  }

  .sertificates {
    padding-bottom: 72px;
  }

  .unionmed-services {
    padding-bottom: 72px;
  }

  .main-cta .cta__title {
    text-align: center;
  }

  .main-cta .cta__subtitle {
    font-size: 24px;
    text-align: center;
  }

  .main-cta .section-title.section-title--white {
    font-size: 32px;
  }

  .main-cta .cta__text {
    font-size: 22px;
    text-align: center;
  }
}

@media (max-width: 1439px) {
  .advantages-wrapper {
    padding-inline: 40px;
  }
}

@media (max-width: 1423px) {
  .doc-banner__wrapper {
    width: 100%;
  }

  .doc-banner__img {
    display: none;
  }

  .doc-banner__btn {
    right: 32px;
    bottom: 32px;
    padding: 0 16px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
  }
}

@media (max-width: 1420px) {
  .project-card {
    padding: 16px;
    height: 439px;
    row-gap: 8px;
  }

  .project-card__title {
    font-size: 20px;
  }

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

  .articles-form {
    width: 50%;
  }

  .staff__text {
    padding-top: 0;
  }
}

@media (max-width: 1400px) {
  .step-card__img {
    left: 0;
    bottom: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .step-card__title {
    font-size: 24px;
  }

  #slider-prev-objects {
    left: -30px;
  }

  #slider-next-objects {
    right: -30px;
  }

  .privileges-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 25px;
  }
}

@media (max-width: 1398px) {
  .uniform-card {
    border-radius: 12px;
    padding: 20px;
    min-height: 400px;
  }

  .uniform-card__img {
    top: unset;
    bottom: -50px;
    width: 179px;
    height: 451px;
  }
}

@media (max-width: 1384px) {
  .banner__text--cot {
    max-width: 854px;
  }
}

@media (max-width: 1380px) {
  .advantages__img {
    width: 380px;
    height: 536px;
  }

  .privileges__img {
    width: 396px;
    height: 560px;
  }
}

@media (max-width: 1370px) {
  .licenses-med-slider .swiper-slide,
  .licenses-guard-slider .swiper-slide,
  .licenses-educ-slider .swiper-slide,
  .licenses-aut-slider .swiper-slide {
    height: unset;
  }
}

@media (max-width: 1369px) {
  .cot-services-slider {
    height: 630px;
    padding-bottom: 54px;
  }

  .cot-services-slider .swiper-slide {
    height: 268px !important;
  }

  .security-services-slider {
    height: 630px;
    padding-bottom: 54px;
  }

  .security-services-slider .swiper-slide {
    height: 268px !important;
  }
}

@media (max-width: 1364px) {
  .headline {
    font-family: var(--second-family);
    font-size: 36px;
    line-height: 1.11;
    font-variant: small-caps;
    color: #223642;
  }

  .main-title {
    font-size: 36px;
  }

  .banner {
    padding-inline: 61px;
    -webkit-column-gap: 120px;
    -moz-column-gap: 120px;
    column-gap: 120px;
  }

  .banner-logo {
    padding-top: 21px;
    width: 107px;
    height: 120px;
  }

  .banner__text {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: #2f2b2b;
  }

  .cot-logo {
    margin-top: 21px;
    width: 45px;
    height: 61px;
  }

  .security-logo {
    margin-top: 15px;
    width: 107px;
    height: 115px;
  }

  .banner__text-security {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: #2f2b2b;
  }

  .center-logo {
    width: 107px;
    height: 53px;
    margin-top: 0px;
  }

  .unionmed-logo {
    margin-top: 15px;
    width: 107px;
    height: 115px;
  }

  .banner__text-unionmed {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #2f2b2b;
  }

  .banner--school {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .school-logo {
    margin-top: 15px;
    width: 107px;
    height: 73px;
  }

  .sout__bg {
    top: 200px;
    bottom: 200px;
  }
}

@media (max-width: 1360px) {
  .main-privileges-card__top {
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sout__img {
    display: none;
  }
}

@media (max-width: 1354px) {
  .sertificates-row {
    row-gap: 36px;
    padding-inline: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sertificates-text {
    text-align: left;
    max-width: 564px;
    padding-left: 20px;
  }
}

@media (max-width: 1330px) {
  .templates-form-block .section-wrapper::before {
    display: none;
  }

  .templates-form-block .section-wrapper::after {
    display: none;
  }

  .templates-form-block-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 44px;
  }

  .templates-form-block__col {
    max-width: 560px;
    width: 100%;
  }

  .templates-form-block-content {
    width: 100%;
    max-width: 560px;
  }

  .templates-form-block__title .title2 {
    margin-bottom: 16px;
  }

  .templates-form-block__text {
    margin: 0 auto;
    max-width: 480px;
  }

  .templates-form-block-wrapper {
    width: 100%;
    max-width: 560px;
  }

  .templates-form .form-item-tel {
    margin-bottom: 16px;
  }

  .templates-form-input {
    height: 54px;
    font-size: 20px;
    padding: 0 20px;
  }

  .templates-fake-placeholder {
    font-size: 16px;
  }

  .cta .section-wrapper::before {
    display: none;
  }

  .cta .section-wrapper::after {
    display: none;
  }

  .cta-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-content {
    max-width: 100%;
  }

  .cta__title .section-title {
    margin-top: 40px;
  }

  .cta-row__col {
    width: 100%;
  }

  .cot-cta .section-wrapper::before {
    display: none;
  }

  .cot-cta .section-wrapper::after {
    display: none;
  }

  .main-cta .section-wrapper {
    padding: 60px 25px;
  }

  .main-cta .cta-row {
    row-gap: 30px;
  }

  .main-cta .cta__title .section-title {
    margin-top: 0px;
  }

  .main-cta .cta-form.cta-form--dark .checkbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-cta .cta-form.cta-form--dark .form-item-btn-white {
    text-align: center;
  }

  .main-cta .section-wrapper::before {
    display: none;
  }

  .main-cta .section-wrapper::after {
    display: none;
  }
}

@media (max-width: 1324px) {
  .vacancies-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 32px;
  }

  .vacancies-form-col .vacancies-form-title {
    text-align: center;
  }

  .vacancies-form-col .vacancies-form-text {
    text-align: center;
  }

  .vacancies-form-col {
    width: 66%;
  }

  .vacancies-form {
    width: 66%;
  }

  .articles-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 32px;
  }

  .articles-form-col .articles-form-title {
    text-align: center;
  }

  .articles-form-col .articles-form-text {
    text-align: center;
  }

  .articles-form-col {
    width: 66%;
  }

  .articles-form {
    width: 66%;
  }
}

@media (max-width: 1320px) {
  .presentation-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 40px;
  }
}

@media (max-width: 1300px) {
  .container {
    padding-inline: 106px;
  }

  .container-main {
    padding-inline: 40px;
  }

  .burger {
    width: 31px;
    height: 20px;
  }

  .burger span {
    width: 31px;
  }

  .burger span:after {
    top: -8px;
  }

  .burger span:before {
    bottom: -8px;
  }

  .fixed-menu {
    top: 102px;
  }

  .benefit-card {
    height: auto;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .benefit-card__img svg {
    opacity: 0.1;
  }

  .benefit-card__img {
    width: 125px;
    height: 115px;
    position: absolute;
    top: 20px;
    right: 20px;
    left: unset;
  }

  .benefit-card__text {
    display: block;
  }

  .benefit-card--yellow svg {
    opacity: 0.3;
  }

  .benefit-card--yellow .benefit-card__text {
    max-width: 282px;
  }

  .benefit-card--green svg {
    opacity: 0.3;
  }

  .benefit-card--blue svg {
    opacity: 0.3;
  }

  .knowledge-card {
    padding-inline: 50px;
  }

  .object-card {
    height: 189px;
    padding: 20px 20px 23px 20px;
  }

  .header-left {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .header__logo .svg-logo {
    width: 79px;
    height: 48px;
  }

  .header-content-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-content {
    display: none;
  }

  .guide__link {
    display: none;
  }

  .review-img {
    width: 351px;
    height: 494px;
  }

  .reviews-slider {
    width: 718px;
  }

  .partners-slider {
    width: 777px;
  }

  .objects-slider {
    padding-bottom: 48px;
    height: 650px;
    width: 718px;
  }

  .objects-slider .swiper-slide {
    height: 189px !important;
  }

  #slider-prev-objects,
  #slider-next-objects {
    display: none;
  }

  .center-services-slider .swiper-slide {
    height: unset;
  }

  .center-services__info {
    margin-top: 15px;
  }

  .doc-img {
    width: 351px;
    height: 494px;
  }

  .documents-slider {
    width: 718px;
  }

  .school-services__info {
    margin-top: 10px;
  }

  .uniform__title p {
    width: 830px;
  }

  .variants-slider .swiper-slide {
    width: 340px !important;
    height: unset;
  }

  .result__img {
    width: 395px;
  }

  .other-services .special-slider-wrapper,
  .slider-sout-block .special-slider-wrapper,
  .projects-block .special-slider-wrapper,
  .review-block .special-slider-wrapper,
  .slider-logos-block .special-slider-wrapper {
    padding: 0;
  }

  .other-services-slider-controls,
  .sout-slider-controls,
  .project-slider-controls,
  .rev-slider-controls,
  .logos-slider-controls {
    display: none;
  }

  .other-services-slider .swiper-pagination {
    display: block;
  }
}

@media (max-width: 1284px) {
  .cta-form > .form-item {
    max-width: 100%;
  }

  .templates-form > .form-item {
    max-width: 100%;
  }
}

@media (max-width: 1270px) {
  .footer {
    padding-top: 28px;
  }

  .footer-nav {
    display: none;
  }

  .footer__logo {
    display: none;
  }

  .footer__text {
    font-family: var(--second-family);
    font-size: 16px;
    line-height: 1, 3;
    color: #fff;
  }

  .footer__text span {
    color: #01a7ff;
  }

  .footer__text--mb40 {
    margin-bottom: 40px;
  }

  .footer__text--mb25 {
    margin-bottom: 25px;
  }

  .footer-contacts {
    padding-top: 0px;
  }

  .footer-contacts__title {
    display: block;
    margin-bottom: 5px;
  }

  .footer-contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--second-family);
    font-weight: 350;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
  }

  .footer-contacts__item svg {
    margin-right: 8px;
    display: inline-block;
    color: var(--color-white);
    width: 15px;
    height: 15px;
  }

  .footer-contacts__item a {
    color: #01a7ff;
  }

  .footer-contacts__item a:hover {
    color: var(--color-muted);
  }

  .footer-contacts__item--mb20 {
    margin-bottom: 26px;
  }

  .footer-contacts__item--hours {
    display: none;
  }

  .footer-contacts__item--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-social-mob {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .footer-col-social {
    display: none;
  }

  .footer-social__item {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 1250px) {
  .article-bg-card {
    padding: 16px;
    height: 372px;
    row-gap: 8px;
  }

  .article-bg-card__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .article-bg-card__img {
    height: 240px;
  }

  .article-bg-card__title {
    font-size: 24px;
    font-variant: all-small-caps;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 60px;
    height: 60px;
  }

  .article-bg-card__date {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 1230px) {
  .contacts-wrapper .title2 {
    margin-bottom: 32px;
  }

  .contacts-wrapper {
    padding-inline: 0px;
    margin-bottom: 32px;
  }

  .contacts-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 16px;
  }
}

@media (max-width: 1200px) {
  .anchor {
    font-size: 16px;
    line-height: 1.5;
  }

  .main-privileges-card .title3 {
    font-size: 24px;
  }

  .main-privileges-card p {
    padding-bottom: 8px;
  }

  .main-privileges-card {
    padding: 16px;
  }

  .main-privileges-card__list li + li {
    padding-top: 8px;
  }

  .main-privileges-card__list li:not(:last-child) {
    padding-bottom: 8px;
  }

  .baloons-link-wrapper {
    margin-top: -50px;
  }
}

@media (max-width: 1199px) {
  .noscroll {
    padding-right: 0;
  }

  .aside-menu {
    border-radius: 0;
    padding-inline: 90px;
    width: 100%;
    background-color: var(--color-white);
  }

  .aside-menu.aside-menu-large {
    width: 100%;
  }

  .aside-menu-top {
    margin-bottom: 0;
    padding-block: 15px;
    padding-inline: 45px;
    background-color: var(--color-white);
  }

  .aside-menu__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .aside-menu__logo {
    width: 99px;
    height: 60px;
  }

  .aside-menu__logo .svg-logo {
    color: #223642;
  }

  .btn-close-menu .svg-close {
    color: #223642;
  }

  .menu-wrapper-scroll {
    scrollbar-width: none;
  }

  .menu-wrapper-scroll::-webkit-scrollbar {
    display: none;
  }

  .menu-wrapper {
    padding-top: 0px;
    background-color: #375a64;
    border-radius: 45px 45px 0 0;
  }

  .aside-menu-large .menu-wrapper:before {
    display: none;
  }

  .menu-list {
    width: 100%;
    padding-inline: 60px;
    padding-top: 50px;
    padding-bottom: 35px;
  }

  .menu-item {
    padding: 10px 15px;
    border-bottom: none;
  }

  .menu-item:not(:last-child) {
    margin-bottom: 0;
  }

  .menu-link {
    font-weight: 500;
    font-size: 25px;
  }

  .menu-link .svg-next {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .menu-item-bg .menu-link .svg-next {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .submenu {
    background-color: #284249;
  }

  .submenu.open {
    padding-top: 30px;
    width: 100%;
    padding: 0;
    position: static;
  }

  .submenu li {
    max-width: 100%;
  }

  .submenu li:not(:last-child) {
    margin-bottom: 15px;
  }

  .aside-menu-modal-btn {
    display: none;
  }

  .aside-menu-bottom {
    max-width: 100%;
    padding-inline: 60px;
  }

  .aside-menu__contacts {
    display: none;
  }

  .aside-menu__contacts-mob {
    display: block;
  }

  .advantage-card {
    padding: 16px;
  }

  .advantage-card__title {
    font-size: 24px;
    line-height: 1;
  }

  .advantage-card__text {
    font-size: 20px;
    line-height: 1.4;
  }

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

  .outstaffing-services-slider {
    height: 650px;
    padding-bottom: 54px;
  }

  .outstaffing-services-slider .swiper-slide {
    height: 274px !important;
  }

  .advantages-wrapper {
    padding-top: 71px;
    padding-inline: 61px;
  }

  .advantages-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 25px;
  }

  .advantages-slider .swiper-slide {
    height: unset;
  }

  .banner.banner--unionmed {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    padding-inline: 60px;
    padding-top: 12px;
    padding-bottom: 60px;
  }

  .baloons__text {
    height: 137px;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: none;
  }

  .baloons__text li:before {
    color: #fff;
  }
}

@media (max-width: 1160px) {
  .vacancies-form-col .vacancies-form-title {
    width: 100%;
  }

  .vacancies-form-col .vacancies-form-text {
    width: 100%;
  }

  .vacancies-form-col {
    width: 100%;
  }

  .vacancies-form {
    width: 100%;
  }

  .articles-form-col .articles-form-title {
    width: 100%;
  }

  .articles-form-col .articles-form-text {
    width: 100%;
  }

  .articles-form-col {
    width: 100%;
  }

  .articles-form {
    width: 100%;
  }
}

@media (max-width: 1150px) {
  .rev-slider .swiper-slide .review-img {
    width: 272px !important;
    height: 400px !important;
  }
}

@media (max-width: 1149px) {
  .doc-banner__text {
    font-size: 20px;
    line-height: 1.4;
  }

  .doc-banner__list {
    margin-bottom: 16px;
  }

  .doc-banner__list li::before {
    top: 35%;
  }

  .doc-banner__btn {
    position: relative;
    right: 0px;
    bottom: 0px;
  }
}

@media (max-width: 1130px) {
  #slider-prev-partners,
  #slider-next-partners {
    display: none;
  }
}

@media (max-width: 1100px) {
  .activities-card {
    padding: 16px;
    gap: 8px;
  }

  .activities-card__title {
    font-size: 24px;
    line-height: normal;
  }
}

@media (max-width: 1023px) {
  main {
    padding-bottom: 40px;
  }

  .container-main {
    padding-inline: 20px;
  }

  .container-inner {
    max-width: 100%;
    padding-inline: 20px;
  }

  .section-wrapper {
    padding: 38px 61px 72px 61px;
  }

  .staff .section-wrapper {
    padding-top: 71px;
  }

  .outstaffing-services .section-wrapper {
    padding-bottom: 23px;
  }

  .section-title {
    font-family: var(--second-family);
    font-size: 29px;
    line-height: 1.24;
  }

  .section-title--dark {
    font-size: 29px;
  }

  .mb-48 {
    margin-bottom: 32px;
  }

  .white-wrapper {
    width: calc(100% - 32px);
    padding: 40px;
    border-radius: 32px;
  }

  .title1 {
    font-size: 42px;
  }

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

  .title3 {
    font-size: 24px;
  }

  .btn-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 145px;
    right: -60px;
    height: 40px;
    padding-inline: 12px;
    border-radius: 17px 17px 0 0;
    color: var(--color-white);
    font-family: var(--second-family);
    font-size: 17px;
    font-weight: 400;
    line-height: 40px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 5;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background-color: #375a64;
    text-transform: none;
  }

  .btn-submit {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }

  .btn-show-more {
    height: 45px;
    line-height: 45px;
  }

  .btn-send {
    height: 45px;
    line-height: 45px;
  }

  .fixed-menu {
    top: auto;
    height: 83px;
    right: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 106px - 106px);
    padding-block: 13px;
    -webkit-backdrop-filter: blur(22.7999992371px);
    backdrop-filter: blur(22.7999992371px);
    background-color: rgba(243, 243, 243, 0.45);
    border-radius: 35px 35px 0 0;
  }

  .menu-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }

  .menu-block-link span {
    display: none;
  }

  .menu-block__img {
    width: 57px;
    height: 57px;
  }

  .logo-menu-cot {
    width: 40px;
    height: 21px;
  }

  .logo-menu-unimed {
    width: 48px;
    height: 40px;
  }

  .logo-menu-center {
    width: 44px;
    height: 44px;
  }

  .logo-menu-school {
    width: 47px;
    height: 32px;
  }

  .logo-menu-outstaff {
    position: relative;
    right: 3px;
    width: 38px;
    height: 42px;
  }

  .logo-menu-security {
    width: 42px;
    height: 44px;
  }

  .form-item-mb22 {
    margin-bottom: 10px;
  }

  .form-input {
    padding: 0 10px;
    font-size: 12px;
    height: 30px;
  }

  .custom-checkbox {
    margin-right: 12px;
    width: 15px;
    height: 15px;
  }

  .custom-checkbox::before {
    width: 12px;
    height: 8px;
  }

  .request-form-privacy {
    font-size: 12px;
  }

  .required-text {
    margin-top: 12px;
    font-size: 12px;
  }

  .required-text span {
    padding-left: 10px;
  }

  .form-fieldset {
    margin-bottom: 12px;
    padding-block: 20px;
    padding-inline: 10px;
  }

  .form-fieldset__content p {
    font-size: 12px;
  }

  .form-fieldset__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .form-fieldset__content span {
    font-size: 12px;
  }

  .form-item-btn {
    margin-top: 10px;
  }

  .benefit-card--green .benefit-card__title {
    color: #3b5361;
    opacity: 1;
  }

  .benefit-card--blue .benefit-card__title {
    color: #3b5361;
    opacity: 1;
  }

  .step-card {
    padding-inline: 20px;
    height: 240px;
    border-radius: 26px;
  }

  .outstaffing-service-card__img {
    top: 0;
    right: 0px;
    bottom: unset;
  }

  .outstaffing-service-card__title {
    max-width: 250px;
    min-height: 50px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .outstaffing-service-card__list p {
    font-size: 16px;
  }

  .cta-form-input {
    border-radius: 8px;
    border: 1.71px solid #787878;
    padding: 0 26px;
    font-size: 24px;
    height: 64px;
  }

  .form-item-mb18 {
    margin-bottom: 27px;
  }

  .form-item-btn-white {
    margin-top: 34px;
  }

  .cta-form-privacy {
    font-size: 16px;
  }

  .dropdown__button {
    border-radius: 8px;
    border: 1.71px solid #787878;
    padding: 0 26px;
    font-size: 24px;
    height: 64px;
  }

  .service-card {
    min-height: 252px;
    padding: 20px 14px 20px 14px;
    border-radius: 12px;
  }

  .service-card__img {
    right: -50px;
    width: 180px;
    height: 180px;
  }

  .service-card__title {
    font-size: 20px;
  }

  .service-card__text {
    line-height: 1.25;
  }

  .service-card__price {
    font-size: 21px;
  }

  .service-card__link {
    font-size: 21px;
  }

  .guide-card {
    border-radius: 12px;
  }

  .knowledge-card {
    padding-inline: 30px;
    height: 96px;
  }

  .knowledge-card__title {
    font-size: 20px;
  }

  .security-service-card {
    height: 252px;
    padding: 20px 14px 20px 14px;
    border-radius: 12px;
  }

  .security-service-card__img {
    right: -50px;
    width: 180px;
    height: 180px;
  }

  .security-service-card__title {
    font-size: 20px;
  }

  .security-service-card__text {
    line-height: 1.25;
  }

  .security-service-card__price {
    font-size: 21px;
  }

  .object-card__title {
    font-size: 20px;
  }

  .object-card__text {
    line-height: 1.25;
  }

  .center-service-card {
    border-radius: 12px;
    padding: 20px;
  }

  .center-service-card__img {
    right: -50px;
    width: 180px;
    height: 180px;
  }

  .center-service-card__title {
    min-height: 56px;
  }

  .school-service-card {
    min-height: 207px;
    border-radius: 12px;
    padding: 20px;
  }

  .school-service-card__img {
    width: 118px;
    height: 174px;
  }

  .school-service-card__title {
    font-size: 20px;
  }

  .school-service-card__label {
    font-size: 32px;
  }

  .school-service-card__price {
    font-size: 21px;
    color: #989898;
  }

  .breadcrumbs {
    margin-bottom: 80px;
  }

  .templates-form-block .section-wrapper {
    padding-top: 40px;
    padding-bottom: 56px;
    margin-inline: -40px;
  }

  .thesis__text {
    font-size: 20px;
    line-height: 1.4;
  }

  .contents__list li a {
    font-size: 20px;
    line-height: 1.4;
  }

  .download-docs__list li a {
    font-size: 20px;
    line-height: 1.4;
  }

  .catalog-docs__title {
    margin-bottom: 32px;
  }

  .catalog-docs__title {
    margin-bottom: 24px;
  }

  .doc-banner__list li {
    font-size: 16px;
    line-height: 1.5;
  }

  .variant-card {
    padding: 16px;
    width: 100%;
    height: auto;
  }

  .variant-card__title {
    margin-bottom: 8px;
  }

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

  .accordeon__num span {
    font-size: 32px;
  }

  .accordeon__num {
    font-size: 56px;
  }

  .accordeon__title {
    font-size: 20px;
    line-height: 1.4;
  }

  .accordeon__content .accordeon__text {
    padding-top: 0px;
    padding-left: 115px;
    font-size: 16px;
    line-height: 1.5;
  }

  .accordeon__content ul {
    width: 70%;
  }

  .accordeon.accordeon-table .table-acc-head__sell {
    font-size: 20px;
    padding-block: 16px;
  }

  .accordeon.accordeon-table .table-acc-row {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .accordeon.accordeon-table .table-acc-row + .table-acc-row {
    margin-top: 8px;
  }

  .accordeon.accordeon-table .table-acc-row__sell {
    padding: 8px 16px;
    font-size: 20px;
    line-height: 1.4;
  }

  .project-card {
    height: 401px;
  }

  .slider-sout-block,
  .projects-block,
  .review-block,
  .slider-logos-block {
    border-bottom: none;
  }

  .articles-form-block .title3 {
    margin-bottom: 24px;
  }

  .author {
    margin-bottom: 32px;
  }

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

  .articles-form-input--textarea {
    height: 120px !important;
  }

  .header {
    padding-inline: 0px;
    padding-block: 12px;
  }

  .outstaffing {
    padding-bottom: 12px;
  }

  .banner {
    border-radius: 40px;
    padding-top: 20px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .banner__text {
    margin-top: 16px;
  }

  .outstaffing-benefits {
    padding-bottom: 45px;
  }

  .steps__title {
    max-width: 370px;
    margin-bottom: 50px;
  }

  .outstaffing-services__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 28px;
  }

  .prices-wrapper {
    border-radius: 45px 45px 0 0;
    padding: 38px 61px 72px 61px;
  }

  .outstaffing-prices__title {
    max-width: 350px;
    margin-bottom: 28px;
  }

  .outstaffing-prices__title + p {
    margin-bottom: 52px;
  }

  .outstaffing-prices p {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.01em;
  }

  .outstaffing-prices p small {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.01em;
  }

  .table {
    margin-bottom: 52px;
  }

  .table-head {
    margin-bottom: 12px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .table-head__sell {
    border-radius: 12px;
  }

  .table-body {
    border: 2px solid #a6a6a6;
  }

  .table-row__sell {
    padding: 16px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #6a6a6a;
  }

  .table-row:not(:last-child) {
    border-bottom: 2px solid #a6a6a6;
  }

  .table-row__sell.text-center {
    color: #000;
    border-left: 2px solid #a6a6a6;
  }

  .cta .section-wrapper {
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .cta__title .section-title {
    margin-top: 0px;
    font-size: 29px;
  }

  .staff__title {
    max-width: 400px;
    margin-bottom: 28px;
  }

  .section-staff-title {
    font-size: 29px;
    line-height: 1.24;
  }

  .staff-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 32px;
  }

  .staff__img {
    width: 100%;
    text-align: center;
  }

  .staff__text {
    width: 100%;
  }

  .staff__list li {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.01em;
  }

  .staff__list li + li {
    margin-top: 12px;
  }

  .advantages__title .section-title {
    font-size: 29px;
  }

  .advantages__title {
    text-align: left;
    max-width: 378px;
  }

  .footer-row {
    border-bottom: 2px solid #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 109px;
    -moz-column-gap: 109px;
    column-gap: 109px;
  }

  .footer-bottom {
    width: 68%;
    padding-top: 11px;
    padding-inline: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 12px;
    margin-inline: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__copyright {
    font-family: var(--second-family);
    font-weight: 350;
    font-size: 10px;
    line-height: 1.3;
    width: 487px;
    text-align: center;
  }

  .footer__copyright--txt {
    width: 280px;
  }

  .footer__copyright--detail {
    color: #a0a0a0;
  }

  .cot {
    padding-bottom: 12px;
  }

  .banner--cot {
    padding-top: 20px;
    -webkit-column-gap: 78px;
    -moz-column-gap: 78px;
    column-gap: 78px;
  }

  .cot-logo {
    margin-top: 5px;
  }

  .cot-benefits {
    padding-bottom: 45px;
  }

  .cot-benefits {
    padding-bottom: 20px;
  }

  .cot-services__title {
    text-align: left;
    margin-bottom: 32px;
  }

  .cot-services-slider .swiper-slide {
    height: 252px !important;
  }

  .cot-services__info {
    margin-top: 20px;
  }

  .info-text {
    line-height: 1.25;
  }

  .guide {
    padding-bottom: 38px;
  }

  .guide__title {
    max-width: 376px;
    margin-bottom: 32px;
    text-align: left;
  }

  .knowledge__title {
    margin-bottom: 32px;
    text-align: left;
  }

  .reviews__title {
    margin-bottom: 32px;
    text-align: left;
  }

  .slider-prev,
  .slider-next {
    display: none;
  }

  .partners__title {
    margin-bottom: 32px;
    text-align: left;
  }

  .slider-prev-xs,
  .slider-next-xs {
    display: none;
  }

  .security {
    padding-bottom: 12px;
  }

  .headline--security {
    font-size: 36px;
  }

  .security-logo {
    margin-top: 5px;
  }

  .headline--security {
    margin-bottom: 12px;
  }

  .banner__text-security:not(:last-child) {
    margin-bottom: 16px;
  }

  .security-benefits {
    padding-bottom: 45px;
  }

  .security-benefits {
    padding-bottom: 20px;
  }

  .security-services__title {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 32px;
  }

  .security-services-slider .swiper-slide {
    height: 252px !important;
  }

  .security-services__info {
    margin-top: 20px;
  }

  .objects {
    padding-bottom: 52px;
  }

  .objects__title {
    margin-bottom: 32px;
    text-align: left;
  }

  .center {
    padding-bottom: 12px;
  }

  .headline--center {
    margin-bottom: 8px;
  }

  .banner__text.banner__text--center + .banner__text.banner__text--center {
    margin-top: 8px;
  }

  .center-benefits {
    padding-bottom: 45px;
  }

  .center-benefits {
    padding-bottom: 20px;
  }

  .center-services__title {
    text-align: left;
    padding-left: 20px;
  }

  .sertificates__title {
    text-align: left;
    padding-left: 20px;
  }

  .sertificates__img {
    width: 351px;
    height: 497px;
  }

  .sertificates-text h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #d9d9d9;
  }

  .sertificates-text p {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #d1d1d1;
  }

  .unionmed {
    padding-bottom: 12px;
  }

  .unionmed-logo {
    margin-top: 5px;
  }

  .headline--unionmed {
    margin-bottom: 12px;
    font-size: 36px;
  }

  .banner__text-unionmed--mb28 {
    margin-bottom: 8px;
  }

  .banner__text-unionmed--mb18 {
    margin-bottom: 4px;
  }

  .banner__text-unionmed--mb15 {
    margin-bottom: 4px;
  }

  .unionmed-benefits {
    padding-bottom: 45px;
  }

  .unionmed-benefits {
    padding-bottom: 20px;
  }

  .unionmed-services__title {
    padding-left: 20px;
    text-align: left;
  }

  .unionmed-services__info {
    margin-top: 20px;
  }

  .documents__title {
    margin-bottom: 32px;
    text-align: left;
  }

  .school {
    padding-bottom: 12px;
  }

  .school-logo {
    margin-top: 5px;
  }

  .headline--school {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 1.1;
  }

  .school-benefits {
    padding-bottom: 45px;
  }

  .school-benefits {
    padding-bottom: 20px;
  }

  .school-services {
    padding-bottom: 43px;
  }

  .school-services__title {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 32px;
  }

  .school-services__title .section-title {
    text-align: left;
    margin-bottom: 32px;
  }

  .school-services__info .info-text + .info-text {
    margin-top: 20px;
  }

  .uniform {
    padding-top: 72px;
  }

  .uniform__title {
    margin: 0;
    margin-bottom: 28px;
    text-align: left;
    padding-left: 20px;
  }

  .uniform__title .section-title {
    width: 430px;
  }

  .uniform__title p {
    width: 100%;
    text-align: left;
    margin-top: 32px;
    font-size: 16px;
  }

  .presentation-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
  }

  .presentation-slider-controls .slider-prev-xs,
  .presentation-slider-controls .slider-next-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .categories-labels {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 32px;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .category-label-wrapper .category-label {
    font-size: 18px;
    line-height: normal;
  }

  .articles-wrapper {
    gap: 16px;
  }

  .categories-labels.categories-labels-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services-card {
    gap: 16px;
  }

  .services-card__img {
    width: 64px;
    height: 64px;
  }

  .services-card__text {
    font-size: 20px;
    line-height: 1.4;
  }

  .variants__title {
    margin-bottom: 32px;
  }

  .result__title {
    margin-bottom: 32px;
  }

  .result__text {
    font-size: 20px;
    line-height: 1.4;
  }

  .result__list li + li {
    margin-top: 8px;
  }

  .table-col2-head,
  .table-col3-head {
    margin-bottom: 8px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .table-col2-head__sell,
  .table-col3-head__sell {
    font-size: 20px;
    padding-block: 16px;
  }

  .table-col2-row,
  .table-col3-row {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .table-col2-row + .table-col2-row {
    margin-top: 8px;
  }

  .table-col3-row + .table-col3-row {
    margin-top: 8px;
  }

  .table-col2-row__sell,
  .table-col3-row__sell {
    padding: 8px 16px;
    font-size: 20px;
    line-height: 1.4;
  }

  .vacancies-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vacancy-card {
    max-width: 100%;
    width: 100%;
  }

  .vacancy-card__title {
    font-size: 24px;
  }

  .vacancy-card__label {
    font-size: 16px;
  }

  .vacancy-card__text ul {
    margin-bottom: 16px;
  }

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

  .contacts {
    padding-block: 40px;
  }

  .contacts-col p {
    font-size: 16px;
  }

  .contacts__tel,
  .contacts__mail {
    font-size: 24px;
  }

  .contacts__text {
    font-size: 20px;
    line-height: 1.4;
  }

  .contacts__map iframe {
    height: 320px;
  }

  .contacts__map {
    margin-inline: -40px;
  }

  .sout-wrapper {
    border-radius: 32px;
  }

  .sout__accent {
    font-size: 30px;
  }

  .sout__accent::before {
    top: 0px;
  }

  .btn-sout {
    height: 45px;
    line-height: 45px;
  }
}

@media (max-width: 959px) {
  .articles-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .result__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 24px;
  }
}

@media (max-width: 945px) {
  .sertificates-slider {
    width: 376px;
  }

  .uniform-slider {
    width: 376px;
  }
}

@media (max-width: 941px) {
  .object-card {
    height: 169px;
    padding-right: 28px;
  }

  .objects-slider {
    padding-bottom: 48px;
    height: 589px;
    width: 100%;
  }

  .objects-slider .swiper-slide {
    height: 169px !important;
    padding-inline: 13px;
  }
}

@media (max-width: 932px) {
  .btn-submit-white {
    height: 66px;
    line-height: 66px;
    max-width: 100%;
    width: 100%;
    font-weight: 600;
    font-size: 28px;
    font-variant: all-small-caps;
  }

  .cta-form-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 931px) {
  .cta-form .checkbox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .advantage-card {
    padding: 16px 30px 32px 30px;
  }

  .advantage-card__title {
    font-size: 28px;
  }
}

@media (max-width: 921px) {
  .reviews__title {
    text-align: center;
  }

  .review-img {
    width: 376px;
    height: 532px;
  }

  .reviews-slider {
    width: 376px;
  }

  .documents__title {
    text-align: center;
  }

  .doc-img {
    width: 376px;
    height: 532px;
  }

  .documents-slider {
    width: 376px;
  }
}

@media (max-width: 920px) {
  .partners-slider {
    width: 500px;
  }

  .activities-card__img {
    width: 72px;
    height: 72px;
  }

  .activities-card__title {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media (max-width: 888px) {
  .outstaffing-services .section-wrapper {
    padding-inline: 15px;
  }

  .table-head__sell {
    font-size: 16px;
    border-radius: 8px;
  }
}

@media (max-width: 870px) {
  .cot-services-slider {
    height: 570px;
    padding-bottom: 10px;
  }

  .security-services-slider {
    height: 570px;
    padding-bottom: 10px;
  }
}

@media (max-width: 860px) {
  .sout-wrapper {
    padding-block: 40px;
    padding-right: 15px;
    padding-left: 70px;
  }
}

@media (max-width: 840px) {
  .main-privileges-card .title3 {
    font-size: 20px;
  }

  .main-privileges-card {
    width: 311px;
    height: 338px;
  }

  .main-privileges-wrapper {
    grid-template-columns: repeat(1, 1fr);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
  }
}

@media (max-width: 820px) {
  .footer-row {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}

@media (max-width: 797px) {
  .thesis {
    padding: 16px;
    gap: 8px;
  }

  .thesis img {
    width: 40px;
    height: 40px;
  }

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

@media (max-width: 780px) {
  .main-cta .cta-content {
    max-width: 395px;
  }
}

@media (max-width: 768px) {
  .header {
    padding-top: 46px;
    padding-bottom: 18px;
  }

  .header .container {
    padding-left: 29px;
    padding-right: 27px;
  }

  .header__logo .svg-logo {
    width: 66px;
    height: 40px;
  }

  .header-content-mob {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .special-slider-wrapper {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .container {
    padding-inline: 9px;
  }

  .container-main {
    padding-inline: 9px;
  }

  .section-wrapper {
    padding: 32px 16px 72px 16px;
  }

  .headline {
    font-size: 40px;
    line-height: 1;
  }

  .main-title {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
  }

  .modal-window {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
  }

  .mb-48 {
    margin-bottom: 24px;
  }

  .white-wrapper {
    padding: 32px 16px;
    border-radius: 24px;
  }

  .typography {
    padding-bottom: 64px;
  }

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

  .title3 {
    font-size: 20px;
  }

  .burger {
    width: 26px;
    height: 17px;
  }

  .burger span {
    width: 26px;
  }

  .burger span:after {
    top: -7px;
  }

  .burger span:before {
    bottom: -7px;
  }

  .aside-menu {
    padding-inline: 0;
  }

  .aside-menu-top {
    padding-inline: 20px;
  }

  .aside-menu__icons-item {
    width: 25px;
    height: 25px;
  }

  .aside-menu__icons-item svg {
    width: 20px;
    height: 20px;
  }

  .aside-menu__logo {
    width: 66px;
    height: 40px;
  }

  .menu-list {
    padding-inline: 35px;
  }

  .menu-link {
    font-size: 16px;
  }

  .submenu li {
    font-size: 16px;
  }

  .aside-menu-bottom {
    padding-inline: 35px;
  }

  .btn-banner {
    top: 243px;
    color: #223642;
    background-color: rgba(255, 255, 255, 0.56);
    border: none;
  }

  .btn-services {
    display: inline-block;
    margin: 0 auto;
  }

  .btn-show-more {
    height: 42px;
    line-height: 42px;
    font-size: 20px;
  }

  .btn-send {
    height: 42px;
    line-height: 42px;
    font-size: 20px;
  }

  .fixed-menu {
    width: 100%;
  }

  .menu-block {
    -webkit-column-gap: 23px;
    -moz-column-gap: 23px;
    column-gap: 23px;
  }

  .menu-block__img {
    width: 41px;
    height: 41px;
  }

  .logo-menu-cot {
    width: 29px;
    height: 16px;
  }

  .logo-menu-unimed {
    width: 34px;
    height: 29px;
  }

  .logo-menu-center {
    width: 33px;
    height: 33px;
  }

  .logo-menu-school {
    width: 34px;
    height: 29px;
  }

  .logo-menu-outstaff {
    right: 2px;
    width: 28px;
    height: 30px;
  }

  .logo-menu-security {
    width: 27px;
    height: 29px;
  }

  .request-form-block {
    padding: 20px 10px;
  }

  .btn-close-modal {
    width: 30px;
    height: 30px;
    top: -40px;
    right: -8px;
  }

  .btn-close-modal .svg-close {
    width: 15px;
    height: 15px;
  }

  .benefit-card {
    height: 240px;
    padding-bottom: 30px;
    max-width: 100%;
  }

  .benefit-card__img {
    width: 150px;
    height: 137px;
  }

  .benefit-card__title {
    font-size: 24px;
  }

  .benefit-card--yellow .benefit-card__text {
    max-width: 420px;
  }

  .step-card {
    border-radius: 30px;
  }

  .step-card__title {
    font-size: 28px;
  }

  .outstaffing-service-card {
    height: 264px;
  }

  .outstaffing-service-card__title {
    font-size: 24px;
  }

  .cta-form-input::-webkit-input-placeholder {
    color: #c5c5c5;
  }

  .cta-form-input::-moz-placeholder {
    color: #c5c5c5;
  }

  .cta-form-input:-ms-input-placeholder {
    color: #c5c5c5;
  }

  .cta-form-input::-ms-input-placeholder {
    color: #c5c5c5;
  }

  .cta-form-input::placeholder {
    color: #c5c5c5;
  }

  .dropdown__button {
    color: #c5c5c5;
  }

  .service-card {
    min-height: 310px;
    padding: 20px 20px 20px 20px;
  }

  .service-card__img {
    width: 200px;
    height: 200px;
  }

  .service-card__title {
    font-size: 24px;
  }

  .service-card__text {
    line-height: 1.5;
  }

  .service-card__price {
    font-size: 20px;
  }

  .service-card__link {
    font-size: 20px;
  }

  .knowledge-card {
    border-radius: 12px;
  }

  .knowledge-card__img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 82px;
    height: 82px;
  }

  .security-service-card {
    height: 310px;
    padding: 20px 20px 20px 20px;
  }

  .security-service-card__img {
    width: 200px;
    height: 200px;
  }

  .security-service-card__title {
    font-size: 24px;
  }

  .security-service-card__text {
    line-height: 1.5;
  }

  .security-service-card__price {
    font-size: 20px;
  }

  .center-service-card__img {
    width: 200px;
    height: 200px;
  }

  .center-service-card__title {
    font-size: 24px;
    line-height: 1.17;
    min-height: 74px;
  }

  .school-service-card {
    min-height: 218px;
    border-radius: 12px;
    padding: 20px;
  }

  .school-service-card__img {
    width: 139px;
    height: 205px;
  }

  .school-service-card__title {
    font-size: 24px;
  }

  .school-service-card__label {
    font-size: 32px;
  }

  .school-service-card__price {
    font-size: 20px;
    color: #3b5361;
  }

  .uniform-card {
    min-height: 400px;
  }

  .breadcrumbs {
    margin-bottom: 64px;
  }

  .anchor-block {
    margin-bottom: 64px;
    width: 100%;
  }

  .templates-form-block {
    padding-bottom: 64px;
  }

  .templates-form-block .section-wrapper {
    padding-block: 32px;
    padding-inline: 24px;
    margin-inline: -16px;
  }

  .templates-form-block__text {
    max-width: 100%;
  }

  .article-bg-card {
    height: 368px;
  }

  .article-bg-card__title {
    font-size: 20px;
    line-height: 1.3;
    min-height: 56px;
    height: 56px;
  }

  .thesises {
    padding-bottom: 64px;
  }

  .thesis.info-thesis {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contents__list li a {
    font-size: 16px;
    line-height: 1.5;
  }

  .download-docs {
    padding-bottom: 64px;
  }

  .download-docs__title {
    margin-bottom: 16px;
  }

  .download-docs__list li a {
    font-size: 16px;
    line-height: 1.5;
  }

  .catalog-docs {
    padding-bottom: 64px;
  }

  .doc-banner {
    padding-bottom: 64px;
  }

  .doc-banner__wrapper {
    padding: 16px;
  }

  .variant-card__img {
    display: none;
  }

  .main-privileges-card__img {
    width: 40px;
    height: 40px;
  }

  .privilege-card {
    width: 100%;
  }

  .privilege-card-top {
    margin-bottom: 8px;
  }

  .privilege-card__img {
    width: 40px;
    height: 40px;
  }

  .accordeon-block,
  .accordeon-table-block {
    padding-bottom: 64px;
  }

  .accordeon__header {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding-left: 16px;
    padding-right: 100px;
  }

  .accordeon__num span {
    font-size: 16px;
    vertical-align: unset;
  }

  .accordeon__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px;
  }

  .accordeon__content .accordeon__text {
    padding-left: 15px;
  }

  .accordeon__content ul {
    width: 100%;
  }

  .accordeon.accordeon-table .accordeon__text {
    padding-right: 0;
  }

  .project-card {
    row-gap: 5px;
    height: 394px;
  }

  .project-card__title {
    margin-bottom: 5px;
  }

  .sout-link-wrapper,
  .project-link-wrapper,
  .rev-link-wrapper {
    margin-top: 32px;
  }

  .logos-slider .swiper-slide {
    height: 151px !important;
  }

  .vacancies-form-block {
    padding: 24px 16px;
  }

  .vacancies-form-title .title2 {
    margin-bottom: 8px;
  }

  .vacancies-form-text {
    font-size: 16px;
    line-height: 1.5;
  }

  .vacancies-form-wrapper {
    row-gap: 24px;
  }

  .vacancies-form .form-fieldset .form-label {
    font-size: 16px;
  }

  .vacancies-form .form-fieldset span {
    font-size: 16px;
  }

  .vacancies-form-input {
    height: 40px;
    font-size: 16px;
  }

  .articles-form-block .title3 {
    margin-bottom: 16px;
  }

  .author__name {
    font-size: 16px;
    line-height: 1.37;
  }

  .author__role {
    font-size: 14px;
    line-height: 1.29;
  }

  .articles-form-block {
    padding: 24px 16px;
  }

  .articles-form-title .title2 {
    margin-bottom: 8px;
  }

  .articles-form-text {
    font-size: 16px;
    line-height: 1.5;
  }

  .articles-form-wrapper {
    row-gap: 24px;
  }

  .articles-form-input {
    height: 40px;
    font-size: 16px;
  }

  .articles-form-input--textarea {
    padding-block: 8px;
  }

  .outstaffing {
    padding-bottom: 20px;
  }

  .banner {
    padding-inline: 18px;
    padding-top: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 35px;
  }

  .banner-logo {
    padding-top: 0;
    width: 171px;
    height: 187px;
  }

  .banner__text {
    margin-top: 28px;
    font-size: 20px;
    line-height: 1.4;
    color: #6a6a6a;
  }

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

  .outstaffing-benefits {
    padding-bottom: 0px;
  }

  .benefits-slider .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }

  .benefits-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 20px;
  }

  .steps__title {
    max-width: 280px;
    margin-bottom: 32px;
  }

  .steps-slider .swiper-slide {
    height: unset;
  }

  .outstaffing-services-slider {
    height: 590px;
    padding-bottom: 10px;
  }

  .outstaffing-services-slider .swiper-slide {
    height: 264px !important;
  }

  .prices-wrapper {
    border-radius: 30px 30px 0 0;
    padding: 32px 16px 72px 16px;
  }

  .outstaffing-prices p small {
    font-size: 16px;
    line-height: 1.25;
  }

  .table-head {
    margin-bottom: 10px;
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 7px;
  }

  .table-body {
    border: 1px solid #a6a6a6;
  }

  .table-row__sell {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
  }

  .table-row__sell.text-center {
    border-left: 1px solid #a6a6a6;
  }

  .cta .section-wrapper {
    padding-block: 56px;
  }

  .staff__title {
    max-width: 100%;
    margin-bottom: 22px;
  }

  .section-staff-title {
    font-variant: small-caps;
  }

  .staff__img {
    aspect-ratio: unset;
  }

  .staff__list li {
    letter-spacing: normal;
  }

  .advantages-wrapper {
    padding-top: 56px;
    padding-inline: 16px;
    padding-bottom: 20px;
    border-radius: 0 0 30px 30px;
  }

  .advantages__title {
    max-width: 100%;
  }

  .footer__copyright {
    color: var(--color-white);
  }

  .footer__copyright--detail {
    display: none;
  }

  .cot {
    padding-bottom: 20px;
  }

  .cot-logo {
    margin-top: 0;
    width: 103px;
    height: 141px;
  }

  .cot-services__title {
    padding-left: 20px;
    margin-bottom: 22px;
  }

  .cot-services-slider {
    height: 683px;
  }

  .cot-services-slider .swiper-slide {
    height: 310px !important;
    padding-inline: 13px;
  }

  .cot-services__info {
    margin-top: 35px;
  }

  .info-text {
    padding-left: 20px;
  }

  .guide {
    padding-bottom: 40px;
  }

  .guide__title {
    padding-left: 20px;
    max-width: 100%;
    text-align: center;
  }

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

  .guide__link {
    display: block;
  }

  .guide-slider .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }

  .guide-slider .swiper-wrapper {
    display: grid;
    justify-self: center;
    grid-template-columns: repeat(1, 376px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 22px;
  }

  .knowledge__title {
    text-align: center;
    max-width: 100%;
    padding-left: 20px;
  }

  .knowledge-slider .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }

  .knowledge-slider .swiper-wrapper {
    display: grid;
    justify-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-template-columns: repeat(1, 376px);
    row-gap: 92px;
  }

  .reviews__title {
    padding-left: 20px;
  }

  .partners__title {
    text-align: center;
  }

  .partners-slider {
    padding-bottom: 48px;
    height: auto;
    width: 376px;
  }

  .partners-slider .swiper-slide {
    height: 151px !important;
  }

  .security {
    padding-bottom: 20px;
  }

  .headline--security {
    font-size: 40px;
  }

  .security-logo {
    margin-top: 0px;
    width: 121px;
    height: 130px;
  }

  .banner__text-security {
    font-size: 20px;
    line-height: 1.4;
    color: #6a6a6a;
  }

  .banner__text-security:not(:last-child) {
    margin-bottom: 28px;
  }

  .security-services__title {
    margin-bottom: 22px;
  }

  .security-services-slider {
    height: 683px;
  }

  .security-services-slider .swiper-slide {
    height: 310px !important;
    padding-inline: 13px;
  }

  .security-services__info {
    margin-top: 72px;
  }

  .objects__title {
    margin-bottom: 25px;
    text-align: center;
  }

  .center {
    padding-bottom: 20px;
  }

  .headline--center {
    margin-bottom: 12px;
  }

  .center-services-slider .swiper-slide {
    padding-inline: 13px;
  }

  .sertificates__img {
    width: 376px;
    height: 532px;
  }

  .sertificates-text h3 {
    font-weight: 500;
    font-size: 20px;
    color: #e6e6e6;
  }

  .sertificates-text p {
    color: #c2c2c2;
  }

  .unionmed {
    padding-bottom: 20px;
  }

  .unionmed-logo {
    margin-top: 0px;
    width: 177px;
    height: 150px;
  }

  .headline--unionmed {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .banner__text-unionmed {
    font-size: 20px;
    line-height: 1.4;
  }

  .banner__text-unionmed--mb28 {
    margin-bottom: 12px;
  }

  .banner__text-unionmed--mb18 {
    margin-bottom: 12px;
  }

  .banner__text-unionmed--mb15 {
    margin-bottom: 12px;
  }

  .banner.banner--unionmed {
    padding-inline: 17px;
    padding-top: 28px;
  }

  .unionmed-services__info {
    margin-top: 35px;
  }

  .school {
    padding-bottom: 20px;
  }

  .school-logo {
    margin-top: 0px;
    width: 229px;
    height: 156px;
  }

  .headline--school {
    line-height: 1;
    letter-spacing: -0.01em;
    font-size: 40px;
    margin-bottom: 20px;
  }

  .school-services {
    padding-bottom: 53px;
  }

  .school-services__title {
    margin-bottom: 24px;
  }

  .school-services__title .section-title {
    margin-bottom: 22px;
  }

  .uniform__title .section-title {
    width: 350px;
  }

  .uniform__title p {
    font-size: 20px;
    line-height: 1.4;
    font-variant: small-caps;
  }

  .main-cta {
    background-color: #455966;
  }

  .main-cta .section-wrapper {
    padding-block: 32px;
    background-color: #455966;
  }

  .main-cta .cta__subtitle {
    display: none;
  }

  .main-cta .section-title.section-title--white {
    font-size: 28px;
  }

  .main-cta .cta__text {
    font-size: 16px;
  }

  .main-cta .cta-form.cta-form--dark .cta-form-input {
    background-color: #455966;
  }

  .main-cta .cta-form.cta-form--dark .fake-placeholder {
    background-color: #455966;
  }

  .main-cta .cta-form.cta-form--dark .custom-checkbox--dark {
    background-color: #455966;
  }

  .presentation-wrapper {
    padding-top: 40px;
    padding-bottom: 0;
    padding-inline: 32px;
    border-radius: none;
    background-color: var(--bg-color);
  }

  .presentation-slider-wrapper .swiper-wrapper {
    padding-bottom: 30px;
  }

  .presentation-slider-wrapper .swiper-pagination {
    display: block;
  }

  .presentation-slider-wrapper:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: 1px solid #455966;
  }

  .presentation__title {
    font-size: 28px;
    color: #fff;
  }

  .presentation-slider-controls {
    display: none;
  }

  .baloons-section .btn-banner {
    display: block;
  }

  .baloons__text {
    height: 126px;
    font-size: 14px;
  }

  .baloons__text > * + * {
    margin-top: unset;
  }

  .baloons-link-wrapper {
    margin-top: -55px;
  }

  .arrow-link {
    font-size: 15px;
  }

  .arrow-link .svg-arrow-right {
    width: 18px;
    height: 12px;
    margin-left: 4px;
  }

  .articles {
    padding-bottom: 64px;
  }

  .categories-labels {
    margin-bottom: 24px;
  }

  .articles-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .articles__btn {
    margin-top: 24px;
  }

  .services__grid4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }

  .services__grid5 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-auto-rows: auto;
  }

  .services-block {
    padding-bottom: 64px;
  }

  .services-card {
    padding: 16px;
  }

  .services-card__img {
    width: 40px;
    height: 40px;
  }

  .services-card__text {
    font-size: 16px;
    line-height: 1.37;
  }

  .services-card--01 {
    grid-area: unset;
  }

  .services-card--02 {
    grid-area: unset;
  }

  .services-card--03 {
    grid-area: unset;
  }

  .services-card--04 {
    grid-area: unset;
  }

  .services-card--05 {
    grid-area: unset;
  }

  .variants {
    padding-bottom: 64px;
  }

  .variants__title {
    margin-bottom: 24px;
  }

  .result {
    padding-bottom: 64px;
  }

  .result__title {
    margin-bottom: 24px;
  }

  .result__list {
    margin-block: 16px;
  }

  .result__img {
    width: 311px;
  }

  .other-services {
    padding-bottom: 64px;
  }

  .main-privileges {
    margin-bottom: 64px;
  }

  .privileges-block4,
  .privileges-block3 {
    margin-bottom: 64px;
  }

  .privileges4-slider .swiper-slide {
    height: unset;
  }

  .privileges3-slider .swiper-slide {
    height: unset;
  }

  .activities {
    padding-bottom: 64px;
  }

  .activities-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }

  .activities-card {
    max-width: 312px;
    gap: 16px;
  }

  .table-col2,
  .table-col3 {
    margin-bottom: 64px;
  }

  .top-projects-block .title3 {
    margin-bottom: 16px;
  }

  .med-block {
    margin-bottom: 64px;
  }

  .top-projects-slider .swiper-slide,
  .med-block-slider .swiper-slide {
    height: unset;
  }

  .licenses-block .title3 {
    margin-bottom: 16px;
  }

  .licenses-block {
    margin-bottom: 64px;
  }

  .vacancy-card__title {
    font-size: 20px;
  }

  .vacancy-card__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contacts {
    padding-block: 32px;
  }

  .contacts-col p {
    font-size: 14px;
  }

  .contacts__tel,
  .contacts__mail {
    font-size: 20px;
  }

  .contacts__tel li + li {
    margin-top: 8px;
  }

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

  .contacts__map {
    margin-inline: -16px;
  }

  .sout__list li {
    font-size: 16px;
  }

  .sout__list li::before {
    top: -10px;
  }

  .btn-sout {
    height: 42px;
    line-height: 42px;
    font-size: 20px;
  }
}

@media (max-width: 638px) {
  .footer-row {
    padding-inline: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 14px;
  }

  .footer__text--mb40 {
    margin-bottom: 8px;
  }

  .footer__text--mb25 {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .accordeon.accordeon-table .table-acc {
    width: 76vw;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .accordeon.accordeon-table .table-acc-head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 520px;
  }

  .accordeon.accordeon-table .table-acc-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 520px;
  }
}

@media (max-width: 560px) {
  .guide__title {
    max-width: 376px;
    text-align: left;
  }

  .knowledge__title {
    text-align: left;
    margin-bottom: 0;
  }

  .reviews__title {
    text-align: left;
  }

  .partners__title {
    text-align: left;
    padding-left: 20px;
  }

  .objects__title {
    text-align: left;
    padding-left: 20px;
  }

  .documents__title {
    text-align: left;
    padding-left: 20px;
  }
}

@media (max-width: 525px) {
  .templates-form .checkbox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .templates-form .custom-checkbox {
    margin-top: 3px;
  }

  .project-card__img img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .vacancies-form .form-item-row .vacancies-form-name {
    width: 100%;
  }

  .vacancies-form .form-item-row .vacancies-form-birthday {
    width: 100%;
  }

  .vacancies-form .form-item-row .vacancies-form-tel {
    width: 100%;
  }

  .vacancies-form .form-item-row .vacancies-form-mail {
    width: 100%;
  }

  .vacancies-form .form-item-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
  }

  .vacancies-form .checkbox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .vacancies-form .custom-checkbox {
    margin-top: 3px;
  }

  .articles-form .checkbox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .articles-form .custom-checkbox {
    margin-top: 3px;
  }

  .activities-card {
    max-width: unset;
    width: 100%;
  }

  .table-col2,
  .table-col3 {
    width: 82vw;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .table-col2-head,
  .table-col2-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 410px;
  }

  .table-col3-head,
  .table-col3-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 620px;
  }

  .vacancy-card__btns {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }

  .vacancy-card__btns .btn-send {
    width: 100%;
  }

  .sout__bg {
    display: none;
  }
}

@media (max-width: 490px) {
  .benefit-card--yellow .benefit-card__text {
    max-width: 310px;
  }
}

@media (max-width: 480px) {
  .header-content-mob .svg-wa {
    width: 19px;
    height: 20px;
  }

  .header-content-mob .svg-tg {
    width: 19px;
    height: 20px;
  }

  .header-content-mob .svg-mail-mob {
    width: 19px;
    height: 16px;
  }

  .header-content-mob .svg-phone-mob {
    width: 19px;
    height: 20px;
  }

  .header-content-mob .svg-search-mob {
    width: 19px;
    height: 20px;
  }
}

@media (max-width: 459px) {
  .form-label {
    padding: 8px;
  }
}

@media (max-width: 447px) {
  .table-head__sell {
    padding: 10px 5px;
  }
}

@media (max-width: 430px) {
  .outstaffing-services .section-wrapper {
    padding-bottom: 80px;
  }

  .btn {
    font-size: 25px;
    width: 100%;
  }

  .benefit-card__text {
    max-width: 310px;
  }

  .step-card {
    height: 283px;
  }

  .outstaffing-service-card {
    border-radius: 12px;
    padding-left: 20px;
  }

  .form-item-btn-white {
    margin-top: 63px;
  }

  .fake-placeholder {
    font-size: 20px;
  }

  .steps {
    padding-bottom: 40px;
  }

  .table-row__sell {
    padding: 9px;
  }

  .footer {
    padding-inline: 10px;
  }

  .footer-row {
    padding-inline: 0;
  }

  .footer__text + .footer__text {
    margin-top: 0px;
  }

  .footer__text--mb40 {
    margin-bottom: 5px;
  }

  .cot-content .headline {
    max-width: 342px;
  }

  .main-cta .cta-form.cta-form--dark .form-item-btn-white {
    margin-top: 34px;
  }
}

@media (max-width: 429px) {
  .advantage-card {
    padding: 8px;
  }

  .advantages__img {
    width: 100%;
  }

  .guide-slider .swiper-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .knowledge-slider .swiper-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .review-img {
    width: 100%;
  }

  .reviews-slider {
    width: 100%;
  }

  .partners-slider {
    width: 100%;
  }

  .sertificates__img {
    width: 100%;
  }

  .sertificates-slider {
    width: 100%;
  }

  .doc-img {
    width: 100%;
  }

  .documents-slider {
    width: 100%;
  }

  .uniform__title .section-title {
    width: 100%;
  }

  .uniform-slider {
    width: 100%;
  }

  .privileges__img {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .service-card__text {
    max-width: 318px;
  }

  .security-service-card__text {
    max-width: 318px;
  }
}

@media (max-width: 400px) {
  .title1 {
    font-size: 36px;
  }
}

@media (max-width: 375px) {
  .main-cta .cta-content {
    max-width: 240px;
  }

  .main-cta .cta__text {
    max-width: 220px;
    margin: 0 auto;
  }

  .presentation-slider-wrapper {
    width: 100%;
  }

  .variants-slider .swiper-slide {
    width: 280px !important;
  }
}

@media (max-width: 374px) {
  .main-privileges-card {
    width: 100%;
    height: 380px;
  }

  .variants-slider .swiper-slide {
    width: 230px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .outstaffing-service-card {
    height: 274px;
    padding: 16px;
    padding: 8px;
    border-radius: 9px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .benefits-slider .swiper-slide {
    height: unset;
  }

  .guide-slider .swiper-slide {
    height: unset;
  }

  .knowledge-slider .swiper-slide {
    height: unset;
  }
}