html {
  box-sizing: border-box
}

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

@font-face {
  font-family: "Segoe UI";
  src: url("../font/segoeui.ttf"), url("../font/segoeuib.ttf"), url("../font/segoeuii.ttf"), url("../font/segoeuil.ttf"), url("../font/segoeuisl.ttf"), url("../font/segoeuiz.ttf");
  font-style: normal
}

body {
  box-sizing: border-box;
  font-family: "Segoe UI", "Arial", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}

p {
  margin: 0
}

figure {
  margin: 0
}

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

a {
  text-decoration: none;
  cursor: pointer;
  outline: none
}

button,
input {
  outline: none;
  padding: 0
}

h2 {
  font-size: 32px;
  font-weight: 400;
  color: #282828
}

h3 {
  font-size: 23px;
  font-weight: 400
}

.page-header {
  background: url("../img/bgh-img.png") no-repeat 52% center, url("../img/bg-h.jpg");
  background-size: auto, 100% 100%
}

.page-header__wrap {
  background: ;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0
}

.page-header__info-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 10px;
  margin: 0 0 523px
}

.page-header__col-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62.5%
}

.page-header__col-left p {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  color: #fff
}

.page-header__col-left span {
  display: block
}

.page-header__col-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.59%;
  margin-bottom: 10px
}

.page-header__logo {
  margin-bottom: 2px;
  margin-right: 3.75%
}

.page-header__number {
  margin-right: 4.42%;
  font-size: 17px;
  font-weight: 900;
  line-height: 25px;
  color: #fff
}

.page-header__link {
  display: block;
  width: 53.5%;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #1a25ab;
  text-align: center;
  transition: ease 0.3s;
  background: #fff;
  border-radius: 25px
}

.page-header__link:hover {
  transition: ease 0.3s;
  opacity: 0.7
}

.page-header__main-title {
  width: 68%;
  margin: 0 auto 15px;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: rgba(3, 7, 9, 0.6)
}

.page-header__subtitle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 55%;
  padding-bottom: 25px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase
}

.page-header__subtitle p {
  background: rgba(3, 7, 9, 0.6)
}

.page-header__main-title::-moz-selection,
.page-header__subtitle p::-moz-selection {
  background-color: green
}

.page-header__main-title::selection,
.page-header__subtitle p::selection {
  background-color: green
}

.page-header__advantages {
  background: #00732e
}

.page-header__advantages-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1090px;
  padding: 10px 0.5%;
  margin: 0 auto
}

.page-header__advantages-item {
  position: relative;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 10px 0;
  text-align: center
}

.page-header__advantages-item img {
  margin-bottom: 20px
}

.page-header__advantages-item p {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase
}

.page-header__advantages-item--border:before {
  content: "";
  position: absolute;
  top: 0;
  right: -70px;
  display: block;
  height: 99px;
  width: 7px;
  background: url("../img/border.png")
}

.vacancies__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 0 0 0
}

.vacancies__title {
  margin-bottom: 60px;
  line-height: 37px;
  text-align: center
}

.vacancies__title span {
  color: #1a25ab
}

.vacancies__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5% 32px
}

.vacancies__item {
  width: 31.72%;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 43px rgba(32, 28, 29, 0.2)
}

.vacancies__img {
  max-width: 100%;
  height: 251px;
  border-radius: 3px 3px 0 0
}

.vacancies__img--1 {
  background: #1a25ab url("../img/img-1.jpg") no-repeat center
}

.vacancies__img--2 {
  background: #1a25ab url("../img/img-2.jpg") no-repeat center
}

.vacancies__img--3 {
  background: #1a25ab url("../img/img-3.jpg") no-repeat center
}

.vacancies__img--4 {
  background: #1a25ab url("../img/img-4.jpg") no-repeat center
}

.vacancies__img--5 {
  background: #1a25ab url("../img/img-5.jpg") no-repeat center
}

.vacancies__img--6 {
  background: #1a25ab url("../img/img-6.jpg") no-repeat center
}

.vacancies__img--7 {
  background: #1a25ab url("../img/img-7.jpg") no-repeat center
}

.vacancies__img--8 {
  background: #1a25ab url("../img/img-8.jpg") no-repeat center
}

.vacancies__img--9 {
  background: #1a25ab url("../img/img-9.jpg") no-repeat center
}

.vacancies__item-content {
  padding: 30px 12.3% 35px 6.4%
}

.vacancies__item-title {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  color: #1a25ab
}

.vacancies__link {
  display: block;
  width: 70%;
  padding: 8px 0;
  margin: 0 auto;
  font-size: 10px;
  font-weight: 700;
  line-height: 30px;
  color: #1a25ab;
  text-transform: uppercase;
  text-align: center;
  transition: ease 0.5s;
  border: 2px solid #6c7fc3;
  border-radius: 25px
}

.vacancies__link:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #6c7fc3
}

.vacancies__list {
  min-height: 90px;
  padding-left: 5.65%;
  margin-bottom: 25px
}

.vacancies__list li {
  position: relative;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  color: #7d7d7d;
  text-transform: uppercase
}

.vacancies__list li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -5.65%;
  display: block;
  width: 7px;
  height: 7px;
  background: #1a25ab;
  border-radius: 50%
}

.vacancies__form-wrap {
  margin-top: 12px;
  /* background: #fafafa; */
}

