@charset "UTF-8";
.container {
  width: 90vw;
  margin: 0 auto;
  position: relative; }

@media only screen and (min-width: 1200px) {
  .container {
    width: 1060px; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  width: 100%;
  margin: 0;
  padding: 0; }

body {
  width: 100%;
  position: relative;
  font-family: 'Montserrat', sans-serif; }
  body.overflow {
    overflow-y: hidden; }

section {
  width: 100%; }

a {
  text-decoration: none; }

.btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  @media only screen and (min-width: 992px) {
    .btn {
      font-size: 14px;
      padding: 20px 30px; } }

.section-ttl {
  width: 100%;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  color: #3E0D4A;
  text-align: center;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .section-ttl {
      font-size: 40px; } }
  @media only screen and (min-width: 992px) {
    .section-ttl {
      font-size: 60px; } }
  @media only screen and (min-width: 1200px) {
    .section-ttl {
      font-size: 70px; } }

#block-clean-local-tasks {
  max-width: 1060px;
  margin: 0 auto; }
  #block-clean-local-tasks .tabs a {
    color: black; }
    #block-clean-local-tasks .tabs a.is-active {
      color: white; }

.container {
  width: 90vw;
  margin: 0 auto;
  position: relative; }

@media only screen and (min-width: 1200px) {
  .container {
    width: 1060px; } }

.hamburger {
  padding: 1px 1px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all, .25s;
  transition: all, .25s;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  outline: none !important;
  overflow: visible; }
  .hamburger:hover {
    opacity: .7; }

