/*
Theme Name: sphinx_seox
Theme URI: http://underscores.me/
Author: Sokol
Author URI: http://sokol
Description: sphinx_seox
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sphinx_seox
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sphinx_seox is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,800&subset=cyrillic");
@import "fonts/proxima/stylesheet.css";
html body {
  color: #686868;
  font-family: "Roboto Condensed", sans-serif;
  /* overflow-x: hidden; */
}
.price_table {
  overflow: scroll !important;
}
body a {
  color: #444444;
}
body a:hover {
  color: #8e73f6;
  text-decoration: none;
}
.container-fluid {
  overflow: hidden;
}
img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img:hover {
  -webkit-filter: sepia(100%);
  -moz-filter: sepia(100%);
  -ms-filter: sepia(100%);
  -o-filter: sepia(100%);
  filter: sepia(100%);
}

.first_slider_oboi img:hover {
  -webkit-filter: sepia(0);
  -moz-filter: sepia(0);
  -ms-filter: sepia(0);
  -o-filter: sepia(0);
  filter: sepia(0);
}
.slider_images img:hover,
.logo:hover {
  -webkit-filter: sepia(0);
  -moz-filter: sepia(0);
  -ms-filter: sepia(0);
  -o-filter: sepia(0);
  filter: sepia(0);
}
.first_slider_oboi_img {
  height: 510px !important;
  object-fit: cover !important;
}

#page {
  /*overflow-x:hidden;*/
  padding-top: 123px;
  /*padding-top: 93px; */
}
.min_card_title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
}
.menu-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #page {
    padding-top: 76px;
    /*padding-top: 34px;*/
  }
}

@media screen and (max-width: 768px) {
  .menu-title {
    font-size: 17px;
  }
  .min_card .min_card_title {
    min-height: auto !important;
  }
  .min_card_title {
    font-size: 16px;
  }
}

#content {
  min-height: calc(100vh - 440px);
  padding: 1px 0;
}

.logo_print {
  font-size: 2.2em;
  margin: 4px 0 0 0;
  font-weight: 300;
}
.for_logo {
  text-transform: lowercase;
  font-size: 18px;
  margin-bottom: 0;
}
.title_first_screen {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80px;
  margin-top: calc(50vh - 260px);
}
.title_first_screen span:first-child {
  background-color: #8e73f6;
  font-size: 55px;
}
.title_first_screen span:last-child {
  font-size: 60px;
  font-weight: 300;
}

.map_img {
  width: 100%;
  padding-top: 76px;
}
.map_img:hover {
  -webkit-filter: sepia(0);
  -moz-filter: sepia(0);
  -ms-filter: sepia(0);
  -o-filter: sepia(0);
  filter: sepia(0);
}

.first_button_popap {
  display: inline-block;
  border-radius: 22px;
  background-color: rgb(255, 98, 45);
  min-width: 220px;
  height: 45px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  padding: 0 20px;
  line-height: 2.2;
  border: 1px solid rgb(255, 98, 45);
  transition: all 0.5s ease;
}
.first_button_popap:hover {
  background-color: transparent;
  color: rgb(255, 98, 45);
}

.photooboi-discount-banner {
  background: url("/wp-content/uploads/2021/04/22042021-bg.jpg") no-repeat center center /
    cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.photooboi-discount-banner-inner {
  background: linear-gradient(113.68deg, #8e73f6 3.53%, #6c5ab1 98.42%);
  padding: 50px 30px;
  border-radius: 20px;
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.25);
  position: relative;
  color: white;
  max-width: 670px;
  width: 100%;
  margin-left: 50%;
  transform: translate(-80%, 0);
}
.photooboi-discount-banner__cubes {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(40%, -50%);
  width: 420px;
  display: block;
}
.photooboi-discount-banner__subtitle {
  font-weight: 800;
  max-width: 367px;
  font-size: 26px;
}
.photooboi-discount-banner__title {
  font-weight: 900;
  font-size: 51px;
  margin: 20px 0;
}
.photooboi-discount-banner__btn {
  color: #7762c7;
  background: white;
  text-align: center;
  padding: 15px 40px;
  border-radius: 45px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  box-shadow: -1px 35px 44px -28px rgba(169, 161, 204, 1);
}

@media only screen and (max-width: 1200px) {
  .photooboi-discount-banner-inner {
    transform: translate(0, 0);
    width: 80%;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .photooboi-discount-banner__cubes {
    display: none !important;
  }
  .photooboi-discount-banner__subtitle {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .photooboi-discount-banner-inner {
    padding: 50px 10px;
    width: 90%;
  }
  .photooboi-discount-banner__title {
    font-size: 36px;
  }
  .photooboi-discount-banner__subtitle {
    font-size: 20px;
  }
}

.second_button_popap {
  display: inline-block;
  width: 220px;
  height: 45px;
  border-radius: 22px;
  border: 1px solid #e1e1e1;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  line-height: 2.2;
  margin-left: 30px;
}
.bacground_cat {
  background: url(img/firstScreenCat.png) no-repeat center;
  height: calc(100vh - 133.317px);
  background-size: cover;
}
.bacground_cat_cont {
  background: url(img/bg_contacts.png) no-repeat center;
  min-height: 560px;
  background-size: cover;
}

.container {
  position: relative;
}
.breadcrumbs_bg {
  background-color: #8e73f6;
  color: white;
}
.breadcrumbs_bg a {
  color: white;
}
.breadcrumbs_bg a:hover {
  color: white;
  text-decoration: underline;
}
.nav > li.menu-item > a {
  /* padding: 28px 25px; */
  padding: 28px 10px;
  font-size: 16px;
  transition: all 0.4s ease;
}
.nav .navbar-nav li {
  display: inline-block;
}
.site-header .navbar {
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  border-radius: 0;
  min-height: auto;
}

@media screen and (max-width: 991px) {
  .breadcrumbs {
    position: fixed;
    width: 100%;
    z-index: 200;
  }
}

.menu-item-299:hover > ul.sub-menu {
  display: block;
}

.menu-item-301:hover > ul.sub-menu {
  display: block;
}

.menu-item-300:hover > ul.sub-menu {
  display: block;
}
.menu-item-297:hover > ul.sub-menu {
  display: block;
}

.menu-item-has-children:hover > ul.sub-menu,
.menu-item-has-children:active > ul.sub-menu {
  display: block;
}

ul.sub-menu {
  padding: 20px;
  display: none;
  position: absolute;
  z-index: 100;
  background-color: white;
  transition: all 500ms ease;
  width: 185px;
  min-height: 220px;
}
li ul.sub-menu li {
  display: block;
}
ul.second_menu {
  left: 180px;
}

.title_services,
.title_cat_poligr,
.title_home_large_print,
.title_home_suv {
  text-align: center;
  margin: 40px 0;
}
.link_services img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .link_services img {
    height: auto;
  }
}
.link_services p {
  text-align: center;
  font-size: 20px;
  margin: 20px 0;
}

.cat_poligr,
.home_suv {
  background-color: #e1e1e1;
}

.home .min_card {
  background-color: white;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.home .min_card .min_card_table,
.home .min_card .for_title_card_home .min_card_title {
  margin: 0;
}

.home .min_card .for_title_card_home {
  padding: 10px 0;
}

.home .type-largeprint .min_card {
  padding-bottom: 1px;
}

/*.home .type-largeprint .min_card img{*/
/*	max-height: none;*/
/*}*/

.cat_poligr .first_button_popap,
.home_large_print .first_button_popap,
.home_suv .first_button_popap {
  display: block;
  margin: 40px auto;
}

.how_order {
  min-height: 280px;
}
.how_order .title_how_order {
  margin: 40px 0;
}
.how_order .first_block {
  text-align: center;
}
.how_order .first_block p {
  text-align: left;
}
.how_order .arrow_home {
  position: relative;
  top: 26px;
}

.button_orange_block_home {
  position: absolute;
  top: 45%;
  height: 45px;
  border-radius: 22px;
  background-color: rgb(142, 115, 246);
  width: 260px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 2.2;
  font-size: 20px;
  right: 205px;
  transition: all 0.5s ease;
}
.button_orange_block_home:hover {
  background-color: white;
  color: rgb(142, 115, 246);
}
.button_orange_block_home:before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 43px;
  right: 270px;
  background: url(img/arr_for_link.png) no-repeat;
}

.same_cat_home {
  display: block;
  position: absolute;
  width: 606px;
  height: 265px;
  right: -218px;
  background: url(img/cat_back.png) no-repeat;
  top: -115px;
}

.home .home_large_print .min_card {
  background-color: #e1e1e1;
}

.home_large_print .first_button_popap:before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 43px;
  right: 270px;
  background: url(img/arr_for_link.png) no-repeat;
  transform: matrix(0, 1, 1, 0, -124, -25) rotate(-58deg);
}

.home_suv .first_button_popap:before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 43px;
  left: 385px;
  background: url(img/arr_for_link.png) no-repeat;
  transform: matrix(0, 1, -1, 0, 10, -24) rotate(-60deg);
}

.home .orange_back {
  margin-top: 0;
  margin-bottom: 0;
}

.card img {
  width: 100%;
}
.card_title {
  text-align: center;
  margin-bottom: 40px;
}

.card_title.inverse {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 40px;
}

