html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  /* font-family: 'Merriweather', serif; */
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  /* font-family: 'Raleway', sans-serif; */
}


.container {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 10px;
}

.title {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: -1.6500000953674316px;
  color: #242121;
  padding-bottom: 18px;
  position: relative;
  align-self: flex-start;
}

.title::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #FCBB08;
}

.header__top-inner {
  padding-bottom: 29px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.header__top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 4;
}

.menu__btn {
  display: none;
}

.menu__list {
  display: flex;
}

.menu__list-item+.menu__list-item {
  margin-left: 32px;
}

.menu__list-item {
  transition: all .3s;
}

.menu__list-link {
  padding: 0 9px 9px;
  color: rgb(55, 58, 57);
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.6px;
  transition: all .3s;
  border-bottom: 2px solid transparent;
}

.menu__list-link:hover {
  border-bottom: 2px solid #FCBB08;
  transition: all .3s;
}

.header__content {
  background-image: url(../images/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 90px;
}

.header__content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 90px);
  justify-content: space-between;
}

.header__title {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 72px;
  font-weight: 500;
  line-height: 88px;
  margin-bottom: 20px;
  margin-top: auto;
  padding-top: 130px;
}

.header__subtitle {
  color: rgb(252, 187, 8);
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: auto;
}

.header__icon {
  margin-bottom: 62px;
}


.about {
  background-color: #F6F8FA;
  padding: 150px 0 144px;
}

.about__inner {
  display: flex;
  justify-content: space-between;
}

.about__title {
  font-size: 48px;
}

.about__text p {
  max-width: 770px;
  margin-bottom: 16px;
}

.expertise {
  padding: 140px 0 160px;
}

.expertise__title {
  margin-bottom: 90px;
}

.expertise__inner {
  display: flex;
  margin-bottom: 110px;
}

.expertise__info {
  width: 370px;
  margin-right: 30px;
  flex: none;
  margin-top: 10px;
}

.expertise__info-item {
  border-top: 2px solid #1D1D1D;
  padding: 2px 0 28px;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  color: #1D1D1D;
  position: relative;
}

.expertise__info-item span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 7px;
}

.expertise__info-item span::before {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #F0F0F0;
  right: -7px;
  width: 100%;
  top: -2px;
}

.expertise__text p {
  margin-bottom: 25px;
}

.expertise__items {
  display: flex;
  justify-content: space-between;
}

.expertise__item {
  width: 370px;
  padding-left: 85px;
  position: relative;
}

.expertise__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 50px;
  height: 55px;
  background-repeat: no-repeat;
}

.expertise__item--design::before {
  background-image: url(../images/design-icon.svg);
}

.expertise__item--dev::before {
  background-image: url(../images/monitor-icon.svg);
}

.expertise__item--marketing::before {
  background-image: url(../images/speaker-icon.svg);
}

.expertise__item-title {
  font-family: 'Raleway', sans-serif;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 4.289999961853027px;
  margin-bottom: 14px;
}

.expertise__item-text {
  color: #777777;
}

.magic {
  background-color: #F6F8FA;
  background-image: url('../images/magic-bg.jpg');
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: left 82%;
}

.magic__inner {
  max-width: 470px;
  margin-left: auto;
  padding: 100px 0 190px;
}

.magic__title {
  margin-bottom: 65px;
}

.magic__text p {
  margin-bottom: 25px;
}

.portfolio {
  padding: 140px 0 165px;
}

.portfolio__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}

.portfolio__content {
  column-count: 4;
  column-gap: 22px;
  margin-bottom: 70px;
}

.portfolio__btn {
  background-color: transparent;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 2px;
  color: #333;
  padding: 0 5px 5px;
  transition: all .3s;
  border-bottom: 2px solid transparent;
}

.portfolio__btn.mixitup-control-active {
  border-bottom: 2px solid #FCBB08;
}

.portfolio__btn:hover {
  border-bottom: 2px solid #FCBB08;
  cursor: pointer;
}

.portfolio__btn+.portfolio__btn {
  margin-left: 25px;
}

.portfolio__item {
  margin-bottom: 22px;
  position: relative;
}

.portfolio__item img {
  width: 100%;
}

.portfolio__item:hover .portfolio__item-link {
  opacity: 1;
}

.portfolio__item-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1.399999976158142px;
  color: #FFFFFF;
  background-color: #4C4A4A;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 12px solid rgba(255, 255, 255, 0.15);
  z-index: 10;
  opacity: 0;
  transition: all .3s;
}

.portfolio__add {
  display: block;
  color: #242121;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 1.2000000476837158px;
  text-align: center;
  text-transform: uppercase;
  padding: 42px 15px 41px;
  background-color: #F6F8FA;
  margin-bottom: 130px;
}

.portfolio__blockquote {
  max-width: 650px;
  margin: 0 auto 148px;
  color: #242121;
  font-family: 'Merriweather', sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  line-height: 36px;
  padding: 0 10px;
}

