@charset "UTF-8";
@font-face {
  font-family: 'Oswald Regular';
  src: url("../fonts/Oswald-Regular.eot");
  src: local("Oswald Regular"), local("Oswald-Regular"), url("../fonts/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Oswald SemiBold';
  src: url("../fonts/Oswald-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Oswald-SemiBold"), url("../fonts/Oswald-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto Regular';
  src: url("../fonts/Roboto-Regular.eot");
  src: local("Roboto Кegular"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto Bold';
  src: url("../fonts/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
/*========================================
  MEDIA
========================================*/
/*========================================
  MEDIA:END
========================================*/
/*========================================
  FONTS MIXINS
========================================*/
/*========================================
  FONTS MIXINS:END
========================================*/
body.home main {
  padding: 0 !important; }

#picture-generator {
  padding: 60px 0;
  max-width: 100%;
  width: 100%;
  background-color: #026FC2; }
  #picture-generator *, #picture-generator *:after, #picture-generator *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #picture-generator .container {
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto; }
  #picture-generator img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  #picture-generator .rotate-arrow {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  #picture-generator .title {
    font-family: "Oswald SemiBold", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 125%;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    margin-bottom: 32px;
    margin-top: 0; }
    @media (max-width: 768px) {
      #picture-generator .title {
        font-size: 36px;
        line-height: 112%;
        margin-bottom: 24px; } }
  #picture-generator .subtitle, #picture-generator h2 {
    font-family: "Oswald Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    line-height: 126%;
    letter-spacing: -0.2px;
    color: #FFD500;
    margin-bottom: 32px; }
    @media (max-width: 768px) {
      #picture-generator .subtitle, #picture-generator h2 {
        font-size: 24px;
        line-height: 112%;
        margin-bottom: 24px; } }
  #picture-generator .text, #picture-generator .step-one .upper-text, #picture-generator p {
    font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.01px;
    color: #FFFFFF;
    margin-bottom: 35px; }
    @media (max-width: 768px) {
      #picture-generator .text, #picture-generator .step-one .upper-text, #picture-generator p {
        margin-bottom: 24px;
        font-size: 18px; } }
    #picture-generator .text a, #picture-generator .step-one .upper-text a, #picture-generator p a {
      color: #FFD500;
      cursor: pointer;
      text-decoration: none; }
      @media (min-width: 992px) {
        #picture-generator .text a:hover, #picture-generator .step-one .upper-text a:hover, #picture-generator p a:hover {
          text-decoration: underline; } }
  #picture-generator .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    text-decoration: none;
    min-width: 136px;
    font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    line-height: 1.67;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #161616;
    background-color: #FFD500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    cursor: pointer;
    padding: 14px 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media (min-width: 992px) {
      #picture-generator .btn:hover {
        filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.35)); } }
  #picture-generator .btn-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px; }
  #picture-generator .share-block {
    display: block; }
    @media (max-width: 992px) {
      #picture-generator .share-block {
        display: none; } }
    #picture-generator .share-block--mobile {
      display: none; }
      @media (max-width: 992px) {
        #picture-generator .share-block--mobile {
          display: block; } }
  #picture-generator .step-one {
    display: flex;
    max-height: 600px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 992px) {
      #picture-generator .step-one {
        max-height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
    @media (min-width: 992px) {
      #picture-generator .step-one .title {
        margin-top: 50px; } }
    #picture-generator .step-one .upper-text {
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 2px;
      margin-bottom: 10px; }
    #picture-generator .step-one .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #picture-generator .step-one__wrapper {
      max-width: 44%;
      width: 100%; }
      @media (max-width: 992px) {
        #picture-generator .step-one__wrapper {
          max-width: 100%; } }
    #picture-generator .step-one__slider {
      max-width: 47%;
      margin-bottom: 49px;
      margin-left: 0;
      margin-right: 0; }
      @media (max-width: 992px) {
        #picture-generator .step-one__slider {
          max-width: 100%;
          margin-bottom: 20px; } }
    #picture-generator .step-one__thumbnails {
      display: flex;
      margin-top: 36px; }
      @media (max-width: 992px) {
        #picture-generator .step-one__thumbnails {
          margin-top: 0; } }
      #picture-generator .step-one__thumbnails .swiper-slide {
        text-align: center;
        overflow: hidden; }
        @media (min-width: 992px) {
          #picture-generator .step-one__thumbnails .swiper-slide:hover {
            cursor: pointer; } }
        #picture-generator .step-one__thumbnails .swiper-slide-thumb-active {
          position: relative; }
          #picture-generator .step-one__thumbnails .swiper-slide-thumb-active:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 6px solid #fff; }
    #picture-generator .step-one .btn {
      margin-right: auto; }
  #picture-generator .step-two {
    display: none; }
    @media (min-width: 992px) {
      #picture-generator .step-two__grid {
        width: 45%; } }
    #picture-generator .step-two__grid-buttons {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 0;
      grid-row-gap: 14px; }
      @media (min-width: 569px) {
        #picture-generator .step-two__grid-buttons {
          grid-template-columns: repeat(2, 1fr);
          grid-column-gap: 14px;
          grid-row-gap: 14px; } }
    #picture-generator .step-two__text {
      font-family: "Oswald Regular", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 18px;
      line-height: 1;
      text-transform: uppercase;
      background-color: #F0F0F0;
      color: #A6A8A8;
      padding: 13px 19px;
      width: 100%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media (min-width: 1200px) {
        #picture-generator .step-two__text {
          font-size: 22px; } }
      @media (min-width: 992px) {
        #picture-generator .step-two__text:hover {
          cursor: pointer; } }
      #picture-generator .step-two__text.active, #picture-generator .step-two__text:hover {
        color: #026FC2;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        position: relative; }
        #picture-generator .step-two__text.active:after, #picture-generator .step-two__text:hover:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          border: 4px solid #FFD500; }
    #picture-generator .step-two .step-two__choose {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 992px) {
        #picture-generator .step-two .step-two__choose {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      #picture-generator .step-two .step-two__choose .step-two__choose-img {
        width: 100%;
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (min-width: 992px) {
          #picture-generator .step-two .step-two__choose .step-two__choose-img {
            width: 50%;
            margin-top: 0;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end; } }
        #picture-generator .step-two .step-two__choose .step-two__choose-img img {
          width: 100%;
          max-width: 100%;
          height: auto; }
          @media (min-width: 992px) {
            #picture-generator .step-two .step-two__choose .step-two__choose-img img {
              max-width: 536px; } }
  #picture-generator .step-three {
    display: none; }
    #picture-generator .step-three__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      gap: 40px; }
      @media (max-width: 992px) {
        #picture-generator .step-three__wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 0; } }
      #picture-generator .step-three__wrapper .content {
        display: flex;
        flex-direction: column; }
      #picture-generator .step-three__wrapper .content__text {
        width: 100%; }
    #picture-generator .step-three .image {
      max-width: 44%;
      width: 100%;
      margin: 0 auto;
      aspect-ratio: 1/1;
      position: relative; }
      @media (max-width: 992px) {
        #picture-generator .step-three .image {
          max-width: 100%; } }
    #picture-generator .step-three .btn-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 30px; }
      #picture-generator .step-three .btn-block .btn {
        max-width: 100%;
        width: calc(50% - 30px); }
        #picture-generator .step-three .btn-block .btn img {
          width: 20px;
          height: 20px; }
        @media (min-width: 992px) {
          #picture-generator .step-three .btn-block .btn:first-child {
            display: none; } }
    #picture-generator .step-three .btn-title {
      font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-style: normal;
      font-size: 16px;
      line-height: 1.33;
      text-align: center;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #fff;
      margin-top: 21px; }
      @media (max-width: 992px) {
        #picture-generator .step-three .btn-title {
          font-size: 12px; } }
  #picture-generator .step-fourth {
    display: none; }
    #picture-generator .step-fourth .content .btn {
      min-width: 150px; }
    #picture-generator .step-fourth__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 30px; }
      @media (max-width: 992px) {
        #picture-generator .step-fourth__wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      #picture-generator .step-fourth__wrapper .content {
        max-width: 50%; }
        @media (max-width: 992px) {
          #picture-generator .step-fourth__wrapper .content {
            max-width: 100%; } }
      #picture-generator .step-fourth__wrapper .image {
        width: 50%; }
        @media (max-width: 992px) {
          #picture-generator .step-fourth__wrapper .image {
            width: 100%; } }

#picture-generator .step-three, #picture-generator .step-one, #picture-generator .step-two, #picture-generator .step-fourth {
  min-height: 620px;
  margin: auto; }
  #picture-generator .step-three.close, #picture-generator .step-one.close, #picture-generator .step-two.close, #picture-generator .step-fourth.close {
    display: none; }
  #picture-generator .step-three.open, #picture-generator .step-one.open, #picture-generator .step-two.open, #picture-generator .step-fourth.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

/*# sourceMappingURL=frontend-style.css.map */
