@charset "UTF-8";
/**
 * Сброс стилей
 **/
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:300,300i,400,700,900&subset=cyrillic,latin-ext");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

input {
  outline: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Основные стили
 **/
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.container {
  min-width: 320px;
  max-width: 100%;
  padding: 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto; }

.wrap {
  min-width: 320px;
  max-width: 1200px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto; }

p {
  color: #0d1115; }

.top {
  border-bottom: 2px solid #009ee3;
  padding: 30px 0 38px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.course .course__img img, .discount__img img {
	width: 230px;
}

.course__buttons button {
	border: none;
	cursor: pointer;
	outline: none;
}

.vip__course img, .vip__img img {
	width: 230px;
}

#total {
	display: none;
}

#total_error {
	font-weight: bold;
	text-align: center !important;
}

.strike {
	text-decoration: line-through;
}

.blue {
	color: #009ee3 !important;
}

.orderinfo__subtitle {
	font-size: 110%;
	margin: 10px 0;
	padding: 0 20px;
	text-align: center;
}
		  
@media screen and (max-width: 680px) {
  .top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px 0 25px; } }

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .logo .logo__img {
    margin-right: 15px; }
  .logo .logo__txt {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }
    .logo .logo__txt p {
      font-size: 20px;
      font-family: 'Roboto Slab';
      font-weight: 400;
      line-height: 24px;
      margin-top: 10px; }
      .logo .logo__txt p:last-child {
        color: #009ee3; }
        .logo .logo__txt p:last-child span {
          background: url("../images/triangle.png") left center no-repeat;
          padding-left: 30px; }

@media screen and (max-width: 680px) {
  .logo {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .logo .logo__txt {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      text-align: center; }
    .logo .logo__img {
      margin-right: 0;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; } }

.message {
	color: #c00;
	text-align: center;
}

.center {
	text-align: center !important;
}

#message, #lesson {
	background-color: #f1f4f7;
	padding: 20px 0;
}

#message h1, #message p {
	text-align: center;
}

#message h1 {
	font-size: 200%;
}

#message p {
	font-size: 120%;
	margin: 20px 0;
	padding: 0 20px;
}

#message a {
	color: #009ee3;
	text-decoration: none;
}

#message a:hover {
	text-decoration: underline;
}

#lesson {
	padding: 20px;
}

#lesson h1, #lesson h2 {
	font-size: 150%;
	text-align: center;
}

#lesson h2 {
	margin: 20px 0 0;
}

#lesson .cover {
	margin: 20px 0;
	text-align: center;
}

#lesson p {
	font-size: 120%;
	margin: 10px 0;
}

#lesson ul {
	font-size: 120%;
	line-height: 150%;
	padding-left: 0px;
}

#lesson ul li {
	background: url("/images/mark.png") no-repeat left center;
	padding-left: 30px;
}

#lesson .button_order, #lesson .button_other, #cart .button_order {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	margin: 10px 0;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	width: 213px;
}

#lesson .button_order, #cart .button_order {
	background-color: #009ee3;
	color: #fff;
}

#lesson .button_other {
	border: 2px solid #ffcc00;
	color: #0d1115;
}

#lesson .button_order:hover, #cart .button_order:hover {
	background-color: #006997;
}

#lesson .button_other:hover {
	background-color: #e6b800;
	border-color: #e6b800;
}

#cart {
	display: none;
}

#cart h2 {
	font-size: 150%;
	text-align: center;
}

#cart table {
	margin: 10px auto;
}

#cart td {
	padding: 10px;
	vertical-align: middle;
}

