.pad {
  padding: 0 1.5rem;
}

.container {
  width: 100%;
  max-width: 1780px;
  padding: 0 20px;
  margin: 0 auto;
}

.wrap {
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}

.row {
  display: flex;

}

.flex-btw {
  display: flex;
  justify-content: space-between;
}

.flex-around {
  display: flex;
  justify-content: space-around;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.mini-header {
  text-transform: uppercase;
  color: var(--color-gray);
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

.readmore a {
  display: block;
  margin-top: 35px;
  text-decoration: none;
  color: var(--color-aqua);
  font-weight: 600;
  font-size: 15px;
  transition: .2s;
}

.readmore a:hover {
  opacity: .8;
}

.readmore a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  padding-left: 1rem;
  vertical-align: middle;
  font-weight: 900;
  transition: .1s;
}

.readmore a:hover::after {
  padding-left: 1.5rem;

}

.x-line {
  width: 100%;
  height: 21px;
  background: url('../../images/x-line.jpg') no-repeat center center;
  margin: 4rem 0 0 0;
}


form:not(#mod-finder-searchform122) button[type="submit"] {
  outline: none;
  border: 0;
  width: 100%;
  padding: 1rem 4rem .9rem 4rem;
  color: var(--color-white);
  background: var(--color-aqua);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  transition: .1s;
  user-select: none;
}

form:not(#mod-finder-searchform122) button[type="submit"]:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 1, 0.3);
  -moz-box-shadow:    0px 4px 7px 0px rgba(0, 0, 1, 0.3);
  box-shadow:         0px 4px 7px 0px rgba(0, 0, 1, 0.3);
}

form:not(#mod-finder-searchform122) button[type="submit"] i {
  margin-right: .7rem;
}

/* Крошки */
.breadcrumbs-div {
  padding-top: 3.9rem;
}

.breadcrumb {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
  display: flex;
}

.breadcrumb a:hover, .breadcrumb li.active {
  color: var(--color-gray);
}


ul.breadcrumb li {
  color: var(--color-aqua);
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: .1s;
  display: flex;
  text-transform: uppercase;
}

.breadcrumb li:not(:last-child):not(:first-child)::after, .breadcrumb li:nth-child(2)::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  color: var(--color-gray);
  font-size: 12px;
  line-height: 12px;

  padding: 1px 15px;
}

/* Кнопки */
.btn-11 {
  outline: none;
  border: 2px solid var(--color-aqua);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 246px;
  padding: 18px 10px;
  color: var(--color-white);
  background: var(--color-aqua);
  transition: .1s;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  white-space: nowrap;
}

.btn-11.white {
  color: var(--color-aqua);
  background: var(--color-white);
}

.btn-11:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 1, 0.3);
  -moz-box-shadow:    0px 4px 7px 0px rgba(0, 0, 1, 0.3);
  box-shadow:         0px 4px 7px 0px rgba(0, 0, 1, 0.3);
}

.btn-11 i {
  margin-right: .7rem;
}

.gray-space {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100px, rgb(255, 255, 255) 100%);
}

.fader {
  display: none;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .6);
}

/* mf */
.mf {
  z-index: 99999;
  position: fixed;
  /* display: flex; */
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
}

.mf__content {
  width: 100%;
  max-width: 600px;
  background: #fff;
  border-radius: 4px;
  margin: 10px 20px 50px;
}

.mf__header {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fafafa;
}

.mf__title {
    font-size: 18px;
    line-height: 18px;
    color: #333;
}

.mf__close {
    cursor: pointer;
    font-size: 27px;
    line-height: 27px;
    color: rgba(0, 0, 0, .3);
    transition: .2s;
    transform: rotate(45deg);
}

.mf form {
  display: none;
  padding: 20px;
}

.mf form.show {
  display: block;
}

#RecaptchaField6 > div, #RecaptchaField7 > div{
   margin-bottom: 1.9rem;
 }

.vacancies ul {
  padding-left: 50px;
  margin-bottom: 30px;
}
.vacancies li p {
  margin-bottom: 0;
}
.vacancies h2 {
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
  display: inline-block;
  padding-bottom: 10px;
}
.big-numder {
  font-size: 200px;
  position: absolute;
  color: #f7f7f7;
  z-index: -1;
  margin: -100px 0 0 -130px;
  font-weight: bold;
}