.vacancies__form-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 43px 0 65px
}

.vacancies__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 83%;
  margin: 0 auto
}

.vacancies__form-name {
  display: block;
  width: 33%;
  padding: 19px 2% 19px 3.1%;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #9d9d9d;
  border: 2px solid #dfdfdf;
  border-radius: 32px
}

.vacancies__form-number {
  display: block;
  width: 33%;
  padding: 19px 2% 19px 3.1%;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #9d9d9d;
  border: 2px solid #dfdfdf;
  border-radius: 32px
}

.vacancies__form-btn {
  display: block;
  width: 26.17%;
  padding: 19px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  text-align: center;
  transition: ease 0.3s;
  background: #1a25ab;
  border: 2px solid #1a25ab;
  border-radius: 32px
}

.vacancies__form-btn:hover {
  transition: ease 0.3s;
  background: #fff;
  color: #1a25ab
}

.about {
  /* border-top: 1px solid #e8e8e8 */
}

.about__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0
}

.about__left-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 57.32%;
  padding: 70px 5% 40px 5%;
  text-align: center;
  background: #1a25ab
}

.about__title {
  margin-bottom: 28px;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
  color: #fff
}

.about__text {
  width: 83.74%;
  margin-bottom: 33px;
  font-size: 17px;
  font-weight: 400;
  line-height: 33px;
  color: #fff
}

.about__subtitle {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 37px;
  color: #fff;
  text-transform: uppercase
}

.about__item-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 45px
}

.about__item {
  width: 25%
}

.about__item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #fff
}

.about__img-wrap {
  width: 55px;
  height: 55px;
  margin: 0 auto 20px;
  border-radius: 50%
}

.about__img-1 {
  background: #fafafa url("../img/clock.png") no-repeat center
}

.about__img-2 {
  background: #fafafa url("../img/money.png") no-repeat center
}

.about__img-3 {
  background: #fafafa url("../img/stability.png") no-repeat center
}

.about__img-4 {
  background: #fafafa url("../img/Gear.png") no-repeat center
}

.about__right-col {
  width: 42.68%;
  padding: 190px 0 0 7%;
}

.about__right-col img {
  width: 410px;
  height: 225px
}

.about__indicators-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 0 0 0;
  text-align: center
}

.about__indicators {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.about__indicators-title {
  margin-bottom: 75px;
  font-size: 32px;
  font-weight: 400;
  line-height: 37px;
  color: #282828
}

.about__indicators-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 230px;
  height: 230px;
  border-radius: 50%
}

.about__indicators-item span {
  display: block;
  margin-bottom: 25px;
  font-size: 66px;
  font-weight: 300;
  line-height: 42px;
  color: #505050
}

.about__indicators-item p {
  font-size: 12px;
  font-weight: 300;
  line-height: 42px;
  color: #4b4b4b;
  text-transform: uppercase
}

.about__indicators-item:first-child {
  background: url("../img/border-1.png") no-repeat;
  background-size: contain
}

.about__indicators-item:nth-child(2) {
  background: url("../img/border-2.png") no-repeat;
  background-size: contain
}

.about__indicators-item:nth-child(3) {
  background: url("../img/border-3.png") no-repeat;
  background-size: contain
}

.about__indicators-item:nth-child(4) {
  background: url("../img/border-4.png") no-repeat;
  background-size: contain
}

.partners {
  text-align: center
}

.partners__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 75px 0
}

.partners__img {
  transition: ease 0.3s;
  cursor: pointer
}

.partners__img:hover {
  opacity: 0.2;
  transition: ease 0.3s
}

.partners__span {
  color: #1a25ab
}

.partners__text {
  width: 50.78%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 36px
}

.partners__control {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px
}

.partners__btn {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: none;
  z-index: 10;
  top: 11px;
  cursor: pointer;
  transition: ease 0.25s
}

.partners__btn:hover {
  opacity: 0.45;
  transition: ease 0.25s
}

.partners__btn--prev {
  left: 0px
}

.partners__btn--next {
  right: 0px
}

.partners img {
  margin: 0 auto
}

.partners h2 {
  margin: 0;
  padding-bottom: 50px
}

.partners p {
  font-weight: 300;
  font-size: 20px;
  color: #646464
}

.benefits__wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding: 75px 0
}

.benefits__span {
  color: #1a25ab
}

.benefits__container {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.benefits__left-col {
  width: 33.21%
}

.benefits__right-col {
  width: 34.21%
}

.benefits__text {
  width: 83.69%
}

.benefits__text-width {
  width: 290px
}

.benefits__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-bottom: 50px
}

.benefits__numb {
  position: relative;
  margin-right: 5.707%;
  width: 52px;
  color: #1a25ab;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #6c7fc3;
  font-size: 26px
}

.benefits .numb-1:before {
  position: absolute;
  content: "1";
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -19px
}

.benefits .numb-2:before {
  position: absolute;
  content: "2";
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -19px
}

.benefits .numb-3:before {
  position: absolute;
  content: "3";
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -19px
}

.benefits .numb-4:before {
  position: absolute;
  content: "4";
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -19px
}

.benefits .numb-5:before {
  position: absolute;
  content: "5";
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -19px
}

.benefits .numb-6:before {
  position: absolute;
  content: "6";
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -19px
}

