@charset "UTF-8";
*::-webkit-input-placeholder {
  color: #A6A6A6;
  opacity: 1;
}

*:-moz-placeholder {
  color: #A6A6A6;
  opacity: 1;
}

*::-moz-placeholder {
  color: #A6A6A6;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #A6A6A6;
  opacity: 1;
}

.mob-visible {
  display: none;
}

.green-box {
  border-radius: 10px;
  background: #2C9F32;
  padding: 22px 30px;
}
.green-box__title {
  font-size: 20px;
  line-height: 1.14em;
  font-family: "Inter", sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}
.green-box__p {
  font-size: 16px;
  line-height: 1.14em;
  font-family: "Inter", sans-serif;
  color: #fff;
  text-align: center;
}
.green-box__p span {
  font-family: "Inter", sans-serif;
}
.green-box--left .green-box__title,
.green-box--left .green-box__p {
  text-align: left;
}
.green-box--left .green-box__p {
  margin-bottom: 16px;
}
.green-box--left .green-box__p:last-child {
  margin-bottom: 0;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.ul-num {
  padding-left: 0;
}
.ul-num li {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
  color: #fff;
  padding-left: 36px;
  position: relative;
  margin-bottom: 20px;
}
.ul-num li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2C9F32;
  color: #fff;
}
.ul-num li:nth-child(1):before {
  content: "1";
}
.ul-num li:nth-child(2):before {
  content: "2";
}
.ul-num li:nth-child(3):before {
  content: "3";
}
.ul-num li:nth-child(4):before {
  content: "4";
}
.ul-num li:nth-child(5):before {
  content: "5";
}
.ul-num li:nth-child(6):before {
  content: "6";
}

.ul-marked {
  padding-left: 0;
  margin-top: -2px;
}
.ul-marked li {
  font-size: 16px;
  line-height: 1.14em;
  font-weight: 400;
  color: #282728;
  padding-left: 23px;
  position: relative;
}
.ul-marked li:before {
  position: absolute;
  content: "";
  top: 9px;
  left: 9px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #282728;
}

.navbar-default {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
.navbar-default .navbar-toggle {
  background-color: #2C9F32;
  margin-top: 17px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #2C9F32 !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: transparent;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:active {
  opacity: 0.5;
}
.navbar-default .navbar-nav {
  float: none;
  margin: 0 auto;
  width: 100%;
}
.navbar-default .navbar-nav li {
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
  background-color: transparent;
  outline: none;
  outline-offset: 0px;
  transition: all 1s;
}
.navbar-default .navbar-nav li:last-child a {
  padding-right: 0;
}
.navbar-default .navbar-nav li a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #282728;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0 10px;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.25s;
}
.navbar-default .navbar-nav li a:focus {
  background-color: none;
  text-shadow: none;
  color: #2C9F32;
  font-weight: 600;
}
.navbar-default .navbar-nav li a:hover {
  background-color: transparent;
  font-weight: 600;
  color: #2C9F32;
  text-shadow: none;
  text-decoration: none;
}
.navbar-default .navbar-nav li.active a {
  padding-top: 0px;
  background: transparent;
  box-shadow: none;
  color: #2C9F32;
  font-weight: 600;
  outline: none;
  outline-offset: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-decoration: none;
  transition: all 0.25s;
}
.navbar-default .navbar-nav li.active a:focus {
  background: none;
  color: #2C9F32;
  outline: none;
  outline-offset: none;
  text-decoration: none;
  outline: 0;
  outline-offset: 0;
}
.navbar-default .navbar-nav li.active a:hover {
  background: none;
  color: #2C9F32;
  text-decoration: none;
  outline: none;
  outline-offset: none;
}
.navbar-default .navbar-nav .open a {
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  color: #A6A6A6;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: #A6A6A6 !important;
}

