@font-face {
  font-family: "Roboto";
  src: url(/copter/res/css/vacancy/fonts/Roboto-Light.woff2) format("woff2"),
    url(/copter/res/css/vacancy/fonts/Roboto-Light.woff) format("woff");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(/copter/res/css/vacancy/fonts/Roboto-LightItalic.woff2) format("woff2"),
    url(/copter/res/css/vacancy/fonts/Roboto-LightItalic.woff) format("woff");
  font-style: italic;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(/copter/res/css/vacancy/fonts/Roboto-Regular.woff2) format("woff2"),
    url(/copter/res/css/vacancy/fonts/Roboto-Regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(/copter/res/css/vacancy/fonts/Roboto-Black.woff2) format("woff2"),
    url(/copter/res/css/vacancy/fonts/Roboto-Black.woff) format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(/copter/res/css/vacancy/fonts/Roboto-Bold.woff2) format("woff2"),
    url(/copter/res/css/vacancy/fonts/Roboto-Bold.woff) format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url(/copter/res/css/vacancy/fonts/OpenSans-SemiBold.woff2) format("woff2"),
    url(/copter/res/css/vacancy/fonts/OpenSans-SemiBold.woff) format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url(/copter/res/css/vacancy/fonts/OpenSans-Regular.woff2) format("woff2"),
    url(/copter/res/css/vacancy/fonts/OpenSans-Regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";
  src: url(/copter/res/css/vacancy/fonts/Ubuntu-Light.woff2) format("woff2"),
    url(/copter/res/css/vacancy/fonts/Ubuntu-Light.woff) format("woff");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

* {
  box-sizing: border-box;
}
/* .swiper {
  width: 600px;
  height: 300px;
} */

.cls-1 {
  fill: #fff;
}

.about__img--white svg {
  fill: #00bf9c;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
}

.section-title {
  margin: 0;
  margin-bottom: 32px;
  color: #343745;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
}
@media only screen and (min-width: 768px) {
  .section-title {
    margin-bottom: 40px;
    font-size: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-title {
    margin-bottom: 45px;
    font-size: 30px;
    line-height: 38px;
  }
}

.fancybox-bg {
  background-color: #343745 !important;
}

.page-header {
  background-image: url(/copter/res/image/header-bg.jpg);
  background-position: 53% 100%;
}

.page-header__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 30px);
  padding-top: 30px;
  padding-bottom: 35px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .page-header__wrap {
    min-width: 738px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .page-header__wrap {
    padding-top: 65px;
    padding-bottom: 140px;
    min-width: 994px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-header__wrap {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-header__logo {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 36px;
  text-decoration: none;
}
.page-header__logo img {
  display: block;
  width: 150px;
  height: 21px;
  margin-bottom: 7px;
}
.page-header__logo p {
  color: #000;
  margin: 0;
  font-family: "Ubuntu", Arial, sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  .page-header__logo {
    margin: 0;
  }
}

.page-header__text-info {
  -ms-flex-order: 2;
  order: 2;
  margin: 0 auto;
  margin-bottom: 28px;
}
@media only screen and (min-width: 768px) {
  .page-header__text-info {
    -ms-flex-order: 3;
    order: 3;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-header__text-info {
    margin-top: 80px;
  }
}

.page-header__title {
  max-width: 370px;
  margin: 0 auto;
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  line-height: 34px;
}
@media only screen and (min-width: 768px) {
  .page-header__title {
    max-width: 450px;
    font-size: 35px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-header__title {
    max-width: 600px;
    font-size: 50px;
    line-height: 65px;
  }
}

.page-header__text {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
}
@media only screen and (min-width: 768px) {
  .page-header__text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-header__text {
    font-size: 20px;
    line-height: 28px;
  }
}

.header-nav {
  -ms-flex-order: 3;
  order: 3;
}
@media only screen and (min-width: 768px) {
  .header-nav {
    -ms-flex-order: 2;
    order: 2;
  }
}

.header-nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 20.5px;
}
@media only screen and (min-width: 768px) {
  .header-nav__list {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header-nav__item {
  display: none;
}
.header-nav__item:last-child {
  display: -ms-flexbox;
  display: flex;
}
.header-nav__item a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .header-nav__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    margin-right: 30px;
    background-color: #fff;
  }
  .header-nav__item:first-child {
    padding-left: 25px;
  }
  .header-nav__item:last-child {
    margin: 0;
    background-color: transparent;
  }
  .header-nav__item a {
    font-size: 14px;
    line-height: 24px;
    color: #2f3444;
    font-family: "Open Sans", Arial, sans-serif;
  }
}
@media only screen and (min-width: 1024px) {
  .header-nav__item {
    height: 45px;
    padding: 0;
    margin-right: 50px;
    background-color: transparent;
  }
  .header-nav__item:first-child {
    padding-left: 60px;
  }
  .header-nav__item a {
    font-size: 18px;
  }
}

.btn-want-to-comand {
  padding: 0;
}
.btn-want-to-comand a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 190px;
  height: 50px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-radius: 25px;
  background: linear-gradient(90deg, #48cbb4 0%, #15d3e4 100%);
  box-shadow: 0px 0px 32px 0px rgba(47, 207, 204, 0.45);
}
@media only screen and (min-width: 768px) {
  .btn-want-to-comand a {
    width: 180px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-want-to-comand a {
    width: 230px;
    height: 60px;
    font-size: 18px;
    border-radius: 30px;
  }
}

.about__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 30px);
  padding-top: 36px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .about__wrap {
    min-width: 738px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .about__wrap {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .about__wrap {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.about__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
@media only screen and (min-width: 500px) {
  .about__list {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 550px;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .about__list {
    max-width: none;
    margin-bottom: 90px;
  }
}

.about__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}
.about__item p {
  max-width: 230px;
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 600px) {
  .about__item {
    width: 262px;
    margin-bottom: 35px;
  }
  .about__item p {
    max-width: none;
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .about__item {
    width: 25%;
    max-width: 262px;
    margin-bottom: 0;
  }
}

.about__img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 115px;
  height: 115px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #00bf9c;
  box-shadow: 0px 14px 21px 0px rgba(52, 55, 69, 0.1);
}
.about__img svg {
  display: block;
}

.about__img--white {
  background-color: #fff;
}
.about__img--white svg {
  fill: #00bf9c;
}

.about__text-info {
  max-width: 500px;
}
.about__text-info p {
  margin: 0;
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .about__text-info {
    max-width: 715px;
  }
  .about__text-info p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .about__text-info p {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 28px;
  }
}

.mission {
  background-image: url(/copter/res/image/mission_bg.jpg);
}

.mission__wrap {
  width: calc(100% - 30px);
  max-width: 500px;
  padding-top: 42px;
  padding-bottom: 43px;
  margin: 0 auto;
}
.mission__wrap p {
  margin: 0;
  color: #e2e2e2;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  .mission__wrap {
    max-width: 600px;
    padding-top: 50px;
    padding-bottom: 51px;
  }
  .mission__wrap p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .mission__wrap {
    max-width: 750px;
    padding-top: 75px;
    padding-bottom: 85px;
  }
  .mission__wrap p {
    font-size: 25px;
    line-height: 35px;
  }
}

.values__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 30px);
  padding-top: 36px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .values__wrap {
    min-width: 738px;
  }
}
@media only screen and (min-width: 1024px) {
  .values__wrap {
    min-width: 994px;
  }
}
@media only screen and (min-width: 1200px) {
  .values__wrap {
    width: 1070px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.values__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.values__item {
  position: relative;
  width: 100%;
  padding-left: 54px;
  padding-top: 7px;
  margin-bottom: 24px;
}
.values__item svg {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 600px) {
  .values__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .values__item svg {
    position: static;
    height: auto;
    margin: 0 30px;
  }
  .values__item .cen1 {
    width: 90px;
  }
  .values__item .cen2 {
    width: 110px;
  }
  .values__item .cen3 {
    width: 110px;
  }
  .values__item .cen4 {
    width: 110px;
  }
}
@media only screen and (min-width: 1024px) {
  .values__item {
    max-width: 900px;
    margin-bottom: 50px;
  }
  .values__item svg {
    margin: 0 105px;
  }
  .values__item .cen1 {
    width: 135px;
  }
  .values__item .cen2 {
    width: 185px;
  }
  .values__item .cen3 {
    width: 150px;
  }
  .values__item .cen4 {
    width: 132px;
  }
}
@media only screen and (min-width: 1200px) {
  .values__item {
    max-width: none;
  }
}

.objStyle1 {
  --c-stroke: red;
  --c-stroke-width: 1;
  --c-fill: url(#grad1);
  --r-fill: url(#grad2);
  --r-stroke: blue;
  --r-stroke-width: 4;
}

@media only screen and (min-width: 600px) {
  .values__text-info {
    width: 400px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 500px;
    padding: 30px;
    box-shadow: 0px 14px 21px 0px rgba(52, 55, 69, 0.1);
    border-radius: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .values__text-info {
    max-width: 780px;
    padding: 45px 54px;
    padding-bottom: 55px;
  }
}

.values__title {
  margin: 0;
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 34px;
  color: #00be9c;
}
@media only screen and (min-width: 768px) {
  .values__title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .values__title {
    font-size: 25px;
    margin-bottom: 24px;
  }
}

.values__text {
  margin: 0;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .values__text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .values__text {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 600px) {
  .values__item--inverse svg {
    -ms-flex-order: 2;
    order: 2;
  }
  .values__item--inverse .values__text-info {
    -ms-flex-order: 1;
    order: 1;
  }
}

.achi__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 30px);
  padding-top: 36px;
  padding-bottom: 30px;
  margin: 0 auto;
}
.achi__wrap .section-title {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .achi__wrap {
    min-width: 738px;
  }
}
@media only screen and (min-width: 1024px) {
  .achi__wrap {
    min-width: 994px;
    margin-bottom: 80px;
    background: no-repeat;
    background-image: url(/copter/res/image/goals_bg.png);
    background-position: center center;
  }
}
@media only screen and (min-width: 1200px) {
  .achi__wrap {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.achi__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .achi__list {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 700px;
  }
}
@media only screen and (min-width: 1024px) {
  .achi__list {
    max-width: none;
  }
}

.achi__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  max-width: 370px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 600px) {
  .achi__item {
    width: 48%;
  }
}
@media only screen and (min-width: 1024px) {
  .achi__item {
    width: 30%;
    margin-bottom: 50px;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.achi__desc {
  max-width: 490px;
  margin: 0;
  margin-bottom: 33px;
  color: #343745;
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .achi__desc {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .achi__desc {
    font-size: 20px;
    line-height: 28px;
  }
}

.achi__big-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 42px;
  margin-bottom: 22px;
}
.achi__big-text p {
  margin: 0;
  color: #00bf9c;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
}
.achi__big-text svg {
  display: block;
  fill: #00bf9c;
}

.achi__small-text {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 200;
  color: #343745;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .achi__small-text {
    text-align: left;
    font-size: 16px;
  }
}

.achi__white-block {
  display: none;
}
@media only screen and (min-width: 768px) {
  .achi__white-block {
    display: block;
    width: 100%;
    height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .achi__white-block {
    height: 400px;
  }
}

.connect {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGAgMAAAByYGzlAAAACVBMVEXl5eXv7+/Z2dmHTT1/AAAAGklEQVQI12PwCGFgDGBgdWAQVWAIYWAIEAEAFM8CINzBrQ8AAAAASUVORK5CYII=);
}

.connect__wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .connect__wrap {
    width: calc(100% - 30px);
    min-width: 738px;
    margin: 0 auto;
    margin-top: -250px;
  }
}
@media only screen and (min-width: 1024px) {
  .connect__wrap {
    min-width: 994px;
    margin-top: -410px;
  }
}
@media only screen and (min-width: 1200px) {
  .connect__wrap {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.connect__main {
  width: 100%;
  height: 66vw;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .connect__main {
    width: 70%;
    height: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .connect__main {
    width: 848px;
    height: 560px;
  }
}

.connect__us {
  margin-bottom: 30px;
  color: #343745;
  text-align: center;
}
.connect__us h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
}
.connect__us p {
  display: none;
}
@media only screen and (min-width: 768px) {
  .connect__us {
    position: relative;
    width: 65%;
    margin-top: -230px;
    margin-bottom: 60px;
    padding: 40px 35px;
    border-radius: 10px;
    background-color: #fff;
    margin-left: auto;
    text-align: left;
    box-shadow: 0px 14px 21px 0px rgba(52, 55, 69, 0.1);
    z-index: 3;
  }
  .connect__us h3 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 35px;
  }
  .connect__us p {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
    font-weight: 200;
  }
}
@media only screen and (min-width: 1024px) {
  .connect__us {
    width: 555px;
    height: 370px;
    padding: 70px 65px;
    margin-top: -310px;
  }
  .connect__us h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .connect__us p {
    font-size: 20px;
    line-height: 28px;
  }
}

.connect__pros {
  width: calc(100% - 30px);
  max-width: 460px;
  margin: 0 auto;
}

.connect__list-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.connect__list-title svg {
  margin-right: 15px;
  fill: #00be9c;
}
.connect__list-title p {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  color: #00be9c;
}
@media only screen and (min-width: 500px) {
  .connect__list-title {
    margin-bottom: 20px;
  }
  .connect__list-title p {
    font-size: 25px;
    line-height: 28px;
  }
}

.connect__list {
  list-style: none;
  margin: 0;
  margin-bottom: 50px;
  padding-left: 10px;
}
.connect__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 4px;
}
.connect__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00be9c;
  z-index: 3;
}
.connect__list li p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #343745;
}
@media only screen and (min-width: 500px) {
  .connect__list li p {
    font-size: 20px;
    line-height: 43px;
  }
}

.connect__slider {
  position: relative;
  width: 100%;
  height: 66vw;
  max-height: 430px;
}

.connect__slide img {
  display: block;
  width: 100%;
  height: auto;
}

.btn-connect-slider-next,
.btn-connect-slider-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  z-index: 10;
  cursor: pointer;
}
.btn-connect-slider-next span,
.btn-connect-slider-prev span {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  transition: 300ms;
}
.btn-connect-slider-next span::before,
.btn-connect-slider-prev span::before {
  content: "";
  display: block;
  padding: 4px;
  border: solid #00be9c;
  border-width: 0 3px 3px 0;
}
.btn-connect-slider-next:hover span,
.btn-connect-slider-prev:hover span {
  opacity: 0.75;
}
.btn-connect-slider-next:hover span::before,
.btn-connect-slider-prev:hover span::before {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .btn-connect-slider-next,
  .btn-connect-slider-prev {
    width: 90px;
  }
  .btn-connect-slider-next span,
  .btn-connect-slider-prev span {
    width: 40px;
    height: 40px;
  }
}

.btn-connect-slider-prev span::before {
  transform: rotate(135deg);
  margin-left: 3px;
}

.btn-connect-slider-next {
  left: auto;
  right: 0;
}
.btn-connect-slider-next span::before {
  transform: rotate(-45deg);
  margin-right: 3px;
}

.vacancy__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 30px);
  padding-top: 39px;
  padding-bottom: 31px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .vacancy__wrap {
    min-width: 994px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .vacancy__wrap {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.vacancy__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .vacancy__list {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 640px;
  }
}
@media only screen and (min-width: 1024px) {
  .vacancy__list {
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 994px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .vacancy__list {
    width: 100%;
    max-width: none;
  }
}

.vacancy__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 165px;
  padding: 20px 30px;
  padding-right: 20px;
  margin-bottom: 25px;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0px 14px 21px 0px rgba(52, 55, 69, 0.1);
  transition: 300ms;
}
.vacancy__item p {
  pointer-events: none;
  margin: 0;
  color: #00be9c;
  font-size: 20px;
  line-height: 26px;
}
.vacancy__item:hover {
  box-shadow: 0px 14px 21px 0px rgba(52, 55, 69, 0.3);
}
@media only screen and (min-width: 600px) {
  .vacancy__item {
    width: 48%;
    max-width: 320px;
  }
}
@media only screen and (min-width: 1024px) {
  .vacancy__item {
    width: 310px;
    margin-bottom: 30px;
  }
  .vacancy__item:nth-child(3n + 2) {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .vacancy__item {
    width: 360px;
    max-width: none;
  }
}

.vacancy__arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  pointer-events: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #000;
  background: linear-gradient(90deg, #48cbb4 0%, #15d3e4 100%);
}
.vacancy__arrow svg {
  display: block;
}

.our-projects__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 30px);
  padding-top: 39px;
  padding-bottom: 31px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .our-projects__wrap {
    min-width: 994px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .our-projects__wrap {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.our-projects__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .our-projects__list {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 640px;
  }
}
@media only screen and (min-width: 1024px) {
  .our-projects__list {
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 994px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .our-projects__list {
    width: 100%;
    max-width: none;
  }
}

.our-projects__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 330px;
  margin-bottom: 25px;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0px 14px 21px 0px rgba(52, 55, 69, 0.1);
  transition: 300ms;
}
.our-projects__item p {
  padding: 0 30px;
  pointer-events: none;
  margin: 0;
  color: #00be9c;
}
.our-projects__item:hover {
  box-shadow: 0px 14px 21px 0px rgba(52, 55, 69, 0.3);
}
@media only screen and (min-width: 600px) {
  .our-projects__item {
    width: 48%;
    max-width: 320px;
    height: 380px;
  }
}
@media only screen and (min-width: 1024px) {
  .our-projects__item {
    width: 310px;
    margin-bottom: 30px;
  }
  .our-projects__item:nth-child(3n + 2) {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .our-projects__item {
    width: 360px;
    max-width: none;
    height: 330px;
  }
}

.our-projects__img {
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.our-projects__img img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: block;
  object-fit: cover;
}

.our-projects__title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.our-projects__text {
  font-size: 16px;
  line-height: 22px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.our-projects__text p {
  color: #01b796;
}

.our-projects__arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  pointer-events: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-top: auto;
  margin-bottom: 20px;
  margin-right: 30px;
  background: #000;
  background: linear-gradient(90deg, #48cbb4 0%, #15d3e4 100%);
}
.our-projects__arrow svg {
  display: block;
}

.page-footer {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGAQMAAAA1wBY1AAAABlBMVEUvMj8zNkT+tEIIAAAAFElEQVQI12PoY5BhsGEoYHjE8AwADoIDH2Ix1+UAAAAASUVORK5CYII=);
}

.page-footer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% -30px);
  padding-top: 15px;
  padding-bottom: 16px;
}
.page-footer__wrap p {
  margin: 0;
  color: #7e808c;
  font-size: 14px;
  line-height: 26px;
}
.page-footer__wrap a {
  color: #7e808c;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 600px) {
  .page-footer__wrap {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 560px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 22px;
  }
}

.form-popup__block {
  display: none;
}

.form-popup {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  cursor: default;
}

.form-popup__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 30px);
  padding-top: 50px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .form-popup__wrap {
    padding: 0 40px;
    padding-top: 50px;
  }
}

.form-popup__title {
  margin: 0;
  margin-bottom: 10px;
  color: #343745;
  font-size: 24px;
  text-align: center;
  line-height: 35px;
  font-weight: 800px;
}
@media only screen and (min-width: 768px) {
  .form-popup__title {
    font-size: 30px;
    line-height: 42px;
  }
}

.form-popup__salary {
  font-size: 16px;
  margin: 0;
  margin-bottom: 22px;
  font-weight: 400;
  color: #343745;
}
@media only screen and (min-width: 768px) {
  .form-popup__salary {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .form-popup__salary {
    font-size: 24px;
  }
}

.vacancy-list__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
}

.vacancy-list__title {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  color: #00be9c;
  margin-bottom: 15px;
}

.vacancy-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  padding-left: 23px;
  margin: 0;
  list-style: none;
}
.vacancy-list li p {
  position: relative;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 200;
  color: #343745;
  font-size: 14px;
  line-height: 20px;
}
.vacancy-list li p::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00be9c;
}
@media only screen and (min-width: 1024px) {
  .vacancy-list {
    font-size: 16px;
  }
}

.form-popup__form-place {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 44px;
  background-color: #00be9c;
}

.form-popup__form-title {
  width: calc(100% - 30px);
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto", Arial, sans-serif;
  text-align: center;
}

.form-popup__form {
  width: calc(100% - 30px);
  margin: 0 auto;
}

.form-popup__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 350px;
  margin: 0 auto;
}

.form-popup__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-popup__item {
  width: 100%;
  margin-bottom: 20px;
}
.form-popup__item label {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-popup__item label p {
  margin: 0;
  margin-bottom: 3px;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  line-height: 26px;
}
.form-popup__item label input {
  width: 100%;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  padding: 0 20px;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  line-height: 26px;
}
.form-popup__item label textarea {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  padding: 10px 20px;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.form__attach-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.form__attach-file svg {
  margin-right: 10px;
}
.form__attach-file p {
  color: #fff;
  margin: 0;
}
.form__attach-file input {
  display: none;
}

.form__agree {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.form__agree p {
  margin: 0;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  font-family: "Roboto", Arial, sans-serif;
}
.form__agree input {
  width: auto;
  margin: 0;
  margin-right: 10px;
}

.form__submit-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  margin: 0 auto;
  background-color: #fff;
  border: none;
  border-radius: 25px;
  transition: 300ms;
  cursor: pointer;
}
.form__submit-button p {
  margin: 0;
  color: #00be9c;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", Arial, sans-serif;
  transition: 300ms;
}
.form__submit-button:hover,
.form__submit-button:active {
  background-color: #343745;
}
.form__submit-button:hover p,
.form__submit-button:active p {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .form__submit-button {
    width: 190px;
    height: 60px;
    border-radius: 30px;
  }
}

.form-success__fancy {
  display: none;
}

.form-success {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 40px;
  background-color: #00be9c;
  cursor: default;
  z-index: 15;
}
@media only screen and (min-width: 1024px) {
  .form-success {
    min-width: 600px;
  }
}

.form-success__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 45px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .form-success__wrap {
    padding: 0 40px;
    padding-top: 50px;
  }
}

.form-success__text {
  max-width: 274px;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
}

.form-success__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
  height: 60px;
  border: none;
  border-radius: 30px;
  background-color: #fff;
  transition: 300ms;
  cursor: pointer;
}
.form-success__btn p {
  margin: 0;
  font-size: 18px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  color: #00be9c;
  transition: 300ms;
  pointer-events: none;
}
.form-success__btn:hover {
  background-color: #343745;
}
.form-success__btn:hover p {
  color: #fff;
}

/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
  border-radius: 50%;
  background: linear-gradient(90deg, #48cbb4 0%, #15d3e4 100%);
}

.fancybox-close-small::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 18px;
  height: 2px;
  margin: auto auto;
  background-color: #fff;
  transform: rotate(45deg);
}

.fancybox-close-small::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 18px;
  height: 2px;
  margin: auto auto;
  background-color: #fff;
  background-color: #fff;
  transform: rotate(-45deg);
}

.fancybox-close-small svg {
  display: none;
  fill: #fff;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

.form {
  width: 100%;
  min-height: 800px;
  background: url("/copter/res/image/vacancy/form bgr.png") no-repeat center center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 15px 80px 15px;
  color: white;
}

.form__container > .form__text {
  text-align: center;
}

.form__btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  background: #0fcdaa;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  min-height: 60px;
  padding: 0 30px;
  border-radius: 30px;
  box-shadow: 0 13px 32px 0 rgba(9, 141, 117, 0.67);
  transition: 0.4s ease-out;
  border: none;
}

form.main-form {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: center;
  align-items: center;
}

form.main-form *,
form.main-form *::checked,
form.main-form *::before {
  transition: 0.4s ease;
}

.form__container {
  width: 100%;
  max-width: 720px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: center;
  align-items: center;
}

.form__title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 45px;
  text-align: center;
  margin-bottom: 0;
}

.form__text {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.form__label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  opacity: 0.412;
  text-align: left;
}

.form-item {
  width: 100%;
  max-width: 350px;
  margin-bottom: 20px;
}

.form__wrapper {
  height: 46px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.2s ease-out;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  height: 46px;
  border: 1px solid white;
  border-radius: 23px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  transition: 0.2s ease-out;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover {
  box-shadow: 0px 0px 4px 0px white;
}

input {
  width: 100%;
  background: none !important;
  color: white;
}

.form__radio {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}

.form__radio label {
  text-align: left;
}

.form__radio label:first-child {
  margin-right: 70px;
}

.radio {
  display: none;
}

.radio-custom {
  position: relative;
  left: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-radius: 50%;
}

.radio-custom,
.form__radio label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.radio-label {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.radio:checked + .radio-custom::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 3px;
  background: white;
}

.label-checkbox {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 350px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.label-checkbox p {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
  text-align: left;
}

.label-checkbox .radio-custom {
  left: -20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form__btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: white;
  background: #0fcdaa;
}

.form__btn:hover,
.form__btn:active {
  background: white;
  color: #0fcdaa;
}

.success--hidden {
  display: none;
}
