@font-face {
  font-family: 'Bariol_Regular';
  src: url("fonts/Bariol_Regular.eot");
  src: url("fonts/Bariol_Regular.eot") format("embedded-opentype"), url("fonts/Bariol_Regular.woff2") format("woff2"), url("fonts/Bariol_Regular.woff") format("woff"), url("fonts/Bariol_Regular.ttf") format("truetype"), url("fonts/Bariol_Regular.svg#Bariol_Regular") format("svg");
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  font-family: Bariol Regular;
  color: #fff;
}

*:hover {
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: none;
}

.clearfix:after {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  -webkit-flex-basis: 0px;
  -ms-flex-preferred-size: 0px;
  flex-basis: 0px;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

html, body {
  width: 100%;
  height: 100%;
}

header {
  background: #f56262;
  height: 110px;
}

.wrapper {
  height: 100%;
  margin: 0 auto;
  width: 970px;
}

.row {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row_middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row_space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.logo {
  position: relative;
}

.logo__icon, .logo__title {
  vertical-align: top;
  height: 41px;
  width: auto;
}

.logo__title {
  position: absolute;
  top: 9px;
  margin-left: 5px;
  font-size: 35px;
  letter-spacing: 3px;
}

.logo__description {
  margin-top: 5px;
  display: block;
  font-size: 18.2px;
}

.menu-button {
  display: none;
  overflow: hidden;
}

.menu__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu__element {
  margin: 0px 13px;
  padding: 5px 12px;
  border-radius: 4px;
}

.menu__element:first-child {
  margin-left: 0;
}

.menu__element:last-child {
  margin-right: 0;
}

.menu__element:hover, .menu__element_active {
  background-color: #232324;
  cursor: default;
}

.menu__link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: capitalize;
}

.section-welcome {
  background: #eb4f4e;
  background: -moz-linear-gradient(top, #eb4f4e 0%, #712726 100%);
  background: -webkit-linear-gradient(top, #eb4f4e 0%, #712726 100%);
  background: linear-gradient(to bottom, #eb4f4e 0%, #712726 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4f4e', endColorstr='#712726',GradientType=0 );
}

.section-smart-and-creative {
  background: #232324;
}

.section-talented-and-experts {
  background: #6cc372;
}

.section-elegant-and-genuine {
  background: #f0f0f0;
  padding-bottom: 180px;
}

.section-order {
  background: #fff;
  height: 325px;
}

.section-latest-tweets {
  background: #eb4f4e;
}

.description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.description__header {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 5px;
  margin-top: 35px;
}

.description__header_big {
  font-size: 60px;
  font-weight: 900;
  word-spacing: 15px;
  text-shadow: 0px 5px 10px #b73a3c;
}

.description__header_gray {
  color: #616161;
}

.description__sub-header {
  font-size: 20px;
  margin-top: 10px;
}

.description__sub-header_orange {
  color: #d94948;
}

.description__sub-header_black {
  color: #232324;
}

.description__sub-header_green {
  color: #61af66;
}

.description__content {
  position: relative;
  width: 100%;
  margin-top: 35px;
  display: block;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container2 {
  display: block;
  width: 100%;
  height: 100%;
  margin: 20px auto;
  overflow: hidden;
}

.swiper-pagination2 {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.bullet__column {
  width: 250px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.bullet__column:hover {
  background: #1a1a1a;
}

.bullet__title {
  margin-top: 10px;
  font-size: 30px;
}

.bullet__sub-title {
  width: 100%;
  color: #e74c3c;
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
}

.man__column {
  background: #fff;
  width: 235px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0px;
  border-radius: 6px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 18px 2px rgba(35, 35, 36, 0.05);
  -moz-box-shadow: 0px 0px 18px 2px rgba(35, 35, 36, 0.05);
  box-shadow: 0px 0px 18px 2px rgba(35, 35, 36, 0.05);
}

.man__column:hover {
  -webkit-box-shadow: 0px 0px 18px 2px rgba(35, 35, 36, 0.6);
  -moz-box-shadow: 0px 0px 18px 2px rgba(35, 35, 36, 0.6);
  box-shadow: 0px 0px 18px 2px rgba(35, 35, 36, 0.6);
}

.man__name {
  text-align: center;
  color: #61af66;
  font-size: 26px;
  margin-top: 15px;
}

.man__profession {
  color: #e74c3c;
  font-size: 18px;
  margin-top: 10px;
}

.follow__button {
  margin-top: 15px;
  padding: 10px 65px;
  background: #6cc372;
  background-image: url("../images/tweeter-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 12px;
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 3px;
  border-radius: 4px;
}

.follow__button:hover {
  background-color: #49b350;
}

.swiper-slide_slider2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide__title {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #000;
}

.orders__column {
  position: relative;
  height: 100%;
  width: 300px;
  top: -109px;
}

.orders__column_offset {
  top: -130px;
}

.order__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.order__top-title {
  font-size: 40px;
  color: #616161;
  margin-top: 10px;
}

.order__top-title_orange {
  color: #eb4f4e;
}

.order__top-sub-title {
  font-size: 20px;
  color: #eb4f4e;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.order__top-sub-title_gray {
  color: #232324;
}

.order__middle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f0f0f0;
}

.order__middle-text {
  width: 100%;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0px;
  font-size: 18px;
  color: #616161;
}

.order__bottom {
  background: #616161;
  padding: 10px 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 65px;
}

.order__bottom_orange {
  background: #eb4f4e;
}

.order__bottom-price {
  position: relative;
}

.order__price__sign {
  position: relative;
  top: -15px;
  left: 0px;
  font-size: 32px;
  font-weight: 700;
}

.order__price__value {
  font-size: 64px;
}

.order__price__month {
  font-size: 25px;
}

.order__button-link {
  font-size: 21px;
  background: #fff;
  color: #616161;
  padding: 5px 30px;
  border-radius: 5px;
  text-decoration: none;
}

.order__button-link_orange {
  color: #eb4f4e;
}

.order__button-link:hover {
  text-decoration: underline;
}

.order__more-plans {
  position: relative;
  height: 20px;
  top: -45px;
  font-size: 20px;
  color: #eb4f4e;
}

.order__more-plans:hover {
  text-shadow: 0px 0px 8px #c93e3e;
}

.swiper-container3 {
  width: 100%;
  height: 100%;
  margin: 20px auto;
  overflow: hidden;
}

.swiper-pagination3 {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-button-prev3,
.swiper-button-next3 {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev3 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ff9e9c'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next3 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff9e9c'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-slide_slider3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tweet-wrapper {
  margin-top: 40px;
}

.twitter-tweet {
  font-style: italic;
  font-size: 20px;
  color: #232324;
}

.twitter__message {
  font-size: 20px;
}

.twitter__link {
  font-size: 20px;
  color: #232324;
}

.copyright {
  background: #232324;
  padding: 10px 10px;
}

.copyright__element {
  font-size: 18px;
  color: #fff;
}

.copyright__element_red {
  color: #eb4f4e;
}

.social__element {
  display: inline-block;
  margin-left: 10px;
}

.social__link {
  width: 30px;
  height: 30px;
  background-color: #eb4f4e;
  display: block;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.social__link:hover {
  background-color: #e62120;
}

.social__facebook {
  background-image: url("../images/facebook-icon.svg");
  background-position: 11px 6px;
}

.social__tweeter {
  background-image: url("../images/tweeter-icon-2.svg");
  background-position: 6px 8px;
}

.social__rss {
  background-image: url("../images/rss-icon.svg");
  background-position: 8px 7px;
}

.map {
  position: relative;
}

.contacts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 85px;
  right: 65px;
  width: 300px;
  height: 140px;
  background: rgba(5, 5, 5, 0.8);
  border-radius: 10px;
}

.contacts__title {
  font-size: 30px;
}

.contacts__email,
.contacts__address {
  font-size: 20px;
  color: #eb4f4e;
}

.swiper-container2-mobile {
  display: none;
}

@media only screen and (max-width: 480px) {
  .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-pagination {
    display: none;
  }
  .swiper-container2 {
    display: none;
  }
  .swiper-container2-mobile {
    display: block;
    width: 100%;
    height: 100%;
    margin: 20px auto;
    overflow: hidden;
  }
  .swiper-slide_slider2-mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .swiper-pagination2-mobile {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-container3 {
    width: 100%;
    height: 100%;
    margin: 20px auto;
    overflow: hidden;
  }
  .swiper-pagination3 {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-button-prev3,
  .swiper-button-next3 {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .swiper-button-prev3 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ff9e9c'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
  }
  .swiper-button-next3 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff9e9c'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
  }
  .swiper-slide_slider3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  html, body {
    width: 100%;
    height: 100%;
  }
  .wrapper {
    height: 100%;
    margin: 0 auto;
    width: 100%;
  }
  .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row_middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row_space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  header {
    position: relative;
    background: #f56262;
    height: auto;
  }
  .logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    margin: 10px;
  }
  .logo__title {
    margin-left: 5px;
    position: relative;
    top: 11px;
    font-size: 30px;
  }
  .logo__description {
    display: none;
  }
  .menu-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px;
    background: #232324;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    cursor: pointer;
  }
  .menu-button:hover {
    background: #0a0a0a;
  }
  .line-top,
  .line-middle,
  .line-bottom {
    margin: 3px;
    width: 30px;
    height: 4px;
    background: #fff;
  }
  .menu {
    z-index: 999;
    display: none;
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: royalblue;
  }
  .menu-show {
    display: block;
  }
  .menu__content {
    display: block;
  }
  .menu__element {
    margin: 0;
    border-radius: 0;
    background: #f34a4a;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #530505;
  }
  .menu__element:last-child {
    border: 0;
  }
  .menu__link {
    font-size: 35px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
  }
  .section-welcome {
    background: #eb4f4e;
    background: -moz-linear-gradient(top, #eb4f4e 0%, #b53d9f 100%);
    background: -webkit-linear-gradient(top, #eb4f4e 0%, #b53d9f 100%);
    background: linear-gradient(to bottom, #eb4f4e 0%, #b53d9f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4f4e', endColorstr='#b53d9f',GradientType=0 );
  }
  .section-smart-and-creative {
    background: #232324;
  }
  .section-talented-and-experts {
    background: #6cc372;
  }
  .section-elegant-and-genuine {
    background: #f0f0f0;
    padding-bottom: 0;
  }
  .section-order {
    background: #fff;
    height: auto;
  }
  .section-latest-tweets {
    background: #eb4f4e;
  }
  .description {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .description__header {
    margin-top: 30px;
    text-align: center;
    font-size: 30px;
  }
  .description__header_big {
    font-size: 10vw;
    font-weight: 700;
    word-spacing: 5px;
  }
  .description__header_gray {
    color: #616161;
  }
  .description__sub-header {
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
  }
  .description__sub-header_orange {
    color: #d94948;
  }
  .description__sub-header_black {
    color: #232324;
  }
  .description__sub-header_green {
    color: #61af66;
  }
  .description__content {
    position: relative;
    width: 100%;
    margin-top: 35px;
    display: block;
  }
  .bullet__column {
    width: 80%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0px;
    border-radius: 6px;
    margin-bottom: 20px;
    background: #1a1a1a;
  }
  .bullet__title {
    text-align: center;
    font-size: 30px;
  }
  .bullet__sub-title {
    font-size: 20px;
    text-align: center;
    color: #d94948;
  }
  .man__column {
    background: #fff;
    width: 80%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0px;
    border-radius: 6px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 18px 2px rgba(35, 35, 36, 0.05);
    -moz-box-shadow: 0px 0px 18px 2px rgba(35, 35, 36, 0.05);
    box-shadow: 0px 0px 18px 2px rgba(35, 35, 36, 0.05);
  }
  .man__name {
    color: #61af66;
    font-size: 30px;
    margin-top: 15px;
  }
  .man__profession {
    color: #e74c3c;
    font-size: 20px;
    margin-top: 10px;
  }
  .follow__button {
    margin-top: 15px;
    padding: 10px 65px;
    background: #6cc372;
    background-image: url("../images/tweeter-icon.svg");
    background-repeat: no-repeat;
    background-position: 10px 12px;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 3px;
    border-radius: 4px;
  }
  .follow__button:hover {
    background-color: #49b350;
  }
  .swiper-slide_slider2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .swiper-slide__image {
    width: 80%;
  }
  .swiper-slide__title {
    margin-top: 15px;
    font-size: 30px;
    color: #000;
  }
  .orders__column {
    position: relative;
    width: 80%;
    margin: 15px;
    top: 0;
  }
  .order__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .order__top-title {
    font-size: 40px;
    color: #616161;
    margin-top: 10px;
  }
  .order__top-title_orange {
    color: #eb4f4e;
  }
  .order__top-sub-title {
    font-size: 20px;
    color: #eb4f4e;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
  }
  .order__top-sub-title_gray {
    color: #232324;
  }
  .order__middle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f0f0f0;
  }
  .order__middle-text {
    width: 100%;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0px;
    font-size: 18px;
    color: #616161;
  }
  .order__bottom {
    background: #616161;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: auto;
  }
  .order__bottom_orange {
    background: #eb4f4e;
  }
  .order__bottom-price {
    position: relative;
  }
  .order__price__sign {
    position: relative;
    top: -15px;
    left: 0px;
    font-size: 32px;
    font-weight: 700;
  }
  .order__price__value {
    font-size: 64px;
  }
  .order__price__month {
    font-size: 25px;
  }
  .order__button-link {
    font-size: 21px;
    background: #fff;
    color: #616161;
    padding: 5px 30px;
    border-radius: 5px;
    text-decoration: none;
  }
  .order__button-link_orange {
    color: #eb4f4e;
  }
  .order__button-link:hover {
    text-decoration: underline;
  }
  .order__more-plans {
    text-align: center;
    font-size: 20px;
    color: #eb4f4e;
    margin-bottom: 15px;
    height: auto;
    top: 0;
  }
  .tweet-wrapper {
    width: 80%;
    margin-top: 40px;
  }
  .twitter-tweet {
    font-style: italic;
    font-size: 5vw;
    color: #232324;
  }
  .twitter__message {
    font-size: 5vw;
  }
  .twitter__link {
    font-size: 5vw;
    color: #232324;
  }
  .copyright {
    background: #232324;
    padding: 10px 10px;
  }
  .copyright__element {
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
  }
  .copyright__element_red {
    color: #eb4f4e;
  }
  .social__element {
    display: inline-block;
    margin-right: 10px;
    margin-left: 0;
  }
  .social__element:last-child {
    margin-right: 0;
  }
  .social__link {
    width: 30px;
    height: 30px;
    background-color: #eb4f4e;
    display: block;
    background-repeat: no-repeat;
    border-radius: 3px;
  }
  .contacts {
    border-radius: 0;
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(5, 5, 5, 0.8);
  }
  .contacts__title {
    font-size: 40px;
    margin-top: 15px;
  }
  .contacts__email,
  .contacts__address {
    margin-top: 15px;
    font-size: 30px;
    color: #eb4f4e;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
  .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-pagination {
    display: none;
  }
  .swiper-container2 {
    display: none;
  }
  .swiper-container2-mobile {
    display: block;
    width: 100%;
    height: 100%;
    margin: 20px auto;
    overflow: hidden;
  }
  .swiper-slide_slider2-mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .swiper-pagination2-mobile {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-container3 {
    width: 100%;
    height: 100%;
    margin: 20px auto;
    overflow: hidden;
  }
  .swiper-pagination3 {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-button-prev3,
  .swiper-button-next3 {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .swiper-button-prev3 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ff9e9c'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
  }
  .swiper-button-next3 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff9e9c'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
  }
  .swiper-slide_slider3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  html, body {
    width: 100%;
    height: 100%;
  }
  .wrapper {
    height: 100%;
    margin: 0 auto;
    width: 100%;
  }
  .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row_middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row_space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  header {
    position: relative;
    background: #f56262;
    height: auto;
  }
  .logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    margin: 10px;
  }
  .logo__title {
    margin-left: 5px;
    position: relative;
    top: 9px;
    font-size: 32px;
  }
  .logo__description {
    display: none;
  }
  .menu-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px;
    background: #232324;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
  }
  .menu-button:hover {
    background: #0a0a0a;
  }
  .line-top,
  .line-middle,
  .line-bottom {
    margin: 3px;
    width: 30px;
    height: 4px;
    background: #fff;
    overflow: hidden;
  }
  .menu {
    z-index: 999;
    display: none;
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .menu-show {
    display: block;
  }
  .menu__content {
    display: block;
  }
  .menu__element {
    margin: 0;
    border-radius: 0;
    background: #f34a4a;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #530505;
  }
  .menu__element:last-child {
    border: 0;
  }
  .menu__link {
    font-size: 35px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
  }
  .section-welcome {
    background: #eb4f4e;
    background: -moz-linear-gradient(top, #eb4f4e 0%, #b53d9f 100%);
    background: -webkit-linear-gradient(top, #eb4f4e 0%, #b53d9f 100%);
    background: linear-gradient(to bottom, #eb4f4e 0%, #b53d9f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4f4e', endColorstr='#b53d9f',GradientType=0 );
  }
  .section-smart-and-creative {
    background: #232324;
  }
  .section-talented-and-experts {
    background: #6cc372;
  }
  .section-elegant-and-genuine {
    background: #f0f0f0;
    padding-bottom: 0;
  }
  .section-order {
    background: #fff;
    height: auto;
  }
  .section-latest-tweets {
    background: #eb4f4e;
  }
  .description {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .description__header {
    margin-top: 30px;
    text-align: center;
    font-size: 6vw;
  }
  .description__header_big {
    font-size: 8vw;
    font-weight: 700;
    word-spacing: 5px;
  }
  .description__header_gray {
    color: #616161;
  }
  .description__sub-header {
    margin-top: 10px;
    text-align: center;
    font-size: 3vw;
  }
  .description__sub-header_orange {
    color: #d94948;
  }
  .description__sub-header_black {
    color: #232324;
  }
  .description__sub-header_green {
    color: #61af66;
  }
  .description__content {
    position: relative;
    width: 100%;
    margin-top: 35px;
    display: block;
  }
  .bullet__column {
    width: 45%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0px;
    border-radius: 6px;
    margin-bottom: 20px;
    background: #1a1a1a;
  }
  .bullet__title {
    text-align: center;
    font-size: 30px;
  }
  .bullet__sub-title {
    font-size: 20px;
    text-align: center;
    color: #d94948;
  }
  .man__column {
    background: #fff;
    width: 45%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0px;
    border-radius: 6px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 18px 2px rgba(35, 35, 36, 0.05);
    -moz-box-shadow: 0px 0px 18px 2px rgba(35, 35, 36, 0.05);
    box-shadow: 0px 0px 18px 2px rgba(35, 35, 36, 0.05);
  }
  .man__name {
    text-align: center;
    color: #61af66;
    font-size: 30px;
    margin-top: 15px;
  }
  .man__profession {
    text-align: center;
    color: #e74c3c;
    font-size: 20px;
    margin-top: 10px;
  }
  .follow__button {
    margin-top: 15px;
    padding: 10px 65px;
    background: #6cc372;
    background-image: url("../images/tweeter-icon.svg");
    background-repeat: no-repeat;
    background-position: 10px 12px;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 3px;
    border-radius: 4px;
  }
  .follow__button:hover {
    background-color: #49b350;
  }
  .swiper-slide_slider2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .swiper-slide__image {
    width: 80%;
  }
  .swiper-slide__title {
    margin-top: 15px;
    font-size: 30px;
    color: #000;
  }
  .orders__column {
    position: relative;
    width: 80%;
    margin: 15px;
    top: 0;
  }
  .order__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .order__top-title {
    font-size: 40px;
    color: #616161;
    margin-top: 10px;
  }
  .order__top-title_orange {
    color: #eb4f4e;
  }
  .order__top-sub-title {
    font-size: 20px;
    color: #eb4f4e;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
  }
  .order__top-sub-title_gray {
    color: #232324;
  }
  .order__middle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f0f0f0;
  }
  .order__middle-text {
    width: 100%;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0px;
    font-size: 18px;
    color: #616161;
  }
  .order__bottom {
    background: #616161;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: auto;
  }
  .order__bottom_orange {
    background: #eb4f4e;
  }
  .order__bottom-price {
    position: relative;
  }
  .order__price__sign {
    position: relative;
    top: -15px;
    left: 0px;
    font-size: 32px;
    font-weight: 700;
  }
  .order__price__value {
    font-size: 64px;
  }
  .order__price__month {
    font-size: 25px;
  }
  .order__button-link {
    font-size: 21px;
    background: #fff;
    color: #616161;
    padding: 5px 30px;
    border-radius: 5px;
    text-decoration: none;
  }
  .order__button-link_orange {
    color: #eb4f4e;
  }
  .order__button-link:hover {
    text-decoration: underline;
  }
  .order__more-plans {
    text-align: center;
    font-size: 20px;
    color: #eb4f4e;
    margin-bottom: 15px;
    height: auto;
    top: 0;
  }
  .tweet-wrapper {
    width: 80%;
    margin-top: 40px;
  }
  .twitter-tweet {
    font-style: italic;
    font-size: 20px;
    color: #232324;
  }
  .twitter__message {
    font-size: 20px;
  }
  .twitter__link {
    font-size: 20px;
    color: #232324;
  }
  .copyright {
    background: #232324;
    padding: 10px 10px;
  }
  .copyright__element {
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
  }
  .copyright__element_red {
    color: #eb4f4e;
  }
  .social__element {
    display: inline-block;
    margin-right: 10px;
    margin-left: 0;
  }
  .social__element:last-child {
    margin-right: 0;
  }
  .social__link {
    width: 30px;
    height: 30px;
    background-color: #eb4f4e;
    display: block;
    background-repeat: no-repeat;
    border-radius: 3px;
  }
  .contacts {
    border-radius: 0;
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(5, 5, 5, 0.8);
  }
  .contacts__title {
    font-size: 40px;
    margin-top: 15px;
  }
  .contacts__email,
  .contacts__address {
    margin-top: 15px;
    font-size: 30px;
    color: #eb4f4e;
  }
}