.visible-mob {
  display: none !important;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #282728;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body .container {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
body .row {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}
body .col-lg-1,
body .col-lg-10,
body .col-lg-11,
body .col-lg-12,
body .col-lg-2,
body .col-lg-3,
body .col-lg-4,
body .col-lg-5,
body .col-lg-6,
body .col-lg-7,
body .col-lg-8,
body .col-lg-9,
body .col-md-1,
body .col-md-10,
body .col-md-11,
body .col-md-12,
body .col-md-2,
body .col-md-3,
body .col-md-4,
body .col-md-5,
body .col-md-6,
body .col-md-7,
body .col-md-8,
body .col-md-9,
body .col-sm-1,
body .col-sm-10,
body .col-sm-11,
body .col-sm-12,
body .col-sm-2,
body .col-sm-3,
body .col-sm-4,
body .col-sm-5,
body .col-sm-6,
body .col-sm-7,
body .col-sm-8,
body .col-sm-9,
body .col-xs-1,
body .col-xs-10,
body .col-xs-11,
body .col-xs-12,
body .col-xs-2,
body .col-xs-3,
body .col-xs-4,
body .col-xs-5,
body .col-xs-6,
body .col-xs-7,
body .col-xs-8,
body .col-xs-9 {
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
body h2 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  text-align: left;
  font-size: 42px;
  line-height: 1.09em;
  color: #282728;
  position: relative;
  margin-bottom: 40px;
  letter-spacing: -0.4px;
}
body h2.h2--center {
  text-align: center;
}
body h2.h2--mb40 {
  margin-bottom: 40px;
}
body h3 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  line-height: 1.14em;
  color: #282728;
  position: relative;
  margin-bottom: 40px;
}
body h3.h3--center {
  text-align: center;
}
body p {
  font-size: 100%;
  font-weight: 300;
  line-height: 1.2em;
}
body .navbar-fixed-top .navbar-collapse {
  max-height: 380px;
  flex: 0 0 100%;
}
body .btn {
  border-radius: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  text-decoration: none;
}
body .btn-main {
  padding: 19px 43px;
  font-size: 16px;
  letter-spacing: 0.01em;
  width: auto;
  color: #fff;
  border: none;
  border-radius: 10px;
  background: linear-gradient(100.69deg, #2C9F32 12.24%, #62DF6B 151.34%);
  transition: all 0.5s;
  outline: none;
}
body .btn-main:hover, body .btn-main:focus {
  outline: none;
  background: linear-gradient(100.69deg, #62DF6B 12.24%, #2C9F32 151.34%);
}
body .btn-main-arrow {
  padding: 16px 48px 18px;
  font-size: 16px;
  letter-spacing: 0.01em;
  width: auto;
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(100.69deg, #2C9F32 12.24%, #62DF6B 151.34%);
  box-shadow: 0px 4px 16px 0px rgba(4, 78, 62, 0.4);
  transition: all 0.5s;
  display: table;
}
body .btn-main-arrow span {
  position: relative;
  top: 3px;
}
body .btn-transition {
  padding: 16px 22px;
  font-size: 16px;
  letter-spacing: 0.01em;
  width: auto;
  color: #282728;
  border: 1px solid #2C9F32;
  border-radius: 10px;
  background: #fff;
  transition: all 0.5s;
}
body .btn-transition img {
  position: relative;
  top: 4px;
}
body .form {
  background: #fff;
  border-radius: 10px;
}
body .form h2 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 33px;
  margin-bottom: 12px;
}
body .form__flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .form__item {
  position: relative;
  width: 100%;
}
body .form__item label {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  display: block;
  margin-bottom: 12px;
}
body .form__item:before {
  position: absolute;
  top: 9px;
  left: 9px;
  content: "";
  width: 16px;
  height: 16px;
}
body .form__item--w50 {
  width: calc(50% - 15px);
}
body .form p {
  padding: 5px 0;
}
body .form p a {
  color: #282728;
  text-decoration: underline;
}
body .form .wrap-btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .form .wrap-btn-submit .btn {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
}
body .form .wrap-btn-doc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 12px;
}
body .form .wrap-btn-doc .btn {
  padding: 10px 20px;
  font-size: 14px;
}
body .form-flexbox {
  margin-top: 28px;
  margin-bottom: 13px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 470px;
}
body .form-flexbox > .name, body .form-flexbox > .email, body .form-flexbox > .phone {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 25px;
  width: calc(50% - 23px);
}
body .form-flexbox .textarea {
  width: 100%;
  margin-top: 24px;
}
body .form-flexbox .textarea textarea {
  text-align: left;
}
body .form-flexbox .parsley-errors-list {
  top: 52px;
}
body input,
body textarea {
  font-family: "Inter", sans-serif;
  width: 100%;
  font-size: 14px;
  line-height: 1em;
  color: #A6A6A6;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  padding: 17px 24px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
body input:focus,
body textarea:focus {
  outline: none;
  background-image: transparent;
  color: #A6A6A6;
}
body textarea {
  width: 100%;
  flex: 0 0 100%;
  min-height: 70px;
}
body input:-internal-autofill-selected {
  background-color: transparent !important;
  background-image: none !important;
  color: -internal-light-dark-color(white, black) !important;
  color: #A6A6A6 !important;
}
body .checkbox-container {
  display: flex;
  align-items: center;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 10px;
}
body .checkbox-container input {
  display: none;
}
body .custom-checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #DDDDE2;
  border-radius: 4px;
  position: relative;
  transition: border-color 0.2s;
}
body .checkbox-container input:checked + .custom-checkbox::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/svg/check-form.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 14px;
  color: green;
}
body .checkbox-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.content {
  flex: 1;
  /* Растягивается, чтобы занять оставшееся место */
}

.wrap-btn-submit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.wrap-btn-submit .btn {
  margin: 16px 0 24px;
  width: auto;
}

.breadcrumbs {
  background: #fff;
  padding: 60px 0 0;
}
.breadcrumbs__arrow {
  color: #A7A7A7;
  padding: 0 15px;
}

.breadcrumbs a.link {
  text-decoration: underline;
  color: #A7A7A7;
}

.breadcrumbs a,
.breadcrumbs span {
  font-size: 16px;
}