.card_content {
  overflow-y: scroll;
}
.min_card {
  text-align: center;
}
.min_card a {
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.page-template-page-largeprint .min_card img {
  width: auto;
}

.min_card img {
  width: 100%;
  max-height: 175px;
  object-fit: cover;
}
.min_card .min_card_title {
  min-height: 40px;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
}

.min_card a:hover .min_card_title {
  color: #8e73f6;
}

.min_card_table.table-responsive td {
  width: 50%;
}

.type-suvenirnaya .min_card_table.table-responsive td {
  height: 25px;
}

.min_card_table tbody {
  min-height: 50px;
}
.page-template .min_card .min_card_title {
  margin-bottom: 10px;
  min-height: 40px;
}
.title_price {
  text-align: center;
}

.first_block > div,
.second_block > div,
.third_block > div {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  padding: 2px 10px;
  line-height: 1.5;
  font-size: 18px;
}
.first_block > div {
  background-color: #8e73f6;
}
.second_block > div {
  background-color: #ff622d;
}
.third_block > div {
  background-color: #59b200;
}
.first_block > p,
.second_block > p,
.third_block > p {
  padding-left: 8px;
  padding-top: 5px;
}

.price_table {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
}
.price_table a {
  color: #ff622d;
}
.price_table tr:first-child td span {
  display: block;
  color: white;
  background-color: #8e73f6;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
}
.price_table tr:first-child td {
  padding: 0 15px;
}
.price_table tr:first-child td:first-child {
  padding-left: 0;
}
.price_table tr:first-child td:last-child {
  padding-right: 0;
}
.price_table tr td:last-child {
  padding-right: 0;
  padding-left: 15px;
}
.price_table tr td:first-child {
  width: 50%;
  text-align: left;
  color: #444444;
}
.price_table td {
  padding: 5px 10px;
  text-align: center;
}
table.price_table {
  border: 0;
}
.price_table tr:nth-child(even) {
  background-color: #eee;
  border: 1px solid #e1e1e1;
}

.orange_back {
  background-color: #ff622d;
  margin-top: 40px;
  margin-bottom: 40px;
  min-height: 150px;
}
.same_cat {
  display: block;
  position: absolute;
  width: 606px;
  height: 200px;
  right: -218px;
  background: url(img/same_cat.png) no-repeat;
  top: -7px;
}
.header_orange_block {
  font-size: 50px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1;
}
.body_orange_block {
  font-size: 23px;
  color: white;
  font-weight: 300;
  line-height: 1;
  margin-top: 26px;
}
.button_orange_block {
  position: absolute;
  top: 63%;
  height: 45px;
  border-radius: 22px;
  background-color: rgb(142, 115, 246);
  width: 260px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 2.2;
  font-size: 20px;
  right: 335px;
  transition: all 0.5s ease;
}
.button_orange_block:hover {
  background-color: white;
  color: rgb(142, 115, 246);
}
.button_orange_block:before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 43px;
  right: 270px;
  background: url(img/arr_for_link.png) no-repeat;
}

.gallery-wrapper {
  margin-bottom: 10px;
}

.gallery-wrapper > img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.fancybox-gallery {
  display: flex;
  max-width: 100%;
  overflow: hidden;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fancybox-gallery a:last-child {
  margin-right: auto;
}

.fancybox-gallery a:nth-child(4n) {
  margin-right: 0;
}

.fancybox-gallery a {
  width: calc(25% - 6px);
  margin-right: 8px;
  margin-bottom: 10px;
  height: 80px;
}

.fancybox-gallery a > img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0%);
  transition: 0.3s filter;
}

.fancybox-gallery a:hover > img {
  filter: sepia(100%);
}

.title_rest {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.min_card_table {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 35px;
}
.min_card_table tr:last-child {
  background-color: #8e73f6;
  color: white;
  font-weight: 700;
}

.min_card_table tr:last-child td:first-child {
  border-right: 1px solid white;
}
.min_card_table tr:last-child td:last-child {
  border-left: 1px solid white;
}

.header_cont_num {
  height: 45px;
  background-color: rgb(225, 225, 225);
}

.header_button_first {
  display: inline-block;
  border-radius: 17px;
  background-color: rgb(142, 115, 246);
  width: 160px;
  height: 34px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 2.1;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  border: 1px solid rgb(142, 115, 246);
  transition: all 0.5s ease;
}
.header_button_first:hover {
  background: transparent;
  color: rgb(142, 115, 246);
}

.header_button_second {
  display: inline-block;
  border-radius: 17px;
  background-color: rgb(255, 98, 45);
  width: 160px;
  height: 34px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 2.1;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  border: 1px solid rgb(255, 98, 45);
  transition: all 0.5s ease;
}
.header_button_second:hover {
  background-color: transparent;
  color: rgb(255, 98, 45);
}

.header_number span:last-child {
  font-size: 33px;
  color: rgb(68, 68, 68);
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  margin-top: 4px;
}

.header_number span:first-child {
  font-size: 25px;
  color: rgb(68, 68, 68);
  line-height: 1.2;
  display: inline-block;
  position: relative;
  bottom: 3px;
}

#popap_back {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#popap {
  display: none;
  width: 600px;
  position: fixed;
  top: 5%;
  left: 50%;
  margin-left: -300px;
  background-color: #e1e1e1;
  z-index: 1000;
}
#popap_head {
  text-align: center;
  padding: 0 30px;
}
#popap a {
  color: #ff622d;
}

.wpcf7-form-control {
  width: 100%;
  resize: none;
}

#popap label {
  display: block;
}
#popap input {
  height: 30px;
  border-radius: 15px;
  border: 0;
  padding: 7px 10px;
  font-weight: 500;
}
#popap textarea {
  padding: 0 20px;
  border-radius: 15px;
  border: 0;
  padding: 7px 10px;
  font-weight: 500;
  height: 120px;
}
#popap .wpcf7-submit {
  width: 30%;
  background-color: #8e73f6;
  color: white;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 2px;
  margin-left: 32%;
  border: 2px solid transparent;
  transition: all 0.4s ease;
}

#popup_close {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  right: 10px;
  top: 10px;
  background: url(img/close.png) no-repeat center;
}
#popup_close:hover {
  transform: rotate(90deg);
  transition: all 0.5s ease;
}

/******************************************************************************************/

#popap_bac {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 600;
}
#popa {
  display: none;
  position: fixed;
  top: 5%;
  left: 50%;
  margin-left: -200px;
  background-color: #e1e1e1;
  width: 400px;
  padding: 10px;
  z-index: 700;
}

#popa_hea {
  text-align: center;
}
#popa a {
  color: #ff622d;
}

.wpcf7-form-control {
  width: 100%;
  resize: none;
}

#popa label {
  display: block;
}
#popa input {
  height: 30px;
  border-radius: 15px;
  border: 0;
  padding: 7px 10px;
  font-weight: 500;
  margin: 5px 0px;
}
#popa textarea {
  padding: 0 20px;
  border-radius: 15px;
  border: 0;
  padding: 7px 10px;
  font-weight: 500;
}
#popa .wpcf7-submit {
  width: 34%;
  background-color: #ff622d;
  color: white;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 2px;
  margin-left: 32%;
  border: 2px solid transparent;
  transition: all 0.4s ease;
}

#popup_clos {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  right: 10px;
  top: 10px;
  background: url(img/close.png) no-repeat center;
}
#popup_clos:hover {
  transform: rotate(90deg);
  transition: all 0.5s ease;
}

/*****************************************************************************************/

#popap_ba {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 600;
}
#pop {
  display: none;
  width: 400px;
  position: fixed;
  top: 5%;
  left: 50%;
  margin-left: -200px;
  background-color: #e1e1e1;
  padding: 10px;
  z-index: 700;
}
#popap_he {
  text-align: center;
  padding: 0 30px;
}
#pop a {
  color: #ff622d;
}

.wpcf7-form-control {
  width: 100%;
  resize: none;
}

#pop label {
  display: block;
}
#pop input {
  height: 30px;
  border-radius: 15px;
  border: 0;
  padding: 7px 10px;
  font-weight: 500;
}
#pop textarea {
  padding: 0 20px;
  border-radius: 15px;
  border: 0;
  padding: 7px 10px;
  font-weight: 500;
  height: 120px;
}
#pop .wpcf7-submit {
  width: 30%;
  background-color: #8e73f6;
  color: white;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 2px;
  margin-left: 32%;
  border: 2px solid transparent;
  transition: all 0.4s ease;
}

#popup_clo {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  right: 10px;
  top: 10px;
  background: url(img/close.png) no-repeat center;
}
#popup_clo:hover {
  transform: rotate(90deg);
  transition: all 0.5s ease;
}

/************************************************************************/

#popap_back_ok {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#popap_ok {
  display: none;
  width: 600px;
  position: fixed;
  top: 5%;
  left: 50%;
  margin-left: -300px;
  background-color: #e1e1e1;
  z-index: 2003;
}
#popap_header_ok {
  text-align: center;
  padding: 20px 30px;
}

/************************************************************************/

#popap .wpcf7-form-control.wpcf7-submit:hover,
#pop .wpcf7-form-control.wpcf7-submit:hover {
  background: transparent;
  background-color: transparent;
  color: white;
  border: 2px solid #8e73f6;
  text-shadow: black 0 4px 6px;
}

#popa .wpcf7-form-control.wpcf7-submit:hover {
  background: transparent;
  background-color: transparent;
  color: white;
  border: 2px solid #ff622d;
  text-shadow: black 0 4px 6px;
}
/* {
	background: transparent;
	background-color: transparent;
	color: white;
	border: 2px solid #ff622d;
} */

.bacground_cat_cont .wpcf7-submit:hover {
  background: transparent;
  background-color: transparent;
  color: white;
  border: 2px solid #ff622d;
}

.wp-image-336.size-full {
  width: 100%;
  height: auto;
}

.footer_color {
  background-color: #8e73f6;
  min-height: 250px;
}

.header_number {
  margin: 0;
}

#footer_menu {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: inherit;
  line-height: 1.1;
  color: white;

  list-style-type: none;
}
.footer_color a,
.footer_contacts {
  color: white;
  font-size: 15px;
}
.footer_contacts {
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: bold;
  cursor: pointer;
}

.footer_color p,
.footer_contacts {
  padding: 10px;
}
.footer_color p {
  padding-top: 0;
  color: white;
}
.footer_inf_links {
  display: block;
}

.footer_color a:hover {
  color: #444;
}

#footer_menu > li {
  display: block;
  float: left;
  text-transform: uppercase;
  font-weight: 700;
}

.footer_color ul.sub-menu {
  background: transparent;
  padding-left: 0;
}