.benefits .numb-7:before {
  position: absolute;
  content: "7";
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -19px
}

.benefits .numb-8:before {
  position: absolute;
  content: "8";
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -19px
}

.benefits .numb-9:before {
  position: absolute;
  content: "9";
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -19px
}

.benefits .numb-10:before {
  position: absolute;
  content: "10";
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -19px
}

.benefits__center-img {
  position: absolute;
  background-image: url("../img/girl.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 900px;
  width: 518px;
  bottom: 0;
  left: 50%;
  margin-left: -238px
}

.benefits h2 {
  margin: 0;
  margin-bottom: 75px
}

.benefits h3 {
  margin: 0;
  color: #1a25ab;
  line-height: 26px
}

.benefits p {
  margin-bottom: 0;
  line-height: 26px;
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 300
}

/*.slider-about{background-image:url("../img/patterned-bg.jpg")}*/
.slider-about__wrap {
  /*max-width:1280px;*/
  margin: 0 auto;
  text-align: center;
  padding-top: 140px;
  padding-bottom: 0
}

.slider-about__control {
  position: relative;
  /*max-width:1200px;*/
  margin: 0 auto;
  margin-top: 15px
}

.slider-about__btn {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: none;
  z-index: 10;
  top: 50%;
  cursor: pointer;
  transition: ease 0.25s
}

.slider-about__btn:hover {
  opacity: 0.45;
  transition: ease 0.25s
}

.slider-about__btn--prev {
  left: 25px
}

.slider-about__btn--next {
  right: 25px
}

.slider-about h2 {
  margin-top: 0;
  color: #000;
  padding-bottom: 75px
}

.slider-about img {
  margin: 0 auto;
  width: 100%;
}

.reviews {
  background-color: #fafafa
}

.reviews__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 75px 0
}

.reviews__content-inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 50px;
  padding: 0 15px
}

.reviews__control {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 55px
}

.reviews__img {
  position: relative;
  margin-right: 20px
}

.reviews__btn {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: none;
  z-index: 10;
  top: 70px;
  cursor: pointer;
  transition: ease 0.25s
}

.reviews__btn:hover {
  opacity: 0.45;
  transition: ease 0.25s
}

.reviews__btn--prev {
  left: 0
}

.reviews__btn--next {
  right: 0
}

.reviews__slide {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: 10px
}

.reviews__img:before {
  position: absolute;
  content: "";
  background-image: url("../img/circle.png");
  background-repeat: no-repeat;
  width: 120px;
  height: 125px;
  left: -10px
}

.reviews h2 {
  margin: 0;
  text-align: center
}

.reviews h3 {
  font-size: 22px;
  margin: 0;
  color: #1a25ab;
  line-height: 26px
}

.reviews p {
  font-size: 15px;
  line-height: 26px;
  color: #7d7d7d;
  font-weight: 300
}

.steps {
  text-align: center
}

.steps__wrap {
  padding: 75px 0;
  max-width: 1280px;
  margin: 0 auto
}

.steps__span {
  color: #1a25ab
}

.steps__spacer {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 6px;
  background-color: #fafafa
}

.steps__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.steps__content {
  position: relative;
  width: 19.62%;
  margin: 0 auto
}

.steps__content--margin {
  margin-top: -8px
}

.steps__content--dotted:before {
  position: absolute;
  content: "";
  background-image: url("../img/doted.png");
  width: 111px;
  height: 7px;
  right: -70px;
  bottom: 101px
}

.steps h2 {
  margin: 0;
  margin-bottom: 75px
}

.steps h4 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 42px;
  text-transform: uppercase;
  color: #1a25ab;
  font-weight: 400
}

.steps p {
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px
}

.steps img {
  margin-bottom: 20px
}

.appointment {
  background-image: url("../img/apoint-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.appointment__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 65px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.appointment__container {
  background-color: #fff;
  width: 38.671%;
  border-radius: 5px
}

.appointment__description {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.appointment__arrow {
  position: absolute;
  left: -50px;
  top: 60px;
  background-image: url("../img/giant-scapegoat.png");
  background-repeat: no-repeat;
  width: 143px;
  height: 179px
}

.appointment__text-info {
  width: 350px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  font-weight: 600;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 20px
}

.appointment__input {
  width: 78.787%;
  margin: 0 auto
}

.appointment__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 78.787%;
  margin: 0 auto
}

.appointment__left {
  width: 100%;
  margin: 0 auto;
  margin-right: 10px
}

.appointment__right {
  width: 100%;
  margin: 0 auto
}

.appointment__text {
  margin-left: 31px;
  margin-top: 0;
  margin-bottom: 5px;
  color: #9d9d9d
}

.appointment__btn {
  display: block;
  width: 78.787%;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 25px;
  border: none;
  outline: none;
  line-height: 22px;
  background-color: #1a25ab;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-top: 15px;
  transition: ease 0.25s;
  cursor: pointer
}

.appointment__btn:hover {
  opacity: 0.8;
  transition: ease 0.25s
}

::-webkit-input-placeholder {
  color: #9d9d9d
}

::-moz-placeholder {
  color: #9d9d9d
}

:-moz-placeholder {
  color: #9d9d9d
}

:-ms-input-placeholder {
  color: #9d9d9d
}

.appointment h3 {
  text-align: center;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  color: #7d7d7d;
  padding: 50px 0;
  width: 360px;
  margin: 0 auto
}

.appointment select,
#login select {
  width: 100%;
  color: #9d9d9d;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  outline: none;
  border-radius: 25px;
  border: 2px solid #dfdfdf;
  padding-right: 12%;
  padding-left: 30px;
  box-sizing: border-box
}

