@font-face {
  font-family: Bebas Neue Bold;
  font-style: normal;
  src: url(../fonts/BebasNeue.eot);
  src: url(../BebasNeue.eot%2540) format("embedded-opentype"),
    url(../fonts/BebasNeue.ttf) format("truetype"),
    url(../fonts/BebasNeue.svg#fonts) format("svg");
}

.ac_footer {
  position: relative;
  top: 10px;
  height: 0;
  text-align: center;
  margin-bottom: 70px;
  color: #a12000;
}

.ac_footer a {
  color: #a12000;
}

img[height="1"],
img[width="1"] {
  display: none !important;
}

@font-face {
  font-family: PT Sans;
  font-style: normal;
  src: url(../fonts/PTSans.eot);
  src: url(../PTSans.eot%2540) format("embedded-opentype"),
    url(../fonts/PTSans.svg#fonts) format("svg");
}

@font-face {
  font-family: PT Sans;
  font-style: 700;
  src: url(../fonts/PTSans-Bold.eot);
  src: url(../PTSans-Bold.eot%2540) format("embedded-opentype"),
    url(../fonts/PTSans-Bold.svg#fonts) format("svg");
}

@font-face {
  font-family: Bebas Neue Bold;
  font-style: normal;
  src: url(../fonts/BebasNeue.ttf);
}

@font-face {
  font-family: Tahoma;
  font-style: normal;
  src: url(../fonts/Tahoma.ttf);
}

.btn {
  color: #fff;
  font-family: PT Sans, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  width: 90%;
  padding: 8px 5px;
  padding-bottom: 5px;
  display: inline-block;
  box-shadow: 0 15px 43px 8px hsla(0, 0%, 7%, 0.54);
  border: 2px solid #88ffeb;
  background: -webkit-repeating-linear-gradient(
    45deg,
    #39bfb0,
    #39bfb0 4px,
    #58a598,
    #58a598 6px
  );
  background: repeating-linear-gradient(
    45deg,
    #39bfb0,
    #39bfb0 4px,
    #58a598,
    #58a598 6px
  );
}

@media screen and (max-width: 400px) {
  .btn {
    font-size: 23px;
  }
}

.form {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  box-shadow: 0 0 43px rgba(0, 0, 0, 0.22);
  background: url(../images/form__bg.jpg) no-repeat 50%;
  background-size: cover;
  /* padding-bottom: 20px; */
  text-align: center;
  position: relative;
  z-index: 3;
}

.form__input {
  border: 1px solid #aeaeae;
  background-color: #efefef;
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 15px 10px;
  z-index: 3;
}

.form__label {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  font-size: 18px;
  font-style: italic;
  text-align: left;
}

.form__label,
.form__title {
  color: #fff;
  font-family: PT Sans, Verdana, sans-serif;
}

.form__title {
  font-size: 29px;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
}

@media screen and (max-width: 400px) {
  .form {
    width: 280px;
  }
}

.stamps__item {
  background: url(../images/stamp__bg1.png) no-repeat 50%;
  width: 138px;
  height: 137px;
  display: inline-block;
  vertical-align: top;
}

.stamps__text {
  color: #df0101;
  font-family: Bebas Neue Bold, Verdana, sans-serif;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.06px;
  transform: rotate(-15deg);
  padding-top: 45px;
  padding-right: 5px;
  text-align: center;
}

.header {
  background: #000 url(../images/header__bg.jpg) no-repeat 50%;
  background-size: cover;
  padding: 20px 0;
  padding-bottom: 40px;
}

.header__wrap {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}

.header__title {
  margin: 0;
  margin-bottom: 10px;
  color: #df0101;
  font-family: PT Sans, Verdana, sans-serif;
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 3;
}

.header__title--accent {
  font-size: 59px;
  color: #fff;
  position: relative;
  z-index: 3;
}

.header__block {
  position: relative;
  z-index: 3;
  text-align: left;
  width: 670px;
}

.header__pic {
  display: inline-block;
  position: relative;
  margin-left: 30px;
}

.header__stamps {
  position: absolute;
  top: -15px;
  left: -27px;
  z-index: 4;
}

.header__img {
  position: relative;
  z-index: 2;
}

.header__item,
.header__list {
  text-align: left;
}

.header__item {
  display: inline-block;
  width: 300px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}

.header__item:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 10px;
  width: 20px;
  height: 45px;
  background: url(../images/dick.png) no-repeat 50%;
}

.header__item:nth-child(2):before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 35px;
  height: 33px;
  background: url(../images/checkmark.png) no-repeat 50%;
}

.header__item:nth-child(3):before {
  position: absolute;
  content: "";
  top: 3px;
  left: -2px;
  width: 41px;
  height: 35px;
  background: url(../images/uses.png) no-repeat 50%;
}

.header__item:nth-child(4):before {
  position: absolute;
  content: "";
  top: 6px;
  left: -3px;
  width: 42px;
  height: 41px;
  background: url(../images/snake.png) no-repeat 50%;
}

.header__item--accent {
  color: #df0101;
  font-weight: 700;
  font-size: 25px;
}

.header__form {
  display: inline-block;
  position: relative;
}

.accent__pic {
  top: 50px;
  left: 0;
}

.accent__pic,
.action {
  position: absolute;
  z-index: 1;
}

.action {
  top: 265px;
  right: -245px;
  border-radius: 50px;
  border: 2px solid #fff;
  background-color: #65b2a5;
  width: 323px;
  padding: 15px;
  padding-left: 70px;
}

.action__text {
  color: #fff;
  font-family: PT Sans;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.action__text--accent {
  color: #30625a;
}

.action__text--accent .price_main {
  font-family: PT Sans;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #30625a;
}

@media screen and (max-width: 915px) {
  .action {
    z-index: 3;
    width: 300px;
    padding: 10px;
    top: 380px;
    right: -90px;
    text-align: center;
  }

  .action__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 765px) {
  .action {
    right: -20px;
  }

  .header {
    background: #000 url(../images/header__bg765.png) no-repeat 50%;
    background-size: cover;
  }

  .header__block {
    width: 100%;
  }

  .header__list {
    text-align: center;
  }

  .header__pic {
    margin-left: 60px;
  }
}

@media screen and (max-width: 720px) {
  .header__form,
  .header__pic {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .header__img {
    display: block;
    margin: 0 auto;
  }

  .header__stamps {
    left: 130px;
  }

  .action {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 620px) {
  .accent__pic {
    display: none;
  }

  .header__title--accent {
    background: #65b2a5;
    font-size: 44px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 447px) {
  .header__title,
  .header__title--accent {
    font-size: 30px;
  }
}

.trust {
  background: #a2edf9 url(../images/trust__bg.jpg) no-repeat 50%;
  background-size: cover;
  padding: 40px 0;
}

.trust__wrap {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}

.trust__block {
  position: relative;
}

.trust__item {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-bottom: 90px;
  padding-right: 140px;
  padding-left: 0;
}

.trust__item:nth-child(2n) {
  text-align: right;
  padding-left: 140px;
  padding-right: 0;
}

.trust__text {
  font-family: PT Sans, Verdana, sans-serif;
  margin: 0;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 34.88px;
  text-transform: uppercase;
}

.trust__text--accent {
  color: #df0101;
}

.trust__descr {
  color: #fff;
  font-family: PT Sans;
  font-size: 20px;
  font-weight: 400;
}

.trust__btn {
  position: absolute;
  bottom: -62px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 397px;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .trust {
    background: #a2edf9 url(../images/trust__bg--1000.jpg) no-repeat 50%;
    background-size: cover;
  }

  .trust__item,
  .trust__item:nth-child(2n) {
    padding: 0;
    text-align: center;
  }
}

@media screen and (max-width: 730px) {
  .trust__item {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .trust__btn {
    bottom: -90px;
    width: 280px;
    font-size: 26px;
  }
}

.easy {
  background: #df0101 url(../images/easy__bg.jpg) no-repeat 50%;
  background-size: cover;
  padding: 60px 0;
}

.easy__wrap {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}

.easy__title {
  font-family: PT Sans, Verdana, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 56.44px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  font-weight: 700;
  margin-bottom: 30px;
}

.easy__title--accent {
  color: #b10909;
  background-color: #fff;
  padding: 0 5px;
}

.easy__block {
  width: 53%;
  display: inline-block;
  vertical-align: top;
}

.easy__pic {
  width: 45%;
  display: inline-block;
}

.easy__item {
  position: relative;
  margin-bottom: 30px;
  padding-right: 50px;
}

.easy__text {
  font-family: PT Sans, Verdana, sans-serif;
  margin: 0;
}

.easy__accent,
.easy__text {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.easy__accent {
  background-color: #85dccd;
  font-family: PT Sans;
  text-transform: uppercase;
  padding: 0 10px;
  padding-right: 40px;
}

@media screen and (max-width: 900px) {
  .easy__title {
    font-size: 45px;
  }
}

@media screen and (max-width: 755px) {
  .easy__block,
  .easy__pic {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }

  .easy__item {
    padding-right: 0;
  }

  .easy__img {
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 380px) {
  .easy__title {
    font-size: 35px;
    line-height: 45px;
  }
}

.privacy {
  background: #000;
  padding: 35px 0;
}

.privacy__wrap {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}

.privacy__text {
  margin: 0;
  margin-bottom: 15px;
}

.privacy__link,
.privacy__text {
  font-family: PT Sans, Verdana, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.privacy__link {
  display: block;
  margin: 0;
}

.slider {
  background: #000 url(../images/slider__bg.jpg) no-repeat 50%;
  background-size: cover;
  padding: 35px 0;
  padding-top: 100px;
}

.slider__wrap {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}

.slider__vk {
  display: inline-block;
  width: 476px;
  height: 343px;
  vertical-align: top;
  background: #fff;
  border: 5px solid #647ca1;
  margin-right: 35px;
  padding: 20px;
  padding-right: 35px;
  position: relative;
}

.slider__vk:before {
  position: absolute;
  content: "";
  top: 15px;
  right: 10px;
  width: 10px;
  height: 301px;
  background: url(../images/bar.png) no-repeat 50%;
}

.slider__vk:after {
  position: absolute;
  content: "";
  top: -50px;
  left: -5px;
  width: 200px;
  height: 46px;
  background: url() no-repeat 50%;
}

.slider__odn {
  display: inline-block;
  width: 476px;
  height: 343px;
  vertical-align: top;
  background: #fff;
  border: 5px solid #e88402;
  padding: 20px;
  padding-right: 35px;
  position: relative;
}

.slider__odn:before {
  position: absolute;
  content: "";
  top: 15px;
  right: 10px;
  width: 10px;
  height: 301px;
  background: url(../images/bar.png) no-repeat 50%;
}

.slider__odn:after {
  position: absolute;
  content: "";
  top: -50px;
  left: -5px;
  width: 200px;
  height: 46px;
  background: url() no-repeat 50%;
}

.vk__review {
  position: relative;
  padding-left: 65px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 7px;
}

.vk__ava {
  position: absolute;
  top: 0;
  left: 0;
}

.vk__name {
  color: #3e5978;
  font-size: 11px;
  margin-bottom: 7px;
}

.vk__age,
.vk__name {
  font-family: Tahoma, sans-serif;
  font-weight: 700;
}

.vk__age {
  color: #989898;
  font-size: 10px;
  padding-left: 10px;
}

.vk__text {
  color: #2d3034;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 5px;
}

.vk__text--accent {
  color: #5a74a0;
}

.vk__date {
  color: #a1a1a1;
}

.vk__date,
.vk__like {
  font-family: Tahoma, sans-serif;
  font-size: 9px;
  font-weight: 400;
}

.vk__like {
  color: #677d96;
  position: relative;
  padding-left: 180px;
}

.vk__like:before {
  position: absolute;
  content: "";
  top: -3px;
  right: 15px;
  width: 16px;
  height: 17px;
  background: url(../images/heart.png) no-repeat 50%;
}

.vk__like--num {
  color: #677d96;
  font-family: Tahoma, sans-serif;
  font-size: 9px;
  font-weight: 400;
  padding-left: 25px;
}

.odn__review {
  position: relative;
  margin-bottom: 11px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
}

.odn__ava {
  position: absolute;
  top: 0;
  left: 0;
}

.odn__name {
  color: #548c1d;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 7px;
}

.odn__date,
.odn__name {
  font-family: Tahoma, sans-serif;
  padding-left: 55px;
}

.odn__date {
  color: #a1a1a1;
  font-size: 9px;
  font-weight: 400;
  margin-bottom: 15px;
}

.odn__text {
  color: #2d3034;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.odn__text--accent {
  color: #e88402;
}

@media screen and (max-width: 1015px) {
  .slider__vk {
    margin-right: 15px;
  }
}

@media screen and (max-width: 995px) {
  .slider__vk {
    margin: 0 auto;
    margin-bottom: 60px;
    display: block;
  }

  .slider__odn {
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 520px) {
  .slider__odn,
  .slider__vk {
    width: 95%;
    height: auto;
  }

  .vk__like {
    display: block;
    padding-left: 0;
    padding-top: 5px;
  }

  .vk__like:before {
    top: 2px;
    right: 0;
    left: 65px;
  }

  .slider__vk:before {
    top: 45px;
  }

  .slider__odn:before {
    top: 25px;
  }
}

.doctor__block {
  border: 10px solid #fff;
  background-color: #e0e0e0;
  padding: 20px 0;
  padding-bottom: 0;
  width: 804px;
  margin: 0 auto;
  margin-top: 65px;
  position: relative;
}

.doctor__pic {
  position: absolute;
  bottom: -129px;
  right: -202px;
}

.doctor__text {
  font-family: PT Sans, Verdana, sans-serif;
  padding-left: 170px;
  padding-right: 75px;
  color: #010101;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 15px;
}

.doctor__text--accent {
  color: #df0101;
  font-weight: 700;
}

.doctor__descr {
  background: -webkit-repeating-linear-gradient(
    45deg,
    #48dccd,
    #48dccd 5px,
    #39bfb0,
    #39bfb0 6px
  );
  background: repeating-linear-gradient(
    45deg,
    #48dccd,
    #48dccd 5px,
    #39bfb0,
    #39bfb0 6px
  );
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  padding-left: 250px;
  padding-right: 170px;
}

.doctor__descr,
.doctor__name {
  color: #fff;
  font-family: PT Sans, Verdana, sans-serif;
}

.doctor__name {
  font-size: 17px;
  font-weight: 400;
  position: relative;
  display: block;
  width: 250px;
  margin-left: 400px;
  padding-bottom: 40px;
  padding-top: 30px;
}

.doctor__name:before {
  position: absolute;
  content: "";
  top: 8px;
  right: -80px;
  width: 101px;
  height: 94px;
  background: url(../images/sign.png) no-repeat 50%;
}

@media screen and (max-width: 860px) {
  .doctor {
    background: #eff4fb;
  }

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

  .doctor__name {
    width: 100%;
  }
}

@media screen and (max-width: 620px) {
  .doctor__name {
    padding-right: 200px;
  }
}

@media screen and (max-width: 420px) {
  .doctor__name {
    font-size: 16px;
  }
}

@media screen and (max-width: 380px) {
  .doctor__name {
    font-size: 16px;
    padding-right: 0;
  }

  .doctor__name:before {
    display: none;
  }
}

.about {
  background: #000 url(../images/about__bg.jpg) no-repeat 50%;
  background-size: cover;
  padding: 40px 0;
}

.about__wrap {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}

.about__block {
  display: block;
  vertical-align: top;
  width: 700px;
  margin-left: auto;
  margin-right: 0;
}

.about__pic {
  width: 33%;
  margin-top: 10px;
}

.about__content,
.about__pic {
  display: inline-block;
  vertical-align: top;
}

.about__content {
  width: 65%;
  padding-left: 10px;
}

.about__img {
  display: block;
  margin: 0 auto;
}

.about__title {
  color: #85dccd;
  font-size: 60px;
  font-weight: 700;
  line-height: 59.47px;
  text-transform: uppercase;
  margin: 0;
}

.about__text,
.about__title {
  font-family: PT Sans, Verdana, sans-serif;
}

.about__text {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.about__text--accent {
  color: #85dccd;
}

.about__descr {
  font-size: 25px;
  font-weight: 700;
  line-height: 26.48px;
  text-transform: uppercase;
  background-color: #df0101;
  margin-left: auto;
  margin-right: 0;
  padding: 20px 40px;
}

.about__descr,
.about__item {
  font-family: PT Sans, Verdana, sans-serif;
  color: #fff;
}

.about__item {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 25px;
}

.about__item--accent {
  color: #df0101;
  font-weight: 700;
}

@media screen and (max-width: 980px) {
  .about {
    background: #000 url(../images/about__bg--980.jpg) no-repeat 50%;
    background-size: cover;
  }

  .about__block {
    width: 100%;
  }

  .about__descr {
    text-align: center;
    padding: 20px;
  }
}

@media screen and (max-width: 620px) {
  .about__pic {
    display: none;
  }

  .about__content {
    padding-left: 0;
    width: 100%;
  }

  .about__title {
    text-align: center;
  }
}

@media screen and (max-width: 420px) {
  .about__title {
    font-size: 45px;
  }
}

.reasons {
  background: #000 url(../images/reasons__bg.png) no-repeat 50%;
  background-size: cover;
  padding: 20px 0;
}

.reasons__wrap {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

.reasons__item {
  margin-top: 150px;
  width: 400px;
  border-radius: 5px;
  margin-bottom: 65px;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.reasons__item:nth-child(2n) {
  text-align: right;
}

.reasons__item:first-child,
.reasons__item:nth-child(3) {
  margin-right: 157px;
}

.reasons__text {
  font-size: 22px;
  font-family: PT Sans, Verdana, sans-serif;
  color: #fff;
  font-weight: 400;
}

.reasons__text--accent {
  color: #df0101;
  font-weight: 700;
}

.reasons__descr {
  font-size: 24px;
  font-family: PT Sans, Verdana, sans-serif;
  color: #85dccd;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.reasons__pic {
  display: none;
}

@media screen and (max-width: 1000px) {
  .reasons {
    background: #000 url(../images/reasons__bg--small.png) no-repeat 50%;
    background-size: cover;
  }

  .reasons__item {
    margin: 0;
    width: 48%;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .reasons__item:nth-child(2n) {
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .reasons__item:first-child,
  .reasons__item:nth-child(3) {
    margin: 0;
    margin-bottom: 20px;
  }

  .reasons__list {
    text-align: center;
  }

  .reasons__title {
    margin-bottom: 55px;
  }

  .reasons__pic {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 720px) {
  .reasons__item {
    width: 100%;
  }
}

.course {
  background: #000 url(../images/course__bg.jpg) no-repeat 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-top: 60px;
}

.course__wrap {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

.course__wrap:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -17%;
  width: 564px;
  height: 605px;
  background: url(../images/doc.png) no-repeat 50%;
  z-index: 3;
}

.course__block {
  width: 50%;
  margin-left: 0;
  margin-right: auto;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.course__title {
  color: #85dccd;
  font-size: 60px;
  line-height: 59.47px;
}

.course__descr,
.course__title {
  font-family: PT Sans, Verdana, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
}

.course__descr {
  color: #fff;
  font-size: 25px;
  line-height: 26.44px;
  position: relative;
  z-index: 3;
}

.course__text {
  font-family: PT Sans, Verdana, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

.course__pic {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}

.course__img {
  vertical-align: middle;
}

.red__accent {
  position: absolute;
  top: 130px;
  left: -25px;
  z-index: 1;
}

@media screen and (max-width: 1077px) {
  .doctor__pic {
    right: -100px;
  }

  .doctor__text {
    padding-right: 100px;
    padding-left: 175px;
  }

  .course__wrap:before {
    left: -15%;
  }
}

@media screen and (max-width: 1000px) {
  .course__wrap:before {
    left: -17%;
  }
}

@media screen and (max-width: 990px) {
  .course__wrap:before {
    display: none;
  }

  .doctor__block {
    width: 100%;
  }

  .doctor__descr,
  .doctor__text {
    padding-left: 20px;
    padding-right: 250px;
  }

  .doctor__pic {
    right: -10px;
    bottom: -45px;
  }
}

@media screen and (max-width: 905px) {
  .red__accent {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  .doctor__name {
    margin-left: 0;
  }

  .doctor__name:before {
    display: none;
  }

  .course__text {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .doctor__pic {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 auto;
  }

  .doctor__name {
    display: none;
  }

  .doctor__descr,
  .doctor__text {
    padding: 20px;
  }

  .doctor__descr {
    text-align: center;
  }

  .course__block,
  .course__pic {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .course__img {
    margin: 0 auto;
  }

  .course__title {
    text-align: center;
  }
}

@media screen and (max-width: 470px) {
  .course__title {
    font-size: 45px;
  }

  .course__descr,
  .course__text {
    text-align: center;
  }
}

.price {
  text-transform: uppercase;
  font-weight: 700;
  background: #fff;
  display: inline-block;
  padding: 3px 5px;
}

.price,
.price_main {
  color: #870409;
  font-family: PT Sans, Verdana, sans-serif;
  font-size: 29px;
}

.footer {
  background: #000 url(../images/footer__bg.jpg) no-repeat 50%;
  background-size: cover;
  padding: 20px 0;
  padding-bottom: 40px;
}

.footer__list {
  margin-bottom: 30px;
  text-align: left;
  width: 590px;
}

.footer__pic {
  display: inline-block;
  width: 320px;
  vertical-align: top;
  padding-left: 110px;
  position: relative;
  margin-top: 20px;
}

.footer__img {
  position: absolute;
  top: 0;
  left: 0;
}

.footer__text {
  color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
}

.footer__text--accent {
  color: #cc371a;
}

.footer__price {
  display: inline-block;
  width: 265px;
  vertical-align: top;
}

.footer__action {
  font-size: 18px;
  margin-bottom: 20px;
}

.footer__price .price_old {
  color: #535353;
  font-size: 30px;
  text-decoration: line-through;
}

.footer__price .price_main,
.footer__price .price_old {
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.footer__price .price_main {
  color: #fff;
  font-size: 60px;
}

@media screen and (max-width: 765px) {
  .footer {
    background: #000 url(../images/header__bg765.png) no-repeat 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 720px) {
  .footer__list {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 609px) {
  .footer__pic {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
    width: 290px;
  }

  .footer__price .price_main {
    font-size: 45px;
  }
}

.opera-only :-o-prefocus,
.row {
  word-spacing: -0.43em;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

[hidden] {
  display: none !important;
}

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

.row {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cols,
.row [class^="cols"] {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.row {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.cols,
.row [class^="cols"] {
  padding: 0 10px;
}

.row .row {
  margin-left: -10px;
  margin-right: -10px;
}

.row_vertical_middle {
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
}

.row_vertical_middle:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.row_vertical_middle [class^="cols"] {
  vertical-align: middle;
}

*,
:after,
:before {
  box-sizing: border-box;
}

.cols-1 {
  width: 8.3333%;
  *width: 8.3023%;
}

.cols-2 {
  width: 16.6667%;
  *width: 16.6357%;
}

.cols-3 {
  width: 25%;
  *width: 24.969%;
}

.cols-4 {
  width: 33.3333%;
  *width: 33.3023%;
}

.cols-5 {
  width: 41.6667%;
  *width: 41.6357%;
}

.cols-6 {
  width: 50%;
  *width: 49.969%;
}

.cols-7 {
  width: 58.3333%;
  *width: 58.3023%;
}

.cols-8 {
  width: 66.6667%;
  *width: 66.6357%;
}

.cols-9 {
  width: 75%;
  *width: 74.969%;
}

.cols-10 {
  width: 83.3333%;
  *width: 83.3023%;
}

.cols-11 {
  width: 91.6667%;
  *width: 91.6357%;
}

.cols-12 {
  width: 100%;
}

body {
  overflow-x: hidden;
}

html {
  margin: 0;
  padding: 0;
}

select {
  -webkit-appearance: none;
}

.cols,
.row [class^="cols"] {
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .cols-4 {
    width: 50%;
  }
}

@media screen and (max-width: 680px) {
  .cols-3 {
    width: 33%;
  }

  .cols-6 {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .cols-3 {
    width: 50%;
  }

  .cols-4 {
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
  .cols-3 {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .vk__like--num {
    padding-left: 20px !important;
  }
}
