.red {
  color: #da0000;
}

*, :before, :after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px 0 10px;
}

.wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  background-color: #f8f9fc;
}

.main {
  display: table;
  table-layout: fixed;
  width: 100%;
  display: table-cell;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

.main__cell {
  display: table-cell;
  vertical-align: top;
  width: 723px;
}

.blog {
  background-color: #fff;
}

.blog--nobg {
  background: none;
}

aside {
  display: table-cell;
  width: 247px;
  padding-left: 60px;
  padding-top: 72px;
  background-color: #0a22f5;
}

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

.link {
  color: #006cff;
  font-weight: bold;
  white-space: nowrap;
}

.helper {
  display: inline-block;
  width: 100%;
}

.button {
  font-size: 16px;
  text-align: center;
  outline: none;
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 18px 32px;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #da0000;
  text-decoration: none;
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  -webkit-animation: none;
          animation: none;
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  color: #35b0b1;
}

.title-r {
  color: #da0000;
  font-size: 22px;
  line-height: 1.18;
}

.social {
  display: inline-block;
}

.social a {
  display: block;
  width: 21px;
  height: 21px;
  text-align: center;
  color: #fff;
}

.social a:hover {
  border-color: #888;
  opacity: .8;
}

.social svg {
  width: 11px;
  height: 13px;
}

.facebook a {
  background: #3b5998;
}

.pinterest a {
  background: #c8232c;
}

.twitter a {
  background: #00acee;
}

.instagram a {
  background: #b1297d;
}

#spriteSvg {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0;
  height: 0;
  opacity: 0;
}

.header {
  background: #fff;
  height: 78px;
  padding-top: 21px;
}

.header .container {
  text-align: justify;
}

.header__logo {
  width: 190px;
  display: inline-block;
}

.header__hamburger {
  width: 31px;
  display: inline-block;
  vertical-align: top;
  margin-top: 16px;
}

.header__hamburger span {
  display: block;
  background: #000;
  height: 4px;
  width: 100%;
  margin-bottom: 3px;
}

.header__social, .header__menu {
  display: none;
}

.subheader {
  background: #35b0b1;
  height: 4px;
  -webkit-box-shadow: 7.1px 9.7px 10px 0 rgba(53, 176, 177, 0.28);
          box-shadow: 7.1px 9.7px 10px 0 rgba(53, 176, 177, 0.28);
}

.subheader__menu {
  display: none;
}

.aside {
  display: none;
}

.blog__header {
  margin-top: 10px;
  font-size: 12px;
  color: #767676;
}

.blog__header span a {
  color: #0076cd;
}

.blog h1 {
  margin-top: 15px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.15;
  color: #da0000;
  text-transform: uppercase;
}

.blog__img {
  margin-top: 15px;
}

.blog p {
  margin-top: 17px;
}

.blog figure {
  padding: 10px;
  background: #f8f9fc;
  margin-top: 17px;
  margin-bottom: 18px;
}

.blog figure figcaption {
  margin-bottom: 17px;
  text-align: center;
  font-size: 16px;
}

.blog .bg {
  background-color: #da0000;
  font-weight: bold;
  color: #fff;
}

.blog__list {
  margin-top: 9px;
  list-style: none;
}

.blog__list li {
  font-weight: bold;
  font-style: italic;
  padding-left: 16px;
  position: relative;
  margin-top: 14px;
  line-height: 1.2;
}

.blog__list li::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #da0000;
  left: 2px;
  top: 6px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.autor {
  margin-top: 15px;
  text-align: justify;
  height: 41px;
  border-bottom: 1px solid #35b0b1;
}

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