.appointment input,
#login input {
  width: 100%;
  color: #9d9d9d;
  margin-bottom: 10px;
  line-height: 22px;
  outline: none;
  border-radius: 25px;
  border: 2px solid #dfdfdf;
  padding: 10px 4% 10px 30px;
  box-sizing: border-box
}

.appointment form {
  padding-bottom: 50px
}

.tcalInput {
  background: url(../img/cal.gif) 94% 50% no-repeat
}

@media (min-width:320px) and (max-width:420px) {
  .tcalInput {
    background: none
  }

  .appointment input {
    padding-left: 15px
  }
}

.ui-select {
  width: 100%
}

select::-ms-expand {
  display: none
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@-moz-document url-prefix() {
  .ui-select {
    border: 1px solid #CCC;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
  }

  .ui-select select {
    width: 110%;
    background-position: right 30px center !important;
    border: none !important
  }
}

.map-location {
  position: relative;
  width: 100%;
  height: 400px
}

.map {
  width: 100%;
  height: 100%
}

.map-img {
  display: none
}

.map-info {
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 1000;
  width: 400px;
  height: 456px;
  padding: 30px 60px 0 30px;
  background: #fff;
  border: 3px solid rgba(98, 204, 146, 0.17);
  box-shadow: 0 0 21px rgba(32, 28, 29, 0.19)
}

.map-info h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: #1a25ab
}

.map-info h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  color: #1a25ab
}

.map-info span {
  color: #595959
}

.map-info p {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  color: #9d9d9d
}

.page-footer {
  background-color: #1a25ab
}

.page-footer__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.page-footer__left-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.page-footer__img {
  margin-right: 13.021%
}

.page-footer__mail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px
}

.page-footer__icon-mail {
  display: block;
  background-image: url("../img/mail.png");
  width: 22px;
  height: 18px;
  margin-right: 10px;
  background-repeat: no-repeat
}

.page-footer__mail-link {
  text-decoration: none;
  display: block;
  color: #fff
}

.page-footer__address {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.page-footer__icon-address {
  display: block;
  background-image: url("../img/label-2.png");
  width: 27px;
  height: 27px;
  margin-right: 10px;
  background-repeat: no-repeat
}

.page-footer__right-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.page-footer__info {
  margin-left: 75px;
  align-items: flex-end;
}

.page-footer__link-vk {
  display: block;
  background: url("../img/vk.png") no-repeat center;
  width: 52px;
  height: 52px;
  margin-top: 38px;
  transition: ease 0.25s
}

.page-footer__link-vk:hover {
  opacity: 0.5;
  transition: ease 0.25s
}

.page-footer__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.page-footer__tel-link {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 15px
}

.page-footer__btn {
  display: block;
  width: 235px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  line-height: 52px;
  color: #1a25ab;
  font-size: 14px;
  font-weight: 600;
  transition: ease 0.25s;
  /*margin-bottom: 52px;*/
}

.page-footer__btn:hover {
  opacity: 0.5;
  transition: ease 0.25s
}

.page-footer__contacts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.page-footer__contacts h4 {
  margin-bottom: 25px
}

.page-footer__contacts,
.page-footer__right-col {
  padding-top: 7px
}

.page-footer h4 {
  margin-top: 0;
  font-size: 22px;
  color: #fff
}

.page-footer p {
  color: #fff
}

.popup-container {
  position: fixed;
  top: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85)
}

.popup-container {
  display: none
}

.visible {
  display: block
}

.popup {
  position: relative;
  top: 36%;
  width: 495px;
  padding: 60px 0 45px;
  margin: -210px auto 0;
  background: #fff;
  border-radius: 3px
}

#selectCity .popup {
  position: relative;
  top: 36%;
  width: 495px;
  padding: 119px 0 72px;
  margin: -210px auto 0;
  background: #fff;
  border-radius: 3px
}

.popup__cross {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: url("../img/cross.png") no-repeat center;
  border-radius: 50%;
  border: 9px solid #dcdada
}

.popup__cross:hover {
  border-color: #e4e4e8
}

.popup__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.popup__name {
  display: block;
  width: 78.78%;
  padding: 14px 4% 19px 6%;
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #9d9d9d;
  border: 2px solid #dfdfdf;
  border-radius: 32px
}

.popup__number {
  display: block;
  width: 78.78%;
  padding: 14px 4% 19px 6%;
  margin-bottom: 39px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #9d9d9d;
  border: 2px solid #dfdfdf;
  border-radius: 32px
}

.popup__btn {
  display: block;
  width: 78.78%;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  text-align: center;
  transition: ease 0.3s;
  background: #1a25ab;
  border: 2px solid #1a25ab;
  border-radius: 32px
}

.popup__btn:hover {
  transition: ease 0.3s;
  background: #fff;
  color: #1a25ab
}

.popup__btn-2 {
  display: block;
  width: 78.78%;
  padding: 14px 0;
  margin: 0 auto;
  font-size: 21px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  text-align: center;
  transition: ease 0.3s;
  background: #1a25ab;
  border: 2px solid #1a25ab;
  border-radius: 32px
}

