@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

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

/*--------------------*/
/*Переменные*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #f5f3f4;
  color: rgba(18, 16, 12, 0.7);
}

h2 {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 700;
  color: #12100c;
  text-align: center;
}

h3 {
  font-size: 32px;
  color: #12100c;
  font-weight: 700;
  line-height: 1.25;
}

p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
}

.container {
  max-width: 1340px;
  padding: 0 15px;
  margin: 0 auto;
}

.container__right {
  max-width: 1638px;
  padding: 0 15px;
}

.nav__mobile,
.menu__btn {
  display: none;
}

.header-container {
  max-width: 1406px;
  margin: 0 auto;
  padding: 20px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  height: 40px;
}
.header__btn,
.header .mobile-login__btn {
  color: #f9f9f9;
  background-color: #12100c;
  padding: 6px 23px;
  border-radius: 12px;
  transition: background-color 0.3s;
}
.header__btn:hover,
.header__btn .mobile-login__btn:hover,
.header .mobile-login__btn:hover,
.header .mobile-login__btn .mobile-login__btn:hover {
  background-color: rgba(18, 16, 12, 0.7);
  box-shadow: 0 0 2px #12100c;
}

.nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 48px;
  column-gap: 48px;
}
.nav__item a,
.nav__item .nav__mobile ul li a {
  color: rgba(18, 16, 12, 0.7);
  transition: 0.2s;
  position: relative;
}
.nav__item a.active,
.nav__item .nav__mobile ul li a.active {
  color: #fc6d26;
}
.nav__item a:hover,
.nav__item .nav__mobile ul li a:hover {
  color: #12100c;
}
.nav__item a::after,
.nav__item .nav__mobile ul li a::after {
  display: block;
  content: "";
  background-color: #fc6d26;
  height: 2px;
  width: 0%;
  left: 50%;
  position: absolute;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  transform: translateX(-50%);
}
.nav__item a:hover::after,
.nav__item a :focus::after,
.nav__item .nav__mobile ul li a:hover::after,
.nav__item .nav__mobile ul li a :focus::after {
  width: 100%;
}
.nav__item:first-child {
  margin-left: 0;
}
.nav__item:last-child {
  margin-right: 0;
}

.always {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 52px;
  margin-bottom: 18px;
}
.always__left {
  text-align: left;
}
.always__title {
  font-size: 80px;
  font-weight: 700;
  color: #12100c;
  line-height: 1.2;
  margin-bottom: 39px;
}
.always__desc {
  margin-bottom: 48px;
}
.always__divbtn {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.always__btn {
  font-size: 18px;
  font-weight: 700;
  color: #12100c;
  background-color: #ffae33;
  padding: 12px 46px;
  border-radius: 16px;
  margin-right: 24px;
  transition: all 0.3s;
}
.always__btn:hover {
  background-color: #fc6d26;
  box-shadow: 0 0 10px #fc6d26;
  color: white;
}
.always__text {
  font-size: inherit;
}
.always__divicon {
  max-width: 158px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.always__right {
  width: 48%;
}
.always__img {
  max-width: 630px;
  width: 100%;
}

.project {
  padding: 150px 0;
}
.project__title span {
  color: #999795;
  font-weight: 400;
  text-decoration: line-through;
}

.fordev {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 150px;
}
.fordev__left {
  max-width: 50%;
  padding: 56px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  -moz-column-row: 30px;
  row-gap: 30px;
  min-height: 472px;
}
.fordev__text {
  padding-top: 8px;
}
.fordev__link {
  color: #12100c;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.15;
  padding: 12px 24px;
  border-radius: 10px;
  transition: 0.2s ease-in-out;
}
.fordev__link:hover {
  box-shadow: 0 0 8px rgba(18, 16, 12, 0.5);
}
.fordev__link_orange {
  background-color: #ffae33;
  margin-right: 16px;
}
.fordev__link_orange:hover {
  background-color: #fca624;
}
.fordev__link_pink {
  background-color: #ffb0ae;
}
.fordev__link_pink:hover {
  background-color: #fc8886;
}
.fordev__right {
  width: 45%;
}
.fordev__right-img {
  max-width: 590px;
  width: 100%;
}

.design {
  text-align: center;
  margin-bottom: 100px;
}
.design__title {
  margin-bottom: 47px;
}
.design__img {
  margin-bottom: 49px;
  max-width: 1269px;
  width: 100%;
}
.design__text {
  display: inline-block;
  max-width: 877px;
  margin-bottom: 32px;
}
.design__btn {
  position: relative;
  font-size: 18px;
  line-height: 1.77;
  font-weight: 700;
  color: #12100c;
  background-color: white;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 8px 12px 8px 46px;
  border: 1px solid rgba(18, 16, 12, 0.2);
  transition: 0.4s;
}
.design__btn:hover {
  box-shadow: 0 0 10px rgba(18, 16, 12, 0.9);
}
.design__btn_chrome {
  margin-right: 17px;
}
.design__btn_chrome::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../media/icon/chrome.png);
}
.design__btn_firefox::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../media/icon/firefox.png);
}

.reviews__title {
  margin-bottom: 48px;
  text-align: center;
}
.reviews__item {
  max-width: 384px;
  min-width: 290px;
  padding: 24px;
  background-color: white;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
}
.reviews__item_text, .reviews__item_login, .reviews__item_title, .reviews__item_position {
  font-size: inherit;
  line-height: inherit;
}
.reviews__item_author {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
}
.reviews__item_img {
  width: 48px !important;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
}
.reviews__item_title {
  color: #12100c;
  font-weight: 700;
}
.reviews__item_login {
  color: #12100c;
  font-weight: 700;
}
.reviews__collaboration {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 76px;
  max-width: 1140px;
  row-gap: 24px;
}
.reviews__collaboration_img {
  width: 138px;
  margin: 0 12px;
}
.reviews__collaboration_img:first-child {
  margin-left: 0;
}
.reviews__collaboration_img:last-child {
  margin-right: 0;
}

.started {
  padding: 150px 0;
}
.started__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 48px;
  -moz-column-gap: 26px;
  column-gap: 26px;
}
.started__item {
  max-width: 642px;
  width: 100%;
  height: 660px;
  background-color: white;
  padding: 56px 56px 86px 56px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.started__text {
  text-align: center;
  padding-bottom: 8px;
}
.started__desc {
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  max-width: 486px;
}
.started__desc span {
  background-color: #ffe4bc;
  border-radius: 12px;
  padding: 0 16px;
}
.started__btn {
  position: relative;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  color: white;
  align-items: center;
  padding-left: 77px;
  width: 262px;
  height: 46px;
  border-radius: 12px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  margin: 8px;
  transition: 0.3s ease;
}
.started__btn:hover {
  box-shadow: 0 0 8px rgba(18, 16, 12, 0.5);
}
.started__btn_gitlab {
  background-color: #fc6d26;
  margin-top: 64px;
}
.started__btn_gitlab::before {
  position: absolute;
  left: 33px;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../media/icon/iconfirebtn.png);
}
.started__btn_github {
  background-color: black;
}
.started__btn_github::before {
  position: absolute;
  left: 33px;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../media/icon/icongitbtn.png);
}
.started__btn_bit {
  background-color: #2684ff;
  margin-bottom: 64px;
}
.started__btn_bit::before {
  position: absolute;
  left: 33px;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../media/icon/iconbitbtn.png);
}
.started__launch .started__desc {
  padding-top: 8px;
  margin-bottom: 32px;
}
.started__example {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  max-width: 530px;
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 12px;
  padding-left: 16px;
  margin-bottom: 12px;
}
.started__example:first-child {
  margin-top: 32px;
}
.started__example:last-child {
  margin-bottom: 0;
}
.started__link {
  background-color: #12100c;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: white;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.14;
  border-radius: 12px;
  transition: 0.3s;
}
.started__link:hover {
  box-shadow: 0 0 8px rgba(18, 16, 12, 0.8);
}
.started__icon {
  position: relative;
  padding-left: 43px;
  font-size: 20px;
  line-height: 1;
}
.started__icon::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
}
.started__t::before {
  background-image: url(../media/icon/iconts.png);
}
.started__p::before {
  background-image: url(../media/icon/iconpyton.png);
}
.started__g::before {
  background-image: url(../media/icon/icongo.png);
}
.started__r::before {
  background-image: url(../media/icon/iconrust.png);
}
.started__j::before {
  background-image: url(../media/icon/iconjava.png);
}
.started__s::before {
  background-image: url(../media/icon/iconsvelte.png);
}

footer {
  background-color: #f9f9f9;
  height: 460px;
}

.footer {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 24px 0;
}
.footer__icon {
  display: flex;
}
.footer__column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
}
.footer__item {
  max-width: 105px;
}
.footer__link {
  margin-bottom: 8px;
}
.footer__link:last-child {
  margin-bottom: 0;
}
.footer__link:first-child a {
  font-weight: 700;
  color: #12100c;
}
.footer__link:first-child a::after {
  height: 0;
}
.footer__link a {
  color: rgba(18, 16, 12, 0.7);
  font-size: 13px;
  line-height: 1.5;
  transition: 0.2s;
  position: relative;
}
.footer__link a::after {
  display: block;
  content: "";
  background-color: #fc6d26;
  height: 2px;
  width: 0%;
  left: 50%;
  position: absolute;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  transform: translateX(-50%);
}
.footer__link a:hover::after,
.footer__link a :focus::after {
  width: 100%;
}
.footer__row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 33px;
}
.footer__row::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 95%;
  height: 2px;
  background-color: #ece7e5;
}
.footer__row img {
  width: 24px;
  height: 24px;
}
.footer__copyr {
  display: flex;
  align-items: center;
}
.footer__copyr > p {
  font-size: 13px;
}
.footer__copyr > img {
  margin-right: 8px;
}
.footer__img {
  margin-right: 16px;
  transition: 0.3s;
}
.footer__img:hover {
  border-radius: 50%;
  box-shadow: 0 0 10px #fc6d26;
}
.footer__img:last-child {
  margin-right: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  display: flex;
  display: flex;
}

@keyframes menumobile {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes menumobileclose {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@media screen and (max-width: 967px) {
  .header-logo {
    height: 35px;
  }
  .nav__list {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .always__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
  p {
    font-size: 20px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  .always__btn {
    font-size: 14px;
  }
  .project {
    padding: 50px 0;
  }
  .fordev {
    margin-bottom: 50px;
  }
  .fordev__left {
    min-height: auto;
    padding: 0;
  }
  .design {
    margin-bottom: 50px;
  }
  .design__title, .design__img {
    margin-bottom: 20px;
  }
  .always__divicon {
    -moz-column-gap: 20px;
    column-gap: 20px;
    max-width: 144px;
  }
  .started__desc,
  .started__icon {
    font-size: 18px;
  }
  .started__item {
    padding: 26px;
    height: 550px;
  }
  .reviews__collaboration {
    padding-top: 30px;
  }
  .started {
    padding: 50px 0;
  }
}
@media screen and (max-width: 910px) {
  .started__row {
    flex-wrap: wrap;
    -moz-row-gap: 20px;
    row-gap: 20px;
    justify-content: center;
    padding-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .nav__desktop,
  .header__btn {
    display: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .nav__mobile {
    display: none;
    opacity: 0;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 100px;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    max-width: 320px;
    height: 100%;
    z-index: 5;
    animation: menumobileclose 0.4s ease-in-out;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-animation: menumobileclose 0.4s ease-in-out;
  }
  .nav__mobile.active {
    display: flex;
    opacity: 1;
    width: 100%;
    animation: menumobile 0.4s ease-in-out;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-animation: menumobile 0.4s ease-in-out;
  }
  .nav__mobile ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .nav__mobile ul li a {
    color: white;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .nav__mobile ul li a.active {
    color: #fc6d26;
  }
  .nav__mobile ul li a:hover {
    color: #12100c;
  }
  .mobile-login__btn {
    margin-top: 20px;
  }
  .menu__btn {
    display: block;
    cursor: pointer;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    position: fixed;
    right: 15px;
    top: 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }
  .menu__btn-item {
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .menu__btn-item:nth-child(1) {
    transform: translate(3px, 14px) rotate(0);
    -webkit-transform: translate(3px, 14px) rotate(0);
    -moz-transform: translate(3px, 14px) rotate(0);
    -ms-transform: translate(3px, 14px) rotate(0);
    -o-transform: translate(3px, 14px) rotate(0);
  }
  .menu__btn-item:nth-child(2) {
    opacity: 1;
    transform: translate(3px, 19px) rotate(0);
    -webkit-transform: translate(3px, 19px) rotate(0);
    -moz-transform: translate(3px, 19px) rotate(0);
    -ms-transform: translate(3px, 19px) rotate(0);
    -o-transform: translate(3px, 19px) rotate(0);
  }
  .menu__btn-item:nth-child(3) {
    transform: translate(3px, 9px) rotate(0);
    -webkit-transform: translate(3px, 9px) rotate(0);
    -moz-transform: translate(3px, 9px) rotate(0);
    -ms-transform: translate(3px, 9px) rotate(0);
    -o-transform: translate(3px, 9px) rotate(0);
  }
  .menu__btn.active {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .menu__btn.active .menu__btn-item:nth-child(1) {
    background-color: #fff;
    transform: rotate(45deg) translate(13px, 8px);
    -webkit-transform: rotate(45deg) translate(13px, 8px);
    -moz-transform: rotate(45deg) translate(13px, 8px);
    -ms-transform: rotate(45deg) translate(13px, 8px);
    -o-transform: rotate(45deg) translate(13px, 8px);
  }
  .menu__btn.active .menu__btn-item:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .menu__btn.active .menu__btn-item:nth-child(3) {
    background-color: #fff;
    transform: rotate(-45deg) translate(-8px, 13px);
    -webkit-transform: rotate(-45deg) translate(-8px, 13px);
    -moz-transform: rotate(-45deg) translate(-8px, 13px);
    -ms-transform: rotate(-45deg) translate(-8px, 13px);
    -o-transform: rotate(-45deg) translate(-8px, 13px);
  }
  .project {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .project {
    display: flex;
    justify-content: center;
  }
  .project__title {
    max-width: 500px;
  }
  .always {
    padding-top: 0;
    margin-bottom: 0;
  }
  .always__title {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .always__desc {
    margin-bottom: 30px;
  }
  .always__right {
    width: 35%;
  }
  .always__btn {
    padding: 6px 28px;
  }
  .always__divicon {
    justify-content: stretch;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  p,
  body,
  .started__desc,
  .started__icon,
  .reviews__item,
  .always__btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .always {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .always__left {
    width: 100%;
  }
  .always__right {
    width: 70%;
  }
  .design__btn {
    font-size: 16px;
  }
  .fordev {
    flex-wrap: wrap;
    justify-content: center;
  }
  .fordev__left {
    margin-bottom: 30px;
  }
  .fordev__right {
    width: 60%;
  }
  .fordev__left, .fordev__right {
    max-width: 500px;
  }
}
@media screen and (max-width: 450px) {
  .always__icon {
    width: 24px;
    height: 24px;
  }
  .fordev__link {
    padding: 10px 14px;
  }
  .fordev__link__orange {
    margin-right: 10px;
  }
  .fordev__right {
    width: 90%;
  }
  .design__btn {
    width: 210px;
    margin: 0 auto;
  }
  .design__btnrow {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .design__btn_firefox::before, .design__btn_chrome::before {
    left: 10px;
  }
  .started__item {
    height: auto;
  }
  .started__example {
    flex-direction: column;
    row-gap: 15px;
  }
  .footer__column {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .footer__item {
    width: 45%;
    max-width: 100%;
  }
  .footer__row {
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 15px;
    padding: 30px 10px;
  }
}/*# sourceMappingURL=media.css.map */