@font-face {
  font-family: 'Phenomena-Regular';
  src: url('fonts/Phenomena-Regular.eot');
  src: local('O'), url('fonts/Phenomena-Regular.woff') format('woff'), url('fonts/Phenomena-Regular.ttf') format('truetype'), url('fonts/Phenomena-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Phenomena-Bold';
  src: url('fonts/Phenomena-Bold.eot');
  src: local('O'), url('fonts/Phenomena-Bold.woff') format('woff'), url('fonts/Phenomena-Bold.ttf') format('truetype'), url('fonts/Phenomena-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Phenomena-Light';
  src: url('fonts/Phenomena-Light.eot');
  src: local('O'), url('fonts/Phenomena-Light.woff') format('woff'), url('fonts/Phenomena-Light.ttf') format('truetype'), url('fonts/Phenomena-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Phenomena-Regular';
  background: #FFFFFF;
  color: #464748;
  line-height: 1.2;
  font-size: 18px;
  letter-spacing: 2.2px;
}
.content {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
}
.content_small {
  max-width: 1060px;
}
.wrapper {
  width: 100%;
}
.wrapper_top {
  background: url(img/bg1.jpg) no-repeat 50%;
  background-size: cover;
}
.wrapper_type {
  background: url(img/bg2.jpg) no-repeat 50%;
  background-size: cover;
}
.wrapper_blue {
  background: #3176c1;
}
.wrapper_about {
  background-image: url(img/left_img.jpg), url(img/right_img.jpg);
  background-repeat: no-repeat;
  background-position: 0 0, 100% 50%;
  background-size: auto 100%, auto 80%;
}
.blue {
  color: #3176c1;
}
.bold {
  font-family: 'Phenomena-Bold';
}
p:not(:last-child) {
  margin-bottom: 20px;
}
.title {
  font-family: 'Phenomena-Light';
  font-weight: 300;
  font-size: 65px;
  margin-bottom: 20px;
  line-height: 1;
  color: #0b0f16;
}
.logo {
  display: inline-block;
}
.logo img {
  display: block;
}
.list {
  list-style: none;
  margin-bottom: 20px;
}
.list li {
  position: relative;
  padding-left: 20px;
}
.list li::before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #464748;
  border-radius: 50%;
}
.list-star {
  list-style: none;
  font-family: 'Phenomena-Bold';
  font-size: 26px;
  margin-bottom:13px;
}
.list-star li {
  margin-bottom: 25px;
  position: relative;
  padding-left: 34px;
}
.list-star li::before {
  content: '';
  background: url(img/star.png) no-repeat 0 0;
  width: 21px;
  height: 23px;
  position: absolute;
  top: 8px;
  left: 0;
  background-size: 100%;
}
.list-star_line {
  font-size: 18px;
  font-family: 'Phenomena-Light';
}
.list-star_line li {
  display: inline-block;
  padding-left: 23px;
}
.list-star_line li:not(:last-child) {
  margin-right: 25px;
}
.list-star_line li::before {
  width: 14px;
  height: 16px;
  top: 5px;
}
.list-number {
  counter-reset: item;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  font-family: 'Phenomena-Light';
  font-size: 20px;
  color: #0b0f16;
}
.list-number li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  padding: 0 10px;
  width: 25%;
  min-width: 25%;
}
.list-number li::before {
  content: attr(i);
  display: block;
  margin-right: 10px;
  background: url(img/circle.png) no-repeat 50%;
  background-size: 100%;
  width: 61px;
  min-width: 61px;
  height: 61px;
  line-height: 54px;
  text-align: center;
  font-size: 46px;
  color: #FFFFFF;
}
.close {
  cursor: pointer;
  background: url(img/close.png) no-repeat 50%;
  background-size: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.button {
  display: inline-block;
  border: 3px solid #f2092a;
  font-family: 'Phenomena-Light';
  font-size: 22px;
  color: #ffffff;
  padding: 0 15px;
  transition: all 0.3s;
  text-transform: uppercase;
  cursor: pointer;
  background: #f2092a;
  text-align: center;
  border-radius: 3px;
  line-height: 30px;
  height: 40px;
}
.button:hover {
  color: #f2092a;
  background: #FFFFFF;
}
.button:active {
  color: #f2092a;
  background: #FFFFFF;
  box-shadow: 0 -3px #860707;
}
.button_full {
  width: 100%;
}
.form__item {
  margin-bottom: 14px;
}
.form__label {
  font-size: 17px;
  padding-left: 15px;
  display: block;
  color: #5d5c5c;
}
.form__select select {
  display: block;
  width: 100%;
   -webkit-appearance: none;
   -moz-appearance: none;
   text-indent: 0.01px;
   text-overflow: '';
   -ms-appearance: none;
   appearance: none!important;
   font-family: 'Phenomena-Regular';
   font-size: 22px;
   color: #0b0f16;
   background: #ffffff url(img/select.png) no-repeat 98% 50%;
   border-radius: 3px;
   border: 1px solid #818181;
   padding: 0 10px 4px;
   height: 40px;
}
.form__select select::-ms-expand {
  display: none;
}
.form__field {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #818181;
  font-family: 'Phenomena-Light';
  font-size: 18px;
  color: #0b0f16;
  background: #ffffff;
  transition: all 0.3s;
  padding: 0 15px;
  text-align: center;
  height: 40px;
}
.form__field::-webkit-input-placeholder {
  color: #5d5d5d;
  opacity: 1;
}
.form__field::-moz-placeholder {
  color: #5d5d5d;
  opacity: 1;
}
.form__field:-moz-placeholder {
  color: #5d5d5d;
  opacity: 1;
}
.form__field:-ms-input-placeholder {
  color: #5d5d5d;
  opacity: 1;
}
.popup {
  max-width: 430px;
  margin: auto;
  position: relative;
}
.popup-custom.mfp-bg {
  opacity: 0.8;
}
.popup-custom .mfp-close {
  color: transparent;
  font-size: 0;
  opacity: 1;
  cursor: pointer;
  background: url(img/close.png) no-repeat 50%;
  background-size: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
}
header {
  background: #FFFFFF;
  box-shadow: 0 1px 10px rgba(21, 22, 28, 0.61);
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0 15px;
}
.header__contacts {
  padding: 35px 15px 0;
}
.phones {
  margin-bottom: 20px;
  padding-left: 39px;
  background: url(img/phone.jpg) no-repeat 0 10px;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.phone-link {
  font-family: 'Phenomena-Light';
  font-size: 32px;
  color: #0b0f16;
  display: inline-block;
}
.phone-link:first-child {
  margin-right: 15px;
}
.phone-link__code {
  font-size: 22px;
}
.header__text {
  font-family: 'Phenomena-Bold';
  color: #41444a;
}
.header__button {
  padding-top: 40px;
  max-width: 210px;
  text-align: center;
}
.header__button a:last-child {
  font-weight: 700;
}
.header__button a.button {
  margin-bottom: 20px;
}
.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 25px;
}
.top__title {
  font-family: 'Phenomena-Regular';
  font-size: 58px;
  font-weight: 400;
  margin-bottom: 46px;
  line-height: 1;
}
.top__text {
  color: #FFFFFF;
  padding-right: 30px;
  width: 50%;
  min-width: 50%;
}
.top__form {
  padding-left: 30px;
  width: 430px;
  min-width: 430px;
}
.form-block {
  border: 1px solid #ffffff;
}
.form-block__top {
  background-color: #d8e0ea;
  padding: 51px 20px 40px;
  background-image: url(img/arrows.png);
  background-position: 50% 20px;
  background-repeat: no-repeat;
}
.form-block__title {
  font-family: 'Phenomena-Bold';
  font-size: 29px;
  margin-bottom: 33px;
  color: #0b0f16;
  text-align: center;
  font-size: 400;
}
.form-block__bottom {
  background: #3176c1;
  padding: 29px 20px 20px;
}
.advantages {
  padding: 40px 0 0;
}
.advantages__row {
  margin-bottom: 68px;
  margin-right: -20px;
  padding: 31px 20px 25px 0;
  background: url(img/iso17100-2015.jpg) no-repeat 100% 0;
  background-size: auto 100%;
}
.advantages .title {
  max-width: 650px;
}
.advantages__text {
  max-width: 50%;
  margin-bottom: 21px;
}
.advantages__subtitle {
  margin-bottom: 11px;
  font-family: 'Phenomena-Bold';
}
.types {
  padding: 70px 0 75px;
}
.types__block {
  box-shadow: 0 5px 25px rgba(21, 22, 28, 0.61);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2px;
}
.types__item {
  width: 20%;
  min-width: 20%;
  padding: 0 2px;
}
.type {
  cursor: pointer;
}
.type__image {
  height: 390px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.type__name {
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  background: #FFFFFF;
  border-top: 2px solid #f2092a;
  transition: all 0.3s;
  font-size: 28px;
  color: #0b0f16;
  text-align: center;
  line-height: 1.15;
}
.type:hover .type__name {
  color: #FFFFFF;
  background: #F2092A;
}
.type__more {
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  display: none;
  padding: 35px 15px;
  font-family: 'Phenomena-Light';
  font-size: 16px;
}
.type__title {
  font-family: 'Phenomena-Regular';
  font-weight: 400;
  font-size: 38px;
  margin-bottom: 20px;
  line-height: 1;
  color: #041e39;
}
.type__subtitle {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.15;
  color: #041e39;
}
.type__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow-y: auto;
}
.type__col {
  width: 50%;
  min-width: 50%;
  padding: 0 25px;
}
.cost {
  padding: 65px 0 105px;
}
.cost .title {
  text-align: center;
  margin-bottom: 57px;
}
.cost-tabs {
  min-height: 640px;
  position: relative;
  background: #3176c1;
  padding: 20px 0;
}
.cost-tabs__item {
  padding: 3px 0;
}
.cost-tabs__link {
  color: #FFFFFF;
  padding: 0 35px 0 18px;
  transition: all 0.3s;
  position: relative;
  width: 165px;
  cursor: pointer;
}
.cost-tabs__name {
  padding-left: 10px;
  position: relative;
  height: 19px;
  line-height: 15px;
}
.cost-tabs__name::before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #ffffff;
  border-radius: 50%;
}
.cost-tabs__flag {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 19px;
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.3s;
}
.cost-tabs__link:hover,
.cost-tabs__link_active {
  background: #0f3f74;
}
.cost-tabs__link:hover .cost-tabs__flag,
.cost-tabs__link_active .cost-tabs__flag {
  opacity: 1;
}
.cost-tabs__block {
  border: 1px solid #d4d4d4;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 165px;
}
.cost-tabs__block_hidden {
  display: none;
}
.cost-tabs__wrapper {
  height: 100%;
  padding: 15px 20px 175px;
  font-family: 'Phenomena-Light';
  font-size: 16px;
  position: relative;
}
.cost-tabs__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow-y: auto;
}