header {
  position: absolute;
  width: 100%;
  z-index: 1;
}
header .fixed {
  position: fixed;
}
header .header__links {
  display: flex;
  align-items: center;
}
header .header__links_tel {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding: 15px 24px 15px 48px;
  border-radius: 8px;
  border: 1px solid #2C9F32;
}
header .header__links_tel:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/svg/icon-1.svg") no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(22px, -50%);
  left: 0;
}
header .header__links_tel:hover {
  text-decoration: none;
}
header .header__links_collback {
  font-size: 14px;
  font-weight: 700;
  padding: 7px 22px;
  border: 1px solid #2C9F32;
  color: #282728;
  margin-left: 15px;
  transition: all 0.25s;
}
header .header__links_collback:hover {
  text-decoration: none;
  background: #2C9F32;
  color: #fff;
}
header .def {
  background: transparent;
}
header .transbg {
  background-color: rgb(255, 255, 255);
}
header .transbg .navbar-header .wrap-tel .tel {
  color: #fff;
}
header .navbar {
  padding-top: 16px;
  padding-bottom: 16px;
}
header .wrap-all {
  flex: 1 0 0;
  padding: 0 15px;
  background: #E8FAE9;
  margin-top: 30px;
}
header .wrap-all ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrap-all__btn {
  margin: 0 auto 23px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .wrap-nav {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 8px 0px rgba(34, 34, 35, 0.2);
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
}
header .wrap-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrap-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrap-bottom a {
  color: #fff;
  font-size: 20px;
}
header .navbar-header__flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .navbar-header__flex .btn-transition {
  margin-left: 15px;
}
header .navbar-header .logo {
  display: flex;
  align-items: center;
  outline: none;
  outline-offset: none;
  padding: 0;
  height: auto;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #282728;
  flex: 0 0 auto;
  margin-right: auto;
}
header .navbar-header .logo span {
  color: #79fcdc;
}
header .navbar-header .logo img {
  margin: 0;
  display: block;
  max-width: 100%;
}
header .navbar-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .contact__links {
  padding-top: 2px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
header .contact__links .btn {
  margin-left: 40px;
}
header .contact__item {
  margin-right: 0;
  margin-left: 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
}
header .contact__item:nth-child(1) {
  padding-left: 30px;
  min-height: 20px;
  margin-bottom: 8px;
}
header .contact__item:nth-child(1):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/svg/icon_1.svg") center/contain no-repeat;
}
header .contact__item:nth-child(2) {
  padding-left: 30px;
  min-height: 20px;
  margin-bottom: 0px;
}
header .contact__item:nth-child(2):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/svg/icon_2.svg") center/contain no-repeat;
}

.marckiren-ul {
  list-style: none;
}
.marckiren-ul li {
  padding-left: 42px;
  margin-bottom: 16px;
  position: relative;
  max-width: 322px;
}
.marckiren-ul li:before {
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: url("../img/svg/icon_14.svg") center/contain no-repeat;
}
.marckiren-ul li a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.14em;
  color: #282728;
  text-decoration: underline;
}
.marckiren-ul--ring {
  margin-top: 30px;
}
.marckiren-ul--ring li {
  padding-left: 46px;
  margin-bottom: 23px;
  font-size: 16px;
  line-height: 1.3em;
}
.marckiren-ul--ring li:before {
  top: 15px;
  left: 0;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/svg/icon_5.svg") center/cover no-repeat;
}

.sec-1 {
  background: url("../img/bg-main.png") top center/cover no-repeat;
  min-height: 620px;
  margin-bottom: 0;
}
.sec-1 .topic {
  padding-top: 204px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sec-1 .topic h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 1.22em;
  letter-spacing: -0.9px;
  text-align: center;
  max-width: 700px;
}
.sec-1 .topic__p {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.22em;
  letter-spacing: 0.7px;
  text-align: center;
  max-width: 700px;
}
.sec-1 .topic__btn {
  margin: 39px auto;
}
.sec-1__img {
  display: none;
}

.sec-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}
.sec-2__top_flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.sec-2__top_item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-2__top_item h2 {
  margin-bottom: 0;
}
.sec-2__top_item .btn {
  display: table;
}
.sec-2__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-2__item {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(34, 34, 35, 0.2);
  width: calc(33.3333% - 20px);
  padding: 24px;
  border-radius: 8px;
}
.sec-2__item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
}
.sec-2__title {
  font-weight: 600;
  font-size: 18px;
  display: table;
  margin: 24px 0;
}
.sec-2__btn a {
  display: table;
  width: 100%;
}

.sec-3 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #E8FAE9;
}
.sec-3 h2 {
  margin-bottom: 62px;
}
.sec-3__desc {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  max-width: 460px;
  margin: 0 auto;
}
.sec-3__wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.sec-3__wrap_item {
  width: calc(50% - 15px);
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px rgba(34, 34, 35, 0.2);
  background: #FFFFFF;
  padding: 30px 24px 0;
}
.sec-3__wrap_item:nth-child(2) {
  padding: 30px 60px;
}
.sec-3__flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
.sec-3__item {
  width: 100%;
  margin-bottom: 28px;
}
.sec-3__item:last-child {
  margin-bottom: 0;
}
.sec-3__item:last-child .sec-3__box {
  border-bottom: none;
}
.sec-3__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding-bottom: 27px;
  border-bottom: 1px solid #62DF6B;
}
.sec-3__icon {
  margin-right: 24px;
  border-radius: 8px;
  background: linear-gradient(98.68deg, #2C9F32 -10.4%, #62DF6B 110.17%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
}
.sec-3__text {
  font-weight: 500;
  font-size: 18px;
}
.sec-3__desc {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  padding-bottom: 37px !important;
}

.sec-4 {
  padding-top: 100px;
  padding-bottom: 84px;
  background: #E8FAE9;
}
.sec-4__desc {
  margin-bottom: 60px;
}
.sec-4 .owl-carousel {
  position: relative;
}
.sec-4 .owl-carousel .item {
  padding: 49px 15px;
  background: #FFFFFF;
  border-radius: 8px;
}
.sec-4 h2 {
  margin-top: 7px;
  letter-spacing: -0.4px;
  margin-bottom: 18px;
}
.sec-4 .card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  min-height: 310px;
}
.sec-4 .card__title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 8px;
  color: #000;
}
.sec-4 .card__p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #000;
  text-align: center;
}
.sec-4 .card__img {
  margin-top: auto;
  overflow: hidden;
}
.sec-4__desc {
  font-weight: 500;
  font-size: 18px;
}

.wrap-carousel {
  position: relative;
}