.footer_color ul.sub-menu li {
  text-transform: initial;
  font-weight: 500;
  padding: 5px 0;
  font-size: 14px;
}

.footer_color ul.sub-menu li:before {
  content: " > "; /* Добавляем в качестве маркера символ */
}
.footer_color ul.sub-menu li:hover:before {
  color: #444;
}

.footer_color .menu-item-381 ul:first-child {
  padding-left: 0;
}

.footer_color .second_menu {
  left: 240px;
}

.footer_color .seconde_menu {
  left: 400px;
}

.footer_color .menu-item-381 {
  border-top: 1px solid #7859f4;
  border-left: 1px solid #7859f4;
  border-right: 1px solid #7859f4;
}

.footer_color .menu-item-382:hover,
.footer_color .menu-item-400:hover {
  border-top: 1px solid #7859f4;
  border-left: 1px solid #7859f4;
  border-right: 1px solid #7859f4;
}

.footer_color .menu-item-382,
.footer_color .menu-item-400 {
  border-bottom: 1px solid #7859f4;
}

.footer_color .menu-item-381,
.footer_color .menu-item-382,
.footer_color .menu-item-400,
.footer_color .menu-item-46121,
.footer_color .menu-item-46122,
.footer_color .menu-item-46123 {
  padding: 10px;
}

.footer_color .menu-item-381 > ul {
  display: block;
}

.footer_color_seox {
  background-color: #e1e1e1;
  text-align: center;
}
.footer_color_seox p {
  margin: 0;
}

.card_title.title_cont {
  color: white;
}

.header_form_cont {
  color: white;
  font-size: 36px;
}

.bacground_cat_cont label {
  width: 100%;
  margin: 7px 0px;
}
.bacground_cat_cont textarea {
  height: 135px;
}
.bacground_cat_cont .wpcf7-form-control {
  border-radius: 15px;
  border: 0;
  padding: 6px 10px;
}

.bacground_cat_cont .wpcf7-submit {
  width: 50%;
  color: white;
  background-color: #ff622d;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  border: 2px solid transparent;
  transition: all 0.4s ease;
}

.bacground_cat_cont .adresses {
  padding-top: 74px;
  color: white;
}
/* коте */
/******

    CONSTANTS

  *******/
/******

    MIXINS

  *******/