.popup__btn-2:hover {
  transition: ease 0.3s;
  background: #fff;
  color: #1a25ab
}

.popup__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 32px;
  color: #9d9d9d
}

.popup__text {
  width: 76%;
  margin-bottom: 37px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #9d9d9d;
  text-align: center
}

.interview {
  background: #fafafa;
}

.interview .interview-title {
  margin-bottom: 60px;
  line-height: 37px;
  text-align: center;
}

.interview .interview-title span {
  color: #1a25ab;
}

.interview .interview__row {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5% 32px;
  width: 100%;
  background: url('/img/interview_background.png') 0 0 transparent no-repeat;
  background-size: contain;
}

.interview .interview__row:before {
  content: "";
  width: 35%;
  height: 100%;
  position: absolute;
  left: calc(50% - 13%);
  bottom: 0;
  background: url('/img/call-manager.png') 50% 100% transparent no-repeat;
  background-size: contain;
}

.interview .interview__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  padding: 25px 0 0 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.interview .interview__left-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  width: 57.32%;
  padding: 28px 5% 40px 5%;
  text-align: left;
}

.interview .interview__right-col {
  width: 42.68%;
  padding: 28px 5% 40px 10%;
  display: flex;
  align-items: center;
}

.interview .interview-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
}

.interview .vacancy-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  color: #1a25ab;
  padding-bottom: 15px;
}

.interview .interview-text .conditions {
  padding: 15px 0;
}

.interview .interview-text ul {
  list-style-type: disc;
  margin-left: 15px;
  color: #1a25ab;
}

.interview .interview-text ul li span {
  color: initial;
}

.interview .interview-text ul li .small-text {
  font-size: 14px;
}

.interview .interview-form {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 43px rgba(32, 28, 29, 0.2);
  padding: 25px 35px 50px;
}

.interview .interview-form h3 {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #7d7d7d;
  padding: 0 0 35px;
  margin: 0 auto;
}

.interview .interview-form form[name="interview-form"] {
  /* padding-top: 10%; */
}

.interview .interview-form .interview-form__input {
  width: 100%;
  margin: 0 auto
}

.interview .interview-form input {
  width: 100%;
  color: #9d9d9d;
  margin-bottom: 10px;
  line-height: 22px;
  outline: none;
  border-radius: 25px;
  border: 2px solid#dfdfdf;
  padding: 10px 4% 10px 30px;
  box-sizing: border-box;
}

.interview .interview-form select {
  width: 100%;
  color: #9d9d9d;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  outline: none;
  border-radius: 25px;
  border: 2px solid#dfdfdf;
  padding-right: 12%;
  padding-left: 30px;
  box-sizing: border-box;
}

.interview .interview-form .interview-form__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto
}

.interview .interview-form .interview-form__left {
  width: 100%;
  margin: 0 auto;
  margin-right: 10px
}

.interview .interview-form .interview-form__right {
  width: 100%;
  margin: 0 auto
}

.interview .interview-form .interview-form__text {
  margin-left: 31px;
  margin-top: 0;
  margin-bottom: 5px;
  color: #9d9d9d
}

.interview .interview-form .interview-form__btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 25px;
  border: none;
  outline: none;
  line-height: 22px;
  background-color: #1a25ab;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-top: 15px;
  transition: ease 0.25s;
  cursor: pointer
}

.interview .interview-form .interview-form__btn:hover {
  opacity: 0.8;
  transition: ease 0.25s
}

.interview .interview__form-mobile-wrap {
  display: none;
  text-align: center;
  padding-bottom: 30px;
  font-size: 22px;
}

.interview .interview__form-mobile-wrap .interview__form-mobile-btn {
  display: block;
  padding: 19px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  text-align: center;
  transition: ease 0.3s;
  background: #1a25ab;
  border: 2px solid #1a25ab;
  border-radius: 32px;
  margin: 0 auto 20px;
  cursor: pointer;
  outline: none;
}

@media (max-width:1410px) {
  .interview .interview__row:before {
    display: none;
  }
}

@media (min-width:1000px) and (max-width:1300px) {
  .benefits__wrap {
    padding-left: 20px;
    padding-right: 20px
  }

  .benefits__text-width {
    width: auto
  }

  .benefits__center-img {
    display: none
  }

  .benefits__container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .page-header__subtitle {
    width: 65%
  }
}

@media (min-width:1000px) and (max-width:1300px) {
  .about__right-col {
    padding-left: 3.5%
  }
}

@media (max-width:1200px) {
  .page-header__col-left p {
    font-size: 18px
  }

  .page-header__col-left span {
    display: inline
  }

  .page-header__number {
    font-size: 16px;
    font-weight: 700
  }

  .page-header__link {
    font-size: 13px
  }

  .page-header__main-title {
    font-size: 28px;
    line-height: 42px
  }

  .page-header__subtitle {
    font-size: 18px;
    line-height: 30px
  }

  .page-header__advantages-item p {
    font-size: 14px
  }

  .page-header__advantages-item--border:before {
    right: -60px
  }

  .vacancies__link {
    font-size: 9px
  }

  .vacancies__item-title {
    font-size: 20px
  }

  .vacancies__list li {
    font-size: 10px;
    line-height: 22px
  }

  .vacancies__form-btn {
    font-size: 14px
  }

  .about__left-col {
    padding-left: 3.5%
  }

  .about__text {
    width: 100%;
    font-size: 17px
  }

  .about__indicators-item {
    width: 210px;
    height: 210px
  }

  .about__indicators-item span {
    font-size: 56px
  }

  .about__indicators-item p {
    font-size: 11px
  }

  .about__item p {
    font-size: 16px
  }

  .map-info {
    left: 50px
  }
}