.wrap-carousel2 {
  position: relative;
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
}

.btns1 {
  position: absolute;
  top: -70px;
  right: 0;
  margin: 0 -8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btns1 .customNextBtn1,
.btns1 .customPreviousBtn1 {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: #253338;
  margin: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.team-carousel .owl-item {
  opacity: 0.3;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
}

.team-carousel .owl-item.center {
  opacity: 1;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
  overflow: inherit;
}

.team-carousel .owl-item.center img {
  transform: scale(1.25);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.btns2 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, calc(-50% - 30px));
  right: 0;
  margin: 0 -8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btns2 .customNextBtn2,
.btns2 .customPreviousBtn2 {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: #253338;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.btns2 .customNextBtn2 {
  right: 8px;
}
.btns2 .customPreviousBtn2 {
  left: -7px;
}

.owl-dots {
  margin: 40px auto;
  display: table;
}

.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E5FAE6;
  margin: 3px;
}
.owl-carousel button.owl-dot.active {
  background: #2C9F32;
}

.sec-5 {
  padding-top: 104px;
  padding-bottom: 60px;
}
.sec-5 h2 {
  margin-bottom: 19px;
}
.sec-5__desc {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  max-width: 880px;
  margin: 0 auto 60px;
}

.sec-6 {
  padding-top: 100px;
  padding-bottom: 95px;
  background: #fff;
}
.sec-6 h2 {
  margin-bottom: 44px;
}
.sec-6__flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-6__item {
  width: calc(50% - 15px);
  margin-bottom: 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.sec-6__p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 8px;
}
.sec-6__box {
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(34, 34, 35, 0.2);
  height: 100%;
}
.sec-6__box--w {
  padding: 60px 40px 54px;
  margin-bottom: 24px;
}
.sec-6__box--b {
  background: #E8FAE9;
  padding: 40px;
}
.sec-6__box__flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sec-6__box_item:nth-child(1) {
  margin-right: 40px;
  flex: 0 0 auto;
}
.sec-6__box_title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}
.sec-6__box_desc {
  font-weight: 500;
  font-size: 18px;
}
.sec-6__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-7 {
  padding-top: 120px;
  padding-bottom: 115px;
  background: url("../img/bg-7.png") top center/cover no-repeat;
}
.sec-7 h2 {
  margin-bottom: 0;
  margin-right: 30px;
}
.sec-7__flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sec-7__item:nth-child(1) {
  flex: 1;
}

.sec-8 {
  padding-top: 104px;
  padding-bottom: 100px;
  background: #fff;
}
.sec-8 h2 {
  margin-bottom: 60px;
}
.sec-8 .card3 {
  padding: 24px;
  background: #E8FAE9;
  box-shadow: 0px 0px 8px 0px rgba(34, 34, 35, 0.2);
  border-radius: 8px;
  position: relative;
}
.sec-8 .card3:before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 10px;
  right: 24px;
  background: url(../img/icon.png) center/cover no-repeat;
}
.sec-8 .card3__flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 28px;
}
.sec-8 .card3__item:nth-child(1) {
  margin-right: 24px;
  flex: 0 0 auto;
}
.sec-8 .card3__item:nth-child(2) {
  padding-right: 80px;
}
.sec-8 .card3__img {
  width: 140px;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
}
.sec-8 .card3__title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 4px;
}
.sec-8 .card3__desc {
  font-weight: 500;
  font-size: 18px;
}
.sec-8 .card3__text {
  font-weight: 500;
  font-size: 18px;
}
.sec-8__btn {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btns3 {
  position: absolute;
  top: -70px;
  right: 0;
  margin: 0 -8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btns3 .customNextBtn3,
.btns3 .customPreviousBtn3 {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: #253338;
  margin: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sec-9 {
  padding-top: 104px;
  padding-bottom: 76px;
  background: #fff;
}
.sec-9 h2 {
  margin-bottom: 64px;
}
.sec-9 .accordion {
  margin: 0 auto;
  font-family: sans-serif;
}
.sec-9 .accordion__item {
  margin-bottom: 24px;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px rgba(34, 34, 35, 0.2);
}
.sec-9 .accordion__header {
  border-radius: 8px 8px 0 0;
  width: 100%;
  background: #E8FAE9;
  border: none;
  padding: 24px;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s;
}
.sec-9 .accordion__header--active {
  background: #253338;
  color: #fff;
}
.sec-9 .accordion__title {
  flex: 1;
  text-align: left;
}
.sec-9 .accordion__arrow {
  width: 52px;
  height: 52px;
  border: 1px solid #253338;
  border-radius: 8px;
  background: url("../img/svg/accordion-arrow-b.svg") no-repeat center;
  transition: transform 0.3s ease;
}
.sec-9 .accordion__arrow--active {
  background: #2C9F32 url("../img/svg/accordion-arrow-w.svg") no-repeat center;
}
.sec-9 .accordion__content {
  max-height: 0;
  overflow: hidden;
  background: #253338;
  color: #fff;
  padding: 0 24px;
  transition: max-height 0.4s ease, padding 0.3s;
  font-weight: 500;
  font-size: 18px;
  border-radius: 0 0 8px 8px;
}
.sec-9 .accordion__content--open {
  padding: 0px 24px 24px;
  max-height: 300px;
}

.sec-10 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #E8FAE9;
}
.sec-10__box {
  max-width: 995px;
  margin: 0 auto;
  padding: 83px 100px 45px;
  box-shadow: 0px 0px 8px 0px rgba(34, 34, 35, 0.2);
  border-radius: 24px;
  background: url("../img/bg-10.png") bottom right/cover no-repeat;
}
.sec-10 h2 {
  line-height: 1.2em;
  margin-bottom: 17px;
}
.sec-10__desc {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  max-width: 460px;
  margin: 0 auto 30px;
}
.sec-10__flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.sec-10__item {
  margin: 30px;
}
.sec-10__item a {
  display: table;
}

.sec-11 {
  padding-top: 104px;
  padding-bottom: 115px;
  background: #fff;
}
.sec-11 h2 {
  margin-bottom: 20px;
}
.sec-11__desc {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
}
.sec-11__wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px rgba(34, 34, 35, 0.2);
  overflow: hidden;
}
.sec-11__wrap_item {
  width: 50%;
  background: #FFFFFF;
}
.sec-11__wrap_item:nth-child(2) {
  padding: 30px 60px;
}
.sec-11__wrap_item .sec-11__desc {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  margin-bottom: 35px;
}
.sec-11__wrap__img {
  height: 100%;
}
.sec-11__wrap__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-11__flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
.sec-11__item {
  width: 100%;
  margin-bottom: 28px;
}
.sec-11__item:last-child {
  margin-bottom: 0;
}
.sec-11__item:last-child .sec-3__box {
  border-bottom: none;
}
.sec-11__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding-bottom: 27px;
  border-bottom: 1px solid #62DF6B;
}
.sec-11__icon {
  margin-right: 24px;
  border-radius: 8px;
  background: linear-gradient(98.68deg, #2C9F32 -10.4%, #62DF6B 110.17%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
}
.sec-11__text {
  font-weight: 500;
  font-size: 18px;
}

.vacancies {
  padding-top: 103px;
  padding-bottom: 100px;
}
.vacancies__title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 61px;
}
.vacancies__container {
  display: flex;
  gap: 30px;
}
.vacancies__list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(277px, 1fr));
  gap: 30px;
}