/* --------------------------------

CONTENT

-------------------------------- */
body .error404 {
  background-color: #dd811a;
  font-family: "Sue Ellen Francisco", sans-serif;
  font-size: 3em;
  color: #702707;
  text-align: center;
  overflow: hidden;
}
.error404 .wrapper {
  margin: 1em auto 0.5em auto;
  text-align: center;
  color: white;
}
.error404 .meaning-wrapper {
  margin: 0 auto;
  text-align: center;
  color: white;
}
.error404 .words-wrapper {
  display: inline-block;
  position: relative;
}
.error404 .words-wrapper h1 {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.error404 .words-wrapper h1.header-word {
  position: relative;
  margin: 0;
  opacity: 1;
}
.error404 .rotate,
.error404 .rotate-meaning {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -o-perspective: 300px;
  perspective: 300px;
}
.error404 .rotate h1 {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.error404 .rotate h1.header-word {
  color: white;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
/* --------------------------------

MEANING

-------------------------------- */
.error404 .words-wrapper p.meaning {
  margin: 0;
  text-align: center;
}
.error404 .rotate-meaning p {
  opacity: 0;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.error404 .rotate-meaning p.meaning {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: rotate-meaning-in 1.2s 2s forwards;
  -moz-animation: rotate-meaning-in 1.2s 2s forwards;
  animation: rotate-meaning-in 1.2s 2s forwards;
}
@-webkit-keyframes rotate-meaning-in {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-180deg);
  }
  35% {
    -webkit-transform: rotateX(-120deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotateX(45deg);
    opacity: 1;
  }
  75% {
    -webkit-transform: rotateX(-45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes rotate-meaning-in {
  0% {
    opacity: 0;
    -moz-transform: rotateX(-180deg);
  }
  35% {
    -moz-transform: rotateX(-120deg);
    opacity: 0;
  }
  50% {
    -moz-transform: rotateX(45deg);
    opacity: 1;
  }
  75% {
    -moz-transform: rotateX(-45deg);
    opacity: 1;
  }
  100% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes rotate-meaning-in {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  35% {
    -webkit-transform: rotateX(-120deg);
    -moz-transform: rotateX(-120deg);
    -ms-transform: rotateX(-120deg);
    -o-transform: rotateX(-120deg);
    transform: rotateX(-120deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotateX(45deg);
    -moz-transform: rotateX(45deg);
    -ms-transform: rotateX(45deg);
    -o-transform: rotateX(45deg);
    transform: rotateX(45deg);
    opacity: 1;
  }
  75% {
    -webkit-transform: rotateX(-45deg);
    -moz-transform: rotateX(-45deg);
    -ms-transform: rotateX(-45deg);
    -o-transform: rotateX(-45deg);
    transform: rotateX(-45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
/* --------------------------------

CAT

-------------------------------- */
.error404 .site-content {
  background-color: rgb(255, 98, 45);
  overflow-y: hidden;
}
.site-footer {
  position: relative;
}
.error404 .cat {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  position: relative;
  width: 100%;
  -webkit-animation: cat-animate 2s 2s forwards;
  -moz-animation: cat-animate 2s 2s forwards;
  -o-animation: cat-animate 2s 2s forwards;
  animation: cat-animate 2s 2s forwards;
  bottom: 230px;
  height: 460px;
}
.error404 svg {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  display: block;
}
@-webkit-keyframes cat-animate {
  0% {
    -webkit-transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(75%);
  }
  80% {
    -webkit-transform: translateY(75%);
  }
  100% {
    -webkit-transform: translateY(50%);
  }
}
@-moz-keyframes cat-animate {
  0% {
    -moz-transform: translateY(100%);
  }
  50% {
    -moz-transform: translateY(75%);
  }
  80% {
    -moz-transform: translateY(75%);
  }
  100% {
    -moz-transform: translateY(50%);
  }
}
@keyframes cat-animate {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(75%);
    -moz-transform: translateY(75%);
    -ms-transform: translateY(75%);
    -o-transform: translateY(75%);
    transform: translateY(75%);
  }
  80% {
    -webkit-transform: translateY(75%);
    -moz-transform: translateY(75%);
    -ms-transform: translateY(75%);
    -o-transform: translateY(75%);
    transform: translateY(75%);
  }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
.error404 #eyes-right,
.error404 #eyes-left {
  -webkit-animation: blink 3s infinite linear;
  -moz-animation: blink 3s infinite linear;
  -o-animation: blink 3s infinite linear;
  animation: blink 3s infinite linear;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.error404 #eyes-right circle,
.error404 #eyes-left circle {
  fill: #251305;
}
@-webkit-keyframes blink {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  70% {
    -webkit-transform: rotateX(0deg);
  }
  75% {
    -webkit-transform: rotateX(80deg);
  }
  80% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@-moz-keyframes blink {
  0% {
    -moz-transform: rotateX(0deg);
  }
  70% {
    -moz-transform: rotateX(0deg);
  }
  75% {
    -moz-transform: rotateX(80deg);
  }
  80% {
    -moz-transform: rotateX(0deg);
  }
  100% {
    -moz-transform: rotateX(0deg);
  }
}
@keyframes blink {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  70% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  75% {
    -webkit-transform: rotateX(80deg);
    -moz-transform: rotateX(80deg);
    -ms-transform: rotateX(80deg);
    -o-transform: rotateX(80deg);
    transform: rotateX(80deg);
  }
  80% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
/* --------------------------------

WHISKERS LEFT

-------------------------------- */
.error404 #wh-left {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-animation: move-whiskers-left 5s infinite alternate;
  -moz-animation: move-whiskers-left 5s infinite alternate;
  -o-animation: move-whiskers-left 5s infinite alternate;
  animation: move-whiskers-left 5s infinite alternate;
}
@-webkit-keyframes move-whiskers-left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes move-whiskers-left {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(3deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@keyframes move-whiskers-left {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* --------------------------------

WHISKERS RIGHT

-------------------------------- */
.error404 #wh-right {
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-animation: move-whiskers-right 5s infinite alternate;
  -moz-animation: move-whiskers-right 5s infinite alternate;
  -o-animation: move-whiskers-right 5s infinite alternate;
  animation: move-whiskers-right 5s infinite alternate;
}
@-webkit-keyframes move-whiskers-right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes move-whiskers-right {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(-3deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@keyframes move-whiskers-right {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* --------------------------------

EARS

-------------------------------- */
.error404 #ears-right:hover,
.error404 #ears-left:hover {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: move-ears-right 0.5s infinite alternate;
  -moz-animation: move-ears-right 0.5s infinite alternate;
  -o-animation: move-ears-right 0.5s infinite alternate;
  animation: move-ears-right 0.5s infinite alternate;
}
@-webkit-keyframes move-whiskers-right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes move-ears-right {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(-3deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@keyframes move-ears-right {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* --------------------------------

FOOTER

-------------------------------- */
/* .error404 footer {
  padding: 0;
  font-size: 0.4em;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.error404 footer ul {
  list-style-type: none;
  padding: 0;
  text-align: left;
}
.error404 footer ul a {
  border-bottom: 1px dotted #702707;
  text-decoration: none;
  color: #702707;
}
 */

/* end коте */

/* .push3,
.push4{
    left: 16.66666667%;
} */

#popup__toggle {
  bottom: 25px;
  right: 10px;
  position: fixed;
}
.img-circle {
  background-color: #8e73f6;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.circlephone {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #8e73f6;
  width: 150px;
  height: 150px;
  bottom: -25px;
  right: 10px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
  -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
  -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
  -o-animation: circle-anim 2.4s infinite ease-in-out !important;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.circle-fill {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #8e73f6;
  width: 100px;
  height: 100px;
  bottom: 0px;
  right: 35px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.img-circle {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  bottom: 14px;
  right: 49px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
}
.img-circleblock {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  background-image: url(img/mini.png);
  background-position: center center;
  background-repeat: no-repeat;
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.img-circle:hover {
  opacity: 1;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
}
@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
  }
}
@-moz-keyframes circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

#popup__toggl {
  bottom: 25px;
  left: 180px;
  position: fixed;
}

#popup__toggl .img-circleblock {
  background-image: none;
}

.inner-circleblock {
  margin: 0;
  padding: 16px 12px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
#popup__toggl .img-circle,
#popup__toggl .circle-fill {
  background-color: rgb(255, 98, 45);
}

#popup__toggl .circlephone {
  border: 2px solid rgb(255, 98, 45);
}

.logo {
  filter: sepia(0);
}

#subtitle_sp.title_first_screen.two_screeen {
  margin-top: 16px;
  /* text-shadow: black 0 4px 7px; */
  background-color: #8e73f6;
  font-size: 35px;
  padding: 0 6px;
  height: 66px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 35px;
}
#subtitle_sp.title_first_screen.two_screeen span {
  background-color: transparent;
  text-shadow: none;
  /* padding: 0 10px; */
  font-weight: 700;
  font-size: 35px;
}
.firstscreenbuttons {
  padding-bottom: 10px;
}

.nav > li.current-menu-item > a {
  text-decoration: none;
  background-color: #eeeeee;
}

.sub-menu > li.current-menu-item,
.drawer__item.current-menu-item {
  text-decoration: none;
  background-color: #eeeeee;
}
.sub-menu > li.current-menu-item > a,
.drawer__item.current-menu-item > a {
  color: #8e73f6;
}

#sbttBacktotop {
  right: 185px;
}

.news_img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

@-webkit-keyframes pulsate {
  50% {
    color: #fff;
    text-shadow:
      0 -1px rgba(0, 0, 0, 0.3),
      0 0 5px #ffd,
      0 0 8px #fff;
  }
}
@keyframes pulsate {
  50% {
    color: #fff;
    text-shadow:
      0 -1px rgba(0, 0, 0, 0.3),
      0 0 5px #ffd,
      0 0 8px #fff;
  }
}
#blink7,
#blink7 span {
  color: rgb(245, 245, 245);
  text-shadow: 0 -1px rgba(0, 0, 0, 0.1);
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .min_card img {
    width: 100%;
    min-height: 159px;
  }
  #subtitle_sp.title_first_screen.two_screeen {
    margin-top: 16px;
    /* text-shadow: black 0 4px 7px; */
    background-color: #8e73f6;
    font-size: 28px;
    padding: 0 6px;
    height: 66px;
    display: table-cell;
    vertical-align: middle;
  }
  #subtitle_sp.title_first_screen.two_screeen span {
    background-color: transparent;
    text-shadow: none;
    /* padding: 0 10px; */
    font-weight: 700;
    font-size: 28px;
  }
  .header_number span:first-child {
    bottom: 0;
  }
  .header_number span:last-child {
    font-size: 25px;
    margin-top: 8px;
  }
  .logo_print {
    font-size: 1.9em;
  }
  .min_card .min_card_title {
    font-size: 17px;
  }
  .home_large_print .first_button_popap:before {
    right: 166px;
  }
  .home_suv .first_button_popap:before {
    left: 281px;
  }
  .header_orange_block {
    font-size: 40px;
  }
  .body_orange_block {
    font-size: 27px;
    margin-top: 22px;
    width: 45%;
  }
  #footer_menu > li {
    font-size: 14px;
  }
  .footer_contacts {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .footer_color a,
  .footer_contacts {
    font-size: 11px;
  }
  .footer_contacts {
    padding: 13px;
  }
  .nav > li.menu-item > a {
    padding: 28px 6px;
    font-size: 14px;
  }
  .footer_color .second_menu {
    left: 200px;
  }
  .footer_color .seconde_menu {
    left: 325px;
  }
  .min_card {
    min-height: 268px;
  }
  .type-largeprint .min_card {
    min-height: 214px;
  }
  .home .type-largeprint .min_card {
    padding-bottom: 0;
  }
  .title_first_screen {
    font-size: 55px;
    margin-top: calc(50vh - 180px);
  }
  .title_first_screen span:first-child {
    font-size: 44px;
  }

  .title_first_screen span:last-child {
    font-size: 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .min_card {
    min-height: 358px;
  }
  .title_first_screen {
    font-size: 35px;
    margin-top: calc(50vh - 165px);
    text-align: center;
  }
  .title_first_screen span:first-child {
    font-size: 32px;
  }
  .title_first_screen span:last-child {
    font-size: 30px;
  }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .hiddensm,
  .same_cat {
    display: none;
  }
  .button_orange_block {
    position: relative;
    top: auto;
    right: auto;
    margin: 10px auto;
    display: block;
  }
  #subtitle_sp.title_first_screen.two_screeen {
    margin-top: 16px;
    background-color: #8e73f6;
    font-size: 20px;
    padding: 0 6px;
    display: block;
    height: auto;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    width: 375px;
  }
  #subtitle_sp.title_first_screen.two_screeen span {
    background-color: transparent;
    text-shadow: none;
    /* padding: 0 10px; */
    font-weight: 700;
    font-size: 20px;
  }
  .min_card img {
    max-height: none;
  }
  .page-template-page-largeprint .min_card img {
    width: 100%;
  }

  .type-suvenirnaya .min_card_table.table-responsive td {
    height: auto;
  }

  .page-template .min_card .min_card_title {
    min-height: auto;
  }

  .button_orange_block:before {
    display: none;
  }
  .menu-item-299:hover > ul.sub-menu {
    display: none;
  }

  .menu-item-301:hover > ul.sub-menu {
    display: none;
  }

  .menu-item-300:hover > ul.sub-menu {
    display: none;
  }
  .menu-item-297 > ul.sub-menu {
    display: block;
    position: relative;
    padding: 0;
  }
  .menu-item-297 > ul.sub-menu li,
  .nav > li.menu-item > a {
    padding: 8px;
  }
  .navbar-header .navbar-toggle {
    margin-top: 19px;
  }
  .home_large_print .first_button_popap:before,
  .home_suv .first_button_popap:before,
  .button_orange_block_home:before {
    background: 0;
    display: none;
  }
  .button_orange_block_home {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 10px auto;
  }
  #footer_menu {
    padding: 0;
  }
  #footer_menu > li {
    float: none;
    padding: 0;
    border: 0;
  }

  #footer_menu ul.sub-menu {
    position: relative;
    left: 0;
    display: block;
    padding: 0;
  }
  .menu-item-400 > a,
  .menu-item-382 > a,
  .menu-item-381 > a {
    padding: 10px;
    margin: 10px 0;
    display: inline-block;
  }

  .first_button_popap,
  .second_button_popap {
    display: block;
    margin: 15px auto;
  }
  .size-full {
    width: 100%;
  }
  #popap_back {
    width: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  #popap {
    width: 310px;
    top: 0;
    left: 50%;
    margin-left: -150px;
    top: 90px;
  }
  #popap_bac {
    width: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  #popa,
  #pop {
    width: 300px;
    top: 0;
    left: 50%;
    margin-left: -150px;
    top: 90px;
  }
  .price_table.table-responsive tr:first-child {
    background-color: #8e73f6;
  }
  .push3,
  .push4 {
    left: auto;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .title_first_screen {
    font-size: 20px;
    margin-top: calc(50vh - 165px);
    text-align: center;
  }
  .title_first_screen span:first-child {
    font-size: 22px;
  }
  .title_first_screen span:last-child {
    font-size: 22px;
  }

  #popup__toggl {
    display: none;
  }

  #popup__toggle {
    bottom: 95px;
    right: -34px;
  }

  #popup__toggle .circlephone {
    width: 100px;
    height: 100px;
    bottom: -11px;
    right: 29px;
  }

  #popup__toggle .circle-fill {
    width: 80px;
    height: 80px;
    right: 41px;
  }

  #popup__toggle .img-circle {
    width: 60px;
    height: 60px;
  }

  #popup__toggle .img-circleblock {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  /* 	.cell_3,.cell_4,.cell_5{
	display: none;
} */
  #popap .wpcf7-submit {
    width: 52%;
    background-color: #8e73f6;
    color: white;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 2px;
    margin-left: 25%;
  }
  #popap {
    width: 300px;
    top: 0;
    left: 50%;
    margin-left: -150px;
    top: 90px;
  }
  .title_first_screen {
    font-size: 20px;
    margin-top: calc(50vh - 165px);
    text-align: center;
  }
  .title_first_screen span:first-child {
    font-size: 22px;
  }
  .title_first_screen span:last-child {
    font-size: 22px;
  }

  #popup__toggl {
    display: none;
  }

  #popup__toggle {
    bottom: 95px;
    right: -34px;
  }

  #popup__toggle .circlephone {
    width: 100px;
    height: 100px;
    bottom: -11px;
    right: 29px;
  }

  #popup__toggle .circle-fill {
    width: 80px;
    height: 80px;
    right: 41px;
  }

  #popup__toggle .img-circle {
    width: 60px;
    height: 60px;
  }

  #popup__toggle .img-circleblock {
    width: 60px;
    height: 60px;
  }

  #subtitle_sp.title_first_screen.two_screeen {
    width: 276px;
  }

  #sbttBacktotop {
    bottom: 27px;
    right: 79%;
  }
}

/* Main page slider */

#main-page-slider {
  height: 600px;
  overflow: hidden;
}

#main-page-slider .bacground_cat {
  height: 600px;
  background-size: auto;
}

#main-page-slider .title_first_screen {
  margin-top: 20px;
}

#main-page-slider #subtitle_sp {
  position: relative;
  border-radius: 10px;
  padding: 6px 10px;
}

#main-page-slider #subtitle_sp:after {
  content: "";
  width: 131px;
  height: 116px;
  display: block;
  background: url(img/plumb.png) no-repeat;
  position: absolute;
  top: 52px;
  right: -20px;
}

