@font-face {
  font-family: 'Gotham Pro Light';
  src: url("../fonts/GothamPro-Light.eot");
  src: url("../fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro Light Italic';
  src: url("../fonts/GothamPro-LightItalic.eot");
  src: url("../fonts/GothamPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-LightItalic.woff") format("woff"), url("../fonts/GothamPro-LightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro Regular';
  src: url("../fonts/GothamPro.eot");
  src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro Medium';
  src: url("../fonts/GothamPro-Medium.eot");
  src: url("../fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro Bold';
  src: url("../fonts/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body, * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

body {
  background: #fff;
  font-family: 'Gotham Pro Regular', sans-serif;
  font-size: 16px;
  color: #000;
  position: relative; }

.container {
  max-width: 980px;
  padding: 0 15px;
  margin: 0 auto; }

.hidden {
  display: none; }

.header {
  background: url("../img/bg_header.jpg") top center no-repeat;
  background-size: cover;
  min-height: 600px;
  position: relative; }

.header__title {
  font-size: 40px;
  color: #fff;
  font-weight: normal;
  font-family: 'Gotham Pro Medium', sans-serif;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.49); }

.header__form {
  width: 350px;
  border-radius: 4px;
  background: #f0f0ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 40px 40px; }

.header__form-title {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000;
  font-family: 'Gotham Pro Bold', sans-serif;
  margin-bottom: 15px; }
  .header__form-title_orange {
    color: #ee3d14; }

.header__form-button {
  background: #e25323;
  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;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 48px;
  font-size: 15px;
  font-family: 'Gotham Pro Medium', sans-serif;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  text-decoration: none; }
  .header__form-button:hover {
    background: #cc4b20; }
  .header__form-button:active {
    background: #b3421c; }

.header__form-select {
  margin-bottom: 14px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  border: none;
  padding: 1px 15px;
  width: 100%;
  height: 48px;
  color: #999;
  font-size: 15px;
  font-family: 'Gotham Pro Light', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .header__form-select.error {
    -webkit-box-shadow: 0 0 6px rgba(255, 0, 0, 0.4);
    box-shadow: 0 0 6px rgba(255, 0, 0, 0.4);
    border: 1px solid red; }
  .header__form-select.valid {
    -webkit-box-shadow: 0 0 6px rgba(123, 196, 118, 0.4);
    box-shadow: 0 0 6px rgba(123, 196, 118, 0.4);
    border: 1px solid #74c47b; }

.header__select-wrapper {
  position: relative; }
  .header__select-wrapper:after {
    position: absolute;
    right: 15px;
    top: 23px;
    border: 5px solid transparent;
    border-top: 5px solid #a0a0a0;
    display: block;
    content: ''; }

.header__main {
  padding-top: 170px; }
  .header__main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.header__left {
  position: relative; }

.header__description {
  font-size: 22px;
  color: #fff;
  margin: 20px 0 30px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.49); }

.header__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header__price {
  font-size: 14px;
  font-family: 'Gotham Pro Medium', sans-serif;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.49);
  margin-left: 14px;
  color: #fff;
  text-transform: uppercase; }

.header__byn {
  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;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #7bc476;
  font-size: 9px;
  font-family: 'Gotham Pro Medium', sans-serif;
  text-transform: uppercase;
  color: #fff; }

.header__top-line {
  position: fixed;
  width: 100%;
  left: 0;
  margin: 0;
  top: 0;
  z-index: 20;
  height: 66px;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  border-bottom: 1px solid rgba(255, 255, 255, 0); }
  .header__top-line.fixed {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5; }
  .header__top-line .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.logo {
  display: block;
  width: 155px;
  height: 64px; }
  .logo.fixed {
    display: none;
    width: 141px;
    height: 24px;
    margin-top: 24px;
    margin-right: 14px; }

.header__top-line.fixed .logo {
  display: none; }
  .header__top-line.fixed .logo.fixed {
    display: block; }

.header__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 45px;
  width: calc(100% - 155px - 45px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header__menu {
  margin: 27px 0 0; }

.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0; }

.header__menu-item {
  margin-right: 30px; }

.header__menu-link {
  color: #fff;
  text-decoration: none;
  font-family: 'Gotham Pro Medium', sans-serif;
  font-size: 14px; }

.header__top-line.fixed .header__menu-link {
  color: #4c4c4c; }

.header__links {
  padding-left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: url("../img/login.png") no-repeat 0 4px;
  margin-top: 13px; }

.header__login,
.header__reg {
  color: #fff;
  border-bottom: 2px dotted white;
  font-size: 13px;
  font-family: 'Gotham Pro Medium', sans-serif;
  text-decoration: none;
  overflow: hidden;
  max-width: 85px;
  white-space: nowrap;
  position: relative;
  margin-bottom: 7px;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear; }
  .header__login:hover,
  .header__reg:hover {
    color: #74c47b;
    border-bottom: 2px dotted #74c47b; }

.header__top-line.fixed .header__login,
.header__top-line.fixed .header__reg {
  color: #4c4c4c;
  border-bottom: 2px dotted #4c4c4c; }

.header__toogle-button {
  display: none;
  width: 25px;
  margin-top: 27px;
  margin-right: 10px; }
  .header__toogle-button:hover .header__toogle-button-line {
    background-color: #000; }

.header__toogle-button-line {
  background-color: #7bc476;
  width: 25px;
  height: 3px;
  margin-bottom: 5px;
  display: block; }

.info {
  background: #7bc476;
  padding: 50px 0; }

.info__text {
  color: #fff;
  margin: 0 25px;
  text-align: center;
  font-family: 'Gotham Pro Regular', sans-serif;
  font-size: 24px; }

.programs {
  padding: 90px 0 0; }
  .programs .container {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 90px; }

.main-title {
  font-size: 28px;
  font-family: 'Gotham Pro Medium', sans-serif;
  text-align: center;
  color: #4c4c4c; }

.programs__list {
  list-style: none;
  padding: 0;
  margin: 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.programs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%; }

.programs .owl-item:nth-child(1) .programs__item-wrapper {
  margin-bottom: 90px; }

.programs__item-wrapper {
  width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.programs__icon-wrapper {
  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;
  height: 105px;
  margin-bottom: 35px; }

.programs__item-title {
  text-align: center;
  font-size: 18px;
  color: #2e2e2e;
  font-family: 'Gotham Pro Regular', sans-serif; }

.tutor {
  padding: 90px 0; }
  .tutor .owl-carousel .owl-nav button.owl-prev {
    background: url(../img/arrow-sprite.png) no-repeat;
    background-position: 0 -45px;
    width: 45px;
    height: 45px;
    left: -65px;
    top: 50%;
    margin-top: -66px;
    position: absolute; }
    .tutor .owl-carousel .owl-nav button.owl-prev:hover {
      background-position: 0 0; }
  .tutor .owl-carousel .owl-nav button.owl-next {
    background: url(../img/arrow-sprite.png) no-repeat;
    background-position: -45px -45px;
    width: 45px;
    height: 45px;
    right: -65px;
    top: 50%;
    margin-top: -66px;
    position: absolute; }
    .tutor .owl-carousel .owl-nav button.owl-next:hover {
      background-position: -45px 0; }
  .tutor .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px; }
  .tutor .owl-dot span {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #e9e9e9;
    margin: 0 5px; }
  .tutor .owl-dot:hover span {
    border: 1px solid #7dc379; }
  .tutor .owl-dot.active span {
    background: #7dc379; }

.tutor__order {
  background: #e25323;
  width: 320px;
  height: 48px;
  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;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Gotham Pro Medium', sans-serif;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  margin: 45px auto 0; }
  .tutor__order:hover {
    background: #cc4b20; }
  .tutor__order:active {
    background: #b3421c; }

.tutor__list {
  list-style: none;
  padding: 0;
  margin: 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tutor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 65px; }
  .tutor__item:last-child {
    margin-bottom: 0; }

.tutor__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 130px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.tutor__fio {
  color: #3c3c3c;
  font-size: 16px;
  font-family: 'Gotham Pro Medium', sans-serif;
  margin-bottom: 10px; }

.tutor__country-name {
  font-size: 14px;
  color: #3c3c3c;
  margin-left: 5px; }

.tutor__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }

.tutor__items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px; }
  .tutor__items-wrapper img {
    max-width: 100%;
    width: auto !important; }

.tutor__recalls,
.tutor__resume {
  color: #70b36c;
  border-bottom: 1px dashed #70b36c;
  text-decoration: none;
  font-size: 14px; }
  .tutor__recalls:hover,
  .tutor__resume:hover {
    color: #3c3c3c;
    border-bottom: 1px dashed #3c3c3c; }

.tutor__subjects,
.tutor__experience,
.tutor__reg,
.tutor__price {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 8px; }

.tutor__recalls {
  margin-left: 4px; }

.tutor__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 25px; }

.stars {
  position: relative;
  display: block;
  background: url(../img/stars@2.png) repeat-x 0 0;
  height: 18px;
  width: 106px; }

.stars__current {
  position: absolute;
  display: block;
  background: url(../img/stars@2.png) repeat-x 0 -20px;
  height: 18px;
  width: 100%; }

.tutor__rating {
  margin: 15px 0 5px; }

.percent {
  background: #7bc476;
  overflow: hidden; }
  .percent .container {
    padding: 53px 15px;
    position: relative; }
    .percent .container:before {
      position: absolute;
      left: -218px;
      top: 0;
      width: 198px;
      height: 160px;
      content: '';
      background: url("../img/ok.png") no-repeat; }
    .percent .container:after {
      width: 444px;
      height: 92px;
      background: url("../img/percent.png") no-repeat;
      position: absolute;
      top: 0;
      right: -230px;
      content: ''; }

.percent__text {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: 'Gotham Pro Regular', sans-serif;
  margin: 0 10px; }

.work {
  padding: 90px 0 65px; }

.work__main-title-description {
  font-size: 18px;
  color: #4c4c4c;
  font-family: 'Gotham Pro Regular', sans-serif;
  text-align: center;
  margin-top: 13px; }

.work-text {
  background: #1b92ca;
  padding: 30px 0; }

.work-text_caption {
  font-size: 16px;
  color: #fff;
  font-family: 'Gotham Pro Regular', sans-serif; }

.work__step {
  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;
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #1b92ca;
  color: #fff;
  font-size: 20px;
  position: relative; }

.work__list {
  list-style: none;
  padding: 0;
  margin: 100px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
  .work__list:before {
    position: absolute;
    width: 8px;
    height: calc(100% + 65px);
    display: block;
    content: '';
    background: #1b92ca;
    left: 17px;
    top: 0; }

.work__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }
  .work__item:first-child .work__text {
    padding-right: 150px; }
  .work__item:nth-child(2) .work__text {
    padding-right: 240px; }
  .work__item:last-child {
    margin-bottom: 0; }
    .work__item:last-child .work__text {
      padding-right: 50px; }

.work__text-wrapper {
  margin-left: 35px; }

.work__title {
  font-size: 15px;
  text-transform: uppercase;
  color: #4c4c4c;
  font-family: 'Gotham Pro Medium', sans-serif;
  margin-bottom: 15px; }

.work__text {
  font-size: 15px;
  line-height: 20px;
  color: #4c4c4c; }

.how {
  padding: 90px 0; }

.how__list {
  margin: 90px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none; }

.how__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .how__item:nth-child(1) {
    width: 160px; }
  .how__item:nth-child(2) {
    width: 170px; }
  .how__item:nth-child(3) {
    width: 140px; }
  .how__item:nth-child(4) {
    width: 194px; }
  .how__item:nth-child(5) {
    width: 140px; }
    .how__item:nth-child(5) .how__number:after {
      display: none; }

.how__text {
  font-size: 18px;
  font-family: 'Gotham Pro Medium', sans-serif;
  color: #4d4d4d;
  text-align: center;
  margin-top: 25px; }

.how__number {
  background: #7bc476;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  position: relative; }
  .how__number:after {
    position: absolute;
    left: 48px;
    top: 23px;
    width: 170px;
    height: 7px;
    content: '';
    background: #7bc476; }

.who__button {
  margin: 55px auto 0;
  background: #e25323;
  width: 250px;
  height: 48px;
  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;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Gotham Pro Medium', sans-serif;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  text-decoration: none; }
  .who__button:hover {
    background: #cc4b20; }
  .who__button:active {
    background: #b3421c; }

.oferta {
  padding: 35px 0;
  background: #7bc476; }

.oferta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.oferta__text {
  margin-left: 32px;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-family: 'Gotham Pro Bold', sans-serif; }

.advantages {
  padding: 90px 0; }

.advantages__list {
  list-style: none;
  padding: 0;
  margin: 100px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.advantages__item {
  width: 50%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px; }
  .advantages__item:nth-child(5), .advantages__item:nth-child(6) {
    margin-bottom: 0; }

.advantages__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 50px;
  width: 50px;
  height: 50px;
  background: #7bc476;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  margin-top: 10px; }

.advantages__title {
  font-size: 15px;
  text-transform: uppercase;
  color: #4c4c4c;
  font-family: 'Gotham Pro Medium', sans-serif;
  margin-bottom: 10px; }

.advantages__text {
  font-size: 15px;
  line-height: 20px;
  color: #4c4c4c; }

.advantages__text-wrapper {
  margin-left: 40px; }

.advantages__button {
  margin: 70px auto 0;
  background: #e25323;
  width: 324px;
  height: 48px;
  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;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Gotham Pro Medium', sans-serif;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  text-decoration: none; }
  .advantages__button:hover {
    background: #cc4b20; }
  .advantages__button:active {
    background: #b3421c; }

.every {
  background: #e4bf12;
  overflow: hidden; }
  .every .container {
    padding: 40px 15px;
    position: relative; }
    .every .container:before {
      position: absolute;
      left: 20px;
      top: 35px;
      background: url("../img/child.png") no-repeat;
      width: 136px;
      height: 136px;
      content: ''; }

.every__inner {
  padding-left: 188px; }

.every__text {
  font-size: 24px;
  color: #fff; }

.recall {
  padding: 70px 0 0; }
  .recall .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px; }
  .recall .owl-dot span {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #e9e9e9;
    margin: 0 5px; }
  .recall .owl-dot:hover span {
    border: 1px solid #7dc379; }
  .recall .owl-dot.active span {
    background: #7dc379; }
  .recall .container {
    padding-bottom: 100px;
    border-bottom: 1px solid #e5e5e5; }
  .recall .owl-carousel .owl-nav button.owl-prev {
    background: url(../img/arrow-sprite.png) no-repeat;
    background-position: 0 -45px;
    width: 45px;
    height: 45px;
    left: -100px;
    top: 30px;
    position: absolute; }
    .recall .owl-carousel .owl-nav button.owl-prev:hover {
      background-position: 0 0; }
  .recall .owl-carousel .owl-nav button.owl-next {
    background: url(../img/arrow-sprite.png) no-repeat;
    background-position: -45px -45px;
    width: 45px;
    height: 45px;
    right: -100px;
    top: 30px;
    position: absolute; }
    .recall .owl-carousel .owl-nav button.owl-next:hover {
      background-position: -45px 0; }

.recall__list {
  margin: 65px auto 0;
  width: 720px;
  list-style: none;
  padding: 0; }

.recall__item {
  width: 720px;
  text-align: center; }

.recall__text {
  font-size: 16px;
  line-height: 22px;
  color: #4d4d4d;
  margin-bottom: 35px; }

.recall__author {
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 10px; }

.recall__data {
  font-size: 14px;
  color: #a0a0a0; }

.recall__button {
  margin: 45px auto 0;
  background: #e25323;
  width: 240px;
  height: 48px;
  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;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Gotham Pro Medium', sans-serif;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  text-decoration: none; }
  .recall__button:hover {
    background: #cc4b20; }
  .recall__button:active {
    background: #b3421c; }

.questions {
  padding: 90px 0 110px; }

.questions__main-title-description {
  font-size: 18px;
  color: #4c4c4c;
  text-align: center;
  margin-top: 13px; }

.questions__list {
  list-style: none;
  padding: 0;
  margin: 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.questions__item {
  margin-bottom: 40px; }
  .questions__item:last-child {
    margin-bottom: 0; }

.questions__title {
  font-size: 18px;
  font-family: 'Gotham Pro Medium', sans-serif;
  color: #71b46c;
  margin-bottom: 16px; }

.questions__answer {
  font-size: 16px;
  line-height: 24px;
  color: #666; }

.footer {
  border-top: 1px solid #e5e5e5;
  padding: 60px 0 80px; }

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

.footer__links {
  width: 400px;
  list-style: none;
  padding: 0 20px 0 0;
  margin: 0; }

.footer__link-item {
  margin-bottom: 4px; }
  .footer__link-item:last-child {
    margin-bottom: 0; }

.footer__link {
  font-size: 14px;
  text-decoration: none;
  color: #4c4c4c; }
  .footer__link:hover {
    text-decoration: underline; }

.footer__list {
  width: 330px;
  list-style: none;
  padding: 0 20px 0 0;
  margin: 0; }
  .footer__list .footer__link {
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear; }
    .footer__list .footer__link:hover {
      color: #74c47b; }

.footer__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.footer__phone {
  text-decoration: none;
  font-size: 18px;
  color: #4c4c4c;
  margin-top: 7px; }

.footer__mail {
  font-size: 14px;
  color: #6dac67;
  text-decoration: none;
  margin-top: 4px;
  margin-bottom: 25px; }
  .footer__mail:hover {
    text-decoration: underline; }

.footer__copyright {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 24px; }

.footer__ip {
  position: relative;
  margin-top: 15px; }
  .footer__ip:hover .footer__ip-tooltip {
    opacity: 1;
    visibility: visible; }

.footer__ip-tooltip {
  position: absolute;
  top: 33px;
  left: -65px;
  padding: 10px 15px;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  width: 450px; }
  .footer__ip-tooltip:before {
    position: absolute;
    left: 110px;
    top: -10px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.footer__ip-text {
  display: inline-block;
  font-size: 14px;
  color: #6dac67;
  /*border-bottom: 1px dotted #6dac67;*/
  position: relative; }
  /*.footer__ip-text:after {*/
  /*  position: absolute;*/
  /*  right: -14px;*/
  /*  top: 5px;*/
  /*  width: 10px;*/
  /*  height: 5px;*/
  /*  content: '';*/
  /*  background: url("../img/arrow-down.png") no-repeat; }*/

.footer__payments {
  margin-top: 20px;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer__payments-item {
  margin-right: 12px;
  margin-bottom: 6px; }

.flag-NOWHERE, .flag-ABKHAZIA, .flag-AD, .flag-AE, .flag-AF, .flag-AG, .flag-AI, .flag-AL, .flag-AM, .flag-AN, .flag-AO, .flag-AQ, .flag-AR, .flag-AS, .flag-AT, .flag-AU, .flag-AW, .flag-AX, .flag-AZ, .flag-BA, .flag-BB, .flag-BD, .flag-BE, .flag-BF, .flag-BG, .flag-BH, .flag-BI, .flag-BJ, .flag-BL, .flag-BM, .flag-BN, .flag-BO, .flag-BR, .flag-BS, .flag-BT, .flag-BV, .flag-BW, .flag-BY, .flag-BZ, .flag-CA, .flag-CC, .flag-CD, .flag-CF, .flag-CG, .flag-CH, .flag-CI, .flag-CK, .flag-CL, .flag-CM, .flag-CN, .flag-CO, .flag-CR, .flag-CU, .flag-CV, .flag-CX, .flag-CY, .flag-CZ, .flag-DE, .flag-DJ, .flag-DK, .flag-DM, .flag-DO, .flag-DZ, .flag-EC, .flag-EE, .flag-EG, .flag-EH, .flag-ER, .flag-ES-CE, .flag-ES-ML, .flag-ES, .flag-ET, .flag-EU, .flag-FI, .flag-FJ, .flag-FK, .flag-FM, .flag-FO, .flag-FR, .flag-GA, .flag-GB, .flag-GD, .flag-GE, .flag-GF, .flag-GG, .flag-GH, .flag-GI, .flag-GL, .flag-GM, .flag-GN, .flag-GP, .flag-GQ, .flag-GR, .flag-GS, .flag-GT, .flag-GU, .flag-GW, .flag-GY, .flag-HK, .flag-HM, .flag-HN, .flag-HR, .flag-HT, .flag-HU, .flag-IC, .flag-ID, .flag-IE, .flag-IL, .flag-IM, .flag-IN, .flag-IO, .flag-IQ, .flag-IR, .flag-IS, .flag-IT, .flag-JE, .flag-JM, .flag-JO, .flag-JP, .flag-KE, .flag-KG, .flag-KH, .flag-KI, .flag-KM, .flag-KN, .flag-KOSOVO, .flag-KP, .flag-KR, .flag-KW, .flag-KY, .flag-KZ, .flag-LA, .flag-LB, .flag-LC, .flag-LI, .flag-LK, .flag-LR, .flag-LS, .flag-LT, .flag-LU, .flag-LV, .flag-LY, .flag-MA, .flag-MC, .flag-MD, .flag-ME, .flag-MF, .flag-MG, .flag-MH, .flag-MK, .flag-ML, .flag-MM, .flag-MN, .flag-MO, .flag-MP, .flag-MQ, .flag-MR, .flag-MS, .flag-MT, .flag-MU, .flag-MV, .flag-MW, .flag-MX, .flag-MY, .flag-MZ, .flag-NA, .flag-NC, .flag-NE, .flag-NF, .flag-NG, .flag-NI, .flag-NKR, .flag-NL, .flag-NO, .flag-NP, .flag-NR, .flag-NU, .flag-NZ, .flag-OM, .flag-PA, .flag-PE, .flag-PF, .flag-PG, .flag-PH, .flag-PK, .flag-PL, .flag-PM, .flag-PN, .flag-PR, .flag-PS, .flag-PT, .flag-PW, .flag-PY, .flag-QA, .flag-RE, .flag-RO, .flag-RS, .flag-RU, .flag-RW, .flag-SA, .flag-SB, .flag-SC, .flag-SD, .flag-SE, .flag-SG, .flag-SH, .flag-SI, .flag-SJ, .flag-SK, .flag-SL, .flag-SM, .flag-SN, .flag-SO, .flag-SOUTH-OSSETIA, .flag-SR, .flag-SS, .flag-ST, .flag-SV, .flag-SY, .flag-SZ, .flag-TC, .flag-TD, .flag-TF, .flag-TG, .flag-TH, .flag-TJ, .flag-TK, .flag-TL, .flag-TM, .flag-TN, .flag-TO, .flag-TR, .flag-TT, .flag-TV, .flag-TW, .flag-TZ, .flag-UA, .flag-UG, .flag-UM, .flag-US, .flag-UY, .flag-UZ, .flag-VA, .flag-VC, .flag-VE, .flag-VG, .flag-VI, .flag-VN, .flag-VU, .flag-WF, .flag-WS, .flag-YE, .flag-YT, .flag-ZA, .flag-ZM, .flag-ZW {
  background: url("../img/flags.png") no-repeat 0 9px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  position: relative;
  overflow: hidden;
  width: 16px;
  height: 9px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0; }

.flag-ABKHAZIA {
  background-position: 0 0px; }

.flag-AD {
  background-position: 0 -9px; }

.flag-AE {
  background-position: 0 -18px; }

.flag-AF {
  background-position: 0 -27px; }

.flag-AG {
  background-position: 0 -36px; }

.flag-AI {
  background-position: 0 -45px; }

.flag-AL {
  background-position: 0 -54px; }

.flag-AM {
  background-position: 0 -63px; }

.flag-AN {
  background-position: 0 -72px; }

.flag-AO {
  background-position: 0 -81px; }

.flag-AQ {
  background-position: 0 -90px; }

.flag-AR {
  background-position: 0 -99px; }

.flag-AS {
  background-position: 0 -108px; }

.flag-AT {
  background-position: 0 -117px; }

.flag-AU {
  background-position: 0 -126px; }

.flag-AW {
  background-position: 0 -135px; }

.flag-AX {
  background-position: 0 -144px; }

.flag-AZ {
  background-position: 0 -153px; }

.flag-BA {
  background-position: 0 -162px; }

.flag-BB {
  background-position: 0 -171px; }

.flag-BD {
  background-position: 0 -180px; }

.flag-BE {
  background-position: 0 -189px; }

.flag-BF {
  background-position: 0 -198px; }

.flag-BG {
  background-position: 0 -207px; }

.flag-BH {
  background-position: 0 -216px; }

.flag-BI {
  background-position: 0 -225px; }

.flag-BJ {
  background-position: 0 -234px; }

.flag-BL {
  background-position: 0 -243px; }

.flag-BM {
  background-position: 0 -252px; }

.flag-BN {
  background-position: 0 -261px; }

.flag-BO {
  background-position: 0 -270px; }

.flag-BR {
  background-position: 0 -279px; }

.flag-BS {
  background-position: 0 -288px; }

.flag-BT {
  background-position: 0 -297px; }

.flag-BV {
  background-position: 0 -306px; }

.flag-BW {
  background-position: 0 -315px; }

.flag-BY {
  background-position: 0 -324px; }

.flag-BZ {
  background-position: 0 -333px; }

.flag-CA {
  background-position: 0 -342px; }

.flag-CC {
  background-position: 0 -351px; }

.flag-CD {
  background-position: 0 -360px; }

.flag-CF {
  background-position: 0 -369px; }

.flag-CG {
  background-position: 0 -378px; }

.flag-CH {
  background-position: 0 -387px; }

.flag-CI {
  background-position: 0 -396px; }

.flag-CK {
  background-position: 0 -405px; }

.flag-CL {
  background-position: 0 -414px; }

.flag-CM {
  background-position: 0 -423px; }

.flag-CN {
  background-position: 0 -432px; }

.flag-CO {
  background-position: 0 -441px; }

.flag-CR {
  background-position: 0 -450px; }

.flag-CU {
  background-position: 0 -459px; }

.flag-CV {
  background-position: 0 -468px; }

.flag-CX {
  background-position: 0 -477px; }

.flag-CY {
  background-position: 0 -486px; }

.flag-CZ {
  background-position: 0 -495px; }

.flag-DE {
  background-position: 0 -504px; }

.flag-DJ {
  background-position: 0 -513px; }

.flag-DK {
  background-position: 0 -522px; }

.flag-DM {
  background-position: 0 -531px; }

.flag-DO {
  background-position: 0 -540px; }

.flag-DZ {
  background-position: 0 -549px; }

.flag-EC {
  background-position: 0 -558px; }

.flag-EE {
  background-position: 0 -567px; }

.flag-EG {
  background-position: 0 -576px; }

.flag-EH {
  background-position: 0 -585px; }

.flag-ER {
  background-position: 0 -594px; }

.flag-ES-CE {
  background-position: 0 -603px; }

.flag-ES-ML {
  background-position: 0 -612px; }

.flag-ES {
  background-position: 0 -621px; }

.flag-ET {
  background-position: 0 -630px; }

.flag-EU {
  background-position: 0 -639px; }

.flag-FI {
  background-position: 0 -648px; }

.flag-FJ {
  background-position: 0 -657px; }

.flag-FK {
  background-position: 0 -666px; }

.flag-FM {
  background-position: 0 -675px; }

.flag-FO {
  background-position: 0 -684px; }

.flag-FR {
  background-position: 0 -693px; }

.flag-GA {
  background-position: 0 -702px; }

.flag-GB {
  background-position: 0 -711px; }

.flag-GD {
  background-position: 0 -720px; }

.flag-GE {
  background-position: 0 -729px; }

.flag-GF {
  background-position: 0 -738px; }

.flag-GG {
  background-position: 0 -747px; }

.flag-GH {
  background-position: 0 -756px; }

.flag-GI {
  background-position: 0 -765px; }

.flag-GL {
  background-position: 0 -774px; }

.flag-GM {
  background-position: 0 -783px; }

.flag-GN {
  background-position: 0 -792px; }

.flag-GP {
  background-position: 0 -801px; }

.flag-GQ {
  background-position: 0 -810px; }

.flag-GR {
  background-position: 0 -819px; }

.flag-GS {
  background-position: 0 -828px; }

.flag-GT {
  background-position: 0 -837px; }

.flag-GU {
  background-position: 0 -846px; }

.flag-GW {
  background-position: 0 -855px; }

.flag-GY {
  background-position: 0 -864px; }

.flag-HK {
  background-position: 0 -873px; }

.flag-HM {
  background-position: 0 -882px; }

.flag-HN {
  background-position: 0 -891px; }

.flag-HR {
  background-position: 0 -900px; }

.flag-HT {
  background-position: 0 -909px; }

.flag-HU {
  background-position: 0 -918px; }

.flag-IC {
  background-position: 0 -927px; }

.flag-ID {
  background-position: 0 -936px; }

.flag-IE {
  background-position: 0 -945px; }

.flag-IL {
  background-position: 0 -954px; }

.flag-IM {
  background-position: 0 -963px; }

.flag-IN {
  background-position: 0 -972px; }

.flag-IO {
  background-position: 0 -981px; }

.flag-IQ {
  background-position: 0 -990px; }

.flag-IR {
  background-position: 0 -999px; }

.flag-IS {
  background-position: 0 -1008px; }

.flag-IT {
  background-position: 0 -1017px; }

.flag-JE {
  background-position: 0 -1026px; }

.flag-JM {
  background-position: 0 -1035px; }

.flag-JO {
  background-position: 0 -1044px; }

.flag-JP {
  background-position: 0 -1053px; }

.flag-KE {
  background-position: 0 -1062px; }

.flag-KG {
  background-position: 0 -1071px; }

.flag-KH {
  background-position: 0 -1080px; }

.flag-KI {
  background-position: 0 -1089px; }

.flag-KM {
  background-position: 0 -1098px; }

.flag-KN {
  background-position: 0 -1107px; }

.flag-KOSOVO {
  background-position: 0 -1116px; }

.flag-KP {
  background-position: 0 -1125px; }

.flag-KR {
  background-position: 0 -1134px; }

.flag-KW {
  background-position: 0 -1143px; }

.flag-KY {
  background-position: 0 -1152px; }

.flag-KZ {
  background-position: 0 -1161px; }

.flag-LA {
  background-position: 0 -1170px; }

.flag-LB {
  background-position: 0 -1179px; }

.flag-LC {
  background-position: 0 -1188px; }

.flag-LI {
  background-position: 0 -1197px; }

.flag-LK {
  background-position: 0 -1206px; }

.flag-LR {
  background-position: 0 -1215px; }

.flag-LS {
  background-position: 0 -1224px; }

.flag-LT {
  background-position: 0 -1233px; }

.flag-LU {
  background-position: 0 -1242px; }

.flag-LV {
  background-position: 0 -1251px; }

.flag-LY {
  background-position: 0 -1260px; }

.flag-MA {
  background-position: 0 -1269px; }

.flag-MC {
  background-position: 0 -1278px; }

.flag-MD {
  background-position: 0 -1287px; }

.flag-ME {
  background-position: 0 -1296px; }

.flag-MF {
  background-position: 0 -1305px; }

.flag-MG {
  background-position: 0 -1314px; }

.flag-MH {
  background-position: 0 -1323px; }

.flag-MK {
  background-position: 0 -1332px; }

.flag-ML {
  background-position: 0 -1341px; }

.flag-MM {
  background-position: 0 -1350px; }

.flag-MN {
  background-position: 0 -1359px; }

.flag-MO {
  background-position: 0 -1368px; }

.flag-MP {
  background-position: 0 -1377px; }

.flag-MQ {
  background-position: 0 -1386px; }

.flag-MR {
  background-position: 0 -1395px; }

.flag-MS {
  background-position: 0 -1404px; }

.flag-MT {
  background-position: 0 -1413px; }

.flag-MU {
  background-position: 0 -1422px; }

.flag-MV {
  background-position: 0 -1431px; }

.flag-MW {
  background-position: 0 -1440px; }

.flag-MX {
  background-position: 0 -1449px; }

.flag-MY {
  background-position: 0 -1458px; }

.flag-MZ {
  background-position: 0 -1467px; }

.flag-NA {
  background-position: 0 -1476px; }

.flag-NC {
  background-position: 0 -1485px; }

.flag-NE {
  background-position: 0 -1494px; }

.flag-NF {
  background-position: 0 -1503px; }

.flag-NG {
  background-position: 0 -1512px; }

.flag-NI {
  background-position: 0 -1521px; }

.flag-NKR {
  background-position: 0 -1530px; }

.flag-NL {
  background-position: 0 -1539px; }

.flag-NO {
  background-position: 0 -1548px; }

.flag-NP {
  background-position: 0 -1557px; }

.flag-NR {
  background-position: 0 -1566px; }

.flag-NU {
  background-position: 0 -1575px; }

.flag-NZ {
  background-position: 0 -1584px; }

.flag-OM {
  background-position: 0 -1593px; }

.flag-PA {
  background-position: 0 -1602px; }

.flag-PE {
  background-position: 0 -1611px; }

.flag-PF {
  background-position: 0 -1620px; }

.flag-PG {
  background-position: 0 -1629px; }

.flag-PH {
  background-position: 0 -1638px; }

.flag-PK {
  background-position: 0 -1647px; }

.flag-PL {
  background-position: 0 -1656px; }

.flag-PM {
  background-position: 0 -1665px; }

.flag-PN {
  background-position: 0 -1674px; }

.flag-PR {
  background-position: 0 -1683px; }

.flag-PS {
  background-position: 0 -1692px; }

.flag-PT {
  background-position: 0 -1701px; }

.flag-PW {
  background-position: 0 -1710px; }

.flag-PY {
  background-position: 0 -1719px; }

.flag-QA {
  background-position: 0 -1728px; }

.flag-RE {
  background-position: 0 -1737px; }

.flag-RO {
  background-position: 0 -1746px; }

.flag-RS {
  background-position: 0 -1755px; }

.flag-RU {
  background-position: 0 -1764px; }

.flag-RW {
  background-position: 0 -1773px; }

.flag-SA {
  background-position: 0 -1782px; }

.flag-SB {
  background-position: 0 -1791px; }

.flag-SC {
  background-position: 0 -1800px; }

.flag-SD {
  background-position: 0 -1809px; }

.flag-SE {
  background-position: 0 -1818px; }

.flag-SG {
  background-position: 0 -1827px; }

.flag-SH {
  background-position: 0 -1836px; }

.flag-SI {
  background-position: 0 -1845px; }

.flag-SJ {
  background-position: 0 -1854px; }

.flag-SK {
  background-position: 0 -1863px; }

.flag-SL {
  background-position: 0 -1872px; }

.flag-SM {
  background-position: 0 -1881px; }

.flag-SN {
  background-position: 0 -1890px; }

.flag-SO {
  background-position: 0 -1899px; }

.flag-SOUTH-OSSETIA {
  background-position: 0 -1908px; }

.flag-SR {
  background-position: 0 -1917px; }

.flag-SS {
  background-position: 0 -1926px; }

.flag-ST {
  background-position: 0 -1935px; }

.flag-SV {
  background-position: 0 -1944px; }

.flag-SY {
  background-position: 0 -1953px; }

.flag-SZ {
  background-position: 0 -1962px; }

.flag-TC {
  background-position: 0 -1971px; }

.flag-TD {
  background-position: 0 -1980px; }

.flag-TF {
  background-position: 0 -1989px; }

.flag-TG {
  background-position: 0 -1998px; }

.flag-TH {
  background-position: 0 -2007px; }

.flag-TJ {
  background-position: 0 -2016px; }

.flag-TK {
  background-position: 0 -2025px; }

.flag-TL {
  background-position: 0 -2034px; }

.flag-TM {
  background-position: 0 -2043px; }

.flag-TN {
  background-position: 0 -2052px; }

.flag-TO {
  background-position: 0 -2061px; }

.flag-TR {
  background-position: 0 -2070px; }

.flag-TT {
  background-position: 0 -2079px; }

.flag-TV {
  background-position: 0 -2088px; }

.flag-TW {
  background-position: 0 -2097px; }

.flag-TZ {
  background-position: 0 -2106px; }

.flag-UA {
  background-position: 0 -2115px; }

.flag-UG {
  background-position: 0 -2124px; }

.flag-UM {
  background-position: 0 -2133px; }

.flag-US {
  background-position: 0 -2142px; }

.flag-UY {
  background-position: 0 -2151px; }

.flag-UZ {
  background-position: 0 -2160px; }

.flag-VA {
  background-position: 0 -2169px; }

.flag-VC {
  background-position: 0 -2178px; }

.flag-VE {
  background-position: 0 -2187px; }

.flag-VG {
  background-position: 0 -2196px; }

.flag-VI {
  background-position: 0 -2205px; }

.flag-VN {
  background-position: 0 -2214px; }

.flag-VU {
  background-position: 0 -2223px; }

.flag-WF {
  background-position: 0 -2232px; }

.flag-WS {
  background-position: 0 -2241px; }

.flag-YE {
  background-position: 0 -2250px; }

.flag-YT {
  background-position: 0 -2259px; }

.flag-ZA {
  background-position: 0 -2268px; }

.flag-ZM {
  background-position: 0 -2277px; }

.flag-ZW {
  background-position: 0 -2286px; }

.popup {
  width: 350px;
  border-radius: 4px;
  background: #f0f0ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 40px 40px;
  position: relative;
  margin: 0 auto; }
  .popup .mfp-close {
    font-weight: bold;
    font-size: 35px;
    opacity: 1;
    color: #7dc379; }

.popup__form-title {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000;
  font-family: 'Gotham Pro Bold', sans-serif;
  margin-bottom: 15px; }
  .popup__form-title_orange {
    color: #ee3d14; }

.popup__form-button {
  background: #7dc379;
  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;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 48px;
  font-size: 15px;
  font-family: 'Gotham Pro Medium', sans-serif;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  text-decoration: none; }
  .popup__form-button:hover {
    background: #70af6d; }
  .popup__form-button:active {
    background: #61975e; }

.popup__form-description {
  font-size: 12px;
  margin-bottom: 20px; }

.popup_two-step .popup__form-title {
  margin-bottom: 5px; }

.popup__form-select {
  margin-bottom: 14px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  border: none;
  padding: 1px 15px;
  width: 100%;
  height: 48px;
  color: #999;
  font-size: 15px;
  font-family: 'Gotham Pro Light', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .popup__form-select.error {
    -webkit-box-shadow: 0 0 6px rgba(255, 0, 0, 0.4);
    box-shadow: 0 0 6px rgba(255, 0, 0, 0.4);
    border: 1px solid red; }
  .popup__form-select.valid {
    -webkit-box-shadow: 0 0 6px rgba(123, 196, 118, 0.4);
    box-shadow: 0 0 6px rgba(123, 196, 118, 0.4);
    border: 1px solid #74c47b; }

.popup__form-input {
  margin-bottom: 14px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  border: none;
  padding: 1px 15px;
  width: 100%;
  height: 48px;
  color: #999;
  font-size: 15px;
  font-family: 'Gotham Pro Light', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .popup__form-input.error {
    -webkit-box-shadow: 0 0 6px rgba(255, 0, 0, 0.4);
    box-shadow: 0 0 6px rgba(255, 0, 0, 0.4);
    border: 1px solid red; }
  .popup__form-input.valid {
    -webkit-box-shadow: 0 0 6px rgba(123, 196, 118, 0.4);
    box-shadow: 0 0 6px rgba(123, 196, 118, 0.4);
    border: 1px solid #74c47b; }

.popup__select-wrapper {
  position: relative; }
  .popup__select-wrapper:after {
    position: absolute;
    right: 15px;
    top: 23px;
    border: 5px solid transparent;
    border-top: 5px solid #a0a0a0;
    display: block;
    content: ''; }

.popup__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5px 0 20px; }

.popup__link {
  color: #7bc475;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px dotted #7bc475; }
  .popup__link_uppercase {
    text-transform: uppercase;
    text-align: center; }
  .popup__link:hover {
    color: #000; }

.popup__login-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px; }

.popup_reg .popup__form-title {
  margin-bottom: 0; }

.popup__reg-wrapper {
  margin-bottom: 15px; }

.popup__checkbox-wrapper {
  margin-bottom: 10px;
  height: 24px; }
  .popup__checkbox-wrapper label {
    font-size: 14px; }
    .popup__checkbox-wrapper label a {
      color: #7bc475;
      text-decoration: none;
      border-bottom: 1px dotted #7bc475; }
      .popup__checkbox-wrapper label a:hover {
        color: #000; }

.popup__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px; }

.popup__checkbox + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer; }

.popup__checkbox + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 4px;
  background: #FFF; }

.popup__checkbox + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  opacity: 0;
  background: url("../img/check.png") no-repeat;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.popup__checkbox:checked + label:after {
  opacity: 1; }

a {
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear; }

@media screen and (max-width: 1100px) {
  .tutor__list {
    margin: 80px 20px 0;
    width: calc(100% - 40px); }
  .tutor .owl-carousel .owl-nav button.owl-prev {
    left: -15px;
    margin-top: -55px; }
  .tutor .owl-carousel .owl-nav button.owl-next {
    right: -15px;
    margin-top: -55px; } }

@media screen and (max-width: 1024px) {
  .programs__item-wrapper {
    width: 33.33%;
    padding: 0 15px; }
  .programs__item-title {
    max-width: 270px; }
  .percent .container:after,
  .percent .container:before {
    display: none; } }

@media screen and (max-width: 980px) {
  .header__menu-item {
    margin-bottom: 7px; }
    .header__menu-item:last-child {
      margin-bottom: 0; }
  .header__title {
    font-size: 32px; }
  .header__form {
    padding: 20px 20px 40px;
    width: 310px; }
  .header__left {
    width: calc(100% - 330px); }
  .header__left:after {
    display: none; }
  .header__top-line .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .header__toogle-button {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 19px; }
  .header__toggle {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 30px);
    background: #fff;
    padding: 10px 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px; }
  .header__login, .header__reg {
    border-bottom: 2px dotted #777;
    color: #777; }
  .header__menu-link {
    color: #777; }
  .header__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .header__menu {
    margin: 0; }
  .header__links {
    margin-top: 7px; }
  .header__top-line {
    height: 70px;
    overflow: hidden;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear; }
    .header__top-line .header__toggle {
      display: none; }
    .header__top-line.toggled {
      height: 159px; }
      .header__top-line.toggled .header__toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .how__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 280px;
    margin: 90px auto 0; }
  .how__item:nth-child(1),
  .how__item:nth-child(2),
  .how__item:nth-child(3),
  .how__item:nth-child(4),
  .how__item:nth-child(5) {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px; }
  .how__item:nth-child(5) {
    margin-bottom: 0; }
  .how__text {
    margin: 0 0 0 17px;
    padding: 15px;
    background: #f7f7f7;
    width: 210px;
    position: relative;
    text-align: left; }
    .how__text:before {
      position: absolute;
      left: -16px;
      top: 18px;
      display: block;
      content: '';
      border: 8px solid transparent;
      border-right: 8px solid #f7f7f7; }
  .how__number:after {
    width: 7px;
    height: 90px;
    left: 22px;
    top: 49px; }
  .footer {
    padding: 50px 0 30px; }
  .footer__links {
    width: 300px; }
  .footer__list {
    width: 200px; }
  .recall__list {
    width: 600px; }
  .recall__item {
    width: 600px; }
  .recall .owl-carousel .owl-nav button.owl-prev {
    left: -80px; }
  .recall .owl-carousel .owl-nav button.owl-next {
    right: -80px; } }

@media screen and (max-width: 768px) {
  .popup {
    width: 300px;
    padding: 30px 20px 40px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .tutor__items-wrapper img {
    width: 100px !important; }
  .tutor__left {
    width: 100px; }
  .tutor__right {
    margin-left: 15px; }
  .tutor__items-wrapper {
    padding: 0; }
  .tutor__order {
    width: 290px;
    font-size: 13px; }
  .tutor__list {
    margin: 80px 10px 0;
    width: calc(100% - 20px); }
  .work__item:first-child .work__text,
  .work__item:nth-child(2) .work__text,
  .work__item:last-child .work__text {
    padding-right: 0; }
  .header {
    padding-bottom: 30px; }
  .header__main {
    padding-top: 85px; }
  .header__title {
    font-size: 27px;
    line-height: 33px;
    text-align: center; }
  .header__description {
    margin: 8px 0 20px;
    font-size: 16px;
    text-align: center; }
  .header__caption {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header__form {
    width: 290px;
    margin: 0 auto; }
  .header__main .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .header__left {
    margin-bottom: 40px;
    width: 100%; }
  .header__description {
    width: 100%; }
  .logo {
    margin-left: -20px; }
    .logo.fixed {
      margin-left: 0; }
  .info {
    padding: 30px 0; }
  .info__text {
    margin: 0;
    text-align: center; }
  .programs {
    padding-top: 50px; }
    .programs .container {
      padding-bottom: 50px; }
    .programs .owl-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 50px; }
    .programs .owl-dot span {
      display: block;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: #e9e9e9;
      margin: 0 5px; }
    .programs .owl-dot:hover span {
      border: 1px solid #7dc379; }
    .programs .owl-dot.active span {
      background: #7dc379; }
    .programs .owl-carousel .owl-nav button.owl-prev {
      background: url(../img/arrow-sprite.png) no-repeat;
      background-position: 0 -45px;
      width: 45px;
      height: 45px;
      left: -15px;
      top: 50%;
      margin-top: -30px;
      position: absolute; }
      .programs .owl-carousel .owl-nav button.owl-prev:hover {
        background-position: 0 0; }
    .programs .owl-carousel .owl-nav button.owl-next {
      background: url(../img/arrow-sprite.png) no-repeat;
      background-position: -45px -45px;
      width: 45px;
      height: 45px;
      right: -15px;
      top: 50%;
      margin-top: -30px;
      position: absolute; }
      .programs .owl-carousel .owl-nav button.owl-next:hover {
        background-position: -45px 0; }
  .programs__list {
    margin: 25px auto 0;
    width: 270px; }
  .programs__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .programs__icon-wrapper {
    margin-bottom: 15px; }
  .programs__item-wrapper {
    margin-bottom: 25px; }
    .programs__item-wrapper:last-child {
      margin-bottom: 0; }
  .programs__item-wrapper {
    width: 270px; }
  .programs .owl-item:nth-child(1) .programs__item-wrapper {
    margin-bottom: 0; }
  .percent .container {
    padding: 30px 15px; }
  .percent__text {
    margin: 0; }
  .work {
    padding: 50px 0; }
  .work__main-title-description {
    margin-top: 8px; }
  .work__list {
    margin-top: 40px; }
  .work__text-wrapper {
    margin-left: 30px; }
  .work-text_caption {
    text-align: center; }
  .how {
    padding: 55px 0; }
  .how__list {
    margin-top: 50px; }
  .oferta {
    padding: 25px 0 30px; }
  .oferta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .oferta__text {
    margin: 20px 0 0;
    text-align: center; }
  .advantages {
    padding: 55px 0 65px; }
  .advantages__list {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .advantages__item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px; }
    .advantages__item:nth-child(1) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .advantages__item:nth-child(2) {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
    .advantages__item:nth-child(3) {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .advantages__item:nth-child(4) {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; }
    .advantages__item:nth-child(5) {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .advantages__item:nth-child(6) {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6; }
  .advantages__item:nth-child(5) {
    margin-bottom: 30px; }
  .advantages__button {
    margin-top: 40px;
    width: 290px;
    font-size: 13px; }
  .every .container {
    padding: 30px 0 40px; }
  .every .container:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .every__inner {
    padding: 0; }
  .every__text {
    padding: 170px 15px 0;
    text-align: center; }
  .questions {
    padding: 35px 0 50px; }
  .questions__list {
    margin-top: 45px; }
  .questions__item {
    margin-bottom: 30px; }
  .footer {
    padding: 55px 0 45px; }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer__links {
    width: 100%;
    padding: 0;
    margin-bottom: 30px; }
  .footer__list {
    width: 100%;
    margin-bottom: 30px;
    padding: 0; }
  .recall {
    padding: 50px 0 0; }
    .recall .container {
      padding-bottom: 40px; }
  .recall__list {
    width: 70%;
    margin-top: 45px; }
  .recall__item {
    width: 100%; }
  .recall .owl-carousel .owl-nav button.owl-prev {
    left: -50px;
    top: 30%; }
  .recall .owl-carousel .owl-nav button.owl-next {
    right: -50px;
    top: 30%; }
  .questions__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s linear;
    -webkit-transition: max-height 0.3s linear;
    -o-transition: max-height 0.3s linear; }
    .questions__answer.active {
      -webkit-transition: max-height 0.5s linear;
      -o-transition: max-height 0.5s linear;
      max-height: 500px; }
  .footer__ip-tooltip {
    left: 0; }
    .footer__ip-tooltip:before {
      left: 50px; } }

@media screen and (min-width: 769px) {
  .programs .owl-item {
    width: 100% !important;
    float: none !important; } }

.footer__payments-item img {
  max-height: 40px;
  width: auto;
  display: block;
}