.filters {
  flex: 0 0 278px;
  background: #fff;
  padding: 0;
  border-radius: 10px;
}

.filter-group {
  margin-bottom: 14px;
  background: #E8FAE9;
  box-shadow: 0px 0px 8px 0px rgba(34, 34, 35, 0.2);
  padding: 16px 23px 16px;
  border-radius: 8px;
}
.filter-group__header {
  width: 100%;
  text-align: left;
  font-weight: bold;
  background: none;
  border: none;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  font-size: 24px;
  font-weight: 600;
}
.filter-group__header:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 18px;
  height: 18px;
  background: url("../img/svg/arrow-filter.svg") no-repeat center/contain;
  transition: transform 0.3s ease;
}
.filter-group__content {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-left: 0px;
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.filter-group__content .container {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-top: 19px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.filter-group__content .container:last-child {
  margin-bottom: 5px;
}
.filter-group__content .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-group__content .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background: #FFFFFF;
  border: 1px solid #2C9F32;
  border-radius: 4px;
}
.filter-group__content .container:hover input ~ .checkmark {
  background-color: #fff;
}
.filter-group__content .container input:checked ~ .checkmark {
  background: #fff url("../img/svg/check_filter.svg") center/contain no-repeat;
}
.filter-group__content .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.filter-group__content .container input:checked ~ .checkmark:after {
  display: block;
}
.filter-group__content .container .checkmark:after {
  width: 24px;
  height: 24px;
}

.filter-group.open .filter-group__header::after {
  transform: translateY(-50%) rotate(180deg);
}

.filter-group.open .filter-group__content {
  max-height: 330px; /* достаточно большое значение */
}

.filters__reset {
  background: none;
  border: none;
  color: #2C9F32;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  display: table;
  margin: 38px auto 0;
}

.vacancy-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  height: -moz-min-content;
  height: min-content;
}
.vacancy-card h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.vacancy-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 17px;
}
.vacancy-card .icon__flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.vacancy-card .icon__flex span {
  width: 16px;
  height: 16px;
  display: table;
  border-radius: 0;
  margin-right: 6px;
}
.vacancy-card .icon__flex span img {
  border-radius: 0;
  margin-bottom: 0;
}
.vacancy-card .icon__flex p {
  font-weight: 500;
  font-size: 14px;
}
.vacancy-card a {
  margin-top: 16px;
  background-color: #2C9F32;
  color: white;
  border: none;
  display: inline-block;
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  cursor: pointer;
}

.pagination {
  margin-top: 55px;
  margin-left: 307px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__page {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #000;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 24px;
}
.pagination__page--active {
  color: #000;
  border: 1px solid #2C9F32;
}
.pagination button {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border: none;
}

.vacancie {
  margin-top: 207px;
  /* === переменные ============================================== */
  /* === базовая карточка ========================================= */
  /* === строки в две колонки (flex) ============================== */
  /* === общее ядро поля ========================================== */
  /* === кнопка отправки ========================================== */
  /* === чекбокс согласия ========================================= */
}
.vacancie h2 {
  margin-bottom: 20px;
  margin-bottom: 11px;
  letter-spacing: 0.5px;
}
.vacancie__desc {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}
.vacancie .country__flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.vacancie .country__icon {
  margin-right: 12px;
}
.vacancie .country__p {
  font-weight: 700;
  font-size: 18px;
}
.vacancie__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 94px;
}
.vacancie__item {
  width: calc(50% - 15px);
}
.vacancie__item:nth-child(1) {
  background: #E8FAE9;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px rgba(34, 34, 35, 0.2);
  padding: 24px 24px 0;
}
.vacancie__item:nth-child(2) {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px rgba(34, 34, 35, 0.2);
  padding: 63px 60px 60px;
}
.vacancie__item:nth-child(2) h2.h2--center {
  margin-bottom: 41px;
}
.vacancie__title {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 9px;
}
.vacancy-content{
    font-weight: 500;
    font-size: 18px;
    position: relative;
    padding-left: 25px;
    padding-bottom: 1px;
}
.vacancy-content p {
    margin-bottom: 5px;
    font-weight: 500;
}
.vacancy-content ul {
    margin-bottom: 10px;
}
.vacancy-content ul li {
    font-weight: 500;
    font-size: 18px;
    list-style: disc;
    position: relative;
    margin-left: 25px;
    padding-bottom: 1px;
}
.vacancie__ul {
  list-style: none;
}
.vacancie__ul li {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  padding-left: 25px;
  padding-bottom: 1px;
}
.vacancie__ul li::before {
  content: "";
  top: 10px;
  left: 10px;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}