.portfolio__blockquote-author {
  display: block;
  margin-top: 50px;
  text-align: center;
  color: #9E9E9E;
  font-family: 'Merriweather', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
}

.portfolio__video {
  background-image: url('../images/video-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 325px;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 165px;
}

.portfolio__numbers {
  display: flex;
  justify-content: space-around;

}

.portfolio__numbers-item {
  color: #242121;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 73px;
}

.portfolio__numbers-item span {
  display: block;
  margin-top: 10px;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.slider-blog {
  background-color: #F6F8FA;
  padding: 115px 0;
}

.slider-blog__item {
  padding: 190px 0;
}

.slider-blog__inner .slick-next,
.slider-blog__inner .slick-prev {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slider-blog__inner .slick-prev {
  left: -95px;
}

.slider-blog__inner .slick-next {
  right: -95px;
}

.slider-blog__inner .slick-dots {
  display: flex;
}

.slider-blog__inner .slick-dots .slick-active button {
  opacity: 1;
  width: 10px;
  height: 10px;
  transform: translateY(-2px);
}

.slider-blog__inner .slick-dots li+li {
  margin-left: 13px;
}

.slider-blog__inner .slick-dots button {
  font-size: 0;
  padding: 0;
  border: none;
  background-color: #242121;
  opacity: 0.4;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.slider-blog__item-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
  color: #242121;
  max-width: 705px;
  margin-bottom: 10px;
  display: inline-block;
}

.slider-blog__item-desc {
  color: #373A39;
  max-width: 585px;
  font-weight: 300;
}

.team {
  padding: 120px 0 130px;
}

.team__title {
  margin-bottom: 100px;
}

.team__items {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.team__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin: 35px 0 12px;
  color: #333333;
}

.team__position {
  color: #373A39;
}

.pricing {
  background-color: #F6F8FA;
  padding: 145px 0 160px;
}

.pricing__title {
  margin-bottom: 90px;
}

.pricing__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.pricing__item {
  background-color: #fff;
  text-align: center;
  padding: 24px 25px 50px;
  width: 370px;
}

.pricing__item li {
  color: #242121;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  padding: 0 5px;
}

.pricing__item li + li {
  margin-top: 30px;
}

li.pricing__item-name {
  text-align: left;
  font-weight: 700;
  margin-bottom: 8px;
}

li.pricing__item-num {
  font-size: 80px;
  font-weight: 300;
  line-height: 109px;
  margin-bottom: 50px;
}

li.pricing__item-num sup {
  font-size: 40px;
  font-weight: 300;
  line-height: 54px;
  transform: translateY(-5px);
  display: inline-block;
}

.pricing__item-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 1.2000000476837158px;
  margin-top: 70px;
  display: block;
}

.clients {
  padding: 70px 0 90px;
}

.clients__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.connection {
  padding: 145px 0 160px;
  background-image: url('../images/connection-bg.jpg');
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: right;
}

.connection__title {
  margin-bottom: 80px;
}

.form {
  max-width: 570px;
}

.form input {
  border: none;
  border-bottom: 2px solid #373A39;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 0;
  margin-bottom: 16px;
}

.form input::placeholder,
.form textarea::placeholder {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 3.7090909481048584px;
  color: #B8B8B8;
}

.form textarea {
  resize: none;
  width: 100%;
  height: 155px;
  border: none;
  margin-top: 35px;
  border-bottom: 2px solid #373A39;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 700;
}

.form button {
  padding: 15px 70px;
  border: none;
  color: #fff;
  background-color: #242121;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 2px;
  cursor: pointer;
}

.footer__top {
  padding: 110px 10px 60px;
  background-color: #333;
  text-align: center;
}

.footer__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
  padding: 0 10px;
}

ul.footer__social-list {
  display: flex;
  justify-content: center;
  padding: 0 10px;
  margin-bottom: 65px;
}

.footer__social-item + .footer__social-item {
  margin-left: 30px;
}

.footer__social-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 4px;
  color: #fff;
}

.footer__contact {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 60px;
}

.footer__contact a {
  display: block;
  margin-bottom: 5px;
}

.go-top {
  display: inline-block;
}

.footer__copy {
  padding: 40px 10px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #ccc;
  background-color: #2A2C2B;
}




@media (max-width: 1440px) {
  .magic__inner {
    padding: 50px 0;
  }
  .slider-blog__inner .slick-prev {
    left: 0;
  }
  .slider-blog__inner .slick-next {
    right: 0;
  }
  .slider-blog__item {
    padding: 120px 60px;
  }
  .slider-blog__inner .slick-dots {
    margin-left: 60px;
  }
}