.hamburger-box {
  width: 27px;
  height: 21px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
    width: 27px;
    height: 3px;
    background-color: #3E0D4A;
    border-radius: 4px;
    position: absolute;
    -webkit-transition: .15s ease, -webkit-transform;
    transition: .15s ease, -webkit-transform;
    transition: transform, .15s ease;
    transition: transform, .15s ease, -webkit-transform; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -18px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.header {
  position: relative;
  width: 100%;
  padding: 15px 0;
  background: #fff;
  z-index: 1000; }
  @media only screen and (min-width: 992px) {
    .header {
      padding-top: 30px;
      padding-bottom: 23px; } }

.header-block {
  width: 100%;
  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; }
  @media only screen and (min-width: 992px) {
    .header-block {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.header-logo {
  font-size: 12px;
  font-weight: 700;
  color: #3E0D4A;
  text-transform: uppercase;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .header-logo span {
    background: #F8FC3A; }
  @media only screen and (min-width: 768px) {
    .header-logo {
      font-size: 15px; } }

.header-info {
  width: 100vw;
  padding: 30px 5vw;
  background: #fff;
  position: absolute;
  top: 40px;
  left: -5vw;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .header-info.active {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  @media only screen and (min-width: 768px) {
    .header-info {
      top: 47px; } }
  @media only screen and (min-width: 992px) {
    .header-info {
      position: relative;
      top: unset;
      left: unset;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0;
      width: auto;
      margin-left: 45px; } }

.header-contacts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .header-contacts {
      -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;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.header-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header-phones-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header-phones-icons__item {
  margin-right: 13px;
  width: 25px; }
  .header-phones-icons__item svg {
    width: 100%;
    height: auto;
    display: block; }
    .header-phones-icons__item svg path {
      /*fill: #0AA2D2;*/
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .header-phones-icons__item:hover svg path {
    /*fill: #0AD2AE; */
  }
.logo-text{
  padding-left: 20px;
  min-width: 200px;
  font-weight: 400;
}
.header-phone-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #0AA2D2;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .header-phone-link:hover {
    color: #0AD2AE; }

.header-address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #0AA2D2;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .header-address::after {
    display: block;
    content: '';
    width: 0%;
    height: 2px;
    background: #0AA2D2;
    margin: 0 auto;
    margin-top: 3px;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .header-address:hover::after {
    width: 100%; }
  @media only screen and (min-width: 992px) {
    .header-address {
      margin: 0; } }

.header-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header-socials__item {
  margin-right: 9px;
  width: 30px; }
  .header-socials__item svg {
    width: 100%;
    height: auto; }
    .header-socials__item svg path {
      /*fill: #0AD2AE;*/
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .header-socials__item:hover svg path {
    fill: #E941BA; }
  .header-socials__item:last-child {
    margin-right: 0; }

.header-nav {
  margin-bottom: 30px; }
  @media only screen and (min-width: 992px) {
    .header-nav {
      margin-bottom: 0;
      margin-top: 20px; } }

.header-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media only screen and (min-width: 992px) {
    .header-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.header-menu__item {
  margin-bottom: 10px; }
  .header-menu__item:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 992px) {
    .header-menu__item {
      margin-bottom: 0;
      margin-right: 44px; }
      .header-menu__item:last-child {
        margin-bottom: 0;
        margin-right: 0; } }

.header-menu__link {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: 700;
  color: #3E0D4A;
  text-transform: uppercase;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .header-menu__link::after {
    display: block;
    content: '';
    width: 0%;
    height: 2px;
    background: #E941BA;
    margin: 0 auto;
    margin-top: 3px;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .header-menu__link:hover {
    color: #E941BA; }
    .header-menu__link:hover::after {
      width: 100%; }
  @media only screen and (min-width: 992px) {
    .header-menu__link {
      font-size: 15px; }
      .header-menu__link::after {
        margin-top: 5px; } }

@media only screen and (min-width: 992px) {
  .hamburger {
    display: none; } }

.footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.footer-top {
  width: 100%;
  padding: 20px 0;
  background: #E941BA; }
  @media only screen and (min-width: 992px) {
    .footer-top {
      padding: 24px 0; } }

.footer-top__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.footer-top__item {
  width: 100%;
  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;
  margin-bottom: 20px; }
  .footer-top__item:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 530px) {
    .footer-top__item {
      width: 50%; }
      .footer-top__item:nth-child(3) {
        margin-bottom: 0; } }
  @media only screen and (min-width: 992px) {
    .footer-top__item {
      width: 25%;
      margin-bottom: 0; }
      .footer-top__item:nth-child(2) {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }

.footer-calls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.footer-call__link {
  margin: 0 7px;
  width: 25px; }
  .footer-call__link svg {
    width: 100%;
    height: auto;
    display: block; }
    .footer-call__link svg path {
      /*fill: #fff;*/
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .footer-call__link:hover svg path {
    fill: #F8FC3A; }

.footer-phone {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-top: 5px;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .footer-phone::after {
    display: block;
    content: '';
    width: 0%;
    height: 2px;
    background: #F8FC3A;
    margin: 0 auto;
    margin-top: 3px;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .footer-phone:hover {
    color: #F8FC3A; }
    .footer-phone:hover::after {
      width: 100%; }
  @media only screen and (min-width: 992px) {
    .footer-phone {
      margin-top: 10px; } }

.footer-office__ttl {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px; }
  @media only screen and (min-width: 992px) {
    .footer-office__ttl {
      margin-bottom: 10px; } }

.footer-office__txt {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .footer-office__txt {
      text-align: left; } }

.footer-mail__icon {
  width: 25px;
  margin-bottom: 5px; }
  .footer-mail__icon svg {
    width: 100%;
    height: auto;
    display: block; }
    .footer-mail__icon svg path {
      fill: #fff;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .footer-mail__icon:hover svg path {
    fill: #F8FC3A; }
  @media only screen and (min-width: 992px) {
    .footer-mail__icon {
      margin-bottom: 10px; } }

.footer-mail__link {
  font-size: 14px;
  font-weight: 700;
  color: #fff; }
  .footer-mail__link::after {
    display: block;
    content: '';
    width: 0%;
    height: 2px;
    background: #F8FC3A;
    margin: 0 auto;
    margin-top: 3px;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .footer-mail__link:hover {
    color: #F8FC3A; }
    .footer-mail__link:hover::after {
      width: 100%; }

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.footer-social__link {
  margin: 0 7px;
  width: 25px; }
  .footer-social__link svg {
    width: 100%;
    height: auto;
    display: block; }
    .footer-social__link svg path {
      /*fill: #fff;*/
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .footer-social__link:hover svg path {
    fill: #F8FC3A; }

.footer-socials__text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-top: 5px; }
  @media only screen and (min-width: 992px) {
    .footer-socials__text {
      margin-top: 10px; } }

.footer-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.footer-map {
  width: 100%;
  height: 300px; }
  @media only screen and (min-width: 768px) {
    .footer-map {
      width: 50%; } }
  @media only screen and (min-width: 992px) {
    .footer-map {
      height: 371px;
      width: 60%; } }

.footer-block__info {
  width: 100%;
  padding: 15px 5vw; }
  .footer-block__info p {
    font-size: 14px;
    line-height: 1.2;
    color: #3E0D4A;
    margin: 0;
    margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .footer-block__info {
      width: 50%;
      padding: 20px;
      padding-right: 5vw; } }
  @media only screen and (min-width: 992px) {
    .footer-block__info {
      width: 40%;
      padding: 32px;
      padding-right: 5vw; }
      .footer-block__info p {
        max-width: 216px; } }

.footer-bottom {
  padding: 20px 0;
  background: #fff; }

.footer-bottom__block {
  padding: 0 15px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #3E0D4A; }
  @media only screen and (min-width: 768px) {
    .footer-bottom__block {
      font-size: 14px; } }

.modal-wrap {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 1000;
  -webkit-transition: all, .5s;
  transition: all, .5s; }
  .modal-wrap.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }

.portfolio-modal__wrap {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  display: none; }
  .portfolio-modal__wrap.active {
    display: block; }

.modal {
  display: block;
  margin: 0;
  max-height: 90vh;
  overflow-x: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 621px;
  position: relative;
  padding: 30px 20px;
  background: #fff; }
  @media only screen and (min-width: 530px) {
    .modal {
      padding-top: 55px;
      padding-left: 75px;
      padding-right: 75px;
      padding-bottom: 76px; } }
  @media only screen and (min-width: 768px) {
    .modal {
      padding-left: 80px;
      padding-right: 80px; } }

.modal-content {
  width: 100%;
  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; }

.modal-text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #3E0D4A;
  line-height: 1.3; }
  @media only screen and (min-width: 768px) {
    .modal-text {
      font-size: 20px; } }

.product-form__fields {
  font-weight: 500;
  color: #0AA2D2;
  font-size: 20px; }
  .product-form__fields .form-item {
    display: inline-block; }
    .product-form__fields .form-item * {
      display: inline-block; }
    .product-form__fields .form-item input {
      max-width: 30px;
      float: none !important;
      border: none;
      background: transparent; }
    .product-form__fields .form-item .form-color-output {
      display: none; }

.form-item-file {
  font-weight: 500;
  color: #0AA2D2; }
  .form-item-file label {
    font-size: 20px; }
  .form-item-file .dropzone {
    border: 1px solid #0AA2D2; }
.form-item-file a{
  font-size: 12px;
}
.form-item-file label span {
  font-size: 12px; }
.modal-input__phone {
  width: 100%;
  height: 38px;
  margin-top: 15px;
  border: 1px solid #0AA2D2;
  font-size: 16px;
  font-weight: 500;
  color: #0AA2D2;
  padding-left: 20px;
  outline: none !important; }
  .modal-input__phone::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #0AA2D2; }
  .modal-input__phone::-moz-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #0AA2D2; }
  .modal-input__phone::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #0AA2D2; }
  .modal-input__phone::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #0AA2D2; }
  @media only screen and (min-width: 768px) {
    .modal-input__phone {
      height: 58px;
      font-size: 20px; }
      .modal-input__phone::-webkit-input-placeholder {
        font-size: 20px; }
      .modal-input__phone::-moz-placeholder {
        font-size: 20px; }
      .modal-input__phone::-ms-input-placeholder {
        font-size: 20px; }
      .modal-input__phone::placeholder {
        font-size: 20px; } }

.modal-input__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #0AA2D2;
  padding-left: 20px;
  outline: none !important; }
  .modal-input__file::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #0AA2D2; }
  .modal-input__file::-moz-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #0AA2D2; }
  .modal-input__file::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #0AA2D2; }
  .modal-input__file::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #0AA2D2; }
  @media only screen and (min-width: 768px) {
    .modal-input__file {
      font-size: 20px; }
      .modal-input__file::-webkit-input-placeholder {
        font-size: 20px; }
      .modal-input__file::-moz-placeholder {
        font-size: 20px; }
      .modal-input__file::-ms-input-placeholder {
        font-size: 20px; }
      .modal-input__file::placeholder {
        font-size: 20px; } }

.modal-input__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  width: 100%;
  height: 38px;
  margin-top: 21px;
  border: 1px solid #0AA2D2;
  font-size: 16px;
  font-weight: 500;
  color: #0AA2D2; }
  .modal-input__block label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 5px; }
  .modal-input__block input {
    width: 100%;
    border: none;
    outline: none !important;
    font-size: 16px;
    font-weight: 500;
    color: #0AA2D2; }
    .modal-input__block input::-webkit-input-placeholder {
      font-size: 16px;
      font-weight: 500;
      color: #0AA2D2; }
    .modal-input__block input::-moz-placeholder {
      font-size: 16px;
      font-weight: 500;
      color: #0AA2D2; }
    .modal-input__block input::-ms-input-placeholder {
      font-size: 16px;
      font-weight: 500;
      color: #0AA2D2; }
    .modal-input__block input::placeholder {
      font-size: 16px;
      font-weight: 500;
      color: #0AA2D2; }
    @media only screen and (min-width: 768px) {
      .modal-input__block input {
        font-size: 20px; }
        .modal-input__block input::-webkit-input-placeholder {
          font-size: 20px; }
        .modal-input__block input::-moz-placeholder {
          font-size: 20px; }
        .modal-input__block input::-ms-input-placeholder {
          font-size: 20px; }
        .modal-input__block input::placeholder {
          font-size: 20px; } }
  .modal-input__block_mail {
    margin-bottom: 19px; }
  @media only screen and (min-width: 768px) {
    .modal-input__block {
      height: 58px;
      font-size: 20px; } }

.modal-btn {
  background: #0AA2D2;
  width: 200px;
  height: 40px;
  margin-top: 24px; }
  @media only screen and (min-width: 768px) {
    .modal-btn {
      width: 256px;
      height: 54px; } }

.modal-close {
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0AA2D2;
  cursor: pointer; }
  .modal-close svg {
    width: 20px; }
  @media only screen and (min-width: 530px) {
    .modal-close {
      width: 40px;
      height: 40px; }
      .modal-close svg {
        width: 22px; } }
  @media only screen and (min-width: 768px) {
    .modal-close {
      width: 55px;
      height: 55px; }
      .modal-close svg {
        width: 30px; } }

.border-line {
  position: absolute;
  z-index: 5; }
  .border-line_top {
    width: 100%;
    height: 5px;
    background: #F8FC3A;
    top: 0;
    left: 0; }
  .border-line_right {
    width: 5px;
    height: calc(100% - 110px);
    background: #E941BA;
    bottom: 0;
    right: 0; }
  .border-line_bottom {
    width: calc(100% - 5px);
    height: 5px;
    background: #0AD2AE;
    bottom: 0;
    left: 0; }
  .border-line_left {
    width: 5px;
    height: calc(100% - 50px);
    background: #0AA2D2;
    bottom: 5px;
    left: 0; }

.form_2 .border-line_bottom {
  display: none; }

.portfolio-modal {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0px; }

.portfolio-modal__content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.portfolio-modal__img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  .portfolio-modal__img-wrap.prev {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
  .portfolio-modal__img-wrap.current {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
  .portfolio-modal__img-wrap.next {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }

.portfolio-modal__img {
  max-width: 90%;
  max-height: 90%; }

.portfolio-modal__nav {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .portfolio-modal__nav::before {
    content: '';
    display: block;
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all, .3s;
    transition: all, .3s;
    z-index: 1; }
  @media only screen and (min-width: 992px) {
    .portfolio-modal__nav {
      width: 42px;
      height: 42px; } }

.portfolio-modal__nav__icon {
  width: 10px;
  height: auto;
  position: relative;
  z-index: 2; }

.portfolio-modal__nav_prev {
  background: #0AD2AE;
  left: 0; }
  .portfolio-modal__nav_prev::before {
    background: #0AA2D2;
    right: 0; }
  .portfolio-modal__nav_prev:hover::before {
    width: 100%; }

.portfolio-modal__nav_next {
  background: #E941BA;
  right: 0; }
  .portfolio-modal__nav_next::before {
    background: #0AD2AE;
    left: 0; }
  .portfolio-modal__nav_next:hover::before {
    width: 100%; }

.ui-dialog-titlebar {
  background: transparent;
  border: 0; }

.section-product {
  width: 100%;
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .section-product {
      margin-top: 50px; } }
  @media only screen and (min-width: 992px) {
    .section-product {
      margin-top: 90px; } }

.product {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.product-images {
  width: 100%;
  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 only screen and (min-width: 992px) {
    .product-images {
      width: 375px; } }
  @media only screen and (min-width: 1200px) {
    .product-images {
      width: 433px; } }

.product-images__content {
  width: 100%;
  max-width: 433px;
  height: 300px;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .product-images__content {
      height: 375px; } }
  @media only screen and (min-width: 1200px) {
    .product-images__content {
      height: 433px; } }

.product-image {
  max-width: 95%;
  max-height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .product-image.active {
    opacity: 1; }

.produc-images__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px; }
  @media only screen and (min-width: 992px) {
    .produc-images__nav {
      margin-top: 39px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.produc-images__nav-item {
  width: 50px;
  height: 50px;
  margin: 0 10px 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  overflow: hidden; }
  .produc-images__nav-item img {
    max-width: 95%;
    max-height: 95%;
    -webkit-transition: all, .5s;
    transition: all, .5s; }
  .produc-images__nav-item::before {
    content: '';
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #A09E9E;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .produc-images__nav-item:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  @media only screen and (min-width: 992px) {
    .produc-images__nav-item {
      width: 100px;
      height: 100px;
      margin: 0 15px 10px; } }

.product-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 25px;
  color: #3E0D4A; }
  @media only screen and (min-width: 992px) {
    .product-info {
      width: 455px; } }
  @media only screen and (min-width: 1200px) {
    .product-info {
      width: 543px; } }

.product-info__ttl {
  text-transform: none;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .product-info__ttl {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 992px) {
    .product-info__ttl {
      text-align: left;
      margin-bottom: 25px; } }

.product-info__article {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  text-align: right; }

.product-info__line {
  width: 100%;
  height: 2px;
  background: #3E0D4A; }

.product-details {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .product-details {
      margin-top: 33px; } }
  .product-details span {
    font-size: 14px;
    font-weight: 400; }

.product-color {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (min-width: 1200px) {
    .product-color {
      width: auto; } }

.selected-color {
  width: 13px;
  height: 13px;
  border: 0.5px solid #3E0D4A;
  margin-left: 5px;
  background-color: transparent; }

.product-colors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  max-width: 180px;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 20px; }
  .product-colors__list li {
    width: 13px;
    height: 13px;
    border: 0.5px solid #3E0D4A;
    margin-right: 7px;
    margin-bottom: 4px;
    cursor: pointer;
    -webkit-transition: all, .15s;
    transition: all, .15s; }
    .product-colors__list li.red {
      background-color: #D93152; }
    .product-colors__list li.yellow {
      background: #F8FC3A; }
    .product-colors__list li.pink {
      background-color: #E941BA; }
    .product-colors__list li.purple {
      background: #3E0D4A; }
    .product-colors__list li.light-green {
      background: #8ABC3F; }
    .product-colors__list li.white {
      background: #fff; }
    .product-colors__list li.blue {
      background: #0AA2D2; }
    .product-colors__list li:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .product-colors__list li.selected {
      border: 2px solid #3E0D4A; }

.product-sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .product-sizes {
      width: auto;
      margin-top: -10px; } }
  .product-sizes > span {
    margin-top: 10px;
    margin-right: 10px; }

.product-sizes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 200px;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }
  .product-sizes__list li {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 0px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    cursor: pointer; }
    .product-sizes__list li::before {
      content: '';
      display: block;
      width: 0px;
      height: 0px;
      border-radius: 50%;
      background: #0AA2D2;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 1;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
    .product-sizes__list li span {
      position: relative;
      z-index: 2;
      line-height: 1;
      -webkit-transition: all, .1s ease-in-out;
      transition: all, .1s ease-in-out; }
      .product-sizes__list li span::after {
        content: '';
        display: block;
        width: 0%;
        height: 1px;
        background: #000;
        margin: 0 auto;
        -webkit-transition: all, .25s;
        transition: all, .25s; }
    .product-sizes__list li:hover span {
      font-weight: 600 !important; }
      .product-sizes__list li:hover span:after {
        width: 100%; }
    .product-sizes__list li.selected::before {
      width: 100%;
      height: 100%; }
    .product-sizes__list li.selected span {
      color: #fff;
      font-weight: 700; }
      .product-sizes__list li.selected span:after {
        width: 0; }

.product-sizes__table {
  position: absolute;
  bottom: -5px;
  left: 53px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  color: #0AA2D2;
  -webkit-transition: all, .1s;
  transition: all, .1s; }
  .product-sizes__table::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #0AA2D2;
    margin: 0 auto;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .product-sizes__table:hover {
    font-weight: 500; }

.product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px; }
  @media only screen and (min-width: 1200px) {
    .product-quantity {
      margin-top: 25px; } }

.product-quantity__number {
  width: 30px;
  height: 30px;
  border: 1px solid #3E0D4A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 600; }

.product-quantity__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 23px;
  position: relative; }
  .product-quantity__btns::after {
    content: '';
    display: block;
    width: 45px;
    height: 1px;
    background: #3E0D4A;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
    position: absolute;
    left: 11px; }

.product-quantity__plus, .product-quantity__minus {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer; }
  .product-quantity__plus::before, .product-quantity__minus::before {
    content: '';
    display: block;
    width: 17px;
    height: 1px;
    background: #3E0D4A;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.product-quantity__plus {
  margin-right: 5px; }
  .product-quantity__plus::after {
    content: '';
    display: block;
    width: 1px;
    height: 17px;
    background: #3E0D4A;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.product-description {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0; }
  @media only screen and (min-width: 992px) {
    .product-description {
      margin-top: 33px; } }

.product-files {
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .product-files {
      margin-top: 50px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 41px; } }

.product-add-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
  color: #3E0D4A; }
  .product-add-file span {
    width: 161px;
    font-size: 15px;
    font-weight: 500;
    margin-right: 10px; }
  .product-add-file svg {
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  @media only screen and (min-width: 992px) {
    .product-add-file {
      margin-bottom: 0; } }

.add-print-file:hover svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.download-catalog:hover svg {
  -webkit-transform: translateY(10px);
          transform: translateY(10px); }

.product-price {
  width: 100%;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  color: #E941BA;
  margin-top: 16px; }
  @media only screen and (min-width: 768px) {
    .product-price {
      font-size: 30px; } }

.product-btn {
  background: #0AA2D2;
  width: 210px;
  margin-top: 15px; }
  .product-btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .product-btn.click {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    background: #E941BA; }
  @media only screen and (min-width: 992px) {
    .product-btn {
      height: 54px; } }

.section-prints__main {
  padding-top: 50px; }
  @media only screen and (min-width: 768px) {
    .section-prints__main {
      padding-top: 75px; } }
  @media only screen and (min-width: 992px) {
    .section-prints__main {
      padding-top: 100px; } }
  @media only screen and (min-width: 1200px) {
    .section-prints__main {
      padding-top: 130px; } }

.section-prints__product {
  padding-top: 30px;
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .section-prints__product {
      padding-top: 40px;
      margin-bottom: 75px; } }
  @media only screen and (min-width: 992px) {
    .section-prints__product {
      padding-top: 75px;
      margin-bottom: 100px; } }
  @media only screen and (min-width: 1200px) {
    .section-prints__product {
      padding-top: 87px;
      margin-bottom: 130px; } }

.prints-slider-wrap {
  margin-top: 20px;
  width: 100%;
  position: relative; }

.prints-slider {
  width: calc(100% - 60px);
  margin: 0 auto;
  outline: none; }

.print {
  outline: none;
  padding: 5px; }

.print-content {
  max-width: 245px;
  margin: 0 auto;
  outline: none;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: transparent;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .print-content:hover {
    background: rgba(229, 229, 229, 0.2); }

.print-heading {
  padding-right: 8px;
  margin-top: 8px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.print-article {
  font-size: 12px;
  font-weight: 400;
  color: #3E0D4A !important; }

.print-heading__line {
  margin-top: 3px;
  width: 114px;
  height: 1px;
  background: #3E0D4A;
  margin-bottom: 5px; }

.print-ttl {
  font-size: 15px;
  font-weight: 500;
  color: #3E0D4A !important;
  margin: 0; }

.print-image {
  margin: 5px 0;
  width: 100%;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .print-image img {
    max-width: 95%;
    max-height: 95%; }

.print-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 10px; }
  @media only screen and (min-width: 1200px) {
    .print-details {
      margin-left: 22px; } }

.print-details__ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 13px;
  font-weight: 400;
  color: #3E0D4A !important; }

.print-colors, .print-sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.print-color {
  width: 13px;
  height: 13px;
  border: 0.5px solid #3E0D4A;
  margin-left: 4px; }
  .print-color:first-child {
    background: #D93152; }
  .print-color:nth-child(2) {
    background: #F8FC3A; }
  .print-color:nth-child(3) {
    background: #E941BA; }
  .print-color:nth-child(4) {
    background: #3E0D4A; }
  .print-color:nth-child(5) {
    background: #8ABC3F; }
  .print-color:nth-child(6) {
    background: #fff; }

.print-size {
  font-size: 13px;
  font-weight: 400;
  color: #3E0D4A !important;
  text-transform: uppercase;
  margin-left: 4px; }
  @media only screen and (min-width: 1200px) {
    .print-size {
      margin-right: 2px; } }

.print-price {
  text-align: right;
  font-size: 15px;
  font-weight: 600;
  color: #3E0D4A !important;
  margin-right: 8px; }

.print-btn {
  width: 100%;
  background: #0AA2D2;
  margin-top: 7px; }
  .print-btn:hover {
    background: #0AD2AE; }
  @media only screen and (min-width: 768px) {
    .print-btn {
      padding: 13px 20px; } }

.prints-slider__nav {
  width: 30px;
  height: 30px;
  background: #0AA2D2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .prints-slider__nav:hover {
    background: #0AD2AE; }
  .prints-slider__nav_prev {
    left: 0; }
  .prints-slider__nav_next {
    right: 0; }

.prints-slider__nav-icon {
  width: 10px; }

.banner-slider-wrap {
  position: relative; }

.banner-slider {
  margin: 0;
  padding: 0;
  width: 100%; }

.banner-slider__slide {
  height: 300px; }
  @media only screen and (min-width: 768px) {
    .banner-slider__slide {
      height: 350px; } }
  @media only screen and (min-width: 992px) {
    .banner-slider__slide {
      height: 450px; } }
  @media only screen and (min-width: 1200px) {
    .banner-slider__slide {
      height: 563px; } }

.banner-slider__slide-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  overflow: hidden; }

.banner-slider__slide-photo {
  display: none; }
  .banner-slider__slide-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media only screen and (min-width: 768px) {
    .banner-slider__slide-photo {
      display: block;
      width: 50%;
      height: 100%; } }

.banner-slider__slide-info {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .banner-slider__slide-info {
      width: 50%; } }

.banner-slider__slide-ttl {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin: 0 15px;
  margin-top: 50px;
  line-height: 1.1; }
  @media only screen and (min-width: 992px) {
    .banner-slider__slide-ttl {
      font-size: 45px;
      text-align: left;
      margin-left: 48px;
      margin-top: 43px; } }
  @media only screen and (min-width: 1200px) {
    .banner-slider__slide-ttl {
      font-size: 75px;
      margin-left: 78px; } }

.banner-slider__slide-text {
  min-width: 70%;
  margin-left: auto;
  display: inline-block;
  margin-top: 50px;
  font-size: 14px;
  font-weight: 700;
  color: #3E0D4A;
  text-transform: uppercase;
  padding: 13px 10px 12px 20px;
  background: #F8FC3A; }
  @media only screen and (min-width: 992px) {
    .banner-slider__slide-text {
      font-size: 15px;
      padding: 23px 20px 18px 36px;
      margin-top: 26px;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: all, 1s;
      transition: all, 1s;
      -webkit-transition-delay: 1s;
              transition-delay: 1s; } }

@media only screen and (min-width: 992px) {
  .slick-active .banner-slider__slide-text {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.banner-slider__arrows {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 768px) {
    .banner-slider__arrows {
      bottom: 45px; } }
  @media only screen and (min-width: 992px) {
    .banner-slider__arrows {
      bottom: 80px; } }
  @media only screen and (min-width: 1200px) {
    .banner-slider__arrows {
      bottom: 110px; } }

.banner-slider__arrow {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative; }
  .banner-slider__arrow::before {
    content: '';
    display: block;
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all, .3s;
    transition: all, .3s;
    z-index: 1; }

.banner-slider__arrow-icon {
  width: 10px;
  height: auto;
  position: relative;
  z-index: 2; }

.banner-slider__arrow_prev {
  background: #0AD2AE; }
  .banner-slider__arrow_prev::before {
    background: #0AA2D2;
    right: 0; }
  .banner-slider__arrow_prev:hover::before {
    width: 100%; }

.banner-slider__arrow_next {
  background: #E941BA; }
  .banner-slider__arrow_next::before {
    background: #0AD2AE;
    left: 0; }
  .banner-slider__arrow_next:hover::before {
    width: 100%; }

.banner-info {
  width: 100%;
  padding: 20px 15px;
  background: #E941BA;
  margin-top: -10px;
  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 only screen and (min-width: 768px) {
    .banner-info {
      margin-top: -30px; } }
  @media only screen and (min-width: 992px) {
    .banner-info {
      margin-top: -51px;
      -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;
      overflow: hidden; } }

.banner-info-content {
  width: 100%;
  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 only screen and (min-width: 768px) {
    .banner-info-content {
      -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; } }
  @media only screen and (min-width: 992px) {
    .banner-info-content {
      width: calc(100% - 220px); } }

.banner-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  width: 100%;
  -webkit-transition: all, .75s ease-out;
  transition: all, .75s ease-out; }
  .banner-info__item:hover .banner-info__item-icon {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  .banner-info__item.active {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  @media only screen and (min-width: 768px) {
    .banner-info__item {
      width: auto; } }
  @media only screen and (min-width: 992px) {
    .banner-info__item {
      margin-bottom: 0;
      -webkit-transform: translateY(-300px);
              transform: translateY(-300px); } }

.banner-info__item-icon {
  max-height: 23px;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  @media only screen and (min-width: 768px) {
    .banner-info__item-icon {
      max-height: 40px; } }

.banner-info__item-inner {
  margin-left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.banner-info__item-ttl,.banner-info__item-ttl a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 7px; }

.banner-info__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .banner-info__item-text a, .banner-info__item-text span {
    font-size: 14px;
    font-weight: 600;
    color: #3E0D4A;
    margin-bottom: 3px; }

.banner-btn {
  background: #0AA2D2;
  margin-top: 10px;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .banner-btn:hover {
    background: #0AD2AE; }
  @media only screen and (min-width: 992px) {
    .banner-btn {
      margin-top: 0;
      -webkit-transform: translateY(-300px);
              transform: translateY(-300px); }
      .banner-btn.active {
        -webkit-transition: all, .75s ease-out;
        transition: all, .75s ease-out;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
        .banner-btn.active:hover {
          -webkit-transform: translateY(0) scale(1.05);
                  transform: translateY(0) scale(1.05); }
      .banner-btn.change-transition {
        -webkit-transition: all, .3s ease-out;
        transition: all, .3s ease-out; } }

.section-about-us {
  padding-top: 50px;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .section-about-us {
      padding-top: 100px; } }
  @media only screen and (min-width: 1200px) {
    .section-about-us {
      padding-top: 123px; } }

.about-us-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .about-us-block {
      width: 50%;
      padding-right: 30px; } }
  @media only screen and (min-width: 1200px) {
    .about-us-block {
      padding-right: 45px; } }

.about-us-ttl {
  margin-bottom: 20px; }
  @media only screen and (min-width: 992px) {
    .about-us-ttl {
      text-align: left; } }

.about-us-sub-ttl {
  font-size: 14px;
  font-weight: 700;
  color: #E941BA;
  text-transform: uppercase;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .about-us-sub-ttl {
      font-size: 15px; } }

.about-us-txt {
  font-size: 14px;
  font-weight: 400;
  color: #3E0D4A;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .about-us-txt {
      font-size: 15px;
      margin-top: 15px;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 992px) {
    .about-us-txt {
      margin-top: 20px;
      margin-bottom: 60px; } }

.about-us-list {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 10px; }
  @media only screen and (min-width: 768px) {
    .about-us-list {
      margin-top: 20px; } }
  @media only screen and (min-width: 992px) {
    .about-us-list {
      margin-top: 30px; } }

.about-us-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 7px;
  margin-bottom: 7px;
  position: relative; }
  .about-us-list__item::after {
    content: '';
    display: block;
    width: calc(100% - 37px);
    height: 1px;
    background: #E5E5E5;
    position: absolute;
    bottom: 0;
    right: 0; }
  .about-us-list__item:first-child .about-us-list__item-number {
    background: #0AD2AE; }
  .about-us-list__item:nth-child(2) .about-us-list__item-number {
    background: #0AA2D2; }
  .about-us-list__item:nth-child(3) .about-us-list__item-number {
    background: #E941BA; }
  .about-us-list__item:nth-child(4) .about-us-list__item-number {
    background: #F8FC3A; }
  .about-us-list__item:nth-child(5) .about-us-list__item-number {
    background: #0AD2AE; }
  .about-us-list__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
    .about-us-list__item:last-child::after {
      display: none; }

.about-us-list__item-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #0AD2AE;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 7px; }

.about-us-list__item-txt {
  font-size: 13px;
  font-weight: 400;
  color: #3E0D4A; }
  @media only screen and (min-width: 530px) {
    .about-us-list__item-txt {
      font-size: 15px; } }

.about-us-section__right-block {
  display: none; }
  @media only screen and (min-width: 992px) {
    .about-us-section__right-block {
      display: block;
      position: absolute;
      top: 100px;
      left: 50%;
      width: 50%;
      height: calc(100% - 100px); } }
  @media only screen and (min-width: 1200px) {
    .about-us-section__right-block {
      top: 123px;
      height: calc(100% - 123px); }
      .about-us-section__right-block::before {
        top: 71px;
        left: 38px; } }
  .about-us-section__right-block::before {
    content: '';
    display: block;
    width: 95%;
    max-width: 636px;
    height: 100%;
    background: #F8FC3A;
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 1; }

.about-us-section__right-block-image {
  width: 95%;
  max-width: 636px;
  position: relative;
  z-index: 2;
  -webkit-transition: all, .5s linear;
  transition: all, .5s linear; }
  @media only screen and (min-width: 992px) {
    .about-us-section__right-block-image {
      margin-top: 100px; } }

.section-for-clients {
  padding-top: 50px;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .section-for-clients {
      padding-top: 100px; } }
  @media only screen and (min-width: 1200px) {
    .section-for-clients {
      padding-top: 123px; } }

.for-clients-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .for-clients-block {
      width: 50%;
      padding-right: 30px; } }
  @media only screen and (min-width: 1200px) {
    .for-clients-block {
      padding-right: 45px; } }

.for-clients-ttl {
  margin-bottom: 20px; }
  @media only screen and (min-width: 992px) {
    .for-clients-ttl {
      text-align: left; } }

.for-clients-sub-ttl {
  font-size: 14px;
  font-weight: 700;
  color: #E941BA;
  text-transform: uppercase;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .for-clients-sub-ttl {
      font-size: 15px; } }

.for-clients-list {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 10px; }
  @media only screen and (min-width: 768px) {
    .for-clients-list {
      margin-top: 20px; } }
  @media only screen and (min-width: 992px) {
    .for-clients-list {
      margin-top: 30px; } }

.for-clients-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 7px;
  margin-bottom: 7px;
  position: relative; }
  .for-clients-list__item::after {
    content: '';
    display: block;
    width: calc(100% - 37px);
    height: 1px;
    background: #E5E5E5;
    position: absolute;
    bottom: 0;
    right: 0; }
  .for-clients-list__item:first-child .for-clients-list__item-number {
    background: #0AD2AE; }
  .for-clients-list__item:nth-child(2) .for-clients-list__item-number {
    background: #0AA2D2; }
  .for-clients-list__item:nth-child(3) .for-clients-list__item-number {
    background: #E941BA; }
  .for-clients-list__item:nth-child(4) .for-clients-list__item-number {
    background: #F8FC3A; }
  .for-clients-list__item:nth-child(5) .for-clients-list__item-number {
    background: #0AD2AE; }
  .for-clients-list__item:nth-child(6) .for-clients-list__item-number {
    background: #0AA2D2; }
  .for-clients-list__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
    .for-clients-list__item:last-child::after {
      display: none; }

.for-clients-list__item-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #0AD2AE;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 7px; }

.for-clients-list__item-txt {
  font-size: 13px;
  font-weight: 400;
  color: #3E0D4A; }
  @media only screen and (min-width: 530px) {
    .for-clients-list__item-txt {
      font-size: 15px; } }

.for-clients-image__block {
  display: none; }
  @media only screen and (min-width: 992px) {
    .for-clients-image__block {
      display: block;
      position: absolute;
      top: 100px;
      left: 50%;
      width: 50%;
      height: calc(100% - 100px); } }
  @media only screen and (min-width: 1200px) {
    .for-clients-image__block {
      top: 123px;
      height: calc(100% - 123px); }
      .for-clients-image__block::before {
        top: 71px;
        left: 38px; } }
  .for-clients-image__block::before {
    content: '';
    display: block;
    width: 95%;
    max-width: 636px;
    height: 100%;
    background: #F8FC3A;
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 1; }

.for-clients-image {
  width: 95%;
  max-width: 636px;
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 992px) {
    .for-clients-image {
      margin-top: 150px; } }

@media only screen and (min-width: 992px) {
  .section-for-clients_wholesale {
    padding-top: 93px; } }

@media only screen and (min-width: 992px) {
  .section-for-clients_wholesale .for-clients-block {
    width: 50%;
    margin-left: 50%;
    padding-left: 50px; } }

@media only screen and (min-width: 1200px) {
  .section-for-clients_wholesale .for-clients-block {
    margin-left: auto;
    margin-right: 15px;
    padding-right: 0; } }

@media only screen and (min-width: 992px) {
  .section-for-clients_wholesale .for-clients-image__block {
    left: 0%; }
    .section-for-clients_wholesale .for-clients-image__block::before {
      left: 0;
      top: 17px;
      height: 348px;
      max-width: 513px;
      background: #0AA2D2; } }

@media only screen and (min-width: 992px) {
  .section-for-clients_wholesale .for-clients-image {
    margin-left: 35px;
    max-width: 569px; } }

@media only screen and (min-width: 992px) {
  .section-for-clients_retail {
    padding-top: 179px; } }

@media only screen and (min-width: 992px) {
  .section-for-clients_retail .for-clients-image__block {
    width: 45%;
    top: 179px;
    left: unset;
    right: 0; }
    .section-for-clients_retail .for-clients-image__block::before {
      left: unset;
      right: 0;
      top: 0px;
      height: 348px;
      max-width: 513px; } }

@media only screen and (min-width: 992px) {
  .section-for-clients_retail .for-clients-image {
    margin-left: auto;
    margin-right: 38px;
    max-width: 596px; } }

.section-services {
  padding-top: 50px; }
  @media only screen and (min-width: 768px) {
    .section-services {
      padding-top: 75px; } }
  @media only screen and (min-width: 992px) {
    .section-services {
      padding-top: 100px; } }
  @media only screen and (min-width: 1200px) {
    .section-services {
      padding-top: 120px; } }

.services-block {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .services-block {
      margin-top: 34px; } }
  @media only screen and (min-width: 992px) {
    .services-block {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }

.services-item {
  position: relative;
  width: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  color: #fff;
  -webkit-transition: all, .1s;
  transition: all, .1s; }
  .services-item:first-child {
    background: #0AA2D2; }
    @media only screen and (min-width: 1200px) {
      .services-item:first-child .services-item__ttl {
        margin-top: 34px;
        margin-left: 41px; }
      .services-item:first-child .services-item__description {
        width: 286px;
        margin-top: 60px;
        margin-left: 9px; }
      .services-item:first-child .services-item__image {
        right: 22px;
        bottom: 40px; } }
  .services-item:nth-child(2) {
    background: #F8FC3A;
    color: #0AD2AE; }
    @media only screen and (min-width: 1200px) {
      .services-item:nth-child(2) .services-item__ttl {
        margin-top: 34px;
        margin-left: 41px; }
      .services-item:nth-child(2) .services-item__description {
        width: 286px;
        margin-top: 95px;
        margin-left: 46px; }
      .services-item:nth-child(2) .services-item__image {
        top: 59px;
        right: 60px; } }
  .services-item:nth-child(3) {
    background: #E941BA; }
    @media only screen and (min-width: 992px) {
      .services-item:nth-child(3) {
        width: 100%; } }
    @media only screen and (min-width: 1200px) {
      .services-item:nth-child(3) .services-item__ttl {
        margin-top: 35px;
        margin-left: 287px; }
      .services-item:nth-child(3) .services-item__description {
        width: 403px;
        margin-top: 56px;
        margin-left: 287px; }
      .services-item:nth-child(3) .services-item__image {
        top: 77px;
        left: 98px; } }
  .services-item:nth-child(4) {
    background: #F8FC3A; }
    .services-item:nth-child(4) .services-item__ttl, .services-item:nth-child(4) .services-item__description {
      color: #0AA2D2; }
    @media only screen and (min-width: 1200px) {
      .services-item:nth-child(4) .services-item__ttl {
        margin-top: 14px;
        margin-left: 41px; }
      .services-item:nth-child(4) .services-item__description {
        width: 241px;
        margin-top: 42px;
        margin-left: 41px; }
      .services-item:nth-child(4) .services-item__image {
        right: 33px;
        bottom: 23px; } }
  .services-item:nth-child(5) {
    background: #0AD2AE; }
    .services-item:nth-child(5):hover {
 }
      .services-item:nth-child(5):hover .services-item__image path {
        fill: #0AD2AE; }
    @media only screen and (min-width: 1200px) {
      .services-item:nth-child(5) .services-item__ttl {
        margin-top: 22px;
        margin-left: 20px; }
      .services-item:nth-child(5) .services-item__description {
        width: 287px;
        margin-top: 36px;
        margin-left: 20px; }
      .services-item:nth-child(5) .services-item__image {
        right: 30px;
        bottom: 38px; } }
  @media only screen and (min-width: 992px) {
    .services-item {
      width: calc(50% - 10px);
      height: 270px;
      padding: 25px; } }
  @media only screen and (min-width: 1200px) {
    .services-item {
      height: 340px;
      padding: 20px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 25px; } }

.services-item__info {
  max-width: 60%; }
  @media only screen and (min-width: 1200px) {
    .services-item__info {
      max-width: 80%; } }

.services-item__ttl {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  -webkit-transition: all, .1s;
  transition: all, .1s; }
  @media only screen and (min-width: 768px) {
    .services-item__ttl {
      font-size: 25px; } }
  @media only screen and (min-width: 1200px) {
    .services-item__ttl {
      font-size: 30px;
      line-height: 42px; } }

.services-item__description {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  margin-top: 15px;
  -webkit-transition: all, .1s;
  transition: all, .1s; }
  @media only screen and (min-width: 768px) {
    .services-item__description {
      font-size: 15px; } }

.services-item__list {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
  font-size: 13px;
  font-weight: 400; }
  .services-item__list li {
    line-height: 15px;
    margin-bottom: 11px; }
    .services-item__list li:last-child {
      margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .services-item__list {
      font-size: 15px;
      line-height: 22px; } }

.services-item__image {
  max-width: 30%;
  max-height: 200px; }
  .services-item__image path {
    -webkit-transition: all, .1s;
    transition: all, .1s; }
  @media only screen and (min-width: 1200px) {
    .services-item__image {
      position: absolute;
      max-width: 50%; } }

@media only screen and (min-width: 1200px) {
  .section-services_four-items {
    padding-top: 169px; } }

.section-services_four-items .services-item:first-child {
  color: #F8FC3A;
  background: #0AD2AE; }
  @media only screen and (min-width: 992px) {
    .section-services_four-items .services-item:first-child {
      width: 100%; } }
  @media only screen and (min-width: 1200px) {
    .section-services_four-items .services-item:first-child .services-item__info {
      margin-left: 287px;
      margin-top: 46px; }
    .section-services_four-items .services-item:first-child .services-item__ttl {
      margin: 0; }
    .section-services_four-items .services-item:first-child .services-item__image {
      right: unset;
      bottom: unset;
      top: 75px;
      left: 84px; } }

.section-services_four-items .services-item:nth-child(2) {
  background: #0AA2D2;
  color: #fff; }
  .section-services_four-items .services-item:nth-child(2) .services-item__info {
    max-width: 271px; }
  @media only screen and (min-width: 1200px) {
    .section-services_four-items .services-item:nth-child(2) .services-item__info {
      margin-top: 22px;
      margin-left: 41px; }
    .section-services_four-items .services-item:nth-child(2) .services-item__ttl {
      margin: 0; }
    .section-services_four-items .services-item:nth-child(2) .services-item__image {
      top: 56px;
      right: 22px; } }

.section-services_four-items .services-item:nth-child(3) {
  background: #F8FC3A;
  color: #0AD2AE; }
  .section-services_four-items .services-item:nth-child(3) .services-item__info {
    max-width: 271px; }
  @media only screen and (min-width: 992px) {
    .section-services_four-items .services-item:nth-child(3) {
      width: 50%; } }
  @media only screen and (min-width: 1200px) {
    .section-services_four-items .services-item:nth-child(3) .services-item__ttl {
      margin: 0; }
    .section-services_four-items .services-item:nth-child(3) .services-item__info {
      margin-top: 22px;
      margin-left: 32px; }
    .section-services_four-items .services-item:nth-child(3) .services-item__image {
      top: unset;
      left: unset;
      right: 33px;
      bottom: 20px; } }

.section-services_four-items .services-item:nth-child(4) {
  background: #E941BA;
  color: #fff; }
  .section-services_four-items .services-item:nth-child(4) .services-item__ttl {
    color: #fff; }
  @media only screen and (min-width: 992px) {
    .section-services_four-items .services-item:nth-child(4) {
      width: 100%; } }

        @media only screen and (min-width: 992px) {
    .section-services_four-items .services-item:nth-child(5) {
      width: 100%; } }
  @media only screen and (min-width: 1200px) {
    .section-services_four-items .services-item:nth-child(4) .services-item__ttl {
      margin: 0; }
    .section-services_four-items .services-item:nth-child(4) .services-item__info {
      margin-top: 27px;
      margin-left: 287px; }
    .section-services_four-items .services-item:nth-child(4) .services-item__image {
      top: 77px;
      left: 98px; } }

.section-categories {
  padding-top: 30px; }
  @media only screen and (min-width: 768px) {
    .section-categories {
      padding-top: 55px; } }
  @media only screen and (min-width: 1024px) {
    .section-categories {
      padding-top: 80px; } }
  @media only screen and (min-width: 1200px) {
    .section-categories {
      padding-top: 120px; } }

.categories-block {
  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; }

.categories-heading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.categories-heading__item {
  font-size: 15px;
  font-weight: 700;
  color: #3E0D4A;
  text-transform: uppercase;
  margin: 15px;
  margin-top: 0;
  cursor: pointer;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .categories-heading__item::after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    margin: 0 auto;
    background: transparent;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .categories-heading__item:hover::after {
    width: 100%;
    background: #3E0D4A; }
  .categories-heading__item.active {
    color: #E941BA; }
    .categories-heading__item.active::after {
      background: #E941BA;
      width: 100%; }
  @media only screen and (min-width: 768px) {
    .categories-heading__item {
      font-size: 18px;
      margin: 0 25px;
      margin-bottom: 25px; } }

.categories-content {
  position: relative;
  width: 100%;
  height: 615px; }
  @media only screen and (min-width: 530px) {
    .categories-content {
      height: 555px; } }
  @media only screen and (min-width: 768px) {
    .categories-content {
      height: 575px; } }
  @media only screen and (min-width: 1024px) {
    .categories-content {
      height: 455px; } }

.categories-item {
  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;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all, .3s;
  transition: all, .3s;
  z-index: 1; }
  .categories-item.active {
    opacity: 1;
    z-index: 2; }

.categories-item__images {
  width: 100%;
  height: 375px;
  position: relative;
  z-index: 1; }

.categories-item__image {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .categories-item__image.active {
    opacity: 1; }

.categories-item__images-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 385px;
  z-index: 3; }

.categories-item__image-nav {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 0.5px solid #3E0D4A;
  margin: 0 12px;
  cursor: pointer;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .categories-item__image-nav:hover {
    background: #3E0D4A; }
  .categories-item__image-nav.active {
    background: #E941BA;
    border: 0.5px solid #E941BA; }

.categories-item__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px; }
  @media only screen and (min-width: 1024px) {
    .categories-item__info {
      margin-top: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; } }

.categories-item__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px; }
  .categories-item__info-block::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0AD2AE;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .categories-item__info-block:first-child::before {
    background: #E941BA; }
  @media only screen and (min-width: 768px) {
    .categories-item__info-block {
      margin-bottom: 15px; } }
  @media only screen and (min-width: 1024px) {
    .categories-item__info-block {
      position: absolute;
      margin-bottom: 0;
      top: 50%;
      left: 50%; }
      .categories-item__info-block::before {
        display: none; }
      .categories-item__info-block:nth-child(even) .categories-item__info-dotted {
        top: 0;
        left: 0;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%); }
      .categories-item__info-block:nth-child(odd) .categories-item__info-dotted {
        top: 0;
        right: 0;
        -webkit-transform: translateX(100%);
                transform: translateX(100%); } }

.categories-item__info-dotted {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .categories-item__info-dotted {
      display: block;
      position: absolute; }
      .categories-item__info-dotted .line {
        -webkit-transition: 2s;
        transition: 2s;
        stroke-dashoffset: 100;
        -webkit-animation: line 5s linear infinite;
                animation: line 5s linear infinite; }
    @-webkit-keyframes line {
      to {
        stroke-dashoffset: 0; } }
    @keyframes line {
      to {
        stroke-dashoffset: 0; } }
      .categories-item__info-dotted .line-reverse {
        -webkit-transition: 2s;
        transition: 2s;
        stroke-dashoffset: 0;
        -webkit-animation: line-reverse 5s linear infinite;
                animation: line-reverse 5s linear infinite; }
    @-webkit-keyframes line-reverse {
      to {
        stroke-dashoffset: 100; } }
    @keyframes line-reverse {
      to {
        stroke-dashoffset: 100; } } }

.categories-item__info-txt {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  color: #3E0D4A;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .categories-item__info-txt {
      font-size: 15px; } }
  @media only screen and (min-width: 1024px) {
    .categories-item__info-txt {
      width: 197px; } }

@media only screen and (min-width: 1024px) {
  .categories-item__info_cap .categories-item__info-block:first-child {
    -webkit-transform: translate(-482px, -94px);
            transform: translate(-482px, -94px); }
    .categories-item__info_cap .categories-item__info-block:first-child .categories-item__info-dotted {
      top: -10px;
      right: -10px; }
  .categories-item__info_cap .categories-item__info-block:nth-child(2) {
    -webkit-transform: translate(309px, -90px);
            transform: translate(309px, -90px); }
    .categories-item__info_cap .categories-item__info-block:nth-child(2) .categories-item__info-dotted {
      top: -10px;
      left: -12px; }
  .categories-item__info_cap .categories-item__info-block:nth-child(3) {
    -webkit-transform: translate(-445px, 168px);
            transform: translate(-445px, 168px); }
    .categories-item__info_cap .categories-item__info-block:nth-child(3) .categories-item__info-dotted {
      top: -100px;
      right: -22px; }
  .categories-item__info_cap .categories-item__info-block:nth-child(4) {
    -webkit-transform: translate(303px, 168px);
            transform: translate(303px, 168px); }
    .categories-item__info_cap .categories-item__info-block:nth-child(4) .categories-item__info-dotted {
      top: -155px;
      right: -22px; }
  .categories-item__info_shirt .categories-item__info-block:first-child {
    -webkit-transform: translate(-496px, -127px);
            transform: translate(-496px, -127px); }
    .categories-item__info_shirt .categories-item__info-block:first-child .categories-item__info-dotted {
      top: -10px;
      right: -10px; }
  .categories-item__info_shirt .categories-item__info-block:nth-child(2) {
    -webkit-transform: translate(306px, -120px);
            transform: translate(306px, -120px); }
    .categories-item__info_shirt .categories-item__info-block:nth-child(2) .categories-item__info-dotted {
      top: -7px;
      left: -12px; }
  .categories-item__info_shirt .categories-item__info-block:nth-child(3) {
    -webkit-transform: translate(-468px, 134px);
            transform: translate(-468px, 134px); }
    .categories-item__info_shirt .categories-item__info-block:nth-child(3) .categories-item__info-dotted {
      top: -213px;
      right: -23px; }
  .categories-item__info_shirt .categories-item__info-block:nth-child(4) {
    -webkit-transform: translate(294px, 135px);
            transform: translate(294px, 135px); }
    .categories-item__info_shirt .categories-item__info-block:nth-child(4) .categories-item__info-dotted {
      top: -156px;
      left: -15px; }
  .categories-item__info_polo .categories-item__info-block:first-child {
    -webkit-transform: translate(-496px, -100px);
            transform: translate(-496px, -100px); }
    .categories-item__info_polo .categories-item__info-block:first-child .categories-item__info-dotted {
      top: -10px;
      right: -10px; }
  .categories-item__info_polo .categories-item__info-block:nth-child(2) {
    -webkit-transform: translate(303px, -103px);
            transform: translate(303px, -103px); }
    .categories-item__info_polo .categories-item__info-block:nth-child(2) .categories-item__info-dotted {
      top: -7px;
      left: -12px; }
  .categories-item__info_polo .categories-item__info-block:nth-child(3) {
    -webkit-transform: translate(-466px, 160px);
            transform: translate(-466px, 160px); }
    .categories-item__info_polo .categories-item__info-block:nth-child(3) .categories-item__info-dotted {
      top: -213px;
      right: -23px; }
  .categories-item__info_polo .categories-item__info-block:nth-child(4) {
    -webkit-transform: translate(294px, 150px);
            transform: translate(294px, 150px); }
    .categories-item__info_polo .categories-item__info-block:nth-child(4) .categories-item__info-dotted {
      top: -156px;
      left: -15px; }
  .categories-item__info_sweatshirt .categories-item__info-block:first-child {
    -webkit-transform: translate(-480px, -115px);
            transform: translate(-480px, -115px); }
    .categories-item__info_sweatshirt .categories-item__info-block:first-child .categories-item__info-dotted {
      top: -10px;
      right: -10px; }
  .categories-item__info_sweatshirt .categories-item__info-block:nth-child(2) {
    -webkit-transform: translate(305px, -105px);
            transform: translate(305px, -105px); }
    .categories-item__info_sweatshirt .categories-item__info-block:nth-child(2) .categories-item__info-dotted {
      top: -7px;
      left: -12px; }
  .categories-item__info_sweatshirt .categories-item__info-block:nth-child(3) {
    -webkit-transform: translate(-440px, 138px);
            transform: translate(-440px, 138px); }
    .categories-item__info_sweatshirt .categories-item__info-block:nth-child(3) .categories-item__info-dotted {
      top: -101px;
      right: -23px; }
  .categories-item__info_sweatshirt .categories-item__info-block:nth-child(4) {
    -webkit-transform: translate(315px, 135px);
            transform: translate(315px, 135px); }
    .categories-item__info_sweatshirt .categories-item__info-block:nth-child(4) .categories-item__info-dotted {
      top: -156px;
      left: -15px; } }

.section-advantages {
  padding-top: 20px; }
  @media only screen and (min-width: 768px) {
    .section-advantages {
      padding-top: 40px; } }
  @media only screen and (min-width: 992px) {
    .section-advantages {
      padding-top: 60px; }
      .section-advantages .section-ttl {
        width: 675px;
        text-align: left;
        margin-left: 184px; } }

.section-advantages-inner {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .section-advantages-inner {
      margin-top: 30px;
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media only screen and (min-width: 992px) {
    .section-advantages-inner {
      margin-top: 52px;
      padding-top: 36px;
      padding-bottom: 36px; } }

.field_image_advantages {
  height: 100%; }

.section-advantages-inner__image {
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden; }
  .section-advantages-inner__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media only screen and (min-width: 992px) {
    .section-advantages-inner__image {
      width: 55%; } }

.advantages-block__wrap {
  position: relative;
  z-index: 2; }

.advantages-block {
  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 only screen and (min-width: 992px) {
    .advantages-block {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }

.advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  margin-bottom: 15px;
  padding: 10px; }
  .advantages-item:first-child .advantages-item__ttl {
    color: #0AA2D2; }
  .advantages-item:nth-child(2) .advantages-item__ttl {
    color: #E941BA; }
  .advantages-item:nth-child(3) .advantages-item__ttl {
    color: #0AD2AE; }
  .advantages-item:nth-child(4) .advantages-item__ttl {
    color: #E941BA; }
  .advantages-item:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .advantages-item {
      margin-bottom: 25px; } }
  @media only screen and (min-width: 992px) {
    .advantages-item {
      width: 55%;
      margin-bottom: 43px;
      padding: 0; } }

.advantages-item__icon {
  width: 51px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px; }
  .advantages-item__icon img {
    max-width: 75%;
    max-height: 75%; }
  @media only screen and (min-width: 768px) {
    .advantages-item__icon {
      width: 101px;
      height: 84px; } }
  @media only screen and (min-width: 992px) {
    .advantages-item__icon {
      width: 151px;
      height: 134px; } }

.advantages-item__info {
  max-width: 250px; }

.advantages-item__ttl {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 13px;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .advantages-item__ttl {
      font-size: 20px; } }

.advantages-item__dscr {
  font-size: 13px;
  font-weight: 500;
  color: #3E0D4A;
  margin: 0;
  line-height: 1.4; }
  @media only screen and (min-width: 768px) {
    .advantages-item__dscr {
      font-size: 15px; } }

.section-catalog {
  padding-top: 50px; }
  @media only screen and (min-width: 768px) {
    .section-catalog {
      padding-top: 75px; } }
  @media only screen and (min-width: 992px) {
    .section-catalog {
      padding-top: 84px; } }

.catalog-block {
  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 only screen and (min-width: 530px) {
    .catalog-block {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.catalog-image {
  width: 100%;
  height: auto;
  position: relative; }
  .catalog-image::before {
    content: '';
    display: block;
    width: calc(100% - 10px);
    height: 100%;
    left: 10px;
    top: 20px;
    background: #0AD2AE;
    position: absolute;
    z-index: 1; }
  .catalog-image img {
    width: calc(100% - 30px);
    position: relative;
    z-index: 2; }
  @media only screen and (min-width: 530px) {
    .catalog-image {
      width: 50%; } }
  @media only screen and (min-width: 1200px) {
    .catalog-image::before {
      width: 100%;
      top: 50px; } }

.catalog-info {
  width: 100%;
  margin-top: 40px;
  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 only screen and (min-width: 530px) {
    .catalog-info {
      width: 45%;
      margin-top: 0; } }
  @media only screen and (min-width: 768px) {
    .catalog-info {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.catalog-info__ttl {
  font-size: 24px;
  font-weight: 700;
  color: #E941BA;
  margin: 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .catalog-info__ttl {
      text-align: left;
      font-size: 30px; } }
  @media only screen and (min-width: 1200px) {
    .catalog-info__ttl {
      font-size: 40px; } }

.catalog-info__btn {
  color: #3E0D4A;
  background: #F8FC3A;
  margin-top: 20px; }
  .catalog-info__btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .catalog-info__btn.click {
    background: #E941BA;
    color: #fff;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  @media only screen and (min-width: 1200px) {
    .catalog-info__btn {
      margin-top: 107px; } }

.section-portfolio {
  padding-top: 50px;
  max-width: 100%;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .section-portfolio {
      padding-top: 75px; } }
  @media only screen and (min-width: 992px) {
    .section-portfolio {
      padding-top: 146px; } }

.portfolio-block {
  width: 100%;
  padding: 0 5vw;
  margin-top: 20px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .portfolio-block {
      margin-top: 38px; } }
  @media only screen and (min-width: 992px) {
    .portfolio-block {
      padding: 0;
      height: 713px; } }

.portfolio-portfolio-images-block__top-left {
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .portfolio-portfolio-images-block__top-left {
      width: 60vw;
      height: 335px;
      position: absolute;
      top: 0;
      right: 50%;
      -webkit-transform: translateX(-140px);
              transform: translateX(-140px); } }

.portfolio-1-image__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 992px) {
    .portfolio-1-image__block {
      width: 30vw;
      height: 100%;
      background: #0AD2AE;
      position: absolute;
      top: 0;
      right: 259px; } }

.portfolio-1-image {
  width: 199px;
  height: 245px;
  position: relative;
  overflow: hidden; }
  .portfolio-1-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  @media only screen and (min-width: 992px) {
    .portfolio-1-image {
      width: 199px;
      height: 245px;
      display: block;
      position: absolute;
      top: 9px;
      right: 0; } }

.portfolio-2-image__block {
  display: none; }
  @media only screen and (min-width: 992px) {
    .portfolio-2-image__block {
      display: block;
      width: 189px;
      height: 273px;
      background: #E941BA;
      position: absolute;
      bottom: 0;
      right: 70px; } }

.portfolio-2-image {
  width: 221px;
  height: 197px;
  position: absolute;
  bottom: 0;
  left: 38px;
  overflow: hidden; }
  .portfolio-2-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }

.portfolio-images-block__top-right {
  display: none; }
  @media only screen and (min-width: 992px) {
    .portfolio-images-block__top-right {
      display: block;
      width: 40vw;
      height: 332px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(346px);
              transform: translateX(346px);
      top: 32px; } }

.portfolio-3-image__block {
  width: 100%;
  height: 100%;
  background: #E941BA;
  position: absolute;
  top: 0;
  left: 0; }

.portfolio-3-image {
  width: 263px;
  height: 364px;
  position: absolute;
  left: 0;
  top: -32px;
  overflow: hidden; }
  .portfolio-3-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }

.portfolio-images-block__bottom-right {
  display: none; }
  @media only screen and (min-width: 992px) {
    .portfolio-images-block__bottom-right {
      display: block;
      width: 40vw;
      height: 349px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(346px);
              transform: translateX(346px);
      bottom: 0; } }

.portfolio-4-image__block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0AA2D2; }

.portfolio-4-image {
  width: 290px;
  height: 333px;
  position: absolute;
  top: 10px;
  left: 42px;
  overflow: hidden; }
  .portfolio-4-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }

.portfolio-images-block__bottom-left {
  display: none; }
  @media only screen and (min-width: 992px) {
    .portfolio-images-block__bottom-left {
      display: block;
      width: 30vw;
      height: 299px;
      position: absolute;
      bottom: 0;
      right: 50%;
      -webkit-transform: translateX(-376px);
              transform: translateX(-376px); } }

.portfolio-5-image__block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #E941BA; }

.portfolio-5-image {
  width: 299px;
  height: 299px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden; }
  .portfolio-5-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }

.portfolio-item-ttl__block {
  width: 100%;
  height: 40px;
  max-width: 550px;
  margin: 0 auto;
  margin-top: 15px;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .portfolio-item-ttl__block {
      width: 30vw;
      height: 79px;
      margin: 0;
      padding: 0;
      position: absolute;
      right: 50%;
      -webkit-transform: translateX(-399px);
              transform: translateX(-399px);
      bottom: 299px;
      background: #F8FC3A; } }

.portfolio-item-ttl__block-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden; }
  @media only screen and (min-width: 992px) {
    .portfolio-item-ttl__block-inner {
      width: 120%;
      right: -43px; } }

.portfolio-item-ttl {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  background: #F8FC3A;
  color: #3E0D4A;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 15px;
  padding-left: 15px;
  text-align: left;
  opacity: 0; }
  @media only screen and (min-width: 768px) {
    .portfolio-item-ttl {
      font-size: 20px;
      padding-top: 15px;
      padding-left: 20px; } }
  @media only screen and (min-width: 992px) {
    .portfolio-item-ttl {
      background: transparent;
      text-align: right;
      left: unset;
      padding: 0;
      right: 5px;
      top: 28px; } }

.portfolio-dscr-nav__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 992px) {
    .portfolio-dscr-nav__block {
      width: 550px;
      position: absolute;
      top: 445px;
      left: 50%;
      -webkit-transform: translateX(-47px);
              transform: translateX(-47px);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }

.portfolio-nav-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 992px) {
    .portfolio-nav-arrows {
      margin-right: 162px; } }

.portfolio-nav-arrow {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative; }
  .portfolio-nav-arrow::before {
    content: '';
    display: block;
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all, .3s;
    transition: all, .3s;
    z-index: 1; }
  @media only screen and (min-width: 992px) {
    .portfolio-nav-arrow {
      width: 42px;
      height: 42px; } }

.portfolio-nav-arrow__icon {
  width: 10px;
  height: auto;
  position: relative;
  z-index: 2; }

.portfolio-nav-arrow_prev {
  background: #0AD2AE; }
  .portfolio-nav-arrow_prev::before {
    background: #0AA2D2;
    right: 0; }
  .portfolio-nav-arrow_prev:hover::before {
    width: 100%; }

.portfolio-nav-arrow_next {
  background: #E941BA; }
  .portfolio-nav-arrow_next::before {
    background: #0AD2AE;
    left: 0; }
  .portfolio-nav-arrow_next:hover::before {
    width: 100%; }

.portfolio-item-dscr__block {
  width: 100%;
  max-width: 550px;
  height: 167px;
  overflow-x: hidden;
  margin: 0 auto;
  margin-bottom: 5px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .portfolio-item-dscr__block {
      height: 145px; } }
  @media only screen and (min-width: 992px) {
    .portfolio-item-dscr__block {
      margin: 0;
      margin-top: 5px;
      max-width: 100%;
      height: 214px; } }

.portfolio-slide-content {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  .portfolio-slide-content.prev {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
  .portfolio-slide-content.current {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
  .portfolio-slide-content.next {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }

.portfolio-slide-image {
  cursor: pointer;
  -webkit-transition: all, .5s;
  transition: all, .5s; }
  .portfolio-slide-image:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.portfolio-item-dscr__block-inner {
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #F8FC3A;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }
  @media only screen and (min-width: 768px) {
    .portfolio-item-dscr__block-inner {
      padding: 20px; } }
  @media only screen and (min-width: 992px) {
    .portfolio-item-dscr__block-inner {
      padding: 45px 38px 37px 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.portfolio-item__number {
  display: none; }
  @media only screen and (min-width: 992px) {
    .portfolio-item__number {
      display: block;
      font-size: 60px;
      font-weight: 800;
      color: #3E0D4A;
      line-height: 0.85;
      margin-right: 29px; } }

.portfolio-item-dscr {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #3E0D4A;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical; }
  @media only screen and (min-width: 768px) {
    .portfolio-item-dscr {
      -webkit-line-clamp: 5; } }
  @media only screen and (min-width: 992px) {
    .portfolio-item-dscr {
      -webkit-line-clamp: 6; } }

.portfolio-nav {
  display: none; }
  @media only screen and (min-width: 992px) {
    .portfolio-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      list-style: none;
      position: absolute;
      padding: 0;
      margin: 0; } }

.portfolio-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px; }
  .portfolio-nav__item:last-child {
    margin-bottom: 0; }
  .portfolio-nav__item.active .portfolio-nav__item-number {
    opacity: 1; }
  .portfolio-nav__item.active .portfolio-nav__item-ttl {
    font-weight: 700;
    -webkit-transform: translateX(-11px);
            transform: translateX(-11px); }
    .portfolio-nav__item.active .portfolio-nav__item-ttl::after {
      width: 0 !important; }

.portfolio-nav__item-number {
  font-size: 16px;
  font-weight: 500;
  color: #3E0D4A;
  border-bottom: 1px solid #3E0D4A;
  margin-right: 30px;
  opacity: 0;
  -webkit-transition: all, .1s;
  transition: all, .1s; }

.portfolio-nav__item-ttl {
  font-size: 16px;
  font-weight: 300;
  color: #3E0D4A;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all, .01s;
  transition: all, .01s; }
  .portfolio-nav__item-ttl::after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #3E0D4A;
    margin: 0 auto;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .portfolio-nav__item-ttl:hover {
    font-weight: 400; }
    .portfolio-nav__item-ttl:hover::after {
      width: 100%; }

.portfolio-nav_right {
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-18px);
          transform: translateX(-18px); }

.portfolio-nav_left {
  top: 371px;
  left: 50%;
  -webkit-transform: translateX(-338px);
          transform: translateX(-338px); }

.section-order {
  margin-top: 50px;
  background: url(../assets/images/section-order__bg.jpg) no-repeat center/cover;
  padding: 30px 0; }
  @media only screen and (min-width: 530px) {
    .section-order {
      margin-top: 75px;
      padding: 50px 0; } }
  @media only screen and (min-width: 992px) {
    .section-order {
      margin-top: 100px;
      padding-top: 87px;
      padding-bottom: 83px; } }
  @media only screen and (min-width: 1200px) {
    .section-order {
      margin-top: 150px; } }
  .section-order_01 {
    background: url(/themes/clean/static/assets/images/section-order__bg_01.jpg) no-repeat center/cover; }
    .section-order_01 .section-ttl {
      color: #fff; }

.order-steps__wrap {
  position: relative;
  margin-top: 20px;
  padding: 15px 0; }
  .order-steps__wrap::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #0AA2D2;
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px); }
  @media only screen and (min-width: 768px) {
    .order-steps__wrap {
      margin-top: 30px;
      padding: 25px 0; } }
  @media only screen and (min-width: 992px) {
    .order-steps__wrap {
      margin-top: 45px; } }

.order-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.order-step {
  width: 235px;
  margin: 10px;
  text-align: center;
  color: #fff; }
  .order-step:hover .order-step__number {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  @media only screen and (min-width: 768px) {
    .order-step {
      width: 265px;
      margin: 10px 20px; } }
  @media only screen and (min-width: 992px) {
    .order-step {
      width: 175px;
      margin: 0px 15px; } }
  @media only screen and (min-width: 1200px) {
    .order-step {
      width: 233px; } }

.order-step__number {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 3px;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  @media only screen and (min-width: 768px) {
    .order-step__number {
      font-size: 40px; } }
  @media only screen and (min-width: 992px) {
    .order-step__number {
      font-size: 60px; } }
  @media only screen and (min-width: 1200px) {
    .order-step__number {
      font-size: 70px; } }

.order-step__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2; }

.section-testimonials {
  padding-top: 50px; }
  @media only screen and (min-width: 768px) {
    .section-testimonials {
      padding-top: 75px; } }
  @media only screen and (min-width: 992px) {
    .section-testimonials {
      padding-top: 100px; } }

.testimonials-slider__wrapper {
  margin-top: 20px;
  width: 100%;
  position: relative; }

.testimonials-slider {
  width: calc(100% - 60px);
  margin: 0 auto;
  outline: none; }

.testimonials-slide {
  outline: none;
  padding: 10px; }

.testimonials-slide__content {
  position: relative;
  padding: 25px 15px; }
  .testimonials-slide__content::before, .testimonials-slide__content::after {
    display: block;
    position: absolute;
    font-size: 75px;
    font-weight: 800;
    line-height: 0; }
  .testimonials-slide__content::before {
    content: '“';
    bottom: -11px;
    left: -11px;
    color: #0AD2AE; }
  .testimonials-slide__content::after {
    content: '”';
    top: 21px;
    right: 12px;
    color: #E941BA; }
  @media only screen and (min-width: 530px) {
    .testimonials-slide__content {
      padding: 20px 55px; }
      .testimonials-slide__content::before, .testimonials-slide__content::after {
        font-size: 100px; }
      .testimonials-slide__content::before {
        bottom: 0px; }
      .testimonials-slide__content::after {
        top: 29px;
        right: -12px; } }
  @media only screen and (min-width: 768px) {
    .testimonials-slide__content {
      padding: 30px 55px; }
      .testimonials-slide__content::before, .testimonials-slide__content::after {
        font-size: 150px; }
      .testimonials-slide__content::before {
        left: 20px; }
      .testimonials-slide__content::after {
        top: 59px;
        right: 22px; } }
  @media only screen and (min-width: 992px) {
    .testimonials-slide__content {
      padding: 35px 75px; }
      .testimonials-slide__content::before, .testimonials-slide__content::after {
        font-size: 250px; }
      .testimonials-slide__content::before {
        left: 70px; }
      .testimonials-slide__content::after {
        top: 98px;
        right: 68px; } }
  @media only screen and (min-width: 1200px) {
    .testimonials-slide__content {
      padding: 42px 75px;
      padding-top: 60px; }
      .testimonials-slide__content::before, .testimonials-slide__content::after {
        font-size: 300px; }
      .testimonials-slide__content::before {
        left: 120px; }
      .testimonials-slide__content::after {
        top: 122px;
        right: 125px; } }

.testimonials-slide__text {
  width: 100%;
  max-width: 377px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #3E0D4A; }
  @media only screen and (min-width: 992px) {
    .testimonials-slide__text {
      font-size: 16px; } }

.testimonials-slide__author {
  width: 100%;
  max-width: 377px;
  margin: 0 auto;
  margin-top: 9px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: #0AD2AE; }
  @media only screen and (min-width: 992px) {
    .testimonials-slide__author {
      font-size: 16px; } }

.testimonials-slider__nav {
  width: 30px;
  height: 30px;
  background: #0AA2D2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50px;
  cursor: pointer;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .testimonials-slider__nav:hover {
    background: #0AD2AE; }
  .testimonials-slider__nav_prev {
    left: 0; }
  .testimonials-slider__nav_next {
    right: 0; }
  @media only screen and (min-width: 992px) {
    .testimonials-slider__nav {
      top: 60px; } }

.testimonials-slider__nav-icon {
  width: 10px; }

.section-feedback {
  padding-top: 50px;
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .section-feedback {
      padding-top: 75px;
      margin-bottom: 75px; } }
  @media only screen and (min-width: 992px) {
    .section-feedback {
      padding-top: 100px;
      margin-bottom: 100px; } }
  @media only screen and (min-width: 1200px) {
    .section-feedback {
      margin-bottom: 143px; } }

.feedbeck-form {
  width: 100%;
  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 only screen and (min-width: 992px) {
    .feedbeck-form {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.feedbeck-form__fields {
  width: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
  background: #0AA2D2;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media only screen and (min-width: 530px) {
    .feedbeck-form__fields {
      width: 375px; } }
  @media only screen and (min-width: 992px) {
    .feedbeck-form__fields {
      width: 515px;
      height: 204px;
      padding: 60px;
      margin-top: 50px; } }
  @media only screen and (min-width: 1200px) {
    .feedbeck-form__fields {
      margin-top: 0; } }

.feedbeck-input__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 25px; }
  .feedbeck-input__block:last-child {
    margin-bottom: 10px; }
  .feedbeck-input__block label {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15px; }
  .feedbeck-input__block input {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    outline: none;
    border: none;
    border-left: 1px solid #fff;
    background: transparent;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #fff; }
  @media only screen and (min-width: 768px) {
    .feedbeck-input__block label, .feedbeck-input__block input {
      font-size: 16px; } }

.feedbeck-form__info {
  width: 95%;
  background: #F8FC3A;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media only screen and (min-width: 530px) {
    .feedbeck-form__info {
      width: 100%;
      padding: 30px;
      padding-top: 45px;
      padding-bottom: 20px;
      margin-top: -15px; } }
  @media only screen and (min-width: 992px) {
    .feedbeck-form__info {
      width: 788px;
      height: 172px;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-top: -49px;
      margin-left: -245px; } }

.feedbeck-form__info-txt {
  width: 100%;
  max-width: 350px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #3E0D4A;
  text-align: center;
  margin-bottom: 15px; }
  .feedbeck-form__info-txt br {
    display: none; }
  @media only screen and (min-width: 530px) {
    .feedbeck-form__info-txt br {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .feedbeck-form__info-txt {
      font-size: 18px;
      max-width: 430px;
      margin-bottom: 25px; } }
  @media only screen and (min-width: 992px) {
    .feedbeck-form__info-txt {
      max-width: 100%;
      margin-top: 30px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1200px) {
    .feedbeck-form__info-txt {
      font-size: 20px;
      margin-top: 58px;
      max-width: 471px;
      margin-bottom: 39px;
      margin-right: 10px;
      text-align: left; } }

.feedbeck-form__btn {
  color: #fff;
  background: #E941BA; }
  .feedbeck-form__btn:hover {
    background: #0AD2AE; }
  @media only screen and (min-width: 992px) {
    .feedbeck-form__btn {
      margin-right: 25px;
      min-width: 293px; } }
  @media only screen and (min-width: 1200px) {
    .feedbeck-form__btn {
      margin-right: 99px; } }

.ajax-throbber.sk-chasing-dots .sk-dot1 {
  background-color: #0AA2D2; }

.ajax-throbber.sk-chasing-dots .sk-dot2 {
  background-color: #F8FC3A; }

.fixlink {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9; }
  .fixlink a {
    background: #0AA2D2;
    font-size: 15px;
    text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    border: 1px solid #F8FC3A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    text-decoration: none; }
    .fixlink a:hover {
      background: #0AD2AE; }

.block-language .content .links {
  padding: 0;
  margin: 0;
  list-style: none; }
  .block-language .content .links li {
    display: inline-block; }
    .block-language .content .links li a {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      display: inline-block;
      font-size: 14px;
      font-weight: 600;
      color: #0AA2D2;
      -webkit-transition: all, .3s;
      transition: all, .3s;
      margin-right: 2px;
      padding: 4px 4px 0 4px;
      margin-top: -4px; }
      .block-language .content .links li a::after {
        display: block;
        content: '';
        width: 0%;
        height: 2px;
        background: #0AA2D2;
        margin: 0 auto;
        margin-top: 3px;
        -webkit-transition: all, .3s;
        transition: all, .3s; }
      .block-language .content .links li a.is-active {
        background: #F8FC3A; }
      .block-language .content .links li a:hover::after {
        width: 100%; }

.ap {
  font-size: 13px;
  margin: 10px; }

.section-seo-text {
  margin-bottom: 143px; }

.modal_order {
  border-radius: 4px;
  background-color: #E941BA;
  border: 1px solid #fff;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: fixed;
  left: -52px;
  top: 30%;
  z-index: 99999;
  font-weight: bold; }

@-webkit-keyframes argh-my-eyes {
  0% {
    background-color: #0AA2D2; }
  33% {
    background-color: #E941BA; }
  66% {
    background-color: #0AD2AE; }
  100% {
    background-color: #0AA2D2; } }

@keyframes argh-my-eyes {
  0% {
    background-color: #0AA2D2; }
  33% {
    background-color: #E941BA; }
  66% {
    background-color: #0AD2AE; }
  100% {
    background-color: #0AA2D2; } }

.modal_order, .fixlink a {
  -webkit-animation: argh-my-eyes 1s infinite;
  animation: argh-my-eyes 5s infinite; }

.maket-upload-hidden input.form-file {
  height: 0px;
  width: 0px;
  overflow: hidden; }

.phones-icons__item svg{
  width: 20px;
  margin-left: 4px;
  margin-right: 4px;
}

.webform-submission-order-form .form-item-name,
.webform-submission-order-form .form-item-e-mail-,
.webform-submission-order-form .form-item-imya- input
{
  height: 40px;
}

.webform-submission-order-form  .webform-flexbox {
  align-items: baseline;
}
.webform-submission-order-form  .webform-flex--container .fieldset-legend,
.webform-submission-order-form  .webform-flex--container .form-item-rozmir-zobrazhennya-mm- label,
.webform-submission-order-form  .webform-flex--container .form-item-kilkist label,
.webform-submission-order-form  .form-item-kolir-tkanini-na-yaku-bude-naneseno-zobrazhennya label
{
  font-weight: 500;
  color: #0AA2D2;
  font-size: 16px;
}
