/* Null */
@import url(reset.css);

html, body {
   height: 100%;
   min-width: 320px;
}

.main {
   flex: 1 1 auto;
}

.wrapper {
   overflow: hidden;
   min-height: 100%;
   display: flex;
   flex-direction: column;
}

body {
   font-family: 'Roboto', sans-serif;
   background-color: #fff;
}

/* header -------------------------------------------------------------------------------------------------- */ 

.header {
   height: 81px;
   width: 100%;
   background-color: black;
   color: #fff;
   display: flex;
   justify-content: center;
}

.header__container {
   height: 81px;
   max-width: 1280px;
   padding: 0 40px;
   display: flex;
   flex: 1 1 auto;
   justify-content: center;
   align-items: center;
}

.header__nav {
   height: 81px;
   display: flex;
   flex-direction: row;
   align-items: center;
   flex: 1 1 100%;
}

.nav__logo {
   width: 13%;
   display: flex;
   justify-content: flex-start;
}

.nav__logo > img {
   width: 112px;
   height: 36px;
}

.nav__menu {
   height: 81px;
   width: 60%;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   border-left: 1px solid rgba(255, 255, 255, 0.12);
   border-right: 1px solid rgba(255, 255, 255, 0.12);

}

.nav-menu__email-block {
   display: flex;
   justify-content: flex-start;
   margin-left: 32px;
}