@media (max-width: 1023px) {
  #main-page-slider #subtitle_sp:after {
    top: 85px;
    right: 124px;
  }
}

@media (max-width: 639px) {
  #main-page-slider #subtitle_sp:after {
    top: 105px;
    right: 74px;
  }
}

#main-page-slider .slick-prev,
#main-page-slider .slick-next {
  width: 30px;
  height: 30px;
}

#main-page-slider .slide-2 {
  height: 600px;
  background: url(img/slide_2_bg.jpg) no-repeat center;
  font-family: "Proxima Nova Bl";
  font-weight: 900;
  font-style: normal;
}

#main-page-slider .wrapper {
  width: 70%;
  margin: 0 auto;
  box-sizing: border-box;
}

#main-page-slider .slide-2-1 {
  text-align: center;
  font-size: 100px;
  font-weight: bold;
  color: #ffbe00;
}

#main-page-slider .slide-2-1 span {
  font-size: 60px;
}

#main-page-slider .slide-2-2 {
  font-size: 40px;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

#main-page-slider .slide-2-3 {
  font-size: 60px;
  font-weight: bold;
  color: #ffbe00;
  text-align: center;
  text-transform: uppercase;
}

#main-page-slider .slide-3 {
  height: 600px;
  background: url(img/slide_3_bg.jpg) no-repeat top left;
}

#main-page-slider .slide-4,
.main-page-slider.slide-4 {
  height: 681px;
  background: url(img/slide4_new_bg.jpg) no-repeat top center;
  /* background: url(img/slide_4_bg.jpg) no-repeat top center; */
  font-family: "Roboto Condensed", sans-serif;
}

#main-page-slider .slide-5 {
  height: 600px;
  background: url(img/banner-5.jpg) no-repeat top center;
  font-family: "Roboto Condensed", sans-serif;
}

#main-page-slider .slide-5 .slide-4-1 {
  color: black;
}

#main-page-slider .slide-4 .wrapper,
.main-page-slider.slide-4 .wrapper {
  width: 60%;
  margin: 20px auto 0 auto;
}

.slide-4-text {
  margin-left: 10%;
  margin-top: 40px;
}

.slide-4-text p {
  margin: 4px 0;
}

#main-page-slider .slide-4-1,
.main-page-slider .slide-4-1 {
  font-size: 30px;
  color: #ff622d;
  text-transform: uppercase;
  font-weight: bold;
}

#main-page-slider .slide-4-2,
.main-page-slider .slide-4-2 {
  display: inline-block;
  background: #8e73f6;
  color: white;
  font-size: 55px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px;
  line-height: 1;
}

#main-page-slider .slide-4-3,
.main-page-slider .slide-4-3 {
  font-size: 70px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}

#main-page-slider .slide-4-5,
.main-page-slider .slide-4-5 {
  font-size: 30px;
  color: white;
  text-transform: uppercase;
}

.slide-4-text .link {
  color: white;
  background: #ff622d;
  padding: 10px 45px;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 15px;
}

@media (max-width: 520px) {
  .slide-4-text {
    margin-top: 0;
  }

  #main-page-slider .slide-4,
  .main-page-slider.slide-4 {
    background-position: -390px 0;
  }

  #main-page-slider .slide-4-1,
  .main-page-slider .slide-4-1 {
    font-size: 22px;
  }

  #main-page-slider .slide-4-2,
  .main-page-slider .slide-4-2 {
    font-size: 30px;
  }

  #main-page-slider .slide-4-3,
  .main-page-slider .slide-4-3 {
    font-size: 40px;
  }
}

#main-page-slider .slide-2 .wrapper {
  padding-top: 126px;
}

#main-page-slider .slide-3 {
  font-family: "Open Sans", sans-serif;
}

#main-page-slider .slide-3 .wrapper {
  padding-top: 126px;
  width: 80%;
}

#main-page-slider .slide-3 .promo {
  width: 62%;
  text-align: center;
}

#main-page-slider .slide-3-1 {
  font-size: 55px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
}

#main-page-slider .slide-3 .marked {
  font-weight: 800;
  background: url(img/slide_marked.png) no-repeat;
  padding: 5px;
  font-size: 46px;
}

@media (max-width: 1024px) {
  #main-page-slider .slide .wrapper {
    width: 95%;
  }

  #main-page-slider .slide-3 {
    background-position: -348px 0px;
  }

  #main-page-slider .slide-4 .wrapper,
  .main-page-slider.slide-4 .wrapper {
    width: 100%;
    padding: 15px;
    margin: 0;
  }
}

@media (max-width: 960px) {
  #main-page-slider .slide .wrapper {
    padding-top: 56px;
  }

  #main-page-slider .slide-3 .promo {
    width: 100%;
  }

  #main-page-slider .slide-3 {
    background-position: -328px 0px;
  }
}

@media (max-width: 410px) {
  #main-page-slider .slide .wrapper {
    padding-top: 107px;
  }

  #main-page-slider .slide-2-1 {
    font-size: 60px;
  }

  #main-page-slider .slide-2-1 span {
    font-size: 30px;
  }

  #main-page-slider .slide-2-2 {
    font-size: 28px;
  }

  #main-page-slider .slide-2-3 {
    font-size: 40px;
  }

  #main-page-slider .slide-3 {
    background: url(img/slide_3_bg_mobile.jpg) no-repeat;
    background-position: -330px -80px;
  }

  #main-page-slider .slide-3-1 {
    font-size: 32px;
  }

  #main-page-slider .slide-3-1 .marked {
    font-size: 28px;
  }

  #main-page-slider .slide-3 .wrapper {
    padding-top: 27px;
  }
}

@media (max-width: 480px) {
  #main-page-slider .slide-3-1 {
    font-size: 32px;
  }

  #main-page-slider .slide-3 {
    background: url(img/slide_3_bg_mobile.jpg) no-repeat;
    background-position: -330px -80px;
  }
}

@media (max-width: 410px) and (max-height: 568px) {
  #main-page-slider .slide .wrapper {
    padding-top: 37px;
  }
}

.text-stroke {
  -webkit-text-stroke: 1px #ffffff;
  color: white;
  text-shadow:
    3px 3px 0 #ffffff,
    -1px -1px 0 #ffffff,
    1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    1px 1px 0 #ffffff;
}

.insta-ico {
  display: inline-block;
  width: 55px;
  height: 56px;
  background: url(img/instagram_ico.png) no-repeat;
  position: relative;
  top: -10px;
}

.facebook-ico {
  display: inline-block;
  width: 55px;
  height: 56px;
  background: url(img/if_facebook_circle_color.png) no-repeat;
  background-size: cover;
  position: relative;
  top: -10px;
}

.banner {
  width: 100%;
  height: 750px;
  padding: 1px 0;
}

.banner-title {
  color: white;
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  display: inline-block;
  background: #8e73f6;
  padding: 5px 100px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.banner-text {
  margin-top: 70px;
  margin-left: 16%;
  text-align: center;
  width: 486px;
}

@media (max-width: 1200px) {
  .banner-text {
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
  }

  .banner-title {
    padding: 5px 20px;
  }
}

@media (max-width: 520px) {
  .banner-title {
    font-size: 40px;
  }
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .wrapper {
    width: 90%;
  }
}

.banner-photooboi-3d {
  background: url("img/banner-photooboi-3d-bg.jpg") no-repeat top center;
}

.banner-photooboi-art {
  background: url("img/banner-photooboi-art-bg.jpg") no-repeat top center;
}

.banner-photooboi-pattern {
  background: url("img/banner-photooboi-pattern-bg.jpg") no-repeat top center;
}

.banner-photooboi-shutterstock {
  background: url("img/banner-shuterstock-bg.png") no-repeat top center;
}

.banner-reviews {
  background: url("img/video-banner.jpg") no-repeat top center;
}

.banner-seamless {
  background: url("img/bg-seamless.jpg") no-repeat top center;
}

.banner-reviews .banner-title,
.banner-seamless .banner-title {
  padding: 10px;
  line-height: 1;
}

.banner-reviews .banner-text {
  margin-left: 0;
}

.banner-seamless .banner-text {
  margin-left: 0;
  text-align: left;
}
@media (max-width: 1200px) {
  .banner-reviews .banner-text {
    margin-left: auto;
  }
  .banner-seamless .banner-text {
    margin-left: auto;
    text-align: center;
    width: 320px;
  }
}
@media (max-width: 500px) {
  .banner-reviews {
    background: url("img/video-banner-mob.jpg") no-repeat top center;
    background-size: cover;
  }
}

.banner-photooboi-shutterstock .banner-text {
  margin: 0;
  width: 100%;
  text-align: left;
}

.banner-photooboi-shutterstock .txt-1 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 40px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 107px;
  margin-bottom: 50px;
  text-align: left;
}

.banner-photooboi-shutterstock .txt-2 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 30px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
}

.banner-photooboi-shutterstock .txt-3 {
  background: #8e73f6;
  display: inline-block;
  padding: 13px 34px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 48.4951px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 10px 0;
}

.banner-photooboi-shutterstock .txt-4 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  line-height: normal;
  font-size: 100px;
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: bold;
  color: white;
}

@media (max-width: 580px) {
  .banner-photooboi-shutterstock .banner-text {
    padding: 0 30px;
  }

  .banner-photooboi-shutterstock .txt-1 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .banner-photooboi-shutterstock .txt-3 {
    font-size: 18px;
  }

  .banner-photooboi-shutterstock .txt-2 {
    font-size: 22px;
  }

  .banner-photooboi-shutterstock .txt-4 {
    font-size: 44px;
  }
}

.photooboi-categories-block {
  text-align: center;
  margin: 40px 0;
}

.photooboi-categories-block .category_item {
  display: block;
  width: 100%;
}

.photooboi-categories-block .category_item img {
  width: 100%;
  height: auto;
}

.promo-block-title {
  margin-bottom: 30px;
}

#product-photo-big-slider {
  margin-bottom: 30px;
}

.product-cart {
  margin: 30px 0;
}

