/* Mixins */
#footer .bottom-wrapper .social-list, #footer .top-wrapper .footer-list, .articles .articles-wrapper, .custumers-wrapper, .services-list, .portfolio-list, .awards .awards-list, .status, .bio .designer-list, .skills, .marked-list, .main-nav .navbar-nav > li, .main-nav .navbar-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ellipsis, .skills > li {
  max-width: 90%;
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

#footer .top-wrapper .footer-list > li a, .portfolio-list > li a, .skills > li a, .marked-list > li a, .main-nav .navbar-nav a {
  position: relative;
}
.active #footer .top-wrapper .footer-list > li a:before, #footer .top-wrapper .footer-list > li .active a:before, .active .portfolio-list > li a:before, .portfolio-list > li .active a:before, .active .skills > li a:before, .skills > li .active a:before, .active .marked-list > li a:before, .marked-list > li .active a:before, .active .main-nav .navbar-nav a:before, .main-nav .navbar-nav .active a:before, #footer .top-wrapper .footer-list > li a:hover:before, .portfolio-list > li a:hover:before, .skills > li a:hover:before, .marked-list > li a:hover:before, .main-nav .navbar-nav a:hover:before {
  left: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
}
#footer .top-wrapper .footer-list > li a:before, .portfolio-list > li a:before, .skills > li a:before, .marked-list > li a:before, .main-nav .navbar-nav a:before {
  transition: visibility 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97), left 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97), right 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97);
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  background-color: currentColor;
  height: 1px;
  visibility: hidden;
  opacity: 0;
}

.embed-responsive {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
  line-height: 1.77;
  background-color: #f2f1ef;
  color: #161513;
  margin: 0;
}
@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h2 {
  font-size: 34px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h2 {
    font-size: 46px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 56px;
  }
}

h3 {
  font-size: 30px;
  line-height: 1.24;
}
@media (min-width: 768px) {
  h3 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 45px;
  }
}

h4 {
  font-size: 25px;
  line-height: 1.29;
}
@media (min-width: 768px) {
  h4 {
    font-size: 31px;
  }
}

h5 {
  font-size: 18px;
  line-height: 1.24;
}
@media (min-width: 768px) {
  h5 {
    font-size: 23px;
  }
}

h6 {
  font-size: 10px;
  line-height: 1.33;
}
@media (min-width: 768px) {
  h6 {
    font-size: 12px;
  }
}

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

.badge {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  min-height: 30px;
  background-color: #e94d35;
  color: white;
  line-height: 1;
  text-align: center;
  padding: 5px 12px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .badge {
    min-height: 40px;
  }
}

.container {
  width: 100%;
  max-width: 1090px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-lg {
  max-width: 1310px;
}

.section {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 50px 0;
  }
}

.title-box {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .title-box {
    margin-bottom: 55px;
  }
}
.title-box h3 {
  margin: 14px 0 9px;
}

.bg-color-black {
  background-color: #161513;
}

.color-white {
  color: white;
}

.row-reverse {
  flex-direction: row-reverse;
}

#header {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 10px 0;
}
#header .container-lg {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#header .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  max-width: 100px;
}
@media (min-width: 480px) {
  #header .logo {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  #header .logo {
    max-width: 100%;
  }
}
#header .btn {
  font-size: 14px;
  margin-right: 45px;
  height: 34px;
  border: 1px solid #161513;
  padding: 8px 20px;
}
@media (min-width: 768px) {
  #header .btn {
    font-size: 16px;
    height: 42px;
    border: 1px solid #161513;
    padding: 6px 31px;
    margin: 0;
  }
}

#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 22px;
}
#wrapper:after {
  transition: opacity 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97), z-index 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97), background 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97);
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  background-color: transparent;
}
@media (min-width: 768px) {
  #wrapper:after {
    display: none;
  }
}

.nav-active {
  overflow: hidden;
}
.nav-active #wrapper:after {
  opacity: 1;
  z-index: 1;
  background-color: rgba(51, 51, 51, 0.7);
}
.nav-active .main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  left: 0;
  z-index: 5;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .nav-active .main-nav {
    visibility: hidden;
    padding: 0;
  }
}
.nav-active .nav-opener span {
  opacity: 0;
  background-color: #000;
}
.nav-active .nav-opener:before, .nav-active .nav-opener:after {
  transform: rotate(-45deg);
  top: 50%;
  left: 0;
  right: 0;
  background-color: #000;
}
@media (min-width: 350px) {
  .nav-active .nav-opener:before, .nav-active .nav-opener:after {
    background-color: #fff;
  }
}
.nav-active .nav-opener:before {
  transform: rotate(45deg);
  background-color: #000;
}
@media (min-width: 350px) {
  .nav-active .nav-opener:before {
    background-color: #fff;
  }
}