#cart .delete_cart {
	cursor: pointer;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }
  .link .link__element {
    margin-right: 40px; }
    .link .link__element a {
      color: #2d3743;
      text-decoration: none;
      font-size: 20px;
      font-weight: 300;
      border-bottom: 1px solid transparent;
      color: #0d1115;
      line-height: 20px;
      display: inline-block; }
      .link .link__element a:hover {
        border-bottom-color: #0d1115; }
    .link .link__element:first-child a {
      color: #009ee3; }
      .link .link__element:first-child a:hover {
        border-bottom-color: #009ee3; }
    .link .link__element:last-child {
      margin-right: 0; }

@media screen and (max-width: 880px) {
  .link .link__element a {
    font-size: 18px; } }

@media screen and (max-width: 680px) {
  .link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 15px 0 0 0; } }

.breadcrumbs {
  margin: 35px 0 30px; }
  .breadcrumbs p {
    font-size: 22px;
    line-height: 24px;
    font-family: 'Roboto Slab';
    font-weight: 700; }
  .breadcrumbs a {
    color: #0d1115;
    text-decoration: none;
    font-weight: 700; }
    .breadcrumbs a:hover {
      text-decoration: underline; }

@media screen and (max-width: 880px) {
  .breadcrumbs {
    margin: 30px 0 25px; }
    .breadcrumbs p {
      font-size: 18px;
      line-height: 20px; } }

.course {
  margin: 20px 0; }
  .course p {
    font-size: 20px;
    font-weight: 300;
    margin: 15px 0;
    line-height: 24px; }
    .course p + .course__element {
      margin-top: 0; }
  .course .course__element {
    background-color: #f1f4f7;
    padding: 25px 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0; }
  .course .course__img {
    -webkit-flex-basis: 230px;
        -ms-flex-preferred-size: 230px;
            flex-basis: 230px;
    text-align: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .course .course__img img {
      display: block;
	  }
  .course .course__txt {
    -webkit-flex-basis: calc(100% - 300px);
        -ms-flex-preferred-size: calc(100% - 300px);
            flex-basis: calc(100% - 300px); }
  .course .course__title {
    font-size: 25px;
    line-height: 28px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    margin: 0 0 5px 0; }
  .course .course__author {
    color: #7a8694;
    font-size: 14px;
    font-weight: 300;
    margin: 5px 0; }
  .course .course__icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 15px; }
    .course .course__icons p {
      font-size: 16px;
      line-height: 26px;
      font-weight: 300;
      margin: 0;
      padding: 5px 0; }
    .course .course__icons .course__lesson {
      background: url("../images/lesson.png") left center no-repeat;
      padding-left: 40px;
      margin-right: 40px; }
    .course .course__icons .course__time {
      background: url("../images/time.png") left center no-repeat;
      padding-left: 30px; }
  .course .course__excerpt {
    color: #7a8694;
    font-size: 16px;
    line-height: 24px; }
    .course .course__excerpt span {
      font-size: 14px;
      font-style: italic;
      display: block;
      line-height: 20px; }
  .course .course__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0; }
  .course .course__input {
    width: 213px;
    margin: 15px 0; }
    .course .course__input input {
      width: 100%;
      border: 1px solid #009ee3;
      font-size: 14px;
      font-weight: 300;
      color: #7a8694;
      line-height: 16px;
      padding: 7px 0 7px 40px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .course .course__input ::-webkit-input-placeholder {
      color: #7a8694; }
    .course .course__input :-moz-placeholder {
      color: #7a8694; }
    .course .course__input ::-moz-placeholder {
      color: #7a8694; }
    .course .course__input :-ms-input-placeholder {
      color: #7a8694; }
  .course .course__input--person input {
    background: url("../images/person.png") 12px 8px no-repeat; }
  .course .course__input--email input {
    background: url("../images/mail.png") 12px 7px no-repeat; }

.course--two-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .course--two-block .course__element {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 49%;
    padding: 23px 20px;
    position: relative;
    margin: 12px 0; }
  .course--two-block .course__title {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    font-size: 20px;
    margin: 0; }
  .course--two-block .course__author {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 0; }
  .course--two-block .course__free {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 26px;
    background-color: #8dc63f;
    padding: 0 10px;
    color: #ffffff;
    font-weight: 700;
    margin: 0; }
  .course--two-block .course__buttons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .course--two-block .course__txt {
    -webkit-flex-basis: calc(100% - 265px);
        -ms-flex-preferred-size: calc(100% - 265px);
            flex-basis: calc(100% - 265px); }
  .course--two-block .course__icons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0; }
    .course--two-block .course__icons .course__lesson {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      margin-right: 0; }
    .course--two-block .course__icons .course__time {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      padding-left: 40px;
      background-position: 4px center; }
  .course--two-block .course__excerpt {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0; }
  .course--two-block .course__buttons {
    margin: 0; }
    .course--two-block .course__buttons a {
      margin: 10px 0; }
      .course--two-block .course__buttons a:first-child {
        margin-top: 0; }
  .course--two-block .course__price {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #7a8694; }
    .course--two-block .course__price span {
      font-size: 20px;
      color: #0d1115;
      margin-left: 5px; }

@media screen and (max-width: 1124px) {
  .course .course__element {
    padding: 25px; }
  .course .course__buttons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .course .course__buttons a {
      -webkit-flex-basis: 32%;
          -ms-flex-preferred-size: 32%;
              flex-basis: 32%; }
  .course--two-block .course__element {
    padding: 23px 15px; }
  .course--two-block .course__buttons a {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

@media screen and (max-width: 1024px) {
  .course--two-block .course__element {
    width: 100%; }
  .course--two-block .course__buttons {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .course--two-block .course__buttons a {
      margin: 10px 15px 10px 0; }
      .course--two-block .course__buttons a:first-child {
        margin: 10px 15px 10px 0; }
      .course--two-block .course__buttons a:last-child {
        margin: 10px 0; }
  .course--two-block .course__author {
    margin: 5px 0 10px; }
  .course--two-block .course__input {
    margin: 15px 0; }
    .course--two-block .course__input:last-child {
      margin-bottom: 5px; } }

@media screen and (max-width: 980px) {
  .course .course__txt {
    -webkit-flex-basis: calc(100% - 260px);
        -ms-flex-preferred-size: calc(100% - 260px);
            flex-basis: calc(100% - 260px); }
  .course .course__buttons {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .course .course__buttons a {
      -webkit-flex-basis: 213px;
          -ms-flex-preferred-size: 213px;
              flex-basis: 213px;
      margin: 10px 15px 10px 0; }
      .course .course__buttons a:last-child {
        margin-right: 0; } }

@media screen and (max-width: 880px) {
  .course p {
    font-size: 16px;
    line-height: 20px; }
  .course .course__excerpt {
    line-height: 20px; } }

@media screen and (max-width: 680px) {
  .course .course__title {
    font-size: 20px;
    line-height: 24px; }
  .course .course__element {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .course .course__img, .course .course__txt {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .course .course__img {
    margin: 10px 0; }
    .course .course__img img {
      margin: 0 auto;
      width: auto !important;
      max-width: 260px; }
  .course--two-block .course__title {
    line-height: 28px; } }

@media screen and (max-width: 480px) {
  .course .course__buttons a {
    margin: 5px auto; }
    .course .course__buttons a:last-child, .course .course__buttons a:first-child {
      margin: 10px auto; }
  .course .course__icons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .course .course__icons .course__lesson {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      margin-right: 0; }
    .course .course__icons .course__time {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      padding-left: 40px;
      background-position: 4px center; }
  .course .course__input {
    margin: 15px auto; } }

.download, .order {
  width: 213px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  padding: 8px 0;
  text-decoration: none;
  font-weight: 700;
  display: block;
  text-align: center;
  background-color: #009ee3; }
  .download:hover, .order:hover {
    background-color: #006997; }

.order--free {
  background-color: #8dc63f; }
  .order--free:hover {
    background-color: #648e2a; }

.info {
  width: 213px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #0d1115;
  font-size: 16px;
  line-height: 26px;
  padding: 7px 0;
  text-decoration: none;
  font-weight: 700;
  display: block;
  text-align: center;
  border: 2px solid #ffcc00; }
  .info:hover {
    background-color: #e6b800;
    border-color: #e6b800; }

.certificate {
  width: 213px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #0d1115;
  font-size: 16px;
  line-height: 26px;
  padding: 7px 0;
  text-decoration: none;
  font-weight: 700;
  display: block;
  text-align: center;
  border: 2px solid #009ee3; }
  .certificate:hover {
    background-color: #008cca;
    border-color: #008cca; }
  .certificate:hover {
    color: #ffffff; }

.advice {
  width: 770px;
  margin: 60px auto;
  padding: 0 15px; }
  .advice .advice__title {
    font-size: 30px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    text-align: center;
    margin: 35px 0; }
  .advice p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin: 15px 0; }
  .advice a {
    text-decoration: none;
    color: #0d1115;
    border-bottom: 1px solid #0d1115;
    line-height: 20px;
    display: inline-block; }
    .advice a:hover {
      border-bottom-color: transparent; }
  .advice .advice__gray {
    color: #7a8694;
    font-size: 16px;
    line-height: 22px;
    margin-top: 50px; }
    .advice .advice__gray a {
      color: #7a8694;
      font-size: 16px;
      line-height: 16px;
      border-bottom: 1px solid #7a8694; }
      .advice .advice__gray a:hover {
        border-bottom-color: transparent; }

@media screen and (max-width: 880px) {
  .advice {
    width: 100%;
    margin: 30px auto;
    padding: 0; }
    .advice .advice__title {
      font-size: 24px;
      margin: 25px 0; }
    .advice p {
      font-size: 16px;
      line-height: 25px; }
    .advice a {
      line-height: 16px; } }

.footer {
  text-align: center;
  margin: 60px 0; }
  .footer .footer__logo {
    margin-bottom: 30px; }
    .footer .footer__logo p {
      font-family: 'Roboto Slab';
      font-size: 29px;
      color: #009ee3;
      line-height: 30px;
      margin: 10px 0; }
      .footer .footer__logo p span {
        background: url("../images/triangle.png") left 10px no-repeat;
        padding-left: 30px;
        line-height: 30px;
        display: inline-block; }
  .footer .footer__menu {
    margin: 25px 0; }
    .footer .footer__menu ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 91.8%;
      background-color: #f5f7f7;
      margin: 0 auto;
      padding: 11px 0; }
    .footer .footer__menu a {
      color: #2d3743;
      text-decoration: none;
      font-weight: 300; }
      .footer .footer__menu a:hover {
        text-decoration: underline; }
  .footer > p {
    margin: 15px 0;
    font-size: 14px;
    color: #7a8694;
    font-weight: 300; }
    .footer > p a {
      font-size: 16px;
      color: #009ee3;
      text-decoration: none; }
      .footer > p a:hover {
        text-decoration: underline; }

@media screen and (max-width: 880px) {
  .footer .footer__menu ul {
    width: 100%;
    padding: 6px 0; }
    .footer .footer__menu ul li {
      margin: 5px 0; } }

.get-certificate {
  margin: 20px 0; }
  .get-certificate .get-certificate__top {
    background: #f1f4f7;
    padding: 30px 0;
    margin: 30px 0; }
  .get-certificate p {
    font-size: 30px;
    line-height: 40px;
    margin: 15px 0;
    font-weight: 300;
    text-align: center; }
  .get-certificate .get-certificate__title {
    font-size: 50px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    text-align: center;
    margin: 30px 0; }
  .get-certificate .get-certificate__bottom {
    margin: 60px 0; }
  .get-certificate .get-certificate__img img {
    display: block;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .get-certificate .get-certificate__txt {
    width: 770px;
    margin: 40px auto; }
    .get-certificate .get-certificate__txt p {
      font-size: 20px;
      line-height: 30px; }
      .get-certificate .get-certificate__txt p a {
        color: #0d1115;
        text-decoration: none;
        border-bottom: 1px solid #0d1115;
        line-height: 20px;
        display: inline-block; }
        .get-certificate .get-certificate__txt p a:hover {
          border-bottom: 1px solid transparent; }
  .get-certificate .get-cetificate__download {
    width: 370px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0;
    text-decoration: none;
    font-weight: 700;
    display: block;
    text-align: center;
    background-color: #009ee3;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    margin: 50px auto; }
    .get-certificate .get-cetificate__download:hover {
      background-color: #006997; }
  .get-certificate .get-certificate__form {
    margin: 40px auto 50px; }

@media screen and (max-width: 880px) {
  .get-certificate .get-certificate__title {
    font-size: 30px;
    margin: 15px 0 20px;
    line-height: 36px; }
  .get-certificate p {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0; }
  .get-certificate .get-certificate__top {
    padding: 15px 0; }
  .get-certificate .get-certificate__form {
    margin: 20px auto; }
  .get-certificate .get-certificate__bottom {
    margin: 25px 0; }
  .get-certificate .get-certificate__txt {
    width: 100%;
    margin: 25px 0; }
    .get-certificate .get-certificate__txt p {
      font-size: 18px;
      line-height: 22px; } }

@media screen and (max-width: 640px) {
  .get-certificate p {
    font-size: 16px;
    line-height: 20px; }
  .get-certificate .get-certificate__img img {
    width: 100%; }
  .get-certificate .get-certificate__txt p {
    font-size: 16px;
    line-height: 20px; }
    .get-certificate .get-certificate__txt p a {
      line-height: 16px; } }

@media screen and (max-width: 480px) {
  .get-certificate .get-cetificate__download {
    width: 260px;
    padding: 16px 0; } }

.delivery {
  background-color: #f1f4f7;
  padding: 40px 0; }
  .delivery .delivery__order {
    text-align: center;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .delivery .delivery__order p {
      font-size: 20px;
      line-height: 30px;
      font-weight: 300;
      margin: 12px 0; }
      .delivery .delivery__order p:first-child {
        font-size: 30px; }
  .delivery .delivery__title {
    font-size: 50px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    text-align: center;
    margin: 30px 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .delivery .delivery__size {
    text-align: center;
    font-size: 20px;
    color: #7a8694;
    line-height: 24px;
    font-weight: 300;
    margin: 30px 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .delivery .delivery__size span {
      font-size: 25px;
      color: #0d1115;
      font-weight: 700; }
  .delivery .delivery__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 14.5%; }
  .delivery .delivery__element {
    text-align: center;
    -webkit-flex-basis: 340px;
        -ms-flex-preferred-size: 340px;
            flex-basis: 340px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .delivery .delivery__element:first-child .delivery__img img {
      margin-top: 15px; }
  .delivery .delivery__img {
    margin: 10px 0;
    height: 55px; }
  .delivery .delivery__type {
    font-size: 30px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    line-height: 34px; }
  .delivery .delivery__price {
    font-size: 25px;
    color: #009ee3;
    font-weight: 300;
    margin: 20px 0; }
  .delivery .delivery__check {
    margin: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .delivery .delivery__check label {
      cursor: pointer;
      font-size: 18px;
      line-height: 18px;
      color: #7a8694;
      font-weight: 300; }
    .delivery .delivery__check input {
      width: auto;
      height: auto;
      opacity: 0;
      z-index: -1;
      position: absolute; }
    .delivery .delivery__check .jq-radio {
      width: 21px;
      height: 21px;
      border: 1px solid #009ee3;
      border-radius: 50%;
      position: relative;
      margin-right: 15px;
      cursor: pointer;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
	.delivery .delivery__check .jq-radio.disabled {
		border-color: #ccc;
		cursor: default;
	}
	.delivery .delivery__check .jq-radio.disabled + label {
		cursor: default;
	}
    .delivery .delivery__check .checked .jq-radio__div {
      width: 11px;
      height: 11px;
      background-color: #009ee3;
      border-radius: 50%;
      left: 4px;
      top: 4px;
      position: absolute; }
  .delivery .delivery__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .delivery .delivery__row p {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      font-size: 18px;
      line-height: 24px;
      font-weight: 300;
      margin: 5px 0;
      text-align: left; }
      .delivery .delivery__row p:first-child {
        margin-right: 25px;
        text-align: right; }
  .delivery .delivery__old {
    text-decoration: line-through;
    margin-right: 10px; }
  .delivery .delivery__new {
    color: #009ee3;
    font-weight: 700; }
  .delivery .delivery__next {
    width: 370px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0;
    text-decoration: none;
    font-weight: 700;
    display: block;
    text-align: center;
    background-color: #009ee3;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    width: 230px;
    margin: 35px auto; }
    .delivery .delivery__next:hover {
      background-color: #006997; }
  .delivery .delivery__kit {
    width: 720px;
    margin: 20px auto; }
    .delivery .delivery__kit p {
      font-size: 14px;
      line-height: 24px;
      color: #7a8694;
      font-weight: 300; }
  .delivery .delivery__info-city {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
    width: 720px;
    margin: 20px auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .delivery .delivery__city-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .delivery .delivery__city {
    -webkit-flex-basis: 205px;
        -ms-flex-preferred-size: 205px;
            flex-basis: 205px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    text-align: center;
    margin: 20px 0; }
    .delivery .delivery__city p {
      font-family: 'Roboto Slab';
      font-size: 22px;
      font-weight: 700;
      margin: 20px 0; }
    .delivery .delivery__city .delivery__check {
      margin: 20px 0 0; }
  .delivery .delivery__prev {
    text-align: center;
    line-height: 26px;
    font-size: 18px;
    margin: 45px 0 30px; }
    .delivery .delivery__prev a {
      font-size: 18px;
      line-height: 18px;
      color: #7a8694;
      border-bottom: 1px solid #7a8694;
      text-decoration: none;
      display: inline-block; }
      .delivery .delivery__prev a:hover {
        border-bottom-color: transparent; }
  .delivery .delivery__payment {
    background-color: #f1f4f7;
    padding: 40px 0; }
  .delivery .delivery__required {
    text-align: center;
    font-size: 16px;
    color: #7a8694;
    margin: 20px 0 40px;
    font-weight: 300;
    padding: 0 15px; }

.delivery--step3 {
  background: none;
  padding: 0; }

@media screen and (max-width: 1024px) {
  .delivery .delivery__block {
    padding: 0 50px; } }

@media screen and (max-width: 880px) {
  .delivery .delivery__block {
    padding: 0 30px; }
  .delivery .delivery__order p {
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0; }
    .delivery .delivery__order p:first-child {
      font-size: 24px; }
  .delivery .delivery__title {
    font-size: 30px;
    line-height: 36px;
    margin: 20px 0; }
  .delivery .delivery__size {
    margin: 20px 0;
    font-size: 18px; }
    .delivery .delivery__size span {
      font-size: 22px; }
  .delivery .delivery__type {
    font-size: 24px;
    line-height: 28px; }
  .delivery .delivery__price {
    font-size: 20px; }
  .delivery .delivery__check {
    margin: 20px 0; }
    .delivery .delivery__check label {
      font-size: 16px; }
  .delivery .delivery__row p {
    font-size: 16px;
    line-height: 20px; }
  .delivery .delivery__kit {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px; }
  .delivery .delivery__info-city {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0;
    width: 100%; }
  .delivery .delivery__city {
    -webkit-flex-basis: 150px;
        -ms-flex-preferred-size: 150px;
            flex-basis: 150px; } }

@media screen and (max-width: 760px) {
  .delivery .delivery__element {
    -webkit-flex-basis: 290px;
        -ms-flex-preferred-size: 290px;
            flex-basis: 290px; }
  .delivery .delivery__block {
    padding: 0 20px; }
  .delivery .delivery__row p {
    font-size: 15px;
    line-height: 18px; }
    .delivery .delivery__row p:first-child {
      margin-right: 15px; } }

@media screen and (max-width: 640px) {
  .delivery {
    padding: 30px 0; }
    .delivery .delivery__block {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .delivery .delivery__element {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      margin: 20px 0; }
      .delivery .delivery__element:first-child .delivery__img img {
        margin: 0; }
    .delivery .delivery__order p {
      font-size: 16px;
      line-height: 20px; }
    .delivery .delivery__img {
      margin: 0 0 5px 0;
      height: auto; }
    .delivery .delivery__next {
      margin: 20px auto; }
    .delivery .delivery__info-city {
      font-size: 16px;
      line-height: 20px; }
    .delivery .delivery__city-all {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .delivery .delivery__city {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; }
    .delivery .delivery__prev {
      margin: 30px 0; }
      .delivery .delivery__prev a {
        font-size: 16px;
        line-height: 16px; } }

.payment {
  margin-left: 50px; }
  .payment .payment__element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 19px 0; }
  .payment .payment__img {
    -webkit-flex-basis: 188px;
        -ms-flex-preferred-size: 188px;
            flex-basis: 188px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    text-align: right; }
  .payment .payment__hide {
    display: none;
    background-color: rgba(122, 134, 148, 0.9);
    -webkit-box-shadow: 4px 6px 15px rgba(124, 124, 124, 0.65);
            box-shadow: 4px 6px 15px rgba(124, 124, 124, 0.65);
    width: 350px;
    position: absolute;
    left: 55px;
    padding: 17px 20px 20px 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1; }
    .payment .payment__hide:before {
      content: "";
      background: url("../images/triangle-left.png") left center no-repeat;
      display: block;
      width: 21px;
      height: 50px;
      position: absolute;
      left: -21px;
      top: 50%;
      margin-top: -25px; }
    .payment .payment__hide p {
      color: #ffffff;
      font-size: 14px;
      line-height: 20px; }
  .payment .payment__check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 35px 0 30px;
    -webkit-flex-basis: 435px;
        -ms-flex-preferred-size: 435px;
            flex-basis: 435px; }
    .payment .payment__check input {
      width: auto;
      height: auto;
      z-index: -1;
      position: absolute; }
    .payment .payment__check label {
      cursor: pointer;
      color: #0d1115;
      font-size: 18px;
      font-weight: 300; }
    .payment .payment__check .jq-radio {
      width: 21px;
      height: 21px;
      border: 1px solid #009ee3;
      border-radius: 50%;
      position: relative;
      margin-right: 15px;
      cursor: pointer;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .payment .payment__check .checked .jq-radio__div {
      width: 11px;
      height: 11px;
      background-color: #009ee3;
      border-radius: 50%;
      left: 4px;
      top: 4px;
      position: absolute; }
  .payment .payment__info {
    margin: 0 0 0 15px;
    cursor: pointer;
    position: relative; }
    .payment .payment__info img {
      display: block; }
    .payment .payment__info:hover .payment__hide {
      display: block; }
  .payment .payment__instruction {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .payment .payment__instruction p {
      font-size: 14px;
      font-weight: 300;
      color: #7a8694; }
      .payment .payment__instruction p a {
        color: #7a8694;
        border-bottom: 1px solid #7a8694;
        text-decoration: none;
        display: inline-block;
        line-height: 14px;
        margin: 0 10px; }
        .payment .payment__instruction p a:hover {
          border-bottom-color: transparent; }

@media screen and (max-width: 1120px) {
  .payment {
    margin-left: 0;
    padding: 0 15px; }
    .payment .payment__check label {
      font-size: 16px; } }

@media screen and (max-width: 1024px) {
  .payment .payment__element {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .payment .payment__img {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: left;
    margin: 10px 0; }
  .payment .payment__check {
    margin-left: 0;
    -webkit-flex-basis: 390px;
        -ms-flex-preferred-size: 390px;
            flex-basis: 390px;
    margin-right: 0; } }

@media screen and (max-width: 780px) {
  .payment .payment__hide {
    width: 290px;
    left: -132px;
    top: 50px !important; }
    .payment .payment__hide:before {
      width: 21px;
      height: 50px;
      position: absolute;
      left: 50%;
      top: -10px;
      margin-left: -10.5px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); } }

@media screen and (max-width: 740px) {
  .payment {
    padding: 0; }
    .payment .payment__element {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .payment .payment__check {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
      margin: 10px 0 5px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 290px; }
      .payment .payment__check label {
        max-width: 230px; }
    .payment .payment__img {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .payment .payment__instruction {
      margin: 10px 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1; }
    .payment .payment__info {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      margin: 5px 0;
      text-align: center; }
      .payment .payment__info img {
        display: inline; }
    .payment .payment__hide {
      left: 0; }
    .payment .payment__instruction p a {
      margin: 0; } }

.information {
  padding: 5px 0; }
  .information .information__title {
    font-size: 50px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    text-align: center;
    margin: 30px 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .information .information__form-title {
    font-size: 30px !important;
    line-height: 40px !important;
    font-weight: 300 !important;
    text-align: center !important;
    margin: 30px 0 !important; }
  .information .information__text {
    width: 770px;
    margin: 30px auto; }
    .information .information__text p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 300;
      margin: 10px 0; }
    .information .information__text b {
      font-weight: 700; }
    .information .information__text a {
      color: #0d1115;
      font-size: 16px;
      line-height: 16px;
      display: inline-block;
      border-bottom: 1px solid #0d1115;
      text-decoration: none; }
      .information .information__text a:hover {
        border-bottom-color: transparent; }
  .information .information__support {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    margin: 40px 0 10px; }
    .information .information__support a {
      text-decoration: none;
      border-bottom: 1px solid #0d1115;
      display: inline-block;
      line-height: 20px;
      color: #0d1115; }
      .information .information__support a:hover {
        border-bottom-color: transparent; }

@media screen and (max-width: 880px) {
	
  .information .information__title {
    font-size: 30px;
    line-height: 36px;
    margin: 20px 0; }
  .information .information__text {
    width: 100%; }
  .information .information__form-title {
    font-size: 24px !important;
    line-height: 30px !important; } }

@media screen and (max-width: 640px) {
	
  .information .information__form-title {
    font-size: 20px !important;
    line-height: 24px !important; }
  .information .information__support {
    font-size: 16px;
    line-height: 20px; } }

.info-zakaz {
  margin: 50px 0; }
  .info-zakaz .info-zakaz__title {
    font-size: 30px;
    font-family: 'Roboto Slab';
    color: #0d1115;
    font-weight: 700;
    text-align: center;
    margin: 20px 0; }
    .info-zakaz .info-zakaz__title a {
      font-size: 14px;
      line-height: 14px;
      display: inline-block;
      color: #7a8694;
      border-bottom: 1px solid #7a8694;
      text-decoration: none;
      margin-left: 15px;
      font-family: 'Roboto';
      font-weight: 300; }
      .info-zakaz .info-zakaz__title a:hover {
        border-bottom-color: transparent; }
  .info-zakaz .info-zakaz__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .info-zakaz .info-zakaz__block div {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      margin-right: 30px; }
      .info-zakaz .info-zakaz__block div:first-child {
        text-align: right; }
        .info-zakaz .info-zakaz__block div:first-child p {
          color: #7a8694; }
      .info-zakaz .info-zakaz__block div p {
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
        margin: 7px 0; }
      .info-zakaz .info-zakaz__block div a {
        font-size: 14px;
        line-height: 14px;
        display: inline-block;
        color: #7a8694;
        border-bottom: 1px solid #7a8694;
        text-decoration: none;
        margin-left: 15px; }
        .info-zakaz .info-zakaz__block div a:hover {
          border-bottom-color: transparent; }
  .info-zakaz .info-zakaz__pay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0; }
    .info-zakaz .info-zakaz__pay div {
      margin: 5px 0; }
      .info-zakaz .info-zakaz__pay div img {
        display: block; }
      .info-zakaz .info-zakaz__pay div:nth-child(2) {
        margin: 5px 25px; }
      .info-zakaz .info-zakaz__pay div p {
        font-size: 20px;
        font-weight: 300; }
      .info-zakaz .info-zakaz__pay div:last-child p {
        font-size: 14px;
        color: #7a8694; }
      .info-zakaz .info-zakaz__pay div a {
        font-size: 14px;
        text-decoration: none;
        color: #7a8694;
        border-bottom: 1px solid #7a8694;
        line-height: 14px;
        display: inline-block;
        margin: 0 7px; }
        .info-zakaz .info-zakaz__pay div a:hover {
          border-bottom-color: transparent; }
  .info-zakaz + .information__text {
    margin-top: -20px; }

@media screen and (max-width: 880px) {
  .info-zakaz {
    margin: 30px 0; }
    .info-zakaz .info-zakaz__title {
      font-size: 20px;
      line-height: 24px; }
    .info-zakaz .info-zakaz__block div p {
      font-size: 18px;
      line-height: 24px; }
    .info-zakaz .info-zakaz__pay {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .info-zakaz .info-zakaz__pay div p {
        font-size: 16px; }
    .info-zakaz + .information__text {
      margin-top: 0; } }

@media screen and (max-width: 640px) {
  .info-zakaz .info-zakaz__block div:first-child {
    margin-right: 15px; }
  .info-zakaz .info-zakaz__block div p {
    font-size: 16px; } }

.mini-form {
  width: 370px;
  margin: 30px auto; }
  .mini-form .mini-form__input {
    margin: 30px 0;
    position: relative; }
    .mini-form .mini-form__input input {
      width: 100%;
      display: block;
      font-size: 16px;
      line-height: 20px;
      color: #0d1115;
      padding: 19px 0 19px 55px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #009ee3;
      background: none; }
    .mini-form .mini-form__input ::-webkit-input-placeholder {
      color: #7a8694; }
    .mini-form .mini-form__input :-moz-placeholder {
      color: #7a8694; }
    .mini-form .mini-form__input ::-moz-placeholder {
      color: #7a8694; }
    .mini-form .mini-form__input :-ms-input-placeholder {
      color: #7a8694; }
  .mini-form .mini-form__input--required:after {
    content: "*";
    font-size: 20px;
    color: #7a8694;
    font-weight: 300;
    display: block;
    position: absolute;
    right: -15px;
    top: -3px; }
	.mini-form .middlename:after {
		content: "";
	}
  .mini-form .mini-form__txt {
    font-size: 20px;
    line-height: 30px;
    margin: 30px 0 20px;
    width: 100%; }
  .mini-form .mini-form__required {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #7a8694;
    width: 100%; }
  .mini-form .mini-form__check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 20px 0 40px; }
    .mini-form .mini-form__check input {
      width: auto;
      height: auto;
      z-index: -1;
      position: absolute; }
    .mini-form .mini-form__check label {
      cursor: pointer;
      color: #7a8694;
      font-size: 14px;
      font-weight: 300;
      font-style: italic; }
      .mini-form .mini-form__check label a {
        color: #7a8694; }
        .mini-form .mini-form__check label a:hover {
          text-decoration: none; }
    .mini-form .mini-form__check .jq-checkbox {
      width: 21px;
      height: 21px;
      border: 1px solid #009ee3;
      position: relative;
      margin-right: 15px;
      cursor: pointer;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
    .mini-form .mini-form__check .checked {
      background-color: #009ee3; }
      .mini-form .mini-form__check .checked .jq-checkbox__div {
        background: url("../images/check.png") center no-repeat;
        width: 20px;
        height: 20px; }
  .mini-form .mini-form__input--person input {
    background: url("../images/person.png") 30px 20px no-repeat; }
  .mini-form .mini-form__input--webmoney input {
    background: url("../images/webmoney_icon.png") 20px 19px no-repeat; }
    .mini-form .mini-form__input--yandex input {
    background: url("../images/wallet.png") 20px 17px no-repeat; }
  .mini-form .mini-form__input--paypal input {
    background: url("../images/paypal_icon.png") 10px 25px no-repeat; }
  .mini-form .mini-form__input--login input {
    background: url("../images/login.png") 22px 20px no-repeat; }
  .mini-form .mini-form__input--mail input {
    background: url("../images/mail.png") 30px 20px no-repeat; }
  .mini-form .mini-form__input--wallet input {
    background: url("../images/wallet.png") 10px 17px no-repeat;
    padding-left: 42px;
    letter-spacing: -1px; }
  .mini-form .mini-form__input--lock input {
    background: url("../images/locked.png") 15px 17px no-repeat;
    padding-left: 42px;
    letter-spacing: -1px; }
  .mini-form .mini-form__input--pencil input {
    background: url("../images/pencil.png") 15px 17px no-repeat;
    padding-left: 42px;
    letter-spacing: -1px; }
  .mini-form .mini-form__button button {
    width: 370px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0;
    text-decoration: none;
    font-weight: 700;
    display: block;
    text-align: center;
    background-color: #009ee3;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer; }
    .mini-form .mini-form__button button:hover {
      background-color: #006997; }

@media screen and (max-width: 880px) {
  .mini-form .mini-form__txt {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0; } }

@media screen and (max-width: 480px) {
	.course__buttons button {
		margin: 0 auto;
	}
  .mini-form {
    width: 260px; }
    .mini-form .mini-form__input {
      margin: 15px 0; }
      .mini-form .mini-form__input input {
        padding: 15px 0 15px 40px; }
    .mini-form .mini-form__input--required:after {
      right: -12px; }
    .mini-form .mini-form__input--person input {
      background-position: 15px 17px; }
    .mini-form .mini-form__input--login input {
      background-position: 9px 16px; }
    .mini-form .mini-form__input--mail input {
      background-position: 15px 16px; }
    .mini-form .mini-form__input--webmoney input {
      background-position: 15px 16px;
      padding-left: 45px; }
      .mini-form .mini-form__input--yandex input {
      background-position: 15px 16px;
      padding-left: 45px; }
    .mini-form .mini-form__input--paypal input {
      background-position: 3px 20px;
      padding-left: 45px; }
    .mini-form .mini-form__input--wallet input, .mini-form .mini-form__input--lock input, .mini-form .mini-form__input--pencil input {
      background-position: 8px 14px;
      font-size: 14px;
      letter-spacing: -1px;
      padding-left: 35px; }
    .mini-form .mini-form__button button {
      width: 100%;
      padding: 16px 0; }
  .mini-form--two {
    width: 290px; } }

.form-delivery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 770px;
  margin: 30px auto; }
  .form-delivery .form-delivery__textarea, .form-orderinfo .form-delivery__textarea {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin: 15px 0;
    position: relative; }
    .form-delivery .form-delivery__textarea textarea, .form-orderinfo .form-delivery__textarea textarea {
      width: 100%;
      display: block;
      font-size: 16px;
      line-height: 20px;
      color: #0d1115;
      padding: 19px 0 19px 55px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #009ee3;
      background: none;
      resize: none;
      outline: none;
      font-family: 'Roboto'; }
    .form-delivery .form-delivery__textarea ::-webkit-input-placeholder, .form-orderinfo .form-delivery__textarea ::-webkit-input-placeholder {
      color: #7a8694; }
    .form-delivery .form-delivery__textarea :-moz-placeholder, .form-orderinfo .form-delivery__textarea ::-webkit-input-placeholder {
      color: #7a8694; }
    .form-delivery .form-delivery__textarea ::-moz-placeholder, .form-orderinfo .form-delivery__textarea ::-webkit-input-placeholder {
      color: #7a8694; }
    .form-delivery .form-delivery__textarea :-ms-input-placeholder, .form-orderinfo .form-delivery__textarea ::-webkit-input-placeholder {
      color: #7a8694; }
  .form-delivery .form-delivery__input {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    margin: 15px 0;
    position: relative; }
    .form-delivery .form-delivery__input input {
      width: 100%;
      display: block;
      font-size: 16px;
      line-height: 20px;
      color: #0d1115;
      padding: 19px 0 19px 55px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #009ee3;
      background: none; }
    .form-delivery .form-delivery__input ::-webkit-input-placeholder {
      color: #7a8694; }
    .form-delivery .form-delivery__input :-moz-placeholder {
      color: #7a8694; }
    .form-delivery .form-delivery__input ::-moz-placeholder {
      color: #7a8694; }
    .form-delivery .form-delivery__input :-ms-input-placeholder {
      color: #7a8694; }
  .form-delivery .form-delivery__input--required:after {
    content: "*";
    font-size: 20px;
    color: #7a8694;
    font-weight: 300;
    display: block;
    position: absolute;
    right: -15px;
    top: -3px; }
	
	.form-delivery .form-delivery__input--region:after, .form-delivery .middlename:after {
		content: "" !important;
	}
  .form-delivery .form-delivery__input--person input {
    background: url("../images/person.png") 30px 20px no-repeat; }
  .form-delivery .form-delivery__input--email input {
    background: url("../images/mail.png") 30px 20px no-repeat; }
  .form-delivery .form-delivery__input--phone input {
    background: url("../images/phone.png") 30px 20px no-repeat; }
  .form-delivery .form-delivery__input--country input {
    background: url("../images/country.png") 30px 21px no-repeat; }
  .form-delivery .form-delivery__input--region input {
    background: url("../images/region.png") 30px 21px no-repeat; }
  .form-delivery .form-delivery__input--city input {
    background: url("../images/city.png") 30px 20px no-repeat; }
  .form-delivery .form-delivery__input--index input {
    background: url("../images/index.png") 30px 20px no-repeat; }
  .form-delivery .form-delivery__input--address input {
    background: url("../images/address.png") 30px 20px no-repeat; }

@media screen and (max-width: 880px) {
  .form-delivery {
    width: 90%; } }

@media screen and (max-width: 560px) {
  .form-delivery .form-delivery__input {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin: 10px 0; } }

@media screen and (max-width: 480px) {
  .form-delivery .form-delivery__input input {
    padding: 15px 0 15px 40px; }
  .form-delivery .form-delivery__input:after {
    right: -12px; }
  .form-delivery .form-delivery__textarea textarea {
    padding: 15px 0 15px 40px; }
  .form-delivery .form-delivery__input--person input, .form-delivery .form-delivery__input--email input, .form-delivery .form-delivery__input--phone input, .form-delivery .form-delivery__input--country input, .form-delivery .form-delivery__input--city input, .form-delivery .form-delivery__input--region input, .form-delivery .form-delivery__input--index input, .form-delivery .form-delivery__input--address input {
    background-position: 15px 17px; } }

.sort {
  margin: 20px 0; }
  .sort p {
    font-size: 16px;
    font-weight: 300;
    color: #7a8694;
	line-height: normal; }
    .sort p a {
      color: #0d1115;
      display: inline-block;
      margin: 0 17px;
      border-bottom: 1px solid #0d1115;
      line-height: 16px;
      text-decoration: none; }
      .sort p a:hover {
        color: #009ee3;
        border-bottom-color: #009ee3; }
    .sort p .sort--active {
      color: #009ee3;
      border-bottom-color: #009ee3; }

@media screen and (max-width: 480px) {
  .sort p {
    font-size: 14px; }
    .sort p a {
      line-height: 14px;
      margin: 0 7px; } }

.discount {
  background-color: #009ee3;
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 70px; }
  .discount p {
    color: #ffffff; }
  .discount .discount__img {
    -webkit-flex-basis: 230px;
        -ms-flex-preferred-size: 230px;
            flex-basis: 230px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 20px 0 5px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .discount .discount__info {
    -webkit-flex-basis: calc(100% - 230px - 272px - 120px);
        -ms-flex-preferred-size: calc(100% - 230px - 272px - 120px);
            flex-basis: calc(100% - 230px - 272px - 120px);
    padding: 15px 0 20px; }
  .discount .discount__order {
    -webkit-flex-basis: 272px;
        -ms-flex-preferred-size: 272px;
            flex-basis: 272px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .discount .discount__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 10px 0 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .discount .discount__name {
    font-size: 20px;
    line-height: 20px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    padding: 7px 15px 9px;
    border: 2px solid #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 5px 0; }
  .discount .discount__lessons {
    background: url("../images/lessons.png") left center no-repeat;
    font-size: 16px;
    line-height: 35px;
    padding-left: 37px;
    margin: 5px 10px; }
  .discount .discount__time {
    background: url("../images/time-white.png") left center no-repeat;
    font-size: 16px;
    line-height: 35px;
    padding-left: 35px; }
  .discount .discount__title {
    font-size: 30px;
    font-family: 'Roboto Slab';
    line-height: 34px;
    font-weight: 700;
    margin: 20px 0; }
  .discount .discount__author {
    font-size: 14px;
    margin: 20px 0; }
  .discount .discount__excerpt {
    font-size: 16px;
    font-style: italic;
    line-height: 20px; }
  .discount .discount__percent {
    background-color: #fd4142;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 0 15px;
    margin-bottom: 20px; }
    .discount .discount__percent span {
      font-size: 60px;
      font-weight: 900;
      margin-left: 10px; }
  .discount .discount__old {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin: 5px 0; }
    .discount .discount__old span {
      font-size: 20px;
      font-weight: 700;
      text-decoration: line-through; }
  .discount .discount__new {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin: 5px 0; }
    .discount .discount__new span {
      font-size: 20px;
      font-weight: 700; }
  .discount .discount__order-button {
    margin: 30px auto;
    background-color: #8dc63f; }
    .discount .discount__order-button:hover {
      background-color: #648e2a; }
  .discount .discount__info-button {
    margin: 30px auto;
    background-color: #97d6ff;
    border: none;
    color: #ffffff; }
    .discount .discount__info-button:hover {
      background-color: #4bb8ff; }

@media screen and (max-width: 1180px) {
	.order--free {
		height: 43px;
		padding: 0;
		margin: 10px 2px;
	}
  .discount {
    padding-left: 20px; }
    .discount .discount__info {
      -webkit-flex-basis: calc(100% - 230px - 272px - 50px);
          -ms-flex-preferred-size: calc(100% - 230px - 272px - 50px);
              flex-basis: calc(100% - 230px - 272px - 50px); } }

@media screen and (max-width: 980px) {
  .discount {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-right: 20px; }
    .discount .discount__info {
      -webkit-flex-basis: calc(100% - 230px - 30px);
          -ms-flex-preferred-size: calc(100% - 230px - 30px);
              flex-basis: calc(100% - 230px - 30px); }
    .discount .discount__order {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }

@media screen and (max-width: 780px) {
  .discount .discount__top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .discount .discount__lessons {
    margin-left: 0;
    margin-right: 0; }
  .discount .discount__title {
    font-size: 20px;
    line-height: 24px; } }

@media screen and (max-width: 680px) {
  .discount {
    padding: 0 15px; }
    .discount .discount__img {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      text-align: center; }
    .discount .discount__info {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }

.complect {
  background-color: #f1f4f7;
  margin: 30px 0;
  padding: 20px 0; }
  .complect .complect__title {
    font-size: 40px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    line-height: 48px;
    margin: 20px 0; }
  .complect p {
    font-size: 25px;
    text-align: center;
    font-weight: 300;
    margin: 30px 0; }
  .complect .complect__course {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .complect .complect__block {
    -webkit-flex-basis: 131px;
        -ms-flex-preferred-size: 131px;
            flex-basis: 131px;
    text-align: center;
    margin: 20px 0; }
    .complect .complect__block div {
      height: 170px; }
    .complect .complect__block .complect__check {
      height: auto; }
    .complect .complect__block img {
      width: 107px; }
    .complect .complect__block p {
      font-size: 15px;
      line-height: 18px;
      margin: 10px 0; }
  .complect .complect__check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .complect .complect__check input {
      width: auto;
      height: auto;
      z-index: -1;
      position: absolute; }
    .complect .complect__check label {
      cursor: pointer;
      color: #009ee3;
      font-size: 13px;
      font-weight: 300; }
    .complect .complect__check .jq-checkbox {
      width: 21px;
      height: 21px;
      border: 1px solid #009ee3;
      position: relative;
      margin-right: 7px;
      cursor: pointer;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .complect .complect__check .checked {
      background-color: #009ee3; }
      .complect .complect__check .checked .jq-checkbox__div {
        background: url("../images/check.png") center no-repeat;
        width: 20px;
        height: 20px; }
  .complect .complect__old-price {
    color: #7a8694;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0; }
    .complect .complect__old-price span {
      color: #0d1115;
      text-decoration: line-through;
      font-size: 30px;
      margin-left: 5px; }
  .complect .complect__new-price {
    color: #7a8694;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0; }
    .complect .complect__new-price span {
      color: #009ee3;
      font-size: 30px;
      margin-left: 5px; }
  .complect .complect__order {
    margin: 35px auto; }

@media screen and (max-width: 1100px) {
  .complect .complect__block {
    -webkit-flex-basis: 220px;
        -ms-flex-preferred-size: 220px;
            flex-basis: 220px; } }

@media screen and (max-width: 880px) {
	
  .complect .complect__title {
    font-size: 26px;
    line-height: 30px; }
  .complect p {
    font-size: 18px;
    margin: 15px 0; } }

@media screen and (max-width: 680px) {
  .complect .complect__block {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%; } }

@media screen and (max-width: 480px) {
  .complect .complect__title {
    font-size: 20px;
    line-height: 24px; }
  .complect p {
    font-size: 16px;
    margin: 15px 0; }
  .complect .complect__old-price span, .complect .complect__new-price span {
    font-size: 24px;
    margin-left: 2px; } }
	
.main {
  background-color: #009ee3;
  padding: 20px 0 30px; }
  .main p {
    margin: 30px 0;
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    font-weight: 300; }
    .main p span {
      font-size: 80px;
      font-weight: 700; }
  .main .main__title {
    font-size: 80px;
    line-height: 94px;
    font-family: 'Roboto Slab';
    font-weight: 700; }
  .main img {
    display: block;
    margin: 30px auto 40px; }
  .main .main__shop {
    width: 370px;
    color: #0d1115;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0;
    text-decoration: none;
    font-weight: 700;
    display: block;
    text-align: center;
    background-color: #ffcc00;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    margin: 30px auto; }
    .main .main__shop:hover {
      background-color: #e6b800; }
  .main .main__feedback {
    width: 370px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0;
    text-decoration: none;
    font-weight: 700;
    display: block;
    text-align: center;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    margin: 35px auto;
    border: 2px solid #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 18px 0; }
    .main .main__feedback:hover {
      background-color: transparent; }
    .main .main__feedback:hover {
      background-color: #ffffff;
      color: #0d1115; }

@media screen and (max-width: 1100px) {
  .main .main__title {
    font-size: 40px;
    line-height: 50px; }
  .main p {
    font-size: 20px;
    margin: 20px 0; }
    .main p span {
      font-size: 40px; }
  .main img {
    width: 100%; } }

@media screen and (max-width: 640px) {
  .main .main__title {
    font-size: 24px;
    line-height: 30px; }
  .main p {
    font-size: 16px; }
    .main p span {
      font-size: 24px; } }

@media screen and (max-width: 480px) {
  .main .main__shop, .main .main__feedback {
    font-size: 16px;
    padding: 12px 0;
    margin: 20px auto;
    width: 290px; } }

.orderinfo {
  background-color: #f1f4f7;
  padding: 20px 0; }
  .orderinfo .orderinfo__title {
    font-size: 50px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    text-align: center;
    margin: 30px 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .orderinfo .orderinfo__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    justfy-content: space-between;
    padding: 0 0 30px 0;
    margin: 20px 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #009ee3; }
  .orderinfo .orderinfo__img {
    -webkit-flex-basis: 500px;
        -ms-flex-preferred-size: 500px;
            flex-basis: 500px;
    text-align: center; }
  .orderinfo .orderinfo__info {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    width: 50%; }
  .orderinfo .orderinfo__name {
    font-size: 30px;
    line-height: 34px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    margin: 20px 0; }
    .orderinfo .orderinfo__name span {
      font-weight: 300;
      color: #009ee3;
      font-size: 20px;
      line-height: 24px;
      display: block; }
  .orderinfo .orderinfo__start p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin: 15px 0; }
    .orderinfo .orderinfo__start p span {
      font-size: 16px;
      line-height: 24px;
      display: inline-block;
      font-style: italic;
      color: #7a8694; }
  .orderinfo .orderinfo__link p {
    font-size: 20px;
    color: #7a8694;
    font-weight: 300; }
  .orderinfo .orderinfo__link a {
    font-size: 30px;
    color: #009ee3;
    text-decoration: none;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Roboto Slab';
    display: inline-block;
    margin: 10px 0;
    word-wrap: break-word; }
    .orderinfo .orderinfo__link a:hover {
      text-decoration: underline; }
  .orderinfo .orderinfo__cert {
    width: 213px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    padding: 7px 0;
    text-decoration: none;
    font-weight: 700;
    display: block;
    text-align: center;
    background-color: #009ee3;
    padding: 16px 0;
    width: 233px;
    margin: 20px 0; }
    .orderinfo .orderinfo__cert:hover {
      background-color: #006997; }
  .orderinfo .orderinfo__all-course {
    width: 370px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0;
    text-decoration: none;
    font-weight: 700;
    display: block;
    text-align: center;
    background-color: #009ee3;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    margin: 50px auto 30px; }
    .orderinfo .orderinfo__all-course:hover {
      background-color: #006997; }

@media screen and (max-width: 880px) {
  .orderinfo .orderinfo__block {
    margin: 20px 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .orderinfo .orderinfo__title {
    font-size: 30px;
    line-height: 36px;
    margin: 20px 0; }
  .orderinfo .orderinfo__img {
    -webkit-flex-basis: 250px;
        -ms-flex-preferred-size: 250px;
            flex-basis: 250px; }
  .orderinfo .orderinfo__info {
    -webkit-flex-basis: calc(100% - 280px);
        -ms-flex-preferred-size: calc(100% - 280px);
            flex-basis: calc(100% - 280px); }
  .orderinfo .orderinfo__name {
    font-size: 24px;
    line-height: 28px; }
  .orderinfo .orderinfo__start p {
    font-size: 16px;
    line-height: 20px; }
    .orderinfo .orderinfo__start p span {
      line-height: 18px;
      font-size: 14px; }
  .orderinfo .orderinfo__link p {
    font-size: 18px; }
    .orderinfo .orderinfo__link p a {
      font-size: 20px;
      margin: 0; } }

@media screen and (max-width: 680px) {
  .orderinfo .orderinfo__block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .orderinfo .orderinfo__img {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .orderinfo .orderinfo__info {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .orderinfo .orderinfo__cert {
    margin: 20px auto;
    padding: 14px 0; } }

@media screen and (max-width: 480px) {
  .orderinfo .orderinfo__all-course {
    width: 250px;
    padding: 17px 0;
    margin: 30px auto 20px; } }

.timer {
  background-color: #f1f4f7;
  padding: 5px 0 10px; }
  .timer .timer__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0; }
  .timer .timer__discount {
    background-color: #fd4142;
    padding: 25px 30px; }
    .timer .timer__discount p {
      font-size: 150px;
      font-weight: 900;
      color: #ffffff; }
  .timer .timer__block {
    background-color: #009ee3;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 25px 45px; }
  .timer .timer__title {
    font-size: 35px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    color: #ffffff;
    line-height: 40px; }
  .timer .timer__results {
    color: #ffffff;
    margin: 5px 0; }
    .timer .timer__results .result-hour, .timer .timer__results .result-minute, .timer .timer__results .result-second {
      font-size: 60px;
      font-family: 'Roboto Slab';
      font-weight: 900;
      margin: 0;
      width: 75px;
      display: inline-block;
      margin-right: 0; }
    .timer .timer__results span {
      font-size: 30px;
      font-weight: 300;
      margin-right: 10px; }
  .timer .timer__text {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px;
    padding: 0 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 20px 0; }
    .timer .timer__text p {
      font-size: 18px;
      line-height: 26px;
      font-weight: 300;
      margin: 10px 0; }
  .timer .timer__order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: 30px 0; }
  .timer .timer__img {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
  .timer .timer__info {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
    .timer .timer__info p {
      font-size: 16px;
      line-height: 20px;
      font-weight: 300; }
    .timer .timer__info span {
      font-size: 30px;
      line-height: 30px;
      font-weight: 700;
      display: block;
      margin: 10px 0; }
    .timer .timer__info .timer__price-old {
      text-decoration: line-through; }
    .timer .timer__info .timer__price-new {
      color: #009ee3; }
  .timer .timer__order--button {
    margin: 20px auto; }

@media screen and (max-width: 1024px) {
  .timer .timer__top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .timer .timer__discount {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    padding: 20px 15px; }
    .timer .timer__discount p {
      font-size: 100px; }
  .timer .timer__block {
    text-align: center;
    padding: 20px 15px; }
  .timer .timer__text {
    padding: 0 15px; }
  .timer .timer__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px; } }

@media screen and (max-width: 880px) {
  .timer .timer__text {
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
            column-gap: 0;
    margin-top: 0; }
    .timer .timer__text p {
      font-size: 16px;
      line-height: 25px; } }

@media screen and (max-width: 780px) {
	.order--free {
		margin: 0;
	}
  .timer .timer__order {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .timer .timer__img {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 20px; }
  .timer .timer__info {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }

@media screen and (max-width: 560px) {
  .timer .timer__title {
    font-size: 18px;
    line-height: 20px; }
  .timer .timer__results .result-hour, .timer .timer__results .result-minute, .timer .timer__results .result-second {
    font-size: 30px;
    width: 35px; }
  .timer .timer__results span {
    font-size: 16px;
    margin: 0; } }

@media screen and (max-width: 480px) {
  .timer .timer__img img {
    width: 260px; }
  .timer .timer__info br {
    display: none; } }

.authorization {
  position: relative; }
  .authorization .authorization__block {
    width: 300px;
    background-color: #f1f4f7;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 1;
    display: none; }
  .authorization .authorization__title {
    font-size: 20px;
    color: #7a8694;
    font-weight: 700;
    margin: 10px 0 15px;
    text-align: center; }
  .authorization .authorization__input {
    width: 250px;
    margin: 15px auto; }
    .authorization .authorization__input input {
      width: 100%;
      border: 1px solid #009ee3;
      font-size: 13px;
      line-height: 20px;
      color: #7a8694;
      font-weight: 300;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 10px 0 10px 40px; }
    .authorization .authorization__input ::-webkit-input-placeholder {
      color: #7a8694; }
    .authorization .authorization__input :-moz-placeholder {
      color: #7a8694; }
    .authorization .authorization__input ::-moz-placeholder {
      color: #7a8694; }
    .authorization .authorization__input :-ms-input-placeholder {
      color: #7a8694; }
  .authorization .authorization__button {
    width: 250px;
    margin: 15px auto; }
    .authorization .authorization__button button {
      cursor: pointer;
      width: 213px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #ffffff;
      font-size: 16px;
      line-height: 26px;
      padding: 7px 0;
      text-decoration: none;
      font-weight: 700;
      display: block;
      text-align: center;
      background-color: #009ee3;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none;
      width: 100%;
      padding: 10px 0; }
      .authorization .authorization__button button:hover {
        background-color: #006997; }
  .authorization .authorization__input--email input {
    background: url("../images/mail.png") 10px 12px no-repeat; }
  .authorization .authorization__input--password input {
    background: url("../images/locked.png") 10px 10px no-repeat; }
  .authorization .authorization__partner {
    text-align: center;
    margin: 20px 0 15px; }
    .authorization .authorization__partner a {
      display: inline-block;
      font-size: 16px;
      border-bottom: 1px solid #0d1115;
      text-decoration: none;
      line-height: 16px; }
      .authorization .authorization__partner a:hover {
        border-bottom-color: transparent; }

.authorization--show .authorization__block {
  display: block; }

@media screen and (max-width: 680px) {
  .authorization .authorization__block {
    right: -63px; } }

.partner {
  background-color: #f1f4f7;
  padding: 20px 0; }
  .partner .partner__title {
    font-size: 50px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    margin: 20px 0;
    padding: 0 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .partner p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin: 30px 0; }
  .partner .partner__video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 20px 0; }
    .partner .partner__video iframe, .partner .partner__video video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .partner .partner__download a {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    background-color: #7a8694;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    padding: 7px 20px; }
    .partner .partner__download a:hover {
      background-color: #626d79; }
  .partner .partner__text {
    padding: 0 100px;
    margin: 40px 0; }
    .partner .partner__text p {
      text-align: left;
      font-size: 20px;
      line-height: 30px;
      margin: 12px 0; }
    .partner .partner__text span {
      font-size: 30px;
      line-height: 40px; }
  .partner .partner__button {
    padding: 0 100px;
    margin: 30px 0 40px; }
  .partner .partner__reg {
    width: 370px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0;
    text-decoration: none;
    font-weight: 700;
    display: block;
    text-align: center;
    background-color: #009ee3;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    display: inline-block;
    margin-right: 27px;
    margin: 15px 27px 15px 0; }
    .partner .partner__reg:hover {
      background-color: #006997; }
  .partner .partner__auth {
    width: 370px;
    color: #0d1115;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0;
    text-decoration: none;
    font-weight: 700;
    display: block;
    text-align: center;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    border: 2px solid #ffcc00;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 18px 0;
    display: inline-block;
    margin: 15px 0; }
    .partner .partner__auth:hover {
      background-color: transparent; }
    .partner .partner__auth:hover {
      background-color: #ffcc00; }

@media screen and (max-width: 1080px) {
  .partner .partner__title {
    padding: 0 15px; }
  .partner .partner__text {
    padding: 0 15px; }
  .partner .partner__button {
    padding: 0 15px; } }

@media screen and (max-width: 880px) {
  .partner .partner__title {
    font-size: 30px;
    line-height: 36px;
    margin: 20px 0; }
  .partner p {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0; }
  .partner .partner__text {
    margin: 20px 0; }
    .partner .partner__text p {
      font-size: 16px;
      margin: 15px 0;
      line-height: 20px; }
    .partner .partner__text span {
      font-size: 20px;
      line-height: 24px; }
  .partner .partner__button {
    margin: 10px 0; }
  .partner .partner__reg {
    display: block;
    margin: 10px auto; }
  .partner .partner__auth {
    display: block;
    margin: 10px auto; } }

@media screen and (max-width: 680px) {
  .partner .partner__title {
    font-size: 24px;
    line-height: 30px; } }

@media screen and (max-width: 480px) {
  .partner .partner__reg {
    width: 260px;
    padding: 18px 0; }
  .partner .partner__auth {
    width: 260px;
    padding: 16px 0; }
  .partner .partner__download a {
    font-size: 14px;
    padding: 7px 15px; } }

.quiz {
  background-color: #f1f4f7;
  padding: 20px 0; }
  .quiz .quiz__title {
    font-size: 50px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    margin: 20px 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%; }
  .quiz > p {
    width: 770px;
    margin: 15px auto;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: center; }

@media screen and (max-width: 880px) {
  .quiz .quiz__title {
    font-size: 30px;
    line-height: 36px; }
  .quiz > p {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media screen and (max-width: 680px) {
  .quiz .quiz__title {
    font-size: 24px;
    line-height: 30px; } }

.select-course {
  margin: 40px 0; }
  .select-course .select-course__title {
    font-size: 30px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    text-align: center;
    margin: 30px 0; }
  .select-course .select-course__quiz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 820px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .select-course .select-course__block {
    -webkit-flex-basis: 27.5%;
        -ms-flex-preferred-size: 27.5%;
            flex-basis: 27.5%;
    text-align: center; }
    .select-course .select-course__block:first-child {
      -webkit-flex-basis: 40%;
          -ms-flex-preferred-size: 40%;
              flex-basis: 40%; }
    .select-course .select-course__block > p {
      color: #009ee3;
      font-size: 25px;
      font-weight: 300; }
  .select-course .select-course__element p {
    font-size: 25px;
    font-weight: 300;
    line-height: 32px; }
    .select-course .select-course__element p span {
      font-size: 30px;
      font-weight: 700;
      font-family: 'Roboto Slab';
      display: block; }
  .select-course .select-course__check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0 5px; }
    .select-course .select-course__check input {
      width: auto;
      height: auto;
      z-index: -1;
      position: absolute; }
    .select-course .select-course__check label {
      cursor: pointer;
      color: #7a8694;
      font-size: 18px;
      font-weight: 300; }
    .select-course .select-course__check .jq-radio {
      width: 21px;
      height: 21px;
      border: 1px solid #009ee3;
      position: relative;
      margin-right: 15px;
      cursor: pointer;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .select-course .select-course__check .checked {
      background-color: #009ee3; }
      .select-course .select-course__check .checked .jq-radio__div {
        background: url("../images/check.png") center no-repeat;
        width: 20px;
        height: 20px; }

@media screen and (max-width: 880px) {
  .select-course .select-course__title {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0; }
  .select-course .select-course__element p {
    font-size: 20px;
    line-height: 24px; }
    .select-course .select-course__element p span {
      font-size: 22px;
      display: block; }
  .select-course .select-course__block {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; }
    .select-course .select-course__block > p {
      font-size: 20px; }
  .select-course .select-course__quiz {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media screen and (max-width: 580px) {
  .select-course .select-course__quiz {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .select-course .select-course__block {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin: 5px 0; }
    .select-course .select-course__block:first-child {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
  .select-course .select-course__element p span {
    font-size: 18px; }
  .select-course .select-course__check {
    margin: 10px 0 0 0; } }

.form-two-column {
  width: 770px;
  margin: 40px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .form-two-column .form-two-column__block {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%; }
    .form-two-column .form-two-column__block ::-webkit-input-placeholder {
      color: #7a8694; }
    .form-two-column .form-two-column__block :-moz-placeholder {
      color: #7a8694; }
    .form-two-column .form-two-column__block ::-moz-placeholder {
      color: #7a8694; }
    .form-two-column .form-two-column__block :-ms-input-placeholder {
      color: #7a8694; }
  .form-two-column .form-two-column__textarea {
    height: 100%; }
    .form-two-column .form-two-column__textarea textarea {
      width: 100%;
      resize: none;
      background: none;
      border: 1px solid #009ee3;
      height: 100%;
      font-size: 16px;
      color: #7a8694;
      font-weight: 300;
      padding: 20px 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      outline: none; }
  .form-two-column .form-two-column__input {
    margin-bottom: 20px; }
    .form-two-column .form-two-column__input input {
      width: 100%;
      resize: none;
      background: none;
      border: 1px solid #009ee3;
      height: 100%;
      font-size: 16px;
      line-height: 20px;
      padding: 20px 0 20px 55px;
      color: #7a8694;
      font-weight: 300;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .form-two-column .form-two-column__input--mail input {
    background: url("../images/mail.png") 30px 22px no-repeat; }
  .form-two-column .form-two-column__button button {
    width: 370px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0;
    text-decoration: none;
    font-weight: 700;
    display: block;
    text-align: center;
    background-color: #009ee3;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    width: 100%;
    outline: none; }
    .form-two-column .form-two-column__button button:hover {
      background-color: #006997; }

@media screen and (max-width: 880px) {
  .form-two-column {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media screen and (max-width: 680px) {
  .form-two-column {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .form-two-column .form-two-column__textarea textarea {
      padding-left: 20px; }
    .form-two-column .form-two-column__input input {
      padding-left: 35px; }
    .form-two-column .form-two-column__input--mail input {
      background-position: 10px 22px; }
    .form-two-column .form-two-column__block {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      margin-bottom: 20px; } }

.discount-course {
  margin: 60px 0; }
  
.discount-course img {
	width: 230px;
}
  .discount-course .discount-course__title {
    font-size: 30px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    text-align: center;
    margin: 30px 0; }

@media screen and (max-width: 880px) {
  .discount-course .discount-course__title {
    font-size: 24px;
    line-height: 26px;
    margin: 20px 0; } }

.reg-partner {
  background-color: #f1f4f7;
  padding: 20px 0; }
  .reg-partner .reg-partner__title {
    font-size: 50px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    margin: 20px auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .reg-partner p {
    width: 700px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    margin: 15px auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center; }

@media screen and (max-width: 880px) {
  .reg-partner .reg-partner__title {
    font-size: 30px;
    line-height: 36px; }
  .reg-partner p {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0;
    width: 100%; } }

@media screen and (max-width: 680px) {
  .reg-partner .reg-partner__title {
    font-size: 24px;
    line-height: 30px; } }

.vip {
  background-color: #f1f4f7;
  padding: 20px 0; }
  .vip .vip__title {
    font-size: 50px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    margin: 20px auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .vip > p {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 840px;
    margin: 15px auto; }
  .vip .vip__block {
    text-align: center; }
    .vip .vip__block > p {
      font-size: 20px;
      line-height: 30px;
      font-weight: 300;
      margin: 15px 0; }
  .vip .vip__elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 840px;
    margin: 0 auto; }
  .vip .vip__course {
    -webkit-flex-basis: 240px;
        -ms-flex-preferred-size: 240px;
            flex-basis: 240px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
    .vip .vip__course p {
      font-size: 18px;
      font-weight: 700;
      font-family: 'Roboto Slab';
      margin: 15px 0;
      line-height: 20px; }
    .vip .vip__course img {
      margin-top: auto; }
  .vip .vip__plus {
    margin: 30px 100px;
    background-color: #e6ebf0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0; }
    .vip .vip__plus .vip__course:nth-child(2) {
      margin: 0 45px; }
    .vip .vip__plus .vip__course p {
      font-size: 25px;
      line-height: 35px;
      text-align: left; }
  .vip .vip__text {
    margin: 30px 0; }
    .vip .vip__text p {
      font-size: 18px;
      line-height: 28px;
      margin: 10px 100px;
      font-weight: 300; }
  .vip .vip__price {
    text-align: center;
    width: 740px;
    margin: 15px auto; }
    .vip .vip__price .vip__old {
      font-size: 22px;
      line-height: 28px;
      font-weight: 300;
      margin: 20px 0;
      color: #0d1115; }
      .vip .vip__price .vip__old span {
        display: block;
        font-size: 40px;
        font-weight: 300;
        text-decoration: line-through;
        margin: 15px 0; }
    .vip .vip__price .vip__new {
      font-size: 22px;
      line-height: 28px;
      font-weight: 300;
      margin: 20px 0;
      color: #0d1115; }
      .vip .vip__price .vip__new span {
        display: block;
        font-size: 40px;
        font-weight: 300;
        margin: 15px 0;
        color: #009ee3; }
    .vip .vip__price p {
      font-size: 18px;
      line-height: 28px;
      color: #7a8694;
      margin: 15px 0;
      font-weight: 300; }
      .vip .vip__price p a {
        color: #0d1115;
        font-size: 20px;
        font-weight: 300;
        text-decoration: underline;
        display: inline-block;
        line-height: 20px; }
        .vip .vip__price p a:hover {
          text-decoration: none; }
    .vip .vip__price > a {
      width: 370px;
      color: #ffffff;
      font-size: 16px;
      line-height: 20px;
      padding: 20px 0;
      text-decoration: none;
      font-weight: 700;
      display: block;
      text-align: center;
      background-color: #009ee3;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      cursor: pointer;
      margin: 20px auto; }
      .vip .vip__price > a:hover {
        background-color: #006997; }
  .vip .vip__variant {
    margin: 30px 0; }
    .vip .vip__variant p {
      margin: 15px auto;
      width: 740px;
      text-align: center;
      font-size: 18px;
      line-height: 28px;
      font-weight: 300; }
      .vip .vip__variant p:first-child {
        font-size: 30px;
        line-height: 35px;
        font-family: 'Roboto Slab';
        font-weight: 700; }
  .vip .vip__result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0; }
    .vip .vip__result img {
      margin-left: -20px; }
  .vip .vip__img--plus img {
    margin-left: -10px; }
  .vip .vip__img {
    margin: 10px 0; }
    .vip .vip__img:last-child {
      z-index: 1; }
      .vip .vip__img:last-child img {
        margin-left: -30px; }

@media screen and (max-width: 1024px) {
  .vip .vip__plus {
    margin: 30px 15px; }
  .vip .vip__text p {
    margin: 15px; }
  .vip .vip__result {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .vip .vip__img--plus {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center;
    margin: 20px 0; } }

@media screen and (max-width: 880px) {
  .vip .vip__title {
    font-size: 30px;
    line-height: 36px; }
  .vip > p {
    width: 100%;
    font-size: 18px;
    line-height: 22px; }
  .vip .vip__block > p {
    font-size: 18px;
    line-height: 22px; }
  .vip .vip__elements {
    width: 100%; }
  .vip .vip__plus {
    margin: 30px 0;
    padding: 30px 15px;
    -webkit-box-sizing: borde-box;
            box-sizing: borde-box; }
  .vip .vip__text p {
    font-size: 16px;
    line-height: 20px; }
  .vip .vip__price {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .vip .vip__price .vip__old, .vip .vip__price .vip__new {
      font-size: 18px;
      line-height: 24px; }
    .vip .vip__price p {
      font-size: 16px;
      line-height: 20px; }
      .vip .vip__price p a {
        font-size: 18px; }
  .vip .vip__variant {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .vip .vip__variant p {
      font-size: 16px;
      line-height: 20px;
      width: 100%; } }

@media screen and (max-width: 780px) {
  .vip .vip__elements {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .vip .vip__course {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin: 15px 0;
    text-align: center; }
  .vip .vip__price {
    width: 100%; }
  .vip .vip__plus {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .vip .vip__plus .vip__course p {
      text-align: center; }
    .vip .vip__plus .vip__course a {
      margin: 10px auto; } }

@media screen and (max-width: 480px) {
  .vip .vip__price > a {
    width: 270px; }
  .vip .vip__result img {
    margin-left: 0; }
  .vip .vip__img:last-child img {
    margin-left: 0; } }

.opacity {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%; }

.popup {
  position: fixed;
  z-index: 101;
  width: 560px;
  height: 315px;
  margin: -157px 0 0 -280px;
  left: 50%;
  top: 50%;
  display: none; }
  .popup iframe, .popup video {
    width: 100%;
    height: 100%; }

@media screen and (max-width: 680px) {
  .popup {
    width: 470px;
    height: 260px;
    margin: -130px 0 0 -235px; } }

@media screen and (max-width: 480px) {
  .popup {
    width: 300px;
    height: 155px;
    margin: -77px 0 0 -150px; } }

.form-delivery label, .cert label, .form-orderinfo label {
	color: #c00;
	display: inline-block;
	margin-top: 5px;
}

.cert_img {
	width: 800px;
}

#accounts, .accounts {
	line-height: 150%;
}

#check, #qr {
    text-align: center;
}

#check a, #qr a {
	border: none;
}

#check img {
	width: 400px;
}

.form-orderinfo .form-delivery__textarea textarea {
	padding-left: 15px;
}

.partner_reg label {
    color: #c00;
    display: inline-block;
    margin-top: 2px;
}

#poll, #pollr {
	background-color: #f1f4f7;
	padding: 20px;
}

#poll p {
	margin: 10px 0;
}

#poll h1 {
	font-size: 150%;
	margin: 20px 0;
}

#poll h2 {
	font-size: 130%;
}

#poll img {
	width: 300px;
}

#poll h3 {
	font-size: 120%;
	margin: 10px 0;
}

#poll a {
	color: #009ee3;
	text-decoration: none;
}

#poll a:hover {
	text-decoration: underline;
}

#poll .select-course .select-course__block {
	flex-basis: 40%;
}

#poll button {
    width: 370px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0;
	margin: 0 auto;
    text-decoration: none;
    font-weight: 700;
    display: block;
    text-align: center;
    background-color: #009ee3;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    outline: none;
}

#poll button:hover {
    background-color: #006997;
}

#pollr h2 {
	font-size: 150%;
	text-align: center;
}

#pollr table {
	margin: 0 auto;
}

#pollr td {
	padding: 10px 5px;
	text-align: center;
}

#pollr #player {
	text-align: center;
}

.orderinfo__start a, .course__excerpt a {
	color: #009ee3;
	text-decoration: none;
}

.orderinfo__start a:hover, .course__excerpt a:hover {
	text-decoration: underline;
}

#poll form[name="unsubscribe"] h2 {
	margin: 10px 0 20px;
	text-align: center;
}

#poll form[name="unsubscribe"] button {
	height: 40px;
	padding-top: 11px;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}

.orderinfo .orderinfo__img img {
	width: 230px;
}

.quiz a {
	color: #009ee3;
	text-decoration: none;
}

.quiz a:hover {
	text-decoration: underline;
}

.quiz ol, .quiz ul {
	font-size: 120%;
	line-height: 150%;
	margin-left: 50px;
}

.quiz ul {
	list-style: circle;
}

.quiz ol {
	list-style: decimal;
}

.quiz h2 {
	font-size: 150%;
	margin: 30px 0 10px;
	text-align: center;
}

.quiz .input {
    margin-bottom: 20px;
}
.quiz .input {
	width: 770px;
	margin: 20px auto;
	resize: none;
	display: block;
	background: none;
	border: 1px solid #009ee3;
	height: 100%;
	font-size: 16px;
	line-height: 20px;
	padding: 20px 0 20px 55px;
	color: #7a8694;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.authorization__partner .active {
	font-weight: bold !important;
}

.authorization__partner .no_active {
	color: #ccc !important;
	font-weight: normal !important;
	border: none !important;
}

#profile .form-delivery .form-delivery__input {
	margin: 5px auto !important;
}

#profile .form-delivery {
	margin: 0 auto;
}

.g-recaptcha {
	display: table;
	margin: 20px auto 0;
}

form[name='check'] button {
	margin: 20px auto !important;
}

#vacancy {
	font-size: 120%;
	padding: 0 30px;
	word-wrap: break-word;
}

#vacancy p {
	font-size: 120%;
	line-height: 150%;
	margin: 15px 0;
}


.landingsale {
  background-color: #f1f4f7;
  padding: 20px 0; }
  .landingsale .landingsale__title {
    font-size: 50px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    margin: 20px 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%; }
  .landingsale > p {
	padding: 0 50px;
    margin: 15px auto;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300; }

@media screen and (max-width: 880px) {
  .landingsale .landingsale__title {
    font-size: 30px;
    line-height: 36px; }
  .landingsale > p {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media screen and (max-width: 680px) {
  .landingsale .landingsale__title {
    font-size: 24px;
    line-height: 30px; } }

	.landingsale a {
	color: #009ee3;
	text-decoration: none;
}

.landingsale a:hover {
	text-decoration: underline;
}

.landingsale ol, .quiz ul {
	font-size: 120%;
	line-height: 150%;
	margin: 15px 0 0 70px;
}

.landingsale ul {
	list-style: circle;
}

.landingsale ol {
	list-style: decimal;
}

.landingsale h2 {
	font-size: 150%;
	margin: 30px 0 0;
	text-align: center;
}

.timer .timer__img img {
	width: 90%;
}

.mini-form select {
    background: url("../images/wallet.png") 17px 14px no-repeat, url("../images/arrow.png") right 1rem center /0.8em no-repeat;
    width: 100%;
    display: block;
    font-size: 15px;
    color: #0d1115;
    padding: 16px 10px 15px 0;
    text-indent: 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #009ee3;
    appearance: none;
}

form[name="quiz"] select {
    background: url("../images/arrow.png") right 1rem center /0.8em no-repeat;
    text-indent: 20px;
}

@-moz-document url-prefix() {
    .mini-form select {
       text-indent: 21px;
    }
}

.mini-form select optgroup {
    padding-left: 0;
}

div.crypto label {
    color: #0d1115;
    display: table;
    font-size: 120%;
    margin: 0 auto 10px;
}

div.crypto {
    width: 450px;
}

div.crypto button {
    width: 100% !important;
}

@media screen and (max-width: 480px) {
    div.crypto {
        width: 400px;
    }
}

.mini-form__textarea textarea {
  width: 100%;
  resize: none;
  background: none;
  border: 1px solid #009ee3;
  height: 100%;
  font-size: 16px;
  color: #7a8694;
  font-weight: 300;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }
  
#message .video {
	margin: 20px auto;
	padding-bottom: 45%; /* Высота = 9/16 * 100% */
	position: relative;
	text-align: center;
	width: 80%;
}

#message .video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#message .set {
	font-size: 110%;
}

#message .hidden {
	display: none;
}

ol.discount__excerpt {
	color: #fff;
	list-style: auto;
	margin: 5px 0 0 !important;
	padding-left: 15px;
}

.discount__excerpt + .discount__excerpt {
    margin-top: 10px;
}

#delivery_onlydigital .delivery__block {
	display: block;
}

#delivery_onlydigital .delivery__check {
	margin: 0;
}

#delivery_onlydigital .delivery__size {
	margin: 0;
}