#product-photo-big-slider img {
  width: 100%;
  height: auto;
}

.zoomWrapper {
  position: relative; /**/
}

.slick-slide img {
  margin: 0 auto;
}

#product-photo-slider-controls {
  margin-bottom: 40px;
}

#product-photo-slider-controls .slick-slide {
  outline: none;
  cursor: pointer;
}

.menu-katalog-fotoboev-container {
}

.photooboi-category-menu {
  list-style-type: none;
  text-transform: uppercase;
}

.photooboi-category-menu li {
  display: block;
  padding: 4px 10px;
}

.photooboi-category-menu .menu-item-has-children .sub-menu {
  display: block;
}

.photooboi-category-menu.focused li {
  background: rgb(255, 98, 45);
  display: inline-block;
  font-size: 18px;
  padding: 8px 69px;
  position: relative;
  left: -33px;
}

.photooboi-category-menu.focused li.current-menu-item {
  color: rgb(255, 98, 45);
  background: transparent;
  border: 1px solid;
}

.photooboi-category-menu.focused li.current-menu-item a {
  background: transparent;
  padding: 0;
  color: rgb(255, 98, 45);
}

.photooboi-category-menu.focused li a {
  color: white;
}

.photooboi-category-menu .sub-menu {
  list-style-type: none;
  margin: 4px 0 0 0;
  padding: 0 0 0 20px;
  position: static;
  background-color: transparent;
  min-height: inherit;
}

.photooboi-category-menu .current-menu-item a {
  background: #8e73f6;
  color: white;
  padding: 4px 10px;
}

.photooboi-category-menu .sub-menu > li.current-menu-item {
  background-color: transparent;
}

.photooboi-category-menu .sub-menu > li.current-menu-item > a {
  color: white;
}

.grid-item {
  margin-bottom: 30px;
}

.type-fotooboi .min_card_table td {
  width: 100%;
}

.su-lightbox-gallery {
  text-align: center;
}

.su-lightbox-gallery .su-custom-gallery-slide {
  float: none;
  display: inline-block;
}

.link-wrapper {
  text-align: center;
}

.go-to-catalog-link {
  display: inline-block;
  border-radius: 5px;
  background-color: rgb(255, 98, 45);
  font-size: 28px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 2.1;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  border: 1px solid rgb(255, 98, 45);
  transition: all 0.5s ease;
  padding: 10px;
}

.go-to-catalog-link:hover {
  background: transparent;
  color: rgb(255, 98, 45);
}

.photooboi-slider {
  overflow: hidden;
  height: 681px;
}

#sbttBacktotop {
  bottom: 100px;
}

.large-print-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.large-print-grid--item {
  width: 30%;
}

.large-print-grid--item .min_card {
  min-height: inherit;
}

@media (max-width: 991px) {
  .large-print-grid--item {
    width: 100%;
  }
}

#menu-item-917 > a,
#menu-item-922 > a {
  color: #ff622d;
  text-transform: uppercase;
}

.promo-banner {
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .promo-banner {
    padding-top: 30px;
  }
}

.promo-banner-1 {
  background: url("img/promo-banner-1-bg.jpg") top center no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
}

.promo-banner .banner-container {
  max-width: 1170px;
  margin: 0 auto;
}

.promo-banner .grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.promo-banner .grid .col-1 {
  width: 70%;
}

.promo-banner .grid .col-2,
.promo-banner .grid .col-3 {
  width: 10%;
}

.promo-banner-1 .title {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #fff6f6;
}

.promo-banner-1 .title span {
  display: none;
}

.promo-banner .utp-list {
  padding-left: 0;
  margin: 0 0 10px 0;
}

.promo-banner .utp-list .item {
  display: inline-block;
  position: relative;
  margin-right: 40px;
}

.promo-banner .utp-list .item:last-child {
  margin-right: 0;
}

.promo-banner .utp-list .item:before {
  content: "";
  width: 5px;
  height: 5px;
  background: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.promo-banner-1 .promo-txt {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.promo-banner-1 .price {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}

.promo-banner-1 .price .current {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.promo-banner-1 .price .current span {
  font-size: 16px;
}

.promo-banner-1 .price .old {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 23px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: line-through;
}

@media screen and (max-width: 991px) {
  .promo-banner-1 .title {
    font-size: 25px;
    text-align: left;
  }

  .promo-banner-1 .title span {
    color: black;
    display: inline;
    font-weight: normal;
  }

  .promo-banner-1 .col-3 {
    display: none;
  }

  .promo-banner-1 .utp-list {
    text-align: left;
  }

  .promo-banner .grid .col-2 {
    width: auto;
  }

  .promo-banner .banner-container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 960px) {
  .promo-banner-1 .title {
    font-size: 16px;
  }

  .promo-banner-1 .utp-list {
    font-size: 13px;
  }

  .promo-banner-1 .utp-list .item {
    display: block;
    font-weight: bold;
  }
}

@media screen and (max-width: 320px) {
  .promo-banner .grid .col-1 {
    width: 65%;
  }
}

.back-to-catalog {
  position: relative;
  display: none;
  position: fixed;
  width: 100%;
  background: #ff622d;
  color: white;
  bottom: 0;
  z-index: 1000;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  overflow: hidden;
}

.back-to-catalog::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100px;
  height: 100%;
  background: linear-gradient(
    67.23deg,
    #ff622d -0.45%,
    #ff9e2d 33.58%,
    #ffbc10 39.9%,
    #ff9e2d 46.47%,
    #ff622d 94.91%
  );
  animation: pulse 2s infinite;
  z-index: -1;
}

.sub-cat__link {
  overflow: hidden;
}

.sub-cat__link a {
  position: relative;
}

.sub-cat__link a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 200%;
  height: 2px;
  background: rgb(142, 115, 246);
}

ul.second_fotomenu {
  left: 180px;
}

@keyframes pulse {
  0% {
    width: 0;
  }

  100% {
    width: 200%;
  }
}

@media screen and (max-width: 768px) {
  .back-to-catalog {
    display: block;
  }
}

.new-img-after-orange {
  max-width: 100%;
}

img.photo-list:hover {
  filter: none;
}

.navbar-nav {
  float: right !important;
}

@media screen and (max-width: 991px) {
  .navbar-nav {
    float: left !important;
  }
}

@media screen and (max-width: 480px) {
  .type-fotooboi .photo-list {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .overflow-content {
    max-height: 300px;
    overflow-y: auto;
  }

  .overflow-content .sub-menu {
    position: static !important;
    min-height: auto;
  }

  ::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  ::-webkit-scrollbar:vertical {
    width: 12px;
  }

  ::-webkit-scrollbar:horizontal {
    height: 12px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff;
  }

  ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
  }

  #menu-item-922 .sub-menu:first-of-type {
    padding-bottom: 0;
  }
  #menu-item-922 .sub-menu:last-child {
    padding-top: 0;
  }
}

.second_fotomenu .sub-cat__link {
  margin-top: 10px;
}

.adv-icon__title {
  text-align: center;
  font-size: 30px;
  font-family: inherit;
  line-height: 1.1;
  color: #444;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 50px;
}
.adv-icon__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.adv-icon__item {
  width: 25%;
  margin-bottom: 40px;
}
.adv-icon__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: #8e73f6;
  border-radius: 50%;
  margin: 0 auto 25px;
}
.adv-icon__text {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  color: #444444;
}
.adv-icon__text span {
  white-space: nowrap;
}

.banner-title span {
  display: block;
  font-size: 16px;
}

.price_table tr:not(:first-child) td:not(:first-child) {
  color: #ff622d;
}