@media (max-width:1170px) {
  .benefits__center-img {
    display: none
  }
}

@media (min-width:992px) and (max-width:1235px) {
  .steps__content--dotted:before {
    bottom: 88px
  }
}

@media (min-width:992px) and (max-width:1140px) {
  .appointment__arrow {
    display: block;
    left: -20px
  }
}

@media (max-width:992px) {
  .page-footer .page-footer__tel-link {
    margin: 0 auto 15px
  }

  .page-header__col-right {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .page-header__link {
    width: 70%;
    margin-bottom: 5px
  }

  .page-header__number {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }

  .page-header__main-title {
    width: 80%
  }

  .page-header__subtitle {
    width: 65%;
    text-align: center
  }

  .page-header__advantages-item {
    font-size: 13px
  }

  .page-header__advantages-item--border:before {
    right: -42px
  }

  .vacancies__title {
    font-size: 28px
  }

  .vacancies__item-content {
    padding-right: 6.4%
  }

  .vacancies__img {
    height: 200px
  }

  .vacancies__item-title {
    font-size: 18px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 15px
  }

  .vacancies__list li {
    font-size: 9px;
    line-height: 22px
  }

  .vacancies__link {
    width: 85%
  }

  .vacancies__form {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 94%
  }

  .vacancies__form-btn {
    width: 30%
  }

  .about {
    padding-bottom: 30px
  }

  .about__wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .about__right-col {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding: 20px 0;
    text-align: center
  }

  .about__right-col img {
    margin: 0 auto
  }

  .about__left-col {
    width: 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }

  .about__text {
    width: 85%
  }

  .about__indicators {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .about__indicators-title {
    margin-bottom: 20px
  }

  .about__indicators-item {
    width: 190px;
    height: 190px;
    margin-bottom: 10px
  }

  .about__indicators-item p {
    font-size: 10px
  }

  .about__indicators-item span {
    font-size: 50px
  }

  .benefits__wrap {
    padding: 40px 10px
  }

  .benefits__wrap h2 {
    margin-bottom: 50px
  }

  .benefits__left-col {
    width: 90%;
    margin: 0 auto
  }

  .benefits__right-col {
    width: 90%;
    margin: 0 auto
  }

  .benefits__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto
  }

  .benefits__text-width {
    width: auto
  }

  .slider-about__wrap {
    padding-top: 40px;
    padding-bottom: 91px
  }

  .slider-about__wrap h2 {
    padding-bottom: 0
  }

  .slider-about__img {
    width: 100%
  }

  .steps__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .steps__content--dotted:before {
    display: none
  }

  .steps__content {
    width: 90%;
    margin-bottom: 30px
  }

  .appointment__wrap {
    display: block
  }

  .appointment__arrow {
    display: none
  }

  .map-info {
    width: 320px;
    padding: 30px 25px 0
  }

  .page-footer__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .page-footer__left-col {
    width: 320px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .page-footer__contacts {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .page-footer__contacts h4 {
    margin-bottom: 20px
  }

  .page-footer__right-col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 320px
  }

  .page-footer__link-vk {
    margin-top: 15px;
    margin-bottom: 10px
  }

  .page-footer__mail {
    margin-bottom: 10px
  }

  .page-footer__address {
    text-align: center
  }

  .page-footer__icon-address {
    margin-right: 0
  }

  .page-footer__info {
    margin-left: 0
  }

  .page-footer__img {
    margin-right: 0;
    margin: 0 auto;
    text-align: center
  }

  .page-footer h4 {
    margin-top: 20px;
    text-align: center
  }

  .popup {
    padding: 100px 0 50px;
    margin-top: -189.5px
  }

  .popup__cross {
    top: 24px;
    width: 60px;
    height: 60px
  }

  .interview .interview__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    padding-bottom: 0;
  }

  .interview .interview__left-col,
  .interview .interview__right-col {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .interview .interview-form form[name="interview-form"] {
    /* padding-top: 25px; */
  }
  .interview .vacancy-title,
  .interview .interview__form-mobile-wrap {
    font-size: 18px;
    line-height: 33px;
    font-weight: 500;
  }

  .interview .interview__form-mobile-wrap {
    display: block;
  }
}

@media (min-width:660px) and (max-width:992px) {
  .slider-about__arrows {
    width: 80%
  }
}

@media (min-width:450px) and (max-width:992px) {
  .appointment__container {
    width: 405px;
    margin: 0 auto
  }

  .appointment__content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .appointment__text-info {
    margin: 0 auto;
    margin-top: 25px
  }

  .appointment h3 {
    width: 350px
  }
}

@media (max-width:662px) {
  .page-footer__info {
    margin-left: 10px
  }
}

@media (max-width:660px) {
  .page-header {
    background-position: 53% bottom
  }

  .page-header__info-row {
    padding-top: 25px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .page-header__col-left {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 96%;
    margin-bottom: 10px;
    text-align: center
  }

  .page-header__col-left span {
    display: block
  }

  .page-header__col-left p {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
  }

  .page-header__col-right {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 96%
  }

  .page-header__logo {
    margin-bottom: 8px;
    margin-right: 0
  }

  .page-header__ number {
    margin-right: 0
  }

  .page-header__main-title {
    width: 99%;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px
  }

  .page-header__subtitle {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 99%;
    font-size: 16px
  }

  .page-header__advantages {
    display: none
  }

  .vacancies__wrap {
    padding-top: 25px
  }

  .vacancies__title {
    margin-bottom: 25px
  }

  .vacancies__subtitle {
    padding-bottom: 544px
  }

  .vacancies__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0
  }

  .vacancies__item {
    width: 100%
  }

  .vacancies__item-content {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .vacancies__item-title {
    margin-bottom: 8px;
    text-align: center
  }

  .vacancies__list {
    min-height: 70px;
    margin-bottom: 0
  }

  .vacancies__list li {
    font-size: 12px;
    line-height: 22px
  }

  .vacancies__link {
    width: 94%
  }

  .vacancies__form-wrap {
    margin-top: 0
  }

  .vacancies__form-container {
    padding: 20px 0
  }

  .vacancies__form {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .vacancies__form-name {
    width: 85%;
    margin-bottom: 10px
  }

  .vacancies__form-number {
    width: 85%;
    margin-bottom: 10px
  }

  .vacancies__form-btn {
    width: 85%
  }

  .about__left-col {
    padding: 20px 2.5%
  }

  .about__right-col img {
    max-width: 80%;
    height: auto
  }

  .about__title {
    margin-bottom: 15px
  }

  .about__text {
    width: 100%;
    margin-bottom: 18px
  }

  .about__subtitle {
    margin-bottom: 15px
  }

  .about__item-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px
  }

  .about__item {
    width: 75%;
    margin-bottom: 10px
  }

  .about__indicators-item {
    width: 180px;
    height: 180px
  }

  .about__indicators-item p {
    font-size: 9, 5px
  }

  .partners p {
    font-size: 18px;
    width: 90%
  }

  .slider-about__wrap {
    padding-bottom: 60px
  }

  .slider-about h2 {
    font-size: 25px
  }

  .slider-about__arrows {
    width: 50%
  }

  .slider-about__btn {
    display: none;
    top: 110%
  }

  .reviews__wrap {
    padding: 50px 0
  }

  .reviews__content-inline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0
  }

  .reviews__content-inline {
    padding: 0 20px
  }

  .map-location {
    height: auto
  }

  .map {
    display: none
  }

  .map-info {
    position: static;
    width: 96%;
    margin: 0 auto
  }

  .map-img {
    display: block;
    width: 100%;
    height: 560px;
    margin-bottom: 8px;
    background: url("../img/map.jpg") no-repeat center
  }

  .popup {
    margin-top: -157.5px;
    width: 90%;
    padding: 80px 0 25px
  }

  .popup__btn,
  .popup__btn-2,
  .popup__name,
  .popup__number {
    width: 92%
  }

  .popup__number {
    margin-bottom: 20px
  }

  .popup__cross {
    top: 0px;
    right: 0px
  }

  .page-footer__mail {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
  }

  .page-footer__icon-mail {
    margin-right: 0;
    margin-bottom: 5px
  }

  .page-footer__address {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }

  .page-footer__icon-address {
    width: 19px;
    margin-right: 0;
    margin-bottom: 5px
  }

  .page-footer__right-col {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .appointment h3 span {
    display: block
  }
}

@media (max-width:500px) {
  .benefits p {
    font-size: 16px
  }
}

@media (max-width:450px) {
  .appointment h3 {
    width: 280px
  }

  .appointment__container {
    width: 90%;
    margin: 0 auto
  }

  .appointment__left {
    width: 50%;
    margin: 0 auto;
    margin-right: 10px
  }

  .appointment__right {
    width: 50%;
    margin: 0 auto
  }
}

@media (max-width:400px) {
  .reviews__btn {
    top: 110px
  }
}

.benefits {
  /*background: url(../img/bgBenefits.png);*/
  background: url(../img/bgBenefits2.png) center no-repeat;
  background-size: cover;
}

@font-face {
  font-family: "segoeuib";
  src: url(../font/segoeuib.ttf);
  font-style: normal;
  font-weight: normal;
}

.cityBlock {
  border: 1px solid #fff;
}

.cityBlock:hover {
  border: 1px solid #1a25ab;
}

header {
  background: #fff;
  padding-bottom: 33px;
  padding-top: 20px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.pad0 {
  padding: 0;
}

.txt14 {
  font-size: 14px;
}

.txt16 {
  font-size: 16px;
}

.txt17 {
  font-size: 17px;
}

.txt36 {
  font-size: 36px;
}

.row {
  margin: 0;
}

.marT2 {
  margin-top: 2px;
}

.marT10 {
  margin-top: 10px;
}

.marT15 {
  margin-top: 15px;
}

.marT38 {
  margin-top: 38px;
}

.marT42 {
  margin-top: 42px;
}

.marT45 {
  margin-top: 65px;
}

.marT64 {
  margin-top: 64px;
}

.marT150 {
  margin-top: 150px;
}

.colGreen {
  color: #1a25ab;
}

.myBtn {
  width: 100%;
  background: transparent;
  border-width: 2px;
  border-color: rgb(26, 37, 171);
  border-style: solid;
  border-radius: 50px;
  height: 52px;
  font-size: 14px;
  color: #1a25ab;
  cursor: pointer;
}

.myBtn:hover {
  background: rgb(26, 37, 171);
  color: #fff;
}

.fontsegoeuib {
  font-family: "segoeuib";
}

.lh1_35 {
  line-height: 1.35;
}

.lh24 {
  line-height: 24px;
}

.lh48 {
  line-height: 48px;
}

#selectCity .popup {
  width: 700px;
  padding-top: 40px !important;
}

#selectCity a {
  color: #000;
}

.selectCityBlock {
  text-align: center;
  margin: 0 210px;
  background: rgba(255, 255, 255, 0.74);
}

.popup {
  margin-top: -200px !important;
}

@media (min-width:992px) and (max-width:1199px) {
  .txt16 {
    font-size: 13px;
  }

  .txt36 {
    font-size: 29px;
  }

  .marT150 {
    margin-top: 100px;
  }

  #selectCity .popup {
    margin: -140px auto 0;
  }

  .popup {
    margin-top: -168px;
  }

  #login input,
  #login select {
    line-height: 16px;
    padding: 6px;
  }

  #login .fontsegoeuib {
    font-size: 23px !important;
  }

  .appointment__btn {
    padding: 6px;
    margin-top: 10px;
    font-size: 13px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  header .shap .marT10 {
    margin-top: 0px;
  }

  header .shap .marT15 {
    margin-top: 0px;
  }

  .myBtn {
    margin-top: 15px;
  }

  .txt16 {
    font-size: 12px;
  }

  .txt36 {
    font-size: 23px;
  }

  .marT64 {
    margin-top: 30px;
  }

  .marT150 {
    margin-top: 35px;
  }

  #selectCity .popup {
    margin: -140px auto 0;
  }

  .popup {
    margin-top: -168px;
  }

  #login input,
  #login select {
    line-height: 16px;
    padding: 6px;
  }

  #login .fontsegoeuib {
    font-size: 23px !important;
  }

  .appointment__btn {
    padding: 6px;
    margin-top: 10px;
    font-size: 13px;
  }
}

