*,
:before,
:after {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 1;
  font-family: 'PT Serif', serif;
}
a {
  text-decoration: underline;
  -webkit-transition: color .5s;
  transition: color .5s;
  color: #0000FF;
}
a:hover,
a:focus,
a:active {
  color: #ff4500;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
.header {
  background: -webkit-gradient(linear, left bottom, left top, from(#599ce3), color-stop(48%, #3272b9), to(#00264a));
  background: linear-gradient(0deg, #599ce3 0%, #3272b9 48%, #00264a 100%);
  position: relative;
  overflow: hidden;
}
.header .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .header:before {
    content: '';
    position: absolute;
    display: block;
    background: url("../img/info.png") center no-repeat;
    width: 695px;
    height: 257px;
    top: 0;
    left: 50%;
    margin-left: -150px;
    z-index: 0;
  }
}
.header__wrap {
  display: table;
  width: 100%;
  text-align: right;
  position: relative;
  padding: 12px 0 12px 0;
}
@media (min-width: 992px) {
  .header__wrap {
    padding: 20px 0 20px 0;
  }
}
.header__wrap:before {
  position: absolute;
  width: 134px;
  height: 103px;
  background: url("../img/back.png") no-repeat;
  background-size: contain;
  content: "";
  bottom: 0;
  left: 20px;
  z-index: 2;
}
@media (min-width: 768px) {
  .header__wrap:before {
    width: 248px;
    left: 0;
    height: 190px;
    -webkit-transform: none;
            transform: none;
  }
}
.header__logo {
  display: block;
  width: 120px;
  margin-left: 100px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .header__logo {
    margin-left: auto;
    margin-right: auto;
    width: 233px;
  }
}
@media (min-width: 992px) {
  .header__logo {
    display: inline-block;
    width: auto;
  }
}
.header__content {
  display: none;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .header__content {
    display: inline-block;
  }
}
.header__title {
  color: #8ec4fc;
  font-size: 14px;
  margin-bottom: 12px;
}
.header__link {
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
}
.header__link--item {
  display: inline-block;
  color: #8ec4fc;
  position: relative;
  margin-right: 20px;
  text-transform: uppercase;
}
.header__link--item a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color .5s;
  transition: color .5s;
}
.header__link--item a:hover {
  color: #fff;
}
.header__link--item:last-child {
  margin-right: 0;
}
.header__link--item:not(:last-child):before {
  content: "";
  top: 2px;
  right: -13px;
  position: absolute;
  height: 13px;
  width: 1px;
  border-right: 2px solid #8ec4fc;
}
.header__nav {
  list-style-type: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#7cc0eb), color-stop(7%, #7cc0eb), color-stop(7%, rgba(124, 192, 235, 0)), color-stop(9%, rgba(124, 192, 235, 0)), color-stop(9%, #7cc0eb), color-stop(91%, #7cc0eb), color-stop(91%, rgba(124, 192, 235, 0)), color-stop(93%, rgba(124, 192, 235, 0)), color-stop(93%, #7cc0eb));
  background: linear-gradient(to bottom, #7cc0eb 0%, #7cc0eb 7%, rgba(124, 192, 235, 0) 7%, rgba(124, 192, 235, 0) 9%, #7cc0eb 9%, #7cc0eb 91%, rgba(124, 192, 235, 0) 91%, rgba(124, 192, 235, 0) 93%, #7cc0eb 93%);
  background-size: auto 100%;
  position: relative;
}
.header__nav:after {
  position: absolute;
  content: '';
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#7cc0eb), color-stop(7%, #7cc0eb), color-stop(7%, rgba(124, 192, 235, 0)), color-stop(9%, rgba(124, 192, 235, 0)), color-stop(9%, #7cc0eb), color-stop(91%, #7cc0eb), color-stop(91%, rgba(124, 192, 235, 0)), color-stop(93%, rgba(124, 192, 235, 0)), color-stop(93%, #7cc0eb));
  background: linear-gradient(to bottom, #7cc0eb 0%, #7cc0eb 7%, rgba(124, 192, 235, 0) 7%, rgba(124, 192, 235, 0) 9%, #7cc0eb 9%, #7cc0eb 91%, rgba(124, 192, 235, 0) 91%, rgba(124, 192, 235, 0) 93%, #7cc0eb 93%);
  top: 0;
  left: 100%;
  height: 100%;
  width: 5000px;
  z-index: 0;
}
.header__nav--item {
  position: relative;
  z-index: 2;
  font-size: 16px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.header__nav--item a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color .5s;
  transition: color .5s;
  display: block;
  padding: 20px 0 20px 20px;
}
.header__nav--item a:hover {
  color: #fff;
}
.logo {
  position: relative;
}
.logo__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #dedcdc;
  font-size: 62px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-shadow: 2.828px 2.828px 0 rgba(0, 0, 0, 0.11);
}
@media (min-width: 768px) {
  .logo__title {
    font-size: 126px;
  }
}
.logo__title--small {
  font-size: 30px;
}
@media (min-width: 768px) {
  .logo__title--small {
    font-size: 68px;
  }
}
.logo__up {
  position: absolute;
  text-transform: uppercase;
  font-size: 7px;
  font-weight: 700;
  color: #dedcdc;
  top: 1px;
  left: 25px;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 2.828px 2.828px 0 rgba(0, 0, 0, 0.11);
}
@media (min-width: 768px) {
  .logo__up {
    font-size: 16px;
    left: 39px;
  }
}
.logo__up--small {
  font-size: 3px;
  left: 11px;
  top: 1px;
}
@media (min-width: 768px) {
  .logo__up--small {
    font-size: 8px;
    left: 24px;
    top: 0;
  }
}
.logo__down {
  position: absolute;
  text-transform: uppercase;
  font-size: 7px;
  font-weight: 700;
  color: #dedcdc;
  bottom: 3px;
  right: 19px;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 2.828px 2.828px 0 rgba(0, 0, 0, 0.11);
}
@media (min-width: 768px) {
  .logo__down {
    font-size: 16px;
    bottom: 2px;
    right: 33px;
  }
}
.logo__down--small {
  font-size: 3px;
  right: 9px;
  bottom: 2px;
}
@media (min-width: 768px) {
  .logo__down--small {
    font-size: 8px;
    right: 19px;
    bottom: 3px;
  }
}
.breadcrumb {
  display: none;
  font-family: 'Montserrat', sans-serif;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: block;
  }
}
.breadcrumb__list {
  list-style-type: none;
  border-bottom: 1px solid #e5ebf2;
  padding: 15px 0;
}
.breadcrumb__item {
  display: inline-block;
  vertical-align: middle;
  color: #a7a7a7;
  font-size: 13px;
  position: relative;
  margin-right: 20px;
}
.breadcrumb__item:not(:last-child):after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: solid #8da8c4;
  position: absolute;
  right: -15px;
  top: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 2px 2px 0 0;
}
.breadcrumb__item a {
  text-decoration: none;
  color: inherit;
}
.main {
  padding-top: 20px;
  vertical-align: top;
}
@media (min-width: 992px) {
  .main {
    display: table-cell;
    width: 690px;
  }
}
.interview__title {
  padding: 0 10px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
  color: #222;
}
@media (min-width: 768px) {
  .interview__title {
    font-size: 24px;
    padding: 0;
  }
}
.interview__subtitle {
  padding: 0 10px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #1b5189;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .interview__subtitle {
    font-size: 35px;
    padding: 0;
  }
}
.interview__date {
  padding: 0 10px;
  margin-bottom: 15px;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 15px;
  color: #858585;
}
@media (min-width: 768px) {
  .interview__date {
    padding: 0;
  }
}
.interview__item {
  padding: 0 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .interview__item {
    padding: 0;
    margin-bottom: 30px;
  }
}
.interview__img {
  margin-bottom: 20px;
  position: relative;
}
.interview__img > img {
  width: 100%;
}
.interview__img--subtitle {
  text-align: center;
  font-size: 15px;
  padding: 0 10px;
  font-style: italic;
  color: #c6c6c6;
  margin: 20px 0;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .interview__img--subtitle {
    font-size: 17px;
  }
}
.interview__img--mb60 {
  margin-bottom: 60px;
}
.interview__name {
  font-size: 17px;
  color: #5f5f5f;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 768px) {
  .interview__name {
    display: table-cell;
    width: 70px;
  }
}
.interview__text {
  font-size: 15px;
  color: #3a3a3a;
  display: block;
  line-height: 1.4;
  position: relative;
}
@media (min-width: 768px) {
  .interview__text {
    display: table-cell;
    padding-left: 15px;
    font-size: 17px;
    border-left: 1px solid #dadada;
  }
  .interview__text:after {
    content: "";
    position: absolute;
    left: -11px;
    top: 8px;
    border: 5px solid transparent;
    border-right: 5px solid #dadada;
  }
}
.interview__text p {
  margin-bottom: 15px;
}
.interview__text span {
  color: #a3a3a3;
  font-size: 15px;
}
.interview__caption {
  position: absolute;
  bottom: -45px;
  display: table;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .interview__caption {
    bottom: 15px;
  }
}
.interview__caption--logo {
  width: 65px;
  background: #2b68ab;
  padding: 5px;
  display: table-cell;
  position: absolute;
  top: 14px;
  left: 0;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .interview__caption--logo {
    width: 140px;
    position: relative;
    top: auto;
    left: auto;
  }
}
.interview__caption--text {
  height: 77px;
  display: table-cell;
  vertical-align: top;
  background: #fff;
  border: 1px solid #a0c2e7;
  padding: 15px 15px 15px 60px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .interview__caption--text {
    line-height: 1.6;
    height: auto;
    font-size: 16px;
    padding: 30px 15px;
  }
}
.interview__caption a {
  color: #268eff;
}
.interview__info {
  background: url('../img/info.png') left -100px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#599ce3), color-stop(48%, #3272b9), to(#00264a));
  background: url('../img/info.png') left -100px center no-repeat, linear-gradient(0deg, #599ce3 0%, #3272b9 48%, #00264a 100%);
  background-size: cover;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  padding: 20px 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .interview__info {
    font-size: 17px;
    padding: 20px 35px;
  }
}
.interview__info p {
  margin-bottom: 20px;
}
.interview__info p:last-child {
  margin-bottom: 0;
}
.interview__result {
  padding-left: 20px;
  position: relative;
  font-size: 15px;
}
@media (min-width: 768px) {
  .interview__result {
    font-size: 17px;
  }
}
.interview__result:before {
  left: 0;
  top: 4px;
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  content: "";
  background: #268eff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .interview__result:before {
    top: 8px;
  }
}
.interview__result--title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.interview__result--text {
  margin-bottom: 20px;
  line-height: 1.4;
}
.interview__result--value {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
@media (min-width: 768px) {
  .interview__result--value {
    width: 30%;
  }
}
.interview__result--value ul {
  list-style-type: none;
}
.interview__result--value li {
  margin-bottom: 15px;
}
.interview__promo {
  background: #b7c5cf;
  padding: 30px 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .interview__promo {
    display: table;
    width: 100%;
  }
}
.interview__promo--img {
  text-align: center;
}
@media (min-width: 768px) {
  .interview__promo--img {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-top: 30px;
  }
}
.interview__promo--content {
  padding: 0 50px;
}
@media (min-width: 768px) {
  .interview__promo--content {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 0 50px 0 0;
  }
}
.interview__promo--slogan {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .interview__promo--slogan {
    font-size: 28px;
  }
}
.interview__promo--slogan:before {
  content: "“";
  font-weight: 700;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: -25px;
}
.interview__promo--name {
  text-align: right;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .interview__promo--name {
    font-size: 28px;
    margin-bottom: 45px;
  }
  .interview__promo--name:before {
    content: "";
    font-weight: 700;
    font-size: 40px;
    position: absolute;
    width: 25px;
    border-bottom: 2px solid #fff;
    top: 13px;
    left: 25px;
  }
}
.btn {
  font-family: 'Montserrat', sans-serif;
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  padding: 25px 40px;
  background: #3272b9;
  background: -webkit-gradient(linear, left bottom, left top, from(#00264a), color-stop(52%, #3272b9), to(#599ce3));
  background: linear-gradient(0deg, #00264a 0%, #3272b9 52%, #599ce3 100%);
  border-radius: 45px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
}
.btn span {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 2;
}
.btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #3272b9;
  background: -webkit-gradient(linear, left top, left bottom, from(#00264a), color-stop(52%, #3272b9), to(#599ce3));
  background: linear-gradient(180deg, #00264a 0%, #3272b9 52%, #599ce3 100%);
  opacity: 0;
  border-radius: 50px;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn:hover:before {
  opacity: 1;
}
.review {
  padding: 0 10px 40px;
}
@media (min-width: 768px) {
  .review {
    padding: 0 0 40px 0;
  }
}
.review__title {
  font-size: 15px;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .review__title {
    font-size: 16px;
  }
}
.review__name {
  color: #2663a3;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .review__name {
    display: inline-block;
    margin-right: 10px;
  }
}
.review__date {
  font-size: 15px;
  color: #858585;
  font-family: Georgia, serif;
  font-style: italic;
}
@media (min-width: 768px) {
  .review__date {
    display: inline-block;
  }
}
.review__list {
  padding-bottom: 20px;
}
.review__item {
  padding: 20px 0;
  border-bottom: 1px solid #e4edf6;
}
.review__ava {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .review__ava {
    position: absolute;
  }
}
.review__img {
  margin-top: 20px;
}
.review__user-info {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .review__user-info {
    padding-left: 70px;
  }
}
.review__text {
  margin-top: 15px;
  line-height: 1.6;
  font-size: 15px;
}
@media (min-width: 768px) {
  .review__text {
    font-size: 17px;
    padding-left: 70px;
    margin-top: 0;
  }
}
.sidebar {
  display: none;
  padding-left: 20px;
  padding-top: 20px;
}
.review__item:nth-of-type(-n+8) {
  display: none;
}
@media (min-width: 992px) {
  .sidebar {
    display: table-cell;
  }
  .review__item:nth-of-type(-n+8) {
    display: block;
  }
}

.product--active {
  position: fixed;
  width: 260px;
  top: 10px;
}
.product__btn {
  position: relative;
  background: #2d6bb0;
  background: -webkit-gradient(linear, left bottom, left top, from(#00264a), color-stop(52%, #3272b9), to(#599ce3));
  background: linear-gradient(0deg, #00264a 0%, #3272b9 52%, #599ce3 100%);
  border-radius: 6px;
  max-width: 320px;
  width: 100%;
  border: 1px solid #2d6bb0;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  margin: 10px auto 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  padding: 13px 24px;
  text-decoration: none;
}
.product__btn span {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 2;
}
.product__btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #3272b9;
  background: -webkit-gradient(linear, left top, left bottom, from(#00264a), color-stop(52%, #3272b9), to(#599ce3));
  background: linear-gradient(180deg, #00264a 0%, #3272b9 52%, #599ce3 100%);
  opacity: 0;
  border-radius: 6px;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product__btn:hover:before {
  opacity: 1;
}
.post__title {
  display: inline-block;
  background: #2d6bb0;
  background: linear-gradient(-75deg, transparent 15px, #2d6bb0 18px);
  width: 100%;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
.post__img {
  margin-top: 15px;
}
.post__description {
  padding: 10px;
  background: #deeeff;
  color: #4f4f4f;
  line-height: 1.4;
  font-size: 13px;
}
.post__content {
  padding: 10px 5px 40px 40px;
  border: solid #deeeff;
  border-width: 0 0 1px 1px;
  position: relative;
}
.post__content--ava {
  width: 25px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 5px;
  left: 8px;
}
.post__content--name {
  font-size: 12px;
  color: #434343;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.post__content--text {
  padding: 10px 0;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
.post__content--text img {
  vertical-align: bottom;
}
.post__content--img {
  border-radius: 15px;
  overflow: hidden;
  text-align: right;
}