.cost-tabs__col {
  width: 50%;
  min-width: 50%;
  padding: 0 20px;
}
.cost-tabs__title {
  font-family: 'Phenomena-Regular';
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.15;
  color: #041e39;
}
.cost-tabs__line {
  color: #FFFFFF;
  background: #3176c1;
  padding: 1px 0 4px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 24px;
}
.cost-tabs__part {
  padding: 0 10px;
  line-height: 1;
}
.cost-tabs__bold {
  font-size: 34px;
}
.cost-tabs__note {
  color: #3176c1;
  font-size: 14px;
}
.cost-tabs__price {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 50%;
  padding: 0 20px 0 40px;
}
.cost-tabs__price .cost-tabs__title {
  margin-bottom: 6px;
}
.cost-tabs__button {
  position: absolute;
  bottom: 38px;
  right: 0;
  width: 50%;
  padding: 0 40px 0 20px;
  text-align: center;
}
.parthers {
  padding: 40px 0 64px;
}
.parthers .title {
  color: #FFFFFF;
  text-align: center;
  font-size: 45px;
  margin-bottom: 56px;
}
.parthers__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.parthers__image {
  padding: 0 28px;
}
.parthers__image img {
  display: block;
}
.about {
  padding: 40px 0 50px;
  text-align: center;
  font-family: 'Phenomena-Light';
}
.about__main-text {
  font-size: 25px;
  color: #0b0f16;
  margin: 0 auto 60px;
  max-width: 805px;
}
.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__item {
  width: 33.3333%;
  min-width: 33.3333%;
  padding: 0 15px;
}
.about__image {
  margin-bottom: 10px;
}
.form__line {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 755px;
  margin: auto;
}
.form__line .form__item {
  width: 33.3333%;
  min-width: 33.3333%;
  padding: 0 7px;
  margin: 0;
}
.form__line .form__field {
  text-align: left;
}
.footer__top {
  background: #1f253f;
  padding: 10px 0;
  color: #FFFFFF;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__info {
  width: 50%;
  min-width: 50%;
  padding: 20px 20px 0 0;
}
.footer__logo {
  margin-bottom: 32px;
}
.footer__title {
  font-size: 28px;
  color: #3176c1;
  margin-bottom: 9px;
}
.footer__list {
  list-style: none;
}
.footer__list li {
  margin-bottom: 6px;
}
.footer__icon {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  width: 14px;
}
.footer__map {
  width: 50%;
  min-width: 50%;
}
.footer__bottom {
  padding: 5px 0;
  text-align: right;
  font-size: 14px;
  background: #0d0f17;
  color: #FFFFFF;
  font-family: 'Phenomena-Light';
}
.message {
  background: #3176c1;
  padding: 25px 20px;
  color: #FFFFFF;
  text-align: center;
  font-size: 25px;
  border: 1px solid #FFFFFF;
}
#call .thankYou, .top__form .thankYou, #translate .thankYou {
  color: #fff;
  text-align: center;
  background: #3176c1;
  padding: 20px;
  font-size: 20px;
}
.wrapper_blue .thankYou {
  padding: 25px 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
}