@media screen and (max-width: 768px) {
  .adv-icon__wrapper {
    width: 70px;
    height: 70px;
  }
  .adv-icon__wrapper svg {
    width: 30px;
    height: 30px;
  }
  .adv-icon__item {
    width: 25%;
    padding: 0 20px;
  }
  .adv-icon__text {
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (max-width: 580px) {
  .adv-icon__item {
    width: 48%;
    padding: 0;
  }
  .adv-icon__text {
    padding: 0 10px;
  }
}

.slide-0 {
  background-color: #000;
}
.black-friday {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
}
.black-friday__abs-img {
  position: absolute;
  top: 0;
  right: 170px;
}
.black-friday__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
  max-width: 900px;
  -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;
}
.black-friday__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  max-width: 500px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -o-linear-gradient(1.97deg, #292929 11.33%, #383838 87.52%);
  background: linear-gradient(88.03deg, #292929 11.33%, #383838 87.52%);
  padding: 10px 40px;
  -webkit-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
  margin: 0 0 5px 0;
}
.black-friday__title {
  color: #fff;
  font:
    900 italic 86px/92px "Roboto",
    sans-serif;
}
.black-friday__title--yellow,
.black-friday__text--yellow {
  color: #ffe600;
}
.mb-20 {
  margin-bottom: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.ml-60 {
  margin-left: 60px;
}
.black-friday__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.black-friday__text {
  color: #fff;
  font:
    900 italic 34px/40px "Roboto",
    sans-serif;
  margin-bottom: 0;
}
.black-friday__icon {
  width: 108px;
  height: 108px;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 50px 0 0 !important;
}
.black-friday__discount {
  font:
    normal italic 100px/117px "Roboto",
    sans-serif;
  color: #ffe600;
}
.black-friday__date {
  position: absolute;
  right: -160px;
  top: 12px;
  font:
    900 48px/50px "Roboto",
    sans-serif;
  color: #ffe500;
  -webkit-transform: skew(0);
  -ms-transform: skew(0);
  transform: skew(0);
}
@media screen and (max-width: 1670px) {
  .black-friday__abs-img {
    right: 70px;
  }
}
@media screen and (max-width: 1420px) {
  .black-friday__abs-img {
    right: 0px;
  }
}
@media screen and (max-width: 1366px) {
  .ml-60 {
    margin-left: 0;
  }
  .black-friday__icon {
    margin: 0 20px 0 0 !important;
  }
  .black-friday__discount {
    font:
      italic 80px/85px "Roboto",
      sans-serif;
  }
  .black-friday__icon {
    width: 80px;
    height: 80px;
  }
  .black-friday__container {
    max-width: 700px;
    height: 100%;
  }
  .black-friday__title {
    font:
      italic 900 60px/70px "Roboto",
      sans-serif;
  }
  .black-friday .container {
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .black-friday__block {
    max-width: 460px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1280px) {
  .black-friday__discount {
    font:
      italic 60px/70px "Roboto",
      sans-serif;
  }
  .black-friday__text {
    font:
      italic 900 28px/32px "Roboto",
      sans-serif;
  }
  .black-friday__wrapper:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .black-friday__abs-img {
    right: -285px;
  }
  .black-friday__container {
    margin: 0 auto;
  }
  .black-friday__discount {
    font:
      italic 45px/50px "Roboto",
      sans-serif;
  }
  .black-friday__title {
    font:
      italic 900 50px/55px "Roboto",
      sans-serif;
  }
  .black-friday__block {
    max-width: 360px;
  }
  .black-friday__date {
    font:
      900 40px/50px "Roboto",
      sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .black-friday__abs-img {
    display: none !important;
  }
  .black-friday__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .black-friday__title {
    font:
      italic 900 35px/40px "Roboto",
      sans-serif;
  }
  .black-friday__date {
    display: none;
  }
  .black-friday__text {
    font:
      italic 900 22px/28px "Roboto",
      sans-serif;
  }
}
@media screen and (max-width: 640px) {
  .black-friday__icon {
    width: 60px;
    height: 60px;
  }
  .black-friday__discount {
    font:
      italic 35px/40px "Roboto",
      sans-serif;
  }
}
@media screen and (max-width: 480px) {
  .black-friday__icon {
    display: none !important;
  }
  .black-friday__wrapper {
    width: 100%;
  }
  .black-friday__block {
    width: 100%;
  }
}

/*Start New Year Banner*/
.new-year {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
}
.new-year .container {
  height: 100%;
}

.new-year__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
  max-width: 900px;
  -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;
}
.new-year__title {
  font:
    italic 900 100px/118px "Roboto",
    sans-serif;
  color: #122043;
  margin-bottom: 5px;
}
.new-year__date {
  font:
    italic 900 40px/47px "Roboto",
    sans-serif;
  color: #bf0000;
  margin-bottom: 50px;
}
.new-year__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-year__text {
  color: #122043;
  font:
    900 italic 34px/40px "Roboto",
    sans-serif;
  margin-bottom: 0;
}
.new-year__icon {
  width: 108px;
  height: 108px;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 50px 0 0 !important;
}
.new-year__discount {
  font:
    900 italic 100px/117px "Roboto",
    sans-serif;
  color: #bf0000;
}

@media screen and (max-width: 1366px) {
  .new-year__icon {
    margin: 0 20px 0 0 !important;
  }
  .new-year__discount {
    font:
      900 italic 80px/85px "Roboto",
      sans-serif;
  }
  .new-year__icon {
    width: 80px;
    height: 80px;
  }
  .new-year__container {
    max-width: 700px;
    height: 100%;
  }
  .new-year__title {
    font:
      italic 900 60px/70px "Roboto",
      sans-serif;
  }
  .new-year .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1280px) {
  .new-year__discount {
    font:
      900 italic 60px/70px "Roboto",
      sans-serif;
  }
  .new-year__text {
    font:
      italic 900 28px/32px "Roboto",
      sans-serif;
  }
  .new-year__wrapper:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .new-year__container {
    margin: 0 auto;
  }
  .new-year__discount {
    font:
      italic 900 45px/50px "Roboto",
      sans-serif;
  }
  .new-year__title {
    font:
      italic 900 70px/80px "Roboto",
      sans-serif;
    margin-bottom: 20px;
  }
  .new-year__date {
    font:
      900 40px/50px "Roboto",
      sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .new-year__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .new-year__title {
    font:
      italic 900 50px/60px "Roboto",
      sans-serif;
  }
  .new-year__text {
    font:
      italic 900 22px/28px "Roboto",
      sans-serif;
  }
  .new-year__wrapper {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .new-year__icon {
    width: 60px;
    height: 60px;
  }
  .new-year__title {
    font:
      italic 900 40px/50px "Roboto",
      sans-serif;
  }
  .new-year__discount {
    font:
      italic 900 35px/40px "Roboto",
      sans-serif;
  }
}
@media screen and (max-width: 480px) {
  .new-year__title {
    font:
      italic 900 38px/46px "Roboto",
      sans-serif;
  }
  .new-year__date {
    font:
      900 23px/30px "Roboto",
      sans-serif;
  }
  .new-year__wrapper {
    width: 100%;
  }
  .new-year__text {
    font:
      italic 900 20px/24px "Roboto",
      sans-serif;
  }
}
/*End New Year Banner*/

.search-block {
}
.search-block--mobile {
  display: none;
}
.search {
  position: relative;
}
.search__field {
  position: relative;
  margin-top: 5px;
  max-width: 300px;
}
.search__input {
  outline: none;
  width: 100%;
  height: 34px;
  padding: 0 40px;
  border-radius: 17px;
  border: 1px solid #ff622d;
  color: #000;
  transition: border-color 0.3s;
}
.search__input:focus {
  border-color: rgb(142, 115, 246);
}
.search__cancel {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  right: 10px;
  top: 7px;
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: transparent;
  transition: all 0.3s;
}
.search__cancel.show {
  visibility: visible;
  opacity: 1;
}
.search__cancel::after {
  content: "\2715";
  position: absolute;
  top: 2px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: red;
  font-size: 14px;
}
.search__icon {
  position: absolute;
  left: 10px;
  top: 7px;
  width: 20px;
  height: 20px;
  fill: #ff622d;
  z-index: 1;
}
.search__result {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 115;
}
.search__preloader {
  width: 100%;
  display: none;
  background: #fff;
  border-top: none;
  border: 1px solid #eee;
}

.search__loader {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: block;
}
.search__result-list {
  width: 100%;
  display: none;
  overflow-y: auto;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  border-top: none;
  border: 1px solid #eee;
}
.search__result-wrapper {
  max-height: 300px;
  overflow-y: auto;
}
.result-item {
  line-height: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}
.result-item--center {
  justify-content: center;
  border-top: 1px solid #eeeeee;
}
.result-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.result-item__link {
  color: #7c83a0;
  margin-bottom: 5px;
  transition: background-color 0.3s;
}
.result-item__link:hover,
.result-item__link:focus {
  background-color: #e1e1e1;
}
.result-item span {
  height: 100%;
  float: left;
  min-height: 100px;
}
.result-item__title {
  line-height: 13px;
  font-size: 13px;
  color: #7c83a0;
  font-style: italic;
  margin-bottom: 0;
}
.result-item__img {
  width: 60px;
  height: 100%;
  object-fit: contain;
  margin-right: 10px;
}
.result-item__btn {
  width: 270px;
}
.search__loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.search__loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid rgb(255, 98, 45);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgb(255, 98, 45) transparent transparent transparent;
}
.search__loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.search__loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.search__loader div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.search-results article {
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}
.search-results .result-item {
  padding: 0;
}

.canvases-list {
  list-style-type: none;
  text-transform: uppercase;
}
.canvases-item {
  display: block;
  padding: 4px 10px;
}
.canvases-link {
  color: #444444;
}
.canvases-link.active {
  background: #8e73f6;
  color: white;
  padding: 4px 10px;
}

@media screen and (max-width: 991px) {
  .search-block--mobile {
    display: block;
    margin-top: 30px;
  }
  .search-results .entry-title {
    font-size: 20px;
    margin-top: 0;
  }
  .search-results .page-title {
    font-size: 22px;
  }
  .canvases-card {
    width: 100%;
  }
}

.blog-article {
}
.blog-article__wrapper {
  float: left;
  max-width: 500px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.blog-article__wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .blog-article__wrapper {
    float: none;
    max-width: 500px;
    margin: 0 auto 20px;
  }
  .blog-article__wrapper img {
    height: 300px;
  }
  .single-post .card_title {
    font-size: 30px;
  }
  .blog-article h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  .blog-article__wrapper img {
    height: auto;
  }
  .single-post .card_title {
    font-size: 24px;
  }
  .blog-article h2 {
    font-size: 20px;
  }
}

/*WPML Language Custom Switcher*/

.lang-switcher {
  margin-top: 5px;
}

.lang-switcher a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: 17px;
  color: #fff;
  background-color: rgb(142, 115, 246);
  border: 1px solid rgb(142, 115, 246);
}

.lang-switcher span {
  padding: 0 5px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.lang-switcher span.active {
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: underline;
}
.lang-switcher a:hover,
.lang-switcher a:focus {
  color: #fff;
  text-decoration: none;
}

.lang-switcher.mobile {
  display: none;
}

@media (max-width: 991px) {
  .lang-switcher.mobile {
    display: block;
    position: absolute;
    top: 15px;
    right: 80px;
    width: 70px;
  }
}

@media (max-width: 400px) {
  .logo_print .logo {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .turbolead_wrap,
  .telegram_bt {
    z-index: 200 !important;
  }
}

.s-reviews {
  padding: 60px 0;
}
.s-reviews__title {
  font-size: 24px;
  line-height: 120%;
  margin: 0 0 30px;
  text-transform: uppercase;
  text-align: center;
}
.s-reviews__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.s-reviews__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 100px;
  border: 1px solid #8e73f6;
  background-color: #fff;
  color: #8e73f6;
  font-size: 14px;
  line-height: 120%;
  border-radius: 100px;
  text-transform: uppercase;
  transition:
    background-color 0.3s,
    color 0.3s;
}
.s-reviews__link:not(:last-child) {
  margin-right: 15px;
}
.s-reviews__link._active,
.s-reviews__link:hover,
.s-reviews__link:focus {
  background-color: #8e73f6;
  color: #fff;
}
.s-reviews__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.s-reviews__card {
  position: relative;
  overflow: hidden;
  width: calc(33.3% - 12px);
  margin: 0 6px 12px;
}
.s-reviews__card::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.s-reviews__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-reviews__icon {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  fill: #fff;
  opacity: 1;
}
@media (max-width: 1580px) {
  .s-reviews__card {
    width: calc(25% - 12px);
  }
}
@media (max-width: 991px) {
  .s-reviews__link {
    padding: 12px 80px;
  }
  .s-reviews__card {
    width: calc(33.3% - 12px);
  }
}
@media (max-width: 500px) {
  .s-reviews__tabs {
    flex-direction: column;
  }
  .s-reviews__link {
    width: 200px;
    padding: 12px;
  }
  .s-reviews__link:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .s-reviews__icon {
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
  .s-reviews__card {
    width: calc(50% - 12px);
  }
}
.widget {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 8px;
  z-index: 4000;
}
.widget__item {
  display: block;
  width: 65px;
  height: 65px;
  -webkit-animation: pulse 2.5s ease infinite;
  animation: pulse 2.5s ease infinite;
}
.widget__item:hover {
  -webkit-animation: none;
  animation: none;
}
@media (max-width: 1100px) {
  .widget {
    right: 20px;
    bottom: 20px;
  }
  .widget__item {
    width: 40px;
    height: 40px;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.fn-cases {
  padding-top: 50px;
  padding-bottom: 50px;
}
.fn-cases_sm_spaces {
  padding-top: 20px;
  padding-bottom: 20px;
}
.fn-cases__grid {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(5, 1fr);
}
.fn-cases__title {
  padding-bottom: 30px;
}
.fn-cases__card {
  position: relative;
  display: block;
  padding-top: 100%;
}
.fn-cases__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fn-cases__footer {
  padding-top: 20px;
  text-align: center;
}
.fn-cases__btn {
  margin: 0 auto;
  position: relative;
  display: block;
  padding: 15px 40px;
  border-radius: 30px;
  color: #fff;
  background-color: #ff622d;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 240px;
  max-width: 100%;
  cursor: pointer;
}
.fn-cases__btn.loading .fn-cases__btn-spiner {
  display: inline-block;
}
.fn-cases__btn.loading .fn-cases__btn-txt {
  display: none;
}
.fn-cases__btn-spiner {
  width: 24px;
  height: 24px;
  display: none;
}
.loader {
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fn-cases__btn:hover {
  background-color: rgb(142, 115, 246);
}
@media (max-width: 992px) {
  .fn-cases__grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .fn-cases__grid {
    gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.pl-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.pl-grid-card {
  display: block;
}
.pl-grid-group {
  display: block;
  text-align: center;
}
@media (max-width: 992px) {
  .pl-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 720px) {
  .pl-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 420px) {
  .pl-grid {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.main-page-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 600px;
  padding: 40px 0;
}
.main-page-slide__plate {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 55px 45px;
  width: 100%;
  max-width: 600px;
  margin-left: 24%;
  color: #000;
}
.main-page-slide__part {
  position: absolute;
  bottom: 0;
  left: 51%;
  width: 45%;
  z-index: 2;
  pointer-events: none;
}
.main-page-slide__title {
  font-size: 41px;
  line-height: 120%;
  font-weight: bold;
  text-transform: uppercase;
}
.main-page-slide__label {
  margin-top: 12px;
  background-color: #8e73f6;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 5px 8px 18px;
  font-weight: 500;
  font-size: 24px;
  max-width: 380px;
}
.main-page-slide__txt {
  padding-top: 30px;
  max-width: 430px;
}
.main-page-slide__footer {
  padding-top: 30px;
}
.main-page-slide__link {
  border-radius: 100px;
  width: 265px;
  max-width: 100%;
  text-align: center;
  display: block;
  padding: 11px 30px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #ff622d;
  color: #fff;
  transition: 0.3s ease;
}
.main-page-slide__link:hover {
  color: #fff;
  background-color: rgb(142, 115, 246);
}
@media (max-width: 1400px) {
  .main-page-slide__plate {
    margin-left: 15px;
  }
}
@media (max-width: 1200px) {
  .main-page-slide__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .main-page-slide {
    padding: 40px 15px;
    min-height: initial;
  }
  .main-page-slide__part {
    left: initial;
    right: 0;
  }
  .main-page-slide__plate {
    max-width: 500px;
    padding: 30px;
    margin-left: 0;
  }
  .main-page-slide__label {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .main-page-slide__plate {
    padding: 15px;
  }
  .main-page-slide__part {
    opacity: 0;
    visibility: hidden;
  }
  .main-page-slide__title {
    font-size: 22px;
  }
  .main-page-slide__label {
    font-size: 17px;
  }
  .main-page-slide__txt {
    padding-top: 15px;
  }
  .main-page-slide__footer {
    padding-top: 15px;
  }
}
.stiker-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 600px;
  padding: 148px 15px;
}
.stiker-slide__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 967px;
  padding-left: 47px;
}
.stiker-slide__content {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 40px 50px 50px 0;
}
.stiker-slide__head {
  position: relative;
  padding-left: 226px;
}
.stiker-slide__mark {
  position: absolute;
  width: 246px;
  left: 0;
  top: 0;
  -webkit-transform: translate(-47px, 0);
  -ms-transform: translate(-47px, 0);
  transform: translate(-47px, 0);
  pointer-events: none;
}
.stiker-slide__title {
  font-size: 54px;
  line-height: 120%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.stiker-slide__title span {
  color: #ff622d;
}
.stiker-slide__group {
  padding-top: 20px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.stiker-slide__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 10px;
}
.stiker-slide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-size: 24px;
  color: #000;
}
.stiker-slide__item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #7b62d9;
}
.stiker-slide__item-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.stiker-slide__btn {
  padding: 18px 30px;
  width: 180px;
  border-radius: 100px;
  background-color: #ff622d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .stiker-slide__btn:hover {
    background-color: rgb(142, 115, 246);
  }
}
@media (max-width: 1200px) {
  .stiker-slide {
    min-height: initial;
    padding: 120px 15px;
  }
  .stiker-slide__wrapper {
    padding-left: 33px;
  }
  .stiker-slide__title {
    font-size: 30px;
  }
  .stiker-slide__mark {
    width: 170px;
    -webkit-transform: translate(-33px, 0);
    -ms-transform: translate(-33px, 0);
    transform: translate(-33px, 0);
  }
  .stiker-slide__head {
    padding-left: 150px;
  }
  .stiker-slide__group {
    padding-top: 45px;
  }
}
@media (max-width: 575px) {
  .stiker-slide {
    padding: 60px 15px;
  }
  .stiker-slide__wrapper {
    padding-left: 24px;
  }
  .stiker-slide__mark {
    width: 120px;
    -webkit-transform: translate(-24px, 0);
    -ms-transform: translate(-24px, 0);
    transform: translate(-24px, 0);
  }
  .stiker-slide__head {
    padding-left: 15px;
    padding-top: 65px;
  }
  .stiker-slide__content {
    padding: 20px 30px 30px 0;
  }
  .stiker-slide__group {
    padding-left: 15px;
    padding-top: 25px;
  }
  .stiker-slide__title {
    font-size: 24px;
  }
  .stiker-slide__item {
    font-size: 16px;
  }
  .stiker-slide__btn {
    width: 100%;
    padding: 11px 30px;
  }
  .stiker-slide__callback {
    width: 100%;
  }
}
.fn-article-banner {
  padding-bottom: 40px;
}
.ft-delivery {
  padding: 100px 0 50px;
}
.ft-delivery__wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.ft-delivery__box {
  position: relative;
  background-color: #ff622d;
  color: #fff;
  padding: 34px 75px 34px 36%;
  border-radius: 10px;
}
.ft-delivery__title {
  font-size: 42px;
  font-weight: bold;
  line-height: 110%;
  text-transform: uppercase;
}
.ft-delivery__txt {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.ft-delivery__img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40%;
  -webkit-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
  pointer-events: none;
}
@media (max-width: 1300px) {
  .ft-delivery__img {
    width: 35%;
    -webkit-transform: translate(-2%, -50%);
    -ms-transform: translate(-2%, -50%);
    transform: translate(-2%, -50%);
  }
  .ft-delivery__box {
    padding: 30px 20px 30px 38%;
  }
}
@media (max-width: 1200px) {
  .ft-delivery {
    padding: 50px 0 0;
  }
  .ft-delivery__title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .ft-delivery__title {
    font-size: 25px;
  }
  .ft-delivery__box {
    padding: 20px;
  }
  .ft-delivery__img {
    width: 70%;
    position: static;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.category-description ul {
  padding-left: 1em;
}
.footer_contacts--city {
  max-height: initial !important;
}
.social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 35px;
}
.social-list_white {
  color: #fff;
}
.social-list_white a {
  color: #fff;
}
.social-group {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
}
.social-group__icon {
  flex-shrink: 0;
  display: block;
}
.social-group__icon .insta-ico,
.facebook-ico {
  position: static;
  display: block;
}
.iframe-map {
  max-width: 100%;
}
.ml-screen {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  padding: 90px 30px;
}
.ml-screen__inner {
  display: flex;
  gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 60px;
  border-radius: 15px;
  max-width: 690px;
}
.ml-screen__title {
  text-transform: initial;
  font-weight: 600;
  font-size: clamp(30px, 3vw, 55px);
  color: #000;
}
.ml-screen__btn {
  padding: 22px;
  display: inline-block;
  min-width: 160px;
  font-weight: 500;
  border-radius: 50px;
  background: #8e73f6;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .ml-screen__btn:hover {
    background-color: #fff;
    background-color: #ff622d;
  }
}

@media (max-width: 1600px) {
  .ml-screen {
    padding: 47px 30px 30px;
  }
  .ml-screen__inner {
    padding: 35px;
  }
}
@media (max-width: 575px) {
  .ml-screen {
    padding: 45px 10px 20px;
  }
  .ml-screen__inner {
    padding: 15px;
    gap: 15px;
  }
}