.main-nav {
  transition: visibility 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97), right 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97), left 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97);
  position: fixed;
  width: 100%;
  top: 0;
  left: -250px;
  bottom: 0;
  background-color: #f2f1ef;
  height: 100vh;
  overflow-y: auto;
  visibility: hidden;
}
@media (min-width: 350px) {
  .main-nav {
    width: 250px;
  }
}
@media (min-width: 768px) {
  .main-nav {
    padding-top: 3px;
    width: 252px;
    position: static;
    height: auto;
    visibility: visible;
    overflow: visible;
    background-color: transparent;
  }
}
.main-nav .navbar-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  padding: 0;
}
@media (min-width: 768px) {
  .main-nav .navbar-nav {
    height: auto;
    flex-direction: row;
  }
}
.main-nav .navbar-nav > li {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .main-nav .navbar-nav > li {
    margin: 0 17px;
  }
}
.main-nav .navbar-nav a {
  color: #161513;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  font-size: 19px;
}
@media (min-width: 768px) {
  .main-nav .navbar-nav a {
    font-size: 16px;
    padding-bottom: 4px;
  }
}
.main-nav .navbar-nav a:hover {
  color: #e94d35;
}

.nav-opener {
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-indent: -9999px;
  z-index: 5;
}
@media (min-width: 768px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener:after, .nav-opener:before,
.nav-opener span {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background: #000;
  transition: all 0.3s;
}
.nav-opener:before {
  top: 0;
}
.nav-opener span {
  top: 50%;
}
.nav-opener:after {
  top: 100%;
}

.resize-active .navbar-nav,
.resize-active .main-nav {
  transition: none;
}

.marked-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  margin: 0 -10px 20px;
}
@media (min-width: 768px) {
  .marked-list {
    font-size: 23px;
    margin: 0 -25px 33px;
  }
}
.marked-list > li {
  position: relative;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .marked-list > li {
    padding: 0 25px;
  }
}
.marked-list > li::after {
  position: absolute;
  content: url(../icons/verySmallStar.svg);
  margin-left: 18px;
}
@media (max-width: 767px) {
  .marked-list > li::after {
    content: "";
  }
}
.marked-list > li:last-child:after {
  content: "";
}
.marked-list > li a {
  transition: opacity 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97), z-index 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97), color 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97);
  color: #161513;
  text-decoration: none;
  text-transform: uppercase;
}
.marked-list > li a:hover {
  color: #e94d35;
}

@media (max-width: 767px) {
  .promo {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
}
.promo .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (min-width: 1200px) {
  .promo .row {
    align-items: center;
  }
}
.promo .marked-list {
  margin-bottom: 32px;
  justify-content: center;
}
@media (min-width: 768px) {
  .promo .marked-list {
    justify-content: start;
  }
}
.promo h2 {
  text-transform: uppercase;
  margin: 0 0 32px;
}
.promo h2 img {
  display: none;
}
@media (min-width: 1200px) {
  .promo h2 img {
    display: inline;
  }
}
.promo-descr {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .promo-descr {
    width: 55%;
  }
}
.promo .box-img {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .promo .box-img {
    width: 45%;
  }
}
.promo .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .promo .buttons {
    justify-content: start;
    margin-bottom: 0;
  }
}