.vacancie__box {
  margin-bottom: 25px;
}
.vacancie__p {
  font-weight: 500;
  font-size: 18px;
}
.vacancie .attention {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.vacancie .social__flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.vacancie .social__p {
  padding-left: 8px;
  font-weight: 500;
  font-size: 18px;
}
.vacancie .social__p span {
  font-weight: 600;
}
.vacancie__green {
  font-weight: 700;
  font-size: 18px;
  color: #2C9F32;
}
.vacancie .form-card__title {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.3px;
  text-align: center;
  margin-bottom: 41px;
}
.vacancie .field-row {
  display: flex;
  gap: 15px;
  /* чтобы нижний инпуты красиво переносились на мобилке */
}
@media (max-width: 540px) {
  .vacancie .field-row {
    flex-direction: column;
  }
}
.vacancie .field {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* textarea чуть выше */
  /* инпут с иконкой-календарём */
  /* селект с кастомной стрелкой */
  /* пользовательский файл-инпут */
}
.vacancie .field__label {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.vacancie .field__control {
  width: 100%;
  padding: 15px 23px;
  border: 1px solid #DDDDE2;
  border-radius: 8px;
  background: #fff;
  font: 500 14px/1.4 "Inter", sans-serif;
  color: #000;
}
.vacancie .field__control::-moz-placeholder {
  color: #8d8d8d;
}
.vacancie .field__control::placeholder {
  color: #8d8d8d;
}
.vacancie .field__control:focus {
  outline: 2px solid rgba(44, 159, 50, 0.45);
}
.vacancie .field__control--textarea {
  resize: vertical;
  padding: 18px 24px 21px;
}
.vacancie .field--icon {
  position: relative;
}
.vacancie .field--icon::after {
  content: url("../img/svg/icon-data.svg");
  position: absolute;
  width: 16px;
  height: 16px;
  right: 16px;
  top: 52%;
  transform: translateY(-50%);
  pointer-events: none;
}
.vacancie .field--icon input {
  padding-right: 42px;
  cursor: pointer;
  background-color: #fff;
  color: #8E8E93;
}
.vacancie .field--select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" fill="%238d8d8d"><path d="M1 1l5 5 5-5"/></svg>');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
  padding-right: 44px;
}
.vacancie .field--file {
  position: relative;
  margin-bottom: 29px;
}
.vacancie .field--file .field__file {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.vacancie .field--file .field__file-label {
  display: flex;
  align-items: center;
  border: 1px solid #DDDDE2;
  border-radius: 8px;
  background: #E8FAE9;
  padding: 14px 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.vacancie .field--file .field__file-label::before {
  content: url("../img/svg/paperclip.svg");
  margin-right: 8px;
}
.vacancie .field--file .field__file-label::after {
  content: attr(data-placeholder);
  margin-left: auto;
  color: #8d8d8d;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 45%;
}
.vacancie .btn-submit {
  display: block;
  width: 100%;
  margin: 15px 0 25px;
  padding: 19px;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-image: linear-gradient(90deg, #2C9F32 0%, #62DF6B 100%);
  cursor: pointer;
  transition: opacity 0.25s;
}
.vacancie .btn-submit:hover {
  opacity: 0.9;
}
.vacancie .checkbox-container {
  display: flex;
  align-items: center;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 10px;
}
.vacancie .checkbox-container input {
  display: none;
}
.vacancie .custom-checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #DDDDE2;
  border-radius: 4px;
  position: relative;
  transition: border-color 0.2s;
}
.vacancie .checkbox-container input:checked + .custom-checkbox::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/svg/check-form.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 14px;
  color: green;
}
.vacancie .checkbox-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.job {
  padding-top: 101px;
  padding-bottom: 0px;
  /* === переменные ============================================== */
  /* === базовая карточка ========================================= */
  /* === строки в две колонки (flex) ============================== */
  /* === общее ядро поля ========================================== */
  /* === кнопка отправки ========================================== */
  /* === чекбокс согласия ========================================= */
}
.job h2 {
  margin-bottom: 20px;
  margin-bottom: 60px;
  line-height: 1.2em;
  max-width: 980px;
  margin: 0 auto 60px;
}
.job__desc {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}
.job__flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 94px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px rgba(34, 34, 35, 0.2);
  overflow: hidden;
}
.job__item:nth-child(1) {
  width: auto;
}
.job__item:nth-child(2) {
  width: calc(84% - 15px);
  padding: 63px 60px 60px;
}
.job__item:nth-child(2) h2.h2--center {
  margin-bottom: 41px;
}
.job__img {
  overflow: hidden;
  height: 100%;
}
.job__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.job .form-card__title {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.3px;
  text-align: center;
  margin-bottom: 15px;
}
.job .form-card__desc {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  margin-bottom: 39px;
}
.job .field-row {
  display: flex;
  gap: 15px;
  /* чтобы нижний инпуты красиво переносились на мобилке */
}
@media (max-width: 540px) {
  .job .field-row {
    flex-direction: column;
  }
}
.job .field {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* textarea чуть выше */
  /* инпут с иконкой-календарём */
  /* селект с кастомной стрелкой */
  /* пользовательский файл-инпут */
}
.job .field__label {
  font-size: 14px;
  font-weight: 600;
}
.job .field__control {
  width: 100%;
  padding: 15px 23px;
  border: 1px solid #DDDDE2;
  border-radius: 8px;
  background: #fff;
  font: 500 14px/1.4 "Inter", sans-serif;
  color: #000;
}
.job .field__control::-moz-placeholder {
  color: #8d8d8d;
}
.job .field__control::placeholder {
  color: #8d8d8d;
}
.job .field__control:focus {
  outline: 2px solid rgba(44, 159, 50, 0.45);
}
.job .field__control--textarea {
  resize: vertical;
  padding: 18px 24px 21px;
}
.job .field--icon {
  position: relative;
}
.job .field--icon::after {
  content: url("../img/svg/icon-data.svg");
  position: absolute;
  width: 16px;
  height: 16px;
  right: 16px;
  top: 52%;
  transform: translateY(-50%);
  pointer-events: none;
}
.job .field--icon input {
  padding-right: 42px;
  cursor: pointer;
  background-color: #fff;
  color: #8E8E93;
}
.job .field--select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" fill="%238d8d8d"><path d="M1 1l5 5 5-5"/></svg>');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
  padding-right: 44px;
}
.job .field--file {
  position: relative;
  margin-bottom: 29px;
}
.job .field--file .field__file {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.job .field--file .field__file-label {
  display: flex;
  align-items: center;
  border: 1px solid #DDDDE2;
  border-radius: 8px;
  background: #E8FAE9;
  padding: 14px 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.job .field--file .field__file-label::before {
  content: url("../img/svg/paperclip.svg");
  margin-right: 8px;
}
.job .field--file .field__file-label::after {
  content: attr(data-placeholder);
  margin-left: auto;
  color: #8d8d8d;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 45%;
}
.job .btn-submit {
  display: block;
  width: 100%;
  margin: 15px 0 30px;
  padding: 19px;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-image: linear-gradient(90deg, #2C9F32 0%, #62DF6B 100%);
  cursor: pointer;
  transition: opacity 0.25s;
}
.job .btn-submit:hover {
  opacity: 0.9;
}
.job .checkbox-container {
  display: flex;
  align-items: center;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 10px;
}
.job .checkbox-container input {
  display: none;
}
.job .custom-checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #DDDDE2;
  border-radius: 4px;
  position: relative;
  transition: border-color 0.2s;
}
.job .checkbox-container input:checked + .custom-checkbox::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/svg/check-form.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 14px;
  color: green;
}
.job .checkbox-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

footer {
  background: #253338;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 65px;
}
footer h3 {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  margin-top: 21px;
  margin-bottom: 15px;
}
footer .language__flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 21px;
}
footer .language__item:nth-child(1) {
  margin-right: 18px;
}
footer .language__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .language__social_item {
  margin: 6px;
}
footer .social__links {
  margin-top: 24px;
}
footer .social__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0;
  box-shadow: 0px 5px 25px 0px rgba(4, 36, 36, 0.2);
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
}
footer .social__item_p {
  margin-left: 8px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
footer .social__item:hover {
  background: linear-gradient(100.69deg, #C1E7F4 12.24%, #62DF6B 151.34%);
}
footer .footer__logo {
  margin-bottom: 36px;
}
footer .footer__desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.14em;
}
footer .footer__flex {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
footer .footer__link a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  display: table;
  margin-bottom: 8px;
}
footer .footer__item {
  width: calc(25% - 22px);
}
footer .footer__policy {
  text-decoration: none;
  font-size: 16px;
  color: #8E8E93;
  display: table;
  margin-bottom: 8px;
}
footer .footer__nav a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin-bottom: 7px;
  display: table;
}
footer .footer__nav a:hover, footer .footer__nav a:focus {
  color: #fff;
  text-decoration: none;
}

