@charset "UTF-8";

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

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul {
  list-style: none;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

.title__text {
  font-family: 'Montserrat',
    sans-serif;
  font-weight: 700;
}

body,
.button,
.info a {
  font-family: 'Montserrat',
    sans-serif;
  font-weight: 500;
}

.form__label {
  font-family: 'Montserrat',
    sans-serif;
  font-weight: 400;
}

/* Media queries */
/* Container */
/* Responsive font size */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none;
}

@media (min-device-width: 1200px) and (min-device-height: 970px) {

  body,
  html {
    min-height: 100vh;
    height: 100%;
  }
}

body {
  position: relative;
  line-height: 1;
  color: #000;
  font-size: 16px;
  overflow-x: hidden;
  background-color: #fff;
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}

body.body--safari {
  background: url("../images/bg/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper {
  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;
  min-height: 100%;
  overflow: hidden;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (min-width: 1200px) {
  .main--safari {
    background: url("../images/bg/setka.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 15%;
  }
}

footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.gradient {
  background: -o-linear-gradient(180deg, #fff900 -73.86%, #ffd400 38.81%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-73.86%, #fff900), color-stop(38.81%, #ffd400));
  background: -o-linear-gradient(top, #fff900 -73.86%, #ffd400 38.81%);
  background: linear-gradient(180deg, #fff900 -73.86%, #ffd400 38.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-display: swap;
}

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

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("ttf");
  font-weight: 900;
  font-display: swap;
}

.button {
  position: relative;
  z-index: 2;
  display: block;
  padding: .4em .4em;
  min-width: 236px;
  text-align: center;
  border-radius: 5px;
  color: #181818;
  font-size: calc(12px + 8 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  cursor: pointer;
  max-width: 240px;
}

@media (min-width: 576px) {
  .button {
    min-width: 240px;
  }
}

@media (min-width: 1920px) {
  .button {
    min-width: 290px;
  }
}

.button:disabled {
  cursor: not-allowed;
}

.button--gradient {
  border: 2px solid #FFC700;
  border-image-slice: 1;
  background-color: transparent;
  min-width: 130px;
  -webkit-transition: background-color .3s linear, border-color .3s linear; -o-transition: background-color .3s linear, border-color .3s linear; transition: background-color .3s linear, border-color .3s linear;

}
.button--gradient:hover {
  background-color: #FFC700;
  border-color: transparent;
}

/* .button--gradient::before { */
  /* content: '';
  position: absolute;
  z-index: -1; */
  /* top: -1px;
  left: -1px; */
  /* width: calc(100% + 2px);
  height: calc(100% + 2px); */
  /* width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: 0;
  background: #FFC700;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; */
/* } */

.button--vacancy {
  background-color: transparent;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear;
  border: 1.4px solid #000;
  font-size: calc(16px + 8 * ((100vw - 320px) / 1600));
  padding: .9em .4em;
}

@media (min-width: 767px) {
  .button--vacancy {
    padding: .7em .4em;
  }
}

.button--vacancy:hover {
  background-color: #000;
  color: #fff;
}

.button--position {
  background-color: transparent;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear;
  font-size: .9em;
  border: 1.4px solid #000;
  color: #000;
  min-width: 200px;
  padding: .8em .4em;
}

.button--position:hover {
  background-color: #000;
  color: #fff;
}

.button--position:disabled {
  background-color: #000;
  color: #979797;
}

.button:hover {
  border-color: transparent;
}

.button:hover::before {
  opacity: 1;
}

.button:active {
  background: -webkit-gradient(linear, left bottom, left top, from(#e2dbc7), to(#e5dead)), #FFFFFF;
  background: -o-linear-gradient(bottom, #e2dbc7 0%, #e5dead 100%), #FFFFFF;
  background: linear-gradient(360deg, #e2dbc7 0%, #e5dead 100%), #FFFFFF;
}

@media (min-width: 1920px) {
  .button {
    font-size: 20px;
  }
}

.title {
  margin-bottom: 0.5em;
}

.title__text,
.title__num {
  text-transform: uppercase;
  font-style: italic;
  -webkit-animation: cinematicInOut 1s ease-in 2s;
  animation: cinematicInOut 1s ease-in 2s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.title__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc(24px + 34 * ((100vw - 320px) / 1600));
  line-height: 1.12;
}

@media (min-width: 576px) {
  .title__text {
    margin: 0 auto;
    width: 80%;
  }
}

@media (min-width: 767px) {
  .title__text {
    line-height: 1.24;
  }
}

@media (min-width: 993px) {
  .title__text {
    width: 70%;
  }
}

@media (min-width: 1920px) {
  .title__text {
    font-size: 58px;
  }
}

.title__num {
  padding: 0 6px;
  font-size: calc(36px + 52 * ((100vw - 320px) / 1600));
  font-weight: 900;
}

@media (min-width: 1200px) {
  .title__num {
    padding: 0 6px 0 0;
  }
}

@-webkit-keyframes cinematicInOut {
  0% {
    text-shadow: 0 0 1em white;
    opacity: 0;
  }

  100% {
    text-shadow: 0 0 0 white;
    opacity: 1;
  }
}

@keyframes cinematicInOut {
  0% {
    text-shadow: 0 0 1em white;
    opacity: 0;
  }

  100% {
    text-shadow: 0 0 0 white;
    opacity: 1;
  }
}

.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (min-width: 576px) {
  .container {
    padding: 0 30px;
  }
}

.socials {
  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;
  min-width: 103px;
}

@media (min-width: 767px) {
  .socials {
    max-width: 130px;
    width: 100%;
  }
}

.socials li {
  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: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ffbc00;
  border: 1px solid transparent;
  -webkit-transition: background-color .3s linear, border-color .3s linear;
  -o-transition: background-color .3s linear, border-color .3s linear;
  transition: background-color .3s linear, border-color .3s linear;
  cursor: pointer;
}

.socials li:nth-child(1) a,
.socials li:nth-child(2) a,
.socials li:nth-child(3) a {
  position: relative;
}

.socials li:nth-child(1) a:before,
.socials li:nth-child(2) a:before,
.socials li:nth-child(3) a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.socials li:nth-child(1):hover,
.socials li:nth-child(2):hover,
.socials li:nth-child(3):hover {
  background-color: transparent;
  border-color: #ffbc00;
}

.socials li:nth-child(1):hover a:before,
.socials li:nth-child(2):hover a:before,
.socials li:nth-child(3):hover a:before {
  opacity: 1;
}

.socials li:nth-child(1) a {
  background-image: url("../images/icons/icon-linkedin.svg");
}

.socials li:nth-child(1):hover a:before {
  background-image: url("../images/icons/icon-linkedin-black.svg");
}

.socials li:nth-child(2) a {
  background-image: url("../images/icons/icon-telegramm.svg");
}

.socials li:nth-child(2):hover a:before {
  background-image: url("../images/icons/icon-telegramm-black.svg");
}

.socials li:nth-child(3) a {
  background-image: url("../images/icons/icom-m.svg");
}

.socials li:nth-child(3):hover a:before {
  background-image: url("../images/icons/icom-m-black.svg");
}

.socials a {
  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: 100%;
  height: 100%;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}

.socials a:focus {
  border-color: #f7e335;
  -webkit-filter: opacity(0.8);
  filter: opacity(0.8);
}

.socials svg {
  position: relative;
  z-index: 2;
}

.socials svg use {
  fill: #fff;
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.address {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.address--footer {
  margin-right: auto;
}

.address__link {
  display: inline-block;
  color: #000;
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
}

.address__link:not(:last-child) {
  margin-bottom: .4em;
}

.address__link:hover {
  color: #666666;
}

.status {
  padding: 5px 7px;
  /* font-size: 12px; */
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border-radius: 4px;
  background-color: #000;
}

.status--open {
  background-color: #fff;
  color: #000;
}

.scrollDown {
  display: none;
}

@media (min-width: 993px) {
  .scrollDown {
    display: block;
    margin: 0 auto;
    padding-bottom: 0.8em;
    padding-top: .5%;
    margin-bottom: 10px;
  }
}

.scrollDown__link {
  position: relative;
  padding-bottom: 1.6em;
  color: #000;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

.scrollDown__link:hover {
  color: #ffbc00;
}

.scrollDown__link:hover::before {
  border-top-color: #ffbc00;
}

.scrollDown__link::before {
  content: '';
  position: absolute;
  margin-top: .4em;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid #000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transition: border-top-color .2s linear;
  -o-transition: border-top-color .2s linear;
  transition: border-top-color .2s linear;
}

.breadcrumbs {
  width: 100%;

  margin-bottom: 3em;
  font-size: calc(12px + 6 * ((100vw - 320px) / 1600));
  padding: .4em 0;
}

.breadcrumbs__list {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.breadcrumbs__item a,
.breadcrumbs__item span {
  font-size: 1em;
}

.breadcrumbs__item:not(:last-child) {
  position: relative;
  margin-right: 1em;
  padding-right: 2em;
}

.breadcrumbs__item:not(:last-child):hover a {
  color: #e6a900;
}

.breadcrumbs__item:not(:last-child)::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 7px solid #000;
}

.breadcrumbs__item:last-child {
  color: inherit;
}

.breadcrumbs__item a {
  color: #ffbc00;
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
}

.info {
  padding-bottom: 2em;
  font-size: calc(14px + 14 * ((100vw - 320px) / 1600));
}

.info h2 {
  margin-bottom: .9em;
  font-size: 1.4em;
  font-weight: 500;
  color: #000;
  line-height: 1.24;
}

.info ul,
.info ol {
  margin-bottom: 1em;
  padding-left: 1.1em;
}

.info ul {
  list-style: disc;
  padding-bottom: 1em;
}

@media (min-width: 576px) {
  .info ul,
  .info ol {
    margin-bottom: 1em;
  }
}

.info ul:last-child,
.info ol:last-child {
  margin-bottom: 2em;
}

.info ol li,
.info ul li,
.info ul p {
  font-size: .9em;
  line-height: 1.24;
}

.info ol li,
.info ul li {
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.info ol li:last-child,
.info ul li:last-child {
  margin-bottom: 0;
}

.info a {
  display: inline-block;
  padding: .4em .4em;
  min-width: 240px;
  margin-bottom: 2em;
  text-align: center;
  color: #fff;
  font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  background-color: #000;
  border-radius: 5px;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear, border-color 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear, border-color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear, border-color 0.3s linear;
  cursor: pointer;
}

.info a:hover {
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.info p {
  margin-bottom: 1.5em;
  line-height: 2;
  font-size: .9em;
  font-weight: 500;

  position: relative;
  top: .8em;
  opacity: 0;
  -webkit-animation: .5s swift-up ease-out forwards, .5s fade-in forwards;
  animation: .5s swift-up ease-out forwards, .5s fade-in forwards;
  animation-delay: .8s;
}

@-webkit-keyframes fade-in {
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes swift-up {
  to {
    top: 0rem;
  }
}
@keyframes swift-up {
  to {
    top: 0rem;
  }
}

@media (min-width: 1200px) {
  .info p {
    font-size: .75em;
  }
}

.header {
  position: relative;
  z-index: 3;
}

.header--page {
  border-bottom: 1px solid #000;
}

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

.header .socials {
  display: none;
}


.header.header--page .address,
.header.header--page .socials {
  display: none;
}

@media (min-width: 576px) {
  .header.header--page .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .header.header--page .socials  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 576px) {
  .header .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}


@media (min-width: 576px) {
  .header .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__logo {
  margin-right: auto;
}

.header__inner {
  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: flex-end;
  padding: .6em 0;
}

.logo {
  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;
}

.logo__link {
  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: start;  
  -ms-flex-align: start;  
  align-items: flex-start;
}

.logo__svg {
  width: 31vw;
  max-width: 129px;
  max-height: 32px;
}

@media (min-width: 1200px) {
  .logo__svg {
    max-width: 159px;
    max-height: 40px;
  }
}

.logo__slogan {
  width: 80%;
  background-image: url("../images/slogan-back.png");
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 1.6em;
}

@media (min-width: 576px) {
  .logo__slogan {
    width: 67%;
  }
}

@media (min-width: 767px) {
  .logo__slogan {
    width: 60%;
  }
}

.logo__text {
  color: #e1e1e1;
  font-size: 16px;
  font-size: calc(10px + 4 * ((100vw - 320px) / 1600));
}

@media (min-width: 576px) {
  .logo__text {
    font-size: calc(12px + 4 * ((100vw - 320px) / 1600));
  }
}

.logo__hand {
  width: 43px;
  height: 33px;
  margin-left: 5px;
}

@media (max-width: 1124px) {
  .logo__hand {
    width: 25px;
    height: 23px;
  }
}

@media (max-width: 576px) {
  .logo__hand {
    width: 18px;
    height: 15px;
    margin-left: 3px;
  }
}

.logo__hand use {
  fill: white;
}

.vacancy {
  position: relative;
  z-index: 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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1em;
  font-size: calc(24px + 18 * ((100vw - 320px) / 1600));
}

@media (min-width: 1200px) {
  .vacancy {
    margin-bottom: 0;
  }
}

@media (min-width: 1920px) {
  .vacancy {
    font-size: 42px;
  }
}
.vacancy.vacancy--page {
  z-index: 3;
}

.vacancy--page .vacancy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 1em 0;
  max-width: 100%;
}

@media (min-width: 767px) {
  .vacancy--page .vacancy__content {
    padding: 2em 0;
    max-width: 51%;
  }
}

@media (min-width: 1200px) {
  .vacancy__content {
    min-height: 60vh;
  }
}

.vacancy--page .vacancy__bg {
  padding: 0em 0;
}

.vacancy--page .vacancy__filter {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FFC700), to(transparent));
  background: -o-linear-gradient(left, #FFC700, transparent);
  background: linear-gradient(to right, #FFC700, transparent);
}

.vacancy--page .vacancy__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2em 0;
  padding: 0em 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width: 1200px) {
  .vacancy.vacancy--page .vacancy__inner {
    min-height: 40vh;
  }
}

.vacancy--page .status {
  margin-bottom: auto;
  font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
}

@media (min-width: 767px) {
  .vacancy--page .vacancy__heading {
    width: 100%;
    max-width: 100%;
  }
}

.vacancy--page .vacancy__actions {
  margin-top: auto;
}

.vacancy__bg {
  position: relative;
  z-index: 1;
  padding: 7vw 0;
  background: -webkit-image-set(url(../images/vacancy/vacancy-bg.avif) 1x, url(../images/vacancy/vacancy-bg.webp) 2x, url(../images/vacancy/vacancy-bg.jpg) 2x);
  background: -webkit-image-set("../images/vacancy/vacancy-bg.avif"1x type("image/avif"), "../images/vacancy/vacancy-bg.webp"2x type("image/webp"), "../images/vacancy/vacancy-bg.jpg"2x type("image/jpg"));
  background: -webkit-image-set(url(../images/vacancy/vacancy-bg.avif) 1x type("image/avif"), url(../images/vacancy/vacancy-bg.webp) 2x type("image/webp"), url(../images/vacancy/vacancy-bg.jpg) 2x type("image/jpg"));
  background: -webkit-image-set(url("../images/vacancy/vacancy-bg.avif") 1x type("image/avif"), url("../images/vacancy/vacancy-bg.webp") 2x type("image/webp"), url("../images/vacancy/vacancy-bg.jpg") 2x type("image/jpg"));
  background: image-set("../images/vacancy/vacancy-bg.avif"1x type("image/avif"), "../images/vacancy/vacancy-bg.webp"2x type("image/webp"), "../images/vacancy/vacancy-bg.jpg"2x type("image/jpg"));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}



.vacancy .status {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.vacancy__filter {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#FFC700), color-stop(#FFC700), to(transparent));
  background: -o-linear-gradient(left, #FFC700, #FFC700, transparent);
  background: linear-gradient(to right, #FFC700, #FFC700, transparent);
}

@media (min-width: 576px) {
  .vacancy__filter {
    width: 70%;
  }
}

.vacancy__wooman {
  display: none;
}

.vacancy__wooman.show {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation: scaleOpacity;
          animation: scaleOpacity;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes scaleOpacity {
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes scaleOpacity {
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@media (min-width: 767px) {
  .vacancy__wooman {
    max-width: 40%;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: -5%;
  }
}

@media (min-width: 993px) {
  .vacancy__wooman {
    max-width: clamp(280px, 28vw, 300px);
  }
}

@media (min-width: 1200px) {
  .vacancy__wooman {
    max-width: clamp(300px, 25vw, 380px);    
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

@media (min-width: 1920px) {
  .vacancy__wooman {
    max-width: clamp(300px, 29vw, 500px);
  }
}

@media (min-width: 1200px) {
  .vacancy__wooman-image {
    width: 100%;
  }
}

.vacancy__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .vacancy .vacancy__inner {
    min-height: 40vh;
  }
}


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

.vacancy__date span {
  font-size: 0.5em;
  font-weight: 400;
}

.vacancy__heading {
  display: -webkit-box;
  display: -ms-flexbox;display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
  margin: 0.6em 0 30px 0;
  min-height: 2em;
  font-size: .84em;
}

@media (min-width: 576px) {
  .vacancy__heading {
    max-width: 70%;
  }
}

@media (min-width: 767px) {
  .vacancy__heading {
    max-width: 60%;
  }
}

@media (min-width: 993px) {
  .vacancy__heading {
    max-width: 730px;
  }
}

@media (min-width: 1920px) {
  .vacancy__heading {
    font-size: 44px;
  }
}

.vacancy__heading span {
  margin-right: .2em;
  position: relative;
  -webkit-animation: show-by-one .3s forwards;
          animation: show-by-one .3s forwards;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

.vacancy__heading i {
  font-style: normal;
}

@-webkit-keyframes show-by-one {
  0% {
    top: -30px;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show-by-one {
  0% {
    top: -30px;
  }
  100% {
    opacity: 1;
  }
}


.vacancy__total {
  margin-bottom: 3em;
  font-size: 0.5em;
}

.vacancy__total span {
  text-decoration: underline;
}

.vacancy__total .totalVacancies {
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
}

.vacancy__totalbtn {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vacancy__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 28px;
}

@media (min-width: 767px) {
  .vacancy__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
}

@media (min-width: 993px) {
  .vacancy__box {
    margin-bottom: 1em;
  }
}

.vacancy__box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.6em;
  font-size: 0.58em;
  font-weight: 400;
}

@media (min-width: 767px) {
  .vacancy__box li {
    margin-bottom: 0;
    font-size: 0.5em;
  }
}

@media (min-width: 576px) {
  .vacancy__box li:not(:last-child) {
    margin-right: 3em;
  }
}

.vacancy__box li.slow-show {
  position: relative;
  top: 3vw;
  opacity: 0;
  -webkit-animation: .5s swift-up ease-out forwards, .5s fade-in ease-out forwards;
          animation: .5s swift-up ease-out forwards, .5s fade-in ease-out forwards;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

/* @-webkit-keyframes letter{
  0% {opacity: 0; -webkit-transform: translateY(-15px); transform: translateY(-15px)}
  100% {opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px)}
}
@keyframes letter{
  0% {opacity: 0; -webkit-transform: translateY(-15px); transform: translateY(-15px)}
  100% {opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px)}
} */

@-webkit-keyframes fade-in {
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes swift-up {
  to {
    top: 0rem;
  }
}
@keyframes swift-up {
  to {
    top: 0rem;
  }
}

.vacancy__box li svg {
  min-width: 18px;
  margin-right: 5px;
}

.vacancy__actions {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 576px) {
  .vacancy__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.vacancy__actions .button:first-child {
  margin-bottom: 1em;
}

@media (min-width: 576px) {
  .vacancy__actions .button:first-child {
    margin-right: 1em;
    margin-bottom: 0;
  }
}

.list {
  padding-top: 1em;
  padding-bottom: 1em;
}

.list__total {
  margin-bottom: 4em;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
}

@media (min-width: 576) {

  .list__total {
    margin-bottom: 3em;
  }
}

.list__total strong {
  font-size: 1.2em;
  display: block;
  margin-top: 2px;
}

.list__total strong span {
  display: inline-block;
  margin-right: 5px;
}

.list__items {
  padding-bottom: 4em;
  width: 100%;
}


@media (min-width: 1200px) {
  .list__items {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.position {
  padding: 0.6em 1em;
  font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
  -webkit-box-shadow: 0px 4px 26px rgba(129, 129, 129, 0.4);
          box-shadow: 0px 4px 26px rgba(129, 129, 129, 0.4);
  border-radius: 20px;
  background-color: transparent;
  -webkit-transform: translateY(2em);
      -ms-transform: translateY(2em);
          transform: translateY(2em);
  -webkit-transition: background-color .6s linear,
 -webkit-transform .3s linear;
  transition: background-color .6s linear,
 -webkit-transform .3s linear;
  -o-transition: background-color .6s linear,
 transform .3s linear;
  transition: background-color .6s linear,
 transform .3s linear;
  transition: background-color .6s linear,
 transform .3s linear,
 -webkit-transform .3s linear;
 width: 100%;
}

.position:not(:last-child) {
  margin-bottom: 2em;
}

.position--show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  background-color: #FFC700;
}

.position__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.8em;
}

.position__head .position__logo,
.position__head .position__time,
.position__head .status {
  display: none;
}

@media (min-width: 576px) {
  .position__head .position__time,
  .position__head .status {
    display: block;
    -ms-flex-item-align: baseline;    align-self: baseline;
  }
}
@media (min-width: 576px) {
  .position__head .position__logo {
    display: block;
  -ms-flex-item-align: start;
  align-self: flex-start;
  }
}

.position__title {
  margin-right: 1em;
  font-size: 1em;
  line-height:  1.2;
  font-weight: 600;
  max-width: 90%;
}

@media (min-width: 576px) {
  .position__title {
    max-width: 60%;
    line-height: 1;
  }
}

.position__title a {
  color: inherit;
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
}

.position__title a:hover {
  color: #333333;
}

.position__time {
  font-weight: 400;
  font-size: 0.5em;
}

@media (min-width: 576px) {
  .position__time {
    margin-left: auto;
    margin-right: 2%;
    padding-left: 2%;
  }
}

.position__time span {
  display: inline-block;
  margin-right: 6px;
}

.position__therms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.6em;
}

@media (min-width: 768px) {
 .position__therms{
   max-width: 60%;
  }
}

.position__therm {
  font-size: 0.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.position__therm:not(:last-child) {
  margin-right: 2.4em;
}

.position__therm svg {
  margin-right: 5px;
  min-width: 16px;
}

.position__income {
  margin-bottom: 0.7em;
  font-size: 0.8em;
  font-weight: 600;
}

.position__text {
  width: 100%;
  margin-bottom: 30px;
  font-size: calc(13px + 3 * ((100vw - 320px) / 1600));
  font-weight: 400;
  line-height: 1.24;
  color: #383838;
}

@media (min-width: 767px) {
  .position__text {
    max-width: 60%;
    margin-bottom: 0;
  }
}

@media (min-width: 993px) {
  .position__text {
    max-width: 70%;
    /* margin-bottom: 0; */
  }
}

.position__more {
  padding: 0;
  margin: 0;
  margin-left: 5px;
  color: #000;
  text-decoration: underline;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
}

.position__more:hover {
  color: #333333;
}

.position__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 1em;
  width: 100%;
  margin-bottom: 1em;
}

@media (min-width: 576px) {
  .position__mobile {
    display: none;
  }
}

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

@media (min-width: 576px) {
  .position__footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .position__footer {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.position__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.position__customCheckbox {
  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-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  cursor: pointer;
  /* стили при наведении */
  /* стили для активного чекбокса (при нажатии на него)*/
  /* стили для чекбокса, находящегося в фокусе */
  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
  /* стили для чекбокса, находящегося в состоянии disabled */
}
.position__customCheckbox:has(input:disabled){
  cursor: not-allowed;
}

@media (min-width: 576px) {
  .position__customCheckbox {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .position__customCheckbox {
    min-height: 56px;
  }
}

.position__customCheckbox>span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 .8em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.position__customCheckbox>span::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 21'%3e%3cpath fill='000' d='M19.2246 6.40822H13.2308L14.4302 2.81214C14.646 2.16277 14.537 1.44292 14.1365 0.887538C13.736 0.332159 13.0866 0 12.402 0H10.6804C10.3632 0 10.063 0.140981 9.85904 0.384493L4.83927 6.40822H2.13607C0.958028 6.40822 0 7.36624 0 8.54429V18.1566C0 19.3347 0.958028 20.2927 2.13607 20.2927H16.3484C16.783 20.2912 17.2069 20.1579 17.5641 19.9104C17.9213 19.6629 18.1949 19.3128 18.3489 18.9064L21.2934 11.0552C21.3381 10.9353 21.3609 10.8083 21.3607 10.6804V8.54429C21.3607 7.36624 20.4027 6.40822 19.2246 6.40822ZM2.13607 8.54429H4.27214V18.1566H2.13607V8.54429ZM19.2246 10.487L16.3484 18.1566H6.40822V7.86288L11.1802 2.13607H12.4042L10.7359 7.13768C10.6817 7.29823 10.6666 7.46937 10.6918 7.63691C10.717 7.80446 10.7818 7.96359 10.8808 8.1011C10.9798 8.23861 11.1101 8.35054 11.261 8.42762C11.4119 8.50469 11.579 8.54469 11.7484 8.54429H19.2246V10.487Z'/%3e%3c/svg%3e");
}

.position__customCheckbox>span use {
  fill: #000;
}

.position__customCheckbox>input:not(:disabled):not(:checked)+span:hover {
  cursor: pointer;
}

.position__customCheckbox>input:checked+span::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 21'%3e%3cpath fill='ccc' d='M2.136 20.3H3.204V6.41053H2.136C1.5695 6.41053 1.0262 6.63566 0.62562 7.03639C0.225042 7.43713 0 7.98064 0 8.54737V18.1632C0 18.7299 0.225042 19.2734 0.62562 19.6741C1.0262 20.0749 1.5695 20.3 2.136 20.3ZM19.224 6.41053H11.748L12.9463 2.81208C13.0532 2.49093 13.0823 2.14896 13.0313 1.81434C12.9802 1.47973 12.8504 1.16203 12.6526 0.887425C12.4547 0.61282 12.1945 0.389164 11.8933 0.234877C11.5922 0.0805903 11.2587 8.7731e-05 10.9203 0H10.68L5.34 5.81007V20.3H17.088L21.266 11.1159L21.36 10.6842V8.54737C21.36 7.98064 21.135 7.43713 20.7344 7.03639C20.3338 6.63566 19.7905 6.41053 19.224 6.41053Z'/%3e%3c/svg%3e");
}

.position__customCheckbox .custom-checkbox>input:disabled+span svg use {
  fill: #4d4d4d;
}

.position .status {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 576px) {
  .position .status {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

form {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; */
  width: 100%;
  padding-bottom: 3em;
}

@media (min-width: 767px) {
  form {
    position: relative;
    width: 90%;
    max-width: 660px;
  }
}

@media (min-width: 1200px) {
  form {
    max-width: 800px;
  }
}

.form__title {
  margin-bottom: 33px;
  font-size: calc(18px + 8 * ((100vw - 320px) / 1600));
}

.form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 767px) {
  .form form {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 30px 4%;
  }
}

.form textarea,
.form__input {
  display: block;
  min-width: 100%;
  max-width: 100%;
  padding: 18px 10px;
  margin-top: 10px;
  font-size: 16px;
  color: #000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: #e8e8e8;
  -webkit-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear;
}
@media (min-width: 767px) {
  .form__input {
    min-width: auto;
  }
}

.form textarea:hover,
.form__input:hover {
  background-color: #dbdbdb;
}

.form textarea {
  min-width: 100%;
  resize: none;
}

.form__label {
  font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
}

.form__label:not(:last-child) {
  margin-bottom: 1em;
}

@media (min-width: 767px) {
  .form__label:not(:last-child) {
    margin-bottom: 0;
  }
}

.form__label[for="phone"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form__label[for="phone"] .iti__selected-flag::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 90%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #979797;
}

.form__label[for="phone"] .wpcf7-form-control-wrap .iti {
  width: 100%;
}

.form__label[for="phone"] .wpcf7-form-control-wrap {
  max-width: 100%;
  width: inherit; 
}

@media (min-width: 576px) {
  .form__label[for="phone"] .wpcf7-form-control-wrap .iti {
      width: 100%;
  }
} 

/* custumize wpcf7 response msg start */
.form #wpcf7-f212-o1 form .wpcf7-response-output {
  margin: 2em auto 0em;
  padding: 0.2em 1em;
  border: 2px solid green;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: scaleOpacity;
          animation: scaleOpacity;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes scaleOpacity {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 767px) {
  .form #wpcf7-f212-o1 form .wpcf7-response-output {
    position: absolute;
    bottom: 5px;
  }
}

.form #wpcf7-f212-o1 form .wpcf7-response-output.msgHide {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: msgHide;
          animation: msgHide;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes msgHide {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes msgHide {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}/* custumize wpcf7 response msg end */


@media (min-width: 768px) {
  .form__label[for="phone"] input[type="tel"] {
  width: 100%;
  }
}

.form__label[for="textarea"],
.form__label[for="addFile"],
.form__label[for="checkbox"] {
  grid-column-start: 1;
  grid-column-end: 3;
  cursor: pointer;
}

.form__label[for="addFile"]+span {
  /* position: relative;
  padding-left: 2em; */
}

/* .form__label[for="addFile"] span::before { */
.form__label[for="addFile"] span.addIcon {
  /* content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
}

.form__label[for="addFile"] {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 25px;
  text-decoration: underline;
  -webkit-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
}

@media (min-width: 768px) {
  .form__label[for="addFile"] {
    margin-bottom: 0;
  }
}

.form__label[for="addFile"] .wpcf7-form-control-wrap{
  position: static;
}
.form__label[for="addFile"] .wpcf7-not-valid-tip{
  top: 100%;
}

.form__label[for="addFile"]:hover {
  color: #ffbc00;
}

.form__label[for="addFile"] span.addIcon{
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 26px;
  text-decoration: underline;
  background-image: url("../images/icons/icon-clip.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.form__label[for="checkbox"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
    -webkit-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
  
  /* стили при наведении */
  /* стили для активного чекбокса (при нажатии на него)*/
  /* стили для чекбокса, находящегося в фокусе */
  /* стили для чекбокса, находящегося в состоянии disabled */
  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
}
.form__label[for="checkbox"]:hover {
  color: #ffbc00;
}

.form__label[for="checkbox"]>span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form__label[for="checkbox"] span.check-box {
  position: relative;
  padding-left: 2em;
}

.form__label[for="checkbox"] span.check-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form__label[for="checkbox"] > span.check-box::before {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid #000;
  -webkit-transition: border-color .1s linear;
  -o-transition: border-color .1s linear;
  transition: border-color .1s linear;
}

.form__label[for="checkbox"] > span.check-box.checked::before {
  background: #ffbc00;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 14'%3e%3cpath fill='white' d='M16.7399 1.67249L6.03443 13.4485L0.792847 8.20693L2.20706 6.79271L5.96548 10.5511L15.26 0.327148L16.7399 1.67249Z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
}

.wpcf7-acceptance {
  position: absolute;
  width: 0px;
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
}

.validation-block {
  position: absolute;
}

#valid-msg {
  color: #1fee00;
}

#error-msg {
color: tomato;
}

#valid-msg.hide {
  color: transparent;
}

#valid-msg.hide,
#error-msg.hide {
  -webkit-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
}

.validation-block {
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.form__label[for="checkbox"]>input:not(:disabled):not(:checked)+span:hover {
  color: #ffd766;
}

.form__label[for="checkbox"]>input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #ffbc00;
}

.form__label[for="checkbox"]>input:not(:disabled):active+span::before {
  background-color: #000;
}

.form__label[for="checkbox"]>input:focus+span::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 188, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 188, 0, 0.25);
}

.form__label[for="checkbox"]>input:checked+span::before,
.form__label[for="checkbox"]>input:disabled+span::before {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-color: transparent;
}

.form__label[for="checkbox"]>input:checked+span::before {
  background: #ffbc00;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 14'%3e%3cpath fill='white' d='M16.7399 1.67249L6.03443 13.4485L0.792847 8.20693L2.20706 6.79271L5.96548 10.5511L15.26 0.327148L16.7399 1.67249Z'/%3e%3c/svg%3e");
}

.form__label[for="checkbox"]>input:disabled+span {
  color: #333333;
}

.form__label[for="checkbox"]>input:disabled+span::before {
  background-color: #e6e6e6;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 14'%3e%3cpath fill='white' d='M16.7399 1.67249L6.03443 13.4485L0.792847 8.20693L2.20706 6.79271L5.96548 10.5511L15.26 0.327148L16.7399 1.67249Z'/%3e%3c/svg%3e");
}

.form__input::-webkit-input-placeholder {
  color: #979797;
}

.form__input::-moz-placeholder {
  color: #979797;
}

.form__input:-ms-input-placeholder {
  color: #979797;
}

.form__input::-ms-input-placeholder {
  color: #979797;
}

.form__input::placeholder {
  color: #979797;
}

.form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: calc(16px + 8 * ((100vw - 320px) / 1600));
}

@media (min-width: 576px) {
  .form__actions {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.form__actions button {
  background-color: #000;
  color: #fff;
  -webkit-transition: background-color .3s linear, color .3s linear;
  -o-transition: background-color .3s linear, color .3s linear;
  transition: background-color .3s linear, color .3s linear;
}

.form__actions button:hover {
  color: #000;
  background-color: #fff;
  border-color: black;
}

.form__actions .button {
  font-size: inherit;
}

.form__actions .button:not(:last-child) {
  margin-bottom: 1em;
}

@media (min-width: 576px) {
  .form__actions .button:not(:last-child) {
    margin-right: 1em;
  }
}

.footer {
  background-color: #000;
  position: relative;
  z-index: 3;
}

.footer__logo {
  width: 100%;
}

@media (min-width: 576px) {
  .footer__logo {
    width: auto;
    margin-right: auto;
  }
}

.footer__logo .logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  .footer__logo .logo {
    margin-bottom: 0;
  }
}

.footer__logo .logo__svg {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1em 0;
}

@media (min-width: 576px) {

  .footer__inner {
    padding: 2em 0;
  }
}

.footer .address,
.footer .socials {
  margin: 0 auto;
}

@media (min-width: 576px) {

  .footer .address,
  .footer .socials {
    margin: 0;
  }
}

.footer .address {
  padding: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: calc(12px + 4 * ((100vw - 320px) / 1600));
}

@media (min-width: 576px) {
  .footer .address {
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-left: auto;
    padding-right: 1em;
  }
}

@media (min-width: 767px) {
  .footer .address {
    padding-right: 2em;
  }
}

.footer .address__link {
  color: white;
    -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
}

.footer .address__link:hover {
  color: #ffbb04;
}

.footer .socials__item {
  background-color: #fff;
}

.footer .socials__icon use {
  fill: #000;
}