.autor__title {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

.autor__autor {
  letter-spacing: -0.3px;
}

.autor__time {
  display: inline-block;
  color: #969696;
  margin-left: -14px;
}

.autor__time svg {
  width: 11px;
  height: 11px;
}

.autor__eye {
  display: inline-block;
  color: #969696;
}

.autor__eye svg {
  width: 11px;
  height: 11px;
}

.autor__social {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.doc {
  margin-top: 16px;
  background: #35b0b1;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-style: italic;
}

.doc__title {
  margin-top: 18px;
  font-weight: bold;
}

.doc__img {
  margin-top: 16px;
}

.doc__descr {
  margin-top: 15px;
}

.column {
  display: inline-block;
  width: 96%;
  max-width: 345px;
  padding: 24px 15px 0 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.column__list {
  list-style: none;
}

.column__wrapper {
  background-color: #f8f9fc;
  padding: 16px 6px 6px 0;
  margin-top: 24px;
}

.column__wrapper .title {
  text-transform: uppercase;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 10px;
}

.column li {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  position: relative;
}

.column li::before {
  position: absolute;
  content: '';
  background: #fff;
  width: 6px;
  height: 6px;
  top: 13px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.column__title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

.column-left {
  background: url("../img/column-left.jpg") no-repeat center/cover;
  background-position: 0 -44px;
  text-align: right;
  height: 327px;
}

.column-left .column__title {
  padding-left: 35%;
  text-align: right;
}

.column-left li {
  padding-right: 18px;
}

.column-left li:first-child {
  margin-top: 17px;
}

.column-right {
  background: url("../img/column-right.jpg") no-repeat center/cover;
  text-align: left;
  padding-left: 15px;
  padding-top: 15px;
  height: 435px;
}

.column-right .column__title {
  padding-right: 20%;
  text-align: left;
}

.column-right li {
  line-height: 1.3;
  padding-left: 18px;
  padding-right: 43px;
}

.column-right li:first-child {
  margin-top: 24px;
}

.column-right li::before {
  left: 0;
  top: 11px;
}

.arrow {
  margin-top: 14px;
  margin-bottom: 20px;
  background: url("../img/girl.jpg") no-repeat center/cover;
  width: 100%;
  padding: 57px 0;
}

.arrow__item {
  margin-left: 40%;
  width: 54px;
  padding: 7px 0;
  background: #22c1c3;
  background: -webkit-linear-gradient(353deg, rgba(34, 193, 195, 0) 0%, #4eb9bb 100%);
  background: -o-linear-gradient(353deg, rgba(34, 193, 195, 0) 0%, #4eb9bb 100%);
  background: linear-gradient(97deg, rgba(34, 193, 195, 0) 0%, #4eb9bb 100%);
  font-size: 7.5px;
  font-weight: bold;
  line-height: 1.6;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 6px;
  position: relative;
}

.arrow__item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 17px solid transparent;
  border-right: 0;
  top: -4px;
  right: -17px;
  border-left-color: #4eb9bb;
}

.arrow__item--big {
  font-size: 8.5px;
  line-height: 1.41;
  padding: 9px 0;
  width: 65px;
  position: relative;
  margin-left: 43%;
}

.arrow__item--big::before {
  content: '';
  top: -5px;
  right: -19px;
  position: absolute;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right: 0;
  border-left-color: #4eb9bb;
}

.keto .title {
  margin-top: 32px;
  text-transform: uppercase;
}

.keto__img {
  margin-top: 15px;
}

.keto__img--png {
  margin-left: -44px;
}

.keto__img--mt {
  margin-top: 6px;
}

.koffe {
  margin-top: 18px;
}

.koffe figure {
  margin-top: 20px;
  background: none;
  padding: 0 14px;
  text-align: center;
}

.koffe figure img {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.review {
  background-color: #f8f9fc;
  margin-top: 19px;
  padding-bottom: 22px;
}

.review--mt {
  margin-top: 7px;
}

.review__title {
  padding-top: 11px;
  padding-bottom: 6px;
}

.review figure {
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}

.review figure figcaption {
  margin: 0;
}

.review figure figure {
  margin-top: 0;
}

.review__before, .review__after {
  max-width: 48%;
  display: inline-block;
  vertical-align: top;
}

.review__before b, .review__after b {
  font-size: 15px;
}

.review p {
  padding: 0 7px;
}

.review__img {
  padding: 0 7px;
  margin-top: 16px;
}

.quote {
  background-color: #35b0b1;
  color: #fff;
  font-weight: bold;
  padding: 48px 17px 20px 10px;
  position: relative;
  margin-top: 9px;
}

.quote::before {
  content: '';
  position: absolute;
  width: 39px;
  height: 33px;
  background: url("../img/quotes.png") center/cover no-repeat;
  top: 8px;
  left: 10px;
}

.comments {
  padding-top: 19px;
  background: #f8f9fc;
  padding-bottom: 40px;
}

.comments .container {
  background: #f8f9fc;
}

.comments__card {
  margin-top: 27px;
}

.comments__card:first-child {
  margin-top: 0;
}

.comments__header {
  text-align: justify;
}

.comments__header--card {
  font-size: 15px;
}

.comments__title {
  display: inline-block;
}

.comments__social {
  display: inline-block;
}

.comments__social a {
  width: 32px;
  height: 32px;
}

.comments__social svg {
  width: 24px;
  height: 18px;
  margin-top: 7px;
}

.comments__item {
  margin-top: 28px;
}

.comments__ava {
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 45px;
  margin-right: 13px;
  opacity: 0.9;
}

.comments__ava:hover {
  opacity: 1;
}

.comments__wrapper {
  display: inline-block;
  width: 79%;
}

.comments__name {
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
  color: #4b4f54;
}

.comments__date {
  display: inline-block;
  color: #969696;
}

.comments__descr {
  margin-top: 8px;
  font-size: 16px;
}

.comments__descr img {
  margin: 10px 0 0 0;
}

.comments__descr figure {
  padding: 0;
}

.comments__descr figure img {
  max-width: 49%;
  display: inline-block;
}

.comments__footer {
  font-size: 13px;
  line-height: 1.9;
  font-weight: bold;
}

.comments__answer {
  text-decoration: none;
  color: #2f77e4;
  margin-right: 15px;
}

.comments__complaint {
  text-decoration: none;
  color: #4b4f54;
}

.button {
  margin-bottom: 30px;
}

.form {
  margin-top: 15px;
}

.form__sell p {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
}

.form__sell p:first-child {
  font-weight: normal;
  font-size: 16px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #82899B;
}

.form__sell #country_code_selector {
  width: 288px;
  height: 64px;
  border: 2px solid #82899B;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  /* padding-left: 46px; */
  text-align-last: center;
  color: #82899B;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  margin-top: 17px;
  margin-bottom: 24px;
  font-family: Inter;
  font-weight: bold;
  font-size: 24px;
  background: url("../img/expand-arrow.png") no-repeat;
  background-position: 96% 50%;
  -webkit-background-size: 25px 25px;
          background-size: 25px 25px;
}

.form__sell #country_code_selector option {
  font-size: 20px;
  color: #ffffff;
  width: 100%;
  color: #000;

}

.form__sell #country_code_selector:active, .form__sell #country_code_selector:hover {
  border: 2px solid #000000;
  font-family: Inter;
  font-weight: bold;
  font-size: 24px;
}

.form__sell input {
  width: 288px;
  height: 64px;
  border: 2px solid #82899B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
  color: #82899B;
  outline: none;
  padding-top: 7px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.form__sell input::-webkit-input-placeholder {
  font-family: Inter;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #82899B;
}

.form__sell input:-ms-input-placeholder {
  font-family: Inter;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #82899B;
}

.form__sell input::-ms-input-placeholder {
  font-family: Inter;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #82899B;
}

.form__sell input::placeholder {
  font-family: Inter;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #82899B;
}

.form__sell input:active, .form__sell input:hover {
  border: 2px solid #000000;
}

@media screen and (min-width: 320px) {
  .main {
    display: block;
  }
  .blog {
    margin: 0 auto;
  }
  .aside {
    display: none;
  }
}

@media screen and (min-width: 425px) {
  .container, .blog {
    width: 400px;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .main__cell {
    display: block;
    margin: 0 auto;
  }
  .main__cell:last-child {
    display: none;
  }
  .container {
    width: 740px;
    padding: 0 14px 0 16px;
  }
  .title {
    font-size: 24px;
  }
  .blog {
    width: 740px;
  }
  .blog--2 {
    padding-top: 15px;
  }
  .blog h1 {
    font-size: 36px;
  }
  .blog .bg {
    background: none;
    position: relative;
    z-index: 1;
  }
  .blog .bg::before {
    content: '';
    position: absolute;
    width: 104%;
    height: 110%;
    background: #da0000;
    top: -1;
    left: -16px;
    z-index: -1;
  }
  .blog figure figcaption {
    padding: 0 50px;
    margin-bottom: 10px;
  }
  .autor__autor, .autor__view {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    font-size: 13px;
  }
  .autor__autor {
    margin-right: 9px;
  }
  .autor__view {
    margin-right: 150px;
  }
  .autor__view svg {
    vertical-align: top;
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  .autor__social {
    margin-top: -1px;
  }
  .autor__social a {
    width: 29px;
    height: 29px;
  }
  .autor__social a svg {
    width: 18px;
    height: 18px;
    margin-top: 5px;
  }
  .autor__time {
    margin-right: 20px;
  }
  .autor__time svg {
    margin-top: 1px;
    width: 15px;
    height: 14px;
  }
  .doc {
    padding: 9px;
    position: relative;
  }
  .doc__img {
    display: inline-block;
    width: 433px;
    margin-top: 0;
    vertical-align: middle;
  }
  .doc__wrapper {
    display: inline-block;
    width: 254px;
    vertical-align: top;
    padding: 94px 5px 0 6px;
  }
  .doc__descr {
    font-size: 16px;
  }
  .column__wrapper {
    padding: 21px 6px 10px 6px;
    margin-bottom: 23px;
  }
  .column__wrapper .title {
    text-align: center;
  }
  .column__wrapper .column {
    height: 450px;
    vertical-align: top;
  }
  .column__wrapper .column-left {
    background-position: 0 0;
    padding-top: 28px;
    padding-right: 26px;
  }
  .column__wrapper .column-left li:first-child {
    margin-top: 26px;
  }
  .column__wrapper .column-right {
    padding-top: 28px;
    padding-left: 27px;
  }
  .column__wrapper .column-right li {
    padding-right: 0;
  }
  .column__wrapper .column-right li:first-child {
    margin-top: 26px;
  }
  .arrow {
    height: 431px;
    padding-top: 130px;
  }
  .arrow__item {
    width: 110px;
    height: 50px;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 18px;
  }
  .arrow__item::before {
    top: -9px;
    right: -34px;
    border: 34px solid transparent;
    border-right: 0;
    border-left-color: #4eb9bb;
  }
  .arrow__item--big {
    height: 65px;
    line-height: 2.7;
    margin-left: 44%;
    font-size: 18px;
    width: 125px;
  }
  .arrow__item--big::before {
    top: -10px;
    right: -43px;
    border: 43px solid transparent;
    border-right: 0;
    border-left-color: #4eb9bb;
  }
  .subarrow {
    width: 641px;
  }
  .subarrow .title {
    width: 546px;
  }
  .keto .title {
    font-size: 28px;
  }
  .keto p {
    line-height: 1.44;
  }
  .keto__img--png {
    height: 455px;
  }
  .keto center {
    margin-top: 20px;
  }
  .keto center .keto__img {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
  }
  .koffe figure {
    padding: 0;
  }
  .koffe figure img {
    display: inline-block;
    max-width: 203px;
    margin-right: 19px;
    vertical-align: middle;
  }
  .koffe figure figcaption {
    display: inline-block;
    padding: 0;
    width: 483px;
    font-size: 18px;
    vertical-align: middle;
    text-align: left;
    line-height: 1.4;
  }
  .koffe__img {
    display: inline-block;
    max-width: 58%;
    vertical-align: top;
  }
  .review {
    margin-top: 38px;
  }
  .review--mt {
    margin-top: 9px;
  }
  .review figure {
    margin-top: 9px;
  }
  .review figure figcaption {
    margin-top: 18px;
    margin-bottom: 7px;
  }
  .review figure figure figcaption {
    margin-top: 10px;
  }
  .review__card {
    padding-top: 18px;
  }
  .review__card .review__title {
    padding-top: 18px;
  }
  .review p {
    padding: 0 19px;
  }
  .quote {
    padding-left: 126px;
    padding-top: 23px;
    font-size: 20px;
  }
  .quote::before {
    width: 77px;
    height: 65px;
    top: 34px;
    left: 19px;
  }
  .button {
    width: 368px;
  }
  .comments__wrapper {
    width: 91%;
  }
  .comments__footer {
    margin-top: 5px;
  }
}

@media screen and (min-width: 1067px) {
  .main__cell, .container, .blog {
    width: 770px;
  }
  .header .container {
    text-align: justify;
    width: 1019px;
    padding: 0 10px;
  }
  .header__hamburger {
    display: none;
  }
  .header__menu {
    display: inline-block;
  }
  .header__menu li:not(.helper) {
    display: inline-block;
    border: solid 1px transparent;
    -webkit-transition-duration: 0.6s;
         -o-transition-duration: 0.6s;
            transition-duration: 0.6s;
  }
  .header__menu li:not(.helper) a {
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    padding: 0 8px;
  }
  .header__menu li:not(.helper):hover {
    -webkit-transition-duration: 0.6s;
         -o-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: solid 1px #da0000;
    text-shadow: 0 0 0.9px #da0000, 0 0 0.9px #da0000, 0 0 0.9px #333;
  }
  .header__menu li:not(.helper):hover a {
    color: #da0000;
    width: 10px;
  }
  .header__social {
    display: inline-block;
    vertical-align: top;
  }
  .header__social .social a {
    width: 39px;
    height: 39px;
  }
  .header__social .social a svg {
    width: 20px;
    height: 20px;
    margin-top: 9px;
  }
  .subheader {
    height: 42px;
  }
  .subheader .container {
    text-align: justify;
    width: 1019px;
    padding: 0;
  }
  .subheader__menu {
    display: inline-block;
    list-style: none;
    text-align: justify;
    width: 100%;
  }
  .subheader__menu li:not(.helper) {
    display: inline-block;
    padding: 0 15px;
    background: #35b0b1;
    background: -webkit-gradient(linear, right top, left top, color-stop(40%, #35b0b1), color-stop(60%, #fff));
    background: -webkit-linear-gradient(right, #35b0b1 40%, #fff 60%);
    background: -o-linear-gradient(right, #35b0b1 40%, #fff 60%);
    background: linear-gradient(270deg, #35b0b1 40%, #fff 60%);
    -webkit-background-size: 600% 600%;
            background-size: 600%;
    background-position: 100% 0%;
    -webkit-transition: background-position 1s ease-in-out;
    -o-transition: background-position 1s ease-in-out;
    transition: background-position 1s ease-in-out;
  }
  .subheader__menu li:not(.helper) a {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 3.3;
    -webkit-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s;
  }
  .subheader__menu li:not(.helper):hover {
    background-position: 0% 0%;
  }
  .subheader__menu li:not(.helper):hover a {
    color: #35b0b1;
  }
  .main {
    display: table;
    width: auto;
    margin: 0 auto;
  }
  .blog {
    display: table-cell;
  }
  .blog:last-child {
    display: block;
  }
  .blog--2 {
    width: 740px;
  }
  .blog--2 .container {
    width: auto;
    padding: 0 16px;
  }
  .doc__wrapper {
    width: 284px;
  }
  .doc__descr {
    padding-right: 22px;
    padding-left: 12px;
  }
  .koffe figure {
    overflow: hidden;
  }
  .koffe figure figcaption {
    width: 481px;
  }
  .koffe figure img {
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .koffe figure img:hover {
    -webkit-transform: rotate(3deg) scale(1.05);
        -ms-transform: rotate(3deg) scale(1.05);
            transform: rotate(3deg) scale(1.05);
  }
  .comments__answer:hover {
    color: #002fff;
  }
  .comments__complaint:hover {
    color: #000;
  }
  .main__cell:last-child {
    display: table-cell;
  }
  .aside {
    width: 260px;
    padding-left: 22px;
    padding-top: 17px;
  }
  .aside h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.17;
  }
  .aside__img {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    overflow: hidden;
  }
  .aside__link {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    color: #0379cb;
    margin-top: 15px;
    margin-bottom: 33px;
    overflow: auto;
  }
  .aside__link:hover {
    text-decoration: none;
  }
  .aside__bunner {
    background-color: #f5ecec;
    padding: 27px 13px 41px 14px;
    position: relative;
    text-align: center;
  }
  .aside__bunner:hover h4 {
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.6);
  }
  .aside__bunner h4 {
    font-size: 28px;
    font-weight: bold;
    line-height: 0.93;
    text-align: left;
    color: #010101;
    margin-bottom: 270px;
    -webkit-transition: text-shadow 0.3s;
    -o-transition: text-shadow 0.3s;
    transition: text-shadow 0.3s;
    z-index: 2;
    position: relative;
  }
  .aside__bunner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 20px;
    z-index: 2;
    left: 0;
    background: url("../img/keto-matcha.png") center/contain no-repeat;
  }
  .aside__button {
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background-color: #efbd6d;
    padding: 20px 21px 19px 25px;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 5;
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
  }
  .aside__button:hover {
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
  }
  .aside__item {
    margin-top: 18px;
    display: block;
    text-decoration: none;
    overflow: hidden;
  }
  .aside__item:hover .aside__img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .aside__item:hover .aside__descr {
    text-shadow: 0 2px 2px rgba(0, 0, 30, 0.6);
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .aside__descr {
    font-size: 15px;
    line-height: 1.2;
    margin-top: 12px;
    color: #000;
    -webkit-transition: text-shadow 0.5s;
    -o-transition: text-shadow 0.5s;
    transition: text-shadow 0.5s;
  }
  .fixed {
    position: fixed;
    top: 10px;
    z-index: 9999;
    width: 238px;
  }
  .button {
    padding: 15px 20px;
    margin-top: 10px;
    margin-bottom: 40px;
    position: relative;
  }
  .button-3 {
    margin-top: 50px;
  }
  .button-2 {
    margin: 40px 50px 0 50px;
  }
  .button:before, .button:after {
    content: "";
    border: 4px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .button:before {
    top: -6px;
    left: -6px;
  }
  .button:after {
    bottom: -6px;
    right: -6px;
  }
  .button:hover {
    color: #da0000;
    background-color: SlateGray;
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
    background: #da0000;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #da0000), color-stop(50%, white), to(#da0000));
    background: -webkit-linear-gradient(bottom, #da0000 20%, white 50%, #da0000 100%);
    background: -o-linear-gradient(bottom, #da0000 20%, white 50%, #da0000 100%);
    background: linear-gradient(0deg, #da0000 20%, white 50%, #da0000 100%);
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .button:hover:before, .button:active:before, .button:focus:before {
    width: -webkit-calc(100% + 4px);
    width: calc(100% + 4px);
    height: -webkit-calc(100% + 4px);
    height: calc(100% + 4px);
    border-top-color: #da0000;
    border-right-color: #da0000;
    -webkit-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
    -o-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
    transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
  }
  .button:hover:after, .button:active:after, .button:focus:after {
    width: -webkit-calc(100% + 4px);
    width: calc(100% + 4px);
    height: -webkit-calc(100% + 4px);
    height: calc(100% + 4px);
    border-bottom-color: #da0000;
    border-left-color: #da0000;
    -webkit-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
    -o-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
    transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
  }
  .link {
    position: relative;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
  }
  .link::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 1px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #0379cb;
    -webkit-transition: height .3s ease-out;
    -o-transition: height .3s ease-out;
    transition: height .3s ease-out;
  }
  .link:hover {
    color: #fff;
  }
  .link:hover::before {
    height: 100%;
  }
}

@-webkit-keyframes blur {
  from {
    text-shadow: 0px 0px 10px #BFE2FF, 0px 0px 10px #BFE2FF, 0px 0px 25px #BFE2FF, 0px 0px 25px #BFE2FF, 0px 0px 25px #BFE2FF, 0px 0px 25px #2f77e4, 0px 0px 50px #2f77e4, 0px 0px 50px #2f77e4;
  }
}

@keyframes blur {
  from {
    text-shadow: 0px 0px 10px #BFE2FF, 0px 0px 10px #BFE2FF, 0px 0px 25px #BFE2FF, 0px 0px 25px #BFE2FF, 0px 0px 25px #BFE2FF, 0px 0px 25px #2f77e4, 0px 0px 50px #2f77e4, 0px 0px 50px #2f77e4;
  }
}

@-webkit-keyframes to-right {
  from {
    right: -webkit-calc(100% - 100px);
    right: calc(100% - 100px);
  }
  to {
    right: 0px;
  }
}

@keyframes to-right {
  from {
    right: -webkit-calc(100% - 100px);
    right: calc(100% - 100px);
  }
  to {
    right: 0px;
  }
}