.modal-box {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -10%);
    top: 50%;
    max-width: 592px;
    width: 100%;
    background: rgb(251, 252, 255);
    border-radius: 10px;
    padding: 10px 30px;
    z-index: 999;
}
.modal-box.policy{
    max-width: 800px;
}
.modal-box .close-modal {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

.modal-box .modal-title {
	color: #4D4D4D;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin: 20px 0px;
	text-align: center;
}
.modal-box .modal-title strong{
	color: #02608d;
		font-size: 21px;
}
.modal-box.loading-send{
    max-width: 300px;
    padding: 20px;
}
.overlay {
    display: none;
    position: fixed;
    z-index: 998;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

#loading {
	/* width: 260px; */
	height: 25px;
	background-color: #F1F1FD;
	margin: 0px 0px;
	border-radius: 10px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
	position: relative;
}
#load {
	border-radius: 10px;
	content: '';
	position: absolute;
    background: linear-gradient(100.69deg, #2C9F32 12.24%, #62DF6B 151.34%);
	left: 2px;
	top: 2px;
	bottom: 2px;
	right: 210px;
	animation-name: fslide;
	animation-duration: 1.5s;
	animation-easing-function: linear;
	animation-iteration-count: infinite;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
    
}
@keyframes fslide{
	0%{
		right: 210px;
		left: 2px;
	}
	5%{
		left: 2px;
	}
	50%{
		right: 2px;
		left: 210px;
  }
	55%{
		right: 2px;
	}
	100%{
		right: 210px;
		left: 2px;
	}
}

.fancybox-content {
  margin-top: 30px;
  border-radius: 10px;
  color: #fff;
  overflow: visible;
  padding: 0;
  max-width: 592px;
  padding: 40px;
}
.fancybox-content .form {
  max-width: 592px;
  margin: 0 auto;
}
.fancybox-content .form__item {
  position: relative;
}
.fancybox-content .fancybox-button {
  width: 30px;
  height: 30px;
  background: url("../img/svg/close.svg") center/cover no-repeat;
  top: -30px;
  right: -30px;
}
.fancybox-content .fancybox-button svg {
  display: none;
}
.fancybox-content .wrap-btn-submit {
  justify-content: center;
}
.fancybox-content h4 {
  font-family: "Inter", sans-serif;
  color: #282728;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.fancybox-content p {
  font-family: "Inter", sans-serif;
  color: #282728;
  margin-bottom: 16px;
}
.fancybox-content p a {
  color: #282728;
  text-decoration: underline;
}
.fancybox-content p.bold {
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
}
.fancybox-content p:last-child {
  margin-bottom: 0;
}
.fancybox-content ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 16px;
  margin-bottom: 16px;
}
.fancybox-content ul > li {
  font-family: "Inter", sans-serif;
  color: #282728;
}
.fancybox-content ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 16px;
  margin-bottom: 16px;
}
.fancybox-content ol > li {
  font-family: "Inter", sans-serif;
  color: #282728;
}