@media (min-width:520px) and (max-width:767px) {
  .marT150 {
    margin-top: 25px;
  }

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

  .myBtn {
    margin-top: 15px;
  }

  .txt36 {
    font-size: 32px;
  }

  #selectCity .popup {
    width: 500px;
  }

  .selectCityBlock {
    margin: 0 120px;
  }

  #selectCity .popup {
    margin: -140px auto 0;
  }

  .popup {
    margin-top: -168px;
  }

  #login input,
  #login select {
    line-height: 16px;
    padding: 6px;
  }

  #login .fontsegoeuib {
    font-size: 23px !important;
  }

  .appointment__btn {
    padding: 6px;
    margin-top: 10px;
    font-size: 13px;
  }
}


@media screen and (max-width: 519px) {
  .text-center-xs {
    text-align: center;
  }

  .myBtn {
    margin-top: 10px;
  }

  .txt16 {
    font-size: 12px;
  }

  .txt36 {
    font-size: 20px;
  }

  .marT150 {
    margin-top: 15px;
  }

  #selectCity .popup {
    width: 310px;
  }

  .selectCityBlock {
    margin: 0 40px;
  }

  #selectCity .popup {
    margin: -140px auto 0;
  }

  .popup {
    margin-top: -168px;
  }

  #login input,
  #login select {
    line-height: 16px;
    padding: 6px;
  }

  #login .fontsegoeuib {
    font-size: 23px !important;
  }

  .appointment__btn {
    padding: 6px;
    margin-top: 10px;
    font-size: 13px;
  }

  .daterangepicker {
    margin-top: -190px !important;
  }
}