.nav-menu__email {
   width: 151px;
   height: 32px;
   background-color: rgba(255, 255, 255, 0.12);
   border-radius: 4px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.nav-menu__email > p {
   width: 135px;
   font-size: 1rem;
   font-weight: 400;
}

.nav__buttons {
   display: flex;
   justify-content: flex-end;
   padding-right: 20.2px;
}

.nav__buttons > li  {
   margin-right: 20.32px;
   font-size: 1rem;
   font-weight: 400;
}

.nav__buttons > li > img {
   padding-left: 4.32px;
}

.nav__user-panel {
   width: 27%;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
}

.user-panel__sign-up {
   display: flex;
   align-items: baseline;
   flex-direction: row;
   margin-left: 42px;
   padding-right: 10px;
   white-space: nowrap;
}

.user-panel__sign-up > img {
   width: 7.36px;
   height: 8.5px;
   padding-left: 6.32px;
}

.user-panel__button {
   width: 207px;
   height: 48px;
   background-color: #FF7143;
   border-radius: 6px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.user-panel__button > p {
   font-weight: 700;
   font-size: 1rem;
   color: black;
}

.user-panel__menu-hamburger {
   display: none;
}

.user-panel__mobile-menu {
   display: none;
}

/* main ----------------------------------------------------------------------------------------------------*/ 

.main {
   display: flex;
   flex-direction: column;
   align-items: center;
}

.main__start-section {
   height: 732px;
   width: 100%;
   background-color: #FF7143;
   display: flex;
   justify-content: center;
}

.main-start-section__container {
   height: 732px;
   max-width: 1247px;
   padding-left: 33px;
   display: flex;
   flex: 1 1 50%;
   justify-content: space-between;
}

.start-section__text-block, .sign-up__text-block {
   width: 50%;
   flex: 1 1 50%;
   flex-direction: column;
}

.text-block__upper {
   height: 50%;
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-top: 91px;
   margin-bottom: 100px;
}

.text-block-upper__heading {
   font-size: 4.5rem;
   font-weight: 700;
   margin-bottom: 27px;
   text-align: center;
}

.text-block-upper__text {
   max-width: 310px;
   white-space: wrap;
   font-size: 1.125rem;
   text-align: center;
   margin-bottom: 22px;
}

.text-block-upper__buttons {
   display: flex;
   flex-direction: row;
}

.text-block-upper__button {
   width: 226px;
   height: 64px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 6px;
   font-size: 1.125rem;
   font-weight: 700;
}

.text-block-upper__button--left {
   margin-right: 4px;
   background-color: black;
   color: white;
}

.text-block-upper__button--right {
   margin-left: 4px;
   background-color: white;
   color: black;
}

.text-block__lower {
   height: 50%;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.text-block-lower__rating-stars {
   padding-bottom: 22.89px;
}

.text-block-lower__text {
   max-width: 368px;
   font-size: 1.25rem;
   font-weight: 700;
   color: #000000;
   text-align: center;
   margin-bottom: 16px;
}

.text-block-lower__ratings {
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
}

.text-block-lower__rating {
   font-size: 16px;
   color: #000000;
   margin-right: 5px;
}

.text-block-lower__reviews {
   font-size: 0.938rem;
   color: rgba(0, 0, 0, 0.6);
}

.start-section__image-block {
   width: 50%;
   display: flex;
   justify-content: flex-end;
   padding-right: 10px;
}

.main__container {
   max-width: 1280px;
   padding: 0 80px;
   display: flex;
   flex: 1 1 auto;
   flex-direction: column;
   align-items: center;
}


.main__advantages {
   display: flex;
   gap: 70px;
   flex-direction: row;
   flex: 1 1 33.333%;
   margin: 80px 0;
}

.advantages__element {
   width: 33.333%;
   display: flex;
   flex-direction: row;
}

.advatages-element__text-block {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: space-around;
   margin-left: 24px;
}

.advantages-element__heading {
   font-weight: 700;
   font-size: 1.5rem;
   color: #000000;
}

.advantages-element__text {
   max-width: 257px;
   font-weight: 400;
   font-size: 1rem;
   line-height: 24px;
   margin-top: 6px;
}

.main__druk {
   width: 100%;
   background-color: #000000;
   color: white;
   display: flex;
   flex: 1 1 100%;
   justify-content: space-between;
   flex-direction: row;
   margin-bottom: 99px;
}

.druk__text {
   width: 66.666%;
   margin-top: 100px;
   padding: 0 40px;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.druk-text__logo {
   margin-bottom: 39.34px;
}

.druk-text__paragraph {
   max-width: 576px;
   font-size: 2.5rem;
   text-align: center;
   line-height: 120%;
   margin-bottom: 41px;
}

.druk-text__name {
   font-weight: 700;
   font-size: 1.125rem;
   margin-bottom: 6px;
}

.druk-text__stamp {
   color: rgba(255, 255, 255, 0.7);
   margin-bottom: 30px;
}

.druk-text__vector-decor {
   margin-bottom: 114px;
}

.main__landing-pages, .main__other-pages {
   width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.landing-pages__heading, .other-pages__heading {
   width: 100%;
   text-align: start;
   color: #000000;
   font-weight: 700;
   font-size: 2.5rem;
   margin-bottom: 26px;
}

.landing-pages__elements, .other-pages__elements {
   display: flex;
   flex-flow: row wrap;
   justify-content: flex-start;
   gap: 18px;
   margin-bottom: 79px;
}

.other-pages__elements {
   margin-bottom: 100px;
}

.landing-pages-elem__text, .other-pages-elem__text {
   height: 77px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.16);
   border-left: 1px solid rgba(0, 0, 0, 0.16);
   border-right: 1px solid rgba(0, 0, 0, 0.16);
   border-radius: 0 0 6px 6px;
   display: flex;
   align-items: center;
}

.landing-pages-elem__text > p, .other-pages-elem__text > p {
   margin-left: 33px;
   font-weight: 700;
   font-size: 1.25rem;
}

.main__sign-up-block {
   width: 100%;
   background-color: #FF7143;
   display: flex;
   flex-flow: row;
   flex: 1 1 100%;
   margin-bottom: 60px;
}

.sign-up__text-block {
   margin-bottom: 91px;
   width: 100%;
   margin-left: 100px;
}

.sign-up-text-block-upper__heading {
   max-width: 600px;
   text-align: center;
}

.sign-up-text-block-upper__text {
   max-width: 490px;
   font-size: 1.125rem;
   text-align: center;
   margin-bottom: 22px;
}

.sign-up__auth-panel {
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
}

.auth-panel__block {
   height: 554px;
   width: 440px;
   background-color: white;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}

.auth-panel__heading {
   font-weight: 700;
   font-size: 2rem;
   color: #000000;
   margin: 40px 0px 40px 40px;
}

.auth-panel__form {
   margin: 0 0 40px 40px;
}

.form__email-text, .form__password-text {
   margin-bottom: 5px;
}

.form__email-input, .form__password-input {
   width: 360px;
   height: 64px;
   border: none;
   outline: none;
   background-color: rgba(0, 0, 0, 0.05);
   border-radius: 6px;
   font-size: 1rem;
   padding-left: 10px;
   margin-bottom: 16px;
}

.form__checkbox {
   margin: 16px 0 32px 0;
}


.form__submit {
   width: 360px;
   height: 64px;
   background-color: #000000;
   border-radius: 6px;
   color: white;
   font-weight: 700;
   display: flex;
   align-items: center;
   justify-content: center;
}

.auth-panel__sign-in {
   display: flex;
   justify-content: center;
}

.auth-panel-sign-in__button {
   position: relative;
   left: 10px;
   color: #FF7143;
}

/* footer ------------------------------------------------------------------------------------------------- */

.footer {
   width: 100%;
   background-color: black;
   color: #fff;
   display: flex;
   justify-content: center;
}

.footer__container {
   max-width: 1280px;
   padding: 0 40px;
   display: flex;
   flex: 1 1 auto;
   flex-direction: column;
   align-items: center;
}

.footer__logo-panel {
   width: 100%;
   display: flex;
   flex-direction: row;
   flex: 1 1 100%;
   justify-content: space-between;
   align-items: center;
   margin: 64px 0;
}

.logo-panel__button {
   width: 100%;
   max-width: 185px;
   height: 48px;
   background-color: #FFFFFF;
   border-radius: 6px;
   color: #000000;
   font-weight: 700;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-left: 20px;
}

.footer__nav {
   width: 100%;
   display: flex;
   flex-direction: row;
   flex: 1 1 100%;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 39px;
}

.footer__nav-buttons {
   display: flex;
   flex-direction: row;
   flex: 1 1 25%;
}

.footer__nav-buttons > li {
   margin-right: 16px;
}

.footer__stamps {
   width: 100%;
   border-top: 1px solid rgba(255, 255, 255, 0.16);
   display: flex;
   flex-direction: row;
   flex: 1 1 100%;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 29px;
}

.stamps__left {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 12.76px;
   margin-top: 29px;
}

.stamps__studio {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 12px;
}

.stamps__studio > img {
   width: 88.24px;
   height: 22.28px;
}

.stamps__author {
   display: flex;
   flex-direction: row;
}

.author__nickname {
   color: #FF7143;
   margin-left: 6px;
}

.stamps__contact {
   margin-top: 33px;
}

/* responsive --------------------------------------------------------------------------------------- */

@media (max-width: 1438px) {
   .landing-pages__heading, .other-pages__heading {
      width: 100%;
      text-align: center;
   }
   
   .landing-pages__elements, .other-pages__elements {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
   }
}

@media(max-width: 1280px) {
   .main__container {
      max-width: 1280px;
      padding: 0;
      display: flex;
      flex: 1 1 auto;
      flex-direction: column;
      align-items: center;
   }
   
   .main__sign-up-block {
      width: 100%;
      background-color: #FF7143;
      display: flex;
      flex-flow: column wrap;
      flex: 1 1 50%;
      align-items: center;
      margin-bottom: 60px;
   }

   .sign-up__text-block {
      margin-bottom: 91px;
      width: 100%;
      margin-left: 0;
   }

   .auth-panel__block {
      margin-bottom: 60px;
   }
}

@media (max-width: 1187px) {
   .main__advantages {
      display: flex;
      gap: 70px;
      flex-flow: column nowrap;
      justify-content: center;
      flex: 1 1 33.333%;
      margin: 80px 0;
   }

   .advantages__element {
      width: 100%;
      height: 33.333%;
      display: flex;
      flex-direction: row;
   }

   .main__druk {
      width: 100%;
      background-color: #000000;
      color: white;
      display: flex;
      flex: 1 1 100%;
      justify-content: center;
      flex-direction: row;
      margin-bottom: 99px;
   }

   .druk__image {
      display: none;
   }
}

@media (max-width: 1080px) {
   .nav__user-panel {
      width: 27%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
   }

   .user-panel__sign-up {
      display: flex;
      align-items: baseline;
      flex-direction: row;
      margin: 0;
      padding: 0;
      white-space: nowrap;
   }
   
   .user-panel__button {
      display: none;
   }
}

@media (max-width: 968px) {
   .header__nav {
      height: 81px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      flex: 1 1 100%;
   }
   
   .nav__menu {
      display: none;
   }
   
   .nav__user-panel {
      width: 27%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
   }
   
   .user-panel__sign-up {
      display: none;
   }

   .user-panel__menu-hamburger {
      display: block;
   }

   .user-panel__mobile-menu.active {
      display: flex;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      position: absolute;
      top: 80px;
      left: 0;
   }

   .mobile-menu__nav {
      width: 100%;
      padding: 0 40px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
   }

   .mobile-menu-nav__buttons {
      padding: 20px 0 10px 0;
   }

   .mobile-menu-nav__buttons > li {
      margin-bottom: 20px;
   }

   .mobile-menu__email {
      width: 151px;
      height: 32px;
      background-color: rgba(255, 255, 255, 0.12);
      border-radius: 4px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 20px 0 10px 0;
   }
   
   .mobile-menu__email > p {
      width: 135px;
      font-size: 1rem;
      font-weight: 400;
   }

   .mobile-menu__sign-up {
      display: flex;
      align-items: baseline;
      flex-direction: row;
      white-space: nowrap;
      margin-left: 82px;
   }
   
   .mobile-menu__sign-up > img {
      width: 7.36px;
      height: 8.5px;
      padding-left: 6.32px;
   }

   .main-start-section__container {
      height: 732px;
      max-width: 1247px;
      padding: 0 40px;
      display: flex;
      flex: 1 1 50%;
      justify-content: center;
   }   

   .start-section__image-block {
      display: none;
   }
}

@media (max-width: 768px) {
   .header__container {
      height: 81px;
      max-width: 1280px;
      padding: 0 20px;
      display: flex;
      flex: 1 1 auto;
      justify-content: center;
      align-items: center;
   }

   .mobile-menu__nav {
      padding: 0 20px;
   }
   
   .logo-panel__button {
      text-align: center;
   }
   
   .footer__nav-buttons {
      display: flex;
      flex-direction: column;
      flex: 1 1 25%;
   }
   
   .footer__nav-buttons > li {
      margin-right: 0;
      margin-bottom: 16px;
   }

   .footer__nav-social-networks {
      display: flex;
      flex-direction: column;
   }

   .footer__nav-social-networks > img {
      margin-bottom: 5px;
   }

   .stamps__left {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 12.76px;
      margin-top: 29px;
   }
}

@media (max-width: 485px) {
   .sign-up-text-block-upper__heading {
      width: 320px;
      font-size: 4rem;
      padding: 0 10px;
   }
   
   .landing-pages__elem > img, .other-pages__elem > img {
      width: 320px;
   }
   
   .text-block-upper__buttons {
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap;
   }

   .text-block-upper__button--right {
      margin-right: 8px;
      margin-top: 10px;
   }

   .auth-panel__block {
      height: 554px;
      width: 320px;
      background-color: white;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
   }

   .form__email-input, .form__password-input {
      width: 230px;
      height: 64px;
      border: none;
      outline: none;
      background-color: rgba(0, 0, 0, 0.05);
      border-radius: 6px;
      font-size: 1rem;
      padding-left: 10px;
      margin-bottom: 16px;
   }

   .form__submit {
      width: 240px;
      height: 64px;
      background-color: #000000;
      border-radius: 6px;
      color: white;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
   }

   .auth-panel__sign-in {
      display: flex;
      justify-content: flex-end;
      margin-right: 5px;
   }
}

@media (max-width: 400px) {
   .advantages__element {
      width: 100%;
      height: 33.333%;
      display: flex;
      flex-direction: row;
      padding-left: 10px;
   }
}

@media (max-width: 380px) {
   .advantages-element__text {
      max-width: 207px;
      font-weight: 400;
      font-size: 1rem;
      line-height: 24px;
      margin-top: 6px;
      white-space: wrap;
   }

   .footer__stamps {
      width: 100%;
      border-top: 1px solid rgba(255, 255, 255, 0.16);
      display: flex;
      flex-direction: column;
      flex: 1 1 100%;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 29px;
   }
}