.skills {
  display: none;
  color: white;
}
@media (min-width: 768px) {
  .skills {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-5deg);
    background-color: #161513;
    font-size: 14px;
    margin: 26px -20px;
    padding: 16px 0;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .skills {
    margin: 46px -30px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .skills {
    margin: 56px -50px 83px;
  }
}
@media (min-width: 1024px) {
  .skills {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .skills {
    font-size: 18px;
  }
}
.skills > li {
  position: relative;
}
@media (min-width: 768px) {
  .skills > li {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .skills > li {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .skills > li {
    padding: 0 50px;
  }
}
.skills > li::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(../icons/verySmallStar.svg);
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {
  .skills > li::before {
    width: 20px;
    height: 20px;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .skills > li::before {
    right: 13px;
  }
}
.skills > li a {
  transition: opacity 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97), z-index 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97), color 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.skills > li a:hover {
  color: #e94d35;
}

.bio {
  min-height: 400px;
  padding: 20px 0;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .bio {
    min-height: 779px;
    padding: 0 0 73px;
  }
}
.bio .marked-list {
  margin: 0 -10px 10px;
}
@media (min-width: 768px) {
  .bio .marked-list {
    margin: 0 -25px 17px;
  }
}
.bio .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 30px;
}
@media (min-width: 768px) {
  .bio .row {
    flex-wrap: nowrap;
    margin: 0 -15px 83px;
  }
}
.bio .left,
.bio .right {
  padding: 0 15px;
}
.bio .left {
  width: 100%;
}
@media (min-width: 768px) {
  .bio .left {
    width: 42%;
  }
  .bio .left > li {
    display: block;
    height: auto;
    border: 2px solid #161513;
    padding: 10px;
    margin: 20px 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .bio .left > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px;
    margin: 23px 0;
  }
}
@media (min-width: 768px) {
  .bio .left > li .col {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 12px 0;
    margin: 10px 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .bio .left > li .col {
    text-align: left;
    align-items: center;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .bio .left > li .left {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .bio .left > li .right {
    display: flex;
    justify-content: flex-end;
    width: 205px;
  }
}
.bio .right {
  width: 100%;
}
@media (min-width: 768px) {
  .bio .right {
    width: 60%;
  }
}
.bio h2 {
  margin: 0 0 10px;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .bio h2 {
    margin: 0 0 21px;
  }
}
.bio p {
  margin-bottom: 17px;
}
.bio h4 {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .bio h4 {
    margin: 0 0 39px;
  }
}
.bio h6 {
  margin: 9px 0;
}
.bio .designer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .bio .designer-list {
    text-align: left;
  }
}
.bio .designer-list > li {
  padding: 0 15px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .bio .designer-list > li {
    margin-bottom: 0;
  }
}
.bio .designer-list h6 {
  color: #e94d35;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .bio .designer-list h6 {
    margin-bottom: 7px;
  }
}
.bio .designer-list span {
  font-size: 17px;
}
@media (min-width: 768px) {
  .bio .designer-list span {
    font-size: 23px;
  }
}

.status {
  display: flex;
  flex-wrap: wrap;
  max-width: 450px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .status {
    max-width: 100%;
    justify-content: center;
    padding: 29px 0 24px;
  }
}
.status > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 120px;
  text-align: center;
  padding: 15px;
  border: 1px solid #161513;
}
@media (min-width: 768px) {
  .status > li {
    width: 33.33%;
    min-height: 155px;
  }
}
.status .black {
  background-color: #161513;
  color: white;
}
.status .title,
.status .description {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}
.status .title {
  font-size: 40px;
  line-height: 1.03;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .status .title {
    font-size: 56px;
  }
}
.status .description {
  display: inline-block;
  font-size: 16px;
}

.awards {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .awards {
    padding: 25px 0 48px;
  }
}
@media (min-width: 768px) {
  .awards .title-box {
    margin-bottom: 61px;
  }
}
.awards .awards-list > li {
  display: block;
  height: auto;
  border: 2px solid #161513;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .awards .awards-list > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 15px;
    margin: 24px 0;
  }
}
.awards .awards-list > li .marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  color: #fff;
  background-color: #e94d35;
  text-align: center;
  margin: 0 15px 10px 0;
}
@media (min-width: 768px) {
  .awards .awards-list > li .marker {
    display: flex;
    min-width: 49px;
    height: 49px;
    margin: 0 23px 5px 0;
  }
}
.awards .awards-list > li .col {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px 0;
  margin: 5px 17px;
}
@media (min-width: 768px) {
  .awards .awards-list > li .col {
    justify-content: start;
    align-items: center;
    margin-bottom: 0;
  }
}
.awards .awards-list > li .left {
  width: auto;
}
@media (min-width: 768px) {
  .awards .awards-list > li .left {
    width: 70%;
  }
}
.awards .awards-list > li .right {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .awards .awards-list > li .right {
    justify-content: flex-end;
    width: 205px;
  }
}
.awards h5 {
  margin: 0;
}
.awards p {
  margin: 0;
}
.awards .for-what {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .awards .for-what {
    font-size: 16px;
    margin-right: 17px;
  }
}
.awards .year {
  font-size: 13px;
}
@media (min-width: 768px) {
  .awards .year {
    font-size: 16px;
  }
}

.portfolio {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .portfolio {
    padding: 50px 0 55px;
  }
}
.portfolio h3 {
  margin: 14px 0 16px;
}
@media (min-width: 768px) {
  .portfolio .title-box {
    margin-bottom: 59px;
  }
}
.portfolio-list {
  margin: 0 auto;
}
@media (min-width: 480px) {
  .portfolio-list {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .portfolio-list {
    max-width: 100%;
  }
}
.portfolio-list > li {
  display: block;
}
@media (min-width: 768px) {
  .portfolio-list > li {
    display: flex;
    border: none;
    padding: 0;
    margin: 0 -21px 94px;
  }
}
@media (min-width: 768px) {
  .portfolio-list > li:last-child {
    margin: 0 -21px 0;
  }
}
@media (min-width: 768px) {
  .portfolio-list > li .embed-responsive,
.portfolio-list > li .descr {
    margin: 0 21px;
  }
}
@media (min-width: 768px) {
  .portfolio-list > li .embed-responsive {
    max-width: 460px;
    padding-bottom: 28%;
  }
}
.portfolio-list > li .descr {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .portfolio-list > li .descr {
    padding: 22px 0;
  }
}
.portfolio-list > li .descr h2,
.portfolio-list > li .descr h3,
.portfolio-list > li .descr h4 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .portfolio-list > li .descr h2,
.portfolio-list > li .descr h3,
.portfolio-list > li .descr h4 {
    margin-bottom: 50px;
  }
}
.portfolio-list > li .left-text {
  max-width: 556px;
}
.portfolio-list > li a {
  color: black;
  text-decoration: none;
  font-size: 16px;
}
@media (min-width: 768px) {
  .portfolio-list > li a {
    font-size: 20px;
  }
}

.services {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .services {
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  .services .title-box {
    margin-bottom: 35px;
  }
}
.services .title-box h3 {
  margin: 13px 0 18px;
}
.services-list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .services-list {
    margin: 0 -15px;
  }
}
.services-list > li {
  width: 100%;
  padding: 10px 0;
}
@media (min-width: 480px) {
  .services-list > li {
    padding: 10px 10px;
  }
}
@media (min-width: 768px) {
  .services-list > li {
    width: 50%;
    padding: 15px 20px 5px;
    margin: 10px 0;
  }
}
.services-list > li .wrapper {
  padding: 10px 20px;
  border: 2px solid #161513;
}
@media (min-width: 768px) {
  .services-list > li .wrapper {
    padding: 33px 33px 10px;
  }
}
.services-list > li h4 {
  margin: 0 0 27px;
}

.custumers {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .custumers {
    padding: 86px 0 74px;
  }
}
@media (min-width: 768px) {
  .custumers .title-box {
    margin-bottom: 60px;
  }
}
.custumers-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .custumers-wrapper {
    display: grid;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
  }
}
.custumers-wrapper > li {
  transition: background-color 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 98px;
  text-align: center;
  border: 1px solid #161513;
  padding: 20px 0;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .custumers-wrapper > li {
    margin: 0;
  }
}
.custumers-wrapper > li:hover {
  background-color: #e94d35;
}

.articles {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .articles {
    margin-bottom: 52px;
  }
}
@media (min-width: 768px) {
  .articles .title-box {
    margin-bottom: 94px;
  }
}
.articles .title-box h3 {
  margin: 13px 0 25px;
}
.articles .articles-wrapper .descr {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #161513;
  padding: 0 10px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .articles .articles-wrapper .descr {
    text-align: left;
    align-items: center;
    padding: 0 17px;
    margin-bottom: 100px;
  }
}
.articles .articles-wrapper .descr p {
  font-size: 16px;
  width: 100%;
  padding: 0 10px;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .articles .articles-wrapper .descr p {
    width: 50%;
    line-height: 1.5;
    margin: 6px 0;
  }
}
.articles .articles-wrapper .descr h5 {
  margin: 0;
  line-height: 1.39;
}
.articles .articles-wrapper .date {
  font-size: 16px;
  text-transform: uppercase;
  color: #e94d35;
}
.articles .articles-wrapper .news {
  width: 100%;
  padding: 0 15px;
  margin: 10px 0 8px;
}
@media (min-width: 768px) {
  .articles .articles-wrapper .news {
    width: 50%;
    margin-bottom: 8px;
  }
}
.articles .btn {
  font-size: 15px;
  text-transform: capitalize;
  height: 40px;
  width: 100%;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .articles .btn {
    font-size: 20px;
    height: 58px;
    padding: 10px 15px;
  }
}
.articles .big-star {
  display: none;
}
@media (min-width: 768px) {
  .articles .big-star {
    position: absolute;
    bottom: 129px;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .articles .big-star {
    display: block;
  }
}

.subcribe {
  display: flex;
  background-color: #e6e3de;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .subcribe {
    padding: 60px 0;
  }
}
.subcribe .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .subcribe .container {
    justify-content: space-between;
    align-items: center;
  }
}
.subcribe .descr {
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .subcribe .descr {
    font-size: 23px;
    margin: 0 15px 0 0;
  }
}
.subcribe .mail-form {
  display: flex;
  width: 518px;
}
.subcribe .mail-form input {
  min-height: 35px;
  width: 100%;
  border: 2px solid #161513;
  font-size: 18px;
  background-color: transparent;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .subcribe .mail-form input {
    height: 56px;
    padding: 0 20px;
    margin-right: 24px;
    font-size: 22px;
  }
}
.subcribe .mail-form input::-moz-placeholder {
  color: #161513;
  font-size: 15px;
}
.subcribe .mail-form input:-ms-input-placeholder {
  color: #161513;
  font-size: 15px;
}
.subcribe .mail-form input::placeholder {
  color: #161513;
  font-size: 15px;
}
@media (min-width: 768px) {
  .subcribe .mail-form input::-moz-placeholder {
    font-size: 23px;
    line-height: 23px;
  }
  .subcribe .mail-form input:-ms-input-placeholder {
    font-size: 23px;
    line-height: 23px;
  }
  .subcribe .mail-form input::placeholder {
    font-size: 23px;
    line-height: 23px;
  }
}
.subcribe .mail-form .btn {
  width: 100px;
  height: 35px;
}
@media (min-width: 768px) {
  .subcribe .mail-form .btn {
    width: 140px;
    height: 56px;
    font-size: 23px;
  }
}

#footer {
  display: flex;
  align-items: center;
  background-color: #161513;
  padding: 20px 0 15px;
}
@media (min-width: 768px) {
  #footer {
    padding: 66px 0 11px;
  }
}
#footer .container {
  text-align: center;
}
@media (min-width: 768px) {
  #footer .container {
    text-align: left;
  }
}
#footer .top-wrapper {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #footer .top-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 46px;
  }
}
#footer .top-wrapper .footer-list {
  justify-content: center;
}
@media (min-width: 768px) {
  #footer .top-wrapper .footer-list {
    display: flex;
    align-items: center;
  }
}
#footer .top-wrapper .footer-list > li {
  margin: 15px 0;
}
@media (min-width: 768px) {
  #footer .top-wrapper .footer-list > li {
    margin: 0 26px;
  }
}
#footer .top-wrapper .footer-list > li a {
  transition: color 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97);
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
#footer .top-wrapper .footer-list > li a:hover {
  color: #e94d35;
}
#footer .bottom-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  #footer .bottom-wrapper {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#footer .bottom-wrapper .copyright {
  display: inline-block;
  font-size: 12px;
  color: #f2f1ef;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #footer .bottom-wrapper .copyright {
    font-size: 14px;
  }
}
#footer .bottom-wrapper .social-list {
  display: flex;
  margin: 0 -8px 15px;
}
#footer .bottom-wrapper .social-list > li {
  transition: border 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97), padding 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97);
  height: 30px;
  width: 30px;
  border: 1px solid #969186;
  border-radius: 50px;
  text-align: center;
  padding: 4px;
  margin: 0 8px;
}
@media (min-width: 768px) {
  #footer .bottom-wrapper .social-list > li {
    height: 40px;
    width: 40px;
  }
}
#footer .bottom-wrapper .social-list > li:hover {
  border: 1px solid #e94d35;
  padding: 2px;
}

.btn {
  transition: background 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
  color: white;
  border: none;
  border: 1px solid #161513;
  text-decoration: none;
  font-size: 13px;
  cursor: pointer;
  font-size: 13px;
  padding: 10px 26px;
  height: 35px;
}
@media (min-width: 768px) {
  .btn {
    font-size: 16px;
    height: 51px;
    padding: 10px 36px;
  }
}
.btn.btn-outline-primary {
  transition: background 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97), color 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97);
  background-color: #f2f1ef;
  color: #161513;
}
.btn.btn-outline-primary:hover {
  background-color: #161513;
  color: white;
}
.btn.btn-primary {
  transition: background 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97), color 0.3s cubic-bezier(0.44, 1.01, 0.71, 0.97);
  background-color: #161513;
  color: white;
}
.btn.btn-primary:hover {
  background-color: #312f2b;
}/*# sourceMappingURL=style.css.map */