.btn-support:hover {background: #962625 !important;opacity: 1;}
.btn-support{align-self: center; color: white; background: #c93533;}
.page-footer__link-tg{background: url('/img/telegram.png') no-repeat center; background-size: 100%; display: block; width: 52px; height: 52px; margin-top: 38px; transition: ease 0.25s; margin-left: 1rem;}

.footer-support {
  display: flex;
}

.footer-support .page-footer__link-tg{
  margin: unset;
}

.footer-support .page-footer__link-tg a{
  margin: unset;
}

.footer-support .btn-support{
    width: 100%;
    margin-left: 1rem;
    padding: 0px 1rem;
    /*animation: pulse 2s infinite;*/
}

/*.page-footer__tg a {
    animation: pulse-sm 3s infinite;
    border-radius: 100%;
}*/


.page-footer {
  /*padding-bottom: 3rem;*/
}

.footer-support {
  position: fixed !important;
  bottom: 20px;
  left: 20px;

  /*transform: translateY(calc(-100% + 30px));*/
  
  /*left: calc((100% - 1280px) / 2);*/

}

a[href="http://arkada2007.ru"] {
  padding-top: 52px;
}

@media screen and (max-width: 1279px){

  .footer-support {
    position: fixed !important;
    right: 2rem;
  }
}

@keyframes pulse-sm {
  0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