@media (max-width: 1200px) {
  .about,
  .expertise,
  .portfolio,
  .slider-blog,
  .team,
  .pricing,
  .connection {
    padding: 75px 0;
  }
  .about__inner {
    display: block;
  }
  .about__title,
  .team__title,
  .pricing__title,
  .connection__title {
    margin-bottom: 50px;
  }
  .about__text p {
    max-width: 100%;
  }
  .expertise__title {
    margin-bottom: 50px;
  }
  .portfolio__btn+.portfolio__btn {
    margin-left: 20px;
  }
  .team__items,
  .pricing__itemsб
  .clients__list {
    column-gap: 20px;
  }
}


@media (max-width: 992px) {
  .expertise__inner {
    display: block;
    margin-bottom: 75px;
  }
  .expertise__info {
    width: 100%;
    margin-right: 0;
  }
  .expertise__items {
    display: block;
  }
  .expertise__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .magic {
    background-image: none;
  }
  .magic__inner {
    margin-left: 0;
    max-width: 100%;
  }
  .magic__title {
    margin-bottom: 50px;
  }
  .portfolio__top {
    display: block;
    margin-bottom: 50px;
  }
  .portfolio__filter-btn {
    margin-top: 40px;
  }
  .portfolio__content {
    column-count: 3;
  }
  li.pricing__item-num {
    font-size: 60px;
  }
  li.pricing__item-num sup {
    font-size: 30px;
  }
  .connection {
    background-image: none;
  }
  .form {
    max-width: 100%;
  }
  .footer__logo {
    margin-bottom: 40px;
  }
  ul.footer__social-list {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .footer__social-item {
    width: 33.333%;
    margin-bottom: 25px;
  }
  .footer__social-item + .footer__social-item {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  body.lock {
    overflow: hidden;
  }
  .title {
    font-size: 48px;
    line-height: 60px;
  }
  .header__top {
    transition: all .3s;
  }
  .header__top-inner {
    align-items: center;
    padding-bottom: 5px;
  }
  .logo {
    z-index: 2;
    position: relative;
  }
  .menu__btn {
    z-index: 2;
  }
  ul.menu__list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    top: 89px;
    background-color: #000;
    display: block;
    text-align: center;
    transform: translateY(-1000px);
    transition: all .3s;
    padding: 15px 0;
  }
  .header.header--active .menu__list {
    transform: translateY(0);
    position: fixed;
  }
  .header.header--active .header__top {
    background-color: #000;
  }
  .header.header--active .header__top-inner {
    padding-bottom: 29px;
  }
  .header.header--active .header__top-inner path {
    fill: #fff;
  }
  .header.header--active .menu__btn rect {
    fill: #fff;
  }
  .menu__list-item+.menu__list-item {
    margin-left: 0;
  }
  .menu__list-link {
    display: block;
    padding: 15px 0;
    color: #fff;
  }
  .menu__btn {
    display: block;
    background-color: transparent;
    padding: 0;
    border: none;
    margin-top: 30px;
  }
  .header__title {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 10px;
  }
  .header__subtitle {
    font-size: 14px;
    line-height: 16px;
  }
  .portfolio__content {
    column-count: 2;
  }
  .portfolio__btn {
    display: block;
  }
  .portfolio__btn + .portfolio__btn {
    margin-left: 0;
    margin-top: 15px;
  }
  .portfolio__add {
    margin-bottom: 40px;
  }
  .portfolio__blockquote {
    margin-bottom: 40px;
  }
  .portfolio__video {
    margin-bottom: 75px;
  }
  .portfolio__numbers {
    flex-wrap: wrap;
  }
  .portfolio__numbers-item {
    width: 50%;
    margin-bottom: 40px;
  }
  .slider-blog__item {
    padding: 40px 0;
  }
  .slider-blog__inner .slick-dots {
    margin-left: 0;
  }
  .slider-blog__item-title {
    font-size: 24px;
    line-height: 32px;
  }
  .pricing__items {
    display: block;
  }
  ul.pricing__item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .pricing__item + .pricing__item {
    margin-top: 20px;
  }
  .clients__list {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .clients__list li {
    margin: 15px;
  }
  .footer__top {
    padding: 60px 10px;
  }
}


@media (max-width: 640px) {
  .team__items {
    display: block;
  }
  .team__item + .team__item {
    margin-top: 25px;
  }
  .team__item img {
    margin: 0 auto;
  }
}

@media (max-width: 440px) {
  .title {
    font-size: 28px;
    line-height: 42px;
  }
  .header__title {
    font-size: 36px;
    line-height: 44px;
  }
  .header__subtitle {
    font-size: 12px;
    line-height: 14px;
  }
  .expertise__item {
    padding-left: 60px;
  }
  .portfolio__content {
    column-gap: 15px;
  }
  .portfolio__item {
    margin-bottom: 15px;
  }
  .portfolio__numbers-item {
    width: 100%;
  }
  .footer__social-item {
    width: 50%;
  }
}

@media (max-width: 340px) {
  .expertise__item {
    padding-left: 0;
    padding-top: 60px;
  }
}