@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;
}/*# sourceMappingURL=style.css.map */