.fixed_active .header-nav .container:after, .header-nav .container:after, .calculator .container:after, .fixed_active .header-nav .container:before, .header-nav .container:before, .calculator .container:before {
  content: "";
  display: block;
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: 'latolatinregular', sans-serif;
  font-size: 16px;
  color: #666666;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

.wrapper {
  min-height: 100%;
  min-width: 1020px;
  overflow: hidden;
  position: relative;
  background-image: url("/images/body_bg-white.png");
  background-repeat: repeat-y;
  background-size: contain;
}

.container {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

@font-face {
  font-family: 'latolatinblack';
  src: url("/fonts/latolatin-black-webfont.eot");
  src: url("/fonts/latolatin-black-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/latolatin-black-webfont.woff2") format("woff2"), url("/fonts/latolatin-black-webfont.woff") format("woff"), url("/fonts/latolatin-black-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latolatinbold';
  src: url("/fonts/latolatin-bold-webfont.eot");
  src: url("/fonts/latolatin-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/latolatin-bold-webfont.woff2") format("woff2"), url("/fonts/latolatin-bold-webfont.woff") format("woff"), url("/fonts/latolatin-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latolatinitalic';
  src: url("/fonts/latolatin-italic-webfont.eot");
  src: url("/fonts/latolatin-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/latolatin-italic-webfont.woff2") format("woff2"), url("/fonts/latolatin-italic-webfont.woff") format("woff"), url("/fonts/latolatin-italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latolatinlight';
  src: url("/fonts/latolatin-light-webfont.eot");
  src: url("/fonts/latolatin-light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/latolatin-light-webfont.woff2") format("woff2"), url("/fonts/latolatin-light-webfont.woff") format("woff"), url("/fonts/latolatin-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latolatinregular';
  src: url("/fonts/latolatin-regular-webfont.eot");
  src: url("/fonts/latolatin-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/latolatin-regular-webfont.woff2") format("woff2"), url("/fonts/latolatin-regular-webfont.woff") format("woff"), url("/fonts/latolatin-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.section__title {
  width: calc(100% + 20px);
  margin-left: -10px;
}

.section__title-img {
  max-width: 100%;
}

.button {
  background-color: #f15c22;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
  display: inline-block;
  color: #fff;
  height: 60px;
  line-height: 62px;
  font-size: 18px;
  font-family: 'latolatinbold';
  padding: 0 40px;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button:hover {
  background-color: #fa6428;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.upBtn {
  display: none;
  height: 42px;
  width: 42px;
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  background-image: url(/images/up_btn.png);
}

/* Header */
.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 40;
}

.fixed_active {
  position: fixed;
  background-image: url("/images/bg.png");
}

.fixed_active .header-top .container:before {
  content: '';
  display: block;
  position: absolute;
  width: 52px;
  height: 15px;
  background-image: url("/images/logo_inner-fixed.png");
  left: 0;
  top: 25px;
}

.fixed_active .header-nav {
  min-height: 50px;
}

.fixed_active .header-logo__img {
  max-width: 50px;
  max-height: 50px;
  left: 2px;
  top: 30px;
}

.fixed_active .header__fixed-button {
  float: right;
  height: 30px;
  line-height: 32px;
  padding: 0 10px;
  margin: 10px 0 0 14px;
  display: block;
}

.fixed_active .header-nav__item-link {
  line-height: 50px;
}

.header-top {
  background-color: #8ec63f;
}

.header-top .container:before {
  content: '';
  display: block;
  position: absolute;
  width: 120px;
  height: 88px;
  background-image: url("/images/logo_inner.png");
  left: -12px;
  top: 10px;
}

.header-top__list {
  text-align: right;
}

.header-top__list_logged .header-top__item-link_login,
.header-top__list_logged .header-top__item-link_menu {
  display: none;
}

.header-top__item {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.header-top__item_phone {
  display: none;
}

.header-top__item_controls {
  display: inline-block;
}

.header-top__item:after {
  width: 1px;
  height: 16px;
  content: '';
  display: inline-block;
  background-color: #175b28;
  position: absolute;
  top: 12px;
  right: -11px;
}

.header-top__item:last-child {
  margin-right: 0;
}

.header-top__item:last-child:after {
  display: none;
}

.header-phone__block,
.header-phone__block_svg_close {
  display: none;
}

.header-top__item-link {
  color: #175b28;
  font-size: 14px;
  display: inline-block;
  line-height: 40px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-transition: color .3s, border-color .3s;
  transition: color .3s, border-color .3s;
}

.header-top__item-link:hover {
  color: #fff;
  border-color: #fff;
}

.header-top__item-link:hover .header-top__item-link_svg {
  fill: #fff;
}

.header-top__item-link_chat {
  font-family: 'latolatinblack';
  color: #fff;
  font-size: 10px;
  background-color: #175b28;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 8px;
  margin-right: 5px;
}

.header-top__item-link_login {
  border-radius: 14px;
  border: 1px solid #175b28;
  line-height: 28px;
  padding: 0 10px 0 6px;
}

.header-top__item-link_svg {
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  fill: #175b28;
  margin-top: -2px;
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

.header-top__item-link_bold {
  font-family: 'latolatinblack';
}

.header-top__item-link_bold svg {
  height: 24px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  fill: #185B2A;
}

.header-logo__img {
  position: absolute;
  max-width: 100px;
  max-height: 100px;
  left: 0;
  top: 20px;
}

.header-nav {
  min-height: 100px;
}

.header__fixed-button {
  display: none;
}

.header-nav__list {
  float: right;
}

.header-nav__item {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}

.header-nav__item:after, .header-nav__item:before {
  content: '';
  display: none;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-nav__item:before {
  background-color: rgba(0, 0, 0, 0.15);
  top: -1px;
  left: 54%;
}

.header-nav__item:after {
  background-color: rgba(255, 236, 82, 0.9);
  top: -5px;
}

.header-nav__item:last-child {
  margin-right: 0;
}

.header-nav__item:hover:after, .header-nav__item:hover:before {
  display: block;
}

.header-nav__item:hover .header-nav__item-link {
  color: #ffec52;
}

.header-nav__item:hover .header-nav__submenu {
  display: block;
}

@media (min-width: 600px) {
  .header-nav__item:hover .header-nav__submenu_svg {
    stroke: #ffec52;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.header-nav__item_close,
.header-nav__phone {
  display: none;
}

.header-nav__item_active:after, .header-nav__item_active:before {
  display: block;
}

.header-nav__item_active .header-nav__item-link {
  color: #ffec52;
}

.header-nav__item_active .header-nav__submenu {
  display: block;
}

.header-nav__item-link {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.header-nav__submenu_expand ~ .header-nav__submenu_svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header-nav__submenu {
  display: none;
  position: absolute;
  text-align: center;
  background-color: #ffec52;
  padding: 15px;
  left: 50%;
  min-width: 150px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
}

.header-nav__submenu:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffec52;
  top: -5px;
}

.header-nav__submenu-link {
  font-size: 16px;
  line-height: 34px;
  color: #175b28;
  text-decoration: none;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-nav__submenu-link:hover {
  color: #f15c22;
}

.header-nav__submenu_svg {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 16px;
  stroke-width: 3px;
  fill: transparent;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  stroke: #fff;
  margin-left: 5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header-popup {
  content: '';
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.header-popup_active {
  display: block;
}

.header-popup_active .header-popup__input {
  background-image: none;
}

.header-popup__block {
  width: 320px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  padding: 50px 20px;
}

.header-popup__block div {
  position: relative;
}

.header-popup__input {
  margin-bottom: 20px;
  outline: none;
}

.header-popup__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #175b28;
}

.header-popup__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #175b28;
}

.header-popup__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #175b28;
}

.header-popup__input:-moz-placeholder {
  /* Firefox 18- */
  color: #175b28;
}

.header-popup__input:focus {
  border: 1px solid #175b28;
}

.header-popup__input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}

.header-popup__input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

.header-popup__input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}

.header-popup__input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

.header-popup__input:focus ~ .header-popup__label_focus {
  display: block;
}

.header-popup__label {
  position: absolute;
  left: 0;
  top: -9px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 9px;
  color: #175b28;
  display: none;
}

.submitted input:invalid {
  -moz-box-shadow: none;
  border: 1px solid #f15c22;
}

.submitted input:invalid::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}

.submitted input:invalid::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

.submitted input:invalid:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}

.submitted input:invalid:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

.submitted input:invalid ~ .header-popup__label_invalid {
  display: block;
  color: #f15c22;
}

.submitted input:invalid ~ .header-popup__label_focus {
  display: none;
}

.submitted input:valid ~ .header-popup__label_invalid {
  display: none;
}

.header-popup__link {
  color: #175b28;
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

.header-popup__button {
  display: block;
  text-align: center;
  width: 100%;
}

.header-popup__close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  padding: 10px;
}

.header-popup__close_svg {
  width: 16px;
  height: 16px;
  stroke-width: 2px;
  stroke: #d1d1d1;
}

/* Footer */
.footer {
  min-height: 465px;
  background-image: url("/images/bg.png");
  text-align: center;
  position: relative;
  min-width: 1020px;
}

.footer:before {
  content: '';
  left: 0;
  right: 0;
  height: 20px;
  background-color: #8ec63f;
  display: block;
  position: absolute;
  top: -20px;
}

.footer-top {
  text-align: justify;
  border-bottom: 1px solid #457c53;
}

.footer-top:after {
  width: 100%;
  content: '';
  display: inline-block;
}

.footer-top__block {
  padding-top: 20px;
  display: inline-block;
  vertical-align: top;
  min-width: 310px;
}

@media (min-width: 600px) {
  .footer-top__block:hover .footer-top__block-title, .footer-top__block:hover .footer-top__block-title_pay {
    color: #ffec52;
  }
  .footer-top__block:hover .footer-top__block-title:before, .footer-top__block:hover .footer-top__block-title_pay:before {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .footer-top__block:hover .footer-top__block-title:after, .footer-top__block:hover .footer-top__block-title_pay:after {
    background-color: #ffec52;
  }
  .footer-top__block:hover .footer-top__block-text {
    color: white;
  }
}

.footer-top__block-title, .footer-top__block-title_pay {
  font-size: 24px;
  color: rgba(255, 236, 82, 0.9);
  text-transform: uppercase;
  position: relative;
}

.footer-top__block-title:after, .footer-top__block-title_pay:after, .footer-top__block-title:before, .footer-top__block-title_pay:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
}

.footer-top__block-title:before, .footer-top__block-title_pay:before {
  background-color: rgba(0, 0, 0, 0.15);
  left: 4px;
  top: -21px;
}

.footer-top__block-title:after, .footer-top__block-title_pay:after {
  background-color: rgba(255, 236, 82, 0.9);
  left: 0px;
  top: -25px;
}

.footer-top__block-title_svg {
  display: none;
}

.footer-top__block-text {
  display: none;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 2;
  vertical-align: middle;
  margin-bottom: 15px;
}

.footer-top__block-text:after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  content: '';
  width: 58px;
  height: 16px;
  background-image: url("/images/payment/payment_spritesheet-full-min.png");
  background-position: -1px -57px;
}

.footer-top__block-link {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 2;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.footer-top__block-link:hover {
  color: #ffec52;
}

.footer-top__payment-list {
  font-size: 0;
}

.footer-top__payment-item {
  width: 42px;
  height: 26px;
  display: inline-block;
  background-image: url("/images/payment/payment_spritesheet-full-min.png");
  background-repeat: no-repeat;
  margin-right: 5px;
}

.sprite-visa_1x {
  background-position: -89px -1px;
}

.sprite-mastercard_1x {
  background-position: -45px -29px;
}

.sprite-maestro_1x {
  background-position: -1px -29px;
}

.sprite-discover_1x {
  background-position: -45px -1px;
}

.sprite-americanexpress_1x {
  background-position: -1px -1px;
}

.sprite-wiretrans_1x {
  background-position: -89px -29px;
}

.footer-center {
  padding: 20px 0;
  border-bottom: 1px solid #457c53;
  color: #457c53;
  font-size: 0;
}

.footer-center_left,
.footer-center_right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.footer-center_left {
  text-align: left;
}

.footer-center_right {
  text-align: right;
}

.footer-center__img {
  vertical-align: middle;
}

.footer-center__container {
  margin-left: 20px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 21px;
}

.footer-center__item {
  display: inline-block;
  border-right: 1px solid #457c53;
}

.footer-center__item:last-child {
  border-right: none;
}

.footer-center__item-link {
  color: #457c53;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  padding: 0 10px;
  display: block;
}

.footer-center__item-link:hover {
  color: #ffffff;
}

. footer-bot {
  min-height: 34px;
  margin-top: 20px;
  font-size: 11px;
  color: #457c53;
}
.footer-bot:before {
  content: "DISCLAIMER: The completed product is for research purposes only. The company bears no responsibility for the use of research work, not intended for education use, the work is sold as-is with the highest quality and service available and written by freelancers";
}

/* Calculator container*/
.calculator {
  min-height: 750px;
  margin-top: 39px;
  padding-bottom: 135px;
  text-align: center;
  position: relative;
}

.calculator:before, .calculator:after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  left: 15px;
  top: -70px;
}

.calculator:before {
  background-image: url("/images/bg.png");
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.15);
}

.calculator:after {
  background-image: url("/images/calculator-elements.png");
  background-size: contain;
}

.calculator .container {
  z-index: 10;
}

.calculator__title {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
  padding-top: 112px;
  margin: 0;
}

.calculator__title_yellow {
  color: #ffec52;
}

.calculator__info {
  text-align: left;
  width: 490px;
  padding: 0 45px;
  color: #fff;
  margin-top: 145px;
  float: left;
}

.calculator__info-item {
  position: relative;
  margin-bottom: 35px;
}

.calculator__info-item:last-child {
  margin-bottom: 0;
}

.calculator__info-svg {
  position: absolute;
  width: 32px;
  height: 32px;
  fill: #8ec63f;
  left: -45px;
  top: -5px;
}

.calculator__info-title {
  font-size: 24px;
  line-height: 24px;
  font-family: 'latolatinlight';
  margin: 0;
}

.calculator__info-title_bold {
  font-family: 'latolatinbold';
}

.calculator__info-text {
  color: #6a9875;
  font-size: 16px;
  line-height: 30px;
  font-family: 'latolatinlight';
}

/* Calculator */
.calculator__block {
  float: right;
  width: 320px;
  margin: 100px 85px 0;
  background-color: #fff;
  position: relative;
  padding-top: 22px;
  min-height: 390px;
}

.calculator__block:before {
  content: '';
  display: block;
  position: absolute;
  width: 490px;
  height: 99px;
  background-image: url("/images/spritesheet_desktop-min.png");
  background-position: -2px -144px;
  background-repeat: no-repeat;
  z-index: 10;
  left: -84px;
  top: -67px;
}

.calculator__block:after {
  content: '';
  display: block;
  position: absolute;
  width: 320px;
  height: 20px;
  background-image: url("/images/calculator-block_bg-bottom.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  left: 0;
  bottom: -19px;
}

.orderForm {
  padding: 20px 20px 0 20px;
  font-family: 'latolatinregular';
  color: #b8b8b8;
}

.orderForm__title {
  color: #fff;
  color: #000;
}

.row {
  margin-bottom: 10px;
}

.label {
  text-transform: uppercase;
  font-size: 9px;
  text-align: left;
}

.select, .header-popup__input {
  display: block;
  width: 100%;
  color: #175b28;
  font-family: 'LatoLatin', sans-serif;
  min-height: 40px;
  border: none;
  border-bottom: 1px solid #b8b8b8;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/images/select-arrow_bg.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  padding: 0 30px 0 10px;
  border-radius: 0;
}

.select::-ms-expand, .header-popup__input::-ms-expand {
  display: none;
}

.firstOrder {
  text-align: left;
  padding-left: 8px;
  padding-top: 8px;
}

.firstOrder-checkbox {
  display: none;
}

.firstOrder-checkbox:checked ~ .firstOrder-checkbox_label .firstOrder-checkbox_svg {
  display: inline-block;
}

.firstOrder-checkbox_label {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #b8b8b8;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 16px;
}

.firstOrder-checkbox_svg {
  fill: #f15c22;
  position: relative;
  top: 2px;
  left: 5px;
  width: 12px;
  display: none;
}

.firstOrder-text {
  vertical-align: middle;
  cursor: pointer;
  color: #175b28;
}

.firstOrder-text_color {
  color: #f15c22;
  font-family: 'latolatinbold';
}

.totalPriceBlock {
  min-height: 115px;
  position: relative;
}

.totalPriceBlock:before {
  content: '';
  display: block;
  position: absolute;
  width: 249px;
  height: 101px;
  background-image: url("/images/spritesheet_desktop-min.png");
  background-position: -2px -414px;
  background-repeat: no-repeat;
  left: -105px;
  bottom: -6px;
}

.priceValue {
  opacity: .9999;
}

.totalPrice {
  position: absolute;
  width: 170px;
  right: 190px;
  top: 53px;
  font-family: 'latolatinbold';
  color: #fff;
  font-size: 30px;
  text-align: right;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

.calc-button {
  position: absolute;
  right: 0;
  bottom: -5px;
}

#price-area {
  min-height: 110px;
  margin-bottom: 10px;
}

.comodo {
  text-align: left;
  margin-top: -5px;
  margin-bottom: 2px;
}

.comodo-img {
  height: 26px;
}

/* Calculator */
.howit {
  font-size: 0;
  text-align: center;
  padding: 50px 0;
}

.howit-item {
  display: inline-block;
  width: 330px;
  position: relative;
}

.howit-item:last-child .howit-item__logo:after {
  display: none;
}

.howit-item__logo {
  margin-bottom: 15px;
}

.howit-item__logo:after {
  content: '';
  display: block;
  position: absolute;
  width: 86%;
  height: 1px;
  background-color: #cecece;
  left: 188px;
  bottom: 0;
}

.howit-item__logo-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
}

.howit-item__num {
  display: block;
  position: absolute;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  width: 24px;
  height: 24px;
  font-family: 'latolatinbold';
  border-radius: 50%;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.howit-item__num_yellow {
  background-color: #fdb813;
}

.howit-item__num_green {
  background-color: #579d45;
}

.howit-item__num_red {
  background-color: #f15c22;
}

.howit-item__text {
  color: #175b28;
  font-size: 24px;
  font-family: 'latolatinlight';
  margin-bottom: 15px;
}

.featuredin__title {
  background-image: url("/images/spritesheet_desktop-min.png");
  background-position: -2px -2px;
  background-repeat: no-repeat;
  width: 1033px;
  height: 138px;
  margin-left: -10px;
}

.featuredin__content {
  position: relative;
  width: 920px;
  margin: 70px auto 60px;
  border: 1px solid #cccccc;
  border-radius: 10px;
}

.featuredin__content:before {
  content: '';
  width: 80%;
  left: 50%;
  top: -1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  height: 1px;
  background-color: #fff;
}

.featuredin__preview {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  position: absolute;
  left: 50%;
  top: -26px;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.featuredin__preview-item {
  background-image: url("/images/featuredin/featuredin_spritesheet_1x-min.png");
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
}

.featuredin__preview-item_usa {
  width: 86px;
  height: 48px;
  background-position: -5px -153px;
}

.featuredin__preview-item_usa.featuredin_active {
  background-position: -5px -95px;
}

.featuredin__preview-item_stanford {
  width: 128px;
  height: 27px;
  background-position: -5px -342px;
}

.featuredin__preview-item_stanford.featuredin_active {
  background-position: -5px -305px;
}

.featuredin__preview-item_british {
  width: 128px;
  height: 37px;
  background-position: -5px -258px;
}

.featuredin__preview-item_british.featuredin_active {
  background-position: -5px -211px;
}

.featuredin__preview-item_college {
  width: 250px;
  height: 35px;
  background-position: -5px -50px;
}

.featuredin__preview-item_college.featuredin_active {
  background-position: -5px -5px;
}

.featuredin__slider {
  overflow: hidden;
}

.featuredin__text {
  white-space: nowrap;
  position: relative;
  left: 0;
  font-size: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.featuredin__text-block {
  display: inline-block;
  white-space: normal;
  position: relative;
  padding: 60px 40px 80px;
}

.featuredin__text-item {
  color: #666666;
  font-size: 18px;
  text-align: center;
}

.featuredin__text-item_info {
  font-family: 'latolatinitalic';
  font-size: 14px;
  color: #cccccc;
  text-align: right;
  position: absolute;
  right: 40px;
  bottom: 24px;
}

.whyus {
  text-align: center;
  margin-bottom: 60px;
}

.whyus__title {
  background-image: url("/images/spritesheet_desktop-min.png");
  background-position: -2px -661px;
  background-repeat: no-repeat;
  width: 1033px;
  height: 138px;
  margin-left: -10px;
}

.whyus__list {
  font-size: 0;
  margin-top: 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.whyus__item {
  border: 1px solid #cccccc;
  border-radius: 10px;
  width: 320px;
  margin-bottom: 70px;
  position: relative;
}

.whyus__item:before {
  content: '';
  width: 35%;
  left: 50%;
  top: -1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  height: 1px;
  background-color: #fff;
}

.whyus__item-svg {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -35px;
  background-color: #fff;
}

.whyus__item-text {
  margin: 50px auto 20px;
  display: block;
  font-size: 18px;
  width: 170px;
}

.whyus__button {
  width: 100%;
  max-width: 320px;
}

.whyus__graph {
  width: 320px;
  min-height: 300px;
  margin: 0 auto;
  position: relative;
  top: -71px;
}

.whyus__graph-middle {
  width: 20px;
  position: absolute;
  height: 100%;
  background-color: #ffffff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 1px solid #ccc;
}

.whyus__graph-middle:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  background-color: #ccc;
}

.whyus__graph-item {
  min-height: 20px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: right;
  padding-bottom: 30px;
}

.whyus__graph-item.whyus__graph-item_active:last-child:before {
  background-color: #8ec63f;
  border-color: #8ec63f;
}

.whyus__graph-item:nth-child(odd) {
  text-align: left;
}

.whyus__graph-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -5px;
  background-color: #ccc;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.whyus__graph-item_active:before {
  right: -16px;
  background-color: #f15c22;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #f15c22;
}

.whyus__graph-text {
  display: inline-block;
  width: 150px;
  text-align: center;
  word-wrap: break-word;
}

.testimonials__title {
  background-image: url("/images/spritesheet_desktop-min.png");
  background-position: -2px -519px;
  background-repeat: no-repeat;
  width: 1033px;
  height: 138px;
  margin-left: -10px;
}

.testimonials__content {
  position: relative;
  margin: 40px 0 60px;
}

.testimonials__comments {
  width: 630px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  border: 1px solid #cccccc;
  border-radius: 10px;
}

.testimonials__comments:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  height: 42%;
  width: 1px;
  background-color: #FFF;
  z-index: 20;
}

.testimonials__comments-block {
  position: relative;
  white-space: nowrap;
  left: 0;
  -webkit-transition: left .3s;
  transition: left .3s;
}

.testimonials__comments-item {
  position: relative;
  display: inline-block;
  white-space: normal;
  padding: 40px 50px 60px;
}

.testimonials__comments-item_text {
  line-height: 24px;
}

.testimonials__comments-item_name {
  font-family: 'latolatinbold';
  position: absolute;
  right: 85px;
  bottom: 40px;
}

.testimonials__comments_controls {
  display: inline-block;
  vertical-align: middle;
}

.testimonials__control {
  display: block;
  position: absolute;
  cursor: pointer;
}

.testimonials__control_left {
  background-image: url("/images/testimonials_arrow-left.png");
  width: 51px;
  height: 64px;
  left: -30px;
  top: 26px;
  z-index: 30;
}

.testimonials__control_right {
  padding: 5px 10px;
  left: 580px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonials__control_right svg {
  width: 21px;
  height: 40px;
  fill: #666666;
  fill-rule: evenodd;
}

.testimonials__control_right:hover svg {
  fill: #f15c22;
}

.testimonials__ratings {
  width: 320px;
  display: inline-block;
  vertical-align: middle;
}

.testimonials__ratings-item {
  position: relative;
  opacity: .5;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 8px;
}

.testimonials__ratings-item:hover {
  opacity: 1;
}

.testimonials__ratings-item_main {
  opacity: 1;
  margin-bottom: 34px;
}

.testimonials__ratings-item_main:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -21px;
  background-color: #cccccc;
}

.testimonials__ratings-item_main .testimonials__ratings-percent {
  color: #579d45;
}

.testimonials__ratings-item_main .testimonials__ratings-bar_complete {
  background-color: #579d45;
}

.testimonials__ratings-percent {
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'latolatinbold';
}

.testimonials__ratings-bar {
  height: 5px;
  background-color: #cccccc;
  border-radius: 3px;
}

.testimonials__ratings-bar_complete {
  height: 5px;
  background-color: #fdb813;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.info {
  padding-bottom: 75px;
}

.info__main-title {
  background-image: url("/images/spritesheet_desktop-min.png");
  background-position: -2px -247px;
  background-repeat: no-repeat;
  width: 1033px;
  height: 163px;
  margin-left: -10px;
}

.info__title {
  font-size: 18px;
  color: #f15c22;
  font-family: 'latolatinbold';
  text-align: center;
  margin: 15px 0 12px;
}

.info__text {
  line-height: 24px;
  margin-bottom: 10px;
}

.info__button {
  text-align: center;
  display: block;
  width: 320px;
  max-width: 100%;
  margin: 20px auto;
}

.info__discount {
  position: relative;
  width: 490px;
  height: 340px;
  margin: 0 auto;
  background-image: url("/images/info_getdiscount-min.png");
  background-repeat: no-repeat;
}

.info__discount-button {
  position: absolute;
  left: 35px;
  top: 190px;
  height: 48px;
  line-height: 52px;
  background-color: #fdb813;
  border-radius: 24px;
}

.info__discount-button:hover {
  background-color: #fdb813;
}

.info__list {
  margin-left: 70px;
}

.info__item {
  margin-bottom: 10px;
  position: relative;
}

.info__item:before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: '';
  position: absolute;
  display: inline-block;
  background-color: #f15c22;
  left: -16px;
  top: 5px;
}

@media (min-width: 600px) and (max-width: 1224px) {
  .wrapper, .footer {
    min-width: 764px;
  }
  .container {
    width: 744px;
  }
  .header-nav__item {
    margin-right: 15px;
  }
  .calculator {
    background-position-x: 10%;
  }
  .calculator:before, .calculator:after {
    left: -22px;
    width: 120%;
  }
  .calculator__title {
    font-size: 36px;
  }
  .calculator__info {
    width: 365px;
    padding: 0 0 0 64px;
  }
  .calculator__info-title {
    font-size: 18px;
    line-height: 24px;
  }
  .calculator__info-text {
    font-size: 14px;
    line-height: 2;
  }
  .calculator__info-svg {
    left: -50px;
    top: 0;
  }
  .calculator__block {
    margin: 100px 12px 0 0;
  }
  .calculator__block:before {
    background-image: url("/images/tablet/spritesheet_tablet-min.png");
    background-position: -2px -129px;
  }
  .totalPriceBlock:before {
    width: 193px;
    height: 89px;
    background-image: url("/images/tablet/spritesheet_tablet-min.png");
    background-position: -2px -376px;
    left: -57px;
    bottom: 6px;
  }
  .totalPrice {
    top: 55px;
    right: 175px;
    width: 140px;
  }
  .howit-item {
    width: 245px;
  }
  .howit-item__logo:after {
    width: 83%;
    left: 142px;
  }
  .howit-item__text {
    font-size: 18px;
  }
  .featuredin__title {
    width: 749px;
    height: 123px;
    background-image: url("/images/tablet/spritesheet_tablet-min.png");
    background-position: -2px -2px;
    margin-left: 0;
  }
  .featuredin__content {
    width: 744px;
  }
  .featuredin__content:before {
    width: 94%;
    left: 50%;
  }
  .featuredin__preview {
    width: 95%;
  }
  .featuredin__text-block {
    padding: 45px 25px 80px;
  }
  .whyus__title {
    width: 749px;
    height: 123px;
    background-image: url("/images/tablet/spritesheet_tablet-min.png");
    background-position: -2px -596px;
    margin-left: 0;
  }
  .whyus__item {
    width: 230px;
    margin-bottom: 56px;
  }
  .whyus__item-text {
    margin: 45px auto 10px;
  }
  .whyus__button {
    padding: 0 58px;
  }
  .whyus__graph {
    width: 230px;
    top: -40px;
  }
  .whyus__graph-text {
    width: 110px;
    padding: 0 5px;
    font-size: 14px;
  }
  .testimonials__title {
    width: 749px;
    height: 123px;
    background-image: url("/images/tablet/spritesheet_tablet-min.png");
    background-position: -2px -469px;
    margin-left: 0;
  }
  .testimonials__content {
    padding-left: 32px;
  }
  .testimonials__comments {
    width: 460px;
    margin-right: 3px;
  }
  .testimonials__comments:before {
    left: 32px;
  }
  .testimonials__comments-item {
    padding: 24px 40px 50px;
  }
  .testimonials__control_left {
    left: 0px;
    top: 32px;
  }
  .testimonials__control_right {
    left: 448px;
  }
  .testimonials__ratings {
    width: 240px;
  }
  .info__main-title {
    width: 748px;
    height: 140px;
    background-image: url("/images/tablet/spritesheet_tablet-min.png");
    background-position: -2px -232px;
  }
  .info__button {
    width: 240px;
  }
  .footer {
    padding-bottom: 20px;
  }
  .footer-top__block {
    max-width: calc(100% / 3 - 20px);
    min-width: 200px;
  }
  .footer-top__block-title, .footer-top__block-title_pay {
    min-height: 54px;
  }
  .footer-top__payment-item {
    margin: 0 15px 15px 0;
  }
  .footer-bot {
    min-height: 54px;
  }
}

@media (max-width: 599px) {
  .wrapper {
    background-image: url("/images/phone/body_bg-white_phone.png");
  }
  .wrapper, .footer {
    min-width: 320px;
    width: 100vw;
  }
  .container {
    width: 300px;
    width: calc(100vw - 20px);
  }
  .header {
    position: fixed;
    background-image: url("/images/bg.png");
    background-position-x: 1px;
  }
  .header-nav {
    min-height: 4px;
  }
  .header-top__item,
  .header-nav__list,
  .calculator__info {
    display: none;
  }
  .header-top {
    height: 52px;
  }
  .header-top .container:before {
    left: 0;
    top: 0;
    width: 120px;
    height: 52px;
    background-image: url("/images/phone/logo_inner_phone.png");
  }
  .header-top__item_controls {
    display: inline-block;
  }
  .header-top__item-span {
    display: none;
  }
  .header-top__list_logged .header-top__item-link_login,
  .header-top__list_logged .header-top__item-link_menu {
    display: inline-block;
  }
  .header-top__phone {
    display: inline-block;
    line-height: 52px;
    vertical-align: middle;
  }
  .header-top__phone .header-top__item-link {
    border: none;
    line-height: 1;
    padding: 0;
    margin-right: 20px;
  }
  .header-top__phone .header-top__item-link:last-child {
    margin-right: 0;
  }
  .logged .header-phone__block_svg {
    display: none;
  }
  .logged .header-phone__block_svg_logged {
    display: block;
  }
  .header-top__item_controls {
    display: inline-block;
    line-height: 52px;
  }
  .header-top__item_controls .header-top__item-link {
    padding: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: none;
    color: #8ec63f;
    font-size: 0;
    line-height: 1.15;
    margin-left: 15px;
  }
  .header-top__item_controls .header-top__item-link_svg {
    display: none;
  }
  .header-phone__block {
    display: block;
    height: 100%;
    max-width: 32px;
  }
  .header-phone__block_desktop {
    display: none;
  }
  .header-phone__block_svg {
    width: 100%;
    height: 100%;
    fill: #175B28;
  }
  .header-phone__block_svg_logged {
    display: none;
  }
  .open {
    width: 232px;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #175b28;
    padding: 50px 20px 20px;
    overflow-y: scroll;
  }
  .open .header-nav__item {
    display: block;
    margin: 0 0 10px 0;
  }
  .open .header-nav__item:before, .open .header-nav__item:after {
    display: none;
  }
  .open .header-nav__item-link {
    font-size: 20px;
    line-height: 25px;
  }
  .open .header-nav__item_close {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
  }
  .header-nav__item:hover .header-nav__submenu {
    display: none;
  }
  .header-nav__item:hover .header-nav__submenu:after {
    display: none;
  }
  .header-nav__submenu {
    position: relative;
    background-color: transparent;
    text-align: left;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
  }
  .header-nav__submenu:after {
    display: none;
  }
  .header-nav__submenu .header-nav__submenu-link {
    color: #6e8f75;
    font-size: 16px;
  }
  .header-nav__submenu .header-nav__submenu-link:hover {
    color: #ffec52;
  }
  .header-nav__phone {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .header-nav__phone .header-top__item-link {
    color: #fff;
    font-size: 16px;
  }
  .header-nav__phone .header-nav__phone_24 {
    display: inline-block;
    background-color: #fff;
    color: #175b28;
    padding: 0 5px;
    border-radius: 8px;
    margin-right: 5px;
    font-size: 9px;
    font-family: 'latolatinblack';
    vertical-align: middle;
    padding-top: 2px;
  }
  .login_open {
    display: block;
    background-color: transparent;
    z-index: 1;
  }
  .header-popup_logged-title {
    color: #ffec52;
    font-size: 20px;
    word-break: break-all;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .header-popup_logged-menu {
    margin-bottom: 10px;
  }
  .header-popup_logged-menu-item {
    font-size: 20px;
    line-height: 35px;
  }
  .header-popup_logged-menu-item a {
    text-decoration: none;
    color: #fff;
    display: block;
  }
  .header-popup_logged .header-top__item-link_svg {
    fill: #ffec52;
    height: 16px;
    width: 16px;
  }
  .header-popup__block {
    right: 0;
    width: 232px;
    -webkit-transform: none;
            transform: none;
    left: auto;
    top: 0;
    bottom: 0;
    background-color: #175b28;
    overflow-y: auto;
  }
  .header-popup__block .header-popup__link {
    color: #6e8f75;
  }
  .header-popup__block .header-popup__link:hover {
    color: #fff;
  }
  .header-popup__block .header-popup__input {
    background-color: #175b28;
    color: #fff;
  }
  .header-popup__block .header-popup__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6e8f75;
  }
  .header-popup__block .header-popup__input::-moz-placeholder {
    /* Firefox 19+ */
    color: #6e8f75;
  }
  .header-popup__block .header-popup__input:-ms-input-placeholder {
    /* IE 10+ */
    color: #6e8f75;
  }
  .header-popup__block .header-popup__input:-moz-placeholder {
    /* Firefox 18- */
    color: #6e8f75;
  }
  .header-popup__block .header-popup__input:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: transparent;
  }
  .header-popup__block .header-popup__input:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
  }
  .header-popup__block .header-popup__input:focus:-ms-input-placeholder {
    /* IE 10+ */
    color: transparent;
  }
  .header-popup__block .header-popup__input:focus:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
  }
  .header-popup__input:focus {
    border: 1px solid #fff;
  }
  .header-popup__input:focus ~ .header-popup__label_focus {
    color: #fff;
  }
  .submitted input:invalid {
    border: 1px solid #f15c22;
  }
  .header-popup__close_svg {
    display: none;
  }
  .header-phone__block_svg_close {
    width: 32px;
    height: 32px;
    display: block;
  }
  .header-logo__img {
    left: 12px;
    top: 6px;
  }
  .calculator {
    min-height: 730px;
    margin-top: 51px;
    background-position-x: 0;
    padding-bottom: 0;
  }
  .calculator:before {
    left: -22px;
    width: 120%;
    height: 105%;
  }
  .calculator:after {
    display: none;
  }
  .calculator__title {
    font-size: 24px;
    padding-top: 70px;
    position: relative;
  }
  .calculator__title:after {
    content: '';
    display: block;
    position: absolute;
    width: 252px;
    height: 175px;
    background-image: url("/images/phone/title-elements_phone.png");
    background-repeat: no-repeat;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 30px;
  }
  .calculator__title_yellow {
    font-size: 30px;
    display: block;
  }
  .calculator__block {
    float: none;
    margin: 100px auto 0;
    width: 300px;
  }
  .calculator__block:before {
    background-image: url("/images/phone/spritesheet_phone-min.png");
    background-position: 0 -93px;
    left: -35px;
  }
  .calculator__block:after {
    width: 300px;
  }
  .calc-button {
    padding: 0 27px;
    bottom: -15px;
  }
  .totalPriceBlock:before {
    background-image: url("/images/phone/spritesheet_phone-min.png");
    width: 154px;
    height: 84px;
    background-position: 0 -328px;
    left: -28px;
  }
  .totalPrice {
    font-size: 24px;
    right: 170px;
    top: 78px;
    width: 114px;
  }
  .comodo {
    margin-top: 3px;
    margin-bottom: 0;
  }
  .howit {
    padding: 20px 0 0;
  }
  .howit-item {
    display: block;
    width: calc(100% - 20px);
    margin: 0 auto 42px;
  }
  .howit-item__logo, .howit-item__text {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .howit-item__logo {
    margin-right: 15px;
    margin-left: 30px;
    position: relative;
  }
  .howit-item__logo:after {
    width: 1px;
    height: 12px;
    left: 51px;
    bottom: -29px;
  }
  .howit-item__text {
    width: 132px;
  }
  .howit-item__num {
    position: absolute;
    left: -15px;
    top: 0;
  }
  .featuredin__title,
  .whyus__title,
  .testimonials__title,
  .info__main-title {
    background-image: url("/images/phone/spritesheet_phone-min.png");
    margin: 0 auto;
  }
  .featuredin__content {
    min-width: 300px;
    width: calc(100% - 20px);
    margin: 70px auto 40px;
  }
  .featuredin__content:before {
    width: 90%;
  }
  .featuredin__title {
    width: 304px;
    height: 93px;
    background-position: 0 0;
  }
  .featuredin__preview {
    width: 90%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    top: -48px;
    background-color: #fff;
  }
  .featuredin__preview-block {
    width: 50%;
    margin-bottom: 5px;
  }
  .featuredin__preview-item {
    background-image: url("/images/phone/press-spritesheet-min.png");
    margin: 0 auto;
  }
  .featuredin__preview-item_usa {
    width: 86px;
    height: 48px;
    background-position: -2px -98px;
  }
  .featuredin__preview-item_usa.featuredin_active {
    background-position: -2px -46px;
  }
  .featuredin__preview-item_stanford {
    width: 128px;
    height: 27px;
    background-position: -2px -263px;
  }
  .featuredin__preview-item_stanford.featuredin_active {
    background-position: -2px -232px;
  }
  .featuredin__preview-item_british {
    width: 128px;
    height: 37px;
    background-position: -2px -191px;
  }
  .featuredin__preview-item_british.featuredin_active {
    background-position: -2px -150px;
  }
  .featuredin__preview-item_college {
    width: 132px;
    height: 18px;
    background-position: -2px -24px;
  }
  .featuredin__preview-item_college.featuredin_active {
    background-position: -2px -2px;
  }
  .featuredin__text-block {
    padding: 60px 24px 80px;
  }
  .featuredin__text-item {
    line-height: 1.5;
  }
  .whyus__title {
    width: 304px;
    height: 93px;
    background-position: 0 -505px;
  }
  .whyus__item {
    width: calc(100% / 2 - 20px);
  }
  .whyus__item:before {
    width: 80px;
  }
  .whyus__item-text {
    width: calc(100% - 20px);
  }
  .whyus__button {
    width: 196px;
    padding: 0;
  }
  .whyus__graph {
    display: none;
  }
  .testimonials__title {
    width: 304px;
    height: 93px;
    background-position: 0 -412px;
  }
  .info__main-title {
    width: 304px;
    height: 136px;
    background-position: 0 -192px;
  }
  .info__discount {
    position: relative;
    width: 300px;
    height: 208px;
    margin: 0 auto;
    background-image: url("/images/phone/info_getdiscount_phone-min.png");
    background-repeat: no-repeat;
  }
  .testimonials__content {
    padding: 0;
  }
  .testimonials__comments {
    width: calc(100% - 32px);
    margin: 0 0 20px 32px;
    display: block;
  }
  .testimonials__comments:before {
    height: 90px;
    left: 32px;
  }
  .testimonials__ratings {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .testimonials__comments-item {
    padding: 20px 30px 45px;
  }
  .testimonials__comments-item_name {
    bottom: 20px;
    right: 30px;
  }
  .testimonials__control_left {
    left: 0px;
    top: 32px;
  }
  .testimonials__control_right {
    display: none;
  }
  .info__discount-button {
    font-size: 16px;
    height: 40px;
    line-height: 42px;
    padding: 0 34px;
    top: 116px;
    left: 0;
  }
  .info__title {
    font-size: 16px;
  }
  .info__list {
    margin-left: 15px;
  }
  .footer {
    padding-bottom: 20px;
  }
  .footer-top__block {
    overflow: hidden;
    width: 100%;
  }
  .footer-top__block-title, .footer-top__block-title_pay {
    padding: 0 32px;
    position: relative;
    cursor: pointer;
  }
  .footer-top__block-title:before, .footer-top__block-title_pay:before {
    left: 12px;
    top: 9px;
  }
  .footer-top__block-title:after, .footer-top__block-title_pay:after {
    left: 8px;
    top: 5px;
  }
  .footer-top__block-title_svg {
    display: block;
    width: 8px;
    height: 16px;
    stroke: #FFEC52;
    stroke-width: 3px;
    fill: transparent;
    position: absolute;
    right: 12px;
    top: 5px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .footer-top__block_expand .footer-top__block-title_svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .footer-top__block-list {
    display: none;
    padding: 0 32px;
  }
  .footer-top__payment-list {
    text-align: center;
  }
  .footer-top__block-text {
    padding: 0 32px;
  }
  .footer-center {
    padding: 0 0 100px;
    position: relative;
  }
  .footer-center_left,
  .footer-center_right {
    text-align: inherit;
    display: block;
    width: 100%;
  }
  .footer-center__item {
    display: block;
    border-right: none;
  }
  .footer-center_left {
    position: absolute;
    bottom: 20px;
  }
  .footer-center_right {
    padding: 20px 0;
    border-bottom: 1px solid #457c53;
  }
  .footer-bot {
    min-height: 126px;
  }
}

/*# sourceMappingURL=main.css.map */