.offer__flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.offer__item {
  width: 50%;
}
.offer__item:nth-child(1) {
  overflow: hidden;
}
.offer__item:nth-child(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer.fancybox-content {
  max-width: 1200px;
  padding: 0;
}
.offer.fancybox-content .fancybox-button {
  width: 24px;
  height: 24px;
  background: url("../img/svg/close.svg") center/cover no-repeat;
  top: 24px;
  right: 24px;
}
.offer.fancybox-content .vacancie {
  margin-top: 0;
  padding: 60px;
}
.offer.fancybox-content .fancybox-button svg {
  display: none;
}
.offer.fancybox-content .wrap-btn-submit {
  justify-content: center;
}
.offer.fancybox-content h4 {
  font-family: "Inter", sans-serif;
  color: #282728;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.offer.fancybox-content p {
  font-family: "Inter", sans-serif;
  color: #282728;
  margin-bottom: 16px;
}
.offer.fancybox-content p a {
  color: #282728;
  text-decoration: underline;
}
.offer.fancybox-content p.bold {
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
}
.offer.fancybox-content p:last-child {
  margin-bottom: 0;
}
.offer.fancybox-content ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 16px;
  margin-bottom: 16px;
}
.offer.fancybox-content ul > li {
  font-family: "Inter", sans-serif;
  color: #282728;
}
.offer.fancybox-content ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 16px;
  margin-bottom: 16px;
}
.offer.fancybox-content ol > li {
  font-family: "Inter", sans-serif;
  color: #282728;
}



.hidden {
  display: none;
}

.wrap-btn-submit-popup {
  display: flex;
  padding-top: 30px;
}

.modal .modal-dialog {
  margin: 200px auto 30px;
  max-width: 600px;
}
.modal .modal-dialog .modal-content {
  border-radius: 3px;
}
.modal .modal-dialog .modal-header {
  background: #fff;
  border-radius: 10px;
}
.modal .modal-dialog .forma-black {
  padding: 15px;
}
.modal .modal-dialog .forma-black .modal-header {
  border: none;
}
.modal .modal-dialog .forma-black .close {
  width: 15px;
  height: 15px;
  opacity: 1;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url("../img/plus.png") 0 0 no-repeat;
}
.modal .modal-dialog .forma-black .forma-black-title {
  text-align: center;
  font-size: 20px;
  line-height: 1.2em;
  color: #282828;
  padding-top: 20px;
  padding-bottom: 20px;
}
.modal .modal-dialog .forma-black input {
  width: 323px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  padding: 12px 13px 12px;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
  display: table;
  margin: 0 auto;
}
.modal .modal-dialog .forma-black p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
  padding-bottom: 28px;
}
.modal .modal-dialog .forma-black form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal .modal-dialog .forma-black form .form-group {
  width: 33.3333%;
  position: relative;
  display: table;
  margin: 0 auto;
  margin-bottom: 15px;
}
.modal .modal-dialog .forma-black form .btn {
  display: inline-block;
  padding: 12px 59px 11px;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 100%;
  max-width: 323px;
  margin: 0 auto;
  display: table;
  user-select: none;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #d24a45;
  margin-bottom: 23px;
}

body .parsley-errors-list {
  position: absolute;
  bottom: -2px;
  left: 10px;
  padding-left: 0;
  list-style: none;
  color: #e00707;
}
body .parsley-errors-list li {
  font-family: "Inter", sans-serif;
  font-size: 10px;
}

body input.parsley-error,
body textarea.parsley-error {
  border: 1px solid #ff0000 !important;
  box-shadow: 0;
  outline: none;
}

body input.parsley-success,
body textarea.parsley-success {
  border: 1px solid #3aa64e !important;
  outline: none;
}/*# sourceMappingURL=main.css.map */