body {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.7;
  color: #000;
}

/* Android browser auto-fit fix */
* {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
  background-repeat: repeat;
}
/* Android browser auto-fit fix-END */



/* Remove font boosting */
html * {
  max-height: 90000px;
}
/* Remove font boosting-END */



/* Box-sizing */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; /* Согласно спецификации CSS ширина блока складывается из ширины контента (width), значений отступов (margin), полей (padding) и границ (border). Аналогично обстоит и с высотой блока. Свойство box-sizing позволяет изменить этот алгоритм, чтобы свойства width и height задавали размеры не контента, а размеры блока.  http://htmlbook.ru/css/box-sizing , https://habrahabr.ru/post/149441/ */
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}
/* Box-sizing-END */



/* G-browsehappy */
.g-browsehappy {
  margin: 0;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  font-family: inherit;
}
/* G-browsehappy-END */



/* G-clearfix */   /* Что это такое ? Для старых браузеров ? При удалении на четвёртый блок наезжает footer. Тоже самое с блоком "Точка зрения выпускников" */
.g-clearfix:before, .g-clearfix:after {
  display: table; /* Это элемент табличной вёртски. https://htmlacademy.ru/blog/29-display-table-anti-hero */
  content: "";
}

.g-clearfix:after {
  clear: both;
}
/* G-clearfix-END */



/* G-wrapper (обёртка) . Класс для базового div контейнера (контейнер-обёртка). В HTML коде используется вторым, сразу же после первого.  */
.g-wrapper {
  width: 1000px;
  margin: 0 auto;
}
/* G-wrapper-END */



/* Placeholder */
::-webkit-input-placeholder {color:#4d4d4d;}
::-moz-placeholder          {color:#4d4d4d;} /* Firefox 19+ */
:-moz-placeholder           {color:#4d4d4d;} /* Firefox 18- */
:-ms-input-placeholder      {color:#4d4d4d;}
/* Placeholder-END */



/* First-screen */
.first-screen {
  min-width: 1000px;
  padding-top: 38px;
  background: url("../images/nuf-logo.png") no-repeat center 188px,
              #fff url("../images/background-1.jpg") no-repeat center top;
}

.main-header {
  margin-bottom: 24px;
  padding-bottom: 40px;
  border-bottom: #c6c6c6 solid 1px;
  font-size: 0;
  -webkit-box-shadow: 0 50px 50px -60px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 50px 50px -60px rgba(0, 0, 0, 0.6);
          box-shadow: 0 50px 50px -60px rgba(0, 0, 0, 0.6);
}

.main-header__description {
  display: inline-block;
  vertical-align: middle;
  width: 59.899999%;
}

.header__contacts {
  display: inline-block;
  vertical-align: middle;
  width: 39.899999%;
  text-align: right;
}

.main-header__description_alex-fitness,
.main-header__description_olymp {
  vertical-align: bottom;
}

.main-header__description_alex-fitness {
  margin-right: 30px;
}

.main-header__description_olymp {
  margin-right: 24px;
}

.header__description_item {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  padding-left: 24px;
  border-left: #000 dashed 1px;
  width: 300px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}

.header__contacts_header {
  margin: 0;
  margin-bottom: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
}

.header__contacts_phone {
  margin: 0;
  margin-bottom: 7px;
  font-size: 36px;
  vertical-align: middle;
  line-height: 1;
}

.header__contacts_phone:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 19px;
  background: url("../images/icons.png") no-repeat -25px -25px;
}

.header__contacts_city {
  display: inline-block;
  vertical-align: middle;
  max-width: 205px;
  margin-right: 27px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.header__contacts_button {
  display: inline-block;
  vertical-align: middle;
  max-width: 165px;
  padding: 6px 22px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background-color: #d8180f;
  text-decoration: none;
}

.header__contacts_button span {
  border-bottom: #fff dashed 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}

.header__contacts_button:hover { background-color: #b6130b; }
.header__contacts_button:active { background-color: #a00c05; }

.header__contacts_button:hover span { border-bottom: 0;}
.header__contacts_button:active span { border-bottom: 0;}

.header {
  margin: 0;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
}

.subheader {
  margin: 0;
  margin-bottom: 69px;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #d8180f;
  line-height: 1.3;
}

.slider {
  margin-bottom: 40px;
}

.slider__item {
  position: relative;
}

.slider__info {
  position: absolute;
  top: 50%;
  left: 105px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 435px;
  padding: 16px 28px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  background-color: #d8180f;
  -webkit-box-shadow: 6px 6px 0 0 #b6130b;
     -moz-box-shadow: 6px 6px 0 0 #b6130b;
          box-shadow: 6px 6px 0 0 #b6130b;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.slider__info:hover {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.slider__info_header {
  margin: 0;
  margin-bottom: 3px;
  font-size: 26px;
  color: #fff;
  line-height: 1.1;
}

.slider__info_button {
  display: inline;
  vertical-align: middle;
  margin-right: 6px;
  font-size: 21px;
  border-bottom: #000 dotted 2px;
  color: #000;
  text-decoration: none;
  line-height: 1.5;
}

.slider__info_button:hover { border-bottom: 0; }
.slider__info_button:active { border-bottom: 0; }

.slider__info_arrow {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url("../images/icons.png") no-repeat -585px -25px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 74px;
  text-indent: -9000px;
  background: url("../images/icons.png") no-repeat -395px -25px;
}

.owl-next { background-position: -490px -25px; }

.owl-prev { left: 28px; }
.owl-next { right: 28px; }

.owl-prev:hover,
.owl-next:hover { opacity: 0.6; }

.owl-prev:active,
.owl-next:active { opacity: 0.4; }
/* First-screen-END */



/* About-us */
.about-us {
  margin-bottom: 30px;
}

.about-us__header {
  position: relative;
  margin: 0;
  margin-bottom: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
}

.about-us__header span {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 62px;
  padding-right: 62px;
  background-color: #fff;
}

.about-us__header:before { /* Серая линия */
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a3a3a3;
}

.about-us__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.about-us__item {
  position: relative;
  display: inline-block; /* Инлайновый класс, элементы будут стараться уместиться в одну линию. */ 
  vertical-align: top;
  width: 49.899999%; /* Указание на то, что контейнер с таким классом будет занимать соответствующий процент от ширины старшего класса т.е. в данном случае g-wrapper (1000px) ?  */ 
  margin-bottom: 14px;
  padding: 10px 0 10px 68px;
  font-size: 16px;
  line-height: 1.2;
}

.about-us__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: url("../images/icons.png") no-repeat -657px -25px;
}
/* About-us-END */



/* Gallery . Карусель картинок из спортзала. */
.gallery {
  position: relative;
  width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 25px 14px;
  text-align: center;
  background-color: #ddd;
}

.gallery img {
  vertical-align: top;
}

.gallery .owl-prev,
.gallery .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 42px;
  text-indent: -9000px;
  background: url("../images/icons.png") no-repeat -755px -25px;
}

.gallery .owl-next { background-position: -830px -25px; }

.gallery .owl-prev { left: -49px; }
.gallery .owl-next { right: -49px; }
/* Gallery-END */



/* Causes*/
.causes {
  margin-bottom: 64px;
}

.causes__header {
  margin-bottom: 41px;
  line-height: 1;
}

.causes__header span {
  font-weight: bold;
  color: #d8180f;
}

.causes__subheader {
  width: 465px;
  margin: 0 auto;
  margin-bottom: 26px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #d8180f;
  line-height: 1.2;
}

.causes__subheader span {
  border-bottom: #d8180f dotted 2px;
}

.causes__list {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}

.causes__item {
  position: relative;
  width: 430px;
  margin: auto;
  margin-bottom: 8px;
  padding: 10px 0 10px 68px;
  font-size: 16px;
  line-height: 1.2;
}

.causes__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: url("../images/icons.png") no-repeat -657px -25px;
}
/* Causes-END*/



/* Info-block */
.info-block {
  margin-bottom: 59px;
  padding-top: 25px;
  padding-bottom: 29px;
  border: #bebebe solid 4px;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  -webkit-box-shadow: 0 -66px 60px -84px #000;
     -moz-box-shadow: 0 -66px 60px -84px #000;
          box-shadow: 0 -66px 60px -84px #000;
}

.info-block__columns {
  position: relative;
  margin-bottom: 44px;
  font-size: 0;
}

.info-block__columns:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  border-left: #000 dashed 1px;
}

.info-block__description {
  display: inline-block;
  vertical-align: top;
  width: 49.899999%;
  padding-left: 30px;
  padding-right: 30px;
}

.info-block__header {
  margin: 0;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
}

.info-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-block__item {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 1.2;
}

.info-block__description_first { text-align: right; }
.info-block__description_second { text-align: left; }
/* Info-block-END */



/* Form */
.form {
  width: 840px;
  margin: 0 auto;
  text-align: center;
}

.form__header {
  margin: 0;
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  color: #d8180f;
}

.form__input {
  width: 250px;
  margin-bottom: 19px;
  margin-right: 9px;
  padding: 15px 20px;
  border: #bebebe solid 2px;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #4d4d4d;
}

.form__input:hover { border: #9c9c9c solid 2px; }
.form__input:active { border: #9c9c9c solid 2px; }
.form__input:focus { outline: 0; }


.form__button {
  margin: 0 auto;
  padding: 15px 77px;
  border: 0;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  background-color: #d8180f;
  -webkit-box-shadow: 5px 5px 0 0 #b6130b;
     -moz-box-shadow: 5px 5px 0 0 #b6130b;
          box-shadow: 5px 5px 0 0 #b6130b;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.form__button span { border-bottom: #000 dotted 2px;}
.form__button:hover span { border-bottom: 0; }
.form__button:active span { border-bottom: 0; }

.form__button:hover { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.form__button:active { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.form__button:focus { outline: 0; }
/* Form-END*/



/* Directions */
.directions {
  margin-bottom: 11px;
}

.directions__header {
  margin-bottom: 16px;
  line-height: 1;
}

.directions__header span {
  font-weight: bold;
  color: #d8180f;
}

.directions__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.directions__item {
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  margin-bottom: 58px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.directions__item:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 19px;
  background: url("../images/icons.png") no-repeat -1068px -14px;
}

.directions__item_mat:before { background-position: -1210px -14px; }
.directions__item_watch:before { background-position: -1335px -14px; }
.directions__item_man:before { background-position: -1459px -14px; }
.directions__item_hand:before { background-position: -1571px -14px; }
/* Directions-END */



/* Features*/
.features {
  position: relative;
  margin-bottom: 60px;
  padding: 0 100px;
}

.features:after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 74px;
  width: 482px;
  height: 309px;
  background: url(../images/nuf-logo.png) no-repeat;
}

.features__header {
  margin-bottom: 54px;
  font-weight: bold;
  color: #d8180f;
}

.features__list {
  width: 390px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.features__item {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
  padding-left: 52px;
  font-size: 14px;
  line-height: 1.7;
}

.features__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url("../images/icons.png") no-repeat -905px -25px;

}
/* Features-END*/



/* Graduate */
.graduate {
  margin-bottom: 78px;
}

.graduate__header {
  margin-bottom: 60px;
  font-weight: bold;
  color: #d8180f;
}

.graduate__img {
  float: left;
  width: 400px;
  vertical-align: top;
  text-align: right;
}

.graduate__img img {
  vertical-align: top;
  -webkit-box-shadow: 0 0 43px 4px #000;
     -moz-box-shadow: 0 0 43px 4px #000;
          box-shadow: 0 0 43px 4px #000;
  -webkit-box-shadow: 0 0 43px 4px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 0 43px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 43px 4px rgba(0, 0, 0, 0.16);
}

.graduate__description {
  float: right;
  width: 500px;
  padding-top: 15px;
}

.graduate__description_header {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
}

.graduate__description_item {
  margin: 0;
  margin-bottom: 23px;
}
/* Graduate-END */



/* Courses */
.courses {
  min-width: 1000px;
  margin-bottom: 116px;
  padding-top: 31px;
  background: #fff url("../images/background-2.jpg") no-repeat center top;
}

.tabs {
  margin-bottom: 40px;
  text-align: center;
}

.tabs__list {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style: none;
  border: #d8d8d8 solid 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  font-size: 0;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15),inset 0px 1px 0px 1px rgba(255, 255, 255, 0.004);
     -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15),inset 0px 1px 0px 1px rgba(255, 255, 255, 0.004);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15),inset 0px 1px 0px 1px rgba(255, 255, 255, 0.004);
}

.tabs__item {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  padding: 7px 18px;
  border-left: #d8d8d8 solid 2px;
  font-size: 12px;
  font-weight: bold;
  color: #656565;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
  line-height: 1.5;
  background: #fcfcfc;
  background: -moz-linear-gradient(top,  #fcfcfc 0%, #e4e4e4 100%);
  background: -webkit-linear-gradient(top,  #fcfcfc 0%,#e4e4e4 100%);
  background: -webkit-gradient(linear,  left top, left bottom,  from(#fcfcfc),to(#e4e4e4));
  background: -moz-linear-gradient(top,  #fcfcfc 0%,#e4e4e4 100%);
  background: -o-linear-gradient(top,  #fcfcfc 0%,#e4e4e4 100%);
  background: linear-gradient(to bottom,  #fcfcfc 0%,#e4e4e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e4e4e4',GradientType=0 );
  cursor: pointer;
}

.tabs__item:first-child {
  border-left: 0;
}

.tabs__item:hover {
  background: #f7f7f7;
  background: -moz-linear-gradient(top,  #f7f7f7 0%, #e0e0e0 100%);
  background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%);
  background: -webkit-gradient(linear,  left top, left bottom,  from(#f7f7f7),to(#e0e0e0));
  background: -moz-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%);
  background: -o-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%);
  background: linear-gradient(to bottom,  #f7f7f7 0%,#e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 );
}

.tabs__item:active {
  background: #f6f6f6;
  background: -moz-linear-gradient(top,  #f6f6f6 0%, #f8f8f8 100%);
  background: -webkit-linear-gradient(top,  #f6f6f6 0%,#f8f8f8 100%);
  background: -webkit-gradient(linear,  left top, left bottom,  from(#f6f6f6),to(#f8f8f8));
  background: -moz-linear-gradient(top,  #f6f6f6 0%,#f8f8f8 100%);
  background: -o-linear-gradient(top,  #f6f6f6 0%,#f8f8f8 100%);
  background: linear-gradient(to bottom,  #f6f6f6 0%,#f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f8f8f8',GradientType=0 );
}

.tabs__item.courses__active:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -42px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 20px solid #d8d8d8;
}

.courses__item {
  display: none;
}

.courses__active-tab {
  display: block;
}

.courses__header {
  margin-bottom: 13px;
  line-height: 1;
}

.courses__header span {
  font-weight: bold;
  color: #d8180f;
  line-height: 1;
}

.courses__time {
  margin-bottom: 20px;
  font-size: 0;
  font-style: italic;
}

.courses__time_item {
  display: inline-block;
  vertical-align: top;
  width: 54.899999%;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}

.courses__time_options {
  display: inline-block;
  vertical-align: top;
  width: 44.899999%;
  margin-bottom: 4px;
  padding-top: 11px;
  padding-left: 14px;
}

.courses__time_url {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  line-height: 1;
}

.courses__time_url span { border-bottom: #000 dashed 2px; }
.courses__time_url:hover span { border-bottom: 0; }
.courses__time_url:active span { border-bottom: 0; }

.courses__time_url-active { color: #d8180f; }
.courses__time_url-active span { border-bottom: 0; }

.courses__description {
  margin-bottom: 19px;
  font-size: 0;
}

.courses__description-col {
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  padding-right: 30px;
}

.graduate__description_header {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}

.courses__description-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.courses__description-item,
.courses__description-item_paragraph {
  margin: 0;
  font-size: 14px;
}

.courses__description-item_paragraph {
  margin-bottom: 15px;
}

.courses__description-who {
  max-height: none;
  overflow: hidden;
}

.courses__description_read-more {
  display: none;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.courses__description_read-more:hover { text-decoration: none; }


.courses__subheader {
  margin: 0;
  margin-bottom: 13px;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}

.courses__subheader span {
  font-weight: bold;
  color: #d8180f;
}

.form__header_courses {
  color: #000;
}

.form__courses:before {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 28px;
  margin-bottom: 17px;
  width: 197px;
  height: 2px;
  background-color: #cdcdcd;
}
/* Courses-END */



/* Author*/
.author {
  margin-bottom: 95px;
}

.author__header {
  margin-bottom: 105px;
  line-height: 1;
}

.author__header span {
  font-weight: bold;
  color: #d8180f;
}

.author_img {
  float: right;
  width: 400px;
}

.author_img img {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  vertical-align: top;
  -webkit-box-shadow: 0 0 43px 4px #000;
     -moz-box-shadow: 0 0 43px 4px #000;
          box-shadow: 0 0 43px 4px #000;
  -webkit-box-shadow: 0 0 43px 4px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 0 43px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 43px 4px rgba(0, 0, 0, 0.16);
}

.author__description {
  float: left;
  width: 508px;
  padding-top: 30px;
  padding-left: 38px;
}

.author__blockquote {
  margin: 0;
  margin-bottom: 23px;
  text-align: justify;
  line-height: 1.7;
}

.author__blockquote:before {
  content: "“ ";
  font-size: 24px;
  line-height: 1;
}

.author__blockquote:after {
  content: " ”";
  font-size: 24px;
  line-height: 1;
}

.author__signature {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  color: #d8180f;
  text-align: right;
}
/* Author-END*/



/* Footer */
.footer {
  min-width: 1000px;
  padding-top: 68px;
  padding-bottom: 43px;
  background: #f9f9f9 url("../images/background-1.jpg") no-repeat center top;
  font-size: 0;
}

.footer__col {
  display: inline-block;
  vertical-align: top;
  width: 49.899999%;
  padding: 0 38px;
}

.footer__col_line {
  border-left: #efefef solid 2px;
}

.footer__projects {
  display: inline-block;
  vertical-align: top;
  width: 224px;
  margin-right: 48px;
}

.footer__projects_privacy-policy {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #d8180f;
}

.footer__projects_privacy-policy:hover { text-decoration: underline;}
.footer__projects_privacy-policy:active { text-decoration: underline;}

.footer__info {
  margin: 0;
  margin-bottom: 19px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.6;
}

.footer__projects_header {
  margin: 0;
  margin-bottom: 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #d8180f;
}

.footer__projects-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__projects-item {
  margin-bottom: 8px;
}

.footer__projects-item_url {
  margin-bottom: 5px;
  border-bottom: #000 dotted 2px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #000;
  line-height: 1;
}

.footer__social {
  display: inline-block;
  vertical-align: top;
}

.footer__social-list {
  width: 146px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__social-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 23px;
  margin-bottom: 18px;
}

.footer__projects-item_url:hover { border-bottom: 0; }
.footer__projects-item_url:active { border-bottom: 0; }

.footer__social-item_url {
  text-indent: -9000px;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  background: url("../images/icons.png") no-repeat -981px -25px;
}

.footer__social-item_url-youtube { background-position:-105px -25px; }
.footer__social-item_url-fb { background-position: -201px -25px; }
.footer__social-item_url-instagram { background-position: -298px -25px; }

.footer__social-item_url:hover { opacity: 0.6; }
.footer__social-item_url:active { opacity: 0.6; }
/* Footer-END */



/* Creators */
.creators {
  min-width: 1000px;
  padding: 20px 0;
  text-align: center;
  background: #000000;
  background: -moz-linear-gradient(left,  #000000 0%, #3f4246 100%);
  background: -webkit-linear-gradient(left,  #000000 0%,#3f4246 100%);
  background: -webkit-gradient(linear,  left top, right top,  from(#000000),to(#3f4246));
  background: -moz-linear-gradient(left,  #000000 0%,#3f4246 100%);
  background: -o-linear-gradient(left,  #000000 0%,#3f4246 100%);
  background: linear-gradient(to right,  #000000 0%,#3f4246 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3f4246',GradientType=1 );
}

.creators img {
  vertical-align: top;
}
/* Creators-END */



/* Form__pop-up */
.form__pop-up {
  position: relative;
  padding: 38px 30px 35px 30px;
  width: 373px;
  background-color: #fff;
  -webkit-transform: skewY(5.5deg);
     -moz-transform: skewY(5.5deg);
      -ms-transform: skewY(5.5deg);
       -o-transform: skewY(5.5deg);
          transform: skewY(5.5deg);
}

.form__pop-up > * {
  -webkit-transform: skewY(-5.5deg);
     -moz-transform: skewY(-5.5deg);
      -ms-transform: skewY(-5.5deg);
       -o-transform: skewY(-5.5deg);
          transform: skewY(-5.5deg);
}

.form__pop-up_header {
  margin: 0;
  margin-bottom: 11px;
  font-size: 31px;
  font-weight: bold;
  color: #333;
}

.form__pop-up_close {
  position: absolute;
  top: -36px;
  right: -108px;
  display: block;
  width: 22px;
  height: 22px;
  background: url("../images/icons.png") no-repeat -1729px -51px;
  cursor: pointer;
}

.form__pop-up_close:hover { opacity: 0.6; }
.form__pop-up_close:active { opacity: 0.4; }

.form__pop-up_input {
  width: 100%;
  margin-bottom: 19px;
  border: #d7d7d7 solid 1px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 10px 20px;
  font-size: 19px;
  color: #bebebe;
}

.form__pop-up ::-webkit-input-placeholder {color:#bebebe;}
.form__pop-up ::-moz-placeholder          {color:#bebebe;} /* Firefox 19+ */
.form__pop-up :-moz-placeholder           {color:#bebebe;} /* Firefox 18- */
.form__pop-up :-ms-input-placeholder      {color:#bebebe;}

.form__pop-up_button {
  width: 100%;
  margin-bottom: 6px;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: 0;
  background-color: #d8180f;
  font-size: 19px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.form__pop-up_button:hover { background-color: #b6130b; }
.form__pop-up_button:active { background-color: #a00c05; }
.form__pop-up_button:focus { outline: 0; }

.form__pop-up_button span { border-bottom: #000 dotted 2px; }
.form__pop-up_button:hover span { border-bottom: 0; }
.form__pop-up_button:active span { border-bottom: 0; }

.form__pop-up_description:before {
  content: "";
  display: block;
  width: 21px;
  height: 28px;
  margin: 0 auto;
  margin-bottom: 6px;
  background: url("../images/icons.png") no-repeat -1779px -48px;
}

.form__pop-up_description {
  text-align: justify;
  color: #999;
  line-height: 1.25;
}
/* Form__pop-up-END */



/* Pop-up-thanks */
.pop-up-thanks {
  display: none;
}

.pop-up-thanks__description {
  padding: 15px 40px 18px;
  color: #000;
  background-color: #fff;
  font-size: 34px;
}
/* Pop-up-thanks